diff options
author | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:15:39 +0200 |
---|---|---|
committer | Paolo T <tuscanhobbit@users.noreply.github.com> | 2014-10-12 09:15:39 +0200 |
commit | 56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41 (patch) | |
tree | c1376be525c85ab799f213ed79648d8c478da3d0 | |
parent | 9edaa2843b9982f52fb1ed93b1c6e3d9e53921d7 (diff) | |
parent | 44c4c9c5c271a5ad163a089b1dc271d108a59700 (diff) | |
download | volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.tar.gz volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.tar.bz2 volse-hubzilla-56f6f696bd5dd5b8120d562d9f43fe94d8e6dd41.zip |
Merge pull request #6 from tuscanhobbit/master
Fast forward local hub
323 files changed, 15815 insertions, 14648 deletions
diff --git a/.gitignore b/.gitignore index df7ca3549..a12143ef5 100755 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ compiled/ custom/ /store/ +# site apps +apps/ + # patch attempts *.orig *.rej diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb new file mode 100644 index 000000000..9db43b8ec --- /dev/null +++ b/doc/hidden_configs.bb @@ -0,0 +1,107 @@ +[b]Advanced Configurations for Power Users[/b] + +RedMatrix contains many configuration options hidden from the main admin panel. +These are generally options considered too niche, confusing, or advanced for +the average user. These settings can be activated from the the top level Red +directory with the syntax [code]util/config cat key value[/code] for a site +configuration, or [code]util/pconfig channel_id cat key value[/code] for a +member configuration. + +This document assumes you're an actual Power User. + +[b]pconfig[/b] + [em]system > user_scalable[/em] + Determine if the app is scalable on touch screens. Defaults to on, to + disable, set to zero - real zero, not just false. + [em]system > always_my_theme[/em] + Always use your own theme when viewing channels on the same hub. This + will break in some quite imaginative ways when viewing channels with + theme dependent Comanche. + [em]system > paranoia[/em] + Sets the security level of IP checking + Options are: + 0 - no IP checking + 1 - check 3 octets + 2 - check 2 octets + 3 - check for any difference at all + [em]system > protect_tag_hijacking[/em] + Prevent foreign networks hijacking system tags for your posts. + [em]system > archive_removed_contacts[/em] +[color=red]I don't think ths works. Check it before linking from the index then delete this line.[/color] + When an connection is removed, don't delete everything, instead, + archive all their posts. + [em]system > blocked[/em] + An array of xchans blocked by this channel. Technically, this is a + hidden config and does belong here, however, addons (notably + superblock) have made this available in the UI. + [em]system > default_cipher[/em] + Set the default cipher used for E2EE items. + [em]system > network_page_default[/em] + Set default params when viewing the network page. This should contain + the same querystring as manual filtering. + [em]system > display_friend_count[/em] + Set the number of connections to display in the connections profile + widget. + [em]system > taganyone[/em] + Requires the config of the same name to be enabled. Allow the tagging + of anyone, whether you are connected or not. This doesn't scale. + [em]system > startpage[/em] + Another of those technically hidden configs made available by addons. + Sets the default page to view when logging in. This is exposed to the + UI by the startpage addon. + [em]system > forcepublicuploads[/em] + Force uploaded photos to be public when uploaded as wall items. It + makes far more sense to just set your permissions properly in the first + place. Do that instead. + [em]system > do_not_track[/em] + As the browser header. This will break many identity based features. + You should really just set permissions that make sense. + +[b]Site config[/b] + [em]system > taganyone[/em] + Allow the tagging of anyone wehter you are connected or not. + [em]system > directorytags[/em] + Set the number of tags displayed on the directory page. + [em]system > startpage[/em] + Set the default page to be taken to after a login for all channels at + this website. Can be overwritten by user settings. + [em]system > proejcthome[/em] + Set the project homepage as the homepage of your hub. + [em]system > workflowchannelnext[/em] + The page to direct users to immediately after creating a channel. + [em]system > max_bookmark_images[/em] + Set the maximum number of images to use when parsing a link. +[color=red]Not sure this does anything. It defaults to 2, I've never seen more than one. Verify before linking from index[/color] + [em]system > max_daily_registrations[/em] + Set the maximum number of new registrations allowed on any day. + Useful to prevent oversubscription after a bout of publicity + for the project. + [em]system > tos_url[/em] + Set an alternative link for the ToS location. + [em]system > block_public_search[/em] + Similar to block_public, except only blocks public access to + search features. Useful for sites that want to be public, but + keep getting hammered by search engines. + [em]system > paranoia[/em] + As the pconfig, but on a site-wide basis. Can be overwritten + by member settings. + [em]system > openssl_conf_file[/em] + Specify a file containing OpenSSL configuration. Read the code first. + If you can't read the code, don't play with it. + [em]system > optimize_items[/em] + Runs optimise_table during some tasks to keep your database nice and + defragmented. This comes at a performance cost while the operations + are running, but also keeps things a bit faster while it's not. + There also exist CLI utilities for performing this operation, which you + may prefer, especially if you're a large site. + [em]system > default_expire_days[/em] + When creating a new channel, set the default expiration of connections + posts to this number of days. + [em]system > dlogfile[/em] + Logfile to use for logging development errors. Exactly the same as + logger otherwise. This isn't magic, and requires your own logging + statements. Developer tool. + [em]system > authlog[/em] + Logfile to use for logging auth errors. Used to plug in to server + side software such as fail2ban. Auth failures are still logged to + the main logs as well. diff --git a/doc/html/RedBrowser_8php.html b/doc/html/RedBrowser_8php.html new file mode 100644 index 000000000..7ee0e1d7e --- /dev/null +++ b/doc/html/RedBrowser_8php.html @@ -0,0 +1,127 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/RedDAV/RedBrowser.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('RedBrowser_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#nested-classes">Classes</a> | +<a href="#namespaces">Namespaces</a> </div> + <div class="headertitle"> +<div class="title">RedBrowser.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> +Classes</h2></td></tr> +<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td></tr> +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Provides a DAV frontend for the webbrowser. <a href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#details">More...</a><br/></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table><table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> +Namespaces</h2></td></tr> +<tr class="memitem:namespaceRedMatrix_1_1RedDAV"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceRedMatrix_1_1RedDAV.html">RedMatrix\RedDAV</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index a29dc8c1d..1c7e4d4da 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -410,7 +410,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, and <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>.</p> +<p>Referenced by <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, and <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>.</p> </div> </div> diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 2cefb3e1b..95ded2c80 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -110,32 +110,34 @@ $(document).ready(function(){initNavTree('annotated.html','');}); </div><!--header--> <div class="contents"> <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> -<table class="directory"> +<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceacl__selectors.html" target="_self">acl_selectors</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceFriendica.html" target="_self">Friendica</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespacefriendica-to-smarty-tpl.html" target="_self">friendica-to-smarty-tpl</a></td><td class="desc"></td></tr> -<tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceupdatetpl.html" target="_self">updatetpl</a></td><td class="desc"></td></tr> -<tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceutil.html" target="_self">util</a></td><td class="desc"></td></tr> -<tr id="row_5_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classApp.html" target="_self">App</a></td><td class="desc"></td></tr> -<tr id="row_6_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classBaseObject.html" target="_self">BaseObject</a></td><td class="desc"></td></tr> -<tr id="row_7_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classCache.html" target="_self">Cache</a></td><td class="desc"></td></tr> -<tr id="row_8_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classConversation.html" target="_self">Conversation</a></td><td class="desc"></td></tr> -<tr id="row_9_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__driver.html" target="_self">dba_driver</a></td><td class="desc"></td></tr> -<tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__mysql.html" target="_self">dba_mysql</a></td><td class="desc"></td></tr> -<tr id="row_11_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__mysqli.html" target="_self">dba_mysqli</a></td><td class="desc"></td></tr> -<tr id="row_12_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classenotify.html" target="_self">enotify</a></td><td class="desc"></td></tr> -<tr id="row_13_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFKOAuth1.html" target="_self">FKOAuth1</a></td><td class="desc"></td></tr> -<tr id="row_14_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFKOAuthDataStore.html" target="_self">FKOAuthDataStore</a></td><td class="desc"></td></tr> -<tr id="row_15_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmarty.html" target="_self">FriendicaSmarty</a></td><td class="desc"></td></tr> -<tr id="row_16_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmartyEngine.html" target="_self">FriendicaSmartyEngine</a></td><td class="desc"></td></tr> -<tr id="row_17_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classItem.html" target="_self">Item</a></td><td class="desc"></td></tr> -<tr id="row_18_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="interfaceITemplateEngine.html" target="_self">ITemplateEngine</a></td><td class="desc"></td></tr> -<tr id="row_19_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__driver.html" target="_self">photo_driver</a></td><td class="desc"></td></tr> -<tr id="row_20_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__gd.html" target="_self">photo_gd</a></td><td class="desc"></td></tr> -<tr id="row_21_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__imagick.html" target="_self">photo_imagick</a></td><td class="desc"></td></tr> -<tr id="row_22_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classProtoDriver.html" target="_self">ProtoDriver</a></td><td class="desc"></td></tr> -<tr id="row_23_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBasicAuth.html" target="_self">RedBasicAuth</a></td><td class="desc"></td></tr> -<tr id="row_24_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBrowser.html" target="_self">RedBrowser</a></td><td class="desc"></td></tr> +<tr id="row_3_"><td class="entry"><img id="arr_3_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceRedMatrix.html" target="_self">RedMatrix</a></td><td class="desc"></td></tr> +<tr id="row_3_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_0_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_0_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceRedMatrix_1_1RedDAV.html" target="_self">RedDAV</a></td><td class="desc"></td></tr> +<tr id="row_3_0_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" target="_self">RedBrowser</a></td><td class="desc">Provides a DAV frontend for the webbrowser</td></tr> +<tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceupdatetpl.html" target="_self">updatetpl</a></td><td class="desc"></td></tr> +<tr id="row_5_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceutil.html" target="_self">util</a></td><td class="desc"></td></tr> +<tr id="row_6_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classApp.html" target="_self">App</a></td><td class="desc"></td></tr> +<tr id="row_7_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classBaseObject.html" target="_self">BaseObject</a></td><td class="desc"></td></tr> +<tr id="row_8_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classCache.html" target="_self">Cache</a></td><td class="desc"></td></tr> +<tr id="row_9_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classConversation.html" target="_self">Conversation</a></td><td class="desc"></td></tr> +<tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__driver.html" target="_self">dba_driver</a></td><td class="desc"></td></tr> +<tr id="row_11_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__mysql.html" target="_self">dba_mysql</a></td><td class="desc"></td></tr> +<tr id="row_12_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classdba__mysqli.html" target="_self">dba_mysqli</a></td><td class="desc"></td></tr> +<tr id="row_13_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classenotify.html" target="_self">enotify</a></td><td class="desc"></td></tr> +<tr id="row_14_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFKOAuth1.html" target="_self">FKOAuth1</a></td><td class="desc"></td></tr> +<tr id="row_15_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFKOAuthDataStore.html" target="_self">FKOAuthDataStore</a></td><td class="desc"></td></tr> +<tr id="row_16_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmarty.html" target="_self">FriendicaSmarty</a></td><td class="desc"></td></tr> +<tr id="row_17_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmartyEngine.html" target="_self">FriendicaSmartyEngine</a></td><td class="desc"></td></tr> +<tr id="row_18_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classItem.html" target="_self">Item</a></td><td class="desc"></td></tr> +<tr id="row_19_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="interfaceITemplateEngine.html" target="_self">ITemplateEngine</a></td><td class="desc"></td></tr> +<tr id="row_20_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__driver.html" target="_self">photo_driver</a></td><td class="desc"></td></tr> +<tr id="row_21_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__gd.html" target="_self">photo_gd</a></td><td class="desc"></td></tr> +<tr id="row_22_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__imagick.html" target="_self">photo_imagick</a></td><td class="desc"></td></tr> +<tr id="row_23_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classProtoDriver.html" target="_self">ProtoDriver</a></td><td class="desc"></td></tr> +<tr id="row_24_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBasicAuth.html" target="_self">RedBasicAuth</a></td><td class="desc">Authentication backend class for RedDAV</td></tr> <tr id="row_25_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedDirectory.html" target="_self">RedDirectory</a></td><td class="desc"><a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class</td></tr> <tr id="row_26_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedFile.html" target="_self">RedFile</a></td><td class="desc"></td></tr> <tr id="row_27_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classTemplate.html" target="_self">Template</a></td><td class="desc"></td></tr> diff --git a/doc/html/annotated.js b/doc/html/annotated.js index c6ab45689..f3572b940 100644 --- a/doc/html/annotated.js +++ b/doc/html/annotated.js @@ -3,6 +3,7 @@ var annotated = [ "acl_selectors", "namespaceacl__selectors.html", null ], [ "Friendica", "namespaceFriendica.html", null ], [ "friendica-to-smarty-tpl", "namespacefriendica-to-smarty-tpl.html", null ], + [ "RedMatrix", "namespaceRedMatrix.html", "namespaceRedMatrix" ], [ "updatetpl", "namespaceupdatetpl.html", null ], [ "util", "namespaceutil.html", null ], [ "App", "classApp.html", "classApp" ], @@ -24,7 +25,6 @@ var annotated = [ "photo_imagick", "classphoto__imagick.html", "classphoto__imagick" ], [ "ProtoDriver", "classProtoDriver.html", "classProtoDriver" ], [ "RedBasicAuth", "classRedBasicAuth.html", "classRedBasicAuth" ], - [ "RedBrowser", "classRedBrowser.html", "classRedBrowser" ], [ "RedDirectory", "classRedDirectory.html", "classRedDirectory" ], [ "RedFile", "classRedFile.html", "classRedFile" ], [ "Template", "classTemplate.html", "classTemplate" ], diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 545bf1d83..c5755a3f6 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -260,7 +260,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185">app_decode()</a>, <a class="el" href="include_2apps_8php.html#a72756e1601489eb77971eeda011446d0">app_install()</a>, <a class="el" href="include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0">app_list()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca">autoname()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c">photo_gd\cropImage()</a>, <a class="el" href="classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4">photo_imagick\cropImage()</a>, <a class="el" href="datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8">datesel()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">email_header_encode()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd\flip()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="boot_8php.html#a329400dcb29897cdaae3020109272285">get_directory_realm()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a76d1b3435c067978d7b484c45f56472b">get_mentions()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="identity_8php.html#a224710dfb7465b706c91134247c20afa">get_profile_fields_advanced()</a>, <a class="el" href="identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21">get_profile_fields_basic()</a>, <a class="el" href="permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe">get_role_perms()</a>, <a class="el" href="include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca">get_system_apps()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">pemtome()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">pubrsatome()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">theme_status()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1">timesel()</a>, <a class="el" href="admin_8php.html#af81f081851791cd15e49e8ff6722dc27">toggle_theme()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca">zot_encode_locations()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185">app_decode()</a>, <a class="el" href="include_2apps_8php.html#a72756e1601489eb77971eeda011446d0">app_install()</a>, <a class="el" href="include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0">app_list()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca">autoname()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c">photo_gd\cropImage()</a>, <a class="el" href="classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4">photo_imagick\cropImage()</a>, <a class="el" href="datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8">datesel()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">email_header_encode()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd\flip()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>, <a class="el" href="boot_8php.html#a329400dcb29897cdaae3020109272285">get_directory_realm()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a76d1b3435c067978d7b484c45f56472b">get_mentions()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="identity_8php.html#a224710dfb7465b706c91134247c20afa">get_profile_fields_advanced()</a>, <a class="el" href="identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21">get_profile_fields_basic()</a>, <a class="el" href="permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe">get_role_perms()</a>, <a class="el" href="include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca">get_system_apps()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">notifications_off()</a>, <a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">notifications_on()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">pemtome()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">pubrsatome()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">theme_status()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1">timesel()</a>, <a class="el" href="admin_8php.html#af81f081851791cd15e49e8ff6722dc27">toggle_theme()</a>, <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat()</a>, <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca">zot_encode_locations()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index e2e1408e2..11577f332 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -110,24 +110,35 @@ $(document).ready(function(){initNavTree('auth_8php.html','');}); <div class="title">auth.php File Reference</div> </div> </div><!--header--> <div class="contents"> + +<p>Functions and inline functionality for authentication. +<a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:a2add3a1129ffa4d5515442a9d52a9b1a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a">nuke_session</a> ()</td></tr> +<tr class="memdesc:a2add3a1129ffa4d5515442a9d52a9b1a"><td class="mdescLeft"> </td><td class="mdescRight">Resets the current session. <a href="#a2add3a1129ffa4d5515442a9d52a9b1a">More...</a><br/></td></tr> <tr class="separator:a2add3a1129ffa4d5515442a9d52a9b1a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a07bae0e623e2daa9ee2cd5a8aa294dee"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password</a> ($email, $pass)</td></tr> +<tr class="memdesc:a07bae0e623e2daa9ee2cd5a8aa294dee"><td class="mdescLeft"> </td><td class="mdescRight">Verify login credentials. <a href="#a07bae0e623e2daa9ee2cd5a8aa294dee">More...</a><br/></td></tr> <tr class="separator:a07bae0e623e2daa9ee2cd5a8aa294dee"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:ab7be44ee051c0aa29847807cf2c5dd38"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== <br class="typebreak"/> -'<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid</a> ($authid)</td></tr> -<tr class="separator:ab7be44ee051c0aa29847807cf2c5dd38"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a69fa663e6baf65f80d1b114ad72615f2"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST, 'auth-params'))&&$_POST['auth-params']=== <br class="typebreak"/> +'<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2">match_openid</a> ($authid)</td></tr> +<tr class="memdesc:a69fa663e6baf65f80d1b114ad72615f2"><td class="mdescLeft"> </td><td class="mdescRight">Returns the channel_id for a given openid_identity. <a href="#a69fa663e6baf65f80d1b114ad72615f2">More...</a><br/></td></tr> +<tr class="separator:a69fa663e6baf65f80d1b114ad72615f2"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> -<tr class="memitem:a0950af7c2888ca1d4743fe5d0bff9ae5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== <br class="typebreak"/> -'<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">else</a></td></tr> -<tr class="separator:a0950af7c2888ca1d4743fe5d0bff9ae5"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a6f60fb54f60cd36c2430d6615a7b4f3f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION, <br class="typebreak"/> +'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST, <br class="typebreak"/> +'auth-params')))||($_POST['auth-params']!== <br class="typebreak"/> +'<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f">else</a></td></tr> +<tr class="separator:a6f60fb54f60cd36c2430d6615a7b4f3f"><td class="memSeparator" colspan="2"> </td></tr> </table> -<h2 class="groupheader">Function Documentation</h2> +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> +<div class="textblock"><p>Functions and inline functionality for authentication. </p> +<p>This file provides some functions for authentication handling and inline functionality. Look for auth parameters or re-validate an existing session also handles logout. Also provides a function for OpenID identiy matching. </p> +</div><h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="a07bae0e623e2daa9ee2cd5a8aa294dee"></a> <div class="memitem"> <div class="memproto"> @@ -151,20 +162,28 @@ Variables</h2></td></tr> </tr> </table> </div><div class="memdoc"> -<p>Verify login credentials</p> -<p>Returns account record on success, null on failure </p> + +<p>Verify login credentials. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$email</td><td>The email address to verify. </td></tr> + <tr><td class="paramtype">string</td><td class="paramname">$pass</td><td>The provided password to verify. </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>array|null Returns account record on success, null on failure. </dd></dl> <p>A plugin indicates successful login by setting 'authenticated' to non-zero value and returning a user record Plugins should never set 'authenticated' except to indicate success - as hooks may be chained and later plugins should not interfere with an earlier one that succeeded.</p> <p>Referenced by <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, and <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>.</p> </div> </div> -<a class="anchor" id="ab7be44ee051c0aa29847807cf2c5dd38"></a> +<a class="anchor" id="a69fa663e6baf65f80d1b114ad72615f2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') match_openid </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST, 'auth-params'))&&$_POST['auth-params']=== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') match_openid </td> <td>(</td> <td class="paramtype"> </td> <td class="paramname"><em>$authid</em></td><td>)</td> @@ -173,6 +192,17 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> +<p>Returns the channel_id for a given openid_identity. </p> +<p>Queries the values from pconfig configuration for the given openid_identity and returns the corresponding channel_id.</p> +<p>How do we prevent that an OpenID identity is used more than once?</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$authid</td><td>The given openid_identity </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>int|bool Return channel_id from pconfig or false. </dd></dl> + <p>Referenced by <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>.</p> </div> @@ -190,30 +220,33 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> +<p>Resets the current session. </p> +<dl class="section return"><dt>Returns</dt><dd>void </dd></dl> + <p>Referenced by <a class="el" href="include_2api_8php.html#a2e94eab9d6c164bfef7a1b2ab87b339b">api_account_logout()</a>.</p> </div> </div> <h2 class="groupheader">Variable Documentation</h2> -<a class="anchor" id="a0950af7c2888ca1d4743fe5d0bff9ae5"></a> +<a class="anchor" id="a6f60fb54f60cd36c2430d6615a7b4f3f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) else</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION, 'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST, 'auth-params')))||($_POST['auth-params']!== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) else</td> </tr> </table> </div><div class="memdoc"> <b>Initial value:</b><div class="fragment"><div class="line">{</div> <div class="line"></div> <div class="line"> <span class="keywordflow">if</span>(isset($_SESSION)) {</div> -<div class="line"> <a class="code" href="auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a">nuke_session</a>();</div> +<div class="line"> <a class="code" href="auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a" title="Resets the current session.">nuke_session</a>();</div> <div class="line"> }</div> <div class="line"></div> <div class="line"> </div> <div class="line"></div> -<div class="line"> <span class="keywordflow">if</span>((<a class="code" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,<span class="stringliteral">'password'</span>)) && strlen($_POST[<span class="stringliteral">'password'</span>]))</div> -<div class="line"> $encrypted = hash(<span class="stringliteral">'whirlpool'</span>,trim($_POST[<span class="stringliteral">'password'</span>]))</div> +<div class="line"> <span class="keywordflow">if</span>((<a class="code" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST, <span class="stringliteral">'password'</span>)) && strlen($_POST[<span class="stringliteral">'password'</span>]))</div> +<div class="line"> $encrypted = hash(<span class="stringliteral">'whirlpool'</span>, trim($_POST[<span class="stringliteral">'password'</span>]))</div> </div><!-- fragment --><p>Inline - not a function look for auth parameters or re-validate an existing session also handles logout </p> </div> diff --git a/doc/html/auth_8php.js b/doc/html/auth_8php.js index 75241485b..0727b8234 100644 --- a/doc/html/auth_8php.js +++ b/doc/html/auth_8php.js @@ -1,7 +1,7 @@ var auth_8php = [ [ "account_verify_password", "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee", null ], - [ "match_openid", "auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38", null ], + [ "match_openid", "auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2", null ], [ "nuke_session", "auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a", null ], - [ "else", "auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5", null ] + [ "else", "auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f", null ] ];
\ No newline at end of file diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index b6ecc5439..5176cfc49 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -127,6 +127,8 @@ Functions</h2></td></tr> <tr class="separator:a851f5aafefe52474201b83f9fd65931f"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:abb02f1044ff1c635d12af690d0f2cfa2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2">bb_parse_app</a> ($match)</td></tr> <tr class="separator:abb02f1044ff1c635d12af690d0f2cfa2"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:aa73fb62e7be1fa5fce4ad5f3d4487fc9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9">bb_parse_element</a> ($match)</td></tr> +<tr class="separator:aa73fb62e7be1fa5fce4ad5f3d4487fc9"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a98d0eecc620c19561639f06cfbe8e74c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c">bb_qr</a> ($match)</td></tr> <tr class="separator:a98d0eecc620c19561639f06cfbe8e74c"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a1c69e021d5e0aef97d6966bf3169c86a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a">bb_ShareAttributes</a> ($match)</td></tr> @@ -193,6 +195,22 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="aa73fb62e7be1fa5fce4ad5f3d4487fc9"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">bb_parse_element </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$match</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> <a class="anchor" id="a98d0eecc620c19561639f06cfbe8e74c"></a> <div class="memitem"> <div class="memproto"> diff --git a/doc/html/bbcode_8php.js b/doc/html/bbcode_8php.js index 816f65396..f8a7871fd 100644 --- a/doc/html/bbcode_8php.js +++ b/doc/html/bbcode_8php.js @@ -3,6 +3,7 @@ var bbcode_8php = [ "bb_location", "bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd", null ], [ "bb_parse_app", "bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2", null ], [ "bb_parse_crypt", "bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f", null ], + [ "bb_parse_element", "bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9", null ], [ "bb_qr", "bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c", null ], [ "bb_sanitize_style", "bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e", null ], [ "bb_ShareAttributes", "bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a", null ], diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 78215bd2c..9199aeb2f 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -766,7 +766,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -784,7 +784,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -872,7 +872,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>Build the page - now that we have all the components</p> -<p>Referenced by <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>.</p> +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>.</p> </div> </div> @@ -908,7 +908,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, and <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, and <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>.</p> </div> </div> @@ -1006,7 +1006,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="boot_8php.html#afe88b920aa285982edb817a0dd44eb37">get_account_id()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="boot_8php.html#a623e49c79943f3e7bdb770d021683cf7">get_observer_hash()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">get_theme_config_file()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a">head_add_css()</a>, <a class="el" href="plugin_8php.html#a516591850f4fd49fd1425cfa54089db8">head_add_js()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="items_8php.html#a8675e62674de6fb7c42e4a408c7116cc">map_scope()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f">register_page_template()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7">rpost_callback()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013">widget_menu_preview()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="widgets_8php.html#abe03366fd22fd27d683518fa0765da50">widget_vcard()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, and <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="boot_8php.html#afe88b920aa285982edb817a0dd44eb37">get_account_id()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="boot_8php.html#a623e49c79943f3e7bdb770d021683cf7">get_observer_hash()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">get_theme_config_file()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a">head_add_css()</a>, <a class="el" href="plugin_8php.html#a516591850f4fd49fd1425cfa54089db8">head_add_js()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="items_8php.html#a8675e62674de6fb7c42e4a408c7116cc">map_scope()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f">register_page_template()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7">rpost_callback()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013">widget_menu_preview()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="widgets_8php.html#abe03366fd22fd27d683518fa0765da50">widget_vcard()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, and <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>.</p> </div> </div> @@ -1085,7 +1085,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#ad5a44e42231759aba1dda49e0490501e">comanche_menu()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p> +<p>Referenced by <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="comanche_8php.html#ad5a44e42231759aba1dda49e0490501e">comanche_menu()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix\RedDAV\RedBrowser\set_writeable()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p> </div> </div> @@ -1154,7 +1154,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> </div> </div> @@ -1239,7 +1239,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74">api_friendica_version()</a>, <a class="el" href="include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0">api_oauth_access_token()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d">api_statusnet_version()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1">goaway()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6">php_init()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="pretheme_8php.html#af5660943ee99db5fd75182316522eafe">pretheme_init()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0">system_unavailable()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74">api_friendica_version()</a>, <a class="el" href="include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0">api_oauth_access_token()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d">api_statusnet_version()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1">goaway()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6">php_init()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="pretheme_8php.html#af5660943ee99db5fd75182316522eafe">pretheme_init()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0">system_unavailable()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -1274,7 +1274,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592">follow_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">theme_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592">follow_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">theme_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> </div> </div> @@ -1360,7 +1360,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, and <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>.</p> +<p>Referenced by <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, and <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>.</p> </div> </div> @@ -1460,7 +1460,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ae82608c317421f27446465aa6724733d">api_format_messages()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#aa723c0571e314a1853a24c5854b4f54f">encode_rel_links()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e">get_browser_language()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2">get_my_address()</a>, <a class="el" href="identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec">get_my_url()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209">remote_user()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#a78788f6e9d8b713b138f81e457c5cd08">App\set_baseurl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ae82608c317421f27446465aa6724733d">api_format_messages()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#aa723c0571e314a1853a24c5854b4f54f">encode_rel_links()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e">get_browser_language()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2">get_my_address()</a>, <a class="el" href="identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec">get_my_url()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209">remote_user()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#a78788f6e9d8b713b138f81e457c5cd08">App\set_baseurl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -1494,7 +1494,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="text_8php.html#a85e3a4851c16674834010d8419a5d7ca">chanlink_cid()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f">get_parent_cloudpath()</a>, <a class="el" href="classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3">RedBrowser\getAssetUrl()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166">App\head_get_icon()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6">magiclink_url()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a08035db02ff6a23260146b4c64153422">widget_dirtags()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="text_8php.html#a85e3a4851c16674834010d8419a5d7ca">chanlink_cid()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f">get_parent_cloudpath()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d">RedMatrix\RedDAV\RedBrowser\getAssetUrl()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166">App\head_get_icon()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6">magiclink_url()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a08035db02ff6a23260146b4c64153422">widget_dirtags()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -1786,7 +1786,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>Account roles </p> -<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, and <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>.</p> +<p>Referenced by <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, and <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>.</p> </div> </div> @@ -1840,7 +1840,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> +<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> </div> </div> @@ -2662,7 +2662,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>.</p> +<p>Referenced by <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>.</p> </div> </div> @@ -2817,7 +2817,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>.</p> +<p>Referenced by <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>.</p> </div> </div> @@ -3008,7 +3008,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat()</a>, <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat()</a>, <a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">update_local_posts_stat()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> @@ -3022,7 +3022,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, and <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>.</p> +<p>Referenced by <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, and <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>.</p> </div> </div> @@ -3094,7 +3094,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec">old_webfinger()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="items_8php.html#a9b449eeae50003414b8b30ca927af434">update_feed_item()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec">old_webfinger()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="items_8php.html#a9b449eeae50003414b8b30ca927af434">update_feed_item()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> @@ -3108,7 +3108,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">get_diaspora_key()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">get_diaspora_key()</a>, <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -4634,7 +4634,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>Default permissions for file-based storage (webDAV, etc.) These files will be owned by the webserver who will need write access to the "storage" folder. Ideally you should make this 700, however some hosted platforms may not let you change ownership of this directory so we're defaulting to both owner-write and group-write privilege. This should work for most cases without modification. Over-ride this in your .htconfig.php if you need something either more or less restrictive. </p> -<p>Referenced by <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, and <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>.</p> +<p>Referenced by <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, and <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>.</p> </div> </div> diff --git a/doc/html/classRedBasicAuth-members.html b/doc/html/classRedBasicAuth-members.html index ab4dd9f76..bb4f57333 100644 --- a/doc/html/classRedBasicAuth-members.html +++ b/doc/html/classRedBasicAuth-members.html @@ -115,14 +115,18 @@ $(document).ready(function(){initNavTree('classRedBasicAuth.html','');}); <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e">$browser</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef">$channel_hash</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354">$channel_id</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> - <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac">$channel_name</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac">$channel_name</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1">$observer</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7">$owner_id</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7">$owner_nick</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> - <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47">$timezone</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47">$timezone</a></td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925">getCurrentUser</a>()</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f">getTimezone</a>()</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">log</a>()</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> - <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc">setBrowserPlugin</a>($browser)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> - <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857">setCurrentUser</a>($name)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333">setAuthenticated</a>($r)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc">setBrowserPlugin</a>($browser)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857">setCurrentUser</a>($name)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a">setTimezone</a>($timezone)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">validateUserPass</a>($username, $password)</td><td class="entry"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/classRedBasicAuth.html b/doc/html/classRedBasicAuth.html index 6a8e064d9..e51a60e4c 100644 --- a/doc/html/classRedBasicAuth.html +++ b/doc/html/classRedBasicAuth.html @@ -109,11 +109,15 @@ $(document).ready(function(){initNavTree('classRedBasicAuth.html','');}); <a href="#pub-methods">Public Member Functions</a> | <a href="#pub-attribs">Public Attributes</a> | <a href="#pro-methods">Protected Member Functions</a> | +<a href="#pro-attribs">Protected Attributes</a> | <a href="classRedBasicAuth-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">RedBasicAuth Class Reference</div> </div> </div><!--header--> <div class="contents"> + +<p>Authentication backend class for RedDAV. + <a href="classRedBasicAuth.html#details">More...</a></p> <div class="dynheader"> Inheritance diagram for RedBasicAuth:</div> <div class="dyncontent"> @@ -127,16 +131,22 @@ Inheritance diagram for RedBasicAuth:</div> Public Member Functions</h2></td></tr> <tr class="memitem:a072e8244a9a7f191b32d3db5ac94f857"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857">setCurrentUser</a> ($name)</td></tr> <tr class="separator:a072e8244a9a7f191b32d3db5ac94f857"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a4a584de8eb31c786fabd8f6e1a6c8925"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925">getCurrentUser</a> ()</td></tr> +<tr class="separator:a4a584de8eb31c786fabd8f6e1a6c8925"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2f5d4ef7040c65b79b2fdfdf1212395a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a">setTimezone</a> ($timezone)</td></tr> +<tr class="memdesc:a2f5d4ef7040c65b79b2fdfdf1212395a"><td class="mdescLeft"> </td><td class="mdescRight">Sets the timezone from the channel in <a class="el" href="classRedBasicAuth.html" title="Authentication backend class for RedDAV.">RedBasicAuth</a>. <a href="#a2f5d4ef7040c65b79b2fdfdf1212395a">More...</a><br/></td></tr> +<tr class="separator:a2f5d4ef7040c65b79b2fdfdf1212395a"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a9fdd4b890e3e7c7e1ae96ead2301418f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f">getTimezone</a> ()</td></tr> +<tr class="memdesc:a9fdd4b890e3e7c7e1ae96ead2301418f"><td class="mdescLeft"> </td><td class="mdescRight">Returns the timezone. <a href="#a9fdd4b890e3e7c7e1ae96ead2301418f">More...</a><br/></td></tr> +<tr class="separator:a9fdd4b890e3e7c7e1ae96ead2301418f"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a358ddad4abb5aa8c1382cf49a907adbc"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc">setBrowserPlugin</a> ($browser)</td></tr> -<tr class="memdesc:a358ddad4abb5aa8c1382cf49a907adbc"><td class="mdescLeft"> </td><td class="mdescRight">Set browser plugin. <a href="#a358ddad4abb5aa8c1382cf49a907adbc">More...</a><br/></td></tr> +<tr class="memdesc:a358ddad4abb5aa8c1382cf49a907adbc"><td class="mdescLeft"> </td><td class="mdescRight">Set browser plugin for SabreDAV. <a href="#a358ddad4abb5aa8c1382cf49a907adbc">More...</a><br/></td></tr> <tr class="separator:a358ddad4abb5aa8c1382cf49a907adbc"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a2cc8b1eac9c5a799bfb53ea7f287f3f0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">log</a> ()</td></tr> <tr class="separator:a2cc8b1eac9c5a799bfb53ea7f287f3f0"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> -<tr class="memitem:a438ab125b6ef46581947e35d49cdebac"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac">$channel_name</a> = ''</td></tr> -<tr class="separator:a438ab125b6ef46581947e35d49cdebac"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a2dab393650d1573e3515969a153e8354"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354">$channel_id</a> = 0</td></tr> <tr class="separator:a2dab393650d1573e3515969a153e8354"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ad5a3ea4dc4783b242d9dc6e76478b6ef"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef">$channel_hash</a> = ''</td></tr> @@ -145,21 +155,68 @@ Public Attributes</h2></td></tr> <tr class="separator:aa75dc43b59adc98e38a98517d3fd35d1"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:af14337f1baad407f8a85d48205c0f30e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e">$browser</a></td></tr> <tr class="separator:af14337f1baad407f8a85d48205c0f30e"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a09c1488a0b290f5a54dc15180c5690d7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7">$owner_id</a></td></tr> +<tr class="memitem:a09c1488a0b290f5a54dc15180c5690d7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7">$owner_id</a> = 0</td></tr> <tr class="separator:a09c1488a0b290f5a54dc15180c5690d7"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a8d09b8d784cc810a0b3be580d05106a7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7">$owner_nick</a> = ''</td></tr> <tr class="separator:a8d09b8d784cc810a0b3be580d05106a7"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a2d0246ed446fd5e55c17938b4ce6ac47"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47">$timezone</a></td></tr> -<tr class="separator:a2d0246ed446fd5e55c17938b4ce6ac47"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a> Protected Member Functions</h2></td></tr> <tr class="memitem:a8dfd9a0953f8884723b421b7c1acf79b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">validateUserPass</a> ($username, $password)</td></tr> +<tr class="memdesc:a8dfd9a0953f8884723b421b7c1acf79b"><td class="mdescLeft"> </td><td class="mdescRight">Validates a username and password. <a href="#a8dfd9a0953f8884723b421b7c1acf79b">More...</a><br/></td></tr> <tr class="separator:a8dfd9a0953f8884723b421b7c1acf79b"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a3ef43177abe0ef72da140a25bc568333"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333">setAuthenticated</a> ($r)</td></tr> +<tr class="memdesc:a3ef43177abe0ef72da140a25bc568333"><td class="mdescLeft"> </td><td class="mdescRight">Sets variables and session parameters after successfull authentication. <a href="#a3ef43177abe0ef72da140a25bc568333">More...</a><br/></td></tr> +<tr class="separator:a3ef43177abe0ef72da140a25bc568333"><td class="memSeparator" colspan="2"> </td></tr> +</table><table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-attribs"></a> +Protected Attributes</h2></td></tr> +<tr class="memitem:a438ab125b6ef46581947e35d49cdebac"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac">$channel_name</a> = null</td></tr> +<tr class="separator:a438ab125b6ef46581947e35d49cdebac"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2d0246ed446fd5e55c17938b4ce6ac47"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47">$timezone</a> = ''</td></tr> +<tr class="separator:a2d0246ed446fd5e55c17938b4ce6ac47"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> -<div class="textblock"><p><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a> class. </p> +<div class="textblock"><p>Authentication backend class for RedDAV. </p> +<p>This class also contains some data which is not necessary for authentication like timezone settings. </p> </div><h2 class="groupheader">Member Function Documentation</h2> +<a class="anchor" id="a4a584de8eb31c786fabd8f6e1a6c8925"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedBasicAuth::getCurrentUser </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>Returns information about the currently logged-in channel.</p> +<p>If nobody is currently logged in, this method should return null.</p> +<dl class="section see"><dt>See Also</dt><dd>DAV::getCurrentUser </dd></dl> +<dl class="section return"><dt>Returns</dt><dd>string|null </dd></dl> + +</div> +</div> +<a class="anchor" id="a9fdd4b890e3e7c7e1ae96ead2301418f"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedBasicAuth::getTimezone </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Returns the timezone. </p> +<dl class="section return"><dt>Returns</dt><dd>string Return the channel's timezone. </dd></dl> + +</div> +</div> <a class="anchor" id="a2cc8b1eac9c5a799bfb53ea7f287f3f0"></a> <div class="memitem"> <div class="memproto"> @@ -172,6 +229,43 @@ Protected Member Functions</h2></td></tr> </tr> </table> </div><div class="memdoc"> +<p>Prints out all <a class="el" href="classRedBasicAuth.html" title="Authentication backend class for RedDAV.">RedBasicAuth</a> variables to <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>.</p> +<dl class="section return"><dt>Returns</dt><dd>void </dd></dl> + +</div> +</div> +<a class="anchor" id="a3ef43177abe0ef72da140a25bc568333"></a> +<div class="memitem"> +<div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">RedBasicAuth::setAuthenticated </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$r</em></td><td>)</td> + <td></td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> + +<p>Sets variables and session parameters after successfull authentication. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">array</td><td class="paramname">$r</td><td>Array with the values for the authenticated channel. </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>bool </dd></dl> + +<p>Referenced by <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">validateUserPass()</a>.</p> </div> </div> @@ -189,8 +283,8 @@ Protected Member Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Set browser plugin. </p> -<dl class="section see"><dt>See Also</dt><dd><a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser::set_writeable()</a> </dd></dl> +<p>Set browser plugin for SabreDAV. </p> +<dl class="section see"><dt>See Also</dt><dd>RedBrowser::set_writeable() </dd></dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramtype">DAV\Browser\Plugin</td><td class="paramname">$browser</td><td></td></tr> @@ -213,6 +307,39 @@ Protected Member Functions</h2></td></tr> </tr> </table> </div><div class="memdoc"> +<p>Sets the channel_name from the currently logged-in channel.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$name</td><td>The channel's name </td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<a class="anchor" id="a2f5d4ef7040c65b79b2fdfdf1212395a"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedBasicAuth::setTimezone </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$timezone</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Sets the timezone from the channel in <a class="el" href="classRedBasicAuth.html" title="Authentication backend class for RedDAV.">RedBasicAuth</a>. </p> +<p>Set in <a class="el" href="cloud_8php.html" title="Initialize RedMatrix's cloud (SabreDAV).">mod/cloud.php</a> if the channel has a timezone set.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$timezone</td><td>The channel's timezone. </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>void </dd></dl> </div> </div> @@ -247,6 +374,10 @@ Protected Member Functions</h2></td></tr> </tr> </table> </div><div class="memdoc"> + +<p>Validates a username and password. </p> +<p>Guest access is granted with the password "+++".</p> +<dl class="section see"><dt>See Also</dt><dd>DAV::validateUserPass </dd></dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramtype">string</td><td class="paramname">$username</td><td></td></tr> @@ -254,6 +385,7 @@ Protected Member Functions</h2></td></tr> </table> </dd> </dl> +<dl class="section return"><dt>Returns</dt><dd>bool </dd></dl> </div> </div> @@ -299,13 +431,23 @@ Protected Member Functions</h2></td></tr> <a class="anchor" id="a438ab125b6ef46581947e35d49cdebac"></a> <div class="memitem"> <div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> <table class="memname"> <tr> - <td class="memname">RedBasicAuth::$channel_name = ''</td> + <td class="memname">RedBasicAuth::$channel_name = null</td> </tr> </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> </div><div class="memdoc"> +<p>Referenced by <a class="el" href="classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925">getCurrentUser()</a>.</p> + </div> </div> <a class="anchor" id="aa75dc43b59adc98e38a98517d3fd35d1"></a> @@ -325,7 +467,7 @@ Protected Member Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname">RedBasicAuth::$owner_id</td> + <td class="memname">RedBasicAuth::$owner_id = 0</td> </tr> </table> </div><div class="memdoc"> @@ -347,13 +489,23 @@ Protected Member Functions</h2></td></tr> <a class="anchor" id="a2d0246ed446fd5e55c17938b4ce6ac47"></a> <div class="memitem"> <div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> <table class="memname"> <tr> - <td class="memname">RedBasicAuth::$timezone</td> + <td class="memname">RedBasicAuth::$timezone = ''</td> </tr> </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> </div><div class="memdoc"> +<p>Referenced by <a class="el" href="classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f">getTimezone()</a>, and <a class="el" href="classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a">setTimezone()</a>.</p> + </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> diff --git a/doc/html/classRedBasicAuth.js b/doc/html/classRedBasicAuth.js index ab8a752b6..7b0a17424 100644 --- a/doc/html/classRedBasicAuth.js +++ b/doc/html/classRedBasicAuth.js @@ -1,8 +1,12 @@ var classRedBasicAuth = [ + [ "getCurrentUser", "classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925", null ], + [ "getTimezone", "classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f", null ], [ "log", "classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0", null ], + [ "setAuthenticated", "classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333", null ], [ "setBrowserPlugin", "classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc", null ], [ "setCurrentUser", "classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857", null ], + [ "setTimezone", "classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a", null ], [ "validateUserPass", "classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b", null ], [ "$browser", "classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e", null ], [ "$channel_hash", "classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef", null ], diff --git a/doc/html/classRedDirectory.html b/doc/html/classRedDirectory.html index ef5185d61..2975fc2ef 100644 --- a/doc/html/classRedDirectory.html +++ b/doc/html/classRedDirectory.html @@ -169,24 +169,21 @@ Private Member Functions</h2></td></tr> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a> Private Attributes</h2></td></tr> <tr class="memitem:acb32b8df27538c57772824a745e751d7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#acb32b8df27538c57772824a745e751d7">$red_path</a></td></tr> -<tr class="memdesc:acb32b8df27538c57772824a745e751d7"><td class="mdescLeft"> </td><td class="mdescRight">The path inside /cloud. <a href="#acb32b8df27538c57772824a745e751d7">More...</a><br/></td></tr> <tr class="separator:acb32b8df27538c57772824a745e751d7"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aa10254abf177bb2a0e4a88495725e09b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#aa10254abf177bb2a0e4a88495725e09b">$folder_hash</a></td></tr> <tr class="separator:aa10254abf177bb2a0e4a88495725e09b"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a0f113244cd85c17848df991001d024f4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#a0f113244cd85c17848df991001d024f4">$ext_path</a></td></tr> -<tr class="memdesc:a0f113244cd85c17848df991001d024f4"><td class="mdescLeft"> </td><td class="mdescRight">The full path as seen in the browser. /cloud + $red_path. <a href="#a0f113244cd85c17848df991001d024f4">More...</a><br/></td></tr> <tr class="separator:a0f113244cd85c17848df991001d024f4"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ad87c514a307ec97ba0f1372e9bcfa6a4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#ad87c514a307ec97ba0f1372e9bcfa6a4">$root_dir</a> = ''</td></tr> <tr class="separator:ad87c514a307ec97ba0f1372e9bcfa6a4"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a9616af16cd19a18a6afebebcc2881c44"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44">$auth</a></td></tr> <tr class="separator:a9616af16cd19a18a6afebebcc2881c44"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a3c148c07ad909985125aa4926d8d0021"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedDirectory.html#a3c148c07ad909985125aa4926d8d0021">$os_path</a> = ''</td></tr> -<tr class="memdesc:a3c148c07ad909985125aa4926d8d0021"><td class="mdescLeft"> </td><td class="mdescRight">The real path on the filesystem. The actual path in store/ with the hashed names. <a href="#a3c148c07ad909985125aa4926d8d0021">More...</a><br/></td></tr> <tr class="separator:a3c148c07ad909985125aa4926d8d0021"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p><a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class. </p> -<p>A class that represents a directory. </p> +<p>A class that represents a directory.</p> </div><h2 class="groupheader">Constructor & Destructor Documentation</h2> <a class="anchor" id="a1e35e3cd31d2a15250655e4cafdea180"></a> <div class="memitem"> @@ -216,7 +213,7 @@ Private Attributes</h2></td></tr> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramtype">string</td><td class="paramname">$ext_path</td><td>a full path </td></tr> - <tr><td class="paramtype"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td><td class="paramname">&$auth_plugin</td><td></td></tr> + <tr><td class="paramtype"><a class="el" href="classRedBasicAuth.html" title="Authentication backend class for RedDAV.">RedBasicAuth</a></td><td class="paramname">&$auth_plugin</td><td></td></tr> </table> </dd> </dl> @@ -385,7 +382,7 @@ Private Attributes</h2></td></tr> </tr> </table> </div><div class="memdoc"> -<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000006">Todo:</a></b></dt><dd>add description of what this function does.</dd></dl> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000008">Todo:</a></b></dt><dd>add description of what this function does.</dd></dl> <dl class="exception"><dt>Exceptions</dt><dd> <table class="exception"> <tr><td class="paramname">DAV\Exception\NotFound</td><td></td></tr> @@ -494,7 +491,7 @@ Private Attributes</h2></td></tr> </div><div class="memdoc"> <p>Renames the directory. </p> -<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>handle duplicate directory name</dd></dl> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000007">Todo:</a></b></dt><dd>handle duplicate directory name</dd></dl> <dl class="exception"><dt>Exceptions</dt><dd> <table class="exception"> <tr><td class="paramname">DAV\Exception\Forbidden</td><td></td></tr> @@ -550,9 +547,6 @@ Private Attributes</h2></td></tr> </table> </div><div class="memdoc"> -<p>The full path as seen in the browser. /cloud + $red_path. </p> -<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>I think this is not used anywhere, we always strip '/cloud' and only use it in debug </dd></dl> - <p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">__construct()</a>, and <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">getDir()</a>.</p> </div> @@ -595,8 +589,6 @@ Private Attributes</h2></td></tr> </table> </div><div class="memdoc"> -<p>The real path on the filesystem. The actual path in store/ with the hashed names. </p> - <p>Referenced by <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">createFile()</a>, and <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">getDir()</a>.</p> </div> @@ -619,8 +611,6 @@ Private Attributes</h2></td></tr> </table> </div><div class="memdoc"> -<p>The path inside /cloud. </p> - </div> </div> <a class="anchor" id="ad87c514a307ec97ba0f1372e9bcfa6a4"></a> diff --git a/doc/html/classRedDirectory.png b/doc/html/classRedDirectory.png Binary files differindex 75da336b4..05439b4c5 100644 --- a/doc/html/classRedDirectory.png +++ b/doc/html/classRedDirectory.png diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser-members.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser-members.html new file mode 100644 index 000000000..34718ac8d --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser-members.html @@ -0,0 +1,126 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: Member List</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li class="current"><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="annotated.html"><span>Class List</span></a></li> + <li><a href="classes.html"><span>Class Index</span></a></li> + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> + <li><a href="functions.html"><span>Class Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('classRedMatrix_1_1RedDAV_1_1RedBrowser.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">RedMatrix\RedDAV\RedBrowser Member List</div> </div> +</div><!--header--> +<div class="contents"> + +<p>This is the complete list of members for <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a>, including all inherited members.</p> +<table class="directory"> + <tr class="even"><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142">$auth</a></td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"><span class="mlabel">private</span></td></tr> + <tr><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">__construct</a>(&$auth)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">findAttachHash</a>($owner, $parentHash, $attachName)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> + <tr><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">findAttachIdByHash</a>($attachHash)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">generateDirectoryIndex</a>($path)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d">getAssetUrl</a>($assetName)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"><span class="mlabel">protected</span></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">htmlActionsPanel</a>(DAV\INode $node, &$output)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"></td></tr> + <tr><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">set_writeable</a>()</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"></td></tr> + <tr class="even"><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd">userReadableSize</a>($size)</td><td class="entry"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedMatrix\RedDAV\RedBrowser</a></td><td class="entry"></td></tr> +</table></div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html new file mode 100644 index 000000000..5f0a97269 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html @@ -0,0 +1,438 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: RedMatrix\RedDAV\RedBrowser Class Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li class="current"><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="annotated.html"><span>Class List</span></a></li> + <li><a href="classes.html"><span>Class Index</span></a></li> + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> + <li><a href="functions.html"><span>Class Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('classRedMatrix_1_1RedDAV_1_1RedBrowser.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#pub-methods">Public Member Functions</a> | +<a href="#pro-methods">Protected Member Functions</a> | +<a href="#pri-attribs">Private Attributes</a> | +<a href="classRedMatrix_1_1RedDAV_1_1RedBrowser-members.html">List of all members</a> </div> + <div class="headertitle"> +<div class="title">RedMatrix\RedDAV\RedBrowser Class Reference</div> </div> +</div><!--header--> +<div class="contents"> + +<p>Provides a DAV frontend for the webbrowser. + <a href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#details">More...</a></p> +<div class="dynheader"> +Inheritance diagram for RedMatrix\RedDAV\RedBrowser:</div> +<div class="dyncontent"> + <div class="center"> + <img src="classRedMatrix_1_1RedDAV_1_1RedBrowser.png" usemap="#RedMatrix\RedDAV\RedBrowser_map" alt=""/> + <map id="RedMatrix\RedDAV\RedBrowser_map" name="RedMatrix\RedDAV\RedBrowser_map"> +</map> + </div></div> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> +Public Member Functions</h2></td></tr> +<tr class="memitem:a8161f2a0be205412e263c947b5ec46c5"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">__construct</a> (&$auth)</td></tr> +<tr class="memdesc:a8161f2a0be205412e263c947b5ec46c5"><td class="mdescLeft"> </td><td class="mdescRight">Constructor for <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" title="Provides a DAV frontend for the webbrowser.">RedBrowser</a> class. <a href="#a8161f2a0be205412e263c947b5ec46c5">More...</a><br/></td></tr> +<tr class="separator:a8161f2a0be205412e263c947b5ec46c5"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:aa1607857cb59738c4dce2fe8e73d8f19"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">set_writeable</a> ()</td></tr> +<tr class="separator:aa1607857cb59738c4dce2fe8e73d8f19"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:af764d5f14df751f9ec86c34fab300c09"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">generateDirectoryIndex</a> ($path)</td></tr> +<tr class="memdesc:af764d5f14df751f9ec86c34fab300c09"><td class="mdescLeft"> </td><td class="mdescRight">Creates the directory listing for the given path. <a href="#af764d5f14df751f9ec86c34fab300c09">More...</a><br/></td></tr> +<tr class="separator:af764d5f14df751f9ec86c34fab300c09"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a242ce69a2fe5a5fdf9c2b8d3954accfd"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd">userReadableSize</a> ($size)</td></tr> +<tr class="separator:a242ce69a2fe5a5fdf9c2b8d3954accfd"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a3bd98af2d1cdfd8f26deb914596176cf"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">htmlActionsPanel</a> (DAV\INode $node, &$output)</td></tr> +<tr class="memdesc:a3bd98af2d1cdfd8f26deb914596176cf"><td class="mdescLeft"> </td><td class="mdescRight">Creates a form to add new folders and upload files. <a href="#a3bd98af2d1cdfd8f26deb914596176cf">More...</a><br/></td></tr> +<tr class="separator:a3bd98af2d1cdfd8f26deb914596176cf"><td class="memSeparator" colspan="2"> </td></tr> +</table><table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a> +Protected Member Functions</h2></td></tr> +<tr class="memitem:acaa792c08d24e9dc2919759e92ba037d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d">getAssetUrl</a> ($assetName)</td></tr> +<tr class="separator:acaa792c08d24e9dc2919759e92ba037d"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ad4bc0516533c62733f38043a37267d78"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">findAttachHash</a> ($owner, $parentHash, $attachName)</td></tr> +<tr class="memdesc:ad4bc0516533c62733f38043a37267d78"><td class="mdescLeft"> </td><td class="mdescRight">Return the hash of an attachment. <a href="#ad4bc0516533c62733f38043a37267d78">More...</a><br/></td></tr> +<tr class="separator:ad4bc0516533c62733f38043a37267d78"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a0733e38e254474d9a456825e72f1ddfd"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">findAttachIdByHash</a> ($attachHash)</td></tr> +<tr class="memdesc:a0733e38e254474d9a456825e72f1ddfd"><td class="mdescLeft"> </td><td class="mdescRight">Returns an attachment's id for a given hash. <a href="#a0733e38e254474d9a456825e72f1ddfd">More...</a><br/></td></tr> +<tr class="separator:a0733e38e254474d9a456825e72f1ddfd"><td class="memSeparator" colspan="2"> </td></tr> +</table><table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a> +Private Attributes</h2></td></tr> +<tr class="memitem:ad19179bf4ac7f18fafa7e2e3df800142"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142">$auth</a></td></tr> +<tr class="separator:ad19179bf4ac7f18fafa7e2e3df800142"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> +<div class="textblock"><p>Provides a DAV frontend for the webbrowser. </p> +<p><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" title="Provides a DAV frontend for the webbrowser.">RedBrowser</a> is a SabreDAV server-plugin to provide a view to the DAV storage for the webbrowser.</p> +</div><h2 class="groupheader">Constructor & Destructor Documentation</h2> +<a class="anchor" id="a8161f2a0be205412e263c947b5ec46c5"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::__construct </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$auth</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Constructor for <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" title="Provides a DAV frontend for the webbrowser.">RedBrowser</a> class. </p> +<p>$enablePost will be activated through <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">set_writeable()</a> in a later stage. At the moment the write_storage permission is only valid for the whole folder. No file specific permissions yet.</p> +<p>Disable assets with $enableAssets = false. Should get some thumbnail views anyway.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype"><a class="el" href="classRedBasicAuth.html" title="Authentication backend class for RedDAV.">RedBasicAuth</a></td><td class="paramname">&$auth</td><td></td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<h2 class="groupheader">Member Function Documentation</h2> +<a class="anchor" id="ad4bc0516533c62733f38043a37267d78"></a> +<div class="memitem"> +<div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::findAttachHash </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$owner</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$parentHash</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$attachName</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> + +<p>Return the hash of an attachment. </p> +<p>Given the owner, the parent folder and and attach name get the attachment hash.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">int</td><td class="paramname">$owner</td><td>The owner_id </td></tr> + <tr><td class="paramtype">string</td><td class="paramname">$hash</td><td>The parent's folder hash </td></tr> + <tr><td class="paramtype">string</td><td class="paramname">$attachName</td><td>The name of the attachment </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>string </dd></dl> + +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>.</p> + +</div> +</div> +<a class="anchor" id="a0733e38e254474d9a456825e72f1ddfd"></a> +<div class="memitem"> +<div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::findAttachIdByHash </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$attachHash</em></td><td>)</td> + <td></td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> + +<p>Returns an attachment's id for a given hash. </p> +<p>This id is used to access the attachment in filestorage/</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$attachHash</td><td>The hash of an attachment </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>string </dd></dl> + +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>.</p> + +</div> +</div> +<a class="anchor" id="af764d5f14df751f9ec86c34fab300c09"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::generateDirectoryIndex </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$path</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Creates the directory listing for the given path. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$path</td><td>which should be displayed </td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<a class="anchor" id="acaa792c08d24e9dc2919759e92ba037d"></a> +<div class="memitem"> +<div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::getAssetUrl </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$assetName</em></td><td>)</td> + <td></td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">protected</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> +<p>This method takes a path/name of an asset and turns it into url suiteable for http access.</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">string</td><td class="paramname">$assetName</td><td></td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>string </dd></dl> + +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>.</p> + +</div> +</div> +<a class="anchor" id="a3bd98af2d1cdfd8f26deb914596176cf"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::htmlActionsPanel </td> + <td>(</td> + <td class="paramtype">DAV\INode </td> + <td class="paramname"><em>$node</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype">& </td> + <td class="paramname"><em>$output</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Creates a form to add new folders and upload files. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">\Sabre\DAV\INode</td><td class="paramname">$node</td><td></td></tr> + <tr><td class="paramtype">string</td><td class="paramname">&$output</td><td></td></tr> + </table> + </dd> +</dl> + +</div> +</div> +<a class="anchor" id="aa1607857cb59738c4dce2fe8e73d8f19"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::set_writeable </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>The DAV browser is instantiated after the auth module and directory classes but before we know the current directory and who the owner and observer are. So we add a pointer to the browser into the auth module and vice versa. Then when we've figured out what directory is actually being accessed, we call the following function to decide whether or not to show web elements which include writeable objects.</p> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000002">Todo:</a></b></dt><dd>Maybe this can be solved with some $server->subscribeEvent()? </dd></dl> + +</div> +</div> +<a class="anchor" id="a242ce69a2fe5a5fdf9c2b8d3954accfd"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::userReadableSize </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$size</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>.</p> + +</div> +</div> +<h2 class="groupheader">Member Data Documentation</h2> +<a class="anchor" id="ad19179bf4ac7f18fafa7e2e3df800142"></a> +<div class="memitem"> +<div class="memproto"> +<table class="mlabels"> + <tr> + <td class="mlabels-left"> + <table class="memname"> + <tr> + <td class="memname">RedMatrix\RedDAV\RedBrowser::$auth</td> + </tr> + </table> + </td> + <td class="mlabels-right"> +<span class="mlabels"><span class="mlabel">private</span></span> </td> + </tr> +</table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">RedMatrix\RedDAV\RedBrowser\__construct()</a>.</p> + +</div> +</div> +<hr/>The documentation for this class was generated from the following file:<ul> +<li>include/RedDAV/<a class="el" href="RedBrowser_8php.html">RedBrowser.php</a></li> +</ul> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.js b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.js new file mode 100644 index 000000000..88eb33d70 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.js @@ -0,0 +1,12 @@ +var classRedMatrix_1_1RedDAV_1_1RedBrowser = +[ + [ "__construct", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5", null ], + [ "findAttachHash", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78", null ], + [ "findAttachIdByHash", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd", null ], + [ "generateDirectoryIndex", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09", null ], + [ "getAssetUrl", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d", null ], + [ "htmlActionsPanel", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf", null ], + [ "set_writeable", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19", null ], + [ "userReadableSize", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd", null ], + [ "$auth", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142", null ] +];
\ No newline at end of file diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.png b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.png Binary files differnew file mode 100644 index 000000000..c549bff94 --- /dev/null +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.png diff --git a/doc/html/classes.html b/doc/html/classes.html index 4125fa1dd..5683c0e61 100644 --- a/doc/html/classes.html +++ b/doc/html/classes.html @@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('classes.html','');}); <tr><td valign="top"><a class="el" href="classBaseObject.html">BaseObject</a>   </td><td rowspan="2" valign="bottom"><a name="letter_E"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  E  </div></td></tr></table> </td><td valign="top"><a class="el" href="classItem.html">Item</a>   </td><td valign="top"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a>   </td><td></td></tr> <tr><td rowspan="2" valign="bottom"><a name="letter_C"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  C  </div></td></tr></table> -</td><td valign="top"><a class="el" href="interfaceITemplateEngine.html">ITemplateEngine</a>   </td><td valign="top"><a class="el" href="classRedBrowser.html">RedBrowser</a>   </td><td></td></tr> +</td><td valign="top"><a class="el" href="interfaceITemplateEngine.html">ITemplateEngine</a>   </td><td valign="top"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedBrowser</a> (<a class="el" href="namespaceRedMatrix_1_1RedDAV.html">RedMatrix\RedDAV</a>)   </td><td></td></tr> <tr><td valign="top"><a class="el" href="classenotify.html">enotify</a>   </td><td rowspan="2" valign="bottom"><a name="letter_P"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  P  </div></td></tr></table> </td><td valign="top"><a class="el" href="classRedDirectory.html">RedDirectory</a>   </td><td></td></tr> <tr><td valign="top"><a class="el" href="classCache.html">Cache</a>   </td><td rowspan="2" valign="bottom"><a name="letter_F"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">  F  </div></td></tr></table> diff --git a/doc/html/cloud_8php.html b/doc/html/cloud_8php.html index 33b1a3d56..22722d5da 100644 --- a/doc/html/cloud_8php.html +++ b/doc/html/cloud_8php.html @@ -110,25 +110,27 @@ $(document).ready(function(){initNavTree('cloud_8php.html','');}); </div><!--header--> <div class="contents"> -<p>Initialize Red Matrix's cloud (SabreDAV) +<p>Initialize <a class="el" href="namespaceRedMatrix.html">RedMatrix</a>'s cloud (SabreDAV). <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> -<tr class="memitem:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <br class="typebreak"/> -<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) </td><td class="memItemRight" valign="bottom"><a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init</a> (&$a)</td></tr> -<tr class="memdesc:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="mdescLeft"> </td><td class="mdescRight">Fires up the SabreDAV server. <a href="#a1b79a6fe0454bc76673ad9aef55bf02d">More...</a><br/></td></tr> -<tr class="separator:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ad2e96e917852f27dedfc263d37e13756"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER, <br class="typebreak"/> +'REDIRECT_REMOTE_USER')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER, <br class="typebreak"/> +'HTTP_AUTHORIZATION')) </td><td class="memItemRight" valign="bottom"><a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init</a> (&$a)</td></tr> +<tr class="memdesc:ad2e96e917852f27dedfc263d37e13756"><td class="mdescLeft"> </td><td class="mdescRight">Fires up the SabreDAV server. <a href="#ad2e96e917852f27dedfc263d37e13756">More...</a><br/></td></tr> +<tr class="separator:ad2e96e917852f27dedfc263d37e13756"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> -<div class="textblock"><p>Initialize Red Matrix's cloud (SabreDAV) </p> +<div class="textblock"><p>Initialize <a class="el" href="namespaceRedMatrix.html">RedMatrix</a>'s cloud (SabreDAV). </p> +<p>Module for accessing the DAV storage area. </p> </div><h2 class="groupheader">Function Documentation</h2> -<a class="anchor" id="a1b79a6fe0454bc76673ad9aef55bf02d"></a> +<a class="anchor" id="ad2e96e917852f27dedfc263d37e13756"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) cloud_init </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER, 'REDIRECT_REMOTE_USER')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER, 'HTTP_AUTHORIZATION')) cloud_init </td> <td>(</td> <td class="paramtype">& </td> <td class="paramname"><em>$a</em></td><td>)</td> diff --git a/doc/html/cloud_8php.js b/doc/html/cloud_8php.js index 6b3de1272..333d1c197 100644 --- a/doc/html/cloud_8php.js +++ b/doc/html/cloud_8php.js @@ -1,4 +1,4 @@ var cloud_8php = [ - [ "cloud_init", "cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d", null ] + [ "cloud_init", "cloud_8php.html#ad2e96e917852f27dedfc263d37e13756", null ] ];
\ No newline at end of file diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index daa797adf..06f71ecfe 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -621,7 +621,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, and <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>.</p> +<p>Referenced by <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, and <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>.</p> </div> </div> diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index c1335c8d7..aca76728a 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -336,7 +336,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df">age()</a>, <a class="el" href="include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5">api_account_rate_limit_status()</a>, <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723">comments_are_now_closed()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="datetime_8php.html#aba971b67f17fecf050813f1eba72367f">get_first_dim()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile\getLastModified()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#aa2d3caa2f27720762b5c729e07df40fb">list_post_dates()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f">z_birthday()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df">age()</a>, <a class="el" href="include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5">api_account_rate_limit_status()</a>, <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723">comments_are_now_closed()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="datetime_8php.html#aba971b67f17fecf050813f1eba72367f">get_first_dim()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile\getLastModified()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#aa2d3caa2f27720762b5c729e07df40fb">list_post_dates()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f">z_birthday()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index cb4c251fd..a7c3554e1 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f">app_destroy()</a>, <a class="el" href="include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2">app_installed()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2dmention_callback()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930">dbesc_array_cb()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4">diaspora_get_contact_by_handle()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86">find_filename_by_hash()</a>, <a class="el" href="include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997">find_folder_hash_by_attach_hash()</a>, <a class="el" href="classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5">RedBrowser\findAttachHash()</a>, <a class="el" href="classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1">RedBrowser\findAttachIdByHash()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="hubloc_8php.html#aebd244b4616ded022cbbee5e82926951">is_matrix_url()</a>, <a class="el" href="items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df">item_add_cid()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu_list_count()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9">plugin_is_installed()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f">app_destroy()</a>, <a class="el" href="include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2">app_installed()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2dmention_callback()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930">dbesc_array_cb()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4">diaspora_get_contact_by_handle()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86">find_filename_by_hash()</a>, <a class="el" href="include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997">find_folder_hash_by_attach_hash()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">RedMatrix\RedDAV\RedBrowser\findAttachHash()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">RedMatrix\RedDAV\RedBrowser\findAttachIdByHash()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="hubloc_8php.html#aebd244b4616ded022cbbee5e82926951">is_matrix_url()</a>, <a class="el" href="items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df">item_add_cid()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu_list_count()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9">plugin_is_installed()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -318,7 +318,7 @@ Functions</h2></td></tr> </div><div class="memdoc"> <p>This will happen occasionally trying to store the session data after abnormal program termination</p> -<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="account_8php.html#a43e3042b2723d76915a030bac3c668b6">account_total()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536">api_group()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f">app_destroy()</a>, <a class="el" href="include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2">app_installed()</a>, <a class="el" href="include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0">app_list()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2dmention_callback()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chatroom_list_count()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">collect_recipients()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75">contact_profile_assign()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4">diaspora_get_contact_by_handle()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86">find_filename_by_hash()</a>, <a class="el" href="include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997">find_folder_hash_by_attach_hash()</a>, <a class="el" href="classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5">RedBrowser\findAttachHash()</a>, <a class="el" href="classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1">RedBrowser\findAttachIdByHash()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="hubloc_8php.html#aebd244b4616ded022cbbee5e82926951">is_matrix_url()</a>, <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">is_sys_channel()</a>, <a class="el" href="items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df">item_add_cid()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7">menu_fetch_id()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu_list_count()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9">plugin_is_installed()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713">random_profile()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="identity_8php.html#a78151baf4407a8482d2681a91a9c486b">set_default_login_identity()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="account_8php.html#a43e3042b2723d76915a030bac3c668b6">account_total()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#a278289bc6d45f6f2a272a7ab6a1d1057">admin_page_profs_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536">api_group()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f">app_destroy()</a>, <a class="el" href="include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2">app_installed()</a>, <a class="el" href="include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0">app_list()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34">bb2dmention_callback()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049">chatroom_list_count()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">collect_recipients()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75">contact_profile_assign()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4">diaspora_get_contact_by_handle()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b">diaspora_mention_callback()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86">find_filename_by_hash()</a>, <a class="el" href="include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997">find_folder_hash_by_attach_hash()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">RedMatrix\RedDAV\RedBrowser\findAttachHash()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">RedMatrix\RedDAV\RedBrowser\findAttachIdByHash()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">import_author_diaspora()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="hubloc_8php.html#aebd244b4616ded022cbbee5e82926951">is_matrix_url()</a>, <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">is_sys_channel()</a>, <a class="el" href="items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df">item_add_cid()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a5ed782ff5b9cf050bec931e06de12c00">item_remove_cid()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7">menu_fetch_id()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485">menu_list_count()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">notifications_off()</a>, <a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">notifications_on()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9">plugin_is_installed()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77">poll_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713">random_profile()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="identity_8php.html#a78151baf4407a8482d2681a91a9c486b">set_default_login_identity()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat()</a>, <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat()</a>, <a class="el" href="statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c">update_channels_total_stat()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">update_local_posts_stat()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/diaspora_8php.html b/doc/html/diaspora_8php.html index 071cf0de4..6396a547b 100644 --- a/doc/html/diaspora_8php.html +++ b/doc/html/diaspora_8php.html @@ -138,6 +138,8 @@ Functions</h2></td></tr> <tr class="separator:ac1ab782a34552a7c6b4dc961754ed598"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a20b968d64ef26afe5cb0cc75a7570a31"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post</a> ($importer, $xml, $msg)</td></tr> <tr class="separator:a20b968d64ef26afe5cb0cc75a7570a31"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ac9e41e46626dc608204bf4b5e16e62d7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml</a> ($url, $recurse=0)</td></tr> +<tr class="separator:ac9e41e46626dc608204bf4b5e16e62d7"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a2bf43f6b5890897f425ef4325d34b007"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare</a> ($importer, $xml, $msg)</td></tr> <tr class="separator:a2bf43f6b5890897f425ef4325d34b007"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a006731620a5242d410358b32678e48e3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto</a> ($importer, $xml, $msg)</td></tr> @@ -1254,6 +1256,34 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="ac9e41e46626dc608204bf4b5e16e62d7"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">get_diaspora_reshare_xml </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$url</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$recurse</em> = <code>0</code> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>.</p> + +</div> +</div> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/diaspora_8php.js b/doc/html/diaspora_8php.js index 77cd1bf8e..9db03ac5d 100644 --- a/doc/html/diaspora_8php.js +++ b/doc/html/diaspora_8php.js @@ -32,5 +32,6 @@ var diaspora_8php = [ "diaspora_transmit", "diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56", null ], [ "diaspora_unshare", "diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200", null ], [ "find_diaspora_person_by_handle", "diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b", null ], - [ "get_diaspora_key", "diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e", null ] + [ "get_diaspora_key", "diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e", null ], + [ "get_diaspora_reshare_xml", "diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7", null ] ];
\ No newline at end of file diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index 7d71fc289..2612a29c4 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -137,7 +137,7 @@ Files</h2></td></tr> <tr class="memitem:chatsvc_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="chatsvc_8php.html">chatsvc.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:cloud_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="cloud_8php.html">cloud.php</a></td></tr> -<tr class="memdesc:cloud_8php"><td class="mdescLeft"> </td><td class="mdescRight">Initialize Red Matrix's cloud (SabreDAV) <br/></td></tr> +<tr class="memdesc:cloud_8php"><td class="mdescLeft"> </td><td class="mdescRight">Initialize <a class="el" href="namespaceRedMatrix.html">RedMatrix</a>'s cloud (SabreDAV). <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:common_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8php.html">common.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> @@ -193,6 +193,8 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:hostxrd_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="hostxrd_8php.html">hostxrd.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:impel_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="impel_8php.html">impel.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:import_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="import_8php.html">import.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:importelm_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="importelm_8php.html">importelm.php</a></td></tr> diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index bffc3096a..fc3030f12 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -44,6 +44,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "help.php", "help_8php.html", "help_8php" ], [ "home.php", "home_8php.html", "home_8php" ], [ "hostxrd.php", "hostxrd_8php.html", "hostxrd_8php" ], + [ "impel.php", "impel_8php.html", "impel_8php" ], [ "import.php", "import_8php.html", "import_8php" ], [ "importelm.php", "importelm_8php.html", "importelm_8php" ], [ "invite.php", "invite_8php.html", "invite_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 8064813cc..888bf73e3 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -108,6 +108,8 @@ Directories</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:dir_aae29906d7bfc07d076125f669c8352e"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_aae29906d7bfc07d076125f669c8352e.html">photo</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:dir_e7f045be8bb383d8447c6a6b84145083"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_e7f045be8bb383d8447c6a6b84145083.html">RedDAV</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> Files</h2></td></tr> @@ -125,6 +127,7 @@ Files</h2></td></tr> <tr class="memdesc:include_2attach_8php"><td class="mdescLeft"> </td><td class="mdescRight">File/attach API with the potential for revision control. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:auth_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html">auth.php</a></td></tr> +<tr class="memdesc:auth_8php"><td class="mdescLeft"> </td><td class="mdescRight">Functions and inline functionality for authentication. <br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:BaseObject_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="BaseObject_8php.html">BaseObject.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> @@ -260,6 +263,8 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:spam_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="spam_8php.html">spam.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:statistics__fns_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="statistics__fns_8php.html">statistics_fns.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:system__unavailable_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="system__unavailable_8php.html">system_unavailable.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:taxonomy_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="taxonomy_8php.html">taxonomy.php</a></td></tr> diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 68646ae5b..7f10fa98d 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -2,6 +2,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ [ "dba", "dir_21bc5169ff11430004758be31dcfc6c4.html", "dir_21bc5169ff11430004758be31dcfc6c4" ], [ "photo", "dir_aae29906d7bfc07d076125f669c8352e.html", "dir_aae29906d7bfc07d076125f669c8352e" ], + [ "RedDAV", "dir_e7f045be8bb383d8447c6a6b84145083.html", "dir_e7f045be8bb383d8447c6a6b84145083" ], [ "account.php", "account_8php.html", "account_8php" ], [ "acl_selectors.php", "acl__selectors_8php.html", "acl__selectors_8php" ], [ "activities.php", "activities_8php.html", "activities_8php" ], @@ -90,6 +91,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = ] ], [ "socgraph.php", "socgraph_8php.html", "socgraph_8php" ], [ "spam.php", "spam_8php.html", "spam_8php" ], + [ "statistics_fns.php", "statistics__fns_8php.html", "statistics__fns_8php" ], [ "system_unavailable.php", "system__unavailable_8php.html", "system__unavailable_8php" ], [ "taxonomy.php", "taxonomy_8php.html", "taxonomy_8php" ], [ "template_processor.php", "template__processor_8php.html", "template__processor_8php" ], diff --git a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html new file mode 100644 index 000000000..f49bce2b4 --- /dev/null +++ b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.html @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/RedDAV Directory Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('dir_e7f045be8bb383d8447c6a6b84145083.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">RedDAV Directory Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> +Files</h2></td></tr> +<tr class="memitem:RedBrowser_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="RedBrowser_8php.html">RedBrowser.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js new file mode 100644 index 000000000..0d7f52ca2 --- /dev/null +++ b/doc/html/dir_e7f045be8bb383d8447c6a6b84145083.js @@ -0,0 +1,6 @@ +var dir_e7f045be8bb383d8447c6a6b84145083 = +[ + [ "RedBrowser.php", "RedBrowser_8php.html", [ + [ "RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", "classRedMatrix_1_1RedDAV_1_1RedBrowser" ] + ] ] +];
\ No newline at end of file diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index 5121fe764..1774283f6 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -253,7 +253,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> +<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> </div> </div> diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 7a8ccfa37..f6a23636a 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4">dbesc_array()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="items_8php.html#a09d425596b9f8663472cf7474ad36d96">item_getfeedattach()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f">register_page_template()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#abea5a4f77dcd53c928dc4eed86616637">App\set_apps()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="event_8php.html#a018ea4484910a873a7c1eaa126de9b1a">sort_by_date()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030">translate_system_apps()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a">widget_clock()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20">widget_photo()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3">chat_message()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4">dbesc_array()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c">event_store_event()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="items_8php.html#a09d425596b9f8663472cf7474ad36d96">item_getfeedattach()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f">register_page_template()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#abea5a4f77dcd53c928dc4eed86616637">App\set_apps()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="event_8php.html#a018ea4484910a873a7c1eaa126de9b1a">sort_by_date()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030">translate_system_apps()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a">widget_clock()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20">widget_photo()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a905c3895feb6f276df23f07f16f9bb52">xchan_query()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> @@ -146,7 +146,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca">get_system_apps()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, and <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca">get_system_apps()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, and <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>.</p> </div> </div> @@ -160,7 +160,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4">Template\_build_nodes()</a>, <a class="el" href="classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee">Template\_replcb_node()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185">app_decode()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="text_8php.html#a070384ec000fd65043fce11d5392d241">base64url_encode()</a>, <a class="el" href="bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba">bb_tag_preg_replace()</a>, <a class="el" href="text_8php.html#a3d2793d66db3345fd290b71e2eadf98e">bb_translate_video()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a5718daeda40bf835345fe061e8808cdf">comanche_region()</a>, <a class="el" href="comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a">comanche_webpage()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625">diaspora2bb()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol()</a>, <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">diaspora_ul()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc">extra_query_args()</a>, <a class="el" href="taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6">file_tag_decode()</a>, <a class="el" href="taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37">file_tag_encode()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28">fix_mce_lf()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08">format_mentions()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623">get_tags()</a>, <a class="el" href="text_8php.html#a138a3a611fa7f4f3630674145fc826bf">html2bb_video()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">is_foreigner()</a>, <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="text_8php.html#a11255c8c4e5245b6c24f97684826aa54">linkify()</a>, <a class="el" href="text_8php.html#a1e510c53624933ce9b7d6715784894db">magic_link()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="text_8php.html#adba17ec946f4285285dc100f7860bf51">normalise_openid()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0">oembed_replacecb()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">protect_sprintf()</a>, <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">purify_html()</a>, <a class="el" href="text_8php.html#afc998d2796a6b2a08e96f7cc061e7221">qp()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="classTemplate.html#a285b5b2007dbbf733476273df3fed4ef">Template\replace()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2">FriendicaSmartyEngine\replace_macros()</a>, <a class="el" href="classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b">Template\replace_macros()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a2f2585385530cb935a6325c809d84a4d">strip_zids()</a>, <a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5">template_escape()</a>, <a class="el" href="template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e">template_unescape()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7">unamp()</a>, <a class="el" href="text_8php.html#a740ad03e00459039a2c0992246c4e727">undo_post_tagging()</a>, <a class="el" href="text_8php.html#a1360fed7f918d859daaca1c9f384f9af">unxmlify()</a>, <a class="el" href="classTemplate.html#abbc484016ddf5d818f55b823cae6feb0">Template\var_replace()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> +<p>Referenced by <a class="el" href="classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4">Template\_build_nodes()</a>, <a class="el" href="classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee">Template\_replcb_node()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185">app_decode()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="text_8php.html#a070384ec000fd65043fce11d5392d241">base64url_encode()</a>, <a class="el" href="bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba">bb_tag_preg_replace()</a>, <a class="el" href="text_8php.html#a3d2793d66db3345fd290b71e2eadf98e">bb_translate_video()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a5718daeda40bf835345fe061e8808cdf">comanche_region()</a>, <a class="el" href="comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a">comanche_webpage()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625">diaspora2bb()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol()</a>, <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">diaspora_ul()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc">extra_query_args()</a>, <a class="el" href="taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6">file_tag_decode()</a>, <a class="el" href="taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37">file_tag_encode()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28">fix_mce_lf()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08">format_mentions()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623">get_tags()</a>, <a class="el" href="text_8php.html#a138a3a611fa7f4f3630674145fc826bf">html2bb_video()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">is_foreigner()</a>, <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="text_8php.html#a11255c8c4e5245b6c24f97684826aa54">linkify()</a>, <a class="el" href="text_8php.html#a1e510c53624933ce9b7d6715784894db">magic_link()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="text_8php.html#adba17ec946f4285285dc100f7860bf51">normalise_openid()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0">oembed_replacecb()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">protect_sprintf()</a>, <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">purify_html()</a>, <a class="el" href="text_8php.html#afc998d2796a6b2a08e96f7cc061e7221">qp()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="classTemplate.html#a285b5b2007dbbf733476273df3fed4ef">Template\replace()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2">FriendicaSmartyEngine\replace_macros()</a>, <a class="el" href="classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b">Template\replace_macros()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a2f2585385530cb935a6325c809d84a4d">strip_zids()</a>, <a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5">template_escape()</a>, <a class="el" href="template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e">template_unescape()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7">unamp()</a>, <a class="el" href="text_8php.html#a740ad03e00459039a2c0992246c4e727">undo_post_tagging()</a>, <a class="el" href="text_8php.html#a1360fed7f918d859daaca1c9f384f9af">unxmlify()</a>, <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat()</a>, <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat()</a>, <a class="el" href="classTemplate.html#abbc484016ddf5d818f55b823cae6feb0">Template\var_replace()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> </div> </div> diff --git a/doc/html/files.html b/doc/html/files.html index 1c0a04ece..9ec8b80cc 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -118,84 +118,87 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_0_1_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo__driver_8php.html" target="_self">photo_driver.php</a></td><td class="desc"></td></tr> <tr id="row_0_1_1_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo__gd_8php.html" target="_self">photo_gd.php</a></td><td class="desc"></td></tr> <tr id="row_0_1_2_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo__imagick_8php.html" target="_self">photo_imagick.php</a></td><td class="desc"></td></tr> -<tr id="row_0_2_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="account_8php.html" target="_self">account.php</a></td><td class="desc"></td></tr> -<tr id="row_0_3_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="acl__selectors_8php.html" target="_self">acl_selectors.php</a></td><td class="desc"></td></tr> -<tr id="row_0_4_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="activities_8php.html" target="_self">activities.php</a></td><td class="desc"></td></tr> -<tr id="row_0_5_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2api_8php.html" target="_self">api.php</a></td><td class="desc"></td></tr> -<tr id="row_0_6_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2apps_8php.html" target="_self">apps.php</a></td><td class="desc"></td></tr> -<tr id="row_0_7_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2attach_8php.html" target="_self">attach.php</a></td><td class="desc">File/attach API with the potential for revision control</td></tr> -<tr id="row_0_8_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="auth_8php.html" target="_self">auth.php</a></td><td class="desc"></td></tr> -<tr id="row_0_9_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="BaseObject_8php.html" target="_self">BaseObject.php</a></td><td class="desc"></td></tr> -<tr id="row_0_10_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="bb2diaspora_8php.html" target="_self">bb2diaspora.php</a></td><td class="desc"></td></tr> -<tr id="row_0_11_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="bbcode_8php.html" target="_self">bbcode.php</a></td><td class="desc"></td></tr> -<tr id="row_0_12_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2bookmarks_8php.html" target="_self">bookmarks.php</a></td><td class="desc"></td></tr> -<tr id="row_0_13_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cache_8php.html" target="_self">cache.php</a></td><td class="desc"></td></tr> -<tr id="row_0_14_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2chanman_8php.html" target="_self">chanman.php</a></td><td class="desc"></td></tr> -<tr id="row_0_15_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2chat_8php.html" target="_self">chat.php</a></td><td class="desc"></td></tr> -<tr id="row_0_16_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cli__startup_8php.html" target="_self">cli_startup.php</a></td><td class="desc"></td></tr> -<tr id="row_0_17_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cli__suggest_8php.html" target="_self">cli_suggest.php</a></td><td class="desc"></td></tr> -<tr id="row_0_18_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="comanche_8php.html" target="_self">comanche.php</a></td><td class="desc"></td></tr> -<tr id="row_0_19_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2config_8php.html" target="_self">config.php</a></td><td class="desc">Arbitrary configuration storage</td></tr> -<tr id="row_0_20_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="Contact_8php.html" target="_self">Contact.php</a></td><td class="desc"></td></tr> -<tr id="row_0_21_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contact__selectors_8php.html" target="_self">contact_selectors.php</a></td><td class="desc"></td></tr> -<tr id="row_0_22_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contact__widgets_8php.html" target="_self">contact_widgets.php</a></td><td class="desc"></td></tr> -<tr id="row_0_23_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="conversation_8php.html" target="_self">conversation.php</a></td><td class="desc"></td></tr> -<tr id="row_0_24_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ConversationObject_8php.html" target="_self">ConversationObject.php</a></td><td class="desc"></td></tr> -<tr id="row_0_25_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cronhooks_8php.html" target="_self">cronhooks.php</a></td><td class="desc"></td></tr> -<tr id="row_0_26_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="crypto_8php.html" target="_self">crypto.php</a></td><td class="desc"></td></tr> -<tr id="row_0_27_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="datetime_8php.html" target="_self">datetime.php</a></td><td class="desc"></td></tr> -<tr id="row_0_28_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="deliver_8php.html" target="_self">deliver.php</a></td><td class="desc"></td></tr> -<tr id="row_0_29_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="diaspora_8php.html" target="_self">diaspora.php</a></td><td class="desc"></td></tr> -<tr id="row_0_30_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dir__fns_8php.html" target="_self">dir_fns.php</a></td><td class="desc"></td></tr> -<tr id="row_0_31_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2directory_8php.html" target="_self">directory.php</a></td><td class="desc"></td></tr> -<tr id="row_0_32_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="enotify_8php.html" target="_self">enotify.php</a></td><td class="desc"></td></tr> -<tr id="row_0_33_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="event_8php.html" target="_self">event.php</a></td><td class="desc"></td></tr> -<tr id="row_0_34_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="expire_8php.html" target="_self">expire.php</a></td><td class="desc"></td></tr> -<tr id="row_0_35_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="externals_8php.html" target="_self">externals.php</a></td><td class="desc"></td></tr> -<tr id="row_0_36_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="features_8php.html" target="_self">features.php</a></td><td class="desc"></td></tr> -<tr id="row_0_37_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> -<tr id="row_0_38_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="gprobe_8php.html" target="_self">gprobe.php</a></td><td class="desc"></td></tr> -<tr id="row_0_39_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> -<tr id="row_0_40_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2bbcode_8php.html" target="_self">html2bbcode.php</a></td><td class="desc"></td></tr> -<tr id="row_0_41_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2plain_8php.html" target="_self">html2plain.php</a></td><td class="desc"></td></tr> -<tr id="row_0_42_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hubloc_8php.html" target="_self">hubloc.php</a></td><td class="desc"></td></tr> -<tr id="row_0_43_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="identity_8php.html" target="_self">identity.php</a></td><td class="desc"></td></tr> -<tr id="row_0_44_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ItemObject_8php.html" target="_self">ItemObject.php</a></td><td class="desc"></td></tr> -<tr id="row_0_45_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ITemplateEngine_8php.html" target="_self">ITemplateEngine.php</a></td><td class="desc"></td></tr> -<tr id="row_0_46_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="items_8php.html" target="_self">items.php</a></td><td class="desc"></td></tr> -<tr id="row_0_47_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="language_8php.html" target="_self">language.php</a></td><td class="desc">Translation support</td></tr> -<tr id="row_0_48_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> -<tr id="row_0_49_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> -<tr id="row_0_50_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="nav_8php.html" target="_self">nav.php</a></td><td class="desc"></td></tr> -<tr id="row_0_51_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> -<tr id="row_0_52_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifier_8php.html" target="_self">notifier.php</a></td><td class="desc"></td></tr> -<tr id="row_0_53_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> -<tr id="row_0_54_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oauth_8php.html" target="_self">oauth.php</a></td><td class="desc"></td></tr> -<tr id="row_0_55_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> -<tr id="row_0_56_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onedirsync_8php.html" target="_self">onedirsync.php</a></td><td class="desc"></td></tr> -<tr id="row_0_57_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onepoll_8php.html" target="_self">onepoll.php</a></td><td class="desc"></td></tr> -<tr id="row_0_58_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page__widgets_8php.html" target="_self">page_widgets.php</a></td><td class="desc"></td></tr> -<tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="permissions_8php.html" target="_self">permissions.php</a></td><td class="desc"></td></tr> -<tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> -<tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="plugin_8php.html" target="_self">plugin.php</a></td><td class="desc">Some functions to handle addons and themes</td></tr> -<tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poller_8php.html" target="_self">poller.php</a></td><td class="desc"></td></tr> -<tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> -<tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__selectors_8php.html" target="_self">profile_selectors.php</a></td><td class="desc"></td></tr> -<tr id="row_0_65_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ProtoDriver_8php.html" target="_self">ProtoDriver.php</a></td><td class="desc"></td></tr> -<tr id="row_0_66_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue_8php.html" target="_self">queue.php</a></td><td class="desc"></td></tr> -<tr id="row_0_67_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue__fn_8php.html" target="_self">queue_fn.php</a></td><td class="desc"></td></tr> -<tr id="row_0_68_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="reddav_8php.html" target="_self">reddav.php</a></td><td class="desc">DAV related classes from SabreDAV for Red Matrix</td></tr> -<tr id="row_0_69_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="security_8php.html" target="_self">security.php</a></td><td class="desc"></td></tr> -<tr id="row_0_70_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="session_8php.html" target="_self">session.php</a></td><td class="desc"></td></tr> -<tr id="row_0_71_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smarty_8php.html" target="_self">smarty.php</a></td><td class="desc"></td></tr> -<tr id="row_0_72_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> -<tr id="row_0_73_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="spam_8php.html" target="_self">spam.php</a></td><td class="desc"></td></tr> -<tr id="row_0_74_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> -<tr id="row_0_75_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> -<tr id="row_0_76_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> -<tr id="row_0_77_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> -<tr id="row_0_78_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widgets_8php.html" target="_self">widgets.php</a></td><td class="desc"></td></tr> -<tr id="row_0_79_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> +<tr id="row_0_2_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_0_2_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_2_')"/><img id="img_0_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('0_2_')"/><a class="el" href="dir_e7f045be8bb383d8447c6a6b84145083.html" target="_self">RedDAV</a></td><td class="desc"></td></tr> +<tr id="row_0_2_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="RedBrowser_8php.html" target="_self">RedBrowser.php</a></td><td class="desc"></td></tr> +<tr id="row_0_3_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="account_8php.html" target="_self">account.php</a></td><td class="desc"></td></tr> +<tr id="row_0_4_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="acl__selectors_8php.html" target="_self">acl_selectors.php</a></td><td class="desc"></td></tr> +<tr id="row_0_5_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="activities_8php.html" target="_self">activities.php</a></td><td class="desc"></td></tr> +<tr id="row_0_6_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2api_8php.html" target="_self">api.php</a></td><td class="desc"></td></tr> +<tr id="row_0_7_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2apps_8php.html" target="_self">apps.php</a></td><td class="desc"></td></tr> +<tr id="row_0_8_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2attach_8php.html" target="_self">attach.php</a></td><td class="desc">File/attach API with the potential for revision control</td></tr> +<tr id="row_0_9_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="auth_8php.html" target="_self">auth.php</a></td><td class="desc">Functions and inline functionality for authentication</td></tr> +<tr id="row_0_10_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="BaseObject_8php.html" target="_self">BaseObject.php</a></td><td class="desc"></td></tr> +<tr id="row_0_11_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="bb2diaspora_8php.html" target="_self">bb2diaspora.php</a></td><td class="desc"></td></tr> +<tr id="row_0_12_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="bbcode_8php.html" target="_self">bbcode.php</a></td><td class="desc"></td></tr> +<tr id="row_0_13_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2bookmarks_8php.html" target="_self">bookmarks.php</a></td><td class="desc"></td></tr> +<tr id="row_0_14_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cache_8php.html" target="_self">cache.php</a></td><td class="desc"></td></tr> +<tr id="row_0_15_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2chanman_8php.html" target="_self">chanman.php</a></td><td class="desc"></td></tr> +<tr id="row_0_16_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2chat_8php.html" target="_self">chat.php</a></td><td class="desc"></td></tr> +<tr id="row_0_17_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cli__startup_8php.html" target="_self">cli_startup.php</a></td><td class="desc"></td></tr> +<tr id="row_0_18_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cli__suggest_8php.html" target="_self">cli_suggest.php</a></td><td class="desc"></td></tr> +<tr id="row_0_19_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="comanche_8php.html" target="_self">comanche.php</a></td><td class="desc"></td></tr> +<tr id="row_0_20_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2config_8php.html" target="_self">config.php</a></td><td class="desc">Arbitrary configuration storage</td></tr> +<tr id="row_0_21_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="Contact_8php.html" target="_self">Contact.php</a></td><td class="desc"></td></tr> +<tr id="row_0_22_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contact__selectors_8php.html" target="_self">contact_selectors.php</a></td><td class="desc"></td></tr> +<tr id="row_0_23_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contact__widgets_8php.html" target="_self">contact_widgets.php</a></td><td class="desc"></td></tr> +<tr id="row_0_24_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="conversation_8php.html" target="_self">conversation.php</a></td><td class="desc"></td></tr> +<tr id="row_0_25_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ConversationObject_8php.html" target="_self">ConversationObject.php</a></td><td class="desc"></td></tr> +<tr id="row_0_26_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cronhooks_8php.html" target="_self">cronhooks.php</a></td><td class="desc"></td></tr> +<tr id="row_0_27_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="crypto_8php.html" target="_self">crypto.php</a></td><td class="desc"></td></tr> +<tr id="row_0_28_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="datetime_8php.html" target="_self">datetime.php</a></td><td class="desc"></td></tr> +<tr id="row_0_29_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="deliver_8php.html" target="_self">deliver.php</a></td><td class="desc"></td></tr> +<tr id="row_0_30_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="diaspora_8php.html" target="_self">diaspora.php</a></td><td class="desc"></td></tr> +<tr id="row_0_31_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dir__fns_8php.html" target="_self">dir_fns.php</a></td><td class="desc"></td></tr> +<tr id="row_0_32_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2directory_8php.html" target="_self">directory.php</a></td><td class="desc"></td></tr> +<tr id="row_0_33_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="enotify_8php.html" target="_self">enotify.php</a></td><td class="desc"></td></tr> +<tr id="row_0_34_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="event_8php.html" target="_self">event.php</a></td><td class="desc"></td></tr> +<tr id="row_0_35_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="expire_8php.html" target="_self">expire.php</a></td><td class="desc"></td></tr> +<tr id="row_0_36_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="externals_8php.html" target="_self">externals.php</a></td><td class="desc"></td></tr> +<tr id="row_0_37_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="features_8php.html" target="_self">features.php</a></td><td class="desc"></td></tr> +<tr id="row_0_38_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> +<tr id="row_0_39_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="gprobe_8php.html" target="_self">gprobe.php</a></td><td class="desc"></td></tr> +<tr id="row_0_40_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> +<tr id="row_0_41_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2bbcode_8php.html" target="_self">html2bbcode.php</a></td><td class="desc"></td></tr> +<tr id="row_0_42_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2plain_8php.html" target="_self">html2plain.php</a></td><td class="desc"></td></tr> +<tr id="row_0_43_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hubloc_8php.html" target="_self">hubloc.php</a></td><td class="desc"></td></tr> +<tr id="row_0_44_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="identity_8php.html" target="_self">identity.php</a></td><td class="desc"></td></tr> +<tr id="row_0_45_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ItemObject_8php.html" target="_self">ItemObject.php</a></td><td class="desc"></td></tr> +<tr id="row_0_46_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ITemplateEngine_8php.html" target="_self">ITemplateEngine.php</a></td><td class="desc"></td></tr> +<tr id="row_0_47_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="items_8php.html" target="_self">items.php</a></td><td class="desc"></td></tr> +<tr id="row_0_48_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="language_8php.html" target="_self">language.php</a></td><td class="desc">Translation support</td></tr> +<tr id="row_0_49_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> +<tr id="row_0_50_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> +<tr id="row_0_51_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="nav_8php.html" target="_self">nav.php</a></td><td class="desc"></td></tr> +<tr id="row_0_52_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> +<tr id="row_0_53_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifier_8php.html" target="_self">notifier.php</a></td><td class="desc"></td></tr> +<tr id="row_0_54_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> +<tr id="row_0_55_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oauth_8php.html" target="_self">oauth.php</a></td><td class="desc"></td></tr> +<tr id="row_0_56_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> +<tr id="row_0_57_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onedirsync_8php.html" target="_self">onedirsync.php</a></td><td class="desc"></td></tr> +<tr id="row_0_58_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onepoll_8php.html" target="_self">onepoll.php</a></td><td class="desc"></td></tr> +<tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page__widgets_8php.html" target="_self">page_widgets.php</a></td><td class="desc"></td></tr> +<tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="permissions_8php.html" target="_self">permissions.php</a></td><td class="desc"></td></tr> +<tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> +<tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="plugin_8php.html" target="_self">plugin.php</a></td><td class="desc">Some functions to handle addons and themes</td></tr> +<tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poller_8php.html" target="_self">poller.php</a></td><td class="desc"></td></tr> +<tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> +<tr id="row_0_65_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__selectors_8php.html" target="_self">profile_selectors.php</a></td><td class="desc"></td></tr> +<tr id="row_0_66_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ProtoDriver_8php.html" target="_self">ProtoDriver.php</a></td><td class="desc"></td></tr> +<tr id="row_0_67_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue_8php.html" target="_self">queue.php</a></td><td class="desc"></td></tr> +<tr id="row_0_68_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue__fn_8php.html" target="_self">queue_fn.php</a></td><td class="desc"></td></tr> +<tr id="row_0_69_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="reddav_8php.html" target="_self">reddav.php</a></td><td class="desc">DAV related classes from SabreDAV for Red Matrix</td></tr> +<tr id="row_0_70_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="security_8php.html" target="_self">security.php</a></td><td class="desc"></td></tr> +<tr id="row_0_71_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="session_8php.html" target="_self">session.php</a></td><td class="desc"></td></tr> +<tr id="row_0_72_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smarty_8php.html" target="_self">smarty.php</a></td><td class="desc"></td></tr> +<tr id="row_0_73_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> +<tr id="row_0_74_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="spam_8php.html" target="_self">spam.php</a></td><td class="desc"></td></tr> +<tr id="row_0_75_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="statistics__fns_8php.html" target="_self">statistics_fns.php</a></td><td class="desc"></td></tr> +<tr id="row_0_76_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> +<tr id="row_0_77_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> +<tr id="row_0_78_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> +<tr id="row_0_79_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> +<tr id="row_0_80_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widgets_8php.html" target="_self">widgets.php</a></td><td class="desc"></td></tr> +<tr id="row_0_81_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img id="arr_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_')"/><img id="img_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('1_')"/><a class="el" href="dir_d41ce877eb409a4791b288730010abe2.html" target="_self">mod</a></td><td class="desc"></td></tr> <tr id="row_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="__well__known_8php.html" target="_self">_well_known.php</a></td><td class="desc"></td></tr> <tr id="row_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="achievements_8php.html" target="_self">achievements.php</a></td><td class="desc"></td></tr> @@ -213,7 +216,7 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_1_13_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="chanview_8php.html" target="_self">chanview.php</a></td><td class="desc"></td></tr> <tr id="row_1_14_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2chat_8php.html" target="_self">chat.php</a></td><td class="desc"></td></tr> <tr id="row_1_15_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="chatsvc_8php.html" target="_self">chatsvc.php</a></td><td class="desc"></td></tr> -<tr id="row_1_16_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cloud_8php.html" target="_self">cloud.php</a></td><td class="desc">Initialize Red Matrix's cloud (SabreDAV)</td></tr> +<tr id="row_1_16_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cloud_8php.html" target="_self">cloud.php</a></td><td class="desc">Initialize <a class="el" href="namespaceRedMatrix.html">RedMatrix</a>'s cloud (SabreDAV)</td></tr> <tr id="row_1_17_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="common_8php.html" target="_self">common.php</a></td><td class="desc"></td></tr> <tr id="row_1_18_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connect_8php.html" target="_self">connect.php</a></td><td class="desc"></td></tr> <tr id="row_1_19_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connections_8php.html" target="_self">connections.php</a></td><td class="desc"></td></tr> @@ -241,105 +244,106 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_1_41_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="help_8php.html" target="_self">help.php</a></td><td class="desc"></td></tr> <tr id="row_1_42_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="home_8php.html" target="_self">home.php</a></td><td class="desc"></td></tr> <tr id="row_1_43_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hostxrd_8php.html" target="_self">hostxrd.php</a></td><td class="desc"></td></tr> -<tr id="row_1_44_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="import_8php.html" target="_self">import.php</a></td><td class="desc"></td></tr> -<tr id="row_1_45_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="importelm_8php.html" target="_self">importelm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_46_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="invite_8php.html" target="_self">invite.php</a></td><td class="desc"></td></tr> -<tr id="row_1_47_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="item_8php.html" target="_self">item.php</a></td><td class="desc"></td></tr> -<tr id="row_1_48_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lang_8php.html" target="_self">lang.php</a></td><td class="desc"></td></tr> -<tr id="row_1_49_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="layouts_8php.html" target="_self">layouts.php</a></td><td class="desc"></td></tr> -<tr id="row_1_50_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="like_8php.html" target="_self">like.php</a></td><td class="desc"></td></tr> -<tr id="row_1_51_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lockview_8php.html" target="_self">lockview.php</a></td><td class="desc"></td></tr> -<tr id="row_1_52_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="login_8php.html" target="_self">login.php</a></td><td class="desc"></td></tr> -<tr id="row_1_53_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lostpass_8php.html" target="_self">lostpass.php</a></td><td class="desc"></td></tr> -<tr id="row_1_54_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="magic_8php.html" target="_self">magic.php</a></td><td class="desc"></td></tr> -<tr id="row_1_55_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mail_8php.html" target="_self">mail.php</a></td><td class="desc"></td></tr> -<tr id="row_1_56_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="manage_8php.html" target="_self">manage.php</a></td><td class="desc"></td></tr> -<tr id="row_1_57_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="match_8php.html" target="_self">match.php</a></td><td class="desc"></td></tr> -<tr id="row_1_58_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> -<tr id="row_1_59_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> -<tr id="row_1_60_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mitem_8php.html" target="_self">mitem.php</a></td><td class="desc"></td></tr> -<tr id="row_1_61_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mood_8php.html" target="_self">mood.php</a></td><td class="desc"></td></tr> -<tr id="row_1_62_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="msearch_8php.html" target="_self">msearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_63_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="netgrowth_8php.html" target="_self">netgrowth.php</a></td><td class="desc"></td></tr> -<tr id="row_1_64_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> -<tr id="row_1_65_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="new__channel_8php.html" target="_self">new_channel.php</a></td><td class="desc"></td></tr> -<tr id="row_1_66_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notes_8php.html" target="_self">notes.php</a></td><td class="desc"></td></tr> -<tr id="row_1_67_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifications_8php.html" target="_self">notifications.php</a></td><td class="desc"></td></tr> -<tr id="row_1_68_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> -<tr id="row_1_69_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> -<tr id="row_1_70_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oexchange_8php.html" target="_self">oexchange.php</a></td><td class="desc"></td></tr> -<tr id="row_1_71_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="online_8php.html" target="_self">online.php</a></td><td class="desc"></td></tr> -<tr id="row_1_72_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="openid_8php.html" target="_self">openid.php</a></td><td class="desc"></td></tr> -<tr id="row_1_73_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="opensearch_8php.html" target="_self">opensearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_74_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="p_8php.html" target="_self">p.php</a></td><td class="desc"></td></tr> -<tr id="row_1_75_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page_8php.html" target="_self">page.php</a></td><td class="desc"></td></tr> -<tr id="row_1_76_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="parse__url_8php.html" target="_self">parse_url.php</a></td><td class="desc"></td></tr> -<tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pdledit_8php.html" target="_self">pdledit.php</a></td><td class="desc"></td></tr> -<tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo_8php.html" target="_self">photo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> -<tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_8php.html" target="_self">php.php</a></td><td class="desc"></td></tr> -<tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ping_8php.html" target="_self">ping.php</a></td><td class="desc"></td></tr> -<tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poco_8php.html" target="_self">poco.php</a></td><td class="desc"></td></tr> -<tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poke_8php.html" target="_self">poke.php</a></td><td class="desc"></td></tr> -<tr id="row_1_84_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poll_8php.html" target="_self">poll.php</a></td><td class="desc"></td></tr> -<tr id="row_1_85_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="post_8php.html" target="_self">post.php</a></td><td class="desc"></td></tr> -<tr id="row_1_86_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pretheme_8php.html" target="_self">pretheme.php</a></td><td class="desc"></td></tr> -<tr id="row_1_87_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> -<tr id="row_1_88_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile_8php.html" target="_self">profile.php</a></td><td class="desc"></td></tr> -<tr id="row_1_89_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__photo_8php.html" target="_self">profile_photo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_90_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profiles_8php.html" target="_self">profiles.php</a></td><td class="desc"></td></tr> -<tr id="row_1_91_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profperm_8php.html" target="_self">profperm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_92_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pubsites_8php.html" target="_self">pubsites.php</a></td><td class="desc"></td></tr> -<tr id="row_1_93_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="randprof_8php.html" target="_self">randprof.php</a></td><td class="desc"></td></tr> -<tr id="row_1_94_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rbmark_8php.html" target="_self">rbmark.php</a></td><td class="desc"></td></tr> -<tr id="row_1_95_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="receive_8php.html" target="_self">receive.php</a></td><td class="desc"></td></tr> -<tr id="row_1_96_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="register_8php.html" target="_self">register.php</a></td><td class="desc"></td></tr> -<tr id="row_1_97_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regmod_8php.html" target="_self">regmod.php</a></td><td class="desc"></td></tr> -<tr id="row_1_98_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regver_8php.html" target="_self">regver.php</a></td><td class="desc"></td></tr> -<tr id="row_1_99_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeaccount_8php.html" target="_self">removeaccount.php</a></td><td class="desc"></td></tr> -<tr id="row_1_100_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeme_8php.html" target="_self">removeme.php</a></td><td class="desc"></td></tr> -<tr id="row_1_101_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rmagic_8php.html" target="_self">rmagic.php</a></td><td class="desc"></td></tr> -<tr id="row_1_102_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rpost_8php.html" target="_self">rpost.php</a></td><td class="desc"></td></tr> -<tr id="row_1_103_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rsd__xml_8php.html" target="_self">rsd_xml.php</a></td><td class="desc"></td></tr> -<tr id="row_1_104_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search_8php.html" target="_self">search.php</a></td><td class="desc"></td></tr> -<tr id="row_1_105_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search__ac_8php.html" target="_self">search_ac.php</a></td><td class="desc"></td></tr> -<tr id="row_1_106_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="service__limits_8php.html" target="_self">service_limits.php</a></td><td class="desc"></td></tr> -<tr id="row_1_107_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> -<tr id="row_1_108_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="setup_8php.html" target="_self">setup.php</a></td><td class="desc"></td></tr> -<tr id="row_1_109_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="share_8php.html" target="_self">share.php</a></td><td class="desc"></td></tr> -<tr id="row_1_110_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="siteinfo_8php.html" target="_self">siteinfo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_111_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sitelist_8php.html" target="_self">sitelist.php</a></td><td class="desc"></td></tr> -<tr id="row_1_112_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smilies_8php.html" target="_self">smilies.php</a></td><td class="desc"></td></tr> -<tr id="row_1_113_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sources_8php.html" target="_self">sources.php</a></td><td class="desc"></td></tr> -<tr id="row_1_114_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sslify_8php.html" target="_self">sslify.php</a></td><td class="desc"></td></tr> -<tr id="row_1_115_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="starred_8php.html" target="_self">starred.php</a></td><td class="desc"></td></tr> -<tr id="row_1_116_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="subthread_8php.html" target="_self">subthread.php</a></td><td class="desc"></td></tr> -<tr id="row_1_117_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="suggest_8php.html" target="_self">suggest.php</a></td><td class="desc"></td></tr> -<tr id="row_1_118_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagger_8php.html" target="_self">tagger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_119_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagrm_8php.html" target="_self">tagrm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_120_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="thing_8php.html" target="_self">thing.php</a></td><td class="desc"></td></tr> -<tr id="row_1_121_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__mobile_8php.html" target="_self">toggle_mobile.php</a></td><td class="desc"></td></tr> -<tr id="row_1_122_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__safesearch_8php.html" target="_self">toggle_safesearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_123_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="uexport_8php.html" target="_self">uexport.php</a></td><td class="desc"></td></tr> -<tr id="row_1_124_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__channel_8php.html" target="_self">update_channel.php</a></td><td class="desc"></td></tr> -<tr id="row_1_125_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__display_8php.html" target="_self">update_display.php</a></td><td class="desc"></td></tr> -<tr id="row_1_126_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__network_8php.html" target="_self">update_network.php</a></td><td class="desc"></td></tr> -<tr id="row_1_127_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__search_8php.html" target="_self">update_search.php</a></td><td class="desc"></td></tr> -<tr id="row_1_128_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_8php.html" target="_self">view.php</a></td><td class="desc"></td></tr> -<tr id="row_1_129_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewconnections_8php.html" target="_self">viewconnections.php</a></td><td class="desc"></td></tr> -<tr id="row_1_130_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewsrc_8php.html" target="_self">viewsrc.php</a></td><td class="desc"></td></tr> -<tr id="row_1_131_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="vote_8php.html" target="_self">vote.php</a></td><td class="desc"></td></tr> -<tr id="row_1_132_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__attach_8php.html" target="_self">wall_attach.php</a></td><td class="desc"></td></tr> -<tr id="row_1_133_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__upload_8php.html" target="_self">wall_upload.php</a></td><td class="desc"></td></tr> -<tr id="row_1_134_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webfinger_8php.html" target="_self">webfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_135_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webpages_8php.html" target="_self">webpages.php</a></td><td class="desc"></td></tr> -<tr id="row_1_136_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wfinger_8php.html" target="_self">wfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_137_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xchan_8php.html" target="_self">xchan.php</a></td><td class="desc"></td></tr> -<tr id="row_1_138_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xrd_8php.html" target="_self">xrd.php</a></td><td class="desc"></td></tr> -<tr id="row_1_139_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xref_8php.html" target="_self">xref.php</a></td><td class="desc"></td></tr> -<tr id="row_1_140_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zfinger_8php.html" target="_self">zfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_141_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zotfeed_8php.html" target="_self">zotfeed.php</a></td><td class="desc"></td></tr> -<tr id="row_1_142_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zping_8php.html" target="_self">zping.php</a></td><td class="desc"></td></tr> +<tr id="row_1_44_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="impel_8php.html" target="_self">impel.php</a></td><td class="desc"></td></tr> +<tr id="row_1_45_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="import_8php.html" target="_self">import.php</a></td><td class="desc"></td></tr> +<tr id="row_1_46_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="importelm_8php.html" target="_self">importelm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_47_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="invite_8php.html" target="_self">invite.php</a></td><td class="desc"></td></tr> +<tr id="row_1_48_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="item_8php.html" target="_self">item.php</a></td><td class="desc"></td></tr> +<tr id="row_1_49_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lang_8php.html" target="_self">lang.php</a></td><td class="desc"></td></tr> +<tr id="row_1_50_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="layouts_8php.html" target="_self">layouts.php</a></td><td class="desc"></td></tr> +<tr id="row_1_51_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="like_8php.html" target="_self">like.php</a></td><td class="desc"></td></tr> +<tr id="row_1_52_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lockview_8php.html" target="_self">lockview.php</a></td><td class="desc"></td></tr> +<tr id="row_1_53_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="login_8php.html" target="_self">login.php</a></td><td class="desc"></td></tr> +<tr id="row_1_54_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lostpass_8php.html" target="_self">lostpass.php</a></td><td class="desc"></td></tr> +<tr id="row_1_55_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="magic_8php.html" target="_self">magic.php</a></td><td class="desc"></td></tr> +<tr id="row_1_56_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mail_8php.html" target="_self">mail.php</a></td><td class="desc"></td></tr> +<tr id="row_1_57_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="manage_8php.html" target="_self">manage.php</a></td><td class="desc"></td></tr> +<tr id="row_1_58_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="match_8php.html" target="_self">match.php</a></td><td class="desc"></td></tr> +<tr id="row_1_59_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> +<tr id="row_1_60_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> +<tr id="row_1_61_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mitem_8php.html" target="_self">mitem.php</a></td><td class="desc"></td></tr> +<tr id="row_1_62_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mood_8php.html" target="_self">mood.php</a></td><td class="desc"></td></tr> +<tr id="row_1_63_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="msearch_8php.html" target="_self">msearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_64_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="netgrowth_8php.html" target="_self">netgrowth.php</a></td><td class="desc"></td></tr> +<tr id="row_1_65_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> +<tr id="row_1_66_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="new__channel_8php.html" target="_self">new_channel.php</a></td><td class="desc"></td></tr> +<tr id="row_1_67_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notes_8php.html" target="_self">notes.php</a></td><td class="desc"></td></tr> +<tr id="row_1_68_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifications_8php.html" target="_self">notifications.php</a></td><td class="desc"></td></tr> +<tr id="row_1_69_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> +<tr id="row_1_70_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> +<tr id="row_1_71_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oexchange_8php.html" target="_self">oexchange.php</a></td><td class="desc"></td></tr> +<tr id="row_1_72_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="online_8php.html" target="_self">online.php</a></td><td class="desc"></td></tr> +<tr id="row_1_73_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="openid_8php.html" target="_self">openid.php</a></td><td class="desc"></td></tr> +<tr id="row_1_74_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="opensearch_8php.html" target="_self">opensearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_75_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="p_8php.html" target="_self">p.php</a></td><td class="desc"></td></tr> +<tr id="row_1_76_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page_8php.html" target="_self">page.php</a></td><td class="desc"></td></tr> +<tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="parse__url_8php.html" target="_self">parse_url.php</a></td><td class="desc"></td></tr> +<tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pdledit_8php.html" target="_self">pdledit.php</a></td><td class="desc"></td></tr> +<tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo_8php.html" target="_self">photo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> +<tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_8php.html" target="_self">php.php</a></td><td class="desc"></td></tr> +<tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ping_8php.html" target="_self">ping.php</a></td><td class="desc"></td></tr> +<tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poco_8php.html" target="_self">poco.php</a></td><td class="desc"></td></tr> +<tr id="row_1_84_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poke_8php.html" target="_self">poke.php</a></td><td class="desc"></td></tr> +<tr id="row_1_85_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poll_8php.html" target="_self">poll.php</a></td><td class="desc"></td></tr> +<tr id="row_1_86_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="post_8php.html" target="_self">post.php</a></td><td class="desc"></td></tr> +<tr id="row_1_87_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pretheme_8php.html" target="_self">pretheme.php</a></td><td class="desc"></td></tr> +<tr id="row_1_88_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> +<tr id="row_1_89_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile_8php.html" target="_self">profile.php</a></td><td class="desc"></td></tr> +<tr id="row_1_90_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__photo_8php.html" target="_self">profile_photo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_91_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profiles_8php.html" target="_self">profiles.php</a></td><td class="desc"></td></tr> +<tr id="row_1_92_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profperm_8php.html" target="_self">profperm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_93_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pubsites_8php.html" target="_self">pubsites.php</a></td><td class="desc"></td></tr> +<tr id="row_1_94_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="randprof_8php.html" target="_self">randprof.php</a></td><td class="desc"></td></tr> +<tr id="row_1_95_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rbmark_8php.html" target="_self">rbmark.php</a></td><td class="desc"></td></tr> +<tr id="row_1_96_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="receive_8php.html" target="_self">receive.php</a></td><td class="desc"></td></tr> +<tr id="row_1_97_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="register_8php.html" target="_self">register.php</a></td><td class="desc"></td></tr> +<tr id="row_1_98_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regmod_8php.html" target="_self">regmod.php</a></td><td class="desc"></td></tr> +<tr id="row_1_99_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regver_8php.html" target="_self">regver.php</a></td><td class="desc"></td></tr> +<tr id="row_1_100_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeaccount_8php.html" target="_self">removeaccount.php</a></td><td class="desc"></td></tr> +<tr id="row_1_101_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeme_8php.html" target="_self">removeme.php</a></td><td class="desc"></td></tr> +<tr id="row_1_102_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rmagic_8php.html" target="_self">rmagic.php</a></td><td class="desc"></td></tr> +<tr id="row_1_103_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rpost_8php.html" target="_self">rpost.php</a></td><td class="desc"></td></tr> +<tr id="row_1_104_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rsd__xml_8php.html" target="_self">rsd_xml.php</a></td><td class="desc"></td></tr> +<tr id="row_1_105_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search_8php.html" target="_self">search.php</a></td><td class="desc"></td></tr> +<tr id="row_1_106_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search__ac_8php.html" target="_self">search_ac.php</a></td><td class="desc"></td></tr> +<tr id="row_1_107_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="service__limits_8php.html" target="_self">service_limits.php</a></td><td class="desc"></td></tr> +<tr id="row_1_108_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> +<tr id="row_1_109_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="setup_8php.html" target="_self">setup.php</a></td><td class="desc"></td></tr> +<tr id="row_1_110_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="share_8php.html" target="_self">share.php</a></td><td class="desc"></td></tr> +<tr id="row_1_111_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="siteinfo_8php.html" target="_self">siteinfo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_112_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sitelist_8php.html" target="_self">sitelist.php</a></td><td class="desc"></td></tr> +<tr id="row_1_113_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smilies_8php.html" target="_self">smilies.php</a></td><td class="desc"></td></tr> +<tr id="row_1_114_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sources_8php.html" target="_self">sources.php</a></td><td class="desc"></td></tr> +<tr id="row_1_115_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sslify_8php.html" target="_self">sslify.php</a></td><td class="desc"></td></tr> +<tr id="row_1_116_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="starred_8php.html" target="_self">starred.php</a></td><td class="desc"></td></tr> +<tr id="row_1_117_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="subthread_8php.html" target="_self">subthread.php</a></td><td class="desc"></td></tr> +<tr id="row_1_118_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="suggest_8php.html" target="_self">suggest.php</a></td><td class="desc"></td></tr> +<tr id="row_1_119_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagger_8php.html" target="_self">tagger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_120_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagrm_8php.html" target="_self">tagrm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_121_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="thing_8php.html" target="_self">thing.php</a></td><td class="desc"></td></tr> +<tr id="row_1_122_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__mobile_8php.html" target="_self">toggle_mobile.php</a></td><td class="desc"></td></tr> +<tr id="row_1_123_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__safesearch_8php.html" target="_self">toggle_safesearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_124_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="uexport_8php.html" target="_self">uexport.php</a></td><td class="desc"></td></tr> +<tr id="row_1_125_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__channel_8php.html" target="_self">update_channel.php</a></td><td class="desc"></td></tr> +<tr id="row_1_126_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__display_8php.html" target="_self">update_display.php</a></td><td class="desc"></td></tr> +<tr id="row_1_127_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__network_8php.html" target="_self">update_network.php</a></td><td class="desc"></td></tr> +<tr id="row_1_128_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__search_8php.html" target="_self">update_search.php</a></td><td class="desc"></td></tr> +<tr id="row_1_129_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_8php.html" target="_self">view.php</a></td><td class="desc"></td></tr> +<tr id="row_1_130_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewconnections_8php.html" target="_self">viewconnections.php</a></td><td class="desc"></td></tr> +<tr id="row_1_131_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewsrc_8php.html" target="_self">viewsrc.php</a></td><td class="desc"></td></tr> +<tr id="row_1_132_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="vote_8php.html" target="_self">vote.php</a></td><td class="desc"></td></tr> +<tr id="row_1_133_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__attach_8php.html" target="_self">wall_attach.php</a></td><td class="desc"></td></tr> +<tr id="row_1_134_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__upload_8php.html" target="_self">wall_upload.php</a></td><td class="desc"></td></tr> +<tr id="row_1_135_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webfinger_8php.html" target="_self">webfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_136_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webpages_8php.html" target="_self">webpages.php</a></td><td class="desc"></td></tr> +<tr id="row_1_137_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wfinger_8php.html" target="_self">wfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_138_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xchan_8php.html" target="_self">xchan.php</a></td><td class="desc"></td></tr> +<tr id="row_1_139_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xrd_8php.html" target="_self">xrd.php</a></td><td class="desc"></td></tr> +<tr id="row_1_140_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xref_8php.html" target="_self">xref.php</a></td><td class="desc"></td></tr> +<tr id="row_1_141_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zfinger_8php.html" target="_self">zfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_142_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zotfeed_8php.html" target="_self">zotfeed.php</a></td><td class="desc"></td></tr> +<tr id="row_1_143_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zping_8php.html" target="_self">zping.php</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><img id="arr_2_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_')"/><img id="img_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('2_')"/><a class="el" href="dir_23ec12649285f9fabf3a6b7380226c28.html" target="_self">util</a></td><td class="desc"></td></tr> <tr id="row_2_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_2_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_0_')"/><img id="img_2_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('2_0_')"/><a class="el" href="dir_0eaa4a0adae8ba4811e133c6e594aeee.html" target="_self">fpostit</a></td><td class="desc"></td></tr> <tr id="row_2_0_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fpostit_8php.html" target="_self">fpostit.php</a></td><td class="desc"></td></tr> diff --git a/doc/html/functions.html b/doc/html/functions.html index b83df8f1b..c7d32363a 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -156,9 +156,9 @@ $(document).ready(function(){initNavTree('functions.html','');}); : <a class="el" href="classApp.html#ab3da757abe5cb45bf88f07cc51a73b58">App</a> </li> <li>$auth -: <a class="el" href="classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35">RedBrowser</a> +: <a class="el" href="classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2">RedFile</a> +, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142">RedMatrix\RedDAV\RedBrowser</a> , <a class="el" href="classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44">RedDirectory</a> -, <a class="el" href="classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2">RedFile</a> </li> <li>$baseurl : <a class="el" href="classApp.html#ad5175536561021548ae8188e24c7b80c">App</a> diff --git a/doc/html/functions_0x5f.html b/doc/html/functions_0x5f.html index c74083daa..9c7d24f69 100644 --- a/doc/html/functions_0x5f.html +++ b/doc/html/functions_0x5f.html @@ -144,14 +144,14 @@ $(document).ready(function(){initNavTree('functions_0x5f.html','');}); : <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App</a> , <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation</a> , <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item</a> +, <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory</a> , <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile</a> -, <a class="el" href="classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93">RedBrowser</a> , <a class="el" href="classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6">FKOAuth1</a> , <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty</a> , <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine</a> , <a class="el" href="classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186">dba_driver</a> , <a class="el" href="classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae">photo_driver</a> -, <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory</a> +, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">RedMatrix\RedDAV\RedBrowser</a> </li> <li>__destruct() : <a class="el" href="classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721">dba_driver</a> diff --git a/doc/html/functions_0x66.html b/doc/html/functions_0x66.html index c0135d718..75316b566 100644 --- a/doc/html/functions_0x66.html +++ b/doc/html/functions_0x66.html @@ -141,10 +141,10 @@ $(document).ready(function(){initNavTree('functions_0x66.html','');}); <h3><a class="anchor" id="index_f"></a>- f -</h3><ul> <li>findAttachHash() -: <a class="el" href="classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">RedMatrix\RedDAV\RedBrowser</a> </li> <li>findAttachIdByHash() -: <a class="el" href="classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">RedMatrix\RedDAV\RedBrowser</a> </li> <li>flip() : <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd</a> diff --git a/doc/html/functions_0x67.html b/doc/html/functions_0x67.html index eb3dabc2a..b34c3eb99 100644 --- a/doc/html/functions_0x67.html +++ b/doc/html/functions_0x67.html @@ -144,7 +144,7 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); : <a class="el" href="classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819">FKOAuthDataStore</a> </li> <li>generateDirectoryIndex() -: <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser</a> </li> <li>get() : <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile</a> @@ -263,7 +263,7 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); : <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App</a> </li> <li>getAssetUrl() -: <a class="el" href="classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d">RedMatrix\RedDAV\RedBrowser</a> </li> <li>getChild() : <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory</a> @@ -274,6 +274,9 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); <li>getContentType() : <a class="el" href="classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b">RedFile</a> </li> +<li>getCurrentUser() +: <a class="el" href="classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925">RedBasicAuth</a> +</li> <li>getDir() : <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory</a> </li> @@ -288,16 +291,16 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); </li> <li>getImage() : <a class="el" href="classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484">photo_gd</a> -, <a class="el" href="classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5">photo_driver</a> , <a class="el" href="classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc">photo_imagick</a> +, <a class="el" href="classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5">photo_driver</a> </li> <li>getLastModified() -: <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory</a> -, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile</a> +: <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile</a> +, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory</a> </li> <li>getName() -: <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile</a> -, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory</a> +: <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory</a> +, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile</a> </li> <li>getQuotaInfo() : <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory</a> @@ -305,6 +308,9 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');}); <li>getSize() : <a class="el" href="classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f">RedFile</a> </li> +<li>getTimezone() +: <a class="el" href="classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f">RedBasicAuth</a> +</li> <li>getType() : <a class="el" href="classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3">photo_driver</a> </li> diff --git a/doc/html/functions_0x68.html b/doc/html/functions_0x68.html index 5a61a6a4c..221892d5e 100644 --- a/doc/html/functions_0x68.html +++ b/doc/html/functions_0x68.html @@ -147,7 +147,7 @@ $(document).ready(function(){initNavTree('functions_0x68.html','');}); : <a class="el" href="classApp.html#a8863703a0305eaa45eb970dbd2046291">App</a> </li> <li>htmlActionsPanel() -: <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">RedMatrix\RedDAV\RedBrowser</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_0x73.html b/doc/html/functions_0x73.html index aea19c463..69ad45f49 100644 --- a/doc/html/functions_0x73.html +++ b/doc/html/functions_0x73.html @@ -222,7 +222,10 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');}); : <a class="el" href="classApp.html#a123b903dfe5d3488cc68db3471d36fd2">App</a> </li> <li>set_writeable() -: <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix\RedDAV\RedBrowser</a> +</li> +<li>setAuthenticated() +: <a class="el" href="classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333">RedBasicAuth</a> </li> <li>setBrowserPlugin() : <a class="el" href="classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc">RedBasicAuth</a> @@ -231,21 +234,24 @@ $(document).ready(function(){initNavTree('functions_0x73.html','');}); : <a class="el" href="classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857">RedBasicAuth</a> </li> <li>setDimensions() -: <a class="el" href="classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e">photo_gd</a> +: <a class="el" href="classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143">photo_driver</a> , <a class="el" href="classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb">photo_imagick</a> -, <a class="el" href="classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143">photo_driver</a> +, <a class="el" href="classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e">photo_gd</a> </li> <li>setName() -: <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory</a> -, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile</a> +: <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile</a> +, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory</a> +</li> +<li>setTimezone() +: <a class="el" href="classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a">RedBasicAuth</a> </li> <li>store() : <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver</a> </li> <li>supportedTypes() : <a class="el" href="classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7">photo_imagick</a> -, <a class="el" href="classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da">photo_driver</a> , <a class="el" href="classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd">photo_gd</a> +, <a class="el" href="classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da">photo_driver</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_0x75.html b/doc/html/functions_0x75.html index be02f7916..f85b7b8f1 100644 --- a/doc/html/functions_0x75.html +++ b/doc/html/functions_0x75.html @@ -141,7 +141,7 @@ $(document).ready(function(){initNavTree('functions_0x75.html','');}); <h3><a class="anchor" id="index_u"></a>- u -</h3><ul> <li>userReadableSize() -: <a class="el" href="classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd">RedMatrix\RedDAV\RedBrowser</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_func.html b/doc/html/functions_func.html index 2ffb3fe6d..0a2b8b184 100644 --- a/doc/html/functions_func.html +++ b/doc/html/functions_func.html @@ -143,14 +143,14 @@ $(document).ready(function(){initNavTree('functions_func.html','');}); : <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App</a> , <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation</a> , <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item</a> +, <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory</a> , <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile</a> -, <a class="el" href="classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93">RedBrowser</a> , <a class="el" href="classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6">FKOAuth1</a> , <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty</a> , <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine</a> , <a class="el" href="classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186">dba_driver</a> , <a class="el" href="classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae">photo_driver</a> -, <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory</a> +, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5">RedMatrix\RedDAV\RedBrowser</a> </li> <li>__destruct() : <a class="el" href="classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721">dba_driver</a> diff --git a/doc/html/functions_func_0x66.html b/doc/html/functions_func_0x66.html index fe8b7eaa1..cb6652bdd 100644 --- a/doc/html/functions_func_0x66.html +++ b/doc/html/functions_func_0x66.html @@ -140,10 +140,10 @@ $(document).ready(function(){initNavTree('functions_func_0x66.html','');}); <h3><a class="anchor" id="index_f"></a>- f -</h3><ul> <li>findAttachHash() -: <a class="el" href="classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78">RedMatrix\RedDAV\RedBrowser</a> </li> <li>findAttachIdByHash() -: <a class="el" href="classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd">RedMatrix\RedDAV\RedBrowser</a> </li> <li>flip() : <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd</a> diff --git a/doc/html/functions_func_0x67.html b/doc/html/functions_func_0x67.html index 695e8c912..51cc327f7 100644 --- a/doc/html/functions_func_0x67.html +++ b/doc/html/functions_func_0x67.html @@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); : <a class="el" href="classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819">FKOAuthDataStore</a> </li> <li>generateDirectoryIndex() -: <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser</a> </li> <li>get() : <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile</a> @@ -262,7 +262,7 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); : <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App</a> </li> <li>getAssetUrl() -: <a class="el" href="classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d">RedMatrix\RedDAV\RedBrowser</a> </li> <li>getChild() : <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory</a> @@ -273,6 +273,9 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); <li>getContentType() : <a class="el" href="classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b">RedFile</a> </li> +<li>getCurrentUser() +: <a class="el" href="classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925">RedBasicAuth</a> +</li> <li>getDir() : <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory</a> </li> @@ -287,16 +290,16 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); </li> <li>getImage() : <a class="el" href="classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484">photo_gd</a> -, <a class="el" href="classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5">photo_driver</a> , <a class="el" href="classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc">photo_imagick</a> +, <a class="el" href="classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5">photo_driver</a> </li> <li>getLastModified() -: <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory</a> -, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile</a> +: <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile</a> +, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory</a> </li> <li>getName() -: <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile</a> -, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory</a> +: <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory</a> +, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile</a> </li> <li>getQuotaInfo() : <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory</a> @@ -304,6 +307,9 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');}); <li>getSize() : <a class="el" href="classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f">RedFile</a> </li> +<li>getTimezone() +: <a class="el" href="classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f">RedBasicAuth</a> +</li> <li>getType() : <a class="el" href="classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3">photo_driver</a> </li> diff --git a/doc/html/functions_func_0x68.html b/doc/html/functions_func_0x68.html index f520afb12..afa29fced 100644 --- a/doc/html/functions_func_0x68.html +++ b/doc/html/functions_func_0x68.html @@ -146,7 +146,7 @@ $(document).ready(function(){initNavTree('functions_func_0x68.html','');}); : <a class="el" href="classApp.html#a8863703a0305eaa45eb970dbd2046291">App</a> </li> <li>htmlActionsPanel() -: <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">RedMatrix\RedDAV\RedBrowser</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_func_0x73.html b/doc/html/functions_func_0x73.html index 90cfed4bc..121464b8c 100644 --- a/doc/html/functions_func_0x73.html +++ b/doc/html/functions_func_0x73.html @@ -221,7 +221,10 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');}); : <a class="el" href="classApp.html#a123b903dfe5d3488cc68db3471d36fd2">App</a> </li> <li>set_writeable() -: <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix\RedDAV\RedBrowser</a> +</li> +<li>setAuthenticated() +: <a class="el" href="classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333">RedBasicAuth</a> </li> <li>setBrowserPlugin() : <a class="el" href="classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc">RedBasicAuth</a> @@ -230,21 +233,24 @@ $(document).ready(function(){initNavTree('functions_func_0x73.html','');}); : <a class="el" href="classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857">RedBasicAuth</a> </li> <li>setDimensions() -: <a class="el" href="classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e">photo_gd</a> +: <a class="el" href="classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143">photo_driver</a> , <a class="el" href="classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb">photo_imagick</a> -, <a class="el" href="classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143">photo_driver</a> +, <a class="el" href="classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e">photo_gd</a> </li> <li>setName() -: <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory</a> -, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile</a> +: <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile</a> +, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory</a> +</li> +<li>setTimezone() +: <a class="el" href="classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a">RedBasicAuth</a> </li> <li>store() : <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver</a> </li> <li>supportedTypes() : <a class="el" href="classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7">photo_imagick</a> -, <a class="el" href="classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da">photo_driver</a> , <a class="el" href="classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd">photo_gd</a> +, <a class="el" href="classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da">photo_driver</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_func_0x75.html b/doc/html/functions_func_0x75.html index 150e28988..00d4ae0f4 100644 --- a/doc/html/functions_func_0x75.html +++ b/doc/html/functions_func_0x75.html @@ -140,7 +140,7 @@ $(document).ready(function(){initNavTree('functions_func_0x75.html','');}); <h3><a class="anchor" id="index_u"></a>- u -</h3><ul> <li>userReadableSize() -: <a class="el" href="classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64">RedBrowser</a> +: <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd">RedMatrix\RedDAV\RedBrowser</a> </li> </ul> </div><!-- contents --> diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html index d63de2c1b..17c6a0751 100644 --- a/doc/html/functions_vars.html +++ b/doc/html/functions_vars.html @@ -136,9 +136,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');}); : <a class="el" href="classApp.html#ab3da757abe5cb45bf88f07cc51a73b58">App</a> </li> <li>$auth -: <a class="el" href="classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35">RedBrowser</a> +: <a class="el" href="classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2">RedFile</a> +, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142">RedMatrix\RedDAV\RedBrowser</a> , <a class="el" href="classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44">RedDirectory</a> -, <a class="el" href="classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2">RedFile</a> </li> <li>$baseurl : <a class="el" href="classApp.html#ad5175536561021548ae8188e24c7b80c">App</a> diff --git a/doc/html/globals_0x62.html b/doc/html/globals_0x62.html index ec5e26e13..1f4b8dc1f 100644 --- a/doc/html/globals_0x62.html +++ b/doc/html/globals_0x62.html @@ -171,6 +171,9 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); <li>bb_parse_crypt() : <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bbcode.php</a> </li> +<li>bb_parse_element() +: <a class="el" href="bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9">bbcode.php</a> +</li> <li>bb_qr() : <a class="el" href="bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c">bbcode.php</a> </li> @@ -232,7 +235,7 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');}); : <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">theme.php</a> </li> <li>blogtheme_form() -: <a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">config.php</a> +: <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">config.php</a> </li> <li>blogtheme_imgurl() : <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">theme.php</a> diff --git a/doc/html/globals_0x63.html b/doc/html/globals_0x63.html index dbc459fdc..03f96525e 100644 --- a/doc/html/globals_0x63.html +++ b/doc/html/globals_0x63.html @@ -319,7 +319,7 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');}); : <a class="el" href="boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77">boot.php</a> </li> <li>cloud_init() -: <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud.php</a> +: <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud.php</a> </li> <li>collect_recipients() : <a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">items.php</a> diff --git a/doc/html/globals_0x65.html b/doc/html/globals_0x65.html index 42498664d..ddd15a2ec 100644 --- a/doc/html/globals_0x65.html +++ b/doc/html/globals_0x65.html @@ -158,7 +158,7 @@ $(document).ready(function(){initNavTree('globals_0x65.html','');}); </li> <li>else : <a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">style.php</a> -, <a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">auth.php</a> +, <a class="el" href="auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f">auth.php</a> , <a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">fpostit.php</a> , <a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">tpldebug.php</a> </li> diff --git a/doc/html/globals_0x67.html b/doc/html/globals_0x67.html index b5d386137..97c4bc683 100644 --- a/doc/html/globals_0x67.html +++ b/doc/html/globals_0x67.html @@ -204,6 +204,9 @@ $(document).ready(function(){initNavTree('globals_0x67.html','');}); <li>get_diaspora_key() : <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">diaspora.php</a> </li> +<li>get_diaspora_reshare_xml() +: <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">diaspora.php</a> +</li> <li>get_dim() : <a class="el" href="datetime_8php.html#a7df24d72ea05922d3127363e2295174c">datetime.php</a> </li> diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 35fd797b5..0ea6ac4fb 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -163,6 +163,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); , <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> , <a class="el" href="full_8php.html#a3987f5547ceb7e36a210a66a06241a5a">full.php</a> </li> +<li>impel_init() +: <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel.php</a> +</li> <li>import_author_diaspora() : <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">items.php</a> </li> diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index cf926f10e..8a4bcc2cc 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -205,7 +205,7 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); : <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match.php</a> </li> <li>match_openid() -: <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">auth.php</a> +: <a class="el" href="auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2">auth.php</a> </li> <li>MAX_IMAGE_LENGTH : <a class="el" href="boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa">boot.php</a> diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index d39e0d6ec..9e373f1d8 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -309,6 +309,12 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');}); <li>notifications_content() : <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications.php</a> </li> +<li>notifications_off() +: <a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">identity.php</a> +</li> +<li>notifications_on() +: <a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">identity.php</a> +</li> <li>notifications_post() : <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications.php</a> </li> diff --git a/doc/html/globals_0x75.html b/doc/html/globals_0x75.html index 8afce83cb..06edcdfdf 100644 --- a/doc/html/globals_0x75.html +++ b/doc/html/globals_0x75.html @@ -177,6 +177,15 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');}); <li>update_channel_content() : <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel.php</a> </li> +<li>update_channels_active_halfyear_stat() +: <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">statistics_fns.php</a> +</li> +<li>update_channels_active_monthly_stat() +: <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">statistics_fns.php</a> +</li> +<li>update_channels_total_stat() +: <a class="el" href="statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c">statistics_fns.php</a> +</li> <li>update_directory_entry() : <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">dir_fns.php</a> </li> @@ -201,6 +210,9 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');}); <li>update_imported_item() : <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">zot.php</a> </li> +<li>update_local_posts_stat() +: <a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">statistics_fns.php</a> +</li> <li>update_modtime() : <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">zot.php</a> </li> diff --git a/doc/html/globals_func_0x62.html b/doc/html/globals_func_0x62.html index 240a20be9..66bd00091 100644 --- a/doc/html/globals_func_0x62.html +++ b/doc/html/globals_func_0x62.html @@ -170,6 +170,9 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); <li>bb_parse_crypt() : <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bbcode.php</a> </li> +<li>bb_parse_element() +: <a class="el" href="bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9">bbcode.php</a> +</li> <li>bb_qr() : <a class="el" href="bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c">bbcode.php</a> </li> @@ -231,7 +234,7 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');}); : <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">theme.php</a> </li> <li>blogtheme_form() -: <a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">config.php</a> +: <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">config.php</a> </li> <li>blogtheme_imgurl() : <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">theme.php</a> diff --git a/doc/html/globals_func_0x63.html b/doc/html/globals_func_0x63.html index af3b5bfd1..459d9308f 100644 --- a/doc/html/globals_func_0x63.html +++ b/doc/html/globals_func_0x63.html @@ -309,7 +309,7 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');}); : <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest.php</a> </li> <li>cloud_init() -: <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud.php</a> +: <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud.php</a> </li> <li>collect_recipients() : <a class="el" href="items_8php.html#a772f0ae77ad77c8ab68ed918a3870946">items.php</a> diff --git a/doc/html/globals_func_0x67.html b/doc/html/globals_func_0x67.html index ec470029a..26fb9961f 100644 --- a/doc/html/globals_func_0x67.html +++ b/doc/html/globals_func_0x67.html @@ -203,6 +203,9 @@ $(document).ready(function(){initNavTree('globals_func_0x67.html','');}); <li>get_diaspora_key() : <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">diaspora.php</a> </li> +<li>get_diaspora_reshare_xml() +: <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">diaspora.php</a> +</li> <li>get_dim() : <a class="el" href="datetime_8php.html#a7df24d72ea05922d3127363e2295174c">datetime.php</a> </li> diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index a4a665432..cc873513b 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');}); <li>ids_to_querystr() : <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">text.php</a> </li> +<li>impel_init() +: <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel.php</a> +</li> <li>import_author_diaspora() : <a class="el" href="items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc">items.php</a> </li> diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index 8459f4021..d5f9778a2 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -186,7 +186,7 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');}); : <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match.php</a> </li> <li>match_openid() -: <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">auth.php</a> +: <a class="el" href="auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2">auth.php</a> </li> <li>member_of() : <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">group.php</a> diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index df62368c6..45592dc25 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -218,6 +218,12 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');}); <li>notifications_content() : <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications.php</a> </li> +<li>notifications_off() +: <a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">identity.php</a> +</li> +<li>notifications_on() +: <a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">identity.php</a> +</li> <li>notifications_post() : <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications.php</a> </li> diff --git a/doc/html/globals_func_0x75.html b/doc/html/globals_func_0x75.html index e6254f708..050f0004d 100644 --- a/doc/html/globals_func_0x75.html +++ b/doc/html/globals_func_0x75.html @@ -176,6 +176,15 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');}); <li>update_channel_content() : <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel.php</a> </li> +<li>update_channels_active_halfyear_stat() +: <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">statistics_fns.php</a> +</li> +<li>update_channels_active_monthly_stat() +: <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">statistics_fns.php</a> +</li> +<li>update_channels_total_stat() +: <a class="el" href="statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c">statistics_fns.php</a> +</li> <li>update_directory_entry() : <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">dir_fns.php</a> </li> @@ -188,6 +197,9 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');}); <li>update_imported_item() : <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">zot.php</a> </li> +<li>update_local_posts_stat() +: <a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">statistics_fns.php</a> +</li> <li>update_modtime() : <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">zot.php</a> </li> diff --git a/doc/html/globals_vars_0x65.html b/doc/html/globals_vars_0x65.html index b39b21f8a..5bd78d6cc 100644 --- a/doc/html/globals_vars_0x65.html +++ b/doc/html/globals_vars_0x65.html @@ -140,7 +140,7 @@ $(document).ready(function(){initNavTree('globals_vars_0x65.html','');}); <h3><a class="anchor" id="index_e"></a>- e -</h3><ul> <li>else -: <a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">auth.php</a> +: <a class="el" href="auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f">auth.php</a> , <a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">fpostit.php</a> , <a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">style.php</a> , <a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">tpldebug.php</a> diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index 39ff3d4e9..a514cee02 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('hierarchy.html','');}); <div class="textblock">This inheritance list is sorted roughly, but not completely, alphabetically:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img id="arr_0_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><b>AbstractBasic</b></td><td class="desc"></td></tr> -<tr id="row_0_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBasicAuth.html" target="_self">RedBasicAuth</a></td><td class="desc"></td></tr> +<tr id="row_0_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBasicAuth.html" target="_self">RedBasicAuth</a></td><td class="desc">Authentication backend class for RedDAV</td></tr> <tr id="row_1_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classApp.html" target="_self">App</a></td><td class="desc"></td></tr> <tr id="row_2_"><td class="entry"><img id="arr_2_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classBaseObject.html" target="_self">BaseObject</a></td><td class="desc"></td></tr> <tr id="row_2_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classConversation.html" target="_self">Conversation</a></td><td class="desc"></td></tr> @@ -142,11 +142,16 @@ $(document).ready(function(){initNavTree('hierarchy.html','');}); <tr id="row_13_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__gd.html" target="_self">photo_gd</a></td><td class="desc"></td></tr> <tr id="row_13_1_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classphoto__imagick.html" target="_self">photo_imagick</a></td><td class="desc"></td></tr> <tr id="row_14_" class="even"><td class="entry"><img id="arr_14_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('14_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><b>Plugin</b></td><td class="desc"></td></tr> -<tr id="row_14_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedBrowser.html" target="_self">RedBrowser</a></td><td class="desc"></td></tr> +<tr id="row_14_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" target="_self">RedMatrix\RedDAV\RedBrowser</a></td><td class="desc">Provides a DAV frontend for the webbrowser</td></tr> <tr id="row_15_" class="even"><td class="entry"><img id="arr_15_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('15_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classProtoDriver.html" target="_self">ProtoDriver</a></td><td class="desc"></td></tr> <tr id="row_15_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classZotDriver.html" target="_self">ZotDriver</a></td><td class="desc"></td></tr> -<tr id="row_16_" class="even"><td class="entry"><img id="arr_16_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('16_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><b>Smarty</b></td><td class="desc"></td></tr> -<tr id="row_16_0_"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmarty.html" target="_self">FriendicaSmarty</a></td><td class="desc"></td></tr> +<tr id="row_16_" class="even"><td class="entry"><img id="arr_16_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('16_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><b>Sabre</b></td><td class="desc"></td></tr> +<tr id="row_16_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedDirectory.html" target="_self">RedDirectory</a></td><td class="desc"><a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class</td></tr> +<tr id="row_16_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedDirectory.html" target="_self">RedDirectory</a></td><td class="desc"><a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class</td></tr> +<tr id="row_16_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedDirectory.html" target="_self">RedDirectory</a></td><td class="desc"><a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class</td></tr> +<tr id="row_16_3_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html" target="_self">RedMatrix\RedDAV\RedBrowser</a></td><td class="desc">Provides a DAV frontend for the webbrowser</td></tr> +<tr id="row_17_"><td class="entry"><img id="arr_17_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('17_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><b>Smarty</b></td><td class="desc"></td></tr> +<tr id="row_17_0_" class="even"><td class="entry"><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="classFriendicaSmarty.html" target="_self">FriendicaSmarty</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js index 6259fc750..6fabb1f7f 100644 --- a/doc/html/hierarchy.js +++ b/doc/html/hierarchy.js @@ -42,11 +42,17 @@ var hierarchy = [ "photo_imagick", "classphoto__imagick.html", null ] ] ], [ "Plugin", null, [ - [ "RedBrowser", "classRedBrowser.html", null ] + [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ] ] ], [ "ProtoDriver", "classProtoDriver.html", [ [ "ZotDriver", "classZotDriver.html", null ] ] ], + [ "Sabre", null, [ + [ "RedDirectory", "classRedDirectory.html", null ], + [ "RedDirectory", "classRedDirectory.html", null ], + [ "RedDirectory", "classRedDirectory.html", null ], + [ "RedMatrix\\RedDAV\\RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", null ] + ] ], [ "Smarty", null, [ [ "FriendicaSmarty", "classFriendicaSmarty.html", null ] ] ] diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index c468b0f60..f54d372ee 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -172,6 +172,10 @@ Functions</h2></td></tr> <tr class="separator:a4ff59df0f0a668a06a8411f87496aa21"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a224710dfb7465b706c91134247c20afa"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a224710dfb7465b706c91134247c20afa">get_profile_fields_advanced</a> ($filter=0)</td></tr> <tr class="separator:a224710dfb7465b706c91134247c20afa"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2e6a1cc35887937823ec7fbb90472afe"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">notifications_off</a> ($channel_id)</td></tr> +<tr class="separator:a2e6a1cc35887937823ec7fbb90472afe"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a5650319c799de09d1b6d1076b6f839a4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">notifications_on</a> ($channel_id, $value)</td></tr> +<tr class="separator:a5650319c799de09d1b6d1076b6f839a4"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="aa870d2c1f558cfd52bef05bc124e8fa4"></a> @@ -612,6 +616,60 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="a2e6a1cc35887937823ec7fbb90472afe"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">notifications_off </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$channel_id</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>notifications_off($channel_id) Clear notifyflags for a channel - most likely during bulk import of content or other activity that is likely to generate huge amounts of undesired notifications. </p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype">int</td><td class="paramname">$channel_id</td><td>The channel to disable notifications for </td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>int Current notification flag value. Send this to <a class="el" href="identity_8php.html#a5650319c799de09d1b6d1076b6f839a4">notifications_on()</a> to restore the channel settings when finished with the activity requiring <a class="el" href="identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe">notifications_off()</a>; </dd></dl> + +<p>Referenced by <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>.</p> + +</div> +</div> +<a class="anchor" id="a5650319c799de09d1b6d1076b6f839a4"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">notifications_on </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$channel_id</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$value</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>.</p> + +</div> +</div> <a class="anchor" id="ad4a2c8caca8f6ae93633ebeca0ed6620"></a> <div class="memitem"> <div class="memproto"> @@ -681,7 +739,7 @@ Functions</h2></td></tr> <p>The channel default theme is also selected for use, unless over-riden elsewhere. </p> <p>load/reload current theme info</p> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, and <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, and <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>.</p> </div> </div> diff --git a/doc/html/identity_8php.js b/doc/html/identity_8php.js index f683df553..ead11cd4c 100644 --- a/doc/html/identity_8php.js +++ b/doc/html/identity_8php.js @@ -22,6 +22,8 @@ var identity_8php = [ "is_member", "identity_8php.html#a9637c557e13d9671f3eeb124ab98212a", null ], [ "is_public_profile", "identity_8php.html#a4e996e44b50330098a04b467367a559f", null ], [ "is_sys_channel", "identity_8php.html#aa4bd4abfcba883f43919e89ec6419025", null ], + [ "notifications_off", "identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe", null ], + [ "notifications_on", "identity_8php.html#a5650319c799de09d1b6d1076b6f839a4", null ], [ "profile_create_sidebar", "identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620", null ], [ "profile_load", "identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68", null ], [ "profile_sidebar", "identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc", null ], diff --git a/doc/html/impel_8php.html b/doc/html/impel_8php.html new file mode 100644 index 000000000..1a35a56cf --- /dev/null +++ b/doc/html/impel_8php.html @@ -0,0 +1,137 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: mod/impel.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('impel_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">impel.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:ab7db6fca43b42ea4332cb3e841b3cf7b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init</a> (&$a)</td></tr> +<tr class="separator:ab7db6fca43b42ea4332cb3e841b3cf7b"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="ab7db6fca43b42ea4332cb3e841b3cf7b"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">impel_init </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$a</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/impel_8php.js b/doc/html/impel_8php.js new file mode 100644 index 000000000..fdd6ebee7 --- /dev/null +++ b/doc/html/impel_8php.js @@ -0,0 +1,4 @@ +var impel_8php = +[ + [ "impel_init", "impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b", null ] +];
\ No newline at end of file diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 99baeeeaf..754b626c7 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -340,7 +340,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>mixed Return value or false on error or if not set </dd></dl> -<p>Referenced by <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ab1485a26b032956e1496fc08c58b83ed">get_default_profile_photo()</a>, <a class="el" href="boot_8php.html#a329400dcb29897cdaae3020109272285">get_directory_realm()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90">get_max_import_size()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#a224710dfb7465b706c91134247c20afa">get_profile_fields_advanced()</a>, <a class="el" href="identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21">get_profile_fields_basic()</a>, <a class="el" href="permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe">get_role_perms()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00">photo_gd\imageString()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8">photo_imagick\load()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02">validate_email()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89">account_service_class_fetch()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a">filter_insecure()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ab1485a26b032956e1496fc08c58b83ed">get_default_profile_photo()</a>, <a class="el" href="boot_8php.html#a329400dcb29897cdaae3020109272285">get_directory_realm()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90">get_max_import_size()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#a224710dfb7465b706c91134247c20afa">get_profile_fields_advanced()</a>, <a class="el" href="identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21">get_profile_fields_basic()</a>, <a class="el" href="permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe">get_role_perms()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00">photo_gd\imageString()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8">photo_imagick\load()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8">mark_orphan_hubsxchans()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo__driver_8php.html#a32e2817faa25d7f11f60a8abff565035">photo_factory()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02">validate_email()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -433,7 +433,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>mixed Stored value or false if it does not exist </dd></dl> -<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>.</p> </div> </div> @@ -610,7 +610,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>mixed Return the set value, or false if the database update failed </dd></dl> -<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b">theme_admin_post()</a>, and <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16">check_upstream_directory()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b">theme_admin_post()</a>, <a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat()</a>, <a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat()</a>, <a class="el" href="statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c">update_channels_total_stat()</a>, <a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">update_local_posts_stat()</a>, and <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>.</p> </div> </div> diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 6dfd29356..6dd338f10 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -445,7 +445,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>(does not return, process is terminated) </dd></dl> -<p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, and <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>.</p> +<p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, and <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>.</p> </div> </div> @@ -463,7 +463,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536">api_group()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536">api_group()</a>, <a class="el" href="include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a">api_group_members()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -509,7 +509,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, and <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>.</p> +<p>Referenced by <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, and <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>.</p> </div> </div> @@ -747,7 +747,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content </dd></dl> -<p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a">webfinger_rfc7033()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 44d4519e8..693ca815a 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -1492,7 +1492,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> </div> </div> @@ -1520,7 +1520,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, and <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>.</p> +<p>Referenced by <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, and <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>.</p> </div> </div> @@ -2134,7 +2134,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>.</p> +<p>Referenced by <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, and <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>.</p> </div> </div> diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index d330e0d1a..b177f71d5 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -372,7 +372,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>translated string if exists, otherwise return $s </dd></dl> -<p>Referenced by <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e">check_funcs()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f">check_htconfig()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#afd8b0b3ade1507c45325caf377bf459d">check_smarty3()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816">gender_selector_min()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746">dba_driver\install()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534">marital_selector_min()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724">role_selector()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f">select_timezone()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074">sexpref_selector_min()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="items_8php.html#aabfaa193b83154c2a81e91284e5d5e59">translate_scope()</a>, <a class="el" href="include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030">translate_system_apps()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9">app_store()</a>, <a class="el" href="include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46">app_update()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="appman_8php.html#a2979acbe47ffaecfa19b9eabfbfbde39">appman_post()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e">check_funcs()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f">check_htconfig()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#afd8b0b3ade1507c45325caf377bf459d">check_smarty3()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816">gender_selector_min()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">RedMatrix\RedDAV\RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746">dba_driver\install()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534">marital_selector_min()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724">role_selector()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f">select_timezone()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074">sexpref_selector_min()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="items_8php.html#aabfaa193b83154c2a81e91284e5d5e59">translate_scope()</a>, <a class="el" href="include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030">translate_system_apps()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="account_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="account_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> diff --git a/doc/html/namespaceRedMatrix.html b/doc/html/namespaceRedMatrix.html new file mode 100644 index 000000000..b28ba8dc6 --- /dev/null +++ b/doc/html/namespaceRedMatrix.html @@ -0,0 +1,120 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: RedMatrix Namespace Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="namespaces.html"><span>Namespace List</span></a></li> + <li><a href="namespacemembers.html"><span>Namespace Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('namespaceRedMatrix.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#namespaces">Namespaces</a> </div> + <div class="headertitle"> +<div class="title">RedMatrix Namespace Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> +Namespaces</h2></td></tr> +<tr class="memitem:namespaceRedMatrix_1_1RedDAV"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceRedMatrix_1_1RedDAV.html">RedDAV</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/namespaceRedMatrix.js b/doc/html/namespaceRedMatrix.js new file mode 100644 index 000000000..930158787 --- /dev/null +++ b/doc/html/namespaceRedMatrix.js @@ -0,0 +1,4 @@ +var namespaceRedMatrix = +[ + [ "RedDAV", "namespaceRedMatrix_1_1RedDAV.html", "namespaceRedMatrix_1_1RedDAV" ] +];
\ No newline at end of file diff --git a/doc/html/namespaceRedMatrix_1_1RedDAV.html b/doc/html/namespaceRedMatrix_1_1RedDAV.html new file mode 100644 index 000000000..206a9ff9c --- /dev/null +++ b/doc/html/namespaceRedMatrix_1_1RedDAV.html @@ -0,0 +1,124 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: RedMatrix\RedDAV Namespace Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="namespaces.html"><span>Namespace List</span></a></li> + <li><a href="namespacemembers.html"><span>Namespace Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('namespaceRedMatrix_1_1RedDAV.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#nested-classes">Classes</a> </div> + <div class="headertitle"> +<div class="title">RedMatrix\RedDAV Namespace Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> +Classes</h2></td></tr> +<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html">RedBrowser</a></td></tr> +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Provides a DAV frontend for the webbrowser. <a href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#details">More...</a><br/></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> +<div class="textblock"><p><a class="el" href="namespaceRedMatrix.html">RedMatrix</a> - "The Network"</p> +<p><a class="el" href=""><a href="http://opensource.org/licenses/mit-license.php">http://opensource.org/licenses/mit-license.php</a> The MIT License (MIT) </a></p> +</div></div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/namespaceRedMatrix_1_1RedDAV.js b/doc/html/namespaceRedMatrix_1_1RedDAV.js new file mode 100644 index 000000000..f4892f0d4 --- /dev/null +++ b/doc/html/namespaceRedMatrix_1_1RedDAV.js @@ -0,0 +1,4 @@ +var namespaceRedMatrix_1_1RedDAV = +[ + [ "RedBrowser", "classRedMatrix_1_1RedDAV_1_1RedBrowser.html", "classRedMatrix_1_1RedDAV_1_1RedBrowser" ] +];
\ No newline at end of file diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index 8ff7eddf2..ad02e6270 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -108,12 +108,14 @@ $(document).ready(function(){initNavTree('namespaces.html','');}); </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all namespaces with brief descriptions:</div><div class="directory"> -<table class="directory"> +<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceacl__selectors.html" target="_self">acl_selectors</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceFriendica.html" target="_self">Friendica</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespacefriendica-to-smarty-tpl.html" target="_self">friendica-to-smarty-tpl</a></td><td class="desc"></td></tr> -<tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceupdatetpl.html" target="_self">updatetpl</a></td><td class="desc"></td></tr> -<tr id="row_4_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceutil.html" target="_self">util</a></td><td class="desc"></td></tr> +<tr id="row_3_"><td class="entry"><img id="arr_3_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_')"/><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceRedMatrix.html" target="_self">RedMatrix</a></td><td class="desc"></td></tr> +<tr id="row_3_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceRedMatrix_1_1RedDAV.html" target="_self">RedDAV</a></td><td class="desc"></td></tr> +<tr id="row_4_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceupdatetpl.html" target="_self">updatetpl</a></td><td class="desc"></td></tr> +<tr id="row_5_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2ns.png" alt="N" width="24" height="22" /><a class="el" href="namespaceutil.html" target="_self">util</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> diff --git a/doc/html/namespaces.js b/doc/html/namespaces.js index 681592f37..451e130fb 100644 --- a/doc/html/namespaces.js +++ b/doc/html/namespaces.js @@ -3,6 +3,7 @@ var namespaces = [ "acl_selectors", "namespaceacl__selectors.html", null ], [ "Friendica", "namespaceFriendica.html", null ], [ "friendica-to-smarty-tpl", "namespacefriendica-to-smarty-tpl.html", null ], + [ "RedMatrix", "namespaceRedMatrix.html", "namespaceRedMatrix" ], [ "updatetpl", "namespaceupdatetpl.html", null ], [ "util", "namespaceutil.html", null ] ];
\ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index aa84633ab..8b66b55ce 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -37,15 +37,15 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa", -"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad", -"classdba__driver.html#af48e2afeded5285766bf92e22123ed03", -"dir_92d6b429199666aa3765c8a934db5e14.html", -"html2bbcode_8php.html", -"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c", -"page_8php.html#a4d89800c0366a239191b1692c09635cf", -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656", -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3" +"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1", +"classApp.html#a58ac598544892ff7c32890291b72635e", +"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555", +"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html", +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4", +"include_2photos_8php.html", +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26", +"setup_8php.html#a88247384a96e14516f474d7af6a465c1", +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index f9d79603d..ba0dc6c6c 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,61 +1,62 @@ var NAVTREEINDEX0 = { "BS-Default_8php.html":[6,0,3,1,3,1,1], -"BaseObject_8php.html":[6,0,0,9], -"Contact_8php.html":[6,0,0,20], -"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[6,0,0,20,2], -"Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8":[6,0,0,20,9], -"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[6,0,0,20,8], -"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[6,0,0,20,11], -"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[6,0,0,20,13], -"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[6,0,0,20,6], -"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[6,0,0,20,5], -"Contact_8php.html#a4e8af0f0525161da74583c04b8b03097":[6,0,0,20,4], -"Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33":[6,0,0,20,3], -"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[6,0,0,20,14], -"Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713":[6,0,0,20,10], -"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[6,0,0,20,7], -"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[6,0,0,20,12], -"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[6,0,0,20,1], -"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[6,0,0,20,0], -"ConversationObject_8php.html":[6,0,0,24], -"ITemplateEngine_8php.html":[6,0,0,45], -"ItemObject_8php.html":[6,0,0,44], -"ProtoDriver_8php.html":[6,0,0,65], +"BaseObject_8php.html":[6,0,0,10], +"Contact_8php.html":[6,0,0,21], +"Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[6,0,0,21,2], +"Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8":[6,0,0,21,9], +"Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6":[6,0,0,21,8], +"Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91":[6,0,0,21,11], +"Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15":[6,0,0,21,13], +"Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc":[6,0,0,21,6], +"Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258":[6,0,0,21,5], +"Contact_8php.html#a4e8af0f0525161da74583c04b8b03097":[6,0,0,21,4], +"Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33":[6,0,0,21,3], +"Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960":[6,0,0,21,14], +"Contact_8php.html#a7e3f5bef8ea1d2bf8434c9be36a2b713":[6,0,0,21,10], +"Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e":[6,0,0,21,7], +"Contact_8php.html#acc12cda999c88c4d6185cca967c15125":[6,0,0,21,12], +"Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[6,0,0,21,1], +"Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[6,0,0,21,0], +"ConversationObject_8php.html":[6,0,0,25], +"ITemplateEngine_8php.html":[6,0,0,46], +"ItemObject_8php.html":[6,0,0,45], +"ProtoDriver_8php.html":[6,0,0,66], +"RedBrowser_8php.html":[6,0,0,2,0], "__well__known_8php.html":[6,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[6,0,1,0,0], -"account_8php.html":[6,0,0,2], -"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,2,8], -"account_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,2,10], -"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,2,7], -"account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,2,6], -"account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,2,5], -"account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89":[6,0,0,2,0], -"account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,2,1], -"account_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,2,13], -"account_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,2,12], -"account_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,2,14], -"account_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,2,11], -"account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,2,2], -"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,2,9], -"account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,2,4], -"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,2,17], -"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,2,15], -"account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,2,18], -"account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,2,16], -"account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,2,3], +"account_8php.html":[6,0,0,3], +"account_8php.html#a014de2d5d5c9785de5bf547a485822fa":[6,0,0,3,8], +"account_8php.html#a030cec6793b909c439c0336ba39b1571":[6,0,0,3,10], +"account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9":[6,0,0,3,7], +"account_8php.html#a141fe579c351c78209d425473f978eb5":[6,0,0,3,6], +"account_8php.html#a144b4891022567668375b58ea61cfff0":[6,0,0,3,5], +"account_8php.html#a4328c40ee4b3d68630cf1ebb7b9d4d89":[6,0,0,3,0], +"account_8php.html#a43e3042b2723d76915a030bac3c668b6":[6,0,0,3,1], +"account_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[6,0,0,3,13], +"account_8php.html#a754d7f53b3abc557b753c057dc4e021d":[6,0,0,3,12], +"account_8php.html#a901657dd078e070516cf97285e0bada7":[6,0,0,3,14], +"account_8php.html#a905b54e10704b283ac64680a8abc0971":[6,0,0,3,11], +"account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f":[6,0,0,3,2], +"account_8php.html#aa9c29c497c17d8f9344dce8631ad8761":[6,0,0,3,9], +"account_8php.html#aaff7720423417a4333697894ffd9ddeb":[6,0,0,3,4], +"account_8php.html#ac1653efba62493b9d87513e1b6c04c83":[6,0,0,3,17], +"account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1":[6,0,0,3,15], +"account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5":[6,0,0,3,18], +"account_8php.html#ad07be417ac7eda939768804106ddea3d":[6,0,0,3,16], +"account_8php.html#ae052bd5558847bd38e89c213561a9771":[6,0,0,3,3], "achievements_8php.html":[6,0,1,1], "achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e":[6,0,1,1,0], "acl_8php.html":[6,0,1,2], "acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f":[6,0,1,2,1], "acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a":[6,0,1,2,0], -"acl__selectors_8php.html":[6,0,0,3], -"acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91":[6,0,0,3,0], -"acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0":[6,0,0,3,2], -"acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528":[6,0,0,3,3], -"acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e":[6,0,0,3,1], -"activities_8php.html":[6,0,0,4], -"activities_8php.html#a80134e807719b3c54aba971958d2e132":[6,0,0,4,0], +"acl__selectors_8php.html":[6,0,0,4], +"acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91":[6,0,0,4,0], +"acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0":[6,0,0,4,2], +"acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528":[6,0,0,4,3], +"acl__selectors_8php.html#ad6664fb8330308e23f2645cd6624727e":[6,0,0,4,1], +"activities_8php.html":[6,0,0,5], +"activities_8php.html#a80134e807719b3c54aba971958d2e132":[6,0,0,5,0], "admin_8php.html":[6,0,1,3], "admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[6,0,1,3,6], "admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[6,0,1,3,7], @@ -96,43 +97,44 @@ var NAVTREEINDEX0 = "apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[6,0,3,1,0,1,2,9], "apw_2php_2theme_8php.html":[6,0,3,1,0,1,3], "apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[6,0,3,1,0,1,3,0], -"auth_8php.html":[6,0,0,8], -"auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[6,0,0,8,0], -"auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[6,0,0,8,3], -"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,8,2], -"auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38":[6,0,0,8,1], -"bb2diaspora_8php.html":[6,0,0,10], -"bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,10,13], -"bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47":[6,0,0,10,1], -"bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,10,9], -"bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,10,6], -"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,10,10], -"bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,10,0], -"bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34":[6,0,0,10,3], -"bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,10,14], -"bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,10,7], -"bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083":[6,0,0,10,2], -"bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,10,12], -"bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,10,5], -"bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,10,11], -"bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,10,4], -"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,10,8], -"bbcode_8php.html":[6,0,0,11], -"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,11,9], -"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,11,8], -"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[6,0,0,11,5], -"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[6,0,0,11,6], -"bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[6,0,0,11,0], -"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[6,0,0,11,13], -"bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[6,0,0,11,4], -"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[6,0,0,11,11], -"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[6,0,0,11,12], -"bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7":[6,0,0,11,10], -"bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[6,0,0,11,2], -"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[6,0,0,11,7], -"bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[6,0,0,11,3], -"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[6,0,0,11,14], -"bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2":[6,0,0,11,1], +"auth_8php.html":[6,0,0,9], +"auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[6,0,0,9,0], +"auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a":[6,0,0,9,2], +"auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2":[6,0,0,9,1], +"auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f":[6,0,0,9,3], +"bb2diaspora_8php.html":[6,0,0,11], +"bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93":[6,0,0,11,13], +"bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47":[6,0,0,11,1], +"bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863":[6,0,0,11,9], +"bb2diaspora_8php.html#a4a27604f0745f1efda672966aaca9a3b":[6,0,0,11,6], +"bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2":[6,0,0,11,10], +"bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c":[6,0,0,11,0], +"bb2diaspora_8php.html#a5258d2f1addeb0a2a6b54c4f9e7d0f34":[6,0,0,11,3], +"bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747":[6,0,0,11,14], +"bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4":[6,0,0,11,7], +"bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083":[6,0,0,11,2], +"bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a":[6,0,0,11,12], +"bb2diaspora_8php.html#ac9061ee10fcfcdac69566b649614e625":[6,0,0,11,5], +"bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d":[6,0,0,11,11], +"bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba":[6,0,0,11,4], +"bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc":[6,0,0,11,8], +"bbcode_8php.html":[6,0,0,12], +"bbcode_8php.html#a009f61aaf78771737ed0765c8463911b":[6,0,0,12,10], +"bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d":[6,0,0,12,9], +"bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a":[6,0,0,12,6], +"bbcode_8php.html#a2be26414a367118143cc89e2d58e7377":[6,0,0,12,7], +"bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd":[6,0,0,12,0], +"bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322":[6,0,0,12,14], +"bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e":[6,0,0,12,5], +"bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7":[6,0,0,12,12], +"bbcode_8php.html#a55b0cb6973f1ec731de0e726bcc0efa7":[6,0,0,12,13], +"bbcode_8php.html#a7cc811ff1939a508cfb54f39c1d584d7":[6,0,0,12,11], +"bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f":[6,0,0,12,2], +"bbcode_8php.html#a8911e027907820df3db03b4f76724b50":[6,0,0,12,8], +"bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c":[6,0,0,12,4], +"bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9":[6,0,0,12,3], +"bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8":[6,0,0,12,15], +"bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2":[6,0,0,12,1], "block_8php.html":[6,0,1,8], "block_8php.html#a8a82a470acdfbc7a8e749509caeeea45":[6,0,1,8,0], "block_8php.html#a9b61c96044ed2a068f18c10370a78d5c":[6,0,1,8,1], @@ -247,7 +249,5 @@ var NAVTREEINDEX0 = "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,35], "boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,204], "boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,245], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,295], -"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20], -"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,66] +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,295] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 7dc1ddcc9..b2b8ea2c2 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,5 +1,7 @@ var NAVTREEINDEX1 = { +"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20], +"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,66], "boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,194], "boot_8php.html#a5b8484922918946d041e5e0515dbe718":[6,0,4,218], "boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[6,0,4,84], @@ -196,7 +198,7 @@ var NAVTREEINDEX1 = "boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,296], "boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,231], "boxy_8php.html":[6,0,3,1,3,1,0], -"cache_8php.html":[6,0,0,13], +"cache_8php.html":[6,0,0,14], "channel_8php.html":[6,0,1,12], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[6,0,1,12,0], "channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc":[6,0,1,12,1], @@ -207,47 +209,45 @@ var NAVTREEINDEX1 = "chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[6,0,1,15,0], "chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[6,0,1,15,2], "choklet_8php.html":[6,0,3,0,0], -"classApp.html":[5,0,5], -"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,5,56], -"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,5,40], -"classApp.html#a084e03c77686d8c13390fef3f7428a2b":[5,0,5,5], -"classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[5,0,5,2], -"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,5,75], -"classApp.html#a08f0537964d98958d218066364cff785":[5,0,5,1], -"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,5,50], -"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,5,60], -"classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[5,0,5,30], -"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,5,79], -"classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[5,0,5,32], -"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,5,73], -"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,5,61], -"classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[5,0,5,8], -"classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[5,0,5,29], -"classApp.html#a230e975296cf164da2fee35ef720964f":[5,0,5,33], -"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,5,77], -"classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[5,0,5,48], -"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,5,76], -"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,5,12], -"classApp.html#a330410a288f3393d53772f5e98f857ea":[5,0,5,51], -"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,5,66], -"classApp.html#a344d2b7dc2f276648d521aee4da1731c":[5,0,5,23], -"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,5,55], -"classApp.html#a3d84af5e42082098672531cd1a618853":[5,0,5,22], -"classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[5,0,5,6], -"classApp.html#a4776d9322edea17fae56afa5d01a323e":[5,0,5,24], -"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[5,0,5,90], -"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,5,85], -"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,5,42], -"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,5,68], -"classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,5,25], -"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,5,59], -"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,5,67], -"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,5,9], -"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,5,28], -"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,5,26], -"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,5,88], -"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,5,58], -"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,5,74], -"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,5,62], -"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,5,63] +"classApp.html":[5,0,6], +"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,6,56], +"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,6,40], +"classApp.html#a084e03c77686d8c13390fef3f7428a2b":[5,0,6,5], +"classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[5,0,6,2], +"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,6,75], +"classApp.html#a08f0537964d98958d218066364cff785":[5,0,6,1], +"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,6,50], +"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,6,60], +"classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[5,0,6,30], +"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,6,79], +"classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[5,0,6,32], +"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,6,73], +"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,6,61], +"classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[5,0,6,8], +"classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[5,0,6,29], +"classApp.html#a230e975296cf164da2fee35ef720964f":[5,0,6,33], +"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,6,77], +"classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[5,0,6,48], +"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,6,76], +"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,6,12], +"classApp.html#a330410a288f3393d53772f5e98f857ea":[5,0,6,51], +"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,6,66], +"classApp.html#a344d2b7dc2f276648d521aee4da1731c":[5,0,6,23], +"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,6,55], +"classApp.html#a3d84af5e42082098672531cd1a618853":[5,0,6,22], +"classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[5,0,6,6], +"classApp.html#a4776d9322edea17fae56afa5d01a323e":[5,0,6,24], +"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[5,0,6,90], +"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,6,85], +"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,6,42], +"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,6,68], +"classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,6,25], +"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,6,59], +"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,6,67], +"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,6,9], +"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,6,28], +"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,6,26], +"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,6,88], +"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,6,58], +"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,6,74] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index d1c570091..0509f02a0 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,178 +1,174 @@ var NAVTREEINDEX2 = { -"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,5,3], -"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,5,39], -"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,5,80], -"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,5,4], -"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,5,45], -"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,5,7], -"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,5,81], -"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,5,82], -"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,5,69], -"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,5,65], -"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,5,47], -"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,5,83], -"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,5,20], -"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,5,57], -"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,5,14], -"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,5,16], -"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,5,21], -"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,5,87], -"classApp.html#a94a1ed2dc493c58612d17035b74ae736":[5,0,5,31], -"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,5,44], -"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,5,64], -"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,5,91], -"classApp.html#aab23c59172310fd30f2d60dc039d3eea":[5,0,5,13], -"classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[5,0,5,38], -"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,5,86], -"classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[5,0,5,35], -"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,5,71], -"classApp.html#abe0e4fa91097f7a6588e1213a834121c":[5,0,5,37], -"classApp.html#abea5a4f77dcd53c928dc4eed86616637":[5,0,5,19], -"classApp.html#abf46a653d8499e7c253cc1be894a6d83":[5,0,5,17], -"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,5,52], -"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,5,46], -"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,5,54], -"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,5,43], -"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,5,70], -"classApp.html#acb27e607fe4c82603444676e25c36b70":[5,0,5,11], -"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,5,78], -"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,5,41], -"classApp.html#ad5175536561021548ae8188e24c7b80c":[5,0,5,36], -"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[5,0,5,27], -"classApp.html#adb5a4bb657881e553978ff390babd01f":[5,0,5,10], -"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,5,89], -"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,5,53], -"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,5,72], -"classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[5,0,5,18], -"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,5,84], -"classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[5,0,5,15], -"classApp.html#af5007c42a693afd9c4899c243b2e1363":[5,0,5,49], -"classApp.html#af58db526040829b1c8bd95561b329262":[5,0,5,34], -"classApp.html#af6d39f63fb7116bbeb04e51696f99474":[5,0,5,0], -"classBaseObject.html":[5,0,6], -"classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2":[5,0,6,0], -"classCache.html":[5,0,7], -"classConversation.html":[5,0,8], -"classConversation.html#a2a96b7a6573ae53db861624659e831cb":[5,0,8,6], -"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[5,0,8,19], -"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[5,0,8,20], -"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[5,0,8,2], -"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[5,0,8,7], -"classConversation.html#a5879199008b96bee7550b576d614e1c1":[5,0,8,10], -"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[5,0,8,17], -"classConversation.html#a5effe8ad3007e01333df44b81432b813":[5,0,8,5], -"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[5,0,8,11], -"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[5,0,8,1], -"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[5,0,8,16], -"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[5,0,8,3], -"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[5,0,8,12], -"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[5,0,8,8], -"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[5,0,8,13], -"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[5,0,8,9], -"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[5,0,8,4], -"classConversation.html#ae81221251307e315f566a11f921ce0a9":[5,0,8,21], -"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[5,0,8,18], -"classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[5,0,8,0], -"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[5,0,8,15], -"classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6":[5,0,8,14], -"classFKOAuth1.html":[5,0,13], -"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,13,1], -"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,13,0], -"classFKOAuthDataStore.html":[5,0,14], -"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,14,1], -"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,14,5], -"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,14,4], -"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,14,2], -"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,14,3], -"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,14,0], -"classFriendicaSmarty.html":[5,0,15], -"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,15,2], -"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,15,1], -"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,15,0], -"classFriendicaSmartyEngine.html":[5,0,16], -"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,16,1], -"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,16,2], -"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,16,0], -"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,16,3], -"classItem.html":[5,0,17], -"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,17,34], -"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,17,37], -"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,17,8], -"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,17,39], -"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,17,42], -"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,17,0], -"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,17,24], -"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,17,6], -"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,17,16], -"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,17,44], -"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,17,15], -"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,17,20], -"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,17,40], -"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,17,43], -"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,17,45], -"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,17,4], -"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,17,12], -"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,17,41], -"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,17,31], -"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,17,1], -"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,17,7], -"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,17,32], -"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,17,36], -"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,17,22], -"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,17,28], -"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,17,14], -"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,17,5], -"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,17,26], -"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,17,33], -"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,17,25], -"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,17,21], -"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,17,13], -"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,17,27], -"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,17,23], -"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,17,17], -"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,17,2], -"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,17,19], -"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,17,11], -"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,17,10], -"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,17,3], -"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,17,30], -"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,17,9], -"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,17,18], -"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,17,35], -"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,17,29], -"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,17,38], -"classProtoDriver.html":[5,0,22], -"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,22,0], -"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,22,2], -"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,22,1], -"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,22,6], -"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,22,4], -"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,22,5], -"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,22,3], -"classRedBasicAuth.html":[5,0,23], -"classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857":[5,0,23,2], -"classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7":[5,0,23,9], -"classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0":[5,0,23,0], -"classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47":[5,0,23,11], -"classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354":[5,0,23,6], -"classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc":[5,0,23,1], -"classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac":[5,0,23,7], -"classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7":[5,0,23,10], -"classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b":[5,0,23,3], -"classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1":[5,0,23,8], -"classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef":[5,0,23,5], -"classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e":[5,0,23,4], -"classRedBrowser.html":[5,0,24], -"classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e":[5,0,24,3], -"classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1":[5,0,24,2], -"classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f":[5,0,24,6], -"classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93":[5,0,24,0], -"classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349":[5,0,24,5], -"classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3":[5,0,24,4], -"classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35":[5,0,24,8], -"classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64":[5,0,24,7], -"classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5":[5,0,24,1], +"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,6,62], +"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,6,63], +"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,6,3], +"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,6,39], +"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,6,80], +"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,6,4], +"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,6,45], +"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,6,7], +"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,6,81], +"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,6,82], +"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,6,69], +"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,6,65], +"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,6,47], +"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,6,83], +"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,6,20], +"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,6,57], +"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,6,14], +"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,6,16], +"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,6,21], +"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,6,87], +"classApp.html#a94a1ed2dc493c58612d17035b74ae736":[5,0,6,31], +"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,6,44], +"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,6,64], +"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,6,91], +"classApp.html#aab23c59172310fd30f2d60dc039d3eea":[5,0,6,13], +"classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[5,0,6,38], +"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,6,86], +"classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[5,0,6,35], +"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,6,71], +"classApp.html#abe0e4fa91097f7a6588e1213a834121c":[5,0,6,37], +"classApp.html#abea5a4f77dcd53c928dc4eed86616637":[5,0,6,19], +"classApp.html#abf46a653d8499e7c253cc1be894a6d83":[5,0,6,17], +"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,6,52], +"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,6,46], +"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,6,54], +"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,6,43], +"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,6,70], +"classApp.html#acb27e607fe4c82603444676e25c36b70":[5,0,6,11], +"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,6,78], +"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,6,41], +"classApp.html#ad5175536561021548ae8188e24c7b80c":[5,0,6,36], +"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[5,0,6,27], +"classApp.html#adb5a4bb657881e553978ff390babd01f":[5,0,6,10], +"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,6,89], +"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,6,53], +"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,6,72], +"classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[5,0,6,18], +"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,6,84], +"classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[5,0,6,15], +"classApp.html#af5007c42a693afd9c4899c243b2e1363":[5,0,6,49], +"classApp.html#af58db526040829b1c8bd95561b329262":[5,0,6,34], +"classApp.html#af6d39f63fb7116bbeb04e51696f99474":[5,0,6,0], +"classBaseObject.html":[5,0,7], +"classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2":[5,0,7,0], +"classCache.html":[5,0,8], +"classConversation.html":[5,0,9], +"classConversation.html#a2a96b7a6573ae53db861624659e831cb":[5,0,9,6], +"classConversation.html#a2f12724ef0244e9049fe1bb9641b516d":[5,0,9,19], +"classConversation.html#a41f4a549e6a99f98935c4742addd22c8":[5,0,9,20], +"classConversation.html#a4aab60bb39fa6761b6cacdc8d9da2901":[5,0,9,2], +"classConversation.html#a4cff75d8c46b517e7133e4d0da6fc1c8":[5,0,9,7], +"classConversation.html#a5879199008b96bee7550b576d614e1c1":[5,0,9,10], +"classConversation.html#a5b6adbb2fe24f0f53d6c22660dff91b2":[5,0,9,17], +"classConversation.html#a5effe8ad3007e01333df44b81432b813":[5,0,9,5], +"classConversation.html#a66f121ca4026246f86a732e5faa0682c":[5,0,9,11], +"classConversation.html#a8335cdd43f1836e3c255638e61a09e16":[5,0,9,1], +"classConversation.html#a8748445aa26047ebed5141f3c3cbc244":[5,0,9,16], +"classConversation.html#a87a0d704d5f2b1a008cc2e9ce06a1bcd":[5,0,9,3], +"classConversation.html#a8898bddc1e8990e81dab9a13a532cc93":[5,0,9,12], +"classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3":[5,0,9,8], +"classConversation.html#aa95c1a62af38bdfba7add9549bec083b":[5,0,9,13], +"classConversation.html#adf25ce023b69a166c63c6e84e02c136a":[5,0,9,9], +"classConversation.html#ae3d4190142e12b57051f11f2911f77a0":[5,0,9,4], +"classConversation.html#ae81221251307e315f566a11f921ce0a9":[5,0,9,21], +"classConversation.html#ae9937f9e0f3d927acc2bed46cc72e9ae":[5,0,9,18], +"classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[5,0,9,0], +"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[5,0,9,15], +"classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6":[5,0,9,14], +"classFKOAuth1.html":[5,0,14], +"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,14,1], +"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,14,0], +"classFKOAuthDataStore.html":[5,0,15], +"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,15,1], +"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,15,5], +"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,15,4], +"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,15,2], +"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,15,3], +"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,15,0], +"classFriendicaSmarty.html":[5,0,16], +"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,16,2], +"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,16,1], +"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,16,0], +"classFriendicaSmartyEngine.html":[5,0,17], +"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,17,1], +"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,17,2], +"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,17,0], +"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,17,3], +"classItem.html":[5,0,18], +"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,18,34], +"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,18,37], +"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,18,8], +"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,18,39], +"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,18,42], +"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,18,0], +"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,18,24], +"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,18,6], +"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,18,16], +"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,18,44], +"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,18,15], +"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,18,20], +"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,18,40], +"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,18,43], +"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,18,45], +"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,18,4], +"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,18,12], +"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,18,41], +"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,18,31], +"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,18,1], +"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,18,7], +"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,18,32], +"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,18,36], +"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,18,22], +"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,18,28], +"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,18,14], +"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,18,5], +"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,18,26], +"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,18,33], +"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,18,25], +"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,18,21], +"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,18,13], +"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,18,27], +"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,18,23], +"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,18,17], +"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,18,2], +"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,18,19], +"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,18,11], +"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,18,10], +"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,18,3], +"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,18,30], +"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,18,9], +"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,18,18], +"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,18,35], +"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,18,29], +"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,18,38], +"classProtoDriver.html":[5,0,23], +"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,23,0], +"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,23,2], +"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,23,1], +"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,23,6], +"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,23,4], +"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,23,5], +"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,23,3], +"classRedBasicAuth.html":[5,0,24], +"classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857":[5,0,24,5], +"classRedBasicAuth.html#a09c1488a0b290f5a54dc15180c5690d7":[5,0,24,13], +"classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0":[5,0,24,2], +"classRedBasicAuth.html#a2d0246ed446fd5e55c17938b4ce6ac47":[5,0,24,15], +"classRedBasicAuth.html#a2dab393650d1573e3515969a153e8354":[5,0,24,10], +"classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a":[5,0,24,6], +"classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc":[5,0,24,4], +"classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333":[5,0,24,3], +"classRedBasicAuth.html#a438ab125b6ef46581947e35d49cdebac":[5,0,24,11], +"classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925":[5,0,24,0], +"classRedBasicAuth.html#a8d09b8d784cc810a0b3be580d05106a7":[5,0,24,14], +"classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b":[5,0,24,7], +"classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f":[5,0,24,1], +"classRedBasicAuth.html#aa75dc43b59adc98e38a98517d3fd35d1":[5,0,24,12], +"classRedBasicAuth.html#ad5a3ea4dc4783b242d9dc6e76478b6ef":[5,0,24,9], +"classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e":[5,0,24,8], "classRedDirectory.html":[5,0,25], "classRedDirectory.html#a0f113244cd85c17848df991001d024f4":[5,0,25,13], "classRedDirectory.html#a11376aed1963b4471eb1592c13c63976":[5,0,25,10], @@ -206,6 +202,16 @@ var NAVTREEINDEX2 = "classRedFile.html#acc48c05cd5a70951cb3c615ad84f03ba":[5,0,26,12], "classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28":[5,0,26,4], "classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7":[5,0,26,1], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html":[5,0,3,0,0], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd":[5,0,3,0,0,2], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd":[5,0,3,0,0,7], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf":[5,0,3,0,0,5], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5":[5,0,3,0,0,0], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19":[5,0,3,0,0,6], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d":[5,0,3,0,0,4], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142":[5,0,3,0,0,8], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78":[5,0,3,0,0,1], +"classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09":[5,0,3,0,0,3], "classTemplate.html":[5,0,27], "classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,27,13], "classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,27,12], @@ -239,15 +245,9 @@ var NAVTREEINDEX2 = "classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,28,4], "classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,28,2], "classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,28,5], -"classdba__driver.html":[5,0,9], -"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,9,1], -"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,9,8], -"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,9,9], -"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,9,6], -"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,9,7], -"classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,9,2], -"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,9,11], -"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,9,4], -"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,9,3], -"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,9,0] +"classdba__driver.html":[5,0,10], +"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,10,1], +"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,10,8], +"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,10,9], +"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,10,6] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index bc2316934..24bc69ce5 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,90 +1,96 @@ var NAVTREEINDEX3 = { -"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,9,10], -"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,9,5], -"classdba__mysql.html":[5,0,10], -"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,10,1], -"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,10,0], -"classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,10,2], -"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,10,3], -"classdba__mysqli.html":[5,0,11], -"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,11,2], -"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,11,3], -"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,11,0], -"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,11,1], -"classenotify.html":[5,0,12], +"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,10,7], +"classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,10,2], +"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,10,11], +"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,10,4], +"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,10,3], +"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,10,0], +"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,10,10], +"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,10,5], +"classdba__mysql.html":[5,0,11], +"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,11,1], +"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,11,0], +"classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e":[5,0,11,2], +"classdba__mysql.html#ac3fd60c278f400907322dac578754a99":[5,0,11,3], +"classdba__mysqli.html":[5,0,12], +"classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64":[5,0,12,2], +"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,12,3], +"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,12,0], +"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,12,1], +"classenotify.html":[5,0,13], "classes.html":[5,1], -"classphoto__driver.html":[5,0,19], -"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,19,27], -"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,19,28], -"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,19,13], -"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,19,20], -"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,19,17], -"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,19,5], -"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,19,2], -"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,19,15], -"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,19,29], -"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,19,26], -"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,19,14], -"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,19,19], -"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,19,16], -"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,19,22], -"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,19,9], -"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,19,23], -"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,19,25], -"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,19,12], -"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,19,6], -"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,19,8], -"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,19,11], -"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,19,0], -"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,19,10], -"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,19,4], -"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,19,3], -"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,19,1], -"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,19,21], -"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,19,24], -"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,19,18], -"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,19,7], -"classphoto__gd.html":[5,0,20], -"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,20,5], -"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,20,9], -"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,20,8], -"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,20,2], -"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,20,6], -"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,20,3], -"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,20,1], -"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,20,7], -"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,20,4], -"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,20,0], -"classphoto__imagick.html":[5,0,21], -"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,21,10], -"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,21,7], -"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,21,0], -"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,21,2], -"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,21,6], -"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,21,8], -"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,21,5], -"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,21,4], -"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,21,9], -"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,21,1], -"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,21,3], -"cli__startup_8php.html":[6,0,0,16], -"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,16,0], -"cli__suggest_8php.html":[6,0,0,17], -"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[6,0,0,17,0], +"classphoto__driver.html":[5,0,20], +"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,20,27], +"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,20,28], +"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,20,13], +"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,20,20], +"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,20,17], +"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,20,5], +"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,20,2], +"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,20,15], +"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,20,29], +"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,20,26], +"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,20,14], +"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,20,19], +"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,20,16], +"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,20,22], +"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,20,9], +"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,20,23], +"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,20,25], +"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,20,12], +"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,20,6], +"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,20,8], +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,20,11], +"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,20,0], +"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,20,10], +"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,20,4], +"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,20,3], +"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,20,1], +"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,20,21], +"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,20,24], +"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,20,18], +"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,20,7], +"classphoto__gd.html":[5,0,21], +"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,21,5], +"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,21,9], +"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,21,8], +"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,21,2], +"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,21,6], +"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,21,3], +"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,21,1], +"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,21,7], +"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,21,4], +"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,21,0], +"classphoto__imagick.html":[5,0,22], +"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,22,10], +"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,22,7], +"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,22,0], +"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,22,2], +"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,22,6], +"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,22,8], +"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,22,5], +"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,22,4], +"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,22,9], +"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,22,1], +"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,22,3], +"cli__startup_8php.html":[6,0,0,17], +"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,17,0], +"cli__suggest_8php.html":[6,0,0,18], +"cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2":[6,0,0,18,0], "cloud_8php.html":[6,0,1,16], -"cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d":[6,0,1,16,0], -"comanche_8php.html":[6,0,0,18], -"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[6,0,0,18,5], -"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[6,0,0,18,3], -"comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f":[6,0,0,18,9], -"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[6,0,0,18,4], -"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[6,0,0,18,0], -"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[6,0,0,18,7], -"comanche_8php.html#ad5a44e42231759aba1dda49e0490501e":[6,0,0,18,2], -"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[6,0,0,18,6], -"comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e":[6,0,0,18,1], -"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[6,0,0,18,8], +"cloud_8php.html#ad2e96e917852f27dedfc263d37e13756":[6,0,1,16,0], +"comanche_8php.html":[6,0,0,19], +"comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe":[6,0,0,19,5], +"comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922":[6,0,0,19,3], +"comanche_8php.html#a3d11417d2d846dbe72638a556529ff8f":[6,0,0,19,9], +"comanche_8php.html#a5718daeda40bf835345fe061e8808cdf":[6,0,0,19,4], +"comanche_8php.html#a5a7ab801717d38e91ac910b933973887":[6,0,0,19,0], +"comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f":[6,0,0,19,7], +"comanche_8php.html#ad5a44e42231759aba1dda49e0490501e":[6,0,0,19,2], +"comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a":[6,0,0,19,6], +"comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e":[6,0,0,19,1], +"comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e":[6,0,0,19,8], "common_8php.html":[6,0,1,17], "common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[6,0,1,17,0], "common_8php.html#aca62f113655809f41f49042ce9b123c2":[6,0,1,17,1], @@ -102,89 +108,89 @@ var NAVTREEINDEX3 = "connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[6,0,1,20,2], "connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[6,0,1,20,0], "connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[6,0,1,20,1], -"contact__selectors_8php.html":[6,0,0,21], -"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[6,0,0,21,1], -"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[6,0,0,21,0], -"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[6,0,0,21,2], -"contact__widgets_8php.html":[6,0,0,22], -"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[6,0,0,22,0], -"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[6,0,0,22,2], -"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[6,0,0,22,1], -"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[6,0,0,22,3], +"contact__selectors_8php.html":[6,0,0,22], +"contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[6,0,0,22,1], +"contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[6,0,0,22,0], +"contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be":[6,0,0,22,2], +"contact__widgets_8php.html":[6,0,0,23], +"contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353":[6,0,0,23,0], +"contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[6,0,0,23,2], +"contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[6,0,0,23,1], +"contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[6,0,0,23,3], "contactgroup_8php.html":[6,0,1,21], "contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[6,0,1,21,0], -"conversation_8php.html":[6,0,0,23], -"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[6,0,0,23,7], -"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[6,0,0,23,9], -"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[6,0,0,23,16], -"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[6,0,0,23,22], -"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[6,0,0,23,6], -"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[6,0,0,23,17], -"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[6,0,0,23,15], -"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[6,0,0,23,23], -"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[6,0,0,23,8], -"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[6,0,0,23,14], -"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[6,0,0,23,13], -"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[6,0,0,23,21], -"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[6,0,0,23,19], -"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[6,0,0,23,10], -"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[6,0,0,23,4], -"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[6,0,0,23,2], -"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[6,0,0,23,20], -"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[6,0,0,23,0], -"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[6,0,0,23,1], -"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[6,0,0,23,11], -"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[6,0,0,23,5], -"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[6,0,0,23,18], -"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[6,0,0,23,12], -"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[6,0,0,23,3], -"cronhooks_8php.html":[6,0,0,25], -"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[6,0,0,25,0], -"crypto_8php.html":[6,0,0,26], -"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[6,0,0,26,5], -"crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2":[6,0,0,26,17], -"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[6,0,0,26,2], -"crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287":[6,0,0,26,19], -"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[6,0,0,26,4], -"crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8":[6,0,0,26,12], -"crypto_8php.html#a4d15d19b446dbf47804675df7c85e2a9":[6,0,0,26,14], -"crypto_8php.html#a573f02517abe4ac9241268263063b2a0":[6,0,0,26,9], -"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[6,0,0,26,1], -"crypto_8php.html#a630e1574554f34e7c38511585d9e71a2":[6,0,0,26,6], -"crypto_8php.html#a7427a18417341aa35e2207bfa205e432":[6,0,0,26,18], -"crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c":[6,0,0,26,11], -"crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26":[6,0,0,26,22], -"crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5":[6,0,0,26,13], -"crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5":[6,0,0,26,23], -"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[6,0,0,26,20], -"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[6,0,0,26,10], -"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[6,0,0,26,21], -"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[6,0,0,26,0], -"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[6,0,0,26,16], -"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[6,0,0,26,3], -"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[6,0,0,26,15], -"crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839":[6,0,0,26,7], -"crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85":[6,0,0,26,8], +"conversation_8php.html":[6,0,0,24], +"conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[6,0,0,24,7], +"conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[6,0,0,24,9], +"conversation_8php.html#a1dfcb5146e9d1eca4528bc580ad5d273":[6,0,0,24,16], +"conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a":[6,0,0,24,22], +"conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3":[6,0,0,24,6], +"conversation_8php.html#a40b9b5e7825bc73932a32e667f05e6f2":[6,0,0,24,17], +"conversation_8php.html#a4b0888b0f26e1c284a4341fe5fd04f0c":[6,0,0,24,15], +"conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3":[6,0,0,24,23], +"conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67":[6,0,0,24,8], +"conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4":[6,0,0,24,14], +"conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c":[6,0,0,24,13], +"conversation_8php.html#a9cc2a679606da9e535a06433f9f553a0":[6,0,0,24,21], +"conversation_8php.html#a9f909b8885259b79c6ac8da93afd8f11":[6,0,0,24,19], +"conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3":[6,0,0,24,10], +"conversation_8php.html#ab2383dff4f823e580399ff469d90ab19":[6,0,0,24,4], +"conversation_8php.html#abed85a41f1160598de880b84021c9cf7":[6,0,0,24,2], +"conversation_8php.html#ac55e070f65f46fcc8e269f7896be4c7d":[6,0,0,24,20], +"conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b":[6,0,0,24,0], +"conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7":[6,0,0,24,1], +"conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533":[6,0,0,24,11], +"conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6":[6,0,0,24,5], +"conversation_8php.html#ae996eb116d397a2c6396c312d7b98664":[6,0,0,24,18], +"conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0":[6,0,0,24,12], +"conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81":[6,0,0,24,3], +"cronhooks_8php.html":[6,0,0,26], +"cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca":[6,0,0,26,0], +"crypto_8php.html":[6,0,0,27], +"crypto_8php.html#a0781202b0a43b82426929cc87c2fa2b5":[6,0,0,27,5], +"crypto_8php.html#a0e941b6b18ff895d1a2448741abf2ef2":[6,0,0,27,17], +"crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286":[6,0,0,27,2], +"crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287":[6,0,0,27,19], +"crypto_8php.html#a32fc08d57a5694f94d8543ecbb03323c":[6,0,0,27,4], +"crypto_8php.html#a35bc357c93f4ddc67ef377620b0349e8":[6,0,0,27,12], +"crypto_8php.html#a4d15d19b446dbf47804675df7c85e2a9":[6,0,0,27,14], +"crypto_8php.html#a573f02517abe4ac9241268263063b2a0":[6,0,0,27,9], +"crypto_8php.html#a5c61821d205f95f127114159cbffa764":[6,0,0,27,1], +"crypto_8php.html#a630e1574554f34e7c38511585d9e71a2":[6,0,0,27,6], +"crypto_8php.html#a7427a18417341aa35e2207bfa205e432":[6,0,0,27,18], +"crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c":[6,0,0,27,11], +"crypto_8php.html#a7f7e650aaeaa3832580a73eb00966b26":[6,0,0,27,22], +"crypto_8php.html#a890b443f80f0968fb9eabd93fc99dbb5":[6,0,0,27,13], +"crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5":[6,0,0,27,23], +"crypto_8php.html#a920e5f222d0020f47556033d8b2b6552":[6,0,0,27,20], +"crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a":[6,0,0,27,10], +"crypto_8php.html#ab4f21d8f6b8ece0915e7c8bb73379f96":[6,0,0,27,21], +"crypto_8php.html#ac852ee41392d1358c3a54d54935e0bf9":[6,0,0,27,0], +"crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[6,0,0,27,16], +"crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[6,0,0,27,3], +"crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[6,0,0,27,15], +"crypto_8php.html#ae5af17db1cb5d7c91d486e1264079839":[6,0,0,27,7], +"crypto_8php.html#af8bbdeaf4abed7b40365d301e6013c85":[6,0,0,27,8], "dark_8php.html":[6,0,3,1,3,1,2], "darkness_8php.html":[6,0,3,1,0,2,0], "darknessleftaside_8php.html":[6,0,3,1,0,2,1], "darknessrightaside_8php.html":[6,0,3,1,0,2,2], -"datetime_8php.html":[6,0,0,27], -"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[6,0,0,27,6], -"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[6,0,0,27,11], -"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[6,0,0,27,5], -"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[6,0,0,27,3], -"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[6,0,0,27,10], -"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[6,0,0,27,7], -"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[6,0,0,27,9], -"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[6,0,0,27,12], -"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[6,0,0,27,14], -"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[6,0,0,27,8], -"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[6,0,0,27,0], -"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[6,0,0,27,2], -"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[6,0,0,27,4], -"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[6,0,0,27,1], -"datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826":[6,0,0,27,13], +"datetime_8php.html":[6,0,0,28], +"datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[6,0,0,28,6], +"datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[6,0,0,28,11], +"datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8":[6,0,0,28,5], +"datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa":[6,0,0,28,3], +"datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f":[6,0,0,28,10], +"datetime_8php.html#a7df24d72ea05922d3127363e2295174c":[6,0,0,28,7], +"datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82":[6,0,0,28,9], +"datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865":[6,0,0,28,12], +"datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f":[6,0,0,28,14], +"datetime_8php.html#aba971b67f17fecf050813f1eba72367f":[6,0,0,28,8], +"datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df":[6,0,0,28,0], +"datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8":[6,0,0,28,2], +"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[6,0,0,28,4], +"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[6,0,0,28,1], +"datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826":[6,0,0,28,13], "db__update_8php.html":[6,0,2,2], "dba__driver_8php.html":[6,0,0,0,0], "dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[6,0,0,0,0,8], @@ -199,42 +205,43 @@ var NAVTREEINDEX3 = "dba__mysqli_8php.html":[6,0,0,0,2], "delegate_8php.html":[6,0,1,22], "delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,22,0], -"deliver_8php.html":[6,0,0,28], -"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,28,0], -"diaspora_8php.html":[6,0,0,29], -"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,29,0], -"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,29,24], -"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,29,1], -"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,29,15], -"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,29,25], -"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,29,14], -"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,29,19], -"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668":[6,0,0,29,26], -"diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b":[6,0,0,29,12], -"diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa":[6,0,0,29,17], -"diaspora_8php.html#a5d57518545baa31cf8a85a937a267681":[6,0,0,29,10], -"diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff":[6,0,0,29,7], -"diaspora_8php.html#a69f250b078a46e405647428ec3399a16":[6,0,0,29,27], -"diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7":[6,0,0,29,4], -"diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2":[6,0,0,29,13], -"diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46":[6,0,0,29,11], -"diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36":[6,0,0,29,3], -"diaspora_8php.html#a858f70153c384f8778082cf7843a19da":[6,0,0,29,8], -"diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f":[6,0,0,29,16], -"diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9":[6,0,0,29,20], -"diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e":[6,0,0,29,32], -"diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055":[6,0,0,29,28], -"diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56":[6,0,0,29,29], -"diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4":[6,0,0,29,6], -"diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b":[6,0,0,29,31], -"diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200":[6,0,0,29,30], -"diaspora_8php.html#ab99505944728d46585b8312989de533d":[6,0,0,29,5], -"diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598":[6,0,0,29,18], -"diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690":[6,0,0,29,9], -"diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f":[6,0,0,29,2], -"diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b":[6,0,0,29,22], -"diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c":[6,0,0,29,23], -"diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc":[6,0,0,29,21], +"deliver_8php.html":[6,0,0,29], +"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,29,0], +"diaspora_8php.html":[6,0,0,30], +"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,30,0], +"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,30,24], +"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,30,1], +"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,30,15], +"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,30,25], +"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,30,14], +"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,30,19], +"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668":[6,0,0,30,26], +"diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b":[6,0,0,30,12], +"diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa":[6,0,0,30,17], +"diaspora_8php.html#a5d57518545baa31cf8a85a937a267681":[6,0,0,30,10], +"diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff":[6,0,0,30,7], +"diaspora_8php.html#a69f250b078a46e405647428ec3399a16":[6,0,0,30,27], +"diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7":[6,0,0,30,4], +"diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2":[6,0,0,30,13], +"diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46":[6,0,0,30,11], +"diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36":[6,0,0,30,3], +"diaspora_8php.html#a858f70153c384f8778082cf7843a19da":[6,0,0,30,8], +"diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f":[6,0,0,30,16], +"diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9":[6,0,0,30,20], +"diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e":[6,0,0,30,32], +"diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055":[6,0,0,30,28], +"diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56":[6,0,0,30,29], +"diaspora_8php.html#aa8e551a53fcce34be3942d0c3e20d1f4":[6,0,0,30,6], +"diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b":[6,0,0,30,31], +"diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200":[6,0,0,30,30], +"diaspora_8php.html#ab99505944728d46585b8312989de533d":[6,0,0,30,5], +"diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598":[6,0,0,30,18], +"diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7":[6,0,0,30,33], +"diaspora_8php.html#ad9985cc4214bdfc14878785c838c8690":[6,0,0,30,9], +"diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f":[6,0,0,30,2], +"diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b":[6,0,0,30,22], +"diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c":[6,0,0,30,23], +"diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc":[6,0,0,30,21], "dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[6,0,3,1,3,0], "dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[6,0,3,1,0,2], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[6,0,2,0], @@ -242,12 +249,5 @@ var NAVTREEINDEX3 = "dir_23ec12649285f9fabf3a6b7380226c28.html":[6,0,2], "dir_25f74a9991dbbca1b52a94e358ca73c1.html":[6,0,2,1,0], "dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[6,0,3,1,3,1], -"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[6,0,3,1,3], -"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[6,0,3,1,1,1,0], -"dir_720432dea4a717197ae070dbc42b8f20.html":[6,0,2,1], -"dir_817f6d302394b98e59575acdb59998bc.html":[6,0,3,0], -"dir_8543001e5d25368a6edede3e63efb554.html":[6,0,3,1], -"dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[6,0,3,1,2,0], -"dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[6,0,3,1,2], -"dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1] +"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[6,0,3,1,3] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 2e5c51c1a..244e98fb1 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,14 +1,21 @@ var NAVTREEINDEX4 = { +"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[6,0,3,1,1,1,0], +"dir_720432dea4a717197ae070dbc42b8f20.html":[6,0,2,1], +"dir_817f6d302394b98e59575acdb59998bc.html":[6,0,3,0], +"dir_8543001e5d25368a6edede3e63efb554.html":[6,0,3,1], +"dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[6,0,3,1,2,0], +"dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[6,0,3,1,2], +"dir_922c77e958c99a98db92d38a3a349bf2.html":[6,0,3,1,1], "dir_92d6b429199666aa3765c8a934db5e14.html":[6,0,3,1,1,1], -"dir__fns_8php.html":[6,0,0,30], -"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,30,0], -"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,30,6], -"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,30,3], -"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,30,5], -"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,30,4], -"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,30,1], -"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,30,2], +"dir__fns_8php.html":[6,0,0,31], +"dir__fns_8php.html#a2f7d74bb2aea8bcd2537aee5c6708a16":[6,0,0,31,0], +"dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[6,0,0,31,6], +"dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[6,0,0,31,3], +"dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6":[6,0,0,31,5], +"dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[6,0,0,31,4], +"dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[6,0,0,31,1], +"dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[6,0,0,31,2], "dir_a8a0005c2b8590c535262d232c22afab.html":[6,0,3,1,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[6,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[6,0,3], @@ -17,6 +24,7 @@ var NAVTREEINDEX4 = "dir_d41ce877eb409a4791b288730010abe2.html":[6,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[6,0,0], "dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0], +"dir_e7f045be8bb383d8447c6a6b84145083.html":[6,0,0,2], "dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0], "dirprofile_8php.html":[6,0,1,24], "dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[6,0,1,24,0], @@ -48,25 +56,25 @@ var NAVTREEINDEX4 = "editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,29,0], "editwebpage_8php.html":[6,0,1,30], "editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,30,0], -"enotify_8php.html":[6,0,0,32], -"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,32,1], -"event_8php.html":[6,0,0,33], -"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,33,8], -"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,33,0], -"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,33,1], -"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,33,7], -"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,33,2], -"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,33,5], -"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,33,6], -"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,33,3], -"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,33,4], +"enotify_8php.html":[6,0,0,33], +"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,33,1], +"event_8php.html":[6,0,0,34], +"event_8php.html#a018ea4484910a873a7c1eaa126de9b1a":[6,0,0,34,8], +"event_8php.html#a180cccd63c2a2f00ff432b03113531f3":[6,0,0,34,0], +"event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279":[6,0,0,34,1], +"event_8php.html#a2ac9f1b08de03250ecd794f705781d17":[6,0,0,34,7], +"event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[6,0,0,34,2], +"event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92":[6,0,0,34,5], +"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,34,6], +"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,34,3], +"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,34,4], "events_8php.html":[6,0,1,31], "events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,31,0], "events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,31,1], -"expire_8php.html":[6,0,0,34], -"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,34,0], -"externals_8php.html":[6,0,0,35], -"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,35,0], +"expire_8php.html":[6,0,0,35], +"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,35,0], +"externals_8php.html":[6,0,0,36], +"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[6,0,0,36,0], "extract_8php.html":[6,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[6,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[6,0,2,4,2], @@ -74,9 +82,9 @@ var NAVTREEINDEX4 = "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,4,1], "fbrowser_8php.html":[6,0,1,32], "fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,32,0], -"features_8php.html":[6,0,0,36], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,36,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,36,1], +"features_8php.html":[6,0,0,37], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,37,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,37,1], "feed_8php.html":[6,0,1,33], "feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,33,0], "filer_8php.html":[6,0,1,34], @@ -157,8 +165,8 @@ var NAVTREEINDEX4 = "functions_func_0x75.html":[5,3,1,18], "functions_func_0x76.html":[5,3,1,19], "functions_vars.html":[5,3,2], -"globals.html":[6,1,0], "globals.html":[6,1,0,0], +"globals.html":[6,1,0], "globals_0x5f.html":[6,1,0,1], "globals_0x61.html":[6,1,0,2], "globals_0x62.html":[6,1,0,3], @@ -185,8 +193,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[6,1,0,24], "globals_0x78.html":[6,1,0,25], "globals_0x7a.html":[6,1,0,26], -"globals_func.html":[6,1,1], "globals_func.html":[6,1,1,0], +"globals_func.html":[6,1,1], "globals_func_0x61.html":[6,1,1,1], "globals_func_0x62.html":[6,1,1,2], "globals_func_0x63.html":[6,1,1,3], @@ -212,8 +220,8 @@ var NAVTREEINDEX4 = "globals_func_0x77.html":[6,1,1,23], "globals_func_0x78.html":[6,1,1,24], "globals_func_0x7a.html":[6,1,1,25], -"globals_vars.html":[6,1,2,0], "globals_vars.html":[6,1,2], +"globals_vars.html":[6,1,2,0], "globals_vars_0x61.html":[6,1,2,1], "globals_vars_0x63.html":[6,1,2,2], "globals_vars_0x64.html":[6,1,2,3], @@ -235,19 +243,11 @@ var NAVTREEINDEX4 = "globals_vars_0x77.html":[6,1,2,19], "globals_vars_0x78.html":[6,1,2,20], "globals_vars_0x7a.html":[6,1,2,21], -"gprobe_8php.html":[6,0,0,38], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,38,0], +"gprobe_8php.html":[6,0,0,39], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,39,0], "greenthumbnails_8php.html":[6,0,3,1,0,2,3], "hcard_8php.html":[6,0,1,40], "hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,40,0], "hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[6,0,1,40,1], -"help_8php.html":[6,0,1,41], -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,41,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,41,0], -"hierarchy.html":[5,2], -"home_8php.html":[6,0,1,42], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,42,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,42,1], -"hostxrd_8php.html":[6,0,1,43], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,43,0] +"help_8php.html":[6,0,1,41] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index bae9c0d09..6a9245f45 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,253 +1,253 @@ var NAVTREEINDEX5 = { -"html2bbcode_8php.html":[6,0,0,40], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,40,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,40,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,40,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,40,2], -"html2plain_8php.html":[6,0,0,41], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,41,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,41,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,41,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,41,1], -"hubloc_8php.html":[6,0,0,42], -"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,42,2], -"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,42,1], -"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,42,0], -"identity_8php.html":[6,0,0,43], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,43,3], -"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,43,11], -"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,43,17], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,43,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,43,2], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,43,24], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,43,23], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,43,25], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,43,8], -"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,43,20], -"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,43,12], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,43,28], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,43,29], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,43,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,43,26], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,43,19], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,43,9], -"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,43,21], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,43,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,43,14], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,43,13], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,43,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,43,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,43,16], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,43,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,43,22], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,43,18], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,43,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,43,27], -"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,43,15], -"import_8php.html":[6,0,1,44], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,44,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,44,0], -"importelm_8php.html":[6,0,1,45], -"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,45,0], -"include_2api_8php.html":[6,0,0,5], -"include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,5,12], -"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,5,5], -"include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879":[6,0,0,5,18], -"include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f":[6,0,0,5,15], -"include_2api_8php.html#a2e94eab9d6c164bfef7a1b2ab87b339b":[6,0,0,5,0], -"include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283":[6,0,0,5,46], -"include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8":[6,0,0,5,16], -"include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e":[6,0,0,5,52], -"include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95":[6,0,0,5,40], -"include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea":[6,0,0,5,19], -"include_2api_8php.html#a528d8070ee74ea800102936ce73cf366":[6,0,0,5,39], -"include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74":[6,0,0,5,21], -"include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d":[6,0,0,5,13], -"include_2api_8php.html#a5990101034e7abf6404feba3cd273629":[6,0,0,5,4], -"include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08":[6,0,0,5,47], -"include_2api_8php.html#a645397787618b5c548a31e8686e8cca4":[6,0,0,5,34], -"include_2api_8php.html#a6951c690d87775eb37e569c66011988e":[6,0,0,5,37], -"include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f":[6,0,0,5,33], -"include_2api_8php.html#a72bfecac1970bc29b853073e816388ff":[6,0,0,5,6], -"include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5":[6,0,0,5,9], -"include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad":[6,0,0,5,2], -"include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d":[6,0,0,5,48], -"include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e":[6,0,0,5,41], -"include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3":[6,0,0,5,10], -"include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705":[6,0,0,5,8], -"include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[6,0,0,5,36], -"include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[6,0,0,5,30], -"include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[6,0,0,5,23], -"include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[6,0,0,5,27], -"include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[6,0,0,5,54], -"include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[6,0,0,5,31], -"include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[6,0,0,5,3], -"include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898":[6,0,0,5,51], -"include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[6,0,0,5,17], -"include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[6,0,0,5,50], -"include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a":[6,0,0,5,32], -"include_2api_8php.html#ac5a64cc81d70ff3cf866093ea9721d23":[6,0,0,5,26], -"include_2api_8php.html#acafd2899309a005fcb725289173dc7fe":[6,0,0,5,22], -"include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22":[6,0,0,5,42], -"include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2":[6,0,0,5,11], -"include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4":[6,0,0,5,35], -"include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[6,0,0,5,45], -"include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536":[6,0,0,5,24], -"include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[6,0,0,5,38], -"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[6,0,0,5,14], -"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[6,0,0,5,43], -"include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a":[6,0,0,5,25], -"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[6,0,0,5,20], -"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[6,0,0,5,1], -"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[6,0,0,5,7], -"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[6,0,0,5,53], -"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[6,0,0,5,44], -"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[6,0,0,5,49], -"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[6,0,0,5,28], -"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[6,0,0,5,29], -"include_2apps_8php.html":[6,0,0,6], -"include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0":[6,0,0,6,5], -"include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9":[6,0,0,6,8], -"include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,6,4], -"include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,6,7], -"include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,6,2], -"include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,6,12], -"include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,6,13], -"include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,6,1], -"include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,6,3], -"include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,6,6], -"include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,6,0], -"include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,6,11], -"include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,6,10], -"include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,6,9], -"include_2attach_8php.html":[6,0,0,7], -"include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,7,9], -"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[6,0,0,7,0], -"include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f":[6,0,0,7,11], -"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[6,0,0,7,5], -"include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86":[6,0,0,7,8], -"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[6,0,0,7,2], -"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[6,0,0,7,12], -"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[6,0,0,7,10], -"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[6,0,0,7,13], -"include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[6,0,0,7,4], -"include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[6,0,0,7,7], -"include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3":[6,0,0,7,3], -"include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc":[6,0,0,7,6], -"include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[6,0,0,7,1], -"include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[6,0,0,7,14], -"include_2bookmarks_8php.html":[6,0,0,12], -"include_2bookmarks_8php.html#a743763b0ce83af0bbc8a2f7ac16033aa":[6,0,0,12,1], -"include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323":[6,0,0,12,0], -"include_2chanman_8php.html":[6,0,0,14], -"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,14,0], -"include_2chat_8php.html":[6,0,0,15], -"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,15,4], -"include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,15,6], -"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[6,0,0,15,2], -"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[6,0,0,15,3], -"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[6,0,0,15,1], -"include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3":[6,0,0,15,0], -"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[6,0,0,15,5], -"include_2config_8php.html":[6,0,0,19], -"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[6,0,0,19,7], -"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[6,0,0,19,0], -"include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b":[6,0,0,19,8], -"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,19,11], -"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,19,1], -"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,19,2], -"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,19,6], -"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,19,5], -"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,19,10], -"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,19,9], -"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,19,3], -"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,19,4], -"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,19,12], -"include_2directory_8php.html":[6,0,0,31], -"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,31,0], -"include_2follow_8php.html":[6,0,0,37], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,37,0], -"include_2group_8php.html":[6,0,0,39], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,39,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,39,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,39,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,39,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,39,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,39,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,39,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,39,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,39,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,39,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,39,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,39,9], -"include_2menu_8php.html":[6,0,0,48], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,48,11], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,48,1], -"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,48,10], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,48,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,48,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,48,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,48,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,48,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,48,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,48,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,48,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,48,0], -"include_2message_8php.html":[6,0,0,49], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,49,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,49,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,49,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,49,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,49,0], -"include_2network_8php.html":[6,0,0,51], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,51,7], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,51,14], -"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,51,16], -"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,51,20], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,51,6], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,51,12], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,51,11], -"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,51,4], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,51,19], -"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,51,5], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,51,10], -"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,51,9], -"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,51,13], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,51,18], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,51,8], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,51,24], -"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,51,25], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,51,21], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,51,22], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,51,23], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,51,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,51,0], -"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,51,17], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,51,3], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,51,15], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,51,1], -"include_2notify_8php.html":[6,0,0,53], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,53,0], -"include_2oembed_8php.html":[6,0,0,55], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,55,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,55,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,55,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,55,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,55,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,55,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,55,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,55,2], -"include_2photos_8php.html":[6,0,0,60], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,60,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,60,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,60,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,60,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,60,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,60,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,60,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,60,4], -"include_2probe_8php.html":[6,0,0,63], -"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,63,3], -"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,63,4] +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,41,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,41,0], +"hierarchy.html":[5,2], +"home_8php.html":[6,0,1,42], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,42,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,42,1], +"hostxrd_8php.html":[6,0,1,43], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,43,0], +"html2bbcode_8php.html":[6,0,0,41], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,41,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,41,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[6,0,0,41,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[6,0,0,41,2], +"html2plain_8php.html":[6,0,0,42], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[6,0,0,42,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[6,0,0,42,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[6,0,0,42,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[6,0,0,42,1], +"hubloc_8php.html":[6,0,0,43], +"hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea":[6,0,0,43,2], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[6,0,0,43,1], +"hubloc_8php.html#aebd244b4616ded022cbbee5e82926951":[6,0,0,43,0], +"identity_8php.html":[6,0,0,44], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[6,0,0,44,3], +"identity_8php.html#a224710dfb7465b706c91134247c20afa":[6,0,0,44,11], +"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[6,0,0,44,17], +"identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe":[6,0,0,44,22], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[6,0,0,44,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[6,0,0,44,2], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[6,0,0,44,26], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[6,0,0,44,25], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[6,0,0,44,27], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[6,0,0,44,8], +"identity_8php.html#a4e996e44b50330098a04b467367a559f":[6,0,0,44,20], +"identity_8php.html#a4ff59df0f0a668a06a8411f87496aa21":[6,0,0,44,12], +"identity_8php.html#a5650319c799de09d1b6d1076b6f839a4":[6,0,0,44,23], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[6,0,0,44,30], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[6,0,0,44,31], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[6,0,0,44,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[6,0,0,44,28], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[6,0,0,44,19], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[6,0,0,44,9], +"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[6,0,0,44,21], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[6,0,0,44,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[6,0,0,44,14], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[6,0,0,44,13], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[6,0,0,44,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[6,0,0,44,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[6,0,0,44,16], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[6,0,0,44,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[6,0,0,44,24], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[6,0,0,44,18], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,44,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,44,29], +"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,44,15], +"impel_8php.html":[6,0,1,44], +"impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,44,0], +"import_8php.html":[6,0,1,45], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,45,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,45,0], +"importelm_8php.html":[6,0,1,46], +"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,46,0], +"include_2api_8php.html":[6,0,0,6], +"include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,6,12], +"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,6,5], +"include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879":[6,0,0,6,18], +"include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f":[6,0,0,6,15], +"include_2api_8php.html#a2e94eab9d6c164bfef7a1b2ab87b339b":[6,0,0,6,0], +"include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283":[6,0,0,6,46], +"include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8":[6,0,0,6,16], +"include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e":[6,0,0,6,52], +"include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95":[6,0,0,6,40], +"include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea":[6,0,0,6,19], +"include_2api_8php.html#a528d8070ee74ea800102936ce73cf366":[6,0,0,6,39], +"include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74":[6,0,0,6,21], +"include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d":[6,0,0,6,13], +"include_2api_8php.html#a5990101034e7abf6404feba3cd273629":[6,0,0,6,4], +"include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08":[6,0,0,6,47], +"include_2api_8php.html#a645397787618b5c548a31e8686e8cca4":[6,0,0,6,34], +"include_2api_8php.html#a6951c690d87775eb37e569c66011988e":[6,0,0,6,37], +"include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f":[6,0,0,6,33], +"include_2api_8php.html#a72bfecac1970bc29b853073e816388ff":[6,0,0,6,6], +"include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5":[6,0,0,6,9], +"include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad":[6,0,0,6,2], +"include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d":[6,0,0,6,48], +"include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e":[6,0,0,6,41], +"include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3":[6,0,0,6,10], +"include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705":[6,0,0,6,8], +"include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410":[6,0,0,6,36], +"include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3":[6,0,0,6,30], +"include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa":[6,0,0,6,23], +"include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1":[6,0,0,6,27], +"include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d":[6,0,0,6,54], +"include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f":[6,0,0,6,31], +"include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18":[6,0,0,6,3], +"include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898":[6,0,0,6,51], +"include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b":[6,0,0,6,17], +"include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76":[6,0,0,6,50], +"include_2api_8php.html#ac2c2b18c426d697d11a830bca146be8a":[6,0,0,6,32], +"include_2api_8php.html#ac5a64cc81d70ff3cf866093ea9721d23":[6,0,0,6,26], +"include_2api_8php.html#acafd2899309a005fcb725289173dc7fe":[6,0,0,6,22], +"include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22":[6,0,0,6,42], +"include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2":[6,0,0,6,11], +"include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4":[6,0,0,6,35], +"include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[6,0,0,6,45], +"include_2api_8php.html#ad5fe62d6c25c86999f627b2e6cfde536":[6,0,0,6,24], +"include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[6,0,0,6,38], +"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[6,0,0,6,14], +"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[6,0,0,6,43], +"include_2api_8php.html#ae46f964e5a9c80b96dc78df61c09ed3a":[6,0,0,6,25], +"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[6,0,0,6,20], +"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[6,0,0,6,1], +"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[6,0,0,6,7], +"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[6,0,0,6,53], +"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[6,0,0,6,44], +"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[6,0,0,6,49], +"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[6,0,0,6,28], +"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[6,0,0,6,29], +"include_2apps_8php.html":[6,0,0,7], +"include_2apps_8php.html#a01cabfb33b2d0d843cf3bf4e3d3f0ab0":[6,0,0,7,5], +"include_2apps_8php.html#a15626f24069c18816f7cdaf4735f58f9":[6,0,0,7,8], +"include_2apps_8php.html#a1adcd1aff4d36ad0277daca9f3d2bbe2":[6,0,0,7,4], +"include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66":[6,0,0,7,7], +"include_2apps_8php.html#a1cb5c016510e39bcdc1d1c096d51c5c7":[6,0,0,7,2], +"include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83":[6,0,0,7,12], +"include_2apps_8php.html#a48289d5cc44b7638191738106ac5d030":[6,0,0,7,13], +"include_2apps_8php.html#a6b472df85ed875e7ae75642cece5206f":[6,0,0,7,1], +"include_2apps_8php.html#a72756e1601489eb77971eeda011446d0":[6,0,0,7,3], +"include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658":[6,0,0,7,6], +"include_2apps_8php.html#ad5f6f1443725386cc7af5ed34a5fe185":[6,0,0,7,0], +"include_2apps_8php.html#ad6ba3f254003f69f8f3f94ca5bda0680":[6,0,0,7,11], +"include_2apps_8php.html#ae64f72eb4f126e03b4eb65ed1702a3ca":[6,0,0,7,10], +"include_2apps_8php.html#aeab6a62d2f3dfaa86ed043a006305f46":[6,0,0,7,9], +"include_2attach_8php.html":[6,0,0,8], +"include_2attach_8php.html#a052f14487ff2ce72f62a09fac8d7e997":[6,0,0,8,9], +"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[6,0,0,8,0], +"include_2attach_8php.html#a1d72ef7cb940f6868e3e2a841cadfe8f":[6,0,0,8,11], +"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[6,0,0,8,5], +"include_2attach_8php.html#a4dbfd7e1cef52aa9ef52f4b88929fa86":[6,0,0,8,8], +"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[6,0,0,8,2], +"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[6,0,0,8,12], +"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[6,0,0,8,10], +"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[6,0,0,8,13], +"include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[6,0,0,8,4], +"include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[6,0,0,8,7], +"include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3":[6,0,0,8,3], +"include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc":[6,0,0,8,6], +"include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932":[6,0,0,8,1], +"include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909":[6,0,0,8,14], +"include_2bookmarks_8php.html":[6,0,0,13], +"include_2bookmarks_8php.html#a743763b0ce83af0bbc8a2f7ac16033aa":[6,0,0,13,1], +"include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323":[6,0,0,13,0], +"include_2chanman_8php.html":[6,0,0,15], +"include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b":[6,0,0,15,0], +"include_2chat_8php.html":[6,0,0,16], +"include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f":[6,0,0,16,4], +"include_2chat_8php.html#a26abdccc2a278a59899896dbbfc6f049":[6,0,0,16,6], +"include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639":[6,0,0,16,2], +"include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91":[6,0,0,16,3], +"include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422":[6,0,0,16,1], +"include_2chat_8php.html#acea6b176eb7aff44d9ba3ae24ce511d3":[6,0,0,16,0], +"include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a":[6,0,0,16,5], +"include_2config_8php.html":[6,0,0,20], +"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[6,0,0,20,7], +"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[6,0,0,20,0], +"include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b":[6,0,0,20,8], +"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,20,11], +"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,20,1], +"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,20,2], +"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,20,6], +"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,20,5], +"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,20,10], +"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,20,9], +"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,20,3], +"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,20,4], +"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,20,12], +"include_2directory_8php.html":[6,0,0,32], +"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,32,0], +"include_2follow_8php.html":[6,0,0,38], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,38,0], +"include_2group_8php.html":[6,0,0,40], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,40,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,40,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,40,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,40,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,40,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,40,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,40,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,40,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,40,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,40,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,40,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,40,9], +"include_2menu_8php.html":[6,0,0,49], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,49,11], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,49,1], +"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,49,10], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,49,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,49,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,49,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,49,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,49,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,49,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,49,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[6,0,0,49,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[6,0,0,49,0], +"include_2message_8php.html":[6,0,0,50], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[6,0,0,50,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[6,0,0,50,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[6,0,0,50,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[6,0,0,50,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[6,0,0,50,0], +"include_2network_8php.html":[6,0,0,52], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[6,0,0,52,7], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[6,0,0,52,14], +"include_2network_8php.html#a316f318167a039c89719afbd129a8f3c":[6,0,0,52,16], +"include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a":[6,0,0,52,20], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[6,0,0,52,6], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[6,0,0,52,12], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[6,0,0,52,11], +"include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48":[6,0,0,52,4], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[6,0,0,52,19], +"include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe":[6,0,0,52,5], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[6,0,0,52,10], +"include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d":[6,0,0,52,9], +"include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec":[6,0,0,52,13], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[6,0,0,52,18], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[6,0,0,52,8], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[6,0,0,52,24], +"include_2network_8php.html#a984708e60d531b31b2d1f88b5f408f7b":[6,0,0,52,25], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[6,0,0,52,21], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[6,0,0,52,22], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[6,0,0,52,23], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[6,0,0,52,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[6,0,0,52,0], +"include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070":[6,0,0,52,17], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[6,0,0,52,3], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[6,0,0,52,15], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[6,0,0,52,1], +"include_2notify_8php.html":[6,0,0,54], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[6,0,0,54,0], +"include_2oembed_8php.html":[6,0,0,56], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[6,0,0,56,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[6,0,0,56,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[6,0,0,56,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[6,0,0,56,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[6,0,0,56,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[6,0,0,56,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[6,0,0,56,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[6,0,0,56,2] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 8c1b42f0b..22769b114 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,133 +1,145 @@ var NAVTREEINDEX6 = { -"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,63,1], -"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,63,8], -"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,63,0], -"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,63,6], -"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,63,2], -"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,63,7], -"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,63,5], +"include_2photos_8php.html":[6,0,0,61], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[6,0,0,61,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[6,0,0,61,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[6,0,0,61,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[6,0,0,61,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[6,0,0,61,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[6,0,0,61,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[6,0,0,61,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[6,0,0,61,4], +"include_2probe_8php.html":[6,0,0,64], +"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[6,0,0,64,3], +"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[6,0,0,64,4], +"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[6,0,0,64,1], +"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[6,0,0,64,8], +"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[6,0,0,64,0], +"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[6,0,0,64,6], +"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[6,0,0,64,2], +"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,64,7], +"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,64,5], "index.html":[], -"interfaceITemplateEngine.html":[5,0,18], -"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,18,1], -"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,18,0], -"invite_8php.html":[6,0,1,46], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1], -"item_8php.html":[6,0,1,47], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,47,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,47,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,47,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2], -"items_8php.html":[6,0,0,46], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,46,72], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,46,3], -"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,46,42], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,46,30], -"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,46,9], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,46,35], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,46,44], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,46,27], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,46,5], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,46,34], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,46,47], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,46,4], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,46,71], -"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,46,38], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,46,22], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,46,0], -"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,46,40], -"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,46,54], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,46,56], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,46,59], -"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,46,36], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,46,32], -"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,46,16], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,46,21], -"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,46,18], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,46,14], -"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,46,29], -"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,46,46], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,46,19], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,46,45], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,46,17], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,46,39], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,46,43], -"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,46,49], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,46,37], -"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,46,7], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,46,52], -"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,46,60], -"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,46,1], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,46,57], -"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,46,53], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,46,6], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,46,67], -"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,46,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,46,12], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,46,33], -"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,46,70], -"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,46,51], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,46,68], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,46,11], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,46,23], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,46,10], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,46,31], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,46,62], -"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,46,69], -"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,46,15], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,46,65], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,46,28], -"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,46,8], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,46,2], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,46,20], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,46,48], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,46,55], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,46,66], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,46,58], -"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,46,13], -"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,46,63], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,46,25], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,46,41], -"items_8php.html#af0a887050dc8d0f51c89890cdaf3145f":[6,0,0,46,64], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,46,61], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,46,50], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,46,24], -"lang_8php.html":[6,0,1,48], -"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0], -"language_8php.html":[6,0,0,47], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,47,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,47,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,47,0], -"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,47,9], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,47,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,47,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,47,1], -"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,47,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,47,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,47,2], -"layouts_8php.html":[6,0,1,49], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,49,0], -"like_8php.html":[6,0,1,50], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,50,0], -"lockview_8php.html":[6,0,1,51], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,51,0], -"login_8php.html":[6,0,1,52], -"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[6,0,1,52,0], -"lostpass_8php.html":[6,0,1,53], -"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[6,0,1,53,0], -"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[6,0,1,53,1], -"magic_8php.html":[6,0,1,54], -"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[6,0,1,54,0], -"mail_8php.html":[6,0,1,55], -"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[6,0,1,55,0], -"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[6,0,1,55,1], -"manage_8php.html":[6,0,1,56], -"manage_8php.html#a2bca247b5296827638959138367db4f5":[6,0,1,56,0], -"match_8php.html":[6,0,1,57], -"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[6,0,1,57,0], +"interfaceITemplateEngine.html":[5,0,19], +"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,19,1], +"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,19,0], +"invite_8php.html":[6,0,1,47], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,47,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,47,1], +"item_8php.html":[6,0,1,48], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,48,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,48,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,48,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,48,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,48,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,48,2], +"items_8php.html":[6,0,0,47], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[6,0,0,47,72], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,47,3], +"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,47,42], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[6,0,0,47,30], +"items_8php.html#a0790a4550b829e85504af548623002ca":[6,0,0,47,9], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[6,0,0,47,35], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[6,0,0,47,44], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[6,0,0,47,27], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[6,0,0,47,5], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[6,0,0,47,34], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[6,0,0,47,47], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[6,0,0,47,4], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[6,0,0,47,71], +"items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc":[6,0,0,47,38], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[6,0,0,47,22], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[6,0,0,47,0], +"items_8php.html#a37f79991f36811cf847446ff60e8e11f":[6,0,0,47,40], +"items_8php.html#a410f9c743877c125ca06312373346903":[6,0,0,47,54], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[6,0,0,47,56], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[6,0,0,47,59], +"items_8php.html#a52c24114b73c0bdb605a03cd29712223":[6,0,0,47,36], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[6,0,0,47,32], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[6,0,0,47,16], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[6,0,0,47,21], +"items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86":[6,0,0,47,18], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[6,0,0,47,14], +"items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1":[6,0,0,47,29], +"items_8php.html#a5ed782ff5b9cf050bec931e06de12c00":[6,0,0,47,46], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[6,0,0,47,19], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[6,0,0,47,45], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[6,0,0,47,17], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[6,0,0,47,39], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[6,0,0,47,43], +"items_8php.html#a756738301f2ed96be50232500677d58a":[6,0,0,47,49], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[6,0,0,47,37], +"items_8php.html#a772f0ae77ad77c8ab68ed918a3870946":[6,0,0,47,7], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[6,0,0,47,52], +"items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a":[6,0,0,47,60], +"items_8php.html#a81565acf729e629e588d823308448e3c":[6,0,0,47,1], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[6,0,0,47,57], +"items_8php.html#a8675e62674de6fb7c42e4a408c7116cc":[6,0,0,47,53], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[6,0,0,47,6], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[6,0,0,47,67], +"items_8php.html#a8cda98925a4c5c2f6dade70d9586d79a":[6,0,0,47,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[6,0,0,47,12], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[6,0,0,47,33], +"items_8php.html#a9b449eeae50003414b8b30ca927af434":[6,0,0,47,70], +"items_8php.html#aa2d3caa2f27720762b5c729e07df40fb":[6,0,0,47,51], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[6,0,0,47,68], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[6,0,0,47,11], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[6,0,0,47,23], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[6,0,0,47,10], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[6,0,0,47,31], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[6,0,0,47,62], +"items_8php.html#aabfaa193b83154c2a81e91284e5d5e59":[6,0,0,47,69], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[6,0,0,47,15], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[6,0,0,47,65], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[6,0,0,47,28], +"items_8php.html#abeb7886cde44d9a83dbaf2bc4ab18723":[6,0,0,47,8], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[6,0,0,47,2], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[6,0,0,47,20], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[6,0,0,47,48], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[6,0,0,47,55], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[6,0,0,47,66], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[6,0,0,47,58], +"items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6":[6,0,0,47,13], +"items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2":[6,0,0,47,63], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[6,0,0,47,25], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[6,0,0,47,41], +"items_8php.html#af0a887050dc8d0f51c89890cdaf3145f":[6,0,0,47,64], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,47,61], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,47,50], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,47,24], +"lang_8php.html":[6,0,1,49], +"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,49,0], +"language_8php.html":[6,0,0,48], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,48,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,48,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[6,0,0,48,0], +"language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997":[6,0,0,48,9], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[6,0,0,48,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[6,0,0,48,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[6,0,0,48,1], +"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,48,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,48,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,48,2], +"layouts_8php.html":[6,0,1,50], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,50,0], +"like_8php.html":[6,0,1,51], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,51,0], +"lockview_8php.html":[6,0,1,52], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,52,0], +"login_8php.html":[6,0,1,53], +"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[6,0,1,53,0], +"lostpass_8php.html":[6,0,1,54], +"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[6,0,1,54,0], +"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[6,0,1,54,1], +"magic_8php.html":[6,0,1,55], +"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[6,0,1,55,0], +"mail_8php.html":[6,0,1,56], +"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[6,0,1,56,0], +"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[6,0,1,56,1], +"manage_8php.html":[6,0,1,57], +"manage_8php.html#a2bca247b5296827638959138367db4f5":[6,0,1,57,0], +"match_8php.html":[6,0,1,58], +"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[6,0,1,58,0], "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], @@ -139,10 +151,10 @@ var NAVTREEINDEX6 = "minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[6,0,3,1,0,2,4,0], "minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[6,0,3,1,0,2,4,2], "minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[6,0,3,1,0,2,4,1], -"mitem_8php.html":[6,0,1,60], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[6,0,1,60,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[6,0,1,60,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[6,0,1,60,1], +"mitem_8php.html":[6,0,1,61], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[6,0,1,61,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[6,0,1,61,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[6,0,1,61,1], "mod_2api_8php.html":[6,0,1,4], "mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[6,0,1,4,2], "mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[6,0,1,4,0], @@ -168,86 +180,74 @@ var NAVTREEINDEX6 = "mod_2group_8php.html":[6,0,1,39], "mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[6,0,1,39,0], "mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[6,0,1,39,1], -"mod_2menu_8php.html":[6,0,1,58], -"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[6,0,1,58,0], -"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[6,0,1,58,1], -"mod_2message_8php.html":[6,0,1,59], -"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[6,0,1,59,0], -"mod_2network_8php.html":[6,0,1,64], -"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[6,0,1,64,1], -"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[6,0,1,64,0], -"mod_2notify_8php.html":[6,0,1,68], -"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[6,0,1,68,1], -"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[6,0,1,68,0], -"mod_2oembed_8php.html":[6,0,1,69], -"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[6,0,1,69,0], -"mod_2photos_8php.html":[6,0,1,79], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[6,0,1,79,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[6,0,1,79,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[6,0,1,79,1], -"mod_2probe_8php.html":[6,0,1,87], -"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[6,0,1,87,0], +"mod_2menu_8php.html":[6,0,1,59], +"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[6,0,1,59,0], +"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[6,0,1,59,1], +"mod_2message_8php.html":[6,0,1,60], +"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[6,0,1,60,0], +"mod_2network_8php.html":[6,0,1,65], +"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[6,0,1,65,1], +"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[6,0,1,65,0], +"mod_2notify_8php.html":[6,0,1,69], +"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[6,0,1,69,1], +"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[6,0,1,69,0], +"mod_2oembed_8php.html":[6,0,1,70], +"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[6,0,1,70,0], +"mod_2photos_8php.html":[6,0,1,80], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[6,0,1,80,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[6,0,1,80,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[6,0,1,80,1], +"mod_2probe_8php.html":[6,0,1,88], +"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[6,0,1,88,0], "mod__chanview_8php.html":[6,0,3,1,0,0,0], "mod__import_8php.html":[6,0,3,0,4], "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[6,0,3,0,4,0], -"mood_8php.html":[6,0,1,61], -"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[6,0,1,61,0], -"mood_8php.html#a7ae136dd7476865b4828136175db5022":[6,0,1,61,1], -"msearch_8php.html":[6,0,1,62], -"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[6,0,1,62,0], +"mood_8php.html":[6,0,1,62], +"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[6,0,1,62,0], +"mood_8php.html#a7ae136dd7476865b4828136175db5022":[6,0,1,62,1], +"msearch_8php.html":[6,0,1,63], +"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[6,0,1,63,0], "mytheme_2php_2style_8php.html":[6,0,3,1,2,0,1], "mytheme_2php_2theme_8php.html":[6,0,3,1,2,0,2], "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,2,0,2,0], -"namespaceFriendica.html":[5,0,1], "namespaceFriendica.html":[4,0,1], +"namespaceFriendica.html":[5,0,1], +"namespaceRedMatrix.html":[5,0,3], +"namespaceRedMatrix.html":[4,0,3], +"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0], +"namespaceRedMatrix_1_1RedDAV.html":[5,0,3,0], "namespaceacl__selectors.html":[5,0,0], "namespaceacl__selectors.html":[4,0,0], -"namespacefriendica-to-smarty-tpl.html":[5,0,2], "namespacefriendica-to-smarty-tpl.html":[4,0,2], +"namespacefriendica-to-smarty-tpl.html":[5,0,2], "namespacemembers.html":[4,1,0], "namespacemembers_func.html":[4,1,1], "namespacemembers_vars.html":[4,1,2], "namespaces.html":[4,0], -"namespaceupdatetpl.html":[5,0,3], -"namespaceupdatetpl.html":[4,0,3], -"namespaceutil.html":[5,0,4], -"namespaceutil.html":[4,0,4], -"nav_8php.html":[6,0,0,50], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,50,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,50,1], -"netgrowth_8php.html":[6,0,1,63], -"netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,63,0], -"new__channel_8php.html":[6,0,1,65], -"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[6,0,1,65,2], -"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[6,0,1,65,1], -"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[6,0,1,65,0], +"namespaceupdatetpl.html":[4,0,4], +"namespaceupdatetpl.html":[5,0,4], +"namespaceutil.html":[5,0,5], +"namespaceutil.html":[4,0,5], +"nav_8php.html":[6,0,0,51], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,51,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,51,1], +"netgrowth_8php.html":[6,0,1,64], +"netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,64,0], +"new__channel_8php.html":[6,0,1,66], +"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[6,0,1,66,2], +"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[6,0,1,66,1], +"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[6,0,1,66,0], "none_8php.html":[6,0,3,0,5], -"notes_8php.html":[6,0,1,66], -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[6,0,1,66,0], -"notifications_8php.html":[6,0,1,67], -"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,67,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,67,0], -"notifier_8php.html":[6,0,0,52], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,52,0], +"notes_8php.html":[6,0,1,67], +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[6,0,1,67,0], +"notifications_8php.html":[6,0,1,68], +"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,68,1], +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,68,0], +"notifier_8php.html":[6,0,0,53], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,53,0], "notred_8php.html":[6,0,3,1,3,1,3], -"oauth_8php.html":[6,0,0,54], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,54,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,54,2], -"oexchange_8php.html":[6,0,1,70], -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,70,0], -"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,70,1], -"olddefault_8php.html":[6,0,3,1,0,2,5], -"onedirsync_8php.html":[6,0,0,56], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,56,0], -"onepoll_8php.html":[6,0,0,57], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,57,0], -"online_8php.html":[6,0,1,71], -"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,71,0], -"openid_8php.html":[6,0,1,72], -"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[6,0,1,72,0], -"opensearch_8php.html":[6,0,1,73], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[6,0,1,73,0], -"p_8php.html":[6,0,1,74], -"p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e":[6,0,1,74,0], -"page_8php.html":[6,0,1,75] +"oauth_8php.html":[6,0,0,55], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,55,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,55,2], +"oexchange_8php.html":[6,0,1,71] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index ba1081e13..bdb21c936 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,31 +1,47 @@ var NAVTREEINDEX7 = { -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,75,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,75,0], -"page__widgets_8php.html":[6,0,0,58], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,58,1], -"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,58,0], +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,71,0], +"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,71,1], +"olddefault_8php.html":[6,0,3,1,0,2,5], +"onedirsync_8php.html":[6,0,0,57], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,57,0], +"onepoll_8php.html":[6,0,0,58], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,58,0], +"online_8php.html":[6,0,1,72], +"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,72,0], +"openid_8php.html":[6,0,1,73], +"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[6,0,1,73,0], +"opensearch_8php.html":[6,0,1,74], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[6,0,1,74,0], +"p_8php.html":[6,0,1,75], +"p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e":[6,0,1,75,0], +"page_8php.html":[6,0,1,76], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,76,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,76,0], +"page__widgets_8php.html":[6,0,0,59], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,59,1], +"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,59,0], "pages.html":[], -"parse__url_8php.html":[6,0,1,76], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,76,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[6,0,1,76,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[6,0,1,76,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[6,0,1,76,0], +"parse__url_8php.html":[6,0,1,77], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,77,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[6,0,1,77,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[6,0,1,77,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[6,0,1,77,0], "passion_8php.html":[6,0,3,1,0,2,6], "passionwide_8php.html":[6,0,3,1,0,2,7], -"pdledit_8php.html":[6,0,1,77], -"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,77,0], -"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,77,1], -"permissions_8php.html":[6,0,0,59], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,59,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,59,0], -"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,59,5], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,59,4], -"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,59,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,59,6], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,59,1], -"photo_8php.html":[6,0,1,78], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,78,0], +"pdledit_8php.html":[6,0,1,78], +"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,78,0], +"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,78,1], +"permissions_8php.html":[6,0,0,60], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,60,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,60,0], +"permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724":[6,0,0,60,5], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[6,0,0,60,4], +"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,60,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,60,6], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,60,1], +"photo_8php.html":[6,0,1,79], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,79,0], "photo__driver_8php.html":[6,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,1,0,1], @@ -46,55 +62,55 @@ var NAVTREEINDEX7 = "php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,1,0], "php_2theme__init_8php.html":[6,0,3,0,7], "php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,0,7,0], -"php_8php.html":[6,0,1,80], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[6,0,1,80,0], +"php_8php.html":[6,0,1,81], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[6,0,1,81,0], "pine_8php.html":[6,0,3,1,0,2,8], -"ping_8php.html":[6,0,1,81], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,81,0], -"plugin_8php.html":[6,0,0,61], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,61,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,61,22], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,61,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,61,17], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,61,20], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,61,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,61,16], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,61,14], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,61,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,61,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,61,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,61,23], -"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,61,12], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,61,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,61,0], -"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,61,19], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,61,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,61,25], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,61,13], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,61,18], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,61,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,61,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,61,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,61,15], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,61,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,61,21], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,61,5], +"ping_8php.html":[6,0,1,82], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,82,0], +"plugin_8php.html":[6,0,0,62], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,62,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,62,22], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[6,0,0,62,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[6,0,0,62,17], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[6,0,0,62,20], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[6,0,0,62,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[6,0,0,62,16], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[6,0,0,62,14], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[6,0,0,62,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[6,0,0,62,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[6,0,0,62,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[6,0,0,62,23], +"plugin_8php.html#a67ca417634de2d0beffffc54aeb951ff":[6,0,0,62,12], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[6,0,0,62,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[6,0,0,62,0], +"plugin_8php.html#a855c4fdb38c0fc2714d537752a4347f9":[6,0,0,62,19], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[6,0,0,62,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[6,0,0,62,25], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[6,0,0,62,13], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[6,0,0,62,18], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[6,0,0,62,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[6,0,0,62,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[6,0,0,62,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[6,0,0,62,15], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[6,0,0,62,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[6,0,0,62,21], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,62,5], "po2php_8php.html":[6,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[6,0,2,7,0], -"poco_8php.html":[6,0,1,82], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[6,0,1,82,0], -"poke_8php.html":[6,0,1,83], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[6,0,1,83,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[6,0,1,83,0], -"poll_8php.html":[6,0,1,84], -"poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,84,2], -"poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,84,0], -"poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,84,1], -"poller_8php.html":[6,0,0,62], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,62,0], -"post_8php.html":[6,0,1,85], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,85,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,85,1], +"poco_8php.html":[6,0,1,83], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[6,0,1,83,0], +"poke_8php.html":[6,0,1,84], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[6,0,1,84,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[6,0,1,84,0], +"poll_8php.html":[6,0,1,85], +"poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,85,2], +"poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,85,0], +"poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,85,1], +"poller_8php.html":[6,0,0,63], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,63,0], +"post_8php.html":[6,0,1,86], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,86,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,86,1], "post__to__red_8php.html":[6,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[6,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[6,0,2,1,0,0,12], @@ -119,43 +135,43 @@ var NAVTREEINDEX7 = "post__to__red_8php.html#aeec4125719184e7b097b3b9fba3101b5":[6,0,2,1,0,0,0], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[6,0,2,1,0,0,22], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[6,0,2,1,0,0,11], -"pretheme_8php.html":[6,0,1,86], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[6,0,1,86,0], -"profile_8php.html":[6,0,1,88], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[6,0,1,88,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[6,0,1,88,1], -"profile__photo_8php.html":[6,0,1,89], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,89,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,89,1], -"profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,89,2], -"profile__selectors_8php.html":[6,0,0,64], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,64,4], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,64,2], -"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,64,1], -"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,64,5], -"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,64,3], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,64,0], -"profiles_8php.html":[6,0,1,90], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,90,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,90,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[6,0,1,90,2], -"profperm_8php.html":[6,0,1,91], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[6,0,1,91,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,91,0], -"pubsites_8php.html":[6,0,1,92], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,92,0], -"queue_8php.html":[6,0,0,66], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,66,0], -"queue__fn_8php.html":[6,0,0,67], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,67,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,67,0], -"randprof_8php.html":[6,0,1,93], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,93,0], -"rbmark_8php.html":[6,0,1,94], -"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[6,0,1,94,0], -"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[6,0,1,94,1], -"receive_8php.html":[6,0,1,95], -"receive_8php.html#a03d8fa26e77844020ba5602deca7d494":[6,0,1,95,0], +"pretheme_8php.html":[6,0,1,87], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[6,0,1,87,0], +"profile_8php.html":[6,0,1,89], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[6,0,1,89,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[6,0,1,89,1], +"profile__photo_8php.html":[6,0,1,90], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,90,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,90,1], +"profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,90,2], +"profile__selectors_8php.html":[6,0,0,65], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,65,4], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,65,2], +"profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816":[6,0,0,65,1], +"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,65,5], +"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,65,3], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,65,0], +"profiles_8php.html":[6,0,1,91], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,91,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,91,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[6,0,1,91,2], +"profperm_8php.html":[6,0,1,92], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[6,0,1,92,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,92,0], +"pubsites_8php.html":[6,0,1,93], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,93,0], +"queue_8php.html":[6,0,0,67], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,67,0], +"queue__fn_8php.html":[6,0,0,68], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,68,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,68,0], +"randprof_8php.html":[6,0,1,94], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,94,0], +"rbmark_8php.html":[6,0,1,95], +"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[6,0,1,95,0], +"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[6,0,1,95,1], +"receive_8php.html":[6,0,1,96], +"receive_8php.html#a03d8fa26e77844020ba5602deca7d494":[6,0,1,96,0], "redable_8php.html":[6,0,3,0,6], "redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,6,0], "redbasic_2php_2style_8php.html":[6,0,3,1,3,0,1], @@ -164,90 +180,74 @@ var NAVTREEINDEX7 = "redbasic_2php_2theme_8php.html":[6,0,3,1,3,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[6,0,3,1,3,0,2,0], "redbasic_8php.html":[6,0,3,1,0,2,9], -"reddav_8php.html":[6,0,0,68], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,68,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,68,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,68,4], -"register_8php.html":[6,0,1,96], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,96,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,96,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[6,0,1,96,1], -"regmod_8php.html":[6,0,1,97], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[6,0,1,97,0], -"regver_8php.html":[6,0,1,98], -"regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f":[6,0,1,98,0], -"removeaccount_8php.html":[6,0,1,99], -"removeaccount_8php.html#a26a3325292e932c59793430ab737126a":[6,0,1,99,1], -"removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695":[6,0,1,99,0], -"removeme_8php.html":[6,0,1,100], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[6,0,1,100,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[6,0,1,100,1], -"rmagic_8php.html":[6,0,1,101], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[6,0,1,101,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[6,0,1,101,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[6,0,1,101,1], -"rpost_8php.html":[6,0,1,102], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[6,0,1,102,0], -"rsd__xml_8php.html":[6,0,1,103], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[6,0,1,103,0], -"search_8php.html":[6,0,1,104], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[6,0,1,104,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,104,1], -"search__ac_8php.html":[6,0,1,105], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,105,0], -"security_8php.html":[6,0,0,69], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,69,2], -"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,69,11], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,69,4], -"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,69,10], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,69,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,69,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,69,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,69,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,69,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,69,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,69,0], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,69,8], -"service__limits_8php.html":[6,0,1,106], -"service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,106,0], -"session_8php.html":[6,0,0,70], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,70,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,70,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,70,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,70,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,70,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,70,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,70,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,70,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,70,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,70,2], -"settings_8php.html":[6,0,1,107], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,107,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,107,1], -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[6,0,1,107,2], -"setup_8php.html":[6,0,1,108], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,108,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,108,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,108,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,108,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,108,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,108,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,108,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,108,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[6,0,1,108,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[6,0,1,108,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[6,0,1,108,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[6,0,1,108,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[6,0,1,108,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[6,0,1,108,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[6,0,1,108,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[6,0,1,108,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[6,0,1,108,6], -"share_8php.html":[6,0,1,109], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[6,0,1,109,0], -"simple__black__on__white_8php.html":[6,0,3,1,3,1,4], -"simple__green__on__black_8php.html":[6,0,3,1,3,1,5], -"simple__white__on__black_8php.html":[6,0,3,1,3,1,6], -"siteinfo_8php.html":[6,0,1,110], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[6,0,1,110,1] +"reddav_8php.html":[6,0,0,69], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,69,4], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,69,5], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,69,3], +"register_8php.html":[6,0,1,97], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,97,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,97,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[6,0,1,97,1], +"regmod_8php.html":[6,0,1,98], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[6,0,1,98,0], +"regver_8php.html":[6,0,1,99], +"regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f":[6,0,1,99,0], +"removeaccount_8php.html":[6,0,1,100], +"removeaccount_8php.html#a26a3325292e932c59793430ab737126a":[6,0,1,100,1], +"removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695":[6,0,1,100,0], +"removeme_8php.html":[6,0,1,101], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[6,0,1,101,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[6,0,1,101,1], +"rmagic_8php.html":[6,0,1,102], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[6,0,1,102,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[6,0,1,102,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[6,0,1,102,1], +"rpost_8php.html":[6,0,1,103], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[6,0,1,103,0], +"rsd__xml_8php.html":[6,0,1,104], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[6,0,1,104,0], +"search_8php.html":[6,0,1,105], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[6,0,1,105,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,105,1], +"search__ac_8php.html":[6,0,1,106], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,106,0], +"security_8php.html":[6,0,0,70], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,70,2], +"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,70,11], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[6,0,0,70,4], +"security_8php.html#a6126c77a1267e046ac59cf864613f011":[6,0,0,70,10], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[6,0,0,70,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[6,0,0,70,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[6,0,0,70,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[6,0,0,70,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[6,0,0,70,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,70,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,70,0], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,70,8], +"service__limits_8php.html":[6,0,1,107], +"service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,107,0], +"session_8php.html":[6,0,0,71], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,71,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,71,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[6,0,0,71,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[6,0,0,71,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[6,0,0,71,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[6,0,0,71,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[6,0,0,71,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,71,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,71,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,71,2], +"settings_8php.html":[6,0,1,108], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,108,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,108,1], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[6,0,1,108,2], +"setup_8php.html":[6,0,1,109], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,109,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,109,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,109,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,109,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,109,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,109,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,109,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,109,8] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 3d7ba4b21..6a045dd3e 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,158 +1,179 @@ var NAVTREEINDEX8 = { -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,110,0], -"sitelist_8php.html":[6,0,1,111], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,111,0], -"smarty_8php.html":[6,0,0,71], -"smilies_8php.html":[6,0,1,112], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,112,0], -"socgraph_8php.html":[6,0,0,72], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,72,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,72,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,72,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,72,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,72,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,72,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,72,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,72,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,72,3], -"sources_8php.html":[6,0,1,113], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,113,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,113,1], -"spam_8php.html":[6,0,0,73], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,73,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,73,0], -"sslify_8php.html":[6,0,1,114], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,114,0], -"starred_8php.html":[6,0,1,115], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,115,0], -"subthread_8php.html":[6,0,1,116], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,116,0], -"suggest_8php.html":[6,0,1,117], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,117,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,117,1], -"system__unavailable_8php.html":[6,0,0,74], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,74,0], -"tagger_8php.html":[6,0,1,118], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,118,0], -"tagrm_8php.html":[6,0,1,119], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,119,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,119,0], -"taxonomy_8php.html":[6,0,0,75], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,75,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,75,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,75,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,75,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,75,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,75,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,75,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,75,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,75,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,75,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,75,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,75,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,75,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,75,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,75,8], -"template__processor_8php.html":[6,0,0,76], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,76,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,76,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,76,2], -"text_8php.html":[6,0,0,77], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,77,41], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,77,47], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,77,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,77,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,77,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,77,72], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,77,46], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,77,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,77,83], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,77,34], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,77,37], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,77,51], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,77,54], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,77,48], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,77,49], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,77,44], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,77,73], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,77,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,77,91], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,77,80], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,77,50], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,77,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,77,77], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,77,93], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,77,24], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,77,88], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,77,75], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,77,32], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,77,43], -"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,77,26], -"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,77,19], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,77,74], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,77,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,77,89], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,77,35], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,77,33], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,77,45], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,77,63], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,77,52], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,77,25], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,77,62], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,77,85], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,77,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,77,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,77,84], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,77,42], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,77,29], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,77,81], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,77,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,77,36], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,77,28], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,77,82], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,77,8], -"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,77,70], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,77,76], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,77,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,77,21], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,77,61], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,77,20], -"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,77,86], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,77,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,77,56], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,77,67], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,77,65], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,77,69], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,77,31], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,77,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,77,57], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,77,38], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,77,30], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,77,92], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,77,71], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,77,87], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,77,90], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,77,58], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,77,39], -"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,77,78], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,77,22], -"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,77,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,77,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,77,66], -"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,77,27], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,77,53], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,77,40], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,77,68], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,77,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,77,59], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,77,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,77,79], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,77,64], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,77,23], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,77,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,77,60], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,77,55], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[6,0,1,109,12], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[6,0,1,109,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[6,0,1,109,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[6,0,1,109,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[6,0,1,109,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[6,0,1,109,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[6,0,1,109,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[6,0,1,109,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[6,0,1,109,6], +"share_8php.html":[6,0,1,110], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[6,0,1,110,0], +"simple__black__on__white_8php.html":[6,0,3,1,3,1,4], +"simple__green__on__black_8php.html":[6,0,3,1,3,1,5], +"simple__white__on__black_8php.html":[6,0,3,1,3,1,6], +"siteinfo_8php.html":[6,0,1,111], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[6,0,1,111,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,111,0], +"sitelist_8php.html":[6,0,1,112], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,112,0], +"smarty_8php.html":[6,0,0,72], +"smilies_8php.html":[6,0,1,113], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,113,0], +"socgraph_8php.html":[6,0,0,73], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,73,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,73,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[6,0,0,73,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[6,0,0,73,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[6,0,0,73,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[6,0,0,73,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,73,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,73,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,73,3], +"sources_8php.html":[6,0,1,114], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,114,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,114,1], +"spam_8php.html":[6,0,0,74], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,74,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,74,0], +"sslify_8php.html":[6,0,1,115], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,115,0], +"starred_8php.html":[6,0,1,116], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,116,0], +"statistics__fns_8php.html":[6,0,0,75], +"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,75,2], +"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,75,0], +"statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa":[6,0,0,75,3], +"statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe":[6,0,0,75,1], +"subthread_8php.html":[6,0,1,117], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,117,0], +"suggest_8php.html":[6,0,1,118], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,118,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,118,1], +"system__unavailable_8php.html":[6,0,0,76], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,76,0], +"tagger_8php.html":[6,0,1,119], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,119,0], +"tagrm_8php.html":[6,0,1,120], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,120,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,120,0], +"taxonomy_8php.html":[6,0,0,77], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,77,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,77,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[6,0,0,77,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[6,0,0,77,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[6,0,0,77,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[6,0,0,77,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[6,0,0,77,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[6,0,0,77,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[6,0,0,77,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[6,0,0,77,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[6,0,0,77,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[6,0,0,77,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[6,0,0,77,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[6,0,0,77,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[6,0,0,77,8], +"template__processor_8php.html":[6,0,0,78], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[6,0,0,78,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[6,0,0,78,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[6,0,0,78,2], +"text_8php.html":[6,0,0,79], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[6,0,0,79,41], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[6,0,0,79,47], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[6,0,0,79,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[6,0,0,79,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[6,0,0,79,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[6,0,0,79,72], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[6,0,0,79,46], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[6,0,0,79,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[6,0,0,79,83], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[6,0,0,79,34], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[6,0,0,79,37], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[6,0,0,79,51], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[6,0,0,79,54], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[6,0,0,79,48], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[6,0,0,79,49], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[6,0,0,79,44], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[6,0,0,79,73], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[6,0,0,79,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[6,0,0,79,91], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[6,0,0,79,80], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[6,0,0,79,50], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[6,0,0,79,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[6,0,0,79,77], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[6,0,0,79,93], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[6,0,0,79,24], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[6,0,0,79,88], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[6,0,0,79,75], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[6,0,0,79,32], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[6,0,0,79,43], +"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[6,0,0,79,26], +"text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc":[6,0,0,79,19], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[6,0,0,79,74], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[6,0,0,79,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[6,0,0,79,89], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[6,0,0,79,35], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[6,0,0,79,33], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[6,0,0,79,45], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[6,0,0,79,63], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[6,0,0,79,52], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[6,0,0,79,25], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[6,0,0,79,62], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[6,0,0,79,85], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[6,0,0,79,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[6,0,0,79,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[6,0,0,79,84], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[6,0,0,79,42], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[6,0,0,79,29], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[6,0,0,79,81], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[6,0,0,79,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[6,0,0,79,36], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[6,0,0,79,28], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[6,0,0,79,82], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[6,0,0,79,8], +"text_8php.html#a876e94892867019935b348b573299352":[6,0,0,79,70], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[6,0,0,79,76], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[6,0,0,79,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[6,0,0,79,21], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[6,0,0,79,61], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[6,0,0,79,20], +"text_8php.html#a905c3895feb6f276df23f07f16f9bb52":[6,0,0,79,86], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[6,0,0,79,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[6,0,0,79,56], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[6,0,0,79,67], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[6,0,0,79,65], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[6,0,0,79,69], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[6,0,0,79,31], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[6,0,0,79,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[6,0,0,79,57], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[6,0,0,79,38], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[6,0,0,79,30], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[6,0,0,79,92], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[6,0,0,79,71], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[6,0,0,79,87], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[6,0,0,79,90], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[6,0,0,79,58], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[6,0,0,79,39], +"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[6,0,0,79,78], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[6,0,0,79,22], +"text_8php.html#acedb584f65114a33f389efb796172a91":[6,0,0,79,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,79,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,79,66], +"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,79,27], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,79,53], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,79,40], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,79,68], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,79,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,79,59], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,79,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,79,79], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,79,64], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,79,23], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,79,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,79,60], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,79,55], "theme_2apw_2php_2theme__init_8php.html":[6,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[6,0,3,1,1,0,1], @@ -167,14 +188,14 @@ var NAVTREEINDEX8 = "theme_2mytheme_2php_2default_8php.html":[6,0,3,1,2,0,0], "theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,1,2,0,0,0], "theme_2redbasic_2php_2theme__init_8php.html":[6,0,3,1,3,0,3], -"thing_8php.html":[6,0,1,120], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[6,0,1,120,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[6,0,1,120,1], +"thing_8php.html":[6,0,1,121], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[6,0,1,121,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[6,0,1,121,1], "todo.html":[3], -"toggle__mobile_8php.html":[6,0,1,121], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[6,0,1,121,0], -"toggle__safesearch_8php.html":[6,0,1,122], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[6,0,1,122,0], +"toggle__mobile_8php.html":[6,0,1,122], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[6,0,1,122,0], +"toggle__safesearch_8php.html":[6,0,1,123], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[6,0,1,123,0], "tpldebug_8php.html":[6,0,2,8], "tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[6,0,2,8,0], "tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[6,0,2,8,1], @@ -188,16 +209,16 @@ var NAVTREEINDEX8 = "typohelper_8php.html":[6,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[6,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[6,0,2,10,1], -"uexport_8php.html":[6,0,1,123], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[6,0,1,123,0], -"update__channel_8php.html":[6,0,1,124], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[6,0,1,124,0], -"update__display_8php.html":[6,0,1,125], -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[6,0,1,125,0], -"update__network_8php.html":[6,0,1,126], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[6,0,1,126,0], -"update__search_8php.html":[6,0,1,127], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[6,0,1,127,0], +"uexport_8php.html":[6,0,1,124], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[6,0,1,124,0], +"update__channel_8php.html":[6,0,1,125], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[6,0,1,125,0], +"update__display_8php.html":[6,0,1,126], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[6,0,1,126,0], +"update__network_8php.html":[6,0,1,127], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[6,0,1,127,0], +"update__search_8php.html":[6,0,1,128], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[6,0,1,128,0], "updatetpl_8py.html":[6,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[6,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[6,0,2,11,2], @@ -225,29 +246,8 @@ var NAVTREEINDEX8 = "view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[6,0,3,1,3,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,3,0,0,1], "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,3,0,0,2], -"view_8php.html":[6,0,1,128], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,128,0], -"viewconnections_8php.html":[6,0,1,129], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,129,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[6,0,1,129,0], -"viewsrc_8php.html":[6,0,1,130], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[6,0,1,130,0], -"vote_8php.html":[6,0,1,131], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[6,0,1,131,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[6,0,1,131,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[6,0,1,131,1], -"wall__attach_8php.html":[6,0,1,132], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[6,0,1,132,0], -"wall__upload_8php.html":[6,0,1,133], -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[6,0,1,133,0], -"webfinger_8php.html":[6,0,1,134], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[6,0,1,134,0], -"webpages_8php.html":[6,0,1,135], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[6,0,1,135,0], -"wfinger_8php.html":[6,0,1,136], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,136,0], -"widedarkness_8php.html":[6,0,3,1,0,2,10], -"widgets_8php.html":[6,0,0,78], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,78,11], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,78,26] +"view_8php.html":[6,0,1,129], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,129,0], +"viewconnections_8php.html":[6,0,1,130], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,130,1] }; diff --git a/doc/html/navtreeindex9.js b/doc/html/navtreeindex9.js index c5b17ba56..afe7e6ea7 100644 --- a/doc/html/navtreeindex9.js +++ b/doc/html/navtreeindex9.js @@ -1,76 +1,97 @@ var NAVTREEINDEX9 = { -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,78,3], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,78,8], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,78,9], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,78,16], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,78,18], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,78,19], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,78,5], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,78,25], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,78,12], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,78,27], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,78,21], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,78,15], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,78,2], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,78,23], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,78,10], -"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,78,20], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,78,6], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,78,7], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,78,24], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,78,22], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,78,29], -"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,78,1], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,78,14], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,78,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,78,13], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,78,28], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,78,4], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,78,17], -"xchan_8php.html":[6,0,1,137], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,137,0], -"xrd_8php.html":[6,0,1,138], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,138,0], -"xref_8php.html":[6,0,1,139], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,139,0], -"zfinger_8php.html":[6,0,1,140], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,140,0], -"zot_8php.html":[6,0,0,79], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,79,15], -"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,79,9], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,79,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,79,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,79,18], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,79,20], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,79,5], -"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,79,11], -"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,79,8], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,79,25], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,79,30], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,79,22], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,79,0], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,79,29], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,79,3], -"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,79,12], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,79,28], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,79,23], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,79,14], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,79,13], -"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,79,1], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,79,16], -"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,79,17], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,79,27], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,79,19], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,79,31], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,79,10], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,79,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,79,2], -"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,79,21], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,79,24], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,79,26], -"zotfeed_8php.html":[6,0,1,141], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,141,0], -"zping_8php.html":[6,0,1,142], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[6,0,1,142,0] +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[6,0,1,130,0], +"viewsrc_8php.html":[6,0,1,131], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[6,0,1,131,0], +"vote_8php.html":[6,0,1,132], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[6,0,1,132,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[6,0,1,132,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[6,0,1,132,1], +"wall__attach_8php.html":[6,0,1,133], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[6,0,1,133,0], +"wall__upload_8php.html":[6,0,1,134], +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[6,0,1,134,0], +"webfinger_8php.html":[6,0,1,135], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[6,0,1,135,0], +"webpages_8php.html":[6,0,1,136], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[6,0,1,136,0], +"wfinger_8php.html":[6,0,1,137], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,137,0], +"widedarkness_8php.html":[6,0,3,1,0,2,10], +"widgets_8php.html":[6,0,0,80], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,80,11], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[6,0,0,80,26], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[6,0,0,80,3], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[6,0,0,80,8], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[6,0,0,80,9], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[6,0,0,80,16], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[6,0,0,80,18], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[6,0,0,80,19], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[6,0,0,80,5], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[6,0,0,80,25], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[6,0,0,80,12], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[6,0,0,80,27], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[6,0,0,80,21], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[6,0,0,80,15], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[6,0,0,80,2], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[6,0,0,80,23], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[6,0,0,80,10], +"widgets_8php.html#a999ba893cac7600d3d3b4e7e14cf8c20":[6,0,0,80,20], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[6,0,0,80,6], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[6,0,0,80,7], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[6,0,0,80,24], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[6,0,0,80,22], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[6,0,0,80,29], +"widgets_8php.html#aced5cb177f630b30799c5eab873ee75c":[6,0,0,80,1], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[6,0,0,80,14], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[6,0,0,80,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[6,0,0,80,13], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[6,0,0,80,28], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,80,4], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,80,17], +"xchan_8php.html":[6,0,1,138], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,138,0], +"xrd_8php.html":[6,0,1,139], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,139,0], +"xref_8php.html":[6,0,1,140], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,140,0], +"zfinger_8php.html":[6,0,1,141], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,141,0], +"zot_8php.html":[6,0,0,81], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,81,15], +"zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75":[6,0,0,81,9], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[6,0,0,81,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[6,0,0,81,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[6,0,0,81,18], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[6,0,0,81,20], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[6,0,0,81,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[6,0,0,81,11], +"zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315":[6,0,0,81,8], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[6,0,0,81,25], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[6,0,0,81,30], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[6,0,0,81,22], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[6,0,0,81,0], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[6,0,0,81,29], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[6,0,0,81,3], +"zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988":[6,0,0,81,12], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[6,0,0,81,28], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[6,0,0,81,23], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[6,0,0,81,14], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[6,0,0,81,13], +"zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5":[6,0,0,81,1], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[6,0,0,81,16], +"zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254":[6,0,0,81,17], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[6,0,0,81,27], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[6,0,0,81,19], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[6,0,0,81,31], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[6,0,0,81,10], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[6,0,0,81,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[6,0,0,81,2], +"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,81,21], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,81,24], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,81,26], +"zotfeed_8php.html":[6,0,1,142], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,142,0], +"zping_8php.html":[6,0,1,143], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[6,0,1,143,0] }; diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index ec699c4d0..b70ba43d6 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -277,7 +277,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix\RedDAV\RedBrowser\set_writeable()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826">update_birthdays()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> diff --git a/doc/html/photo__driver_8php.html b/doc/html/photo__driver_8php.html index 5953863c1..db723d160 100644 --- a/doc/html/photo__driver_8php.html +++ b/doc/html/photo__driver_8php.html @@ -154,11 +154,11 @@ Functions</h2></td></tr> <p>Guess image mimetype from filename or from Content-Type header</p> <ul> <li>$filename string Image filename </li> -<li>$fromcurl boolean Check Content-Type header from curl request </li> +<li>$headers string Headers to check for Content-Type (from curl request) </li> </ul> <p>Well, this not much better, but at least it comes from the data inside the image, we won't be tricked by a manipulated extension</p> -<p>Referenced by <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, and <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>.</p> +<p>Referenced by <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, and <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>.</p> </div> </div> diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index cc151d153..3143f7326 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -168,7 +168,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="classTemplate.html#aae9c4d761ea1298e745e8052d7910194">Template\_get_var()</a>, <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc">extra_query_args()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35">get_plugin_info()</a>, <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">get_theme_info()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7">obj_verb_selector()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e">requestdata()</a>, <a class="el" href="permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724">role_selector()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="boot_8php.html#aca47505b8732177f52bb2d647eb2741c">startup()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64">RedBrowser\userReadableSize()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="classTemplate.html#aae9c4d761ea1298e745e8052d7910194">Template\_get_var()</a>, <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="text_8php.html#a3ba47b4dd1248e7e51095572e7b814dc">extra_query_args()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35">get_plugin_info()</a>, <a class="el" href="plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405">get_theme_info()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919">netgrowth_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7">obj_verb_selector()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="include_2api_8php.html#a43c47de8565cc00c3369cb35c19cc75e">requestdata()</a>, <a class="el" href="permissions_8php.html#a50e8099ea8a4d7ed68b2a0a7ea9aa724">role_selector()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="boot_8php.html#aca47505b8732177f52bb2d647eb2741c">startup()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd">RedMatrix\RedDAV\RedBrowser\userReadableSize()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index 12809438e..ded8b6e17 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs. </p> -<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d">post_to_red_delete_comment()</a>, <a class="el" href="post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5">post_to_red_delete_post()</a>, <a class="el" href="post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd">post_to_red_displayAdminContent()</a>, <a class="el" href="post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540">post_to_red_post()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca">zot_encode_locations()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#ac9f206819186b65952ac1869f0da8c6e">event_addtocal()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="items_8php.html#a52c24114b73c0bdb605a03cd29712223">handle_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="identity_8php.html#a4e996e44b50330098a04b467367a559f">is_public_profile()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2apps_8php.html#a32fe4ed9666228fd4b67dc487cc57a83">parse_app_description()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d">post_to_red_delete_comment()</a>, <a class="el" href="post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5">post_to_red_delete_post()</a>, <a class="el" href="post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd">post_to_red_displayAdminContent()</a>, <a class="el" href="post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540">post_to_red_post()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca">zot_encode_locations()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index fe07e2395..39aa7880f 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -298,7 +298,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">RedMatrix\RedDAV\RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> diff --git a/doc/html/redbasic_2php_2theme_8php.html b/doc/html/redbasic_2php_2theme_8php.html index c71a95829..6451f9e74 100644 --- a/doc/html/redbasic_2php_2theme_8php.html +++ b/doc/html/redbasic_2php_2theme_8php.html @@ -131,7 +131,7 @@ Functions</h2></td></tr> </div><div class="memdoc"> <ul> <li>Name: Redbasic</li> -<li>Description: RedMatrix standard theme</li> +<li>Description: <a class="el" href="namespaceRedMatrix.html">RedMatrix</a> standard theme</li> <li>Version: 1.0</li> <li>Author: Fabrixxm</li> <li>Maintainer: Mike Macgirvin</li> diff --git a/doc/html/reddav_8php.html b/doc/html/reddav_8php.html index c53b3c747..a6af84519 100644 --- a/doc/html/reddav_8php.html +++ b/doc/html/reddav_8php.html @@ -122,8 +122,7 @@ Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedFile.html">RedFile</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBasicAuth.html">RedBasicAuth</a></td></tr> -<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="classRedBrowser.html">RedBrowser</a></td></tr> +<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Authentication backend class for RedDAV. <a href="classRedBasicAuth.html#details">More...</a><br/></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> @@ -141,7 +140,8 @@ Functions</h2></td></tr> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>DAV related classes from SabreDAV for Red Matrix. </p> <p>This file contains the classes from SabreDAV that got extended to adapt it for Red Matrix.</p> -<p>You find the original SabreDAV classes under vendor/sabre/dav/. We need to use SabreDAV 1.8.x for PHP5.3 compatibility. SabreDAV >= 2.0 requires PHP >= 5.4. </p> +<p>You find the original SabreDAV classes under vendor/sabre/dav/. We need to use SabreDAV 1.8.x for PHP5.3 compatibility. SabreDAV >= 2.0 requires PHP >= 5.4.</p> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000003">Todo:</a></b></dt><dd>split up the classes into own files. </dd></dl> </div><h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="ae92ea0df1993f6a7bcd1b6efa6c1fb66"></a> <div class="memitem"> @@ -159,7 +159,7 @@ Functions</h2></td></tr> <p>Returns an array with viewable channels. </p> <p>Get a list of <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> objects with all the channels where the visitor has <b>view_storage</b> perms.</p> -<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000002">Todo:</a></b></dt><dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class?</dd></dl> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class?</dd></dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">$auth</td><td></td></tr> @@ -198,7 +198,7 @@ Functions</h2></td></tr> <p>TODO what exactly does this function? </p> <p>Array with all <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> and <a class="el" href="classRedFile.html">RedFile</a> DAV items for the given path.</p> -<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000003">Todo:</a></b></dt><dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? Seems only to be used there and we could simplify it a bit there.</dd></dl> +<dl class="todo"><dt><b><a class="el" href="todo.html#_todo000005">Todo:</a></b></dt><dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? Seems only to be used there and we could simplify it a bit there.</dd></dl> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramtype">string</td><td class="paramname">$file</td><td>path to a directory </td></tr> @@ -252,7 +252,7 @@ Functions</h2></td></tr> </dd> </dl> -<p>Referenced by <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, and <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>.</p> +<p>Referenced by <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, and <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>.</p> </div> </div> diff --git a/doc/html/reddav_8php.js b/doc/html/reddav_8php.js index 3e2dd2ffe..5281d8c6d 100644 --- a/doc/html/reddav_8php.js +++ b/doc/html/reddav_8php.js @@ -3,7 +3,6 @@ var reddav_8php = [ "RedDirectory", "classRedDirectory.html", "classRedDirectory" ], [ "RedFile", "classRedFile.html", "classRedFile" ], [ "RedBasicAuth", "classRedBasicAuth.html", "classRedBasicAuth" ], - [ "RedBrowser", "classRedBrowser.html", "classRedBrowser" ], [ "RedChannelList", "reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66", null ], [ "RedCollectionData", "reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266", null ], [ "RedFileData", "reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088", null ] diff --git a/doc/html/search/all_24.js b/doc/html/search/all_24.js index 2409f73b0..7166d3bfb 100644 --- a/doc/html/search/all_24.js +++ b/doc/html/search/all_24.js @@ -9,7 +9,7 @@ var searchData= ['_24argv',['$argv',['../classApp.html#ab3da757abe5cb45bf88f07cc51a73b58',1,'App']]], ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], - ['_24auth',['$auth',['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()'],['../classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35',1,'RedBrowser\$auth()']]], + ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], diff --git a/doc/html/search/all_5f.js b/doc/html/search/all_5f.js index a3e11a68b..1f5af3f08 100644 --- a/doc/html/search/all_5f.js +++ b/doc/html/search/all_5f.js @@ -1,6 +1,6 @@ var searchData= [ - ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93',1,'RedBrowser\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], + ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], ['_5f_5fdestruct',['__destruct',['../classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721',1,'dba_driver\__destruct()'],['../classphoto__driver.html#ae4501abdc9651359f81d036b63625686',1,'photo_driver\__destruct()']]], ['_5fbuild_5fnodes',['_build_nodes',['../classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4',1,'Template']]], ['_5fget_5fvar',['_get_var',['../classTemplate.html#aae9c4d761ea1298e745e8052d7910194',1,'Template']]], diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js index 3f8c89311..3d9faa8f6 100644 --- a/doc/html/search/all_62.js +++ b/doc/html/search/all_62.js @@ -12,6 +12,7 @@ var searchData= ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], + ['bb_5fparse_5felement',['bb_parse_element',['../bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9',1,'bbcode.php']]], ['bb_5fqr',['bb_qr',['../bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c',1,'bbcode.php']]], ['bb_5fsanitize_5fstyle',['bb_sanitize_style',['../bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e',1,'bbcode.php']]], ['bb_5fshareattributes',['bb_ShareAttributes',['../bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a',1,'bbcode.php']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 9b10a3e20..18a8d5c4d 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -76,7 +76,7 @@ var searchData= ['client_5fmode_5fupdate',['CLIENT_MODE_UPDATE',['../boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77',1,'boot.php']]], ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()']]], ['cloud_2ephp',['cloud.php',['../cloud_8php.html',1,'']]], - ['cloud_5finit',['cloud_init',['../cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d',1,'cloud.php']]], + ['cloud_5finit',['cloud_init',['../cloud_8php.html#ad2e96e917852f27dedfc263d37e13756',1,'cloud.php']]], ['collect',['collect',['../classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d',1,'ProtoDriver\collect()'],['../classZotDriver.html#af65febb26031eb7f39871b9e2a539797',1,'ZotDriver\collect()']]], ['collect_5fprivate',['collect_private',['../classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b',1,'ProtoDriver\collect_private()'],['../classZotDriver.html#a2e15ff09772f0608203dad1c98299394',1,'ZotDriver\collect_private()']]], ['collect_5frecipients',['collect_recipients',['../items_8php.html#a772f0ae77ad77c8ab68ed918a3870946',1,'items.php']]], diff --git a/doc/html/search/all_65.js b/doc/html/search/all_65.js index 113500fbd..c8412e9e0 100644 --- a/doc/html/search/all_65.js +++ b/doc/html/search/all_65.js @@ -8,7 +8,7 @@ var searchData= ['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]], ['editwebpage_2ephp',['editwebpage.php',['../editwebpage_8php.html',1,'']]], ['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]], - ['else',['else',['../auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5',1,'else(): auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else(): fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else(): tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else(): style.php']]], + ['else',['else',['../auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f',1,'else(): auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else(): fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else(): tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else(): style.php']]], ['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]], ['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]], ['encode_5fitem',['encode_item',['../items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86',1,'items.php']]], diff --git a/doc/html/search/all_66.js b/doc/html/search/all_66.js index 3e2bbcd59..57cf29738 100644 --- a/doc/html/search/all_66.js +++ b/doc/html/search/all_66.js @@ -33,8 +33,8 @@ var searchData= ['find_5fthread_5fparent_5findex',['find_thread_parent_index',['../conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6',1,'conversation.php']]], ['find_5fupstream_5fdirectory',['find_upstream_directory',['../dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d',1,'dir_fns.php']]], ['find_5fxchan_5fin_5farray',['find_xchan_in_array',['../text_8php.html#ace3c98538c63e09b70a363210b414112',1,'text.php']]], - ['findattachhash',['findAttachHash',['../classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5',1,'RedBrowser']]], - ['findattachidbyhash',['findAttachIdByHash',['../classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1',1,'RedBrowser']]], + ['findattachhash',['findAttachHash',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78',1,'RedMatrix::RedDAV::RedBrowser']]], + ['findattachidbyhash',['findAttachIdByHash',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd',1,'RedMatrix::RedDAV::RedBrowser']]], ['findpeople_5fwidget',['findpeople_widget',['../contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6',1,'contact_widgets.php']]], ['first_5fpost_5fdate',['first_post_date',['../items_8php.html#a0cf98bb619f07dd18f602683a55a5f59',1,'items.php']]], ['fix_5fattached_5ffile_5fpermissions',['fix_attached_file_permissions',['../item_8php.html#a3daae7944f737bd30412a0d042207c0f',1,'item.php']]], diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js index 63d49ae1a..a73da01ad 100644 --- a/doc/html/search/all_67.js +++ b/doc/html/search/all_67.js @@ -3,7 +3,7 @@ var searchData= ['gen_5ftoken',['gen_token',['../classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819',1,'FKOAuthDataStore']]], ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], ['gender_5fselector_5fmin',['gender_selector_min',['../profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816',1,'profile_selectors.php']]], - ['generatedirectoryindex',['generateDirectoryIndex',['../classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e',1,'RedBrowser']]], + ['generatedirectoryindex',['generateDirectoryIndex',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09',1,'RedMatrix::RedDAV::RedBrowser']]], ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], ['get_5faccount_5fid',['get_account_id',['../boot_8php.html#afe88b920aa285982edb817a0dd44eb37',1,'boot.php']]], @@ -35,6 +35,7 @@ var searchData= ['get_5fdb_5ferrno',['get_db_errno',['../setup_8php.html#a8652788e8589778c5f81634a9d5b9429',1,'setup.php']]], ['get_5fdefault_5fprofile_5fphoto',['get_default_profile_photo',['../identity_8php.html#ab1485a26b032956e1496fc08c58b83ed',1,'identity.php']]], ['get_5fdiaspora_5fkey',['get_diaspora_key',['../diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e',1,'diaspora.php']]], + ['get_5fdiaspora_5freshare_5fxml',['get_diaspora_reshare_xml',['../diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7',1,'diaspora.php']]], ['get_5fdim',['get_dim',['../datetime_8php.html#a7df24d72ea05922d3127363e2295174c',1,'datetime.php']]], ['get_5fdirectory_5frealm',['get_directory_realm',['../boot_8php.html#a329400dcb29897cdaae3020109272285',1,'boot.php']]], ['get_5fevents',['get_events',['../identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312',1,'identity.php']]], @@ -100,10 +101,11 @@ var searchData= ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], - ['getasseturl',['getAssetUrl',['../classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3',1,'RedBrowser']]], + ['getasseturl',['getAssetUrl',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d',1,'RedMatrix::RedDAV::RedBrowser']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], + ['getcurrentuser',['getCurrentUser',['../classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925',1,'RedBasicAuth']]], ['getdir',['getDir',['../classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4',1,'RedDirectory']]], ['getetag',['getETag',['../classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28',1,'RedFile']]], ['getext',['getExt',['../classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba',1,'photo_driver']]], @@ -113,6 +115,7 @@ var searchData= ['getname',['getName',['../classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583',1,'RedDirectory\getName()'],['../classRedFile.html#a0c961c5f49544d2502420361fa526437',1,'RedFile\getName()']]], ['getquotainfo',['getQuotaInfo',['../classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375',1,'RedDirectory']]], ['getsize',['getSize',['../classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f',1,'RedFile']]], + ['gettimezone',['getTimezone',['../classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f',1,'RedBasicAuth']]], ['gettype',['getType',['../classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3',1,'photo_driver']]], ['getwidth',['getWidth',['../classphoto__driver.html#acc30486acee9e89e32701f44a1738117',1,'photo_driver']]], ['goaway',['goaway',['../boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1',1,'boot.php']]], diff --git a/doc/html/search/all_68.js b/doc/html/search/all_68.js index 7d0f6ce9e..7a3916c8d 100644 --- a/doc/html/search/all_68.js +++ b/doc/html/search/all_68.js @@ -28,7 +28,7 @@ var searchData= ['html2bbcode_2ephp',['html2bbcode.php',['../html2bbcode_8php.html',1,'']]], ['html2plain',['html2plain',['../html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04',1,'html2plain.php']]], ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]], - ['htmlactionspanel',['htmlActionsPanel',['../classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349',1,'RedBrowser']]], + ['htmlactionspanel',['htmlActionsPanel',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf',1,'RedMatrix::RedDAV::RedBrowser']]], ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]], ['hubloc_2ephp',['hubloc.php',['../hubloc_8php.html',1,'']]], ['hubloc_5fflags_5fdeleted',['HUBLOC_FLAGS_DELETED',['../boot_8php.html#a7c286add8961fd2d79216314cd4aadd8',1,'boot.php']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index ef4f42db7..26597f86b 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -7,6 +7,8 @@ var searchData= ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): full.php'],['../redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): redable.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], + ['impel_2ephp',['impel.php',['../impel_8php.html',1,'']]], + ['impel_5finit',['impel_init',['../impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b',1,'impel.php']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_5fauthor_5fdiaspora',['import_author_diaspora',['../items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc',1,'items.php']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index 75d0ae441..879ff1473 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -24,7 +24,7 @@ var searchData= ['mark_5forphan_5fhubsxchans',['mark_orphan_hubsxchans',['../Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8',1,'Contact.php']]], ['match_2ephp',['match.php',['../match_8php.html',1,'']]], ['match_5fcontent',['match_content',['../match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d',1,'match.php']]], - ['match_5fopenid',['match_openid',['../auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38',1,'auth.php']]], + ['match_5fopenid',['match_openid',['../auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2',1,'auth.php']]], ['max_5fimage_5flength',['MAX_IMAGE_LENGTH',['../boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa',1,'boot.php']]], ['max_5flikers',['MAX_LIKERS',['../boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd',1,'boot.php']]], ['member_5fof',['member_of',['../include_2group_8php.html#a048f6892bfd28852de1b76470df411de',1,'group.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 8b0bbc1ca..1cd1e0dd5 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -67,11 +67,13 @@ var searchData= ['notification',['notification',['../enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc',1,'enotify.php']]], ['notifications_2ephp',['notifications.php',['../notifications_8php.html',1,'']]], ['notifications_5fcontent',['notifications_content',['../notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62',1,'notifications.php']]], + ['notifications_5foff',['notifications_off',['../identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe',1,'identity.php']]], + ['notifications_5fon',['notifications_on',['../identity_8php.html#a5650319c799de09d1b6d1076b6f839a4',1,'identity.php']]], ['notifications_5fpost',['notifications_post',['../notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33',1,'notifications.php']]], ['notifier_2ephp',['notifier.php',['../notifier_8php.html',1,'']]], ['notifier_5frun',['notifier_run',['../notifier_8php.html#a568c502f626cff95e344c0748938b85d',1,'notifier.php']]], - ['notify_2ephp',['notify.php',['../include_2notify_8php.html',1,'']]], ['notify_2ephp',['notify.php',['../mod_2notify_8php.html',1,'']]], + ['notify_2ephp',['notify.php',['../include_2notify_8php.html',1,'']]], ['notify_5fcomment',['NOTIFY_COMMENT',['../boot_8php.html#a20f0eed431d25870b624b8937a07a59f',1,'boot.php']]], ['notify_5fconfirm',['NOTIFY_CONFIRM',['../boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d',1,'boot.php']]], ['notify_5fcontent',['notify_content',['../mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3',1,'notify.php']]], diff --git a/doc/html/search/all_72.js b/doc/html/search/all_72.js index c8e873a4a..13f0b8e8f 100644 --- a/doc/html/search/all_72.js +++ b/doc/html/search/all_72.js @@ -11,8 +11,8 @@ var searchData= ['rbmark_5fpost',['rbmark_post',['../rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c',1,'rbmark.php']]], ['rconnect_5furl',['rconnect_url',['../Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91',1,'Contact.php']]], ['rdelim',['rdelim',['../namespacefriendica-to-smarty-tpl.html#a8540514fb7c4aa18ad2dffa2a975036b',1,'friendica-to-smarty-tpl']]], - ['readme_2emd',['README.md',['../blogga_2php_2README_8md.html',1,'']]], ['readme_2emd',['README.md',['../apw_2README_8md.html',1,'']]], + ['readme_2emd',['README.md',['../blogga_2php_2README_8md.html',1,'']]], ['rebuild_5ftheme_5ftable',['rebuild_theme_table',['../admin_8php.html#ae46311a3fefc21abc838a26e91789de6',1,'admin.php']]], ['receive_2ephp',['receive.php',['../receive_8php.html',1,'']]], ['receive_5fpost',['receive_post',['../receive_8php.html#a03d8fa26e77844020ba5602deca7d494',1,'receive.php']]], @@ -31,13 +31,16 @@ var searchData= ['redbasic_5fform',['redbasic_form',['../view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793',1,'config.php']]], ['redbasic_5finit',['redbasic_init',['../redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b',1,'theme.php']]], ['redbasicauth',['RedBasicAuth',['../classRedBasicAuth.html',1,'']]], - ['redbrowser',['RedBrowser',['../classRedBrowser.html',1,'']]], + ['redbrowser',['RedBrowser',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html',1,'RedMatrix::RedDAV']]], + ['redbrowser_2ephp',['RedBrowser.php',['../RedBrowser_8php.html',1,'']]], ['redchannellist',['RedChannelList',['../reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66',1,'reddav.php']]], ['redcollectiondata',['RedCollectionData',['../reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266',1,'reddav.php']]], + ['reddav',['RedDAV',['../namespaceRedMatrix_1_1RedDAV.html',1,'RedMatrix']]], ['reddav_2ephp',['reddav.php',['../reddav_8php.html',1,'']]], ['reddirectory',['RedDirectory',['../classRedDirectory.html',1,'']]], ['redfile',['RedFile',['../classRedFile.html',1,'']]], ['redfiledata',['RedFileData',['../reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088',1,'reddav.php']]], + ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'']]], ['reduce',['reduce',['../docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f',1,'docblox_errorchecker.php']]], ['ref_5fsession_5fclose',['ref_session_close',['../session_8php.html#a5e1c616e02b863d5450317d101366bb7',1,'session.php']]], ['ref_5fsession_5fdestroy',['ref_session_destroy',['../session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052',1,'session.php']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 1b93b138e..ec123194d 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -54,12 +54,14 @@ var searchData= ['set_5ftemplate',['set_template',['../classItem.html#af1b73df9b7c4b927e26b7e243b491f42',1,'Item']]], ['set_5ftemplate_5fengine',['set_template_engine',['../classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7',1,'App']]], ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], - ['set_5fwriteable',['set_writeable',['../classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f',1,'RedBrowser']]], + ['set_5fwriteable',['set_writeable',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19',1,'RedMatrix::RedDAV::RedBrowser']]], ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], + ['setauthenticated',['setAuthenticated',['../classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333',1,'RedBasicAuth']]], ['setbrowserplugin',['setBrowserPlugin',['../classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc',1,'RedBasicAuth']]], ['setcurrentuser',['setCurrentUser',['../classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857',1,'RedBasicAuth']]], ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], ['setname',['setName',['../classRedDirectory.html#adc48035679e52c55d9881f83de535553',1,'RedDirectory\setName()'],['../classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25',1,'RedFile\setName()']]], + ['settimezone',['setTimezone',['../classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a',1,'RedBasicAuth']]], ['settings_2ephp',['settings.php',['../settings_8php.html',1,'']]], ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], @@ -110,6 +112,7 @@ var searchData= ['starred_5finit',['starred_init',['../starred_8php.html#a63024fb418c678e49fd535e3752d349a',1,'starred.php']]], ['start_5fdelivery_5fchain',['start_delivery_chain',['../items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2',1,'items.php']]], ['startup',['startup',['../boot_8php.html#aca47505b8732177f52bb2d647eb2741c',1,'boot.php']]], + ['statistics_5ffns_2ephp',['statistics_fns.php',['../statistics__fns_8php.html',1,'']]], ['status_5feditor',['status_editor',['../conversation_8php.html#a2a7d541854bba755eb8ada59af7dcb1a',1,'conversation.php']]], ['storage_5fdefault_5fpermissions',['STORAGE_DEFAULT_PERMISSIONS',['../boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6',1,'boot.php']]], ['store',['store',['../classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b',1,'photo_driver']]], @@ -122,8 +125,8 @@ var searchData= ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], - ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], diff --git a/doc/html/search/all_75.js b/doc/html/search/all_75.js index a052a0a78..8ed7368d2 100644 --- a/doc/html/search/all_75.js +++ b/doc/html/search/all_75.js @@ -13,6 +13,9 @@ var searchData= ['update_5fbirthdays',['update_birthdays',['../datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826',1,'datetime.php']]], ['update_5fchannel_2ephp',['update_channel.php',['../update__channel_8php.html',1,'']]], ['update_5fchannel_5fcontent',['update_channel_content',['../update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba',1,'update_channel.php']]], + ['update_5fchannels_5factive_5fhalfyear_5fstat',['update_channels_active_halfyear_stat',['../statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6',1,'statistics_fns.php']]], + ['update_5fchannels_5factive_5fmonthly_5fstat',['update_channels_active_monthly_stat',['../statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe',1,'statistics_fns.php']]], + ['update_5fchannels_5ftotal_5fstat',['update_channels_total_stat',['../statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c',1,'statistics_fns.php']]], ['update_5fdirectory_5fentry',['update_directory_entry',['../dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13',1,'dir_fns.php']]], ['update_5fdisplay_2ephp',['update_display.php',['../update__display_8php.html',1,'']]], ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], @@ -22,6 +25,7 @@ var searchData= ['update_5fflags_5fforced',['UPDATE_FLAGS_FORCED',['../boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d',1,'boot.php']]], ['update_5fflags_5fupdated',['UPDATE_FLAGS_UPDATED',['../boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0',1,'boot.php']]], ['update_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], + ['update_5flocal_5fposts_5fstat',['update_local_posts_stat',['../statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa',1,'statistics_fns.php']]], ['update_5fmodtime',['update_modtime',['../zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd',1,'zot.php']]], ['update_5fnetwork_2ephp',['update_network.php',['../update__network_8php.html',1,'']]], ['update_5fnetwork_5fcontent',['update_network_content',['../update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41',1,'update_network.php']]], @@ -40,6 +44,6 @@ var searchData= ['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]], ['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]], ['user_5fremove',['user_remove',['../Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15',1,'Contact.php']]], - ['userreadablesize',['userReadableSize',['../classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64',1,'RedBrowser']]], + ['userreadablesize',['userReadableSize',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd',1,'RedMatrix::RedDAV::RedBrowser']]], ['util',['util',['../namespaceutil.html',1,'']]] ]; diff --git a/doc/html/search/classes_72.js b/doc/html/search/classes_72.js index 7196e9f30..83b6c85f7 100644 --- a/doc/html/search/classes_72.js +++ b/doc/html/search/classes_72.js @@ -1,7 +1,7 @@ var searchData= [ ['redbasicauth',['RedBasicAuth',['../classRedBasicAuth.html',1,'']]], - ['redbrowser',['RedBrowser',['../classRedBrowser.html',1,'']]], + ['redbrowser',['RedBrowser',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html',1,'RedMatrix::RedDAV']]], ['reddirectory',['RedDirectory',['../classRedDirectory.html',1,'']]], ['redfile',['RedFile',['../classRedFile.html',1,'']]] ]; diff --git a/doc/html/search/files_69.js b/doc/html/search/files_69.js index f7506b140..0b733cca3 100644 --- a/doc/html/search/files_69.js +++ b/doc/html/search/files_69.js @@ -1,6 +1,7 @@ var searchData= [ ['identity_2ephp',['identity.php',['../identity_8php.html',1,'']]], + ['impel_2ephp',['impel.php',['../impel_8php.html',1,'']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['importelm_2ephp',['importelm.php',['../importelm_8php.html',1,'']]], ['invite_2ephp',['invite.php',['../invite_8php.html',1,'']]], diff --git a/doc/html/search/files_72.js b/doc/html/search/files_72.js index 569d91934..247488352 100644 --- a/doc/html/search/files_72.js +++ b/doc/html/search/files_72.js @@ -2,11 +2,12 @@ var searchData= [ ['randprof_2ephp',['randprof.php',['../randprof_8php.html',1,'']]], ['rbmark_2ephp',['rbmark.php',['../rbmark_8php.html',1,'']]], - ['readme_2emd',['README.md',['../apw_2README_8md.html',1,'']]], ['readme_2emd',['README.md',['../blogga_2php_2README_8md.html',1,'']]], + ['readme_2emd',['README.md',['../apw_2README_8md.html',1,'']]], ['receive_2ephp',['receive.php',['../receive_8php.html',1,'']]], ['redable_2ephp',['redable.php',['../redable_8php.html',1,'']]], ['redbasic_2ephp',['redbasic.php',['../redbasic_8php.html',1,'']]], + ['redbrowser_2ephp',['RedBrowser.php',['../RedBrowser_8php.html',1,'']]], ['reddav_2ephp',['reddav.php',['../reddav_8php.html',1,'']]], ['register_2ephp',['register.php',['../register_8php.html',1,'']]], ['regmod_2ephp',['regmod.php',['../regmod_8php.html',1,'']]], diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index 3c81461d6..3e62fcaac 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -20,9 +20,10 @@ var searchData= ['spam_2ephp',['spam.php',['../spam_8php.html',1,'']]], ['sslify_2ephp',['sslify.php',['../sslify_8php.html',1,'']]], ['starred_2ephp',['starred.php',['../starred_8php.html',1,'']]], - ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], + ['statistics_5ffns_2ephp',['statistics_fns.php',['../statistics__fns_8php.html',1,'']]], ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], ['system_5funavailable_2ephp',['system_unavailable.php',['../system__unavailable_8php.html',1,'']]] diff --git a/doc/html/search/functions_5f.js b/doc/html/search/functions_5f.js index a0bd71165..5767841c8 100644 --- a/doc/html/search/functions_5f.js +++ b/doc/html/search/functions_5f.js @@ -1,6 +1,6 @@ var searchData= [ - ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classRedBrowser.html#a4b76be9ccef0262cf78fffb4129eda93',1,'RedBrowser\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], + ['_5f_5fconstruct',['__construct',['../classApp.html#af6d39f63fb7116bbeb04e51696f99474',1,'App\__construct()'],['../classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09',1,'Conversation\__construct()'],['../classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186',1,'dba_driver\__construct()'],['../classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2',1,'Item\__construct()'],['../classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6',1,'FKOAuth1\__construct()'],['../classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae',1,'photo_driver\__construct()'],['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a8161f2a0be205412e263c947b5ec46c5',1,'RedMatrix\RedDAV\RedBrowser\__construct()'],['../classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180',1,'RedDirectory\__construct()'],['../classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183',1,'RedFile\__construct()'],['../classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6',1,'FriendicaSmarty\__construct()'],['../classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6',1,'FriendicaSmartyEngine\__construct()']]], ['_5f_5fdestruct',['__destruct',['../classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721',1,'dba_driver\__destruct()'],['../classphoto__driver.html#ae4501abdc9651359f81d036b63625686',1,'photo_driver\__destruct()']]], ['_5fbuild_5fnodes',['_build_nodes',['../classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4',1,'Template']]], ['_5fget_5fvar',['_get_var',['../classTemplate.html#aae9c4d761ea1298e745e8052d7910194',1,'Template']]], diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js index 09b0d7070..949acb675 100644 --- a/doc/html/search/functions_62.js +++ b/doc/html/search/functions_62.js @@ -9,6 +9,7 @@ var searchData= ['bb_5flocation',['bb_location',['../bbcode_8php.html#a3435c82a6c7693557800cdeb6848d0bd',1,'bbcode.php']]], ['bb_5fparse_5fapp',['bb_parse_app',['../bbcode_8php.html#abb02f1044ff1c635d12af690d0f2cfa2',1,'bbcode.php']]], ['bb_5fparse_5fcrypt',['bb_parse_crypt',['../bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f',1,'bbcode.php']]], + ['bb_5fparse_5felement',['bb_parse_element',['../bbcode_8php.html#aa73fb62e7be1fa5fce4ad5f3d4487fc9',1,'bbcode.php']]], ['bb_5fqr',['bb_qr',['../bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c',1,'bbcode.php']]], ['bb_5fsanitize_5fstyle',['bb_sanitize_style',['../bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e',1,'bbcode.php']]], ['bb_5fshareattributes',['bb_ShareAttributes',['../bbcode_8php.html#a1c69e021d5e0aef97d6966bf3169c86a',1,'bbcode.php']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index 10159542b..76b0c59f0 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -60,7 +60,7 @@ var searchData= ['cli_5fstartup',['cli_startup',['../cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b',1,'cli_startup.php']]], ['cli_5fsuggest_5frun',['cli_suggest_run',['../cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2',1,'cli_suggest.php']]], ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()']]], - ['cloud_5finit',['cloud_init',['../cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d',1,'cloud.php']]], + ['cloud_5finit',['cloud_init',['../cloud_8php.html#ad2e96e917852f27dedfc263d37e13756',1,'cloud.php']]], ['collect',['collect',['../classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d',1,'ProtoDriver\collect()'],['../classZotDriver.html#af65febb26031eb7f39871b9e2a539797',1,'ZotDriver\collect()']]], ['collect_5fprivate',['collect_private',['../classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b',1,'ProtoDriver\collect_private()'],['../classZotDriver.html#a2e15ff09772f0608203dad1c98299394',1,'ZotDriver\collect_private()']]], ['collect_5frecipients',['collect_recipients',['../items_8php.html#a772f0ae77ad77c8ab68ed918a3870946',1,'items.php']]], diff --git a/doc/html/search/functions_66.js b/doc/html/search/functions_66.js index 4e63189e8..f77811f4e 100644 --- a/doc/html/search/functions_66.js +++ b/doc/html/search/functions_66.js @@ -24,8 +24,8 @@ var searchData= ['find_5fthread_5fparent_5findex',['find_thread_parent_index',['../conversation_8php.html#ae59703b07ce2ddf627b4172ff26058b6',1,'conversation.php']]], ['find_5fupstream_5fdirectory',['find_upstream_directory',['../dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d',1,'dir_fns.php']]], ['find_5fxchan_5fin_5farray',['find_xchan_in_array',['../text_8php.html#ace3c98538c63e09b70a363210b414112',1,'text.php']]], - ['findattachhash',['findAttachHash',['../classRedBrowser.html#ae4edd4e10c709e2624c1aeb47b0440c5',1,'RedBrowser']]], - ['findattachidbyhash',['findAttachIdByHash',['../classRedBrowser.html#a20d81230645ddca08a88bfd9ea9f88f1',1,'RedBrowser']]], + ['findattachhash',['findAttachHash',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad4bc0516533c62733f38043a37267d78',1,'RedMatrix::RedDAV::RedBrowser']]], + ['findattachidbyhash',['findAttachIdByHash',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a0733e38e254474d9a456825e72f1ddfd',1,'RedMatrix::RedDAV::RedBrowser']]], ['findpeople_5fwidget',['findpeople_widget',['../contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6',1,'contact_widgets.php']]], ['first_5fpost_5fdate',['first_post_date',['../items_8php.html#a0cf98bb619f07dd18f602683a55a5f59',1,'items.php']]], ['fix_5fattached_5ffile_5fpermissions',['fix_attached_file_permissions',['../item_8php.html#a3daae7944f737bd30412a0d042207c0f',1,'item.php']]], diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js index 51338a0e0..3216f9b77 100644 --- a/doc/html/search/functions_67.js +++ b/doc/html/search/functions_67.js @@ -3,7 +3,7 @@ var searchData= ['gen_5ftoken',['gen_token',['../classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819',1,'FKOAuthDataStore']]], ['gender_5fselector',['gender_selector',['../profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355',1,'profile_selectors.php']]], ['gender_5fselector_5fmin',['gender_selector_min',['../profile__selectors_8php.html#a8bfa1ca2d1598a3d65f1f9bb803ca816',1,'profile_selectors.php']]], - ['generatedirectoryindex',['generateDirectoryIndex',['../classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e',1,'RedBrowser']]], + ['generatedirectoryindex',['generateDirectoryIndex',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09',1,'RedMatrix::RedDAV::RedBrowser']]], ['get',['get',['../classCache.html#a70392b109331897bf9fdd7f1960e21de',1,'Cache\get()'],['../classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535',1,'RedFile\get()']]], ['get_5faccount',['get_account',['../classApp.html#a08bc87aff64f39fbc084e9d6545cee4d',1,'App']]], ['get_5faccount_5fid',['get_account_id',['../boot_8php.html#afe88b920aa285982edb817a0dd44eb37',1,'boot.php']]], @@ -35,6 +35,7 @@ var searchData= ['get_5fdb_5ferrno',['get_db_errno',['../setup_8php.html#a8652788e8589778c5f81634a9d5b9429',1,'setup.php']]], ['get_5fdefault_5fprofile_5fphoto',['get_default_profile_photo',['../identity_8php.html#ab1485a26b032956e1496fc08c58b83ed',1,'identity.php']]], ['get_5fdiaspora_5fkey',['get_diaspora_key',['../diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e',1,'diaspora.php']]], + ['get_5fdiaspora_5freshare_5fxml',['get_diaspora_reshare_xml',['../diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7',1,'diaspora.php']]], ['get_5fdim',['get_dim',['../datetime_8php.html#a7df24d72ea05922d3127363e2295174c',1,'datetime.php']]], ['get_5fdirectory_5frealm',['get_directory_realm',['../boot_8php.html#a329400dcb29897cdaae3020109272285',1,'boot.php']]], ['get_5fevents',['get_events',['../identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312',1,'identity.php']]], @@ -100,10 +101,11 @@ var searchData= ['get_5fwidgets',['get_widgets',['../classApp.html#a871898becd0697d778f36d9336253ae8',1,'App']]], ['get_5fwords',['get_words',['../spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6',1,'spam.php']]], ['get_5fxconfig',['get_xconfig',['../include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e',1,'config.php']]], - ['getasseturl',['getAssetUrl',['../classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3',1,'RedBrowser']]], + ['getasseturl',['getAssetUrl',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#acaa792c08d24e9dc2919759e92ba037d',1,'RedMatrix::RedDAV::RedBrowser']]], ['getchild',['getChild',['../classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569',1,'RedDirectory']]], ['getchildren',['getChildren',['../classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a',1,'RedDirectory']]], ['getcontenttype',['getContentType',['../classRedFile.html#a26416827eb68554d033d1e2e5cc6dd3b',1,'RedFile']]], + ['getcurrentuser',['getCurrentUser',['../classRedBasicAuth.html#a4a584de8eb31c786fabd8f6e1a6c8925',1,'RedBasicAuth']]], ['getdir',['getDir',['../classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4',1,'RedDirectory']]], ['getetag',['getETag',['../classRedFile.html#ae96d5caa2db7a461c57b24380fa87e28',1,'RedFile']]], ['getext',['getExt',['../classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba',1,'photo_driver']]], @@ -113,6 +115,7 @@ var searchData= ['getname',['getName',['../classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583',1,'RedDirectory\getName()'],['../classRedFile.html#a0c961c5f49544d2502420361fa526437',1,'RedFile\getName()']]], ['getquotainfo',['getQuotaInfo',['../classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375',1,'RedDirectory']]], ['getsize',['getSize',['../classRedFile.html#acb1edbe1848fab05347746fa1ea09d8f',1,'RedFile']]], + ['gettimezone',['getTimezone',['../classRedBasicAuth.html#a9fdd4b890e3e7c7e1ae96ead2301418f',1,'RedBasicAuth']]], ['gettype',['getType',['../classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3',1,'photo_driver']]], ['getwidth',['getWidth',['../classphoto__driver.html#acc30486acee9e89e32701f44a1738117',1,'photo_driver']]], ['goaway',['goaway',['../boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1',1,'boot.php']]], diff --git a/doc/html/search/functions_68.js b/doc/html/search/functions_68.js index 1fa2cdd16..8260baf97 100644 --- a/doc/html/search/functions_68.js +++ b/doc/html/search/functions_68.js @@ -22,6 +22,6 @@ var searchData= ['html2bb_5fvideo',['html2bb_video',['../text_8php.html#a138a3a611fa7f4f3630674145fc826bf',1,'text.php']]], ['html2bbcode',['html2bbcode',['../html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837',1,'html2bbcode.php']]], ['html2plain',['html2plain',['../html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04',1,'html2plain.php']]], - ['htmlactionspanel',['htmlActionsPanel',['../classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349',1,'RedBrowser']]], + ['htmlactionspanel',['htmlActionsPanel',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf',1,'RedMatrix::RedDAV::RedBrowser']]], ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]] ]; diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index 8586cf0da..cc9cbd640 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -5,6 +5,7 @@ var searchData= ['identity_5fselector',['identity_selector',['../identity_8php.html#a2ab5172eabd375869060c9ad68323f5c',1,'identity.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], + ['impel_5finit',['impel_init',['../impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b',1,'impel.php']]], ['import_5fauthor_5fdiaspora',['import_author_diaspora',['../items_8php.html#a2c3f97b2109c05df86d97449b3c78ebc',1,'items.php']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], ['import_5fauthor_5funknown',['import_author_unknown',['../items_8php.html#a37f79991f36811cf847446ff60e8e11f',1,'items.php']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index 9e02df205..8ace240f9 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -14,7 +14,7 @@ var searchData= ['marital_5fselector_5fmin',['marital_selector_min',['../profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534',1,'profile_selectors.php']]], ['mark_5forphan_5fhubsxchans',['mark_orphan_hubsxchans',['../Contact_8php.html#a08845ce8c5b997d5edac38ae7118b5c8',1,'Contact.php']]], ['match_5fcontent',['match_content',['../match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d',1,'match.php']]], - ['match_5fopenid',['match_openid',['../auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38',1,'auth.php']]], + ['match_5fopenid',['match_openid',['../auth_8php.html#a69fa663e6baf65f80d1b114ad72615f2',1,'auth.php']]], ['member_5fof',['member_of',['../include_2group_8php.html#a048f6892bfd28852de1b76470df411de',1,'group.php']]], ['menu_5fadd_5fitem',['menu_add_item',['../include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8',1,'menu.php']]], ['menu_5fcontent',['menu_content',['../mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf',1,'menu.php']]], diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index 7949a4dca..e9981a764 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -27,6 +27,8 @@ var searchData= ['notice',['notice',['../boot_8php.html#a9255af5ae9c887520091ea04763c1a88',1,'boot.php']]], ['notification',['notification',['../enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc',1,'enotify.php']]], ['notifications_5fcontent',['notifications_content',['../notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62',1,'notifications.php']]], + ['notifications_5foff',['notifications_off',['../identity_8php.html#a2e6a1cc35887937823ec7fbb90472afe',1,'identity.php']]], + ['notifications_5fon',['notifications_on',['../identity_8php.html#a5650319c799de09d1b6d1076b6f839a4',1,'identity.php']]], ['notifications_5fpost',['notifications_post',['../notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33',1,'notifications.php']]], ['notifier_5frun',['notifier_run',['../notifier_8php.html#a568c502f626cff95e344c0748938b85d',1,'notifier.php']]], ['notify_5fcontent',['notify_content',['../mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3',1,'notify.php']]], diff --git a/doc/html/search/functions_73.js b/doc/html/search/functions_73.js index ad8ed8579..10a733a59 100644 --- a/doc/html/search/functions_73.js +++ b/doc/html/search/functions_73.js @@ -49,12 +49,14 @@ var searchData= ['set_5ftemplate',['set_template',['../classItem.html#af1b73df9b7c4b927e26b7e243b491f42',1,'Item']]], ['set_5ftemplate_5fengine',['set_template_engine',['../classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7',1,'App']]], ['set_5fwidget',['set_widget',['../classApp.html#a123b903dfe5d3488cc68db3471d36fd2',1,'App']]], - ['set_5fwriteable',['set_writeable',['../classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f',1,'RedBrowser']]], + ['set_5fwriteable',['set_writeable',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19',1,'RedMatrix::RedDAV::RedBrowser']]], ['set_5fxconfig',['set_xconfig',['../include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e',1,'config.php']]], + ['setauthenticated',['setAuthenticated',['../classRedBasicAuth.html#a3ef43177abe0ef72da140a25bc568333',1,'RedBasicAuth']]], ['setbrowserplugin',['setBrowserPlugin',['../classRedBasicAuth.html#a358ddad4abb5aa8c1382cf49a907adbc',1,'RedBasicAuth']]], ['setcurrentuser',['setCurrentUser',['../classRedBasicAuth.html#a072e8244a9a7f191b32d3db5ac94f857',1,'RedBasicAuth']]], ['setdimensions',['setDimensions',['../classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143',1,'photo_driver\setDimensions()'],['../classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e',1,'photo_gd\setDimensions()'],['../classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb',1,'photo_imagick\setDimensions()']]], ['setname',['setName',['../classRedDirectory.html#adc48035679e52c55d9881f83de535553',1,'RedDirectory\setName()'],['../classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25',1,'RedFile\setName()']]], + ['settimezone',['setTimezone',['../classRedBasicAuth.html#a2f5d4ef7040c65b79b2fdfdf1212395a',1,'RedBasicAuth']]], ['settings_5finit',['settings_init',['../settings_8php.html#a3a4cde287482fced008583f54ba2a722',1,'settings.php']]], ['settings_5fpost',['settings_post',['../settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586',1,'settings.php']]], ['setup_5fcontent',['setup_content',['../setup_8php.html#a88247384a96e14516f474d7af6a465c1',1,'setup.php']]], diff --git a/doc/html/search/functions_75.js b/doc/html/search/functions_75.js index 9c23d4d2e..ed15e2e95 100644 --- a/doc/html/search/functions_75.js +++ b/doc/html/search/functions_75.js @@ -11,10 +11,14 @@ var searchData= ['unxmlify',['unxmlify',['../text_8php.html#a1360fed7f918d859daaca1c9f384f9af',1,'text.php']]], ['update_5fbirthdays',['update_birthdays',['../datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826',1,'datetime.php']]], ['update_5fchannel_5fcontent',['update_channel_content',['../update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba',1,'update_channel.php']]], + ['update_5fchannels_5factive_5fhalfyear_5fstat',['update_channels_active_halfyear_stat',['../statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6',1,'statistics_fns.php']]], + ['update_5fchannels_5factive_5fmonthly_5fstat',['update_channels_active_monthly_stat',['../statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe',1,'statistics_fns.php']]], + ['update_5fchannels_5ftotal_5fstat',['update_channels_total_stat',['../statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c',1,'statistics_fns.php']]], ['update_5fdirectory_5fentry',['update_directory_entry',['../dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13',1,'dir_fns.php']]], ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], ['update_5ffeed_5fitem',['update_feed_item',['../items_8php.html#a9b449eeae50003414b8b30ca927af434',1,'items.php']]], ['update_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], + ['update_5flocal_5fposts_5fstat',['update_local_posts_stat',['../statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa',1,'statistics_fns.php']]], ['update_5fmodtime',['update_modtime',['../zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd',1,'zot.php']]], ['update_5fnetwork_5fcontent',['update_network_content',['../update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41',1,'update_network.php']]], ['update_5fqueue_5ftime',['update_queue_time',['../queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1',1,'queue_fn.php']]], @@ -28,5 +32,5 @@ var searchData= ['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]], ['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]], ['user_5fremove',['user_remove',['../Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15',1,'Contact.php']]], - ['userreadablesize',['userReadableSize',['../classRedBrowser.html#ad3418b8ccad42a1ef4ad0079e15b2e64',1,'RedBrowser']]] + ['userreadablesize',['userReadableSize',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd',1,'RedMatrix::RedDAV::RedBrowser']]] ]; diff --git a/doc/html/search/namespaces_72.html b/doc/html/search/namespaces_72.html new file mode 100644 index 000000000..ae42baffb --- /dev/null +++ b/doc/html/search/namespaces_72.html @@ -0,0 +1,26 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html><head><title></title> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta name="generator" content="Doxygen 1.8.3.1"> +<link rel="stylesheet" type="text/css" href="search.css"/> +<script type="text/javascript" src="namespaces_72.js"></script> +<script type="text/javascript" src="search.js"></script> +</head> +<body class="SRPage"> +<div id="SRIndex"> +<div class="SRStatus" id="Loading">Loading...</div> +<div id="SRResults"></div> +<script type="text/javascript"><!-- +createResults(); +--></script> +<div class="SRStatus" id="Searching">Searching...</div> +<div class="SRStatus" id="NoMatches">No Matches</div> +<script type="text/javascript"><!-- +document.getElementById("Loading").style.display="none"; +document.getElementById("NoMatches").style.display="none"; +var searchResults = new SearchResults("searchResults"); +searchResults.Search(); +--></script> +</div> +</body> +</html> diff --git a/doc/html/search/namespaces_72.js b/doc/html/search/namespaces_72.js new file mode 100644 index 000000000..eb7254128 --- /dev/null +++ b/doc/html/search/namespaces_72.js @@ -0,0 +1,5 @@ +var searchData= +[ + ['reddav',['RedDAV',['../namespaceRedMatrix_1_1RedDAV.html',1,'RedMatrix']]], + ['redmatrix',['RedMatrix',['../namespaceRedMatrix.html',1,'']]] +]; diff --git a/doc/html/search/search.js b/doc/html/search/search.js index 9b5c322ac..fe24f105b 100644 --- a/doc/html/search/search.js +++ b/doc/html/search/search.js @@ -9,7 +9,7 @@ var indexSectionsWithContent = { 0: "0000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000010111111111111111111111111010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 1: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111001000000101010000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - 2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100001000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + 2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100001000000000001001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 3: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111111111001111111111111010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 4: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111111111111111111111111010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 5: "0000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000101111111111111101111011010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", diff --git a/doc/html/search/variables_24.js b/doc/html/search/variables_24.js index 2409f73b0..7166d3bfb 100644 --- a/doc/html/search/variables_24.js +++ b/doc/html/search/variables_24.js @@ -9,7 +9,7 @@ var searchData= ['_24argv',['$argv',['../classApp.html#ab3da757abe5cb45bf88f07cc51a73b58',1,'App']]], ['_24arr',['$arr',['../extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb',1,'extract.php']]], ['_24aside',['$aside',['../minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf',1,'minimalisticdarkness.php']]], - ['_24auth',['$auth',['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()'],['../classRedBrowser.html#ab6d6d1e2a67e06b344a4cede1bd00b35',1,'RedBrowser\$auth()']]], + ['_24auth',['$auth',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#ad19179bf4ac7f18fafa7e2e3df800142',1,'RedMatrix\RedDAV\RedBrowser\$auth()'],['../classRedDirectory.html#a9616af16cd19a18a6afebebcc2881c44',1,'RedDirectory\$auth()'],['../classRedFile.html#a4b5d0e33f919c6c175b30a55de6263f2',1,'RedFile\$auth()']]], ['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]], ['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]], ['_24browser',['$browser',['../classRedBasicAuth.html#af14337f1baad407f8a85d48205c0f30e',1,'RedBasicAuth']]], diff --git a/doc/html/search/variables_65.js b/doc/html/search/variables_65.js index 78718ea57..cb68909a7 100644 --- a/doc/html/search/variables_65.js +++ b/doc/html/search/variables_65.js @@ -1,6 +1,6 @@ var searchData= [ - ['else',['else',['../auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5',1,'else(): auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else(): fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else(): tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else(): style.php']]], + ['else',['else',['../auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f',1,'else(): auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else(): fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else(): tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else(): style.php']]], ['eol',['EOL',['../boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b',1,'boot.php']]], ['eot',['EOT',['../typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805',1,'typohelper.php']]], ['excludepaths',['excludepaths',['../namespaceupdatetpl.html#a988d937ed5d5c2b592b763036af5cf94',1,'updatetpl']]], diff --git a/doc/html/statistics__fns_8php.html b/doc/html/statistics__fns_8php.html new file mode 100644 index 000000000..541842b29 --- /dev/null +++ b/doc/html/statistics__fns_8php.html @@ -0,0 +1,195 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/statistics_fns.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('statistics__fns_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">statistics_fns.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:a05858927cce81fd367aedf85a94ed90c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c">update_channels_total_stat</a> ()</td></tr> +<tr class="separator:a05858927cce81fd367aedf85a94ed90c"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a82726229a961d3bd3d543005c61dd8e6"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6">update_channels_active_halfyear_stat</a> ()</td></tr> +<tr class="separator:a82726229a961d3bd3d543005c61dd8e6"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ad2b7b595c039c4c2eb0d6cd57a393dfe"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe">update_channels_active_monthly_stat</a> ()</td></tr> +<tr class="separator:ad2b7b595c039c4c2eb0d6cd57a393dfe"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a9dd516dda693f17f5ce48a94876f7efa"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa">update_local_posts_stat</a> ()</td></tr> +<tr class="separator:a9dd516dda693f17f5ce48a94876f7efa"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a82726229a961d3bd3d543005c61dd8e6"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">update_channels_active_halfyear_stat </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> + +</div> +</div> +<a class="anchor" id="ad2b7b595c039c4c2eb0d6cd57a393dfe"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">update_channels_active_monthly_stat </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> + +</div> +</div> +<a class="anchor" id="a05858927cce81fd367aedf85a94ed90c"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">update_channels_total_stat </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> + +</div> +</div> +<a class="anchor" id="a9dd516dda693f17f5ce48a94876f7efa"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">update_local_posts_stat </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/statistics__fns_8php.js b/doc/html/statistics__fns_8php.js new file mode 100644 index 000000000..6ef78ffae --- /dev/null +++ b/doc/html/statistics__fns_8php.js @@ -0,0 +1,7 @@ +var statistics__fns_8php = +[ + [ "update_channels_active_halfyear_stat", "statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6", null ], + [ "update_channels_active_monthly_stat", "statistics__fns_8php.html#ad2b7b595c039c4c2eb0d6cd57a393dfe", null ], + [ "update_channels_total_stat", "statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c", null ], + [ "update_local_posts_stat", "statistics__fns_8php.html#a9dd516dda693f17f5ce48a94876f7efa", null ] +];
\ No newline at end of file diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index eb743856a..9474507d0 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -330,7 +330,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> +<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> </div> </div> @@ -461,7 +461,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">pemtome()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">pubrsatome()</a>, <a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield()</a>, <a class="el" href="text_8php.html#a273156a6f5cddc6652ad656821cd5805">smile_unshield()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="crypto_8php.html#a798368843cdd9bb08386b48e53e29e8c">pemtome()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="crypto_8php.html#a2a3fae7caca27f86d158eeaf69b6f287">pubrsatome()</a>, <a class="el" href="bb2diaspora_8php.html#ab61b4f8c065e97b151411858bb2f209a">share_unshield()</a>, <a class="el" href="text_8php.html#a273156a6f5cddc6652ad656821cd5805">smile_unshield()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> @@ -489,7 +489,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75">make_xchan_hash()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">salmon_key()</a>, <a class="el" href="bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d">share_shield()</a>, <a class="el" href="text_8php.html#a10dde167249ed5abf190a7a0986878ea">smile_shield()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, and <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>.</p> +<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249">identity_basic_export()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="zot_8php.html#a0fc2211c5309d9f925ecc4115e3fdb75">make_xchan_hash()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="crypto_8php.html#a9191447cc46f0b4eaba3273e313994d5">salmon_key()</a>, <a class="el" href="bb2diaspora_8php.html#ad033be99e87a2aaa05e569c68f30792d">share_shield()</a>, <a class="el" href="text_8php.html#a10dde167249ed5abf190a7a0986878ea">smile_shield()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, and <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>.</p> </div> </div> @@ -1138,7 +1138,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> +<p>Referenced by <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> </div> </div> @@ -1339,7 +1339,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae">blog_install()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c">blog_uninstall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">get_diaspora_key()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec">old_webfinger()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f">q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="items_8php.html#a9b449eeae50003414b8b30ca927af434">update_feed_item()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="Contact_8php.html#a5101d7eca5d6f387e5555f03fe249e33">account_remove()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="bb2diaspora_8php.html#a2052c66bc1006a42b4c230320c269e47">bb2diaspora_itembody()</a>, <a class="el" href="bb2diaspora_8php.html#aab32042f8bd63552d3fadeeae9eab083">bb2diaspora_itemwallwall()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae">blog_install()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c">blog_uninstall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#adc26e08aa61f5666da04ab5d2a9d68a6">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a849754ec369e1a60fadae5c14584ca36">diaspora_decode()</a>, <a class="el" href="diaspora_8php.html#a6f0a67b6b17503c125af32763be931b7">diaspora_dispatch()</a>, <a class="el" href="diaspora_8php.html#ab99505944728d46585b8312989de533d">diaspora_dispatch_public()</a>, <a class="el" href="diaspora_8php.html#a5ed66b910d7b0284f9b3ee04e72306ff">diaspora_handle_from_contact()</a>, <a class="el" href="diaspora_8php.html#a858f70153c384f8778082cf7843a19da">diaspora_is_blacklisted()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605">diaspora_process_outbound()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="include_2network_8php.html#a63e62946e194928eb17c5a9f2bbef0fe">discover_by_webbie()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send()</a>, <a class="el" href="items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86">encode_item()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="include_2network_8php.html#a850ed5307c6a18076f4b80addc99602d">fetch_xrd_links()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="diaspora_8php.html#aade0c165fcdded71352c7a67bf6ce37b">find_diaspora_person_by_handle()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="diaspora_8php.html#a9bf7ef4094e0e14f6e2b7fe76ab7ad2e">get_diaspora_key()</a>, <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#a37f79991f36811cf847446ff60e8e11f">import_author_unknown()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a528e97ca5d69c3b7f35c5d954afde315">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2network_8php.html#a872bbe72d23826c64c9e0f822180a3ec">old_webfinger()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a8eeefdb0dad4c436bea9d1c06c0a7988">process_location_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a561103564199da56e58061a4196eb102">profile_photo_set_profile_perms()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f">q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="receive_8php.html#a03d8fa26e77844020ba5602deca7d494">receive_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="hubloc_8php.html#a84c79b7be352f62d12fe4fa2c80fc6ea">remove_obsolete_hublocs()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory\setName()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="items_8php.html#adf2b8137dc4ad9ec958de2842f16f3c2">start_delivery_chain()</a>, <a class="el" href="items_8php.html#af0a887050dc8d0f51c89890cdaf3145f">store_diaspora_comment_sig()</a>, <a class="el" href="security_8php.html#a6126c77a1267e046ac59cf864613f011">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="zot_8php.html#ab15c04e7e5f44edf45ec50dd7d183254">sync_locations()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="items_8php.html#a9b449eeae50003414b8b30ca927af434">update_feed_item()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -1522,7 +1522,7 @@ Variables</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>string Filtered string </dd></dl> -<p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">sanitise_acl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">sanitise_acl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -1826,7 +1826,7 @@ Variables</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>string substituted string </dd></dl> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#a3deba594ca1e11694eac1de0b724ef0a">admin_page_profs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2apps_8php.html#a1b2e737f477a2e0d9d11ef14adc5aa66">app_render()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#af764d5f14df751f9ec86c34fab300c09">RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a3bd98af2d1cdfd8f26deb914596176cf">RedMatrix\RedDAV\RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263">poll_content()</a>, <a class="el" href="acl__selectors_8php.html#ad25bba63a51a2b0b5b463efae50df528">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="account_8php.html#acd6b8d2124ba5ea4f4794d2c58ae8bf5">verify_email_address()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#aced5cb177f630b30799c5eab873ee75c">widget_appselect()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -2076,7 +2076,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, and <a class="el" href="items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a">red_zrlify_img_callback()</a>.</p> +<p>Referenced by <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, and <a class="el" href="items_8php.html#a78a60e39f6991bd3324a24dcbf9dac5a">red_zrlify_img_callback()</a>.</p> </div> </div> @@ -2192,7 +2192,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, and <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>.</p> +<p>Referenced by <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#a938c7ee808d38725c0988fa6006805b9">diaspora_retraction()</a>, <a class="el" href="diaspora_8php.html#aa34d2748bb97e9e193cacd572f335055">diaspora_signed_retraction()</a>, <a class="el" href="include_2network_8php.html#a5176176ddc1906d91f186df6fbd87b48">discover_by_url()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="items_8php.html#a5e5be7bf1f8257dec0b2647e60a3f3f1">get_atom_elements()</a>, and <a class="el" href="diaspora_8php.html#ac9e41e46626dc608204bf4b5e16e62d7">get_diaspora_reshare_xml()</a>.</p> </div> </div> diff --git a/doc/html/todo.html b/doc/html/todo.html index b67af7ae0..bc05e9751 100644 --- a/doc/html/todo.html +++ b/doc/html/todo.html @@ -104,16 +104,18 @@ $(document).ready(function(){initNavTree('todo.html','');}); <div class="textblock"><dl class="reflist"> <dt><a class="anchor" id="_todo000001"></a>File <a class="el" href="include_2config_8php.html">config.php</a> </dt> <dd>There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011. </dd> -<dt><a class="anchor" id="_todo000002"></a>Member <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList</a> (&$auth)</dt> +<dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList</a> (&$auth)</dt> <dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? </dd> -<dt><a class="anchor" id="_todo000003"></a>Member <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData</a> ($file, &$auth)</dt> +<dt><a class="anchor" id="_todo000005"></a>Member <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData</a> ($file, &$auth)</dt> <dd>Is there any reason why this is not inside <a class="el" href="classRedDirectory.html" title="RedDirectory class.">RedDirectory</a> class? Seems only to be used there and we could simplify it a bit there. </dd> -<dt><a class="anchor" id="_todo000004"></a>Member <a class="el" href="classRedDirectory.html#a0f113244cd85c17848df991001d024f4">RedDirectory::$ext_path</a> </dt> -<dd>I think this is not used anywhere, we always strip '/cloud' and only use it in debug </dd> -<dt><a class="anchor" id="_todo000006"></a>Member <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory::getDir</a> ()</dt> +<dt><a class="anchor" id="_todo000003"></a>File <a class="el" href="reddav_8php.html">reddav.php</a> </dt> +<dd>split up the classes into own files. </dd> +<dt><a class="anchor" id="_todo000008"></a>Member <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory::getDir</a> ()</dt> <dd>add description of what this function does. </dd> -<dt><a class="anchor" id="_todo000005"></a>Member <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory::setName</a> ($name)</dt> -<dd>handle duplicate directory name</dd> +<dt><a class="anchor" id="_todo000007"></a>Member <a class="el" href="classRedDirectory.html#adc48035679e52c55d9881f83de535553">RedDirectory::setName</a> ($name)</dt> +<dd>handle duplicate directory name </dd> +<dt><a class="anchor" id="_todo000002"></a>Member <a class="el" href="classRedMatrix_1_1RedDAV_1_1RedBrowser.html#aa1607857cb59738c4dce2fe8e73d8f19">RedMatrix::set_writeable</a> ()</dt> +<dd>Maybe this can be solved with some $server->subscribeEvent()? </dd> </dl> </div></div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index 85dcc1a67..a87780731 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677">Template\_replcb_inc()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad">api_account_verify_credentials()</a>, <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705">api_direct_messages_all()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3">api_direct_messages_conversation()</a>, <a class="el" href="include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2">api_direct_messages_inbox()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d">api_direct_messages_sentbox()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b">api_followers_ids()</a>, <a class="el" href="include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879">api_format_as()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#acafd2899309a005fcb725289173dc7fe">api_friends_ids()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1">api_item_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a6951c690d87775eb37e569c66011988e">api_statuses_followers()</a>, <a class="el" href="include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e">api_statuses_friends()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658">app_name_compare()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b">blog_init()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">blogtheme_display_item()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="boot_8php.html#ab79b8b4555cae20d03f8200666d89d63">clean_urls()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf">directory_init()</a>, <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2">BaseObject\get_app()</a>, <a class="el" href="boot_8php.html#a0e6db7e365f2b041a828b93786f694bc">get_app()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config()</a>, <a class="el" href="boot_8php.html#a899d24fd074594ceebbf72e1feff335f">get_custom_nav()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e">get_xconfig()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285">link_compare()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">mytheme_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="language_8php.html#a78bd204955ec4cc3a9ac651285a1689d">pop_lang()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="language_8php.html#ac9142ef1d01a235c760deb0f16643f5a">push_lang()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">tag_sort_length()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43">tags_sort()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda">z_path()</a>, <a class="el" href="boot_8php.html#add517a0958ac684792c62142a3877f81">z_root()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677">Template\_replcb_inc()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad">api_account_verify_credentials()</a>, <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705">api_direct_messages_all()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3">api_direct_messages_conversation()</a>, <a class="el" href="include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2">api_direct_messages_inbox()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d">api_direct_messages_sentbox()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b">api_followers_ids()</a>, <a class="el" href="include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879">api_format_as()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#acafd2899309a005fcb725289173dc7fe">api_friends_ids()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1">api_item_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a6951c690d87775eb37e569c66011988e">api_statuses_followers()</a>, <a class="el" href="include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e">api_statuses_friends()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2apps_8php.html#ab93a3310b7de99ee90f673518eccb658">app_name_compare()</a>, <a class="el" href="appman_8php.html#af48805ac2f6f123f2681a8ae1c6f123f">appman_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b">blog_init()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">blogtheme_display_item()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#aa97b33b619dd7132a9274f852af6ceb5">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a4e8af0f0525161da74583c04b8b03097">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="boot_8php.html#ab79b8b4555cae20d03f8200666d89d63">clean_urls()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cloud_8php.html#ad2e96e917852f27dedfc263d37e13756">cloud_init()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="diaspora_8php.html#a006731620a5242d410358b32678e48e3">diaspora_asphoto()</a>, <a class="el" href="diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829">diaspora_comment()</a>, <a class="el" href="diaspora_8php.html#adef30b6fac948baedcc7194d5d155b5f">diaspora_conversation()</a>, <a class="el" href="diaspora_8php.html#a5d57518545baa31cf8a85a937a267681">diaspora_like()</a>, <a class="el" href="diaspora_8php.html#a7cff2f8f11044c1b3a360f20e1bbee46">diaspora_message()</a>, <a class="el" href="diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b">diaspora_msg_build()</a>, <a class="el" href="diaspora_8php.html#a71fe9bb66626b4197ae018a230778bb2">diaspora_photo()</a>, <a class="el" href="diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31">diaspora_post()</a>, <a class="el" href="diaspora_8php.html#a900abf51398b2ef26cd2cd31c52f1b0f">diaspora_profile()</a>, <a class="el" href="diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa">diaspora_pubmsg_build()</a>, <a class="el" href="diaspora_8php.html#ac1ab782a34552a7c6b4dc961754ed598">diaspora_request()</a>, <a class="el" href="diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007">diaspora_reshare()</a>, <a class="el" href="diaspora_8php.html#af4698b165766f83d89ec1ea964bc92cc">diaspora_send_followup()</a>, <a class="el" href="diaspora_8php.html#ae6f52efd81fe515cd9912bc8293abf5b">diaspora_send_images()</a>, <a class="el" href="diaspora_8php.html#aeb2bb78f620dbf51d9335e6eb7444f2c">diaspora_send_mail()</a>, <a class="el" href="diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d">diaspora_send_relay()</a>, <a class="el" href="diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a">diaspora_send_retraction()</a>, <a class="el" href="diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668">diaspora_send_status()</a>, <a class="el" href="diaspora_8php.html#a69f250b078a46e405647428ec3399a16">diaspora_share()</a>, <a class="el" href="diaspora_8php.html#aa704d6aa2ac77be345c0f501168e6e56">diaspora_transmit()</a>, <a class="el" href="diaspora_8php.html#ab736d6f32b5de31c97cb579fc730e200">diaspora_unshare()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf">directory_init()</a>, <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a7378e839ac3de9d55579eb3ec48eaf92">event_store_item()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2">BaseObject\get_app()</a>, <a class="el" href="boot_8php.html#a0e6db7e365f2b041a828b93786f694bc">get_app()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config()</a>, <a class="el" href="boot_8php.html#a899d24fd074594ceebbf72e1feff335f">get_custom_nav()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e">get_xconfig()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d">hcard_init()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b">impel_init()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285">link_compare()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b">load_pconfig()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52">load_xconfig()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">mytheme_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e">p_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="language_8php.html#a78bd204955ec4cc3a9ac651285a1689d">pop_lang()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="language_8php.html#ac9142ef1d01a235c760deb0f16643f5a">push_lang()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f">regver_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695">removeaccount_content()</a>, <a class="el" href="removeaccount_8php.html#a26a3325292e932c59793430ab737126a">removeaccount_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="include_2network_8php.html#a316f318167a039c89719afbd129a8f3c">scrape_feed()</a>, <a class="el" href="include_2network_8php.html#acb0bd7f5fe38ff1eaebeae3284525070">scrape_vcard()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="account_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a">service_limits_content()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">tag_sort_length()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43">tags_sort()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="language_8php.html#a686bcafa6b0d5c86d37b38a1db5b6997">tt()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ad07be417ac7eda939768804106ddea3d">user_approve()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda">z_path()</a>, <a class="el" href="boot_8php.html#add517a0958ac684792c62142a3877f81">z_root()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> </div> </div> diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index dcd54ef82..6639250ae 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -41,7 +41,7 @@ class RedBrowser extends DAV\Browser\Plugin { */ public function __construct(&$auth) { $this->auth = $auth; - parent::__construct(false, false); + parent::__construct(true, false); } /** diff --git a/include/apps.php b/include/apps.php index 91012b0ef..cd0c2984e 100644 --- a/include/apps.php +++ b/include/apps.php @@ -11,7 +11,10 @@ require_once('include/identity.php'); function get_system_apps() { $ret = array(); - $files = glob('app/*.apd'); + if(is_dir('apps')) + $files = glob('apps/*.apd'); + else + $files = glob('app/*.apd'); if($files) { foreach($files as $f) { $x = parse_app_description($f); diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 089838e97..a80b3343b 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -263,6 +263,17 @@ function bb2dmention_callback($match) { function bb2diaspora_itemwallwall(&$item) { + $author_exists = true; + if(! array_key_exists('author',$item)) { + $author_exists = false; + logger('bb2diaspora_itemwallwall: no author'); + $r = q("select * from xchan where xchan_hash = '%s' limit 1", + dbesc($item['author_xchan']) + ); + if($r) + $item['author'] = $r[0]; + } + if(($item['mid'] == $item['parent_mid']) && ($item['author_xchan'] != $item['owner_xchan']) && (is_array($item['author']))) { logger('bb2diaspora_itemwallwall: author: ' . print_r($item['author'],true), LOGGER_DEBUG); } @@ -275,6 +286,11 @@ function bb2diaspora_itemwallwall(&$item) { . '[url=' . $item['author']['xchan_url'] . ']' . $item['author']['xchan_name'] . '[/url]' . "\n\n" . $item['body']; } + // $item['author'] might cause a surprise further down the line if it wasn't expected to be here. + + if(! $author_exists) + $unset($item['author']); + } diff --git a/include/bbcode.php b/include/bbcode.php index d7a5ac457..6b7217f91 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -162,7 +162,7 @@ function bb_parse_app($match) { function bb_parse_element($match) { $j = json_decode(base64url_decode($match[1]),true); if($j) { - $o = EOL . '<a href="' . z_root() . '" foo="baz" onclick="importElement(\'' . $match[1] . '\'); return false;" >' . t('Install design element: ') . $j['pagetitle'] . '</a>' . EOL; + $o = EOL . '<a href="#" onclick="importElement(\'' . $match[1] . '\'); return false;" >' . t('Install design element: ') . $j['pagetitle'] . '</a>' . EOL; } return $o; } @@ -823,7 +823,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) { // fix any escaped ampersands that may have been converted into links $Text = preg_replace("/\<(.*?)(src|href)=(.*?)\&\;(.*?)\>/ism",'<$1$2=$3&$4>',$Text); - $Text = preg_replace("/\<(.*?)(src|href)=\"[^hfm](.*?)\>/ism",'<$1$2="">',$Text); + $Text = preg_replace("/\<(.*?)(src|href)=\"[^hfm#](.*?)\>/ism",'<$1$2="">',$Text); call_hooks('bbcode',$Text); diff --git a/include/diaspora.php b/include/diaspora.php index f0687e51e..fb321a813 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -821,7 +821,7 @@ function diaspora_post($importer,$xml,$msg) { foreach($tags as $tag) { if(strpos($tag,'#') === 0) { - if(strpos($tag,'[url=')) + if((strpos($tag,'[url=')) || (strpos($tag,'[zrl'))) continue; // don't link tags that are already embedded in links @@ -1050,7 +1050,7 @@ function diaspora_reshare($importer,$xml,$msg) { foreach($tags as $tag) { if(strpos($tag,'#') === 0) { - if(strpos($tag,'[url=')) + if((strpos($tag,'[url=')) || (strpos($tag,'[zrl'))) continue; // don't link tags that are already embedded in links @@ -1087,7 +1087,7 @@ function diaspora_reshare($importer,$xml,$msg) { } } - // This won't work + // This won't work on redmatrix $plink = 'https://'.substr($diaspora_handle,strpos($diaspora_handle,'@')+1).'/posts/'.$guid; $datarray['uid'] = $importer['channel_id']; @@ -1337,7 +1337,7 @@ function diaspora_comment($importer,$xml,$msg) { foreach($tags as $tag) { if(strpos($tag,'#') === 0) { - if(strpos($tag,'[url=')) + if((strpos($tag,'[url=')) || (strpos($tag,'[zrl'))) continue; // don't link tags that are already embedded in links @@ -1379,6 +1379,8 @@ function diaspora_comment($importer,$xml,$msg) { $datarray['mid'] = $guid; $datarray['parent_mid'] = $parent_item['mid']; + // set the route to that of the parent so downstream hubs won't reject it. + $datarray['route'] = $parent_item['route']; // No timestamps for comments? OK, we'll the use current time. $datarray['changed'] = $datarray['created'] = $datarray['edited'] = datetime_convert(); @@ -1404,13 +1406,6 @@ function diaspora_comment($importer,$xml,$msg) { $message_id = $result['item_id']; if(($parent_item['item_flags'] & ITEM_ORIGIN) && (! $parent_author_signature)) { - q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", - intval($message_id), - dbesc($signed_data), - dbesc(base64_encode($author_signature)), - dbesc($diaspora_handle) - ); - // if the message isn't already being relayed, notify others // the existence of parent_author_signature means the parent_author or owner // is already relaying. @@ -1968,6 +1963,9 @@ function diaspora_like($importer,$xml,$msg) { $arr['app'] = 'Diaspora'; + // set the route to that of the parent so downstream hubs won't reject it. + $arr['route'] = $parent_item['route']; + $arr['item_private'] = $parent_item['item_private']; $arr['verb'] = $activity; $arr['obj_type'] = $objtype; @@ -2446,6 +2444,7 @@ function diaspora_send_followup($item,$owner,$contact,$public_batch = false) { else return; + if(($item['verb'] === ACTIVITY_LIKE) && ($parent['mid'] === $parent['parent_mid'])) { $tpl = get_markup_template('diaspora_like.tpl'); $like = true; diff --git a/include/externals.php b/include/externals.php index acfaae3b6..280daf4a4 100644 --- a/include/externals.php +++ b/include/externals.php @@ -85,6 +85,8 @@ function externals_run($argv, $argc){ if($j['success'] && $j['messages']) { $sys = get_sys_channel(); foreach($j['messages'] as $message) { + // on these posts, clear any route info. + $message['route'] = ''; $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), array(array('hash' => $sys['xchan_hash'])), false, true); $total ++; diff --git a/include/identity.php b/include/identity.php index fafb97bbb..4417f4028 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1525,4 +1525,36 @@ function get_profile_fields_advanced($filter = 0) { return $x; } +/** + * @function notifications_off($channel_id) + * Clear notifyflags for a channel - most likely during bulk import of content or other activity that is likely + * to generate huge amounts of undesired notifications. + * @param int $channel_id + * The channel to disable notifications for + * @returns int + * Current notification flag value. Send this to notifications_on() to restore the channel settings when finished + * with the activity requiring notifications_off(); + */ + + +function notifications_off($channel_id) { + $r = q("select channel_notifyflags from channel where channel_id = %d limit 1", + intval($channel_id) + ); + $x = q("update channel set channel_notifyflags = 0 where channel_id = %d limit 1", + intval($channel_id) + ); + + return intval($r[0]['channel_notifyflags']); + +} + + +function notifications_on($channel_id,$value) { + $x = q("update channel set channel_notifyflags = %d where channel_id = %d limit 1", + intval($value), + intval($channel_id) + ); + return $x; +}
\ No newline at end of file diff --git a/include/items.php b/include/items.php index c9810bb7c..c4ae948b8 100755 --- a/include/items.php +++ b/include/items.php @@ -2072,6 +2072,7 @@ function item_store($arr,$allow_exec = false) { return $ret; } + // is the new message multi-level threaded? // even though we don't support it now, preserve the info // and re-attach to the conversation parent. @@ -2414,7 +2415,7 @@ function item_store_update($arr,$allow_exec = false) { $arr['commented'] = $orig[0]['commented']; $arr['received'] = datetime_convert(); $arr['changed'] = datetime_convert(); - + $arr['route'] = ((array_key_exists('route',$arr)) ? trim($arr['route']) : $orig[0]['route']); $arr['diaspora_meta'] = ((x($arr,'diaspora_meta')) ? $arr['diaspora_meta'] : $orig[0]['diaspora_meta']); $arr['location'] = ((x($arr,'location')) ? notags(trim($arr['location'])) : $orig[0]['location']); $arr['coord'] = ((x($arr,'coord')) ? notags(trim($arr['coord'])) : $orig[0]['coord']); @@ -2522,12 +2523,6 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id) // since Diaspora doesn't handle edits we can only do this for the original text and not update it. - $enabled = intval(get_config('system','diaspora_enabled')); - if(! $enabled) { - logger('mod_item: diaspora support disabled, not storing comment signature', LOGGER_DEBUG); - return; - } - require_once('include/bb2diaspora.php'); $signed_body = bb2diaspora_itembody($datarray); @@ -2552,12 +2547,6 @@ function store_diaspora_comment_sig($datarray, $channel, $parent_item, $post_id) intval($post_id) ); - $r = q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", - intval($post_id), - dbesc($signed_text), - dbesc(base64_encode($authorsig)), - dbesc($diaspora_handle) - ); if(! $r) logger('store_diaspora_comment_sig: DB write failed'); diff --git a/include/nav.php b/include/nav.php index 7c9abce49..4f7d609aa 100644 --- a/include/nav.php +++ b/include/nav.php @@ -130,7 +130,7 @@ EOT; if($observer) { $userinfo = array( - 'icon' => $observer['xchan_photo_m'], + 'icon' => $observer['xchan_photo_s'], 'name' => $observer['xchan_addr'], ); } diff --git a/include/oembed.php b/include/oembed.php index 8ce0fee96..e08b287d1 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -92,7 +92,8 @@ function oembed_fetch_url($embedurl){ function oembed_format_object($j){ $a = get_app(); $embedurl = $j->embedurl; - $jhtml = oembed_iframe($j->embedurl,(isset($j->width) ? $j->width : null), (isset($j->height) ? $j->height : null) ); + + $jhtml = oembed_iframe($j->embedurl,(isset($j->width) ? $j->width : null), (isset($j->height) ? $j->height : null)); $ret="<span class='oembed ".$j->type."'>"; switch ($j->type) { @@ -127,7 +128,6 @@ function oembed_format_object($j){ }; break; case "photo": { $ret.= "<img width='".$j->width."' src='".$j->url."'>"; - //$ret.= "<img width='".$j->width."' height='".$j->height."' src='".$j->url."'>"; $ret.="<br>"; }; break; case "link": { @@ -163,13 +163,12 @@ function oembed_iframe($src,$width,$height) { $height = intval($height) + 80; $width = intval($width) + 40; - $a = get_app(); - - $sandbox = ((strpos($src,get_app()->get_hostname())) ? ' sandbox="allow-scripts" ' : ''); + $s = z_root() . '/oembed/' . base64url_encode($src); - $s = $a->get_baseurl()."/oembed/".base64url_encode($src); + // Make sure any children are sandboxed within their own iframe. - return '<iframe ' . $sandbox . ' height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' . t('Embedded content') . '</iframe>'; + return '<iframe height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' + . t('Embedded content') . '</iframe>'; } diff --git a/include/zot.php b/include/zot.php index 3d59f00f3..fda2a2bea 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1402,6 +1402,7 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { $perm = (($arr['mid'] == $arr['parent_mid']) ? 'send_stream' : 'post_comments'); + // This is our own post, possibly coming from a channel clone if($arr['owner_xchan'] == $d['hash']) { @@ -1419,7 +1420,44 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { $result[] = array($d['hash'],'permission denied',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); continue; } - + + if($arr['mid'] != $arr['parent_mid']) { + + // check source route. + // We are only going to accept comments from this sender if the comment has the same route as the top-level-post, + // this is so that permissions mismatches between senders apply to the entire conversation + // As a side effect we will also do a preliminary check that we have the top-level-post, otherwise + // processing it is pointless. + + $r = q("select route from item where mid = '%s' and uid = %d limit 1", + dbesc($arr['parent_mid']), + intval($channel['channel_id']) + ); + if(! $r) { + $result[] = array($d['hash'],'comment parent not found',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); + continue; + } + if($relay) { + // reset the route in case it travelled a great distance upstream + // use our parent's route so when we go back downstream we'll match + // with whatever route our parent has. + $arr['route'] = $r[0]['route']; + } + else { + + // going downstream check that we have the same upstream provider that + // sent it to us originally. Ignore it if it came from another source + // (with potentially different permissions) + + $current_route = (($arr['route']) ? $arr['route'] . ',' : '') . $sender['hash']; + + if($r[0]['route'] != $current_route) { + $result[] = array($d['hash'],'comment route mismatch',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); + continue; + } + } + } + if($arr['item_restrict'] & ITEM_DELETED) { // remove_community_tag is a no-op if this isn't a community tag activity @@ -1442,13 +1480,18 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { intval($channel['channel_id']) ); if($r) { + $item_id = $r[0]['id']; if($arr['edited'] > $r[0]['edited']) { $arr['id'] = $r[0]['id']; $arr['uid'] = $channel['channel_id']; update_imported_item($sender,$arr,$channel['channel_id']); - } - $result[] = array($d['hash'],'updated',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); - $item_id = $r[0]['id']; + $result[] = array($d['hash'],'updated',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); + if(! $relay) + add_source_route($item_id,$sender['hash']); + } + else { + $result[] = array($d['hash'],'update ignored',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); + } } else { $arr['aid'] = $channel['channel_account_id']; @@ -1459,7 +1502,9 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { $item_id = $item_result['item_id']; $parr = array('item_id' => $item_id,'item' => $arr,'sender' => $sender,'channel' => $channel); call_hooks('activity_received',$parr); - add_source_route($item_id,$sender['hash']); + // don't add a source route if it's a relay or later recipients will get a route mismatch + if(! $relay) + add_source_route($item_id,$sender['hash']); } $result[] = array($d['hash'],(($item_id) ? 'posted' : 'storage failed:' . $item_result['message']),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); } diff --git a/mod/bookmarks.php b/mod/bookmarks.php index 9ccc171fe..6b2476a8e 100644 --- a/mod/bookmarks.php +++ b/mod/bookmarks.php @@ -55,6 +55,8 @@ function bookmarks_content(&$a) { $o = profile_tabs($a,true,$channel['channel_address']); + $o .= '<div class="generic-content-wrapper-styled">'; + $o .= '<h3>' . t('My Bookmarks') . '</h3>'; $x = menu_list(local_user(),'',MENU_BOOKMARK); @@ -78,7 +80,7 @@ function bookmarks_content(&$a) { } } - + $o .= '</div>'; return $o; diff --git a/mod/cloud.php b/mod/cloud.php index 28c59872d..149a6da5d 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -138,7 +138,6 @@ function cloud_init(&$a) { require_once('include/RedDAV/RedBrowser.php'); // provide a directory view for the cloud in Red Matrix $browser = new RedDAV\RedBrowser($auth); - $auth->setBrowserPlugin($browser); $server->addPlugin($browser); diff --git a/mod/import.php b/mod/import.php index e5a22a26e..3cf114d66 100644 --- a/mod/import.php +++ b/mod/import.php @@ -378,7 +378,10 @@ function import_post(&$a) { } } + $saved_notification_flags = notifications_off($channel['channel_id']); + if($import_posts && array_key_exists('item',$data) && $data['item']) { + foreach($data['item'] as $i) { $item = get_item_elements($i); @@ -404,6 +407,8 @@ function import_post(&$a) { } + notifications_on($channel['channel_id'],$saved_notification_flags); + if(array_key_exists('item_id',$data) && $data['item_id']) { foreach($data['item_id'] as $i) { $r = q("select id from item where mid = '%s' and uid = %d limit 1", diff --git a/mod/item.php b/mod/item.php index 2364e6abf..ac15e50e8 100644 --- a/mod/item.php +++ b/mod/item.php @@ -979,7 +979,7 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { } } // if the tag is already replaced... - elseif(strpos($tag,'[zrl=')) { + elseif((strpos($tag,'[zrl=')) || (strpos($tag,'[url='))) { //...do nothing return $replaced; } diff --git a/mod/oembed.php b/mod/oembed.php index a053a8c98..d4a4424f5 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -19,9 +19,10 @@ function oembed_init(&$a){ else { echo "<html><body>"; - $j = oembed_fetch_url(base64url_decode(argv(1))); + $src = base64url_decode(argv(1)); + $j = oembed_fetch_url($src); echo $j->html; -// logger('mod-oembed ' . $j->html, LOGGER_ALL); +// logger('mod-oembed ' . $h, LOGGER_ALL); echo "</body></html>"; } } diff --git a/mod/profiles.php b/mod/profiles.php index 063e714e7..5d0416e9a 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -766,6 +766,7 @@ logger('extra_fields: ' . print_r($extra_fields,true)); : '<a href="' . $a->get_baseurl(true) . '/profperm/' . $rr['id'] . '" />' . t('Edit visibility') . '</a>') )); } + } return $o; } diff --git a/mod/siteinfo.php b/mod/siteinfo.php index c1d65fadd..a58f17c53 100644 --- a/mod/siteinfo.php +++ b/mod/siteinfo.php @@ -88,8 +88,10 @@ function siteinfo_content(&$a) { if(! get_config('system','hidden_version_siteinfo')) { $version = sprintf( t('Version %s'), RED_VERSION ); - if(@is_dir('.git') && function_exists('shell_exec')) + if(@is_dir('.git') && function_exists('shell_exec')) { $commit = @shell_exec('git log -1 --format="%h"'); + $tag = @shell_exec('git describe --tags --abbrev=0'); + } if(! isset($commit) || strlen($commit) > 16) $commit = ''; } @@ -130,6 +132,7 @@ function siteinfo_content(&$a) { '$title' => t('Red'), '$description' => t('This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites.'), '$version' => $version, + '$tag' => $tag, '$commit' => $commit, '$web_location' => t('Running at web location') . ' ' . z_root(), '$visit' => t('Please visit <a href="http://getzot.com">GetZot.com</a> to learn more about the Red Matrix.'), diff --git a/mod/webpages.php b/mod/webpages.php index efaf3c4bf..a5cfd00e6 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -81,7 +81,6 @@ function webpages_content(&$a) { require_once('include/conversation.php'); $o = profile_tabs($a,true); - $o .= '<h2>' . t('Webpages') . '</h2>'; $x = array( 'webpage' => ITEM_WEBPAGE, @@ -95,7 +94,7 @@ function webpages_content(&$a) { 'mimetype' => $mimetype, 'layout' => $layout, ); - + if($_REQUEST['title']) $x['title'] = $_REQUEST['title']; if($_REQUEST['body']) @@ -105,7 +104,6 @@ function webpages_content(&$a) { $o .= status_editor($a,$x); - // Get a list of webpages. We can't display all them because endless scroll makes that unusable, so just list titles and an edit link. //TODO - this should be replaced with pagelist_widget @@ -128,6 +126,7 @@ function webpages_content(&$a) { $url = z_root() . "/editwebpage/" . $which; // This isn't pretty, but it works. Until I figure out what to do with the UI, it's Good Enough(TM). return $o . replace_macros(get_markup_template("webpagelist.tpl"), array( + '$listtitle' => t('Webpages'), '$baseurl' => $url, '$edit' => t('Edit'), '$pages' => $pages, @@ -142,5 +141,6 @@ function webpages_content(&$a) { )); + $o .= '</div>'; } diff --git a/util/messages.po b/util/messages.po index 2ae3c6008..7fafa754c 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-10-03.817\n" +"Project-Id-Version: 2014-10-10.824\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-03 00:04-0700\n" +"POT-Creation-Date: 2014-10-10 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,8 +22,8 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 -#: ../../mod/photos.php:91 ../../mod/photos.php:660 ../../mod/photos.php:682 +#: ../../include/photo/photo_driver.php:680 ../../include/photos.php:51 +#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 #: ../../mod/profile_photo.php:423 msgid "Profile Photos" @@ -33,14 +33,126 @@ msgstr "" msgid "view full size" msgstr "" -#: ../../include/oembed.php:163 +#: ../../include/oembed.php:171 msgid "Embedded content" msgstr "" -#: ../../include/oembed.php:172 +#: ../../include/oembed.php:180 msgid "Embedding disabled" msgstr "" +#: ../../include/items.php:375 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../index.php:364 +msgid "Permission denied" +msgstr "" + +#: ../../include/items.php:962 ../../include/items.php:1007 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1163 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1165 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1167 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1169 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1171 +#, php-format +msgid "Visible to anybody on %s." +msgstr "" + +#: ../../include/items.php:1173 +msgid "Visible to all connections." +msgstr "" + +#: ../../include/items.php:1175 +msgid "Visible to approved connections." +msgstr "" + +#: ../../include/items.php:1177 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:3927 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:3989 ../../include/photos.php:15 +#: ../../include/attach.php:119 ../../include/attach.php:166 +#: ../../include/attach.php:229 ../../include/attach.php:243 +#: ../../include/attach.php:283 ../../include/attach.php:297 +#: ../../include/attach.php:322 ../../include/attach.php:513 +#: ../../include/attach.php:585 ../../include/chat.php:116 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 +#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 +#: ../../mod/profiles.php:560 ../../mod/webpages.php:40 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/setup.php:203 ../../mod/editblock.php:34 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/bookmarks.php:46 ../../mod/profile_photo.php:263 +#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66 +#: ../../mod/events.php:200 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78 +#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247 +#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/item.php:929 ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/like.php:154 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 +#: ../../mod/mail.php:111 ../../mod/manage.php:6 ../../mod/menu.php:44 +#: ../../mod/message.php:16 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66 +#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 +#: ../../index.php:365 +msgid "Permission denied." +msgstr "" + +#: ../../include/items.php:4360 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:4375 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:4382 +#, php-format +msgid "Collection: %s" +msgstr "" + +#: ../../include/items.php:4393 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:4396 +msgid "Connection not found." +msgstr "" + #: ../../include/notify.php:23 msgid "created a new post" msgstr "" @@ -50,167 +162,166 @@ msgstr "" msgid "commented on %s's post" msgstr "" -#: ../../include/apps.php:123 +#: ../../include/apps.php:126 msgid "Site Admin" msgstr "" -#: ../../include/apps.php:124 ../../include/conversation.php:1566 +#: ../../include/apps.php:127 ../../include/conversation.php:1566 #: ../../include/nav.php:116 msgid "Bookmarks" msgstr "" -#: ../../include/apps.php:125 +#: ../../include/apps.php:128 msgid "Address Book" msgstr "" -#: ../../include/apps.php:126 ../../include/nav.php:124 ../../boot.php:1495 +#: ../../include/apps.php:129 ../../include/nav.php:124 ../../boot.php:1495 msgid "Login" msgstr "" -#: ../../include/apps.php:127 ../../include/nav.php:214 +#: ../../include/apps.php:130 ../../include/nav.php:217 #: ../../mod/manage.php:148 msgid "Channel Manager" msgstr "" -#: ../../include/apps.php:128 ../../include/nav.php:188 +#: ../../include/apps.php:131 ../../include/nav.php:191 msgid "Matrix" msgstr "" -#: ../../include/apps.php:129 ../../include/nav.php:216 -#: ../../include/widgets.php:521 ../../mod/admin.php:953 -#: ../../mod/admin.php:1158 +#: ../../include/apps.php:132 ../../include/widgets.php:521 +#: ../../include/nav.php:219 ../../mod/admin.php:953 ../../mod/admin.php:1158 msgid "Settings" msgstr "" -#: ../../include/apps.php:130 ../../include/conversation.php:1542 -#: ../../include/reddav.php:1280 ../../include/nav.php:105 +#: ../../include/apps.php:133 ../../include/conversation.php:1542 +#: ../../include/nav.php:105 ../../include/RedDAV/RedBrowser.php:238 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" -#: ../../include/apps.php:131 ../../include/conversation.php:1577 -#: ../../include/nav.php:120 ../../mod/webpages.php:84 +#: ../../include/apps.php:134 ../../include/conversation.php:1577 +#: ../../include/nav.php:120 ../../mod/webpages.php:86 msgid "Webpages" msgstr "" -#: ../../include/apps.php:132 ../../include/nav.php:191 +#: ../../include/apps.php:135 ../../include/nav.php:194 msgid "Channel Home" msgstr "" -#: ../../include/apps.php:133 ../../include/identity.php:1110 -#: ../../include/identity.php:1228 ../../mod/profperm.php:112 +#: ../../include/apps.php:136 ../../include/identity.php:1111 +#: ../../include/identity.php:1229 ../../mod/profperm.php:112 msgid "Profile" msgstr "" -#: ../../include/apps.php:134 ../../include/conversation.php:1533 +#: ../../include/apps.php:137 ../../include/conversation.php:1533 #: ../../include/nav.php:104 ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" -#: ../../include/apps.php:135 ../../include/nav.php:210 +#: ../../include/apps.php:138 ../../include/nav.php:213 #: ../../mod/events.php:436 msgid "Events" msgstr "" -#: ../../include/apps.php:136 ../../include/nav.php:177 +#: ../../include/apps.php:139 ../../include/nav.php:177 #: ../../mod/directory.php:226 msgid "Directory" msgstr "" -#: ../../include/apps.php:137 ../../include/nav.php:169 ../../mod/help.php:60 +#: ../../include/apps.php:140 ../../include/nav.php:169 ../../mod/help.php:60 #: ../../mod/help.php:65 msgid "Help" msgstr "" -#: ../../include/apps.php:138 ../../include/nav.php:202 +#: ../../include/apps.php:141 ../../include/nav.php:205 msgid "Mail" msgstr "" -#: ../../include/apps.php:139 ../../mod/mood.php:131 +#: ../../include/apps.php:142 ../../mod/mood.php:131 msgid "Mood" msgstr "" -#: ../../include/apps.php:140 ../../include/conversation.php:947 +#: ../../include/apps.php:143 ../../include/conversation.php:947 msgid "Poke" msgstr "" -#: ../../include/apps.php:141 ../../include/nav.php:110 +#: ../../include/apps.php:144 ../../include/nav.php:110 msgid "Chat" msgstr "" -#: ../../include/apps.php:142 ../../include/text.php:821 -#: ../../include/text.php:835 ../../include/nav.php:174 +#: ../../include/apps.php:145 ../../include/text.php:822 +#: ../../include/text.php:834 ../../include/nav.php:174 #: ../../mod/search.php:30 msgid "Search" msgstr "" -#: ../../include/apps.php:143 +#: ../../include/apps.php:146 msgid "Probe" msgstr "" -#: ../../include/apps.php:144 +#: ../../include/apps.php:147 msgid "Suggest" msgstr "" -#: ../../include/apps.php:145 +#: ../../include/apps.php:148 msgid "Random Channel" msgstr "" -#: ../../include/apps.php:146 +#: ../../include/apps.php:149 msgid "Invite" msgstr "" -#: ../../include/apps.php:147 +#: ../../include/apps.php:150 msgid "Features" msgstr "" -#: ../../include/apps.php:148 +#: ../../include/apps.php:151 msgid "Language" msgstr "" -#: ../../include/apps.php:149 +#: ../../include/apps.php:152 msgid "Post" msgstr "" -#: ../../include/apps.php:150 +#: ../../include/apps.php:153 msgid "Profile Photo" msgstr "" -#: ../../include/apps.php:239 ../../mod/settings.php:79 +#: ../../include/apps.php:242 ../../mod/settings.php:79 #: ../../mod/settings.php:545 msgid "Update" msgstr "" -#: ../../include/apps.php:239 +#: ../../include/apps.php:242 msgid "Install" msgstr "" -#: ../../include/apps.php:244 +#: ../../include/apps.php:247 msgid "Purchase" msgstr "" -#: ../../include/apps.php:246 ../../include/page_widgets.php:8 -#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 +#: ../../include/apps.php:249 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:247 #: ../../include/menu.php:42 ../../include/ItemObject.php:100 #: ../../mod/settings.php:581 ../../mod/blocks.php:99 -#: ../../mod/connections.php:381 ../../mod/connections.php:394 -#: ../../mod/connections.php:413 ../../mod/editblock.php:111 -#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 -#: ../../mod/editwebpage.php:143 ../../mod/thing.php:233 -#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:132 +#: ../../mod/webpages.php:133 ../../mod/connections.php:381 +#: ../../mod/connections.php:394 ../../mod/connections.php:413 +#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 +#: ../../mod/thing.php:233 ../../mod/layouts.php:121 ../../mod/menu.php:59 msgid "Edit" msgstr "" -#: ../../include/apps.php:247 ../../include/conversation.php:638 -#: ../../include/reddav.php:1290 ../../include/ItemObject.php:120 +#: ../../include/apps.php:250 ../../include/conversation.php:638 +#: ../../include/RedDAV/RedBrowser.php:248 ../../include/ItemObject.php:120 #: ../../mod/settings.php:582 ../../mod/connedit.php:462 -#: ../../mod/photos.php:1080 ../../mod/group.php:176 ../../mod/admin.php:732 +#: ../../mod/photos.php:1064 ../../mod/group.php:176 ../../mod/admin.php:732 #: ../../mod/admin.php:863 ../../mod/thing.php:234 msgid "Delete" msgstr "" -#: ../../include/apps.php:328 ../../include/apps.php:379 -#: ../../include/conversation.php:999 ../../include/reddav.php:1202 +#: ../../include/apps.php:331 ../../include/apps.php:382 +#: ../../include/conversation.php:999 ../../include/RedDAV/RedBrowser.php:160 #: ../../mod/connedit.php:498 msgid "Unknown" msgstr "" @@ -220,35 +331,35 @@ msgid "New Page" msgstr "" #: ../../include/page_widgets.php:39 ../../mod/blocks.php:102 -#: ../../mod/layouts.php:125 ../../mod/webpages.php:135 +#: ../../mod/webpages.php:136 ../../mod/layouts.php:125 msgid "View" msgstr "" #: ../../include/page_widgets.php:40 ../../include/conversation.php:1110 -#: ../../include/ItemObject.php:606 ../../mod/editblock.php:141 +#: ../../include/ItemObject.php:606 ../../mod/webpages.php:137 +#: ../../mod/photos.php:1015 ../../mod/editblock.php:141 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1031 -#: ../../mod/webpages.php:136 +#: ../../mod/editwebpage.php:174 msgid "Preview" msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:137 +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:138 msgid "Actions" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:138 +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:139 msgid "Page Link" msgstr "" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:139 +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:140 msgid "Title" msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:140 +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:141 msgid "Created" msgstr "" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:141 +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:142 msgid "Edited" msgstr "" @@ -258,6 +369,208 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:93 +msgid "Categories" +msgstr "" + +#: ../../include/widgets.php:86 ../../include/nav.php:172 +#: ../../mod/apps.php:33 +msgid "Apps" +msgstr "" + +#: ../../include/widgets.php:87 +msgid "System" +msgstr "" + +#: ../../include/widgets.php:89 ../../include/conversation.php:1445 +msgid "Personal" +msgstr "" + +#: ../../include/widgets.php:90 +msgid "Create Personal App" +msgstr "" + +#: ../../include/widgets.php:91 +msgid "Edit Personal App" +msgstr "" + +#: ../../include/widgets.php:135 ../../include/widgets.php:175 +#: ../../include/conversation.php:944 ../../include/identity.php:831 +#: ../../include/Contact.php:107 ../../mod/directory.php:183 +#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 +msgid "Connect" +msgstr "" + +#: ../../include/widgets.php:137 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "" + +#: ../../include/widgets.php:143 ../../mod/connections.php:267 +msgid "Suggestions" +msgstr "" + +#: ../../include/widgets.php:144 +msgid "See more..." +msgstr "" + +#: ../../include/widgets.php:166 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "" + +#: ../../include/widgets.php:172 +msgid "Add New Connection" +msgstr "" + +#: ../../include/widgets.php:173 +msgid "Enter the channel address" +msgstr "" + +#: ../../include/widgets.php:174 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../include/widgets.php:191 +msgid "Notes" +msgstr "" + +#: ../../include/widgets.php:193 ../../include/text.php:823 +#: ../../include/text.php:835 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 +#: ../../mod/filer.php:50 ../../mod/admin.php:1341 ../../mod/admin.php:1362 +msgid "Save" +msgstr "" + +#: ../../include/widgets.php:263 +msgid "Remove term" +msgstr "" + +#: ../../include/widgets.php:272 ../../include/features.php:58 +msgid "Saved Searches" +msgstr "" + +#: ../../include/widgets.php:273 ../../include/group.php:302 +msgid "add" +msgstr "" + +#: ../../include/widgets.php:303 ../../include/contact_widgets.php:58 +#: ../../include/features.php:72 +msgid "Saved Folders" +msgstr "" + +#: ../../include/widgets.php:306 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:96 +msgid "Everything" +msgstr "" + +#: ../../include/widgets.php:342 +msgid "Archives" +msgstr "" + +#: ../../include/widgets.php:404 +msgid "Refresh" +msgstr "" + +#: ../../include/widgets.php:405 ../../mod/connedit.php:492 +msgid "Me" +msgstr "" + +#: ../../include/widgets.php:406 ../../mod/connedit.php:494 +msgid "Best Friends" +msgstr "" + +#: ../../include/widgets.php:407 ../../include/identity.php:380 +#: ../../include/identity.php:381 ../../include/identity.php:388 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495 +msgid "Friends" +msgstr "" + +#: ../../include/widgets.php:408 +msgid "Co-workers" +msgstr "" + +#: ../../include/widgets.php:409 ../../mod/connedit.php:496 +msgid "Former Friends" +msgstr "" + +#: ../../include/widgets.php:410 ../../mod/connedit.php:497 +msgid "Acquaintances" +msgstr "" + +#: ../../include/widgets.php:411 +msgid "Everybody" +msgstr "" + +#: ../../include/widgets.php:443 +msgid "Account settings" +msgstr "" + +#: ../../include/widgets.php:449 +msgid "Channel settings" +msgstr "" + +#: ../../include/widgets.php:455 +msgid "Additional features" +msgstr "" + +#: ../../include/widgets.php:461 +msgid "Feature settings" +msgstr "" + +#: ../../include/widgets.php:467 +msgid "Display settings" +msgstr "" + +#: ../../include/widgets.php:473 +msgid "Connected apps" +msgstr "" + +#: ../../include/widgets.php:479 +msgid "Export channel" +msgstr "" + +#: ../../include/widgets.php:485 +msgid "Export content" +msgstr "" + +#: ../../include/widgets.php:491 +msgid "Automatic Permissions (Advanced)" +msgstr "" + +#: ../../include/widgets.php:501 +msgid "Premium Channel Settings" +msgstr "" + +#: ../../include/widgets.php:510 ../../include/features.php:49 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" + +#: ../../include/widgets.php:535 ../../mod/mail.php:124 +#: ../../mod/message.php:31 +msgid "Messages" +msgstr "" + +#: ../../include/widgets.php:540 +msgid "Check Mail" +msgstr "" + +#: ../../include/widgets.php:545 ../../include/nav.php:210 +msgid "New Message" +msgstr "" + +#: ../../include/widgets.php:621 +msgid "Chat Rooms" +msgstr "" + +#: ../../include/widgets.php:639 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: ../../include/widgets.php:657 +msgid "Suggested Chatrooms" +msgstr "" + #: ../../include/zot.php:654 msgid "Invalid data packet" msgstr "" @@ -266,51 +579,11 @@ msgstr "" msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:1701 +#: ../../include/zot.php:1741 #, php-format msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/photos.php:15 ../../include/attach.php:119 -#: ../../include/attach.php:166 ../../include/attach.php:229 -#: ../../include/attach.php:243 ../../include/attach.php:283 -#: ../../include/attach.php:297 ../../include/attach.php:322 -#: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/chat.php:116 ../../include/items.php:4000 -#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 -#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 -#: ../../mod/profiles.php:560 ../../mod/bookmarks.php:46 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35 -#: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/setup.php:203 ../../mod/editblock.php:34 -#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48 -#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/photos.php:68 -#: ../../mod/photos.php:526 ../../mod/profile_photo.php:263 -#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66 -#: ../../mod/events.php:200 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 -#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78 -#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247 -#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/item.php:178 ../../mod/item.php:186 -#: ../../mod/item.php:922 ../../mod/layouts.php:27 ../../mod/layouts.php:39 -#: ../../mod/like.php:154 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 -#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/message.php:16 -#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 -#: ../../mod/notifications.php:66 ../../mod/appman.php:66 -#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:365 -msgid "Permission denied." -msgstr "" - #: ../../include/photos.php:104 #, php-format msgid "Image exceeds website size limit of %lu bytes" @@ -349,7 +622,7 @@ msgid "Don't show" msgstr "" #: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 -#: ../../mod/photos.php:604 ../../mod/photos.php:986 +#: ../../mod/photos.php:604 ../../mod/photos.php:970 #: ../../mod/filestorage.php:128 msgid "Permissions" msgstr "" @@ -443,13 +716,13 @@ msgstr "" msgid "database storage failed." msgstr "" -#: ../../include/conversation.php:120 ../../include/text.php:1745 -#: ../../include/diaspora.php:1898 ../../mod/subthread.php:72 +#: ../../include/conversation.php:120 ../../include/text.php:1743 +#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72 #: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 msgid "photo" msgstr "" -#: ../../include/conversation.php:123 ../../include/text.php:1748 +#: ../../include/conversation.php:123 ../../include/text.php:1746 #: ../../mod/tagger.php:49 msgid "event" msgstr "" @@ -458,18 +731,18 @@ msgstr "" msgid "channel" msgstr "" -#: ../../include/conversation.php:148 ../../include/text.php:1751 -#: ../../include/diaspora.php:1898 ../../mod/subthread.php:72 +#: ../../include/conversation.php:148 ../../include/text.php:1749 +#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72 #: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 msgid "status" msgstr "" -#: ../../include/conversation.php:150 ../../include/text.php:1753 +#: ../../include/conversation.php:150 ../../include/text.php:1751 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/conversation.php:164 ../../include/diaspora.php:1927 +#: ../../include/conversation.php:164 ../../include/diaspora.php:1953 #: ../../mod/like.php:331 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -490,7 +763,7 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:903 +#: ../../include/conversation.php:243 ../../include/text.php:901 msgid "poked" msgstr "" @@ -505,7 +778,7 @@ msgid "Select" msgstr "" #: ../../include/conversation.php:645 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:878 +#: ../../mod/photos.php:862 msgid "Private Message" msgstr "" @@ -546,10 +819,10 @@ msgid "View in context" msgstr "" #: ../../include/conversation.php:715 ../../include/conversation.php:1149 -#: ../../include/ItemObject.php:308 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/photos.php:1011 -#: ../../mod/mail.php:231 ../../mod/mail.php:346 +#: ../../include/ItemObject.php:308 ../../mod/photos.php:995 +#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:234 ../../mod/mail.php:349 msgid "Please wait" msgstr "" @@ -557,7 +830,7 @@ msgstr "" msgid "remove" msgstr "" -#: ../../include/conversation.php:843 ../../include/nav.php:255 +#: ../../include/conversation.php:843 ../../include/nav.php:258 msgid "Loading..." msgstr "" @@ -590,14 +863,6 @@ msgstr "" msgid "Matrix Activity" msgstr "" -#: ../../include/conversation.php:944 ../../include/identity.php:830 -#: ../../include/widgets.php:135 ../../include/widgets.php:175 -#: ../../include/Contact.php:107 ../../mod/directory.php:183 -#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 -#: ../../mod/match.php:62 -msgid "Connect" -msgstr "" - #: ../../include/conversation.php:945 msgid "Edit Contact" msgstr "" @@ -655,8 +920,8 @@ msgstr "" msgid "Visible to <strong>everybody</strong>" msgstr "" -#: ../../include/conversation.php:1094 ../../mod/mail.php:167 -#: ../../mod/mail.php:279 +#: ../../include/conversation.php:1094 ../../mod/mail.php:170 +#: ../../mod/mail.php:282 msgid "Please enter a link URL:" msgstr "" @@ -681,12 +946,13 @@ msgid "Where are you right now?" msgstr "" #: ../../include/conversation.php:1100 ../../mod/editpost.php:52 -#: ../../mod/mail.php:168 ../../mod/mail.php:280 +#: ../../mod/mail.php:171 ../../mod/mail.php:283 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1124 ../../mod/photos.php:1010 -#: ../../mod/layouts.php:122 +#: ../../include/conversation.php:1124 ../../mod/photos.php:994 +#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161 +#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122 msgid "Share" msgstr "" @@ -700,7 +966,7 @@ msgstr "" #: ../../include/conversation.php:1130 ../../mod/editblock.php:112 #: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345 msgid "Upload photo" msgstr "" @@ -710,7 +976,7 @@ msgstr "" #: ../../include/conversation.php:1132 ../../mod/editblock.php:113 #: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346 msgid "Attach file" msgstr "" @@ -720,7 +986,7 @@ msgstr "" #: ../../include/conversation.php:1134 ../../mod/editblock.php:114 #: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347 msgid "Insert web link" msgstr "" @@ -800,12 +1066,12 @@ msgstr "" #: ../../include/conversation.php:1173 ../../mod/editblock.php:146 #: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349 +#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352 msgid "Set expiration date" msgstr "" #: ../../include/conversation.php:1175 ../../include/ItemObject.php:609 -#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 +#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354 msgid "Encrypt text" msgstr "" @@ -845,10 +1111,6 @@ msgstr "" msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1445 ../../include/widgets.php:89 -msgid "Personal" -msgstr "" - #: ../../include/conversation.php:1448 msgid "Posts that mention or involve you" msgstr "" @@ -910,9 +1172,16 @@ msgstr "" msgid "Manage Webpages" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/auth.php:116 +msgid "Logged out." +msgstr "" + +#: ../../include/auth.php:257 +msgid "Failed authentication" +msgstr "" + +#: ../../include/auth.php:271 ../../mod/openid.php:190 +msgid "Login failed." msgstr "" #: ../../include/text.php:321 @@ -954,281 +1223,279 @@ msgstr[1] "" msgid "View Connections" msgstr "" -#: ../../include/text.php:823 ../../include/text.php:837 -#: ../../include/widgets.php:193 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1341 -#: ../../mod/admin.php:1362 -msgid "Save" -msgstr "" - -#: ../../include/text.php:903 +#: ../../include/text.php:901 msgid "poke" msgstr "" -#: ../../include/text.php:904 +#: ../../include/text.php:902 msgid "ping" msgstr "" -#: ../../include/text.php:904 +#: ../../include/text.php:902 msgid "pinged" msgstr "" -#: ../../include/text.php:905 +#: ../../include/text.php:903 msgid "prod" msgstr "" -#: ../../include/text.php:905 +#: ../../include/text.php:903 msgid "prodded" msgstr "" -#: ../../include/text.php:906 +#: ../../include/text.php:904 msgid "slap" msgstr "" -#: ../../include/text.php:906 +#: ../../include/text.php:904 msgid "slapped" msgstr "" -#: ../../include/text.php:907 +#: ../../include/text.php:905 msgid "finger" msgstr "" -#: ../../include/text.php:907 +#: ../../include/text.php:905 msgid "fingered" msgstr "" -#: ../../include/text.php:908 +#: ../../include/text.php:906 msgid "rebuff" msgstr "" -#: ../../include/text.php:908 +#: ../../include/text.php:906 msgid "rebuffed" msgstr "" -#: ../../include/text.php:917 +#: ../../include/text.php:915 msgid "happy" msgstr "" -#: ../../include/text.php:918 +#: ../../include/text.php:916 msgid "sad" msgstr "" -#: ../../include/text.php:919 +#: ../../include/text.php:917 msgid "mellow" msgstr "" -#: ../../include/text.php:920 +#: ../../include/text.php:918 msgid "tired" msgstr "" -#: ../../include/text.php:921 +#: ../../include/text.php:919 msgid "perky" msgstr "" -#: ../../include/text.php:922 +#: ../../include/text.php:920 msgid "angry" msgstr "" -#: ../../include/text.php:923 +#: ../../include/text.php:921 msgid "stupified" msgstr "" -#: ../../include/text.php:924 +#: ../../include/text.php:922 msgid "puzzled" msgstr "" -#: ../../include/text.php:925 +#: ../../include/text.php:923 msgid "interested" msgstr "" -#: ../../include/text.php:926 +#: ../../include/text.php:924 msgid "bitter" msgstr "" -#: ../../include/text.php:927 +#: ../../include/text.php:925 msgid "cheerful" msgstr "" -#: ../../include/text.php:928 +#: ../../include/text.php:926 msgid "alive" msgstr "" -#: ../../include/text.php:929 +#: ../../include/text.php:927 msgid "annoyed" msgstr "" -#: ../../include/text.php:930 +#: ../../include/text.php:928 msgid "anxious" msgstr "" -#: ../../include/text.php:931 +#: ../../include/text.php:929 msgid "cranky" msgstr "" -#: ../../include/text.php:932 +#: ../../include/text.php:930 msgid "disturbed" msgstr "" -#: ../../include/text.php:933 +#: ../../include/text.php:931 msgid "frustrated" msgstr "" -#: ../../include/text.php:934 +#: ../../include/text.php:932 msgid "depressed" msgstr "" -#: ../../include/text.php:935 +#: ../../include/text.php:933 msgid "motivated" msgstr "" -#: ../../include/text.php:936 +#: ../../include/text.php:934 msgid "relaxed" msgstr "" -#: ../../include/text.php:937 +#: ../../include/text.php:935 msgid "surprised" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Monday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Thursday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Friday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Saturday" msgstr "" -#: ../../include/text.php:1101 +#: ../../include/text.php:1099 msgid "Sunday" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "January" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "February" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "March" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "April" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "May" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "June" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "July" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "August" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "September" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "October" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "November" msgstr "" -#: ../../include/text.php:1105 +#: ../../include/text.php:1103 msgid "December" msgstr "" -#: ../../include/text.php:1183 +#: ../../include/text.php:1181 msgid "unknown.???" msgstr "" -#: ../../include/text.php:1184 +#: ../../include/text.php:1182 msgid "bytes" msgstr "" -#: ../../include/text.php:1223 +#: ../../include/text.php:1221 msgid "remove category" msgstr "" -#: ../../include/text.php:1293 +#: ../../include/text.php:1291 msgid "remove from file" msgstr "" -#: ../../include/text.php:1358 ../../include/text.php:1370 +#: ../../include/text.php:1356 ../../include/text.php:1368 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1525 ../../mod/events.php:414 +#: ../../include/text.php:1523 ../../mod/events.php:414 msgid "Link to Source" msgstr "" -#: ../../include/text.php:1544 +#: ../../include/text.php:1542 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1547 ../../include/text.php:1612 +#: ../../include/text.php:1545 ../../include/text.php:1610 msgid "default" msgstr "" -#: ../../include/text.php:1583 +#: ../../include/text.php:1581 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1624 +#: ../../include/text.php:1622 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1758 +#: ../../include/text.php:1756 msgid "activity" msgstr "" -#: ../../include/text.php:2030 +#: ../../include/text.php:2028 msgid "Design" msgstr "" -#: ../../include/text.php:2032 +#: ../../include/text.php:2030 msgid "Blocks" msgstr "" -#: ../../include/text.php:2033 +#: ../../include/text.php:2031 msgid "Menus" msgstr "" -#: ../../include/text.php:2034 +#: ../../include/text.php:2032 msgid "Layouts" msgstr "" -#: ../../include/text.php:2035 +#: ../../include/text.php:2033 msgid "Pages" msgstr "" +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" +msgstr "" + #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "" @@ -1269,7 +1536,7 @@ msgstr "" msgid "dislikes" msgstr "" -#: ../../include/taxonomy.php:338 ../../include/identity.php:1136 +#: ../../include/taxonomy.php:338 ../../include/identity.php:1137 #: ../../include/ItemObject.php:146 msgctxt "noun" msgid "Like" @@ -1281,6 +1548,191 @@ msgstr[1] "" msgid "Default" msgstr "" +#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494 +msgid "Logout" +msgstr "" + +#: ../../include/nav.php:94 ../../include/nav.php:126 +msgid "End this session" +msgstr "" + +#: ../../include/nav.php:97 ../../include/nav.php:160 +msgid "Home" +msgstr "" + +#: ../../include/nav.php:97 +msgid "Your posts and conversations" +msgstr "" + +#: ../../include/nav.php:98 +msgid "Your profile page" +msgstr "" + +#: ../../include/nav.php:100 +msgid "Edit Profiles" +msgstr "" + +#: ../../include/nav.php:100 +msgid "Manage/Edit profiles" +msgstr "" + +#: ../../include/nav.php:102 ../../include/identity.php:855 +msgid "Edit Profile" +msgstr "" + +#: ../../include/nav.php:102 +msgid "Edit your profile" +msgstr "" + +#: ../../include/nav.php:104 +msgid "Your photos" +msgstr "" + +#: ../../include/nav.php:105 +msgid "Your files" +msgstr "" + +#: ../../include/nav.php:110 +msgid "Your chatrooms" +msgstr "" + +#: ../../include/nav.php:116 +msgid "Your bookmarks" +msgstr "" + +#: ../../include/nav.php:120 +msgid "Your webpages" +msgstr "" + +#: ../../include/nav.php:124 +msgid "Sign in" +msgstr "" + +#: ../../include/nav.php:141 +#, php-format +msgid "%s - click to logout" +msgstr "" + +#: ../../include/nav.php:146 +msgid "Click to authenticate to your home hub" +msgstr "" + +#: ../../include/nav.php:160 +msgid "Home Page" +msgstr "" + +#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471 +msgid "Register" +msgstr "" + +#: ../../include/nav.php:164 +msgid "Create an account" +msgstr "" + +#: ../../include/nav.php:169 +msgid "Help and documentation" +msgstr "" + +#: ../../include/nav.php:172 +msgid "Applications, utilities, links, games" +msgstr "" + +#: ../../include/nav.php:174 +msgid "Search site content" +msgstr "" + +#: ../../include/nav.php:177 +msgid "Channel Locator" +msgstr "" + +#: ../../include/nav.php:191 +msgid "Your matrix" +msgstr "" + +#: ../../include/nav.php:192 +msgid "Mark all matrix notifications seen" +msgstr "" + +#: ../../include/nav.php:194 +msgid "Channel home" +msgstr "" + +#: ../../include/nav.php:195 +msgid "Mark all channel notifications seen" +msgstr "" + +#: ../../include/nav.php:198 ../../mod/connections.php:406 +msgid "Connections" +msgstr "" + +#: ../../include/nav.php:201 +msgid "Notices" +msgstr "" + +#: ../../include/nav.php:201 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:202 +msgid "See all notifications" +msgstr "" + +#: ../../include/nav.php:203 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "" + +#: ../../include/nav.php:205 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:206 +msgid "See all private messages" +msgstr "" + +#: ../../include/nav.php:207 +msgid "Mark all private messages seen" +msgstr "" + +#: ../../include/nav.php:208 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:209 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:213 +msgid "Event Calendar" +msgstr "" + +#: ../../include/nav.php:214 +msgid "See all events" +msgstr "" + +#: ../../include/nav.php:215 +msgid "Mark all events seen" +msgstr "" + +#: ../../include/nav.php:217 +msgid "Manage Your Channels" +msgstr "" + +#: ../../include/nav.php:219 +msgid "Account/Channel Settings" +msgstr "" + +#: ../../include/nav.php:227 ../../mod/admin.php:123 +msgid "Admin" +msgstr "" + +#: ../../include/nav.php:227 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:263 +msgid "Please wait..." +msgstr "" + #: ../../include/contact_selectors.php:56 msgid "Frequently" msgstr "" @@ -1398,20 +1850,6 @@ msgstr "" msgid "Advanced Find" msgstr "" -#: ../../include/contact_widgets.php:58 ../../include/features.php:72 -#: ../../include/widgets.php:303 -msgid "Saved Folders" -msgstr "" - -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 -#: ../../include/widgets.php:306 -msgid "Everything" -msgstr "" - -#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 -msgid "Categories" -msgstr "" - #: ../../include/contact_widgets.php:126 #, php-format msgid "%d connection in common" @@ -1423,20 +1861,20 @@ msgstr[1] "" msgid "show more" msgstr "" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:423 +#: ../../include/event.php:11 ../../include/bb2diaspora.php:439 msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:429 +#: ../../include/event.php:20 ../../include/bb2diaspora.php:445 msgid "Starts:" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:437 +#: ../../include/event.php:30 ../../include/bb2diaspora.php:453 msgid "Finishes:" msgstr "" -#: ../../include/event.php:40 ../../include/bb2diaspora.php:445 -#: ../../include/identity.php:881 ../../mod/directory.php:156 +#: ../../include/event.php:40 ../../include/bb2diaspora.php:461 +#: ../../include/identity.php:882 ../../mod/directory.php:156 #: ../../mod/dirprofile.php:105 ../../mod/events.php:579 msgid "Location:" msgstr "" @@ -1633,7 +2071,7 @@ msgstr "" msgid "Safe Mode" msgstr "" -#: ../../include/bb2diaspora.php:344 +#: ../../include/bb2diaspora.php:360 msgid "Attachments:" msgstr "" @@ -1832,83 +2270,6 @@ msgstr "" msgid "[Red:Notify]" msgstr "" -#: ../../include/reddav.php:1145 ../../include/reddav.php:1288 -msgid "parent" -msgstr "" - -#: ../../include/reddav.php:1169 -msgid "Collection" -msgstr "" - -#: ../../include/reddav.php:1172 -msgid "Principal" -msgstr "" - -#: ../../include/reddav.php:1175 -msgid "Addressbook" -msgstr "" - -#: ../../include/reddav.php:1178 -msgid "Calendar" -msgstr "" - -#: ../../include/reddav.php:1181 -msgid "Schedule Inbox" -msgstr "" - -#: ../../include/reddav.php:1184 -msgid "Schedule Outbox" -msgstr "" - -#: ../../include/reddav.php:1262 -#, php-format -msgid "%1$s used" -msgstr "" - -#: ../../include/reddav.php:1267 -#, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "" - -#: ../../include/reddav.php:1284 ../../mod/settings.php:521 -#: ../../mod/settings.php:547 ../../mod/admin.php:868 -msgid "Name" -msgstr "" - -#: ../../include/reddav.php:1285 -msgid "Type" -msgstr "" - -#: ../../include/reddav.php:1286 -msgid "Size" -msgstr "" - -#: ../../include/reddav.php:1287 -msgid "Last Modified" -msgstr "" - -#: ../../include/reddav.php:1291 -msgid "Total" -msgstr "" - -#: ../../include/reddav.php:1344 -msgid "Create new folder" -msgstr "" - -#: ../../include/reddav.php:1345 ../../mod/mitem.php:142 ../../mod/menu.php:84 -#: ../../mod/new_channel.php:122 -msgid "Create" -msgstr "" - -#: ../../include/reddav.php:1346 -msgid "Upload file" -msgstr "" - -#: ../../include/reddav.php:1347 ../../mod/photos.php:1241 -#: ../../mod/profile_photo.php:361 -msgid "Upload" -msgstr "" - #: ../../include/chat.php:10 msgid "Missing room name" msgstr "" @@ -2037,11 +2398,6 @@ msgstr "" msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/features.php:49 ../../include/widgets.php:510 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "" - #: ../../include/features.php:49 msgid "Automatically import channel content from other channels or feeds" msgstr "" @@ -2075,10 +2431,6 @@ msgstr "" msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/features.php:58 ../../include/widgets.php:272 -msgid "Saved Searches" -msgstr "" - #: ../../include/features.php:58 msgid "Save search terms for re-use" msgstr "" @@ -2203,153 +2555,159 @@ msgstr "" msgid "Cannot connect to yourself." msgstr "" -#: ../../include/items.php:375 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 -#: ../../index.php:364 -msgid "Permission denied" +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../include/items.php:962 ../../include/items.php:1007 -msgid "(Unknown)" +#: ../../include/group.php:234 +msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/items.php:1163 -msgid "Visible to anybody on the internet." +#: ../../include/group.php:253 ../../mod/admin.php:737 +msgid "All Channels" msgstr "" -#: ../../include/items.php:1165 -msgid "Visible to you only." +#: ../../include/group.php:275 +msgid "edit" msgstr "" -#: ../../include/items.php:1167 -msgid "Visible to anybody in this network." +#: ../../include/group.php:297 +msgid "Collections" msgstr "" -#: ../../include/items.php:1169 -msgid "Visible to anybody authenticated." +#: ../../include/group.php:298 +msgid "Edit collection" msgstr "" -#: ../../include/items.php:1171 -#, php-format -msgid "Visible to anybody on %s." +#: ../../include/group.php:299 +msgid "Create a new collection" msgstr "" -#: ../../include/items.php:1173 -msgid "Visible to all connections." +#: ../../include/group.php:300 +msgid "Channels not in any collection" msgstr "" -#: ../../include/items.php:1175 -msgid "Visible to approved connections." +#: ../../include/bbcode.php:112 ../../include/bbcode.php:653 +#: ../../include/bbcode.php:656 ../../include/bbcode.php:661 +#: ../../include/bbcode.php:664 ../../include/bbcode.php:667 +#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:683 +#: ../../include/bbcode.php:686 ../../include/bbcode.php:689 +#: ../../include/bbcode.php:692 +msgid "Image/photo" msgstr "" -#: ../../include/items.php:1177 -msgid "Visible to specific connections." +#: ../../include/bbcode.php:147 ../../include/bbcode.php:703 +msgid "Encrypted content" msgstr "" -#: ../../include/items.php:3938 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 -#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." +#: ../../include/bbcode.php:165 +msgid "Install design element: " msgstr "" -#: ../../include/items.php:4371 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." +#: ../../include/bbcode.php:171 +msgid "QR code" msgstr "" -#: ../../include/items.php:4386 -msgid "Collection is empty." +#: ../../include/bbcode.php:220 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/items.php:4393 -#, php-format -msgid "Collection: %s" +#: ../../include/bbcode.php:222 +msgid "post" msgstr "" -#: ../../include/items.php:4404 -#, php-format -msgid "Connection: %s" +#: ../../include/bbcode.php:621 +msgid "$1 spoiler" msgstr "" -#: ../../include/items.php:4407 -msgid "Connection not found." +#: ../../include/bbcode.php:641 +msgid "$1 wrote:" msgstr "" -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +#: ../../include/RedDAV/RedBrowser.php:103 +#: ../../include/RedDAV/RedBrowser.php:246 +msgid "parent" msgstr "" -#: ../../include/group.php:234 -msgid "Default privacy group for new contacts" +#: ../../include/RedDAV/RedBrowser.php:127 +msgid "Collection" msgstr "" -#: ../../include/group.php:253 ../../mod/admin.php:737 -msgid "All Channels" +#: ../../include/RedDAV/RedBrowser.php:130 +msgid "Principal" msgstr "" -#: ../../include/group.php:275 -msgid "edit" +#: ../../include/RedDAV/RedBrowser.php:133 +msgid "Addressbook" msgstr "" -#: ../../include/group.php:297 -msgid "Collections" +#: ../../include/RedDAV/RedBrowser.php:136 +msgid "Calendar" msgstr "" -#: ../../include/group.php:298 -msgid "Edit collection" +#: ../../include/RedDAV/RedBrowser.php:139 +msgid "Schedule Inbox" msgstr "" -#: ../../include/group.php:299 -msgid "Create a new collection" +#: ../../include/RedDAV/RedBrowser.php:142 +msgid "Schedule Outbox" msgstr "" -#: ../../include/group.php:300 -msgid "Channels not in any collection" +#: ../../include/RedDAV/RedBrowser.php:220 +#, php-format +msgid "%1$s used" msgstr "" -#: ../../include/group.php:302 ../../include/widgets.php:273 -msgid "add" +#: ../../include/RedDAV/RedBrowser.php:225 +#, php-format +msgid "%1$s used of %2$s (%3$s%)" msgstr "" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:645 -#: ../../include/bbcode.php:648 ../../include/bbcode.php:653 -#: ../../include/bbcode.php:656 ../../include/bbcode.php:659 -#: ../../include/bbcode.php:662 ../../include/bbcode.php:667 -#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 -#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 -#: ../../include/bbcode.php:684 -msgid "Image/photo" +#: ../../include/RedDAV/RedBrowser.php:242 ../../mod/settings.php:521 +#: ../../mod/settings.php:547 ../../mod/admin.php:868 +msgid "Name" msgstr "" -#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 -msgid "Encrypted content" +#: ../../include/RedDAV/RedBrowser.php:243 +msgid "Type" msgstr "" -#: ../../include/bbcode.php:163 -msgid "QR code" +#: ../../include/RedDAV/RedBrowser.php:244 +msgid "Size" msgstr "" -#: ../../include/bbcode.php:212 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/RedDAV/RedBrowser.php:245 +msgid "Last Modified" msgstr "" -#: ../../include/bbcode.php:214 -msgid "post" +#: ../../include/RedDAV/RedBrowser.php:249 +msgid "Total" msgstr "" -#: ../../include/bbcode.php:613 -msgid "$1 spoiler" +#: ../../include/RedDAV/RedBrowser.php:293 +msgid "Create new folder" msgstr "" -#: ../../include/bbcode.php:633 -msgid "$1 wrote:" +#: ../../include/RedDAV/RedBrowser.php:294 ../../mod/mitem.php:142 +#: ../../mod/menu.php:84 ../../mod/new_channel.php:122 +msgid "Create" +msgstr "" + +#: ../../include/RedDAV/RedBrowser.php:295 +msgid "Upload file" msgstr "" -#: ../../include/identity.php:31 ../../mod/item.php:1312 +#: ../../include/RedDAV/RedBrowser.php:296 ../../mod/photos.php:745 +#: ../../mod/photos.php:1225 ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "" + +#: ../../include/identity.php:31 ../../mod/item.php:1319 msgid "Unable to obtain identity information from database" msgstr "" @@ -2378,412 +2736,212 @@ msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/identity.php:281 +#: ../../include/identity.php:282 msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/identity.php:340 +#: ../../include/identity.php:341 msgid "Default Profile" msgstr "" -#: ../../include/identity.php:379 ../../include/identity.php:380 -#: ../../include/identity.php:387 ../../include/widgets.php:407 -#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495 -msgid "Friends" -msgstr "" - -#: ../../include/identity.php:633 +#: ../../include/identity.php:634 msgid "Requested channel is not available." msgstr "" -#: ../../include/identity.php:681 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 -#: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 -#: ../../mod/webpages.php:8 ../../mod/hcard.php:8 +#: ../../include/identity.php:682 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/filestorage.php:40 +#: ../../mod/layouts.php:8 ../../mod/hcard.php:8 msgid "Requested profile is not available." msgstr "" -#: ../../include/identity.php:844 ../../mod/profiles.php:750 +#: ../../include/identity.php:845 ../../mod/profiles.php:750 msgid "Change profile photo" msgstr "" -#: ../../include/identity.php:850 +#: ../../include/identity.php:851 msgid "Profiles" msgstr "" -#: ../../include/identity.php:850 +#: ../../include/identity.php:851 msgid "Manage/edit profiles" msgstr "" -#: ../../include/identity.php:851 ../../mod/profiles.php:751 +#: ../../include/identity.php:852 ../../mod/profiles.php:751 msgid "Create New Profile" msgstr "" -#: ../../include/identity.php:854 ../../include/nav.php:102 -msgid "Edit Profile" -msgstr "" - -#: ../../include/identity.php:865 ../../mod/profiles.php:762 +#: ../../include/identity.php:866 ../../mod/profiles.php:762 msgid "Profile Image" msgstr "" -#: ../../include/identity.php:868 +#: ../../include/identity.php:869 msgid "visible to everybody" msgstr "" -#: ../../include/identity.php:869 ../../mod/profiles.php:645 +#: ../../include/identity.php:870 ../../mod/profiles.php:645 #: ../../mod/profiles.php:766 msgid "Edit visibility" msgstr "" -#: ../../include/identity.php:883 ../../include/identity.php:1120 +#: ../../include/identity.php:884 ../../include/identity.php:1121 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "" -#: ../../include/identity.php:884 ../../include/identity.php:1164 +#: ../../include/identity.php:885 ../../include/identity.php:1165 #: ../../mod/directory.php:160 msgid "Status:" msgstr "" -#: ../../include/identity.php:885 ../../include/identity.php:1175 +#: ../../include/identity.php:886 ../../include/identity.php:1176 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "" -#: ../../include/identity.php:886 ../../mod/dirprofile.php:151 +#: ../../include/identity.php:887 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "" -#: ../../include/identity.php:964 ../../include/identity.php:1044 +#: ../../include/identity.php:965 ../../include/identity.php:1045 #: ../../mod/ping.php:298 msgid "g A l F d" msgstr "" -#: ../../include/identity.php:965 ../../include/identity.php:1045 +#: ../../include/identity.php:966 ../../include/identity.php:1046 msgid "F d" msgstr "" -#: ../../include/identity.php:1010 ../../include/identity.php:1085 +#: ../../include/identity.php:1011 ../../include/identity.php:1086 #: ../../mod/ping.php:320 msgid "[today]" msgstr "" -#: ../../include/identity.php:1022 +#: ../../include/identity.php:1023 msgid "Birthday Reminders" msgstr "" -#: ../../include/identity.php:1023 +#: ../../include/identity.php:1024 msgid "Birthdays this week:" msgstr "" -#: ../../include/identity.php:1078 +#: ../../include/identity.php:1079 msgid "[No description]" msgstr "" -#: ../../include/identity.php:1096 +#: ../../include/identity.php:1097 msgid "Event Reminders" msgstr "" -#: ../../include/identity.php:1097 +#: ../../include/identity.php:1098 msgid "Events this week:" msgstr "" -#: ../../include/identity.php:1118 ../../mod/settings.php:953 +#: ../../include/identity.php:1119 ../../mod/settings.php:953 msgid "Full Name:" msgstr "" -#: ../../include/identity.php:1125 +#: ../../include/identity.php:1126 msgid "Like this channel" msgstr "" -#: ../../include/identity.php:1149 +#: ../../include/identity.php:1150 msgid "j F, Y" msgstr "" -#: ../../include/identity.php:1150 +#: ../../include/identity.php:1151 msgid "j F" msgstr "" -#: ../../include/identity.php:1157 +#: ../../include/identity.php:1158 msgid "Birthday:" msgstr "" -#: ../../include/identity.php:1161 +#: ../../include/identity.php:1162 msgid "Age:" msgstr "" -#: ../../include/identity.php:1170 +#: ../../include/identity.php:1171 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/identity.php:1173 ../../mod/profiles.php:667 +#: ../../include/identity.php:1174 ../../mod/profiles.php:667 msgid "Sexual Preference:" msgstr "" -#: ../../include/identity.php:1177 ../../mod/profiles.php:669 +#: ../../include/identity.php:1178 ../../mod/profiles.php:669 msgid "Hometown:" msgstr "" -#: ../../include/identity.php:1179 +#: ../../include/identity.php:1180 msgid "Tags:" msgstr "" -#: ../../include/identity.php:1181 ../../mod/profiles.php:670 +#: ../../include/identity.php:1182 ../../mod/profiles.php:670 msgid "Political Views:" msgstr "" -#: ../../include/identity.php:1183 +#: ../../include/identity.php:1184 msgid "Religion:" msgstr "" -#: ../../include/identity.php:1185 ../../mod/directory.php:164 +#: ../../include/identity.php:1186 ../../mod/directory.php:164 msgid "About:" msgstr "" -#: ../../include/identity.php:1187 +#: ../../include/identity.php:1188 msgid "Hobbies/Interests:" msgstr "" -#: ../../include/identity.php:1189 ../../mod/profiles.php:673 +#: ../../include/identity.php:1190 ../../mod/profiles.php:673 msgid "Likes:" msgstr "" -#: ../../include/identity.php:1191 ../../mod/profiles.php:674 +#: ../../include/identity.php:1192 ../../mod/profiles.php:674 msgid "Dislikes:" msgstr "" -#: ../../include/identity.php:1194 +#: ../../include/identity.php:1195 msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/identity.php:1196 +#: ../../include/identity.php:1197 msgid "My other channels:" msgstr "" -#: ../../include/identity.php:1198 +#: ../../include/identity.php:1199 msgid "Musical interests:" msgstr "" -#: ../../include/identity.php:1200 +#: ../../include/identity.php:1201 msgid "Books, literature:" msgstr "" -#: ../../include/identity.php:1202 +#: ../../include/identity.php:1203 msgid "Television:" msgstr "" -#: ../../include/identity.php:1204 +#: ../../include/identity.php:1205 msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/identity.php:1206 +#: ../../include/identity.php:1207 msgid "Love/Romance:" msgstr "" -#: ../../include/identity.php:1208 +#: ../../include/identity.php:1209 msgid "Work/employment:" msgstr "" -#: ../../include/identity.php:1210 +#: ../../include/identity.php:1211 msgid "School/education:" msgstr "" -#: ../../include/identity.php:1230 +#: ../../include/identity.php:1231 msgid "Like this thing" msgstr "" -#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494 -msgid "Logout" -msgstr "" - -#: ../../include/nav.php:94 ../../include/nav.php:126 -msgid "End this session" -msgstr "" - -#: ../../include/nav.php:97 ../../include/nav.php:160 -msgid "Home" -msgstr "" - -#: ../../include/nav.php:97 -msgid "Your posts and conversations" -msgstr "" - -#: ../../include/nav.php:98 -msgid "Your profile page" -msgstr "" - -#: ../../include/nav.php:100 -msgid "Edit Profiles" -msgstr "" - -#: ../../include/nav.php:100 -msgid "Manage/Edit profiles" -msgstr "" - -#: ../../include/nav.php:102 -msgid "Edit your profile" -msgstr "" - -#: ../../include/nav.php:104 -msgid "Your photos" -msgstr "" - -#: ../../include/nav.php:105 -msgid "Your files" -msgstr "" - -#: ../../include/nav.php:110 -msgid "Your chatrooms" -msgstr "" - -#: ../../include/nav.php:116 -msgid "Your bookmarks" -msgstr "" - -#: ../../include/nav.php:120 -msgid "Your webpages" -msgstr "" - -#: ../../include/nav.php:124 -msgid "Sign in" -msgstr "" - -#: ../../include/nav.php:141 -#, php-format -msgid "%s - click to logout" -msgstr "" - -#: ../../include/nav.php:146 -msgid "Click to authenticate to your home hub" -msgstr "" - -#: ../../include/nav.php:160 -msgid "Home Page" -msgstr "" - -#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471 -msgid "Register" -msgstr "" - -#: ../../include/nav.php:164 -msgid "Create an account" -msgstr "" - -#: ../../include/nav.php:169 -msgid "Help and documentation" -msgstr "" - -#: ../../include/nav.php:172 ../../include/widgets.php:86 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "" - -#: ../../include/nav.php:172 -msgid "Applications, utilities, links, games" -msgstr "" - -#: ../../include/nav.php:174 -msgid "Search site content" -msgstr "" - -#: ../../include/nav.php:177 -msgid "Channel Locator" -msgstr "" - -#: ../../include/nav.php:188 -msgid "Your matrix" -msgstr "" - -#: ../../include/nav.php:189 -msgid "Mark all matrix notifications seen" -msgstr "" - -#: ../../include/nav.php:191 -msgid "Channel home" -msgstr "" - -#: ../../include/nav.php:192 -msgid "Mark all channel notifications seen" -msgstr "" - -#: ../../include/nav.php:195 ../../mod/connections.php:406 -msgid "Connections" -msgstr "" - -#: ../../include/nav.php:198 -msgid "Notices" -msgstr "" - -#: ../../include/nav.php:198 -msgid "Notifications" -msgstr "" - -#: ../../include/nav.php:199 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:200 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:202 -msgid "Private mail" -msgstr "" - -#: ../../include/nav.php:203 -msgid "See all private messages" -msgstr "" - -#: ../../include/nav.php:204 -msgid "Mark all private messages seen" -msgstr "" - -#: ../../include/nav.php:205 -msgid "Inbox" -msgstr "" - -#: ../../include/nav.php:206 -msgid "Outbox" -msgstr "" - -#: ../../include/nav.php:207 ../../include/widgets.php:543 -msgid "New Message" -msgstr "" - -#: ../../include/nav.php:210 -msgid "Event Calendar" -msgstr "" - -#: ../../include/nav.php:211 -msgid "See all events" -msgstr "" - -#: ../../include/nav.php:212 -msgid "Mark all events seen" -msgstr "" - -#: ../../include/nav.php:214 -msgid "Manage Your Channels" -msgstr "" - -#: ../../include/nav.php:216 -msgid "Account/Channel Settings" -msgstr "" - -#: ../../include/nav.php:224 ../../mod/admin.php:123 -msgid "Admin" -msgstr "" - -#: ../../include/nav.php:224 -msgid "Site Setup and Configuration" -msgstr "" - -#: ../../include/nav.php:260 -msgid "Please wait..." -msgstr "" - #: ../../include/message.php:18 msgid "No recipient provided." msgstr "" @@ -2800,143 +2958,6 @@ msgstr "" msgid "Stored post could not be verified." msgstr "" -#: ../../include/widgets.php:87 -msgid "System" -msgstr "" - -#: ../../include/widgets.php:90 -msgid "Create Personal App" -msgstr "" - -#: ../../include/widgets.php:91 -msgid "Edit Personal App" -msgstr "" - -#: ../../include/widgets.php:137 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "" - -#: ../../include/widgets.php:143 ../../mod/connections.php:267 -msgid "Suggestions" -msgstr "" - -#: ../../include/widgets.php:144 -msgid "See more..." -msgstr "" - -#: ../../include/widgets.php:166 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "" - -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "" - -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "" - -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: ../../include/widgets.php:191 -msgid "Notes" -msgstr "" - -#: ../../include/widgets.php:263 -msgid "Remove term" -msgstr "" - -#: ../../include/widgets.php:342 -msgid "Archives" -msgstr "" - -#: ../../include/widgets.php:404 -msgid "Refresh" -msgstr "" - -#: ../../include/widgets.php:405 ../../mod/connedit.php:492 -msgid "Me" -msgstr "" - -#: ../../include/widgets.php:406 ../../mod/connedit.php:494 -msgid "Best Friends" -msgstr "" - -#: ../../include/widgets.php:408 -msgid "Co-workers" -msgstr "" - -#: ../../include/widgets.php:409 ../../mod/connedit.php:496 -msgid "Former Friends" -msgstr "" - -#: ../../include/widgets.php:410 ../../mod/connedit.php:497 -msgid "Acquaintances" -msgstr "" - -#: ../../include/widgets.php:411 -msgid "Everybody" -msgstr "" - -#: ../../include/widgets.php:443 -msgid "Account settings" -msgstr "" - -#: ../../include/widgets.php:449 -msgid "Channel settings" -msgstr "" - -#: ../../include/widgets.php:455 -msgid "Additional features" -msgstr "" - -#: ../../include/widgets.php:461 -msgid "Feature settings" -msgstr "" - -#: ../../include/widgets.php:467 -msgid "Display settings" -msgstr "" - -#: ../../include/widgets.php:473 -msgid "Connected apps" -msgstr "" - -#: ../../include/widgets.php:479 -msgid "Export channel" -msgstr "" - -#: ../../include/widgets.php:485 -msgid "Export content" -msgstr "" - -#: ../../include/widgets.php:491 -msgid "Automatic Permissions (Advanced)" -msgstr "" - -#: ../../include/widgets.php:501 -msgid "Premium Channel Settings" -msgstr "" - -#: ../../include/widgets.php:538 -msgid "Check Mail" -msgstr "" - -#: ../../include/widgets.php:619 -msgid "Chat Rooms" -msgstr "" - -#: ../../include/widgets.php:637 -msgid "Bookmarked Chatrooms" -msgstr "" - -#: ../../include/widgets.php:655 -msgid "Suggested Chatrooms" -msgstr "" - #: ../../include/ItemObject.php:130 msgid "Save to Folder" msgstr "" @@ -2972,11 +2993,11 @@ msgstr "" msgid "Add Tag" msgstr "" -#: ../../include/ItemObject.php:220 ../../mod/photos.php:1008 +#: ../../include/ItemObject.php:220 ../../mod/photos.php:992 msgid "I like this (toggle)" msgstr "" -#: ../../include/ItemObject.php:221 ../../mod/photos.php:1009 +#: ../../include/ItemObject.php:221 ../../mod/photos.php:993 msgid "I don't like this (toggle)" msgstr "" @@ -3038,13 +3059,13 @@ msgstr[1] "" msgid "[+] show all" msgstr "" -#: ../../include/ItemObject.php:594 ../../mod/photos.php:1027 -#: ../../mod/photos.php:1114 +#: ../../include/ItemObject.php:594 ../../mod/photos.php:1011 +#: ../../mod/photos.php:1098 msgid "This is you" msgstr "" #: ../../include/ItemObject.php:596 ../../include/js_strings.php:6 -#: ../../mod/photos.php:1029 ../../mod/photos.php:1116 +#: ../../mod/photos.php:1013 ../../mod/photos.php:1100 msgid "Comment" msgstr "" @@ -3054,20 +3075,20 @@ msgstr "" #: ../../mod/settings.php:760 ../../mod/settings.php:945 #: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177 #: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540 -#: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 -#: ../../mod/photos.php:563 ../../mod/photos.php:675 ../../mod/photos.php:990 -#: ../../mod/photos.php:1030 ../../mod/photos.php:1117 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/events.php:586 ../../mod/filestorage.php:137 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414 -#: ../../mod/admin.php:725 ../../mod/admin.php:861 ../../mod/admin.php:994 -#: ../../mod/admin.php:1193 ../../mod/admin.php:1280 ../../mod/thing.php:284 -#: ../../mod/thing.php:327 ../../mod/import.php:475 ../../mod/invite.php:142 -#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68 +#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:974 +#: ../../mod/photos.php:1014 ../../mod/photos.php:1101 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/pdledit.php:58 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/events.php:586 +#: ../../mod/filestorage.php:137 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/admin.php:414 ../../mod/admin.php:725 +#: ../../mod/admin.php:861 ../../mod/admin.php:994 ../../mod/admin.php:1193 +#: ../../mod/admin.php:1280 ../../mod/thing.php:284 ../../mod/thing.php:327 +#: ../../mod/import.php:480 ../../mod/invite.php:142 ../../mod/mail.php:348 +#: ../../mod/appman.php:99 ../../mod/poll.php:68 #: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/php/config.php:67 #: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:101 msgid "Submit" msgstr "" @@ -3480,18 +3501,6 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/auth.php:103 -msgid "Logged out." -msgstr "" - -#: ../../include/auth.php:249 -msgid "Failed authentication" -msgstr "" - -#: ../../include/auth.php:264 ../../mod/openid.php:188 -msgid "Login failed." -msgstr "" - #: ../../include/permissions.php:13 msgid "Can view my normal stream and posts" msgstr "" @@ -4266,7 +4275,7 @@ msgid "" "logout and retry." msgstr "" -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178 +#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180 #, php-format msgid "Welcome %s. Remote authentication successful." msgstr "" @@ -4293,49 +4302,49 @@ msgstr "" msgid "Page not found." msgstr "" -#: ../../mod/siteinfo.php:126 +#: ../../mod/siteinfo.php:90 #, php-format msgid "Version %s" msgstr "" -#: ../../mod/siteinfo.php:145 +#: ../../mod/siteinfo.php:109 msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../mod/siteinfo.php:158 +#: ../../mod/siteinfo.php:122 msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/siteinfo.php:166 +#: ../../mod/siteinfo.php:130 msgid "Red" msgstr "" -#: ../../mod/siteinfo.php:167 +#: ../../mod/siteinfo.php:131 msgid "" "This is a hub of the Red Matrix - a global cooperative network of " "decentralized privacy enhanced websites." msgstr "" -#: ../../mod/siteinfo.php:170 +#: ../../mod/siteinfo.php:134 msgid "Running at web location" msgstr "" -#: ../../mod/siteinfo.php:171 +#: ../../mod/siteinfo.php:135 msgid "" "Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " "about the Red Matrix." msgstr "" -#: ../../mod/siteinfo.php:172 +#: ../../mod/siteinfo.php:136 msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/siteinfo.php:175 +#: ../../mod/siteinfo.php:139 msgid "" "Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" msgstr "" -#: ../../mod/siteinfo.php:177 +#: ../../mod/siteinfo.php:141 msgid "Site Administrators" msgstr "" @@ -4606,18 +4615,6 @@ msgstr "" msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "" - -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" -msgstr "" - -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" -msgstr "" - #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "" @@ -4818,8 +4815,8 @@ msgstr "" msgid "Please login." msgstr "" -#: ../../mod/cloud.php:126 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +#: ../../mod/cloud.php:130 +msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" msgstr "" #: ../../mod/removeme.php:29 @@ -5397,7 +5394,7 @@ msgstr "" msgid "Potential Delegates" msgstr "" -#: ../../mod/delegate.php:130 ../../mod/photos.php:940 ../../mod/tagrm.php:93 +#: ../../mod/delegate.php:130 ../../mod/photos.php:924 ../../mod/tagrm.php:93 msgid "Remove" msgstr "" @@ -5410,7 +5407,7 @@ msgid "No entries." msgstr "" #: ../../mod/search.php:13 ../../mod/directory.php:15 -#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 ../../mod/display.php:9 #: ../../mod/viewconnections.php:17 msgid "Public access denied." msgstr "" @@ -5463,6 +5460,137 @@ msgstr "" msgid "This site is not a directory server" msgstr "" +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "" + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:119 ../../mod/photos.php:673 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:159 ../../mod/photos.php:975 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../mod/photos.php:574 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "" + +#: ../../mod/photos.php:577 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "" + +#: ../../mod/photos.php:596 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:600 ../../mod/photos.php:668 +msgid "New album name: " +msgstr "" + +#: ../../mod/photos.php:601 +msgid "or existing album name: " +msgstr "" + +#: ../../mod/photos.php:602 +msgid "Do not show a status post for this upload" +msgstr "" + +#: ../../mod/photos.php:622 +msgid "Album name could not be decoded" +msgstr "" + +#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1147 +#: ../../mod/photos.php:1162 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:716 ../../mod/photos.php:1194 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:794 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:796 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:856 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:880 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:958 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:960 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:961 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:964 +msgid "New album name" +msgstr "" + +#: ../../mod/photos.php:967 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:969 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:972 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: ../../mod/photos.php:1125 +msgid "In This Photo:" +msgstr "" + +#: ../../mod/photos.php:1200 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1223 +msgid "Recent Photos" +msgstr "" + #: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "" @@ -5929,135 +6057,16 @@ msgstr "" msgid "Delete Webpage" msgstr "" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "" - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "" - -#: ../../mod/photos.php:119 ../../mod/photos.php:676 -msgid "Delete Album" -msgstr "" - -#: ../../mod/photos.php:159 ../../mod/photos.php:991 -msgid "Delete Photo" -msgstr "" - -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:574 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: ../../mod/photos.php:577 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" - -#: ../../mod/photos.php:596 -msgid "Upload Photos" -msgstr "" - -#: ../../mod/photos.php:600 ../../mod/photos.php:671 -msgid "New album name: " -msgstr "" - -#: ../../mod/photos.php:601 -msgid "or existing album name: " -msgstr "" - -#: ../../mod/photos.php:602 -msgid "Do not show a status post for this upload" -msgstr "" - -#: ../../mod/photos.php:622 -msgid "Album name could not be decoded" -msgstr "" - -#: ../../mod/photos.php:660 ../../mod/photos.php:682 ../../mod/photos.php:1163 -#: ../../mod/photos.php:1178 -msgid "Contact Photos" -msgstr "" - -#: ../../mod/photos.php:684 -msgid "Edit Album" -msgstr "" - -#: ../../mod/photos.php:690 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:692 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:745 ../../mod/photos.php:1210 -msgid "View Photo" -msgstr "" - -#: ../../mod/photos.php:810 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:812 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:872 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:896 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:974 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:976 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:977 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:980 -msgid "New album name" -msgstr "" - -#: ../../mod/photos.php:983 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:985 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:988 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: ../../mod/photos.php:1141 -msgid "In This Photo:" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/photos.php:1216 -msgid "View Album" +#: ../../mod/bookmarks.php:60 +msgid "My Bookmarks" msgstr "" -#: ../../mod/photos.php:1239 -msgid "Recent Photos" +#: ../../mod/bookmarks.php:71 +msgid "My Connections Bookmarks" msgstr "" #: ../../mod/profile_photo.php:108 @@ -7141,19 +7150,19 @@ msgstr "" msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../mod/import.php:446 +#: ../../mod/import.php:451 msgid "Import completed." msgstr "" -#: ../../mod/import.php:458 +#: ../../mod/import.php:463 msgid "You must be logged in to use this feature." msgstr "" -#: ../../mod/import.php:463 +#: ../../mod/import.php:468 msgid "Import Channel" msgstr "" -#: ../../mod/import.php:464 +#: ../../mod/import.php:469 msgid "" "Use this form to import an existing channel from a different server/hub. You " "may retrieve the channel identity from the old server/hub via the network or " @@ -7161,27 +7170,27 @@ msgid "" "imported. Importation of content is not yet available." msgstr "" -#: ../../mod/import.php:465 +#: ../../mod/import.php:470 msgid "File to Upload" msgstr "" -#: ../../mod/import.php:466 +#: ../../mod/import.php:471 msgid "Or provide the old server/hub details" msgstr "" -#: ../../mod/import.php:467 +#: ../../mod/import.php:472 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../mod/import.php:468 +#: ../../mod/import.php:473 msgid "Your old login email address" msgstr "" -#: ../../mod/import.php:469 +#: ../../mod/import.php:474 msgid "Your old login password" msgstr "" -#: ../../mod/import.php:470 +#: ../../mod/import.php:475 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be " @@ -7189,11 +7198,11 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../mod/import.php:471 +#: ../../mod/import.php:476 msgid "Make this hub my primary location" msgstr "" -#: ../../mod/import.php:472 +#: ../../mod/import.php:477 msgid "Import existing posts if possible" msgstr "" @@ -7238,7 +7247,7 @@ msgstr "" msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 +#: ../../mod/invite.php:131 ../../mod/mail.php:228 ../../mod/mail.php:341 msgid "Your message:" msgstr "" @@ -7266,28 +7275,28 @@ msgstr "" msgid "3. Click [Connect]" msgstr "" -#: ../../mod/item.php:146 +#: ../../mod/item.php:150 msgid "Unable to locate original post." msgstr "" -#: ../../mod/item.php:379 +#: ../../mod/item.php:383 msgid "Empty post discarded." msgstr "" -#: ../../mod/item.php:421 +#: ../../mod/item.php:425 msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/item.php:849 +#: ../../mod/item.php:855 msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1317 +#: ../../mod/item.php:1324 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1323 +#: ../../mod/item.php:1330 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -7465,65 +7474,61 @@ msgstr "" msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "" - -#: ../../mod/mail.php:132 +#: ../../mod/mail.php:135 msgid "Message deleted." msgstr "" -#: ../../mod/mail.php:149 +#: ../../mod/mail.php:152 msgid "Message recalled." msgstr "" -#: ../../mod/mail.php:215 +#: ../../mod/mail.php:218 msgid "Send Private Message" msgstr "" -#: ../../mod/mail.php:216 ../../mod/mail.php:333 +#: ../../mod/mail.php:219 ../../mod/mail.php:336 msgid "To:" msgstr "" -#: ../../mod/mail.php:221 ../../mod/mail.php:335 +#: ../../mod/mail.php:224 ../../mod/mail.php:338 msgid "Subject:" msgstr "" -#: ../../mod/mail.php:232 +#: ../../mod/mail.php:235 msgid "Send" msgstr "" -#: ../../mod/mail.php:259 +#: ../../mod/mail.php:262 msgid "Message not found." msgstr "" -#: ../../mod/mail.php:302 ../../mod/message.php:72 +#: ../../mod/mail.php:305 msgid "Delete message" msgstr "" -#: ../../mod/mail.php:303 +#: ../../mod/mail.php:306 msgid "Recall message" msgstr "" -#: ../../mod/mail.php:305 +#: ../../mod/mail.php:308 msgid "Message has been recalled." msgstr "" -#: ../../mod/mail.php:322 +#: ../../mod/mail.php:325 msgid "Private Conversation" msgstr "" -#: ../../mod/mail.php:326 +#: ../../mod/mail.php:329 ../../mod/message.php:72 msgid "Delete conversation" msgstr "" -#: ../../mod/mail.php:328 +#: ../../mod/mail.php:331 msgid "" "No secure communications available. You <strong>may</strong> be able to " "respond from the sender's profile page." msgstr "" -#: ../../mod/mail.php:332 +#: ../../mod/mail.php:335 msgid "Send Reply" msgstr "" @@ -7840,6 +7845,23 @@ msgstr "" msgid "No service class restrictions found." msgstr "" +#: ../../mod/impel.php:33 +msgid "webpage" +msgstr "" + +#: ../../mod/impel.php:38 +msgid "block" +msgstr "" + +#: ../../mod/impel.php:43 +msgid "layout" +msgstr "" + +#: ../../mod/impel.php:117 +#, php-format +msgid "%s element installed" +msgstr "" + #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" @@ -7856,17 +7878,17 @@ msgstr "" #: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/php/config.php:69 #: ../../view/theme/blogga/view/theme/blog/config.php:69 -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Theme settings" msgstr "" #: ../../view/theme/apw/php/config.php:260 -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Set scheme" msgstr "" #: ../../view/theme/apw/php/config.php:261 -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Set font-size for posts and comments" msgstr "" @@ -8001,127 +8023,131 @@ msgstr "" msgid "Header image only on profile pages" msgstr "" -#: ../../view/theme/redbasic/php/config.php:84 +#: ../../view/theme/redbasic/php/config.php:86 msgid "Light (Red Matrix default)" msgstr "" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Narrow navbar" msgstr "" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar background color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation bar gradient top color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Navigation bar gradient bottom color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Navigation active button gradient top color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Navigation active button gradient bottom color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Navigation bar border color " msgstr "" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Navigation bar icon color " msgstr "" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Navigation bar active icon color " msgstr "" -#: ../../view/theme/redbasic/php/config.php:113 +#: ../../view/theme/redbasic/php/config.php:115 msgid "link color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set font-color for banner" msgstr "" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set the background color" msgstr "" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Set the background image" msgstr "" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set the background color of items" msgstr "" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set the background color of comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set the border color of comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set the indent for comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Set the basic color for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:122 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Set the hover color for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:123 +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set the background color of other content" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:126 msgid "Set font-size for the entire application" msgstr "" -#: ../../view/theme/redbasic/php/config.php:125 +#: ../../view/theme/redbasic/php/config.php:128 msgid "Set font-color for posts and comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:126 +#: ../../view/theme/redbasic/php/config.php:129 msgid "Set radius of corners" msgstr "" -#: ../../view/theme/redbasic/php/config.php:127 +#: ../../view/theme/redbasic/php/config.php:130 msgid "Set shadow depth of photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:128 +#: ../../view/theme/redbasic/php/config.php:131 msgid "Set maximum width of conversation regions" msgstr "" -#: ../../view/theme/redbasic/php/config.php:129 +#: ../../view/theme/redbasic/php/config.php:132 msgid "Center conversation regions" msgstr "" -#: ../../view/theme/redbasic/php/config.php:130 +#: ../../view/theme/redbasic/php/config.php:133 msgid "Set minimum opacity of nav bar - to hide it" msgstr "" -#: ../../view/theme/redbasic/php/config.php:131 +#: ../../view/theme/redbasic/php/config.php:134 msgid "Set size of conversation author photo" msgstr "" -#: ../../view/theme/redbasic/php/config.php:132 +#: ../../view/theme/redbasic/php/config.php:135 msgid "Set size of followup author photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:133 +#: ../../view/theme/redbasic/php/config.php:136 msgid "Sloppy photo albums" msgstr "" -#: ../../view/theme/redbasic/php/config.php:133 +#: ../../view/theme/redbasic/php/config.php:136 msgid "Are you a clean desk or a messy desk person?" msgstr "" diff --git a/version.inc b/version.inc index 147cef258..e509fa400 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-10-08.822 +2014-10-10.824 diff --git a/view/ca/cmnt_received_eml.tpl b/view/ca/cmnt_received_eml.tpl deleted file mode 100644 index ca61ca492..000000000 --- a/view/ca/cmnt_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Apreciat/da $username, - - '$from' ha comentat un element/conversaciĂł que estĂ s seguint. - ------ -$body ------ - -Accedeix a $siteurl per a veure la conversa completa: - -$display - - - $sitename - - - diff --git a/view/ca/follow_notify_eml.tpl b/view/ca/follow_notify_eml.tpl deleted file mode 100644 index ab5a4b371..000000000 --- a/view/ca/follow_notify_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -Apreciat/da $myname, - -Tens un nou seguidor en $sitename - '$requestor'. - -Pots visitar el seu perfil en $url. - -IniciĂŻ sessiĂł en el seu lloc per a aprovar o rebutjar/cancelar la sol·licitud. - -$siteurl - - - $sitename diff --git a/view/ca/friend_complete_eml.tpl b/view/ca/friend_complete_eml.tpl deleted file mode 100644 index 539d9ff3d..000000000 --- a/view/ca/friend_complete_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ - -Apreciat/da $username, - - Grans noticies... '$fn' a '$dfrn_url' ha acceptat la teva sol·licitud de connexiĂł en '$sitename'. - -Ara sous amics mutus i podreu intercanviar actualizacions de estatus, fotos, i correu electrĂłnic -sense cap restricciĂł. - -Visita la teva pĂ gina de 'Contactes' en $sitename si desitja realizar qualsevol canvi en aquesta relaciĂł. - -$siteurl - -[Per exemple, pots crear un perfil independent amb informaciĂł que no esta disponible al pĂșblic en general -- i assignar drets de visualitzaciĂł a '$fn']. - - - $sitename - - diff --git a/view/ca/intro_complete_eml.tpl b/view/ca/intro_complete_eml.tpl deleted file mode 100644 index 70507d71d..000000000 --- a/view/ca/intro_complete_eml.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -Apreciat/da $username, - - '$fn' en '$dfrn_url' ha acceptat la teva peticiĂł -connexiĂł a '$sitename'. - - '$fn' ha optat per acceptar-te com a "fan", que restringeix certes -formes de comunicaciĂł, com missatges privats i algunes interaccions -amb el perfil. Si ets una "celebritat" o una pĂ gina de comunitat, -aquests ajustos s'aplican automĂ ticament - - '$fn' pot optar per extendre aixĂł en una relaciĂł mĂ©s permisiva -en el futur. - - ComençarĂ s a rebre les actualizacions pĂșbliques de estatus de '$fn', -que apareixeran a la teva pĂ gina "Xarxa" en - -$siteurl - - - $sitename diff --git a/view/ca/mail_received_html_body_eml.tpl b/view/ca/mail_received_html_body_eml.tpl deleted file mode 100644 index 64eee0bf1..000000000 --- a/view/ca/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Mensaje de Friendica</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Has rebut un nou missatge privat de '$from' en $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accedeix a <a href="$siteurl">$siteurl</a> per a llegir i respondre als teus missatges privats.</td></tr> - <tr><td></td><td>$siteName</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/ca/mail_received_text_body_eml.tpl b/view/ca/mail_received_text_body_eml.tpl deleted file mode 100644 index b343c4e6d..000000000 --- a/view/ca/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,9 +0,0 @@ -Has rebut un nou missatge privat de '$from' en $siteName. - -$title - -$textversion - -Accedeix a $siteurl per a llegir i respondre als teus missatges privats. - - $siteName diff --git a/view/ca/request_notify_eml.tpl b/view/ca/request_notify_eml.tpl deleted file mode 100644 index 276624aae..000000000 --- a/view/ca/request_notify_eml.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -Apreciat/da $myname, - -Acabes de rebre una sol·licitud de connexiĂł de '$requestor' en $sitename. - -Pots visitar el seu perfil en $url. - -Accedeix al teu lloc per a veure la presentaciĂł completa i acceptar o ignorar/cancel·lar la sol·licitud. - -$siteurl - - - $sitename diff --git a/view/ca/wall_received_eml.tpl b/view/ca/wall_received_eml.tpl deleted file mode 100644 index 0b5c150fd..000000000 --- a/view/ca/wall_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Apreciat/da $username, - - '$from' ha escrit quelcom en el mur del teu perfil. - ------ -$body ------ - -Accedeix a $siteurl per a veure o esborrar l'element: - -$display - - - $sitename - - - diff --git a/view/cs/cmnt_received_eml.tpl b/view/cs/cmnt_received_eml.tpl deleted file mode 100644 index ff4492322..000000000 --- a/view/cs/cmnt_received_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -MilĂœ/MilĂĄ $username, - - '$from' okommentoval poloĆŸku/konverzaci, kterou nĂĄsledujete. - ------ -$body ------ - -PĆihlaste se na $siteurl pro zobrazenĂ kompletnĂ konverzace: - -$display - -DĂky, - $sitename administrĂĄtor diff --git a/view/cs/cmnt_received_html_body_eml.tpl b/view/cs/cmnt_received_html_body_eml.tpl deleted file mode 100644 index 6b6318743..000000000 --- a/view/cs/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika zprĂĄva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from okomentoval poloĆŸku/konverzaci, kterou nĂĄsledujete.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PĆihlaste se na <a href="$display">pro zobrazenĂ kompletnĂ konverzace</a>.</td></tr> - <tr><td></td><td>DĂky,</td></tr> - <tr><td></td><td>$sitename administrĂĄtor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/cmnt_received_text_body_eml.tpl b/view/cs/cmnt_received_text_body_eml.tpl deleted file mode 100644 index ff4492322..000000000 --- a/view/cs/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -MilĂœ/MilĂĄ $username, - - '$from' okommentoval poloĆŸku/konverzaci, kterou nĂĄsledujete. - ------ -$body ------ - -PĆihlaste se na $siteurl pro zobrazenĂ kompletnĂ konverzace: - -$display - -DĂky, - $sitename administrĂĄtor diff --git a/view/cs/follow_notify_eml.tpl b/view/cs/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/cs/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/cs/friend_complete_eml.tpl b/view/cs/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/cs/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/cs/intro_complete_eml.tpl b/view/cs/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/cs/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/cs/mail_received_html_body_eml.tpl b/view/cs/mail_received_html_body_eml.tpl deleted file mode 100644 index 427c6c98d..000000000 --- a/view/cs/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika ZprĂĄva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from VĂĄm poslal(a) novou soukromou zprĂĄvu na $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PĆihlaste se na <a href="$siteurl">$siteurl<a/> pro ÄtenĂ a zaslĂĄnĂ odpovÄdĂ na VaĆĄe soukromĂ© zprĂĄvy.</td></tr> - <tr><td></td><td>DĂky,</td></tr> - <tr><td></td><td>$siteName administrĂĄtor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/mail_received_text_body_eml.tpl b/view/cs/mail_received_text_body_eml.tpl deleted file mode 100644 index c69872377..000000000 --- a/view/cs/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,10 +0,0 @@ -$from VĂĄm poslal(a) novou soukromou zprĂĄvu na $siteName. - -$title - -$textversion - -PĆihlaste se na $siteurl pro ÄtenĂ a zaslĂĄnĂ odpovÄdĂ na VaĆĄe soukromĂ© zprĂĄvy. - -DĂky, -$siteName administrĂĄtor diff --git a/view/cs/request_notify_eml.tpl b/view/cs/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/cs/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/cs/wall_received_eml.tpl b/view/cs/wall_received_eml.tpl deleted file mode 100644 index 9fb27ddd8..000000000 --- a/view/cs/wall_received_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -MilĂœ/MilĂĄ $username, - - '$from' obohatil VaĆĄi profilovou zeÄ. - ------ -$body ------ - -PĆihlaste se na $siteurl k zobrazenĂ nebo smazĂĄnĂ tĂ©to poloĆŸky: - -$display - -DĂky, - $sitename administrĂĄtor diff --git a/view/cs/wall_received_html_body_eml.tpl b/view/cs/wall_received_html_body_eml.tpl deleted file mode 100644 index 893eec20c..000000000 --- a/view/cs/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika zprĂĄva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from obohatil VaĆĄi profilovou zeÄ.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PĆihlaste se na <a href="$siteurl">$siteurl</a> k <a href="$display">zobrazenĂ nebo smazĂĄnĂ tĂ©to poloĆŸky.</a></td></tr> - <tr><td></td><td>DĂky,</td></tr> - <tr><td></td><td>$sitename administrĂĄtor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/wall_received_text_body_eml.tpl b/view/cs/wall_received_text_body_eml.tpl deleted file mode 100644 index 088f7f9db..000000000 --- a/view/cs/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -MilĂœ/MilĂĄ $username, - - '$from' obohatil VaĆĄi profilovou zeÄ. - ------ -$body ------ - -PĆihlaste se na $siteurl k zobrazenĂ nebo smazĂĄnĂ tĂ©to poloĆŸky: - -$display - -DĂky, - $sitename administrĂĄtor diff --git a/view/css/conversation.css b/view/css/conversation.css index 03df5d4f3..9fb4093ca 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,3 +1,11 @@ +/* common */ + +code { + font-family: Courier, monospace; + display: block; + overflow: auto; +} + /* jot */ #jot-title, diff --git a/view/css/widgets.css b/view/css/widgets.css index b5dc7e6f8..5176c6934 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -23,9 +23,20 @@ margin-top: 15px; } +/* search */ + +#search-text { + border: 1px solid #ccc; + padding: 5px; + line-height: 1.5; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; +} + /* notes */ #note-text { + padding: 5px; width: 100%; resize: vertical; height: 150px; @@ -62,6 +73,10 @@ margin: 2px 0px 0px 10px; } +#posted-date-selector li:not(:first-child) { + margin-top: 2px; +} + /* categories */ diff --git a/view/de/cmnt_received_eml.tpl b/view/de/cmnt_received_eml.tpl deleted file mode 100644 index 500c93eb4..000000000 --- a/view/de/cmnt_received_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Hallo $username, - -'$from' hat einen Pinnwandeintrag kommentiert dem du auch folgst. - ------ -$body ------ - -Um die gesamte Konversation zu sehen melde dich bitte bei $siteurl an: - -$display - -Danke fĂŒr die Aufmerksamkeit - $sitename Administrator - - diff --git a/view/de/cmnt_received_html_body_eml.tpl b/view/de/cmnt_received_html_body_eml.tpl deleted file mode 100644 index db7f829bc..000000000 --- a/view/de/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from hat einen Beitrag kommentiert dem du auch folgst.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich an um <a href="$display">die komplette Unterhaltung anzuzeigen</a>.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>$sitename Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/cmnt_received_text_body_eml.tpl b/view/de/cmnt_received_text_body_eml.tpl deleted file mode 100644 index e00a868af..000000000 --- a/view/de/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -Hallo $username, - -'$from' hat einen Pinnwandeintrag kommentiert dem du auch folgst. - ------ -$body ------ - -Um die gesamte Konversation zu sehen melde dich bitte bei $siteurl an: - -$display - -Danke fr die Aufmerksamkeit - $sitename Administrator - - diff --git a/view/de/follow_notify_eml.tpl b/view/de/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/de/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/de/friend_complete_eml.tpl b/view/de/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/de/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/de/htconfig.tpl b/view/de/htconfig.tpl index 493cb5d00..550b018fe 100644 --- a/view/de/htconfig.tpl +++ b/view/de/htconfig.tpl @@ -33,6 +33,7 @@ $a->config['system']['baseurl'] = '{{$siteurl}}'; $a->config['system']['sitename'] = "Red Matrix"; $a->config['system']['location_hash'] = '{{$site_id}}'; + // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. // Be certain to create your own personal account before setting // REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on @@ -44,13 +45,34 @@ $a->config['system']['register_policy'] = REGISTER_OPEN; $a->config['system']['register_text'] = ''; $a->config['system']['admin_email'] = '{{$adminmail}}'; -// Maximum size of an imported message, 0 is unlimited +// Recommend you leave this set to 1. Set to 0 to let people register without +// proving they own the email address they register with. -$a->config['system']['max_import_size'] = 200000; +$a->config['system']['verify_email'] = 1; + + +// Site access restrictions. By default we will create private sites. +// Your choices are ACCESS_PRIVATE, ACCESS_PAID, ACCESS_TIERED, and ACCESS_FREE. +// If you leave REGISTER_OPEN above, anybody may register on your +// site, however your site will not be listed anywhere as an open +// registration hub. We will use the system access policy (below) +// to determine whether or not to list your site in the directory +// as an open hub where anybody may create accounts. Your choice of +// paid, tiered, or free determines how these listings will be presented. + + +$a->config['system']['access_policy'] = ACCESS_PRIVATE; -// maximum size of uploaded photos +// If you operate a public site, you might wish that people are directed +// to a "sellpage" where you can describe for features or policies or service plans in depth. +// This must be an absolute URL beginning with http:// or https:// . -$a->config['system']['maximagesize'] = 800000; +$a->config['system']['sellpage'] = ''; + +// Maximum size of an imported message, 0 is unlimited +// FIXME - NOT currently implemented. + +$a->config['system']['max_import_size'] = 200000; // Location of PHP command line processor @@ -68,3 +90,14 @@ $a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; $a->config['system']['theme'] = 'redbasic'; + +// PHP error logging setup +// Before doing this ensure that the webserver has permission +// to create and write to php.out in the top level Red directory, +// or change the name (below) to a file/path where this is allowed. + +// Uncomment the following 4 lines to turn on PHP error logging. +//error_reporting(E_ERROR | E_WARNING | E_PARSE ); +//ini_set('error_log','php.out'); +//ini_set('log_errors','1'); +//ini_set('display_errors', '0'); diff --git a/view/de/intro_complete_eml.tpl b/view/de/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/de/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/de/lostpass_eml.tpl b/view/de/lostpass_eml.tpl index 3b79d2791..2175d2e5d 100644 --- a/view/de/lostpass_eml.tpl +++ b/view/de/lostpass_eml.tpl @@ -1,32 +1,32 @@ -Dear {{$username}}, - A request was recently received at {{$sitename}} to reset your account -password. In order to confirm this request, please select the verification link -below or paste it into your web browser address bar. +Hallo {{$username}}, + auf {{$sitename} wurde eine RĂŒcksetzung Deines Passwortes angefordert. +Bitte klicke auf den Link unten, um diese Anforderung zu bestĂ€tigen, +oder kopiere den Link und fĂŒge ihn in die Adresszeile Deines Browsers ein. -If you did NOT request this change, please DO NOT follow the link -provided and ignore and/or delete this email. +Falls Du KEINE RĂŒcksetzung Deines Passwortes angefordert hast, folge dem Link +NICHT! Ignoriere einfach diese E-Mail. -Your password will not be changed unless we can verify that you -issued this request. +Dein Passwort wird nicht geĂ€ndert, wenn Du nicht auf den +Link klickst. -Follow this link to verify your identity: +Folge diesem Link, um Dein Passwort zurĂŒckzusetzen: {{$reset_link}} -You will then receive a follow-up message containing the new password. +Du wirst dann eine E-Mail mit dem neuen Passwort bekommen. -You may change that password from your account settings page after logging in. +Du solltest das Passwort nach dem Einloggen in den Einstellungen Ă€ndern. -The login details are as follows: +Die Anmeldedetails lauten wie folgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} +Adresse des Servers: {{$siteurl}} +Username: {{$email}} -Sincerely, - {{$sitename}} Administrator +Viele GrĂŒĂe, + der Administrator von {{$sitename}} - +
\ No newline at end of file diff --git a/view/de/mail_received_html_body_eml.tpl b/view/de/mail_received_html_body_eml.tpl deleted file mode 100644 index 34eea59da..000000000 --- a/view/de/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - - <tr><td style="padding-top:22px;" colspan="2">$fromi hat dir eine private Nachricht auf $siteName gesendet.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="$siteurl/message">$siteurl/message</a> an um die Nachricht zu bearbeiten.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>$siteName Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/mail_received_text_body_eml.tpl b/view/de/mail_received_text_body_eml.tpl deleted file mode 100644 index f5c90cfed..000000000 --- a/view/de/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,11 +0,0 @@ -Du hast eine neue private Nachricht von '$from' auf '$siteName' erhhalten. - -$title - -$textversion - -Bitte melde dich unter $siteurl an um deine privaten Nachrichte zu lesen und zu -beantworten. - -Viele Gr§e, -$siteName Administrator diff --git a/view/de/messages.po b/view/de/messages.po index 3278eb006..4dc1097ee 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -11,9 +11,11 @@ # JooBee <d13@raclan.de>, 2014 # Einer von Vielen <tom@jfellow.net>, 2013 # Einer von Vielen <tom@jfellow.net>, 2013 +# Ettore Atalan <atalanttore@googlemail.com>, 2014 # Frank Dieckmann <frank@lumina-verte.org>, 2013 # Frank Dieckmann <frank@lumina-verte.org>, 2013 # Oliver <post@toktan.org>, 2013-2014 +# Phellmes <forum@suschka.de>, 2014 # bavatar <tobias.diekershoff@gmx.net>, 2013-2014 # do.t <tobias@tonstrom.de>, 2014 # zottel <transifex@zottel.net>, 2013-2014 @@ -22,8 +24,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-08-09 01:13+0000\n" -"PO-Revision-Date: 2014-08-11 07:23+0000\n" +"POT-Creation-Date: 2014-10-10 00:03-0700\n" +"PO-Revision-Date: 2014-10-10 11:45+0000\n" "Last-Translator: zottel <transifex@zottel.net>\n" "Language-Team: German (http://www.transifex.com/projects/p/red-matrix/language/de/)\n" "MIME-Version: 1.0\n" @@ -32,1945 +34,1172 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../view/theme/redbasic/php/config.php:84 -msgid "Light (Red Matrix default)" -msgstr "Hell (RedMatrix Voreinstellung)" - -#: ../../view/theme/redbasic/php/config.php:99 -#: ../../include/ItemObject.php:583 ../../mod/settings.php:516 -#: ../../mod/settings.php:628 ../../mod/settings.php:656 -#: ../../mod/settings.php:680 ../../mod/settings.php:750 -#: ../../mod/settings.php:928 ../../mod/filestorage.php:137 -#: ../../mod/admin.php:442 ../../mod/admin.php:751 ../../mod/admin.php:886 -#: ../../mod/admin.php:1019 ../../mod/admin.php:1218 ../../mod/admin.php:1305 -#: ../../mod/photos.php:563 ../../mod/photos.php:668 ../../mod/photos.php:956 -#: ../../mod/photos.php:996 ../../mod/photos.php:1083 ../../mod/mood.php:135 -#: ../../mod/pdledit.php:58 ../../mod/connedit.php:518 ../../mod/setup.php:307 -#: ../../mod/setup.php:350 ../../mod/invite.php:156 ../../mod/thing.php:286 -#: ../../mod/thing.php:329 ../../mod/connect.php:92 ../../mod/fsuggest.php:108 -#: ../../mod/poke.php:166 ../../mod/group.php:81 ../../mod/appman.php:99 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:393 ../../mod/mail.php:345 ../../mod/profiles.php:589 -#: ../../mod/chat.php:177 ../../mod/chat.php:211 ../../mod/events.php:511 -msgid "Submit" -msgstr "BestĂ€tigen" - -#: ../../view/theme/redbasic/php/config.php:102 -msgid "Theme settings" -msgstr "Theme-Einstellungen" - -#: ../../view/theme/redbasic/php/config.php:103 -msgid "Set scheme" -msgstr "Schema" - -#: ../../view/theme/redbasic/php/config.php:104 -msgid "Narrow navbar" -msgstr "Verkleinere Navigationsleiste" - -#: ../../view/theme/redbasic/php/config.php:105 -msgid "Navigation bar background color" -msgstr "Hintergrundfarbe der Navigationsleiste" - -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Navigation bar gradient top color" -msgstr "Farbverlauf der Navigationsleiste: Farbe oben" - -#: ../../view/theme/redbasic/php/config.php:107 -msgid "Navigation bar gradient bottom color" -msgstr "Farbverlauf der Navigationsleiste: Farbe unten" - -#: ../../view/theme/redbasic/php/config.php:108 -msgid "Navigation active button gradient top color" -msgstr "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf oben" - -#: ../../view/theme/redbasic/php/config.php:109 -msgid "Navigation active button gradient bottom color" -msgstr "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf unten" - -#: ../../view/theme/redbasic/php/config.php:110 -msgid "Navigation bar border color " -msgstr "Farbe fĂŒr den Rand der Navigationsleiste" - -#: ../../view/theme/redbasic/php/config.php:111 -msgid "Navigation bar icon color " -msgstr "Farbe fĂŒr die Icons der Navigationsleiste" - -#: ../../view/theme/redbasic/php/config.php:112 -msgid "Navigation bar active icon color " -msgstr "Farbe fĂŒr aktive Icons der Navigationsleiste" - -#: ../../view/theme/redbasic/php/config.php:113 -msgid "link color" -msgstr "Farbe fĂŒr Links" - -#: ../../view/theme/redbasic/php/config.php:114 -msgid "Set font-color for banner" -msgstr "Farbe der Schrift des Banners" - -#: ../../view/theme/redbasic/php/config.php:115 -msgid "Set the background color" -msgstr "Hintergrundfarbe" - -#: ../../view/theme/redbasic/php/config.php:116 -msgid "Set the background image" -msgstr "Hintergrundbild" - -#: ../../view/theme/redbasic/php/config.php:117 -msgid "Set the background color of items" -msgstr "Hintergrundfarbe fĂŒr BeitrĂ€ge" - -#: ../../view/theme/redbasic/php/config.php:118 -msgid "Set the background color of comments" -msgstr "Hintergrundfarbe fĂŒr Kommentare" - -#: ../../view/theme/redbasic/php/config.php:119 -msgid "Set the border color of comments" -msgstr "Farbe des Randes von Kommentaren" - -#: ../../view/theme/redbasic/php/config.php:120 -msgid "Set the indent for comments" -msgstr "Einzug fĂŒr Kommmentare einstellen" - -#: ../../view/theme/redbasic/php/config.php:121 -msgid "Set the basic color for item icons" -msgstr "Grundfarbe fĂŒr Beitrags-Icons" - -#: ../../view/theme/redbasic/php/config.php:122 -msgid "Set the hover color for item icons" -msgstr "Farbe fĂŒr Beitrags-Icons unter dem Mauszeiger" - -#: ../../view/theme/redbasic/php/config.php:123 -msgid "Set font-size for the entire application" -msgstr "SchriftgröĂe fĂŒr die ganze Applikation" - -#: ../../view/theme/redbasic/php/config.php:124 -msgid "Set font-size for posts and comments" -msgstr "SchriftgröĂe fĂŒr BeitrĂ€ge und Kommentare" - -#: ../../view/theme/redbasic/php/config.php:125 -msgid "Set font-color for posts and comments" -msgstr "Schriftfarbe fĂŒr Posts und Kommentare" - -#: ../../view/theme/redbasic/php/config.php:126 -msgid "Set radius of corners" -msgstr "Ecken-Radius" - -#: ../../view/theme/redbasic/php/config.php:127 -msgid "Set shadow depth of photos" -msgstr "Schattentiefe von Fotos" - -#: ../../view/theme/redbasic/php/config.php:128 -msgid "Set maximum width of conversation regions" -msgstr "Maximalbreite der Unterhaltungsbereiche" - -#: ../../view/theme/redbasic/php/config.php:129 -msgid "Center conversation regions" -msgstr "Konversationsbereich zentrieren" - -#: ../../view/theme/redbasic/php/config.php:130 -msgid "Set minimum opacity of nav bar - to hide it" -msgstr "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)" - -#: ../../view/theme/redbasic/php/config.php:131 -msgid "Set size of conversation author photo" -msgstr "GröĂe der Avatare von Themenstartern" - -#: ../../view/theme/redbasic/php/config.php:132 -msgid "Set size of followup author photos" -msgstr "GröĂe der Avatare von Kommentatoren" - -#: ../../view/theme/redbasic/php/config.php:133 -msgid "Sloppy photo albums" -msgstr "SchrĂ€ge Fotoalben" - -#: ../../view/theme/redbasic/php/config.php:133 -msgid "Are you a clean desk or a messy desk person?" -msgstr "Bist Du jemand, der einen aufgerĂ€umten Schreibtisch hat, oder eher einen chaotischen?" - -#: ../../boot.php:1291 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen." - -#: ../../boot.php:1294 +#: ../../include/dba/dba_driver.php:50 #, php-format -msgid "Update Error at %s" -msgstr "Aktualisierungsfehler auf %s" - -#: ../../boot.php:1468 -msgid "" -"Create an account to access services and applications within the Red Matrix" -msgstr "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können." - -#: ../../boot.php:1469 ../../include/nav.php:146 ../../mod/register.php:221 -msgid "Register" -msgstr "Registrieren" - -#: ../../boot.php:1492 ../../include/nav.php:81 ../../include/nav.php:108 -msgid "Logout" -msgstr "Abmelden" - -#: ../../boot.php:1493 ../../include/nav.php:106 ../../include/apps.php:126 -msgid "Login" -msgstr "Anmelden" - -#: ../../boot.php:1495 ../../include/contact_selectors.php:79 -#: ../../mod/admin.php:754 ../../mod/admin.php:763 -msgid "Email" -msgstr "E-Mail" - -#: ../../boot.php:1496 -msgid "Password" -msgstr "Kennwort" - -#: ../../boot.php:1497 -msgid "Remember me" -msgstr "Angaben speichern" - -#: ../../boot.php:1502 -msgid "Forgot your password?" -msgstr "Passwort vergessen?" - -#: ../../boot.php:1503 ../../mod/lostpass.php:85 -msgid "Password Reset" -msgstr "ZurĂŒcksetzen des Kennworts" - -#: ../../boot.php:1567 -msgid "permission denied" -msgstr "Zugriff verweigert" - -#: ../../boot.php:1568 -msgid "Got Zot?" -msgstr "Haste schon Zot?" - -#: ../../boot.php:1998 -msgid "toggle mobile" -msgstr "auf/von mobile Ansicht wechseln" - -#: ../../include/auth.php:90 -msgid "Logged out." -msgstr "Ausgeloggt." - -#: ../../include/auth.php:236 -msgid "Failed authentication" -msgstr "Authentifizierung fehlgeschlagen" - -#: ../../include/auth.php:251 ../../mod/openid.php:188 -msgid "Login failed." -msgstr "Login fehlgeschlagen." - -#: ../../include/comanche.php:35 -msgid "Default" -msgstr "Standard" - -#: ../../include/photos.php:15 ../../include/items.php:3704 -#: ../../include/attach.php:119 ../../include/attach.php:166 -#: ../../include/attach.php:229 ../../include/attach.php:243 -#: ../../include/attach.php:283 ../../include/attach.php:297 -#: ../../include/attach.php:322 ../../include/attach.php:513 -#: ../../include/attach.php:585 ../../include/chat.php:116 -#: ../../mod/settings.php:493 ../../mod/filestorage.php:10 -#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 -#: ../../mod/filestorage.php:98 ../../mod/webpages.php:40 -#: ../../mod/authtest.php:13 ../../mod/new_channel.php:66 -#: ../../mod/new_channel.php:97 ../../mod/connections.php:169 -#: ../../mod/profile.php:64 ../../mod/profile.php:72 ../../mod/photos.php:68 -#: ../../mod/photos.php:526 ../../mod/mitem.php:73 ../../mod/regmod.php:18 -#: ../../mod/mood.php:112 ../../mod/pdledit.php:21 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/menu.php:44 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/suggest.php:26 ../../mod/connedit.php:254 -#: ../../mod/message.php:16 ../../mod/setup.php:203 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/thing.php:249 ../../mod/thing.php:266 -#: ../../mod/thing.php:301 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/register.php:71 -#: ../../mod/network.php:12 ../../mod/delegate.php:6 ../../mod/fsuggest.php:78 -#: ../../mod/manage.php:6 ../../mod/editpost.php:13 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/poke.php:128 ../../mod/blocks.php:29 ../../mod/blocks.php:44 -#: ../../mod/group.php:9 ../../mod/item.php:178 ../../mod/item.php:186 -#: ../../mod/item.php:916 ../../mod/appman.php:66 ../../mod/sources.php:66 -#: ../../mod/page.php:30 ../../mod/page.php:80 ../../mod/mail.php:108 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/profiles.php:179 -#: ../../mod/profiles.php:524 ../../mod/bookmarks.php:46 -#: ../../mod/common.php:35 ../../mod/like.php:154 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/events.php:160 ../../mod/notifications.php:66 -#: ../../mod/layouts.php:27 ../../mod/layouts.php:39 -#: ../../mod/editblock.php:34 ../../mod/viewsrc.php:12 -#: ../../mod/achievements.php:27 ../../mod/editlayout.php:48 -#: ../../index.php:186 ../../index.php:361 -msgid "Permission denied." -msgstr "Zugang verweigert" +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kann die DNS-Informationen fĂŒr den Datenbank-Server '%s' nicht finden" -#: ../../include/photos.php:51 ../../include/photo/photo_driver.php:643 -#: ../../mod/photos.php:91 ../../mod/photos.php:653 ../../mod/photos.php:675 +#: ../../include/photo/photo_driver.php:680 ../../include/photos.php:51 +#: ../../mod/photos.php:91 ../../mod/photos.php:657 ../../mod/photos.php:679 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 +#: ../../mod/profile_photo.php:423 msgid "Profile Photos" msgstr "Profilfotos" -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "Bild ĂŒberschreitet das Limit der Webseite von %lu bytes" - -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "Bilddatei ist leer." - -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "Kann Bild nicht verarbeiten" - -#: ../../include/photos.php:186 -msgid "Photo storage failed." -msgstr "Foto speichern schlug fehl" - -#: ../../include/photos.php:313 ../../include/conversation.php:1515 -msgid "Photo Albums" -msgstr "Fotoalben" - -#: ../../include/photos.php:317 ../../mod/photos.php:691 -#: ../../mod/photos.php:1193 -msgid "Upload New Photos" -msgstr "Lade neue Fotos hoch" - -#: ../../include/contact_widgets.php:14 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d Einladung verfĂŒgbar" -msgstr[1] "%d Einladungen verfĂŒgbar" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:446 -msgid "Advanced" -msgstr "Fortgeschritten" - -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" -msgstr "Finde KanĂ€le" - -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" -msgstr "Name oder Interessen eingeben" - -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" -msgstr "Verbinden/Folgen" - -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Beispiele: Robert Morgenstein, Angeln" - -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:392 -#: ../../mod/directory.php:222 ../../mod/directory.php:227 -msgid "Find" -msgstr "Finde" - -#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 -msgid "Channel Suggestions" -msgstr "Kanal-VorschlĂ€ge" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "Zufallsprofil" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "Lade Freunde ein" - -#: ../../include/contact_widgets.php:32 -msgid "Exammple: name=fred and country=iceland" -msgstr "Beispiel: name=fred und country=deutschland" - -#: ../../include/contact_widgets.php:33 -msgid "Advanced Find" -msgstr "Erweiterte Suche" - -#: ../../include/contact_widgets.php:58 ../../include/features.php:69 -#: ../../include/widgets.php:296 -msgid "Saved Folders" -msgstr "Gesicherte Ordner" - -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 -#: ../../include/widgets.php:299 -msgid "Everything" -msgstr "Alles" - -#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 -msgid "Categories" -msgstr "Kategorien" - -#: ../../include/contact_widgets.php:126 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "%d gemeinsame Verbindung" -msgstr[1] "%d gemeinsame Verbindungen" - -#: ../../include/contact_widgets.php:131 -msgid "show more" -msgstr "mehr zeigen" - -#: ../../include/activities.php:39 -msgid " and " -msgstr "und" - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "öffentliches Profil" - -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s hat %2$s auf “%3$s” geĂ€ndert" +#: ../../include/network.php:590 +msgid "view full size" +msgstr "In Vollbildansicht anschauen" -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Besuche %1$s's %2$s" +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Eingebetteter Inhalt" -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verĂ€ndert." +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Einbetten ausgeschaltet" -#: ../../include/items.php:295 ../../mod/subthread.php:49 -#: ../../mod/profperm.php:23 ../../mod/group.php:68 ../../mod/like.php:242 -#: ../../index.php:360 +#: ../../include/items.php:375 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../index.php:364 msgid "Permission denied" msgstr "Keine Berechtigung" -#: ../../include/items.php:824 +#: ../../include/items.php:962 ../../include/items.php:1007 msgid "(Unknown)" msgstr "(Unbekannt)" -#: ../../include/items.php:953 +#: ../../include/items.php:1163 msgid "Visible to anybody on the internet." msgstr "FĂŒr jeden im Internet sichtbar." -#: ../../include/items.php:955 +#: ../../include/items.php:1165 msgid "Visible to you only." msgstr "Nur fĂŒr Dich sichtbar." -#: ../../include/items.php:957 +#: ../../include/items.php:1167 msgid "Visible to anybody in this network." msgstr "FĂŒr jedes Mitglied der RedMatrix sichtbar." -#: ../../include/items.php:959 +#: ../../include/items.php:1169 msgid "Visible to anybody authenticated." msgstr "FĂŒr jeden sichtbar, der angemeldet ist." -#: ../../include/items.php:961 +#: ../../include/items.php:1171 #, php-format msgid "Visible to anybody on %s." msgstr "FĂŒr jeden auf %s sichtbar." -#: ../../include/items.php:963 +#: ../../include/items.php:1173 msgid "Visible to all connections." msgstr "FĂŒr alle Verbindungen sichtbar." -#: ../../include/items.php:965 +#: ../../include/items.php:1175 msgid "Visible to approved connections." msgstr "Nur fĂŒr akzeptierte Verbindungen sichtbar." -#: ../../include/items.php:3642 ../../mod/filestorage.php:18 -#: ../../mod/home.php:67 ../../mod/admin.php:159 ../../mod/admin.php:923 -#: ../../mod/admin.php:1126 ../../mod/thing.php:78 ../../mod/display.php:32 -#: ../../mod/viewsrc.php:18 +#: ../../include/items.php:1177 +msgid "Visible to specific connections." +msgstr "Sichtbar fĂŒr bestimmte Verbindungen." + +#: ../../include/items.php:3927 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76 +#: ../../mod/viewsrc.php:20 msgid "Item not found." msgstr "Element nicht gefunden." -#: ../../include/items.php:4075 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3989 ../../include/photos.php:15 +#: ../../include/attach.php:119 ../../include/attach.php:166 +#: ../../include/attach.php:229 ../../include/attach.php:243 +#: ../../include/attach.php:283 ../../include/attach.php:297 +#: ../../include/attach.php:322 ../../include/attach.php:513 +#: ../../include/attach.php:585 ../../include/chat.php:116 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 +#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 +#: ../../mod/profiles.php:560 ../../mod/webpages.php:40 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/setup.php:203 ../../mod/editblock.php:34 ../../mod/pdledit.php:21 +#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/bookmarks.php:46 ../../mod/profile_photo.php:263 +#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66 +#: ../../mod/events.php:200 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78 +#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247 +#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/item.php:929 ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/like.php:154 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 +#: ../../mod/mail.php:111 ../../mod/manage.php:6 ../../mod/menu.php:44 +#: ../../mod/message.php:16 ../../mod/new_channel.php:68 +#: ../../mod/new_channel.php:99 ../../mod/notifications.php:66 +#: ../../mod/appman.php:66 ../../mod/service_limits.php:7 ../../index.php:190 +#: ../../index.php:365 +msgid "Permission denied." +msgstr "Zugang verweigert" + +#: ../../include/items.php:4360 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "Sammlung nicht gefunden" -#: ../../include/items.php:4090 +#: ../../include/items.php:4375 msgid "Collection is empty." msgstr "Sammlung ist leer." -#: ../../include/items.php:4097 +#: ../../include/items.php:4382 #, php-format msgid "Collection: %s" msgstr "Sammlung: %s" -#: ../../include/items.php:4108 +#: ../../include/items.php:4393 #, php-format msgid "Connection: %s" msgstr "Verbindung: %s" -#: ../../include/items.php:4111 +#: ../../include/items.php:4396 msgid "Connection not found." msgstr "Die Verbindung wurde nicht gefunden." -#: ../../include/Contact.php:107 ../../include/identity.php:675 -#: ../../include/widgets.php:128 ../../include/widgets.php:168 -#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 -#: ../../mod/directory.php:183 ../../mod/match.php:62 -msgid "Connect" -msgstr "Verbinden" - -#: ../../include/Contact.php:123 -msgid "New window" -msgstr "Neues Fenster" - -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" -msgstr "Ăffne die markierte Adresse in einem neuen Browser Fenster oder Tab" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Verschiedenes" - -#: ../../include/datetime.php:152 ../../include/datetime.php:284 -msgid "year" -msgstr "Jahr" - -#: ../../include/datetime.php:157 ../../include/datetime.php:285 -msgid "month" -msgstr "Monat" - -#: ../../include/datetime.php:162 ../../include/datetime.php:287 -msgid "day" -msgstr "Tag" - -#: ../../include/datetime.php:275 -msgid "never" -msgstr "Nie" - -#: ../../include/datetime.php:281 -msgid "less than a second ago" -msgstr "Vor weniger als einer Sekunde" - -#: ../../include/datetime.php:284 -msgid "years" -msgstr "Jahre" - -#: ../../include/datetime.php:285 -msgid "months" -msgstr "Monate" - -#: ../../include/datetime.php:286 -msgid "week" -msgstr "Woche" - -#: ../../include/datetime.php:286 -msgid "weeks" -msgstr "Wochen" - -#: ../../include/datetime.php:287 -msgid "days" -msgstr "Tage" - -#: ../../include/datetime.php:288 -msgid "hour" -msgstr "Stunde" - -#: ../../include/datetime.php:288 -msgid "hours" -msgstr "Stunden" - -#: ../../include/datetime.php:289 -msgid "minute" -msgstr "Minute" - -#: ../../include/datetime.php:289 -msgid "minutes" -msgstr "Minuten" - -#: ../../include/datetime.php:290 -msgid "second" -msgstr "Sekunde" - -#: ../../include/datetime.php:290 -msgid "seconds" -msgstr "Sekunden" - -#: ../../include/datetime.php:299 -#, php-format -msgid "%1$d %2$s ago" -msgstr "vor %1$d %2$s" - -#: ../../include/datetime.php:504 -#, php-format -msgid "%1$s's birthday" -msgstr "%1$s's Geburtstag" +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "Neuer Beitrag wurde erzeugt" -#: ../../include/datetime.php:505 +#: ../../include/notify.php:24 #, php-format -msgid "Happy Birthday %1$s" -msgstr "Alles Gute zum Geburtstag %1$s" - -#: ../../include/identity.php:30 ../../mod/item.php:1297 -msgid "Unable to obtain identity information from database" -msgstr "Kann keine IdentitĂ€ts-Informationen aus Datenbank beziehen" - -#: ../../include/identity.php:63 -msgid "Empty name" -msgstr "Namensfeld leer" - -#: ../../include/identity.php:65 -msgid "Name too long" -msgstr "Name ist zu lang" - -#: ../../include/identity.php:166 -msgid "No account identifier" -msgstr "Keine Account-Kennung" - -#: ../../include/identity.php:176 -msgid "Nickname is required." -msgstr "Spitzname ist erforderlich." - -#: ../../include/identity.php:190 -msgid "Reserved nickname. Please choose another." -msgstr "Reservierter Kurzname. Bitte wĂ€hle einen anderen." - -#: ../../include/identity.php:195 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "Der Spitzname enthĂ€lt nicht-unterstĂŒtze Zeichen oder wird bereits auf dieser Seite genutzt." - -#: ../../include/identity.php:258 -msgid "Unable to retrieve created identity" -msgstr "Kann die erstellte IdentitĂ€t nicht empfangen" - -#: ../../include/identity.php:317 -msgid "Default Profile" -msgstr "Standard-Profil" - -#: ../../include/identity.php:342 ../../include/profile_selectors.php:80 -#: ../../include/widgets.php:400 ../../mod/connedit.php:473 -msgid "Friends" -msgstr "Freunde" - -#: ../../include/identity.php:509 -msgid "Requested channel is not available." -msgstr "Angeforderte Kanal nicht verfĂŒgbar." - -#: ../../include/identity.php:557 ../../mod/filestorage.php:40 -#: ../../mod/webpages.php:8 ../../mod/profile.php:16 ../../mod/connect.php:13 -#: ../../mod/blocks.php:10 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 -msgid "Requested profile is not available." -msgstr "ErwĂŒnschte Profil ist nicht verfĂŒgbar." - -#: ../../include/identity.php:689 ../../mod/profiles.php:695 -msgid "Change profile photo" -msgstr "Profilfoto Ă€ndern" - -#: ../../include/identity.php:695 -msgid "Profiles" -msgstr "Profile" - -#: ../../include/identity.php:695 -msgid "Manage/edit profiles" -msgstr "Profile verwalten/bearbeiten" - -#: ../../include/identity.php:696 ../../mod/profiles.php:696 -msgid "Create New Profile" -msgstr "Neues Profil erstellen" - -#: ../../include/identity.php:699 ../../include/nav.php:89 -msgid "Edit Profile" -msgstr "Profile bearbeiten" - -#: ../../include/identity.php:710 ../../mod/profiles.php:707 -msgid "Profile Image" -msgstr "Profilfoto:" - -#: ../../include/identity.php:713 -msgid "visible to everybody" -msgstr "sichtbar fĂŒr jeden" - -#: ../../include/identity.php:714 ../../mod/profiles.php:591 -#: ../../mod/profiles.php:711 -msgid "Edit visibility" -msgstr "Sichtbarkeit bearbeiten" - -#: ../../include/identity.php:726 ../../include/event.php:40 -#: ../../include/bb2diaspora.php:485 ../../mod/dirprofile.php:105 -#: ../../mod/directory.php:156 ../../mod/events.php:504 -msgid "Location:" -msgstr "Ort:" - -#: ../../include/identity.php:728 ../../include/identity.php:952 -#: ../../mod/directory.php:158 -msgid "Gender:" -msgstr "Geschlecht:" - -#: ../../include/identity.php:729 ../../include/identity.php:996 -#: ../../mod/directory.php:160 -msgid "Status:" -msgstr "Status:" +msgid "commented on %s's post" +msgstr "hat %s's Beitrag kommentiert" -#: ../../include/identity.php:730 ../../include/identity.php:1007 -#: ../../mod/directory.php:162 -msgid "Homepage:" -msgstr "Homepage:" +#: ../../include/apps.php:126 +msgid "Site Admin" +msgstr "Server-Administrator" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 -msgid "Online Now" -msgstr "gerade online" +#: ../../include/apps.php:127 ../../include/conversation.php:1566 +#: ../../include/nav.php:116 +msgid "Bookmarks" +msgstr "Lesezeichen" -#: ../../include/identity.php:796 ../../include/identity.php:876 -#: ../../mod/ping.php:298 -msgid "g A l F d" -msgstr "l, d. F G \\\\U\\\\h\\\\r" +#: ../../include/apps.php:128 +msgid "Address Book" +msgstr "Adressbuch" -#: ../../include/identity.php:797 ../../include/identity.php:877 -msgid "F d" -msgstr "d. F" +#: ../../include/apps.php:129 ../../include/nav.php:124 ../../boot.php:1495 +msgid "Login" +msgstr "Anmelden" -#: ../../include/identity.php:842 ../../include/identity.php:917 -#: ../../mod/ping.php:320 -msgid "[today]" -msgstr "[Heute]" +#: ../../include/apps.php:130 ../../include/nav.php:217 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Kanal-Manager" -#: ../../include/identity.php:854 -msgid "Birthday Reminders" -msgstr "Geburtstags Erinnerungen" +#: ../../include/apps.php:131 ../../include/nav.php:191 +msgid "Matrix" +msgstr "Matrix" -#: ../../include/identity.php:855 -msgid "Birthdays this week:" -msgstr "Geburtstage in dieser Woche:" +#: ../../include/apps.php:132 ../../include/widgets.php:521 +#: ../../include/nav.php:219 ../../mod/admin.php:953 ../../mod/admin.php:1158 +msgid "Settings" +msgstr "Einstellungen" -#: ../../include/identity.php:910 -msgid "[No description]" -msgstr "[Keine Beschreibung]" +#: ../../include/apps.php:133 ../../include/conversation.php:1542 +#: ../../include/nav.php:105 ../../include/RedDAV/RedBrowser.php:238 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Dateien" -#: ../../include/identity.php:928 -msgid "Event Reminders" -msgstr "Veranstaltungs- Erinnerungen" +#: ../../include/apps.php:134 ../../include/conversation.php:1577 +#: ../../include/nav.php:120 ../../mod/webpages.php:86 +msgid "Webpages" +msgstr "Webseiten" -#: ../../include/identity.php:929 -msgid "Events this week:" -msgstr "Veranstaltungen in dieser Woche:" +#: ../../include/apps.php:135 ../../include/nav.php:194 +msgid "Channel Home" +msgstr "Mein Kanal" -#: ../../include/identity.php:942 ../../include/identity.php:1050 -#: ../../include/apps.php:133 ../../mod/profperm.php:112 +#: ../../include/apps.php:136 ../../include/identity.php:1111 +#: ../../include/identity.php:1229 ../../mod/profperm.php:112 msgid "Profile" msgstr "Profil" -#: ../../include/identity.php:950 ../../mod/settings.php:936 -msgid "Full Name:" -msgstr "Voller Name:" - -#: ../../include/identity.php:957 -msgid "Like this channel" -msgstr "Mag den Kanal" - -#: ../../include/identity.php:968 ../../include/taxonomy.php:338 -#: ../../include/ItemObject.php:134 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "GefĂ€llt mir" -msgstr[1] "GefĂ€llt mir" - -#: ../../include/identity.php:981 -msgid "j F, Y" -msgstr "j F, Y" - -#: ../../include/identity.php:982 -msgid "j F" -msgstr "j F" +#: ../../include/apps.php:137 ../../include/conversation.php:1533 +#: ../../include/nav.php:104 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Fotos" -#: ../../include/identity.php:989 -msgid "Birthday:" -msgstr "Geburtstag:" +#: ../../include/apps.php:138 ../../include/nav.php:213 +#: ../../mod/events.php:436 +msgid "Events" +msgstr "Veranstaltungen" -#: ../../include/identity.php:993 -msgid "Age:" -msgstr "Alter:" +#: ../../include/apps.php:139 ../../include/nav.php:177 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "Verzeichnis" -#: ../../include/identity.php:1002 -#, php-format -msgid "for %1$d %2$s" -msgstr "seit %1$d %2$s" +#: ../../include/apps.php:140 ../../include/nav.php:169 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Hilfe" -#: ../../include/identity.php:1005 ../../mod/profiles.php:613 -msgid "Sexual Preference:" -msgstr "Sexuelle Orientierung:" +#: ../../include/apps.php:141 ../../include/nav.php:205 +msgid "Mail" +msgstr "Mail" -#: ../../include/identity.php:1009 ../../mod/profiles.php:615 -msgid "Hometown:" -msgstr "Heimatstadt:" +#: ../../include/apps.php:142 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Laune" -#: ../../include/identity.php:1011 -msgid "Tags:" -msgstr "Schlagworte:" +#: ../../include/apps.php:143 ../../include/conversation.php:947 +msgid "Poke" +msgstr "Anstupsen" -#: ../../include/identity.php:1013 ../../mod/profiles.php:616 -msgid "Political Views:" -msgstr "Politische Ansichten:" +#: ../../include/apps.php:144 ../../include/nav.php:110 +msgid "Chat" +msgstr "Chat" -#: ../../include/identity.php:1015 -msgid "Religion:" -msgstr "Religion:" +#: ../../include/apps.php:145 ../../include/text.php:822 +#: ../../include/text.php:834 ../../include/nav.php:174 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Suche" -#: ../../include/identity.php:1017 ../../mod/directory.php:164 -msgid "About:" -msgstr "Ăber:" +#: ../../include/apps.php:146 +msgid "Probe" +msgstr "Testen" -#: ../../include/identity.php:1019 -msgid "Hobbies/Interests:" -msgstr "Hobbys/Interessen:" +#: ../../include/apps.php:147 +msgid "Suggest" +msgstr "Empfehlungen" -#: ../../include/identity.php:1021 ../../mod/profiles.php:619 -msgid "Likes:" -msgstr "GefĂ€llt:" +#: ../../include/apps.php:148 +msgid "Random Channel" +msgstr "ZufĂ€lliger Kanal" -#: ../../include/identity.php:1023 ../../mod/profiles.php:620 -msgid "Dislikes:" -msgstr "GefĂ€llt nicht:" +#: ../../include/apps.php:149 +msgid "Invite" +msgstr "Einladen" -#: ../../include/identity.php:1026 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformation und soziale Netzwerke:" +#: ../../include/apps.php:150 +msgid "Features" +msgstr "Funktionen" -#: ../../include/identity.php:1028 -msgid "My other channels:" -msgstr "Meine anderen KanĂ€le:" +#: ../../include/apps.php:151 +msgid "Language" +msgstr "Sprache" -#: ../../include/identity.php:1030 -msgid "Musical interests:" -msgstr "Musikalische Interessen:" +#: ../../include/apps.php:152 +msgid "Post" +msgstr "Beitrag" -#: ../../include/identity.php:1032 -msgid "Books, literature:" -msgstr "BĂŒcher, Literatur:" +#: ../../include/apps.php:153 +msgid "Profile Photo" +msgstr "Profilfoto" -#: ../../include/identity.php:1034 -msgid "Television:" -msgstr "Fernsehen:" +#: ../../include/apps.php:242 ../../mod/settings.php:79 +#: ../../mod/settings.php:545 +msgid "Update" +msgstr "Aktualisieren" -#: ../../include/identity.php:1036 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/Tanz/Kultur/Unterhaltung:" +#: ../../include/apps.php:242 +msgid "Install" +msgstr "Installieren" -#: ../../include/identity.php:1038 -msgid "Love/Romance:" -msgstr "Liebe/Romantik:" +#: ../../include/apps.php:247 +msgid "Purchase" +msgstr "Kaufen" -#: ../../include/identity.php:1040 -msgid "Work/employment:" -msgstr "Arbeit/Anstellung:" +#: ../../include/apps.php:249 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/RedDAV/RedBrowser.php:247 +#: ../../include/menu.php:42 ../../include/ItemObject.php:100 +#: ../../mod/settings.php:581 ../../mod/blocks.php:99 +#: ../../mod/webpages.php:133 ../../mod/connections.php:381 +#: ../../mod/connections.php:394 ../../mod/connections.php:413 +#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 +#: ../../mod/thing.php:233 ../../mod/layouts.php:121 ../../mod/menu.php:59 +msgid "Edit" +msgstr "Bearbeiten" -#: ../../include/identity.php:1042 -msgid "School/education:" -msgstr "Schule/Ausbildung:" +#: ../../include/apps.php:250 ../../include/conversation.php:638 +#: ../../include/RedDAV/RedBrowser.php:248 ../../include/ItemObject.php:120 +#: ../../mod/settings.php:582 ../../mod/connedit.php:462 +#: ../../mod/photos.php:1064 ../../mod/group.php:176 ../../mod/admin.php:732 +#: ../../mod/admin.php:863 ../../mod/thing.php:234 +msgid "Delete" +msgstr "Löschen" -#: ../../include/identity.php:1052 -msgid "Like this thing" -msgstr "Finde ich gut" +#: ../../include/apps.php:331 ../../include/apps.php:382 +#: ../../include/conversation.php:999 ../../include/RedDAV/RedBrowser.php:160 +#: ../../mod/connedit.php:498 +msgid "Unknown" +msgstr "Unbekannt" #: ../../include/page_widgets.php:6 msgid "New Page" msgstr "Neue Seite" -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/menu.php:42 ../../include/reddav.php:1289 -#: ../../include/ItemObject.php:96 ../../include/apps.php:240 -#: ../../mod/settings.php:578 ../../mod/webpages.php:120 -#: ../../mod/connections.php:393 ../../mod/menu.php:59 ../../mod/thing.php:235 -#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 -#: ../../mod/blocks.php:94 ../../mod/layouts.php:112 -#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 -msgid "Edit" -msgstr "Bearbeiten" - -#: ../../include/page_widgets.php:39 ../../mod/webpages.php:123 -#: ../../mod/blocks.php:97 ../../mod/layouts.php:116 +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102 +#: ../../mod/webpages.php:136 ../../mod/layouts.php:125 msgid "View" msgstr "Ansicht" -#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:592 -#: ../../include/conversation.php:1091 ../../mod/webpages.php:124 -#: ../../mod/photos.php:997 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:174 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:135 +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1110 +#: ../../include/ItemObject.php:606 ../../mod/webpages.php:137 +#: ../../mod/photos.php:1015 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:174 msgid "Preview" msgstr "Vorschau" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:125 +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:138 msgid "Actions" msgstr "Aktionen" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:126 +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:139 msgid "Page Link" -msgstr "Seiten Link" +msgstr "Seiten-Link" -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:127 +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:140 msgid "Title" msgstr "Titel" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:128 +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:141 msgid "Created" msgstr "Erstellt" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:129 +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:142 msgid "Edited" msgstr "GeĂ€ndert" -#: ../../include/reddav.php:1145 ../../include/reddav.php:1288 -msgid "parent" -msgstr "Ăbergeordnetes Verzeichnis" - -#: ../../include/reddav.php:1169 -msgid "Collection" -msgstr "Sammlung" - -#: ../../include/reddav.php:1172 -msgid "Principal" -msgstr "Prinzipal" - -#: ../../include/reddav.php:1175 -msgid "Addressbook" -msgstr "Adressbuch" - -#: ../../include/reddav.php:1178 -msgid "Calendar" -msgstr "Kalender" - -#: ../../include/reddav.php:1181 -msgid "Schedule Inbox" -msgstr "Post-Eingang prĂŒfen" - -#: ../../include/reddav.php:1184 -msgid "Schedule Outbox" -msgstr "Post-Ausgang prĂŒfen" - -#: ../../include/reddav.php:1202 ../../include/apps.php:322 -#: ../../include/apps.php:373 ../../mod/connedit.php:476 -msgid "Unknown" -msgstr "Unbekannt" - -#: ../../include/reddav.php:1262 -#, php-format -msgid "%1$s used" -msgstr "%1$s verwendet" - -#: ../../include/reddav.php:1267 -#, php-format -msgid "%1$s used of %2$s (%3$s%)" -msgstr "von %2$s wurden %1$s verwendet (%3$s%)" - -#: ../../include/reddav.php:1280 ../../include/nav.php:92 -#: ../../include/apps.php:130 ../../include/conversation.php:1521 -#: ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Dateien" +#: ../../include/security.php:320 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde." -#: ../../include/reddav.php:1284 ../../mod/settings.php:518 -#: ../../mod/settings.php:544 ../../mod/admin.php:893 -msgid "Name" -msgstr "Name" +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:93 +msgid "Categories" +msgstr "Kategorien" -#: ../../include/reddav.php:1285 -msgid "Type" -msgstr "Typ" +#: ../../include/widgets.php:86 ../../include/nav.php:172 +#: ../../mod/apps.php:33 +msgid "Apps" +msgstr "Apps" -#: ../../include/reddav.php:1286 -msgid "Size" -msgstr "GröĂe" +#: ../../include/widgets.php:87 +msgid "System" +msgstr "System" -#: ../../include/reddav.php:1287 -msgid "Last Modified" -msgstr "Zuletzt geĂ€ndert" +#: ../../include/widgets.php:89 ../../include/conversation.php:1445 +msgid "Personal" +msgstr "Persönlich" -#: ../../include/reddav.php:1290 ../../include/ItemObject.php:108 -#: ../../include/apps.php:241 ../../include/conversation.php:635 -#: ../../mod/settings.php:579 ../../mod/admin.php:758 ../../mod/admin.php:888 -#: ../../mod/photos.php:1046 ../../mod/connedit.php:440 -#: ../../mod/thing.php:236 ../../mod/group.php:176 -msgid "Delete" -msgstr "Löschen" +#: ../../include/widgets.php:90 +msgid "Create Personal App" +msgstr "Persönliche App erstellen" -#: ../../include/reddav.php:1291 -msgid "Total" -msgstr "Summe" +#: ../../include/widgets.php:91 +msgid "Edit Personal App" +msgstr "Persönliche App bearbeiten" -#: ../../include/reddav.php:1344 -msgid "Create new folder" -msgstr "Neuen Ordner anlegen" +#: ../../include/widgets.php:135 ../../include/widgets.php:175 +#: ../../include/conversation.php:944 ../../include/identity.php:831 +#: ../../include/Contact.php:107 ../../mod/directory.php:183 +#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 +msgid "Connect" +msgstr "Verbinden" -#: ../../include/reddav.php:1345 ../../mod/new_channel.php:117 -#: ../../mod/mitem.php:142 ../../mod/menu.php:84 -msgid "Create" -msgstr "Erstelle" +#: ../../include/widgets.php:137 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Ignorieren/Verstecken" -#: ../../include/reddav.php:1346 -msgid "Upload file" -msgstr "Datei hochladen" +#: ../../include/widgets.php:143 ../../mod/connections.php:267 +msgid "Suggestions" +msgstr "VorschlĂ€ge" -#: ../../include/reddav.php:1347 ../../mod/profile_photo.php:361 -msgid "Upload" -msgstr "Hochladen" +#: ../../include/widgets.php:144 +msgid "See more..." +msgstr "Mehr anzeigen âŠ" -#: ../../include/message.php:18 -msgid "No recipient provided." -msgstr "Kein EmpfĂ€nger angegeben" +#: ../../include/widgets.php:166 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen." -#: ../../include/message.php:23 -msgid "[no subject]" -msgstr "[no subject]" +#: ../../include/widgets.php:172 +msgid "Add New Connection" +msgstr "Neue Verbindung hinzufĂŒgen" -#: ../../include/message.php:42 -msgid "Unable to determine sender." -msgstr "Kann Absender nicht bestimmen." +#: ../../include/widgets.php:173 +msgid "Enter the channel address" +msgstr "Adresse des Kanals eingeben" -#: ../../include/message.php:143 -msgid "Stored post could not be verified." -msgstr "Gespeicherter Beitrag konnten nicht ĂŒberprĂŒft werden." +#: ../../include/widgets.php:174 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara" -#: ../../include/taxonomy.php:210 -msgid "Tags" -msgstr "Schlagwörter" +#: ../../include/widgets.php:191 +msgid "Notes" +msgstr "Notizen" -#: ../../include/taxonomy.php:227 -msgid "Keywords" -msgstr "SchlĂŒsselwörter" +#: ../../include/widgets.php:193 ../../include/text.php:823 +#: ../../include/text.php:835 ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 +#: ../../mod/filer.php:50 ../../mod/admin.php:1341 ../../mod/admin.php:1362 +msgid "Save" +msgstr "Speichern" -#: ../../include/taxonomy.php:252 -msgid "have" -msgstr "habe" +#: ../../include/widgets.php:263 +msgid "Remove term" +msgstr "Eintrag löschen" -#: ../../include/taxonomy.php:252 -msgid "has" -msgstr "hat" +#: ../../include/widgets.php:272 ../../include/features.php:58 +msgid "Saved Searches" +msgstr "Gesicherte Suchanfragen" -#: ../../include/taxonomy.php:253 -msgid "want" -msgstr "will" +#: ../../include/widgets.php:273 ../../include/group.php:302 +msgid "add" +msgstr "hinzufĂŒgen" -#: ../../include/taxonomy.php:253 -msgid "wants" -msgstr "will" +#: ../../include/widgets.php:303 ../../include/contact_widgets.php:58 +#: ../../include/features.php:72 +msgid "Saved Folders" +msgstr "Gesicherte Ordner" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 -msgid "like" -msgstr "mag" +#: ../../include/widgets.php:306 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:96 +msgid "Everything" +msgstr "Alles" -#: ../../include/taxonomy.php:254 -msgid "likes" -msgstr "gefĂ€llt" +#: ../../include/widgets.php:342 +msgid "Archives" +msgstr "Archive" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 -msgid "dislike" -msgstr "verurteile" +#: ../../include/widgets.php:404 +msgid "Refresh" +msgstr "Aktualisieren" -#: ../../include/taxonomy.php:255 -msgid "dislikes" -msgstr "missfĂ€llt" +#: ../../include/widgets.php:405 ../../mod/connedit.php:492 +msgid "Me" +msgstr "Ich" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" -msgstr "Dieses Element löschen?" +#: ../../include/widgets.php:406 ../../mod/connedit.php:494 +msgid "Best Friends" +msgstr "Beste Freunde" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:582 -#: ../../mod/photos.php:995 ../../mod/photos.php:1082 -msgid "Comment" -msgstr "Kommentar" +#: ../../include/widgets.php:407 ../../include/identity.php:380 +#: ../../include/identity.php:381 ../../include/identity.php:388 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495 +msgid "Friends" +msgstr "Freunde" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:316 -msgid "[+] show all" -msgstr "[+] Zeige alle" +#: ../../include/widgets.php:408 +msgid "Co-workers" +msgstr "Kollegen" -#: ../../include/js_strings.php:8 -msgid "[-] show less" -msgstr "[-] zeige weniger" +#: ../../include/widgets.php:409 ../../mod/connedit.php:496 +msgid "Former Friends" +msgstr "ehem. Freunde" -#: ../../include/js_strings.php:9 -msgid "[+] expand" -msgstr "[+] aufklappen" +#: ../../include/widgets.php:410 ../../mod/connedit.php:497 +msgid "Acquaintances" +msgstr "Bekannte" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" -msgstr "[-] einklappen" +#: ../../include/widgets.php:411 +msgid "Everybody" +msgstr "Jeder" -#: ../../include/js_strings.php:11 -msgid "Password too short" -msgstr "Kennwort zu kurz" +#: ../../include/widgets.php:443 +msgid "Account settings" +msgstr "Konto-Einstellungen" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "Kennwörter stimmen nicht ĂŒberein" +#: ../../include/widgets.php:449 +msgid "Channel settings" +msgstr "Kanal-Einstellungen" -#: ../../include/js_strings.php:13 ../../mod/photos.php:39 -msgid "everybody" -msgstr "alle" +#: ../../include/widgets.php:455 +msgid "Additional features" +msgstr "ZusĂ€tzliche Funktionen" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "geheime Passphrase" +#: ../../include/widgets.php:461 +msgid "Feature settings" +msgstr "Funktions-Einstellungen" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "Hinweis zur Passphrase" +#: ../../include/widgets.php:467 +msgid "Display settings" +msgstr "Anzeige-Einstellungen" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "Mitteilung: Berechtigungen wurden verĂ€ndert, aber noch nicht gespeichert." +#: ../../include/widgets.php:473 +msgid "Connected apps" +msgstr "Verbundene Apps" -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "Alles schliessen" +#: ../../include/widgets.php:479 +msgid "Export channel" +msgstr "Kanal exportieren" -#: ../../include/js_strings.php:19 -msgid "timeago.prefixAgo" -msgstr "timeago.prefixAgo" +#: ../../include/widgets.php:485 +msgid "Export content" +msgstr "Kanal-Inhalte exportieren" -#: ../../include/js_strings.php:20 -msgid "timeago.prefixFromNow" -msgstr " " +#: ../../include/widgets.php:491 +msgid "Automatic Permissions (Advanced)" +msgstr "Automatische Berechtigungen (Erweitert)" -#: ../../include/js_strings.php:21 -msgid "ago" -msgstr "her" +#: ../../include/widgets.php:501 +msgid "Premium Channel Settings" +msgstr "Premium-Kanal-Einstellungen" -#: ../../include/js_strings.php:22 -msgid "from now" -msgstr "von jetzt" +#: ../../include/widgets.php:510 ../../include/features.php:49 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanal-Quellen" -#: ../../include/js_strings.php:23 -msgid "less than a minute" -msgstr "weniger als eine Minute" +#: ../../include/widgets.php:535 ../../mod/mail.php:124 +#: ../../mod/message.php:31 +msgid "Messages" +msgstr "Nachrichten" -#: ../../include/js_strings.php:24 -msgid "about a minute" -msgstr "ungefĂ€hr eine Minute" +#: ../../include/widgets.php:540 +msgid "Check Mail" +msgstr "E-Mails abrufen" -#: ../../include/js_strings.php:25 -#, php-format -msgid "%d minutes" -msgstr "%d Minuten" +#: ../../include/widgets.php:545 ../../include/nav.php:210 +msgid "New Message" +msgstr "Neue Nachricht" -#: ../../include/js_strings.php:26 -msgid "about an hour" -msgstr "ungefĂ€hr eine Stunde" +#: ../../include/widgets.php:621 +msgid "Chat Rooms" +msgstr "ChatrĂ€ume" -#: ../../include/js_strings.php:27 -#, php-format -msgid "about %d hours" -msgstr "ungefĂ€hr %d Stunden" +#: ../../include/widgets.php:639 +msgid "Bookmarked Chatrooms" +msgstr "Gespeicherte Chatrooms" -#: ../../include/js_strings.php:28 -msgid "a day" -msgstr "ein Tag" +#: ../../include/widgets.php:657 +msgid "Suggested Chatrooms" +msgstr "Chatraum-VorschlĂ€ge" -#: ../../include/js_strings.php:29 -#, php-format -msgid "%d days" -msgstr "%d Tage" +#: ../../include/zot.php:654 +msgid "Invalid data packet" +msgstr "UngĂŒltiges Datenpaket" -#: ../../include/js_strings.php:30 -msgid "about a month" -msgstr "ungefĂ€hr ein Monat" +#: ../../include/zot.php:670 +msgid "Unable to verify channel signature" +msgstr "Konnte die Signatur des Kanals nicht verifizieren" -#: ../../include/js_strings.php:31 +#: ../../include/zot.php:1741 #, php-format -msgid "%d months" -msgstr "%d Monate" - -#: ../../include/js_strings.php:32 -msgid "about a year" -msgstr "ungefĂ€hr ein Jahr" +msgid "Unable to verify site signature for %s" +msgstr "Kann die Signatur der Seite von %s nicht verifizieren" -#: ../../include/js_strings.php:33 +#: ../../include/photos.php:104 #, php-format -msgid "%d years" -msgstr "%d Jahre" - -#: ../../include/js_strings.php:34 -msgid " " -msgstr " " - -#: ../../include/js_strings.php:35 -msgid "timeago.numbers" -msgstr "timeago.numbers" - -#: ../../include/permissions.php:13 -msgid "Can view my normal stream and posts" -msgstr "Kann meine normalen BeitrĂ€ge sehen" - -#: ../../include/permissions.php:14 -msgid "Can view my default channel profile" -msgstr "Kann mein Standardprofil sehen" - -#: ../../include/permissions.php:15 -msgid "Can view my photo albums" -msgstr "Kann meine Fotoalben betrachten" - -#: ../../include/permissions.php:16 -msgid "Can view my connections" -msgstr "Kann meine Verbindungen sehen" - -#: ../../include/permissions.php:17 -msgid "Can view my file storage" -msgstr "Kann meine Dateiordner lesen" - -#: ../../include/permissions.php:18 -msgid "Can view my webpages" -msgstr "Kann meine Webseiten sehen" - -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Kann mir die BeitrĂ€ge aus seinem/ihrem Kanal schicken" - -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Kann auf meiner Kanal-Seite (\"wall\") BeitrĂ€ge veröffentlichen" - -#: ../../include/permissions.php:23 -msgid "Can comment on or like my posts" -msgstr "Darf meine BeitrĂ€ge kommentieren und mögen/nicht mögen" - -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Kann mir private Nachrichten schicken" - -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Kann Fotos in meinen Fotoalben veröffentlichen" - -#: ../../include/permissions.php:26 -msgid "Can like/dislike stuff" -msgstr "Kann andere Elemente mögen/nicht mögen" - -#: ../../include/permissions.php:28 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Kann an alle meine Kontakte via @-ErwĂ€hnung Nachrichten weiterleiten" - -#: ../../include/permissions.php:28 -msgid "Advanced - useful for creating group forum channels" -msgstr "Fortgeschritten - sinnvoll, um Gruppen-KanĂ€le/-Foren zu erstellen" - -#: ../../include/permissions.php:29 -msgid "Can chat with me (when available)" -msgstr "Kann mit mir chatten (wenn verfĂŒgbar)" - -#: ../../include/permissions.php:30 -msgid "Can write to my file storage" -msgstr "Kann in meine Dateiordner schreiben" - -#: ../../include/permissions.php:31 -msgid "Can edit my webpages" -msgstr "Kann meine Webseiten bearbeiten" - -#: ../../include/permissions.php:33 -msgid "Can source my public posts in derived channels" -msgstr "Kann meine öffentlichen BeitrĂ€ge als Quellen fĂŒr KanĂ€le verwenden" - -#: ../../include/permissions.php:33 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Etwas fortgeschritten â sehr nĂŒtzlich in offenen Gemeinschaften" - -#: ../../include/permissions.php:35 -msgid "Can administer my channel resources" -msgstr "Kann meine KanĂ€le administrieren" - -#: ../../include/permissions.php:35 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weiĂt, was Du tust" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "HĂ€ufig" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "StĂŒndlich" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Zwei Mal am Tag" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "TĂ€glich" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Wöchentlich" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Monatlich" - -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/event.php:11 ../../include/bb2diaspora.php:463 -msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y\\\\, H:i" - -#: ../../include/event.php:20 ../../include/bb2diaspora.php:469 -msgid "Starts:" -msgstr "Beginnt:" - -#: ../../include/event.php:30 ../../include/bb2diaspora.php:477 -msgid "Finishes:" -msgstr "Endet:" - -#: ../../include/event.php:326 -msgid "This event has been added to your calendar." -msgstr "Dieses Ereignis wurde Deinem Kalender hinzugefĂŒgt" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Male" -msgstr "MĂ€nnlich" +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bild ĂŒberschreitet das Limit der Webseite von %lu bytes" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -msgid "Female" -msgstr "Weiblich" +#: ../../include/photos.php:111 +msgid "Image file is empty." +msgstr "Bilddatei ist leer." -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momentan mĂ€nnlich" +#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "Kann Bild nicht verarbeiten" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momentan weiblich" +#: ../../include/photos.php:212 +msgid "Photo storage failed." +msgstr "Foto speichern schlug fehl" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "GröĂtenteils mĂ€nnlich" +#: ../../include/photos.php:340 ../../include/conversation.php:1536 +msgid "Photo Albums" +msgstr "Fotoalben" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "GröĂtenteils weiblich" +#: ../../include/photos.php:344 +msgid "Upload New Photos" +msgstr "Lade neue Fotos hoch" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transsexuell" +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "Standard-Sichtbarkeit" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Zwischengeschlechtlich" +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "Zeigen" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transsexuell" +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "Nicht zeigen" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Zwitter" +#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 +#: ../../mod/photos.php:604 ../../mod/photos.php:970 +#: ../../mod/filestorage.php:128 +msgid "Permissions" +msgstr "Berechtigungen" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Geschlechtslos" +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:303 +msgid "Close" +msgstr "SchlieĂen" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "unklar" +#: ../../include/activities.php:39 +msgid " and " +msgstr "und" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 -msgid "Other" -msgstr "Anders" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "öffentliches Profil" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "Unentschieden" +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s hat %2$s auf “%3$s” geĂ€ndert" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "MĂ€nner" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Besuche %1$s's %2$s" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "Frauen" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s hat ein aktualisiertes %2$s, %3$s wurde verĂ€ndert." -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "Schwul" +#: ../../include/api.php:1069 +msgid "Public Timeline" +msgstr "Ăffentliche Zeitleiste" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "Lesbisch" +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Beitrag wurde nicht gefunden." -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "Keine Bevorzugung" +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Keine Quelldatei." -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "Bisexuell" +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Kann Datei zum Ersetzen nicht finden" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "Autosexuell" +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Kann Datei zum PrĂŒfen/Aktualisieren nicht finden" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "Enthaltsam" +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Datei ĂŒberschreitet das GröĂen-Limit von %d" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "JungfrĂ€ulich" +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Die GröĂe Deiner Datei-AnhĂ€nge hat das Maximum von %1$.0f MByte erreicht." -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "Abweichend" +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess." -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "Fetisch" +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen." -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "Unmengen" +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Pfad nicht verfĂŒgbar." -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "Sexlos" +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Leere Pfadangabe" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "Single" +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "doppelter Dateiname oder Pfad" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "Einsam" +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Pfad nicht gefunden." -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "VerfĂŒgbar" +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir fehlgeschlagen." -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "Nicht verfĂŒgbar" +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "Speichern in der Datenbank fehlgeschlagen." -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "Verguckt" +#: ../../include/conversation.php:120 ../../include/text.php:1743 +#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 +msgid "photo" +msgstr "Foto" -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "Verknallt" +#: ../../include/conversation.php:123 ../../include/text.php:1746 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "Ereignis" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "Lerne gerade jemanden kennen" +#: ../../include/conversation.php:126 ../../mod/like.php:89 +msgid "channel" +msgstr "Kanal" -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "Treulos" +#: ../../include/conversation.php:148 ../../include/text.php:1749 +#: ../../include/diaspora.php:1924 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 +msgid "status" +msgstr "Status" -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "SexabhĂ€ngig" +#: ../../include/conversation.php:150 ../../include/text.php:1751 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "Kommentar" -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "Freunde/BegĂŒnstigte" +#: ../../include/conversation.php:164 ../../include/diaspora.php:1953 +#: ../../mod/like.php:331 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gefĂ€llt %2$ss %3$s" -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "Lose" +#: ../../include/conversation.php:167 ../../mod/like.php:333 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s gefĂ€llt %2$ss %3$s nicht" -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "Verlobt" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s ist jetzt mit %2$s verbunden" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "Verheiratet" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stupste %2$s an" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "GewissermaĂen verheiratet" +#: ../../include/conversation.php:243 ../../include/text.php:901 +msgid "poked" +msgstr "stupste" -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "Partner" +#: ../../include/conversation.php:261 ../../mod/mood.php:63 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" +msgstr "%1$s ist %2$s" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "Lebensgemeinschaft" +#: ../../include/conversation.php:637 ../../include/ItemObject.php:126 +msgid "Select" +msgstr "AuswĂ€hlen" -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "Informelle Ehe" +#: ../../include/conversation.php:645 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:862 +msgid "Private Message" +msgstr "Private Nachricht" -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "GlĂŒcklich" +#: ../../include/conversation.php:652 ../../include/ItemObject.php:194 +msgid "Message is verified" +msgstr "Nachricht ĂŒberprĂŒft" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "Nicht Ausschau haltend" +#: ../../include/conversation.php:671 +#, php-format +msgid "View %s's profile @ %s" +msgstr "%ss Profil auf %s ansehen" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "Swinger" +#: ../../include/conversation.php:685 +msgid "Categories:" +msgstr "Kategorien:" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "Betrogen" +#: ../../include/conversation.php:686 +msgid "Filed under:" +msgstr "Gespeichert unter:" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "Getrennt" +#: ../../include/conversation.php:694 ../../include/ItemObject.php:264 +#, php-format +msgid " from %s" +msgstr "von %s" -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "Labil" +#: ../../include/conversation.php:697 ../../include/ItemObject.php:267 +#, php-format +msgid "last edited: %s" +msgstr "zuletzt bearbeitet: %s" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "Geschieden" +#: ../../include/conversation.php:698 ../../include/ItemObject.php:268 +#, php-format +msgid "Expires: %s" +msgstr "VerfĂ€llt: %s" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "GewissermaĂen geschieden" +#: ../../include/conversation.php:713 +msgid "View in context" +msgstr "Im Zusammenhang anschauen" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "Verwitwet" +#: ../../include/conversation.php:715 ../../include/conversation.php:1149 +#: ../../include/ItemObject.php:308 ../../mod/photos.php:995 +#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152 +#: ../../mod/mail.php:234 ../../mod/mail.php:349 +msgid "Please wait" +msgstr "Bitte warten" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "Ungewiss" +#: ../../include/conversation.php:839 +msgid "remove" +msgstr "lösche" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "Es ist kompliziert" +#: ../../include/conversation.php:843 ../../include/nav.php:258 +msgid "Loading..." +msgstr "LĂ€dt ..." -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "Interessiert mich nicht" +#: ../../include/conversation.php:844 +msgid "Delete Selected Items" +msgstr "Lösche die ausgewĂ€hlten Elemente" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "Frag mich mal" +#: ../../include/conversation.php:938 +msgid "View Source" +msgstr "Quelle anzeigen" -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "UngĂŒltige E-Mail-Adresse" +#: ../../include/conversation.php:939 +msgid "Follow Thread" +msgstr "Unterhaltung folgen" -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "Deine E-Mail-Adresse ist dieser Seite nicht erlaubt" +#: ../../include/conversation.php:940 +msgid "View Status" +msgstr "Status ansehen" -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert." +#: ../../include/conversation.php:941 ../../include/nav.php:98 +#: ../../mod/connedit.php:415 ../../mod/connedit.php:529 +msgid "View Profile" +msgstr "Profil ansehen" -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "Eine Einladung wird benötigt" +#: ../../include/conversation.php:942 +msgid "View Photos" +msgstr "Fotos ansehen" -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "Die Einladung konnte nicht bestĂ€tigt werden" +#: ../../include/conversation.php:943 +msgid "Matrix Activity" +msgstr "Matrix-AktivitĂ€t" -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Bitte gib die benötigten Informationen ein." +#: ../../include/conversation.php:945 +msgid "Edit Contact" +msgstr "Kontakt bearbeiten" -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "Speichern der Account-Informationen fehlgeschlagen" +#: ../../include/conversation.php:946 +msgid "Send PM" +msgstr "Sende PN" -#: ../../include/account.php:245 +#: ../../include/conversation.php:1020 #, php-format -msgid "Registration confirmation for %s" -msgstr "RegistrierungsbestĂ€tigung fĂŒr %s" +msgid "%s likes this." +msgstr "%s gefĂ€llt das." -#: ../../include/account.php:313 +#: ../../include/conversation.php:1020 #, php-format -msgid "Registration request at %s" -msgstr "Registrierungsanfrage auf %s" - -#: ../../include/account.php:315 ../../include/account.php:342 -#: ../../include/account.php:399 -msgid "Administrator" -msgstr "Administrator" - -#: ../../include/account.php:337 -msgid "your registration password" -msgstr "Dein Registrierungspasswort" +msgid "%s doesn't like this." +msgstr "%s gefĂ€llt das nicht." -#: ../../include/account.php:340 ../../include/account.php:397 +#: ../../include/conversation.php:1024 #, php-format -msgid "Registration details for %s" -msgstr "Registrierungsdetails fĂŒr %s" - -#: ../../include/account.php:406 -msgid "Account approved." -msgstr "Account bestĂ€tigt." +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "<span %1$s>%2$d Person</span> gefĂ€llt das." +msgstr[1] "<span %1$s>%2$d Leuten</span> gefĂ€llt das." -#: ../../include/account.php:440 +#: ../../include/conversation.php:1026 #, php-format -msgid "Registration revoked for %s" -msgstr "Registrierung fĂŒr %s widerrufen" - -#: ../../include/account.php:486 -msgid "Account verified. Please login." -msgstr "Konto geprĂŒft. Bitte melde Dich an!" - -#: ../../include/oembed.php:163 -msgid "Embedded content" -msgstr "Eingebetteter Inhalt" - -#: ../../include/oembed.php:172 -msgid "Embedding disabled" -msgstr "Einbetten ausgeschaltet" - -#: ../../include/zot.php:624 -msgid "Invalid data packet" -msgstr "UngĂŒltiges Datenpaket" +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "<span %1$s>%2$d Person</span> gefĂ€llt das nicht." +msgstr[1] "<span %1$s>%2$d Leuten</span> gefĂ€llt das nicht." -#: ../../include/zot.php:634 -msgid "Unable to verify channel signature" -msgstr "Konnte die Signatur des Kanals nicht verifizieren" +#: ../../include/conversation.php:1032 +msgid "and" +msgstr "und" -#: ../../include/zot.php:831 +#: ../../include/conversation.php:1035 #, php-format -msgid "Unable to verify site signature for %s" -msgstr "Kann die Signatur der Seite von %s nicht verifizieren" - -#: ../../include/network.php:652 -msgid "view full size" -msgstr "In Vollbildansicht anschauen" +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] ", und %d andere" -#: ../../include/dba/dba_driver.php:50 +#: ../../include/conversation.php:1036 #, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kann die DNS-Informationen fĂŒr den Datenbank-Server '%s' nicht finden" - -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln fĂŒr Elemente <strong>könnten</strong> fĂŒr diese Gruppe angewendet werden, sowie fĂŒr alle zukĂŒnftigen Elemente." - -#: ../../include/group.php:234 -msgid "Default privacy group for new contacts" -msgstr "Standard-PrivatsphĂ€rengruppe fĂŒr neue Kontakte" - -#: ../../include/group.php:253 ../../mod/admin.php:763 -msgid "All Channels" -msgstr "Alle KanĂ€le" - -#: ../../include/group.php:275 -msgid "edit" -msgstr "Bearbeiten" +msgid "%s like this." +msgstr "%s gefĂ€llt das." -#: ../../include/group.php:296 -msgid "Collections" -msgstr "Sammlungen" +#: ../../include/conversation.php:1036 +#, php-format +msgid "%s don't like this." +msgstr "%s gefĂ€llt das nicht." -#: ../../include/group.php:297 -msgid "Edit collection" -msgstr "Bearbeite Sammlungen" +#: ../../include/conversation.php:1093 +msgid "Visible to <strong>everybody</strong>" +msgstr "Sichtbar fĂŒr <strong>jeden</strong>" -#: ../../include/group.php:298 -msgid "Create a new collection" -msgstr "Neue Sammlung erzeugen" +#: ../../include/conversation.php:1094 ../../mod/mail.php:170 +#: ../../mod/mail.php:282 +msgid "Please enter a link URL:" +msgstr "Gib eine URL ein:" -#: ../../include/group.php:299 -msgid "Channels not in any collection" -msgstr "KanĂ€le, die nicht in einer Sammlung sind" +#: ../../include/conversation.php:1095 +msgid "Please enter a video link/URL:" +msgstr "Gib einen Video-Link/URL ein:" -#: ../../include/group.php:301 ../../include/widgets.php:266 -msgid "add" -msgstr "hinzufĂŒgen" +#: ../../include/conversation.php:1096 +msgid "Please enter an audio link/URL:" +msgstr "Gib einen Audio-Link/URL ein:" -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." -msgstr "Beitrag wurde nicht gefunden." +#: ../../include/conversation.php:1097 +msgid "Tag term:" +msgstr "Schlagwort:" -#: ../../include/attach.php:335 -msgid "No source file." -msgstr "Keine Quelldatei." +#: ../../include/conversation.php:1098 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Speichern in Ordner:" -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" -msgstr "Kann Datei zum Ersetzen nicht finden" +#: ../../include/conversation.php:1099 +msgid "Where are you right now?" +msgstr "Wo bist Du jetzt grade?" -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" -msgstr "Kann Datei zum PrĂŒfen/Aktualisieren nicht finden" +#: ../../include/conversation.php:1100 ../../mod/editpost.php:52 +#: ../../mod/mail.php:171 ../../mod/mail.php:283 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "VerfĂ€llt YYYY-MM-DD HH;MM" -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Datei ĂŒberschreitet das GröĂen-Limit von %d" +#: ../../include/conversation.php:1124 ../../mod/photos.php:994 +#: ../../mod/editblock.php:168 ../../mod/editlayout.php:161 +#: ../../mod/editwebpage.php:201 ../../mod/layouts.php:122 +msgid "Share" +msgstr "Teilen" -#: ../../include/attach.php:393 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "Die GröĂe Deiner Datei-AnhĂ€nge hat das Maximum von %1$.0f MByte erreicht." +#: ../../include/conversation.php:1126 ../../mod/editwebpage.php:139 +msgid "Page link title" +msgstr "Seitentitel-Link" -#: ../../include/attach.php:475 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "Datei-Upload fehlgeschlagen. Mögliche Systembegrenzung oder abgebrochener Prozess." +#: ../../include/conversation.php:1129 +msgid "Post as" +msgstr "Posten als" -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." -msgstr "Gespeichert Datei konnte nicht verifiziert werden. Upload abgebrochen." +#: ../../include/conversation.php:1130 ../../mod/editblock.php:112 +#: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:231 ../../mod/mail.php:345 +msgid "Upload photo" +msgstr "Foto hochladen" -#: ../../include/attach.php:528 ../../include/attach.php:545 -msgid "Path not available." -msgstr "Pfad nicht verfĂŒgbar." +#: ../../include/conversation.php:1131 +msgid "upload photo" +msgstr "Foto hochladen" -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "Leere Pfadangabe" +#: ../../include/conversation.php:1132 ../../mod/editblock.php:113 +#: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:232 ../../mod/mail.php:346 +msgid "Attach file" +msgstr "Datei anhĂ€ngen" -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "doppelter Dateiname oder Pfad" +#: ../../include/conversation.php:1133 +msgid "attach file" +msgstr "Datei anfĂŒgen" -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Pfad nicht gefunden." +#: ../../include/conversation.php:1134 ../../mod/editblock.php:114 +#: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:233 ../../mod/mail.php:347 +msgid "Insert web link" +msgstr "Link einfĂŒgen" -#: ../../include/attach.php:681 -msgid "mkdir failed." -msgstr "mkdir fehlgeschlagen." +#: ../../include/conversation.php:1135 +msgid "web link" +msgstr "Web-Link" -#: ../../include/attach.php:685 -msgid "database storage failed." -msgstr "Speichern in der Datenbank fehlgeschlagen." +#: ../../include/conversation.php:1136 +msgid "Insert video link" +msgstr "Video-Link einfĂŒgen" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:642 -#: ../../mod/photos.php:844 -msgid "Private Message" -msgstr "Private Nachricht" +#: ../../include/conversation.php:1137 +msgid "video link" +msgstr "Video-Link" -#: ../../include/ItemObject.php:114 ../../include/conversation.php:634 -msgid "Select" -msgstr "AuswĂ€hlen" +#: ../../include/conversation.php:1138 +msgid "Insert audio link" +msgstr "Audio-Link einfĂŒgen" -#: ../../include/ItemObject.php:118 -msgid "Save to Folder" -msgstr "In Ordner speichern" +#: ../../include/conversation.php:1139 +msgid "audio link" +msgstr "Audio-Link" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 -msgid "View all" -msgstr "Alles anzeigen" +#: ../../include/conversation.php:1140 ../../mod/editblock.php:118 +#: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" +msgstr "Standort" -#: ../../include/ItemObject.php:139 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "GefĂ€llt nicht" -msgstr[1] "GefĂ€llt nicht" +#: ../../include/conversation.php:1141 +msgid "set location" +msgstr "Standort" -#: ../../include/ItemObject.php:167 -msgid "Add Star" -msgstr "Stern hinzufĂŒgen" +#: ../../include/conversation.php:1142 ../../mod/editblock.php:119 +#: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" +msgstr "Browser-Standort löschen" -#: ../../include/ItemObject.php:168 -msgid "Remove Star" -msgstr "Stern entfernen" +#: ../../include/conversation.php:1143 +msgid "clear location" +msgstr "Standort löschen" -#: ../../include/ItemObject.php:169 -msgid "Toggle Star Status" -msgstr "Stern Status umschalten" +#: ../../include/conversation.php:1145 ../../mod/editblock.php:132 +#: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 +#: ../../mod/editwebpage.php:167 +msgid "Set title" +msgstr "Titel" -#: ../../include/ItemObject.php:173 -msgid "starred" -msgstr "markiert" +#: ../../include/conversation.php:1148 ../../mod/editblock.php:135 +#: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 +#: ../../mod/editwebpage.php:169 ../../mod/events.php:560 +msgid "Categories (comma-separated list)" +msgstr "Kategorien (Kommagetrennte Liste)" -#: ../../include/ItemObject.php:182 ../../include/conversation.php:649 -msgid "Message is verified" -msgstr "Nachricht ĂŒberprĂŒft" +#: ../../include/conversation.php:1150 ../../mod/editblock.php:121 +#: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" +msgstr "Berechtigungs-Einstellungen" -#: ../../include/ItemObject.php:190 -msgid "Add Tag" -msgstr "Tag hinzufĂŒgen" +#: ../../include/conversation.php:1151 +msgid "permissions" +msgstr "Berechtigungen" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:974 -msgid "I like this (toggle)" -msgstr "Mir gefĂ€llt das (Umschalter)" +#: ../../include/conversation.php:1158 ../../mod/editblock.php:129 +#: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:162 +msgid "Public post" +msgstr "Ăffentlicher Beitrag" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:975 -msgid "I don't like this (toggle)" -msgstr "Mir gefĂ€llt das nicht (Umschalter)" +#: ../../include/conversation.php:1160 ../../mod/editblock.php:136 +#: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Beispiel: bob@example.com, mary@example.com" -#: ../../include/ItemObject.php:211 -msgid "Share This" -msgstr "Teilen" +#: ../../include/conversation.php:1173 ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 +#: ../../mod/editwebpage.php:179 ../../mod/mail.php:238 ../../mod/mail.php:352 +msgid "Set expiration date" +msgstr "Verfallsdatum" -#: ../../include/ItemObject.php:211 -msgid "share" -msgstr "Teilen" +#: ../../include/conversation.php:1175 ../../include/ItemObject.php:609 +#: ../../mod/editpost.php:148 ../../mod/mail.php:240 ../../mod/mail.php:354 +msgid "Encrypt text" +msgstr "Text verschlĂŒsseln" -#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 -#, php-format -msgid "View %s's profile - %s" -msgstr "Schaue Dir %ss Profil an â %s" +#: ../../include/conversation.php:1177 ../../mod/editpost.php:150 +#: ../../mod/events.php:567 +msgid "OK" +msgstr "Ok" -#: ../../include/ItemObject.php:237 -msgid "to" -msgstr "an" +#: ../../include/conversation.php:1178 ../../mod/settings.php:520 +#: ../../mod/settings.php:546 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 +#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +msgid "Cancel" +msgstr "Abbrechen" -#: ../../include/ItemObject.php:238 -msgid "via" -msgstr "via" +#: ../../include/conversation.php:1422 +msgid "Discover" +msgstr "Entdecken" -#: ../../include/ItemObject.php:239 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" +#: ../../include/conversation.php:1425 +msgid "Imported public streams" +msgstr "Importierte öffentliche BeitrĂ€ge" -#: ../../include/ItemObject.php:240 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" +#: ../../include/conversation.php:1430 +msgid "Commented Order" +msgstr "Neueste Kommentare" -#: ../../include/ItemObject.php:250 ../../include/conversation.php:693 -#, php-format -msgid " from %s" -msgstr "von %s" +#: ../../include/conversation.php:1433 +msgid "Sort by Comment Date" +msgstr "Nach Kommentardatum sortiert" -#: ../../include/ItemObject.php:253 ../../include/conversation.php:696 -#, php-format -msgid "last edited: %s" -msgstr "zuletzt bearbeitet: %s" +#: ../../include/conversation.php:1437 +msgid "Posted Order" +msgstr "Neueste BeitrĂ€ge" -#: ../../include/ItemObject.php:254 ../../include/conversation.php:697 -#, php-format -msgid "Expires: %s" -msgstr "VerfĂ€llt: %s" +#: ../../include/conversation.php:1440 +msgid "Sort by Post Date" +msgstr "Nach Beitragsdatum sortiert" -#: ../../include/ItemObject.php:274 -msgid "Save Bookmarks" -msgstr "Favoriten speichern" +#: ../../include/conversation.php:1448 +msgid "Posts that mention or involve you" +msgstr "BeitrĂ€ge mit Beteiligung Deinerseits" -#: ../../include/ItemObject.php:275 -msgid "Add to Calendar" -msgstr "Zum Kalender hinzufĂŒgen" +#: ../../include/conversation.php:1454 ../../mod/connections.php:211 +#: ../../mod/connections.php:224 ../../mod/menu.php:61 +msgid "New" +msgstr "Neu" -#: ../../include/ItemObject.php:283 -msgctxt "noun" -msgid "Likes" -msgstr "GefĂ€llt mir" +#: ../../include/conversation.php:1457 +msgid "Activity Stream - by date" +msgstr "Activity Stream â nach Datum sortiert" -#: ../../include/ItemObject.php:284 -msgctxt "noun" -msgid "Dislikes" -msgstr "GefĂ€llt nicht" +#: ../../include/conversation.php:1463 +msgid "Starred" +msgstr "Markiert" -#: ../../include/ItemObject.php:289 ../../include/acl_selectors.php:249 -msgid "Close" -msgstr "Geschlossen" +#: ../../include/conversation.php:1466 +msgid "Favourite Posts" +msgstr "Markierte BeitrĂ€ge" -#: ../../include/ItemObject.php:294 ../../include/conversation.php:714 -#: ../../include/conversation.php:1130 ../../mod/photos.php:977 -#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:152 -#: ../../mod/mail.php:231 ../../mod/mail.php:346 ../../mod/editblock.php:120 -#: ../../mod/editlayout.php:115 -msgid "Please wait" -msgstr "Bitte warten" +#: ../../include/conversation.php:1473 +msgid "Spam" +msgstr "Spam" -#: ../../include/ItemObject.php:315 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d Kommentar" -msgstr[1] "%d Kommentare" +#: ../../include/conversation.php:1476 +msgid "Posts flagged as SPAM" +msgstr "Nachrichten, die als SPAM markiert wurden" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 -msgid "This is you" -msgstr "Das bist Du" +#: ../../include/conversation.php:1512 ../../mod/admin.php:867 +msgid "Channel" +msgstr "Kanal" -#: ../../include/ItemObject.php:584 -msgid "Bold" -msgstr "Fett" +#: ../../include/conversation.php:1515 +msgid "Status Messages and Posts" +msgstr "Statusnachrichten und BeitrĂ€ge" -#: ../../include/ItemObject.php:585 -msgid "Italic" -msgstr "Kursiv" +#: ../../include/conversation.php:1524 +msgid "About" +msgstr "Ăber" -#: ../../include/ItemObject.php:586 -msgid "Underline" -msgstr "Unterstrichen" +#: ../../include/conversation.php:1527 +msgid "Profile Details" +msgstr "Profil-Details" -#: ../../include/ItemObject.php:587 -msgid "Quote" -msgstr "Zitat" +#: ../../include/conversation.php:1545 +msgid "Files and Storage" +msgstr "Dateien und Speicher" -#: ../../include/ItemObject.php:588 -msgid "Code" -msgstr "Code" +#: ../../include/conversation.php:1554 ../../include/conversation.php:1557 +msgid "Chatrooms" +msgstr "ChatrĂ€ume" -#: ../../include/ItemObject.php:589 -msgid "Image" -msgstr "Bild" +#: ../../include/conversation.php:1569 +msgid "Saved Bookmarks" +msgstr "Gespeicherte Lesezeichen" -#: ../../include/ItemObject.php:590 -msgid "Link" -msgstr "Link" +#: ../../include/conversation.php:1580 +msgid "Manage Webpages" +msgstr "Webseiten verwalten" -#: ../../include/ItemObject.php:591 -msgid "Video" -msgstr "Video" +#: ../../include/auth.php:116 +msgid "Logged out." +msgstr "Ausgeloggt." -#: ../../include/ItemObject.php:595 ../../include/conversation.php:1156 -#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 -msgid "Encrypt text" -msgstr "Text verschlĂŒsseln" +#: ../../include/auth.php:257 +msgid "Failed authentication" +msgstr "Authentifizierung fehlgeschlagen" -#: ../../include/security.php:301 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde." +#: ../../include/auth.php:271 ../../mod/openid.php:190 +msgid "Login failed." +msgstr "Login fehlgeschlagen." #: ../../include/text.php:321 msgid "prev" @@ -1996,385 +1225,872 @@ msgstr "Ă€lter" msgid "newer" msgstr "neuer" -#: ../../include/text.php:730 +#: ../../include/text.php:736 msgid "No connections" msgstr "Keine Verbindungen" -#: ../../include/text.php:743 +#: ../../include/text.php:749 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "%d Verbindung" msgstr[1] "%d Verbindungen" -#: ../../include/text.php:756 +#: ../../include/text.php:762 msgid "View Connections" msgstr "Verbindungen anzeigen" -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/nav.php:156 ../../include/apps.php:142 -#: ../../mod/search.php:30 -msgid "Search" -msgstr "Suche" - -#: ../../include/text.php:817 ../../include/text.php:831 -#: ../../include/widgets.php:186 ../../mod/filer.php:50 -#: ../../mod/rbmark.php:28 ../../mod/rbmark.php:98 -msgid "Save" -msgstr "Speichern" - -#: ../../include/text.php:897 +#: ../../include/text.php:901 msgid "poke" msgstr "anstupsen" -#: ../../include/text.php:897 ../../include/conversation.php:243 -msgid "poked" -msgstr "stupste" - -#: ../../include/text.php:898 +#: ../../include/text.php:902 msgid "ping" msgstr "anpingen" -#: ../../include/text.php:898 +#: ../../include/text.php:902 msgid "pinged" msgstr "pingte" -#: ../../include/text.php:899 +#: ../../include/text.php:903 msgid "prod" msgstr "knuffen" -#: ../../include/text.php:899 +#: ../../include/text.php:903 msgid "prodded" msgstr "knuffte" -#: ../../include/text.php:900 +#: ../../include/text.php:904 msgid "slap" msgstr "ohrfeigen" -#: ../../include/text.php:900 +#: ../../include/text.php:904 msgid "slapped" msgstr "ohrfeigte" -#: ../../include/text.php:901 +#: ../../include/text.php:905 msgid "finger" msgstr "befummeln" -#: ../../include/text.php:901 +#: ../../include/text.php:905 msgid "fingered" msgstr "befummelte" -#: ../../include/text.php:902 +#: ../../include/text.php:906 msgid "rebuff" msgstr "eine Abfuhr erteilen" -#: ../../include/text.php:902 +#: ../../include/text.php:906 msgid "rebuffed" -msgstr "abfuhrerteilte" +msgstr "zurĂŒckgewiesen" -#: ../../include/text.php:911 +#: ../../include/text.php:915 msgid "happy" msgstr "glĂŒcklich" -#: ../../include/text.php:912 +#: ../../include/text.php:916 msgid "sad" msgstr "traurig" -#: ../../include/text.php:913 +#: ../../include/text.php:917 msgid "mellow" msgstr "sanft" -#: ../../include/text.php:914 +#: ../../include/text.php:918 msgid "tired" msgstr "mĂŒde" -#: ../../include/text.php:915 +#: ../../include/text.php:919 msgid "perky" msgstr "frech" -#: ../../include/text.php:916 +#: ../../include/text.php:920 msgid "angry" msgstr "sauer" -#: ../../include/text.php:917 +#: ../../include/text.php:921 msgid "stupified" msgstr "verblĂŒfft" -#: ../../include/text.php:918 +#: ../../include/text.php:922 msgid "puzzled" msgstr "verwirrt" -#: ../../include/text.php:919 +#: ../../include/text.php:923 msgid "interested" msgstr "interessiert" -#: ../../include/text.php:920 +#: ../../include/text.php:924 msgid "bitter" msgstr "verbittert" -#: ../../include/text.php:921 +#: ../../include/text.php:925 msgid "cheerful" msgstr "fröhlich" -#: ../../include/text.php:922 +#: ../../include/text.php:926 msgid "alive" msgstr "lebendig" -#: ../../include/text.php:923 +#: ../../include/text.php:927 msgid "annoyed" msgstr "verĂ€rgert" -#: ../../include/text.php:924 +#: ../../include/text.php:928 msgid "anxious" msgstr "unruhig" -#: ../../include/text.php:925 +#: ../../include/text.php:929 msgid "cranky" msgstr "schrullig" -#: ../../include/text.php:926 +#: ../../include/text.php:930 msgid "disturbed" msgstr "verstört" -#: ../../include/text.php:927 +#: ../../include/text.php:931 msgid "frustrated" msgstr "frustriert" -#: ../../include/text.php:928 +#: ../../include/text.php:932 msgid "depressed" msgstr "deprimiert" -#: ../../include/text.php:929 +#: ../../include/text.php:933 msgid "motivated" msgstr "motiviert" -#: ../../include/text.php:930 +#: ../../include/text.php:934 msgid "relaxed" msgstr "entspannt" -#: ../../include/text.php:931 +#: ../../include/text.php:935 msgid "surprised" msgstr "ĂŒberrascht" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Monday" msgstr "Montag" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Tuesday" msgstr "Dienstag" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Wednesday" msgstr "Mittwoch" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Thursday" msgstr "Donnerstag" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Friday" msgstr "Freitag" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Saturday" msgstr "Samstag" -#: ../../include/text.php:1092 +#: ../../include/text.php:1099 msgid "Sunday" msgstr "Sonntag" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "January" msgstr "Januar" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "February" msgstr "Februar" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "March" msgstr "MĂ€rz" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "April" msgstr "April" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "May" msgstr "Mai" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "June" msgstr "Juni" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "July" msgstr "Juli" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "August" msgstr "August" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "September" msgstr "September" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "October" msgstr "Oktober" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "November" msgstr "November" -#: ../../include/text.php:1096 +#: ../../include/text.php:1103 msgid "December" msgstr "Dezember" -#: ../../include/text.php:1174 +#: ../../include/text.php:1181 msgid "unknown.???" msgstr "unbekannt.???" -#: ../../include/text.php:1175 +#: ../../include/text.php:1182 msgid "bytes" msgstr "Bytes" -#: ../../include/text.php:1210 +#: ../../include/text.php:1221 msgid "remove category" msgstr "Kategorie entfernen" -#: ../../include/text.php:1280 +#: ../../include/text.php:1291 msgid "remove from file" msgstr "aus der Datei entfernen" -#: ../../include/text.php:1345 ../../include/text.php:1357 +#: ../../include/text.php:1356 ../../include/text.php:1368 msgid "Click to open/close" msgstr "Klicke zum Ăffnen/SchlieĂen" -#: ../../include/text.php:1512 ../../mod/events.php:374 +#: ../../include/text.php:1523 ../../mod/events.php:414 msgid "Link to Source" msgstr "Link zur Quelle" -#: ../../include/text.php:1531 +#: ../../include/text.php:1542 msgid "Select a page layout: " msgstr "Ein Seiten-Layout auswĂ€hlen:" -#: ../../include/text.php:1534 ../../include/text.php:1599 +#: ../../include/text.php:1545 ../../include/text.php:1610 msgid "default" msgstr "Standard" -#: ../../include/text.php:1570 +#: ../../include/text.php:1581 msgid "Page content type: " msgstr "Content-Typ der Seite:" -#: ../../include/text.php:1611 +#: ../../include/text.php:1622 msgid "Select an alternate language" msgstr "WĂ€hle eine alternative Sprache" -#: ../../include/text.php:1732 ../../include/conversation.php:120 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:294 -msgid "photo" -msgstr "Foto" - -#: ../../include/text.php:1735 ../../include/conversation.php:123 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "Ereignis" - -#: ../../include/text.php:1738 ../../include/conversation.php:148 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:294 -msgid "status" -msgstr "Status" - -#: ../../include/text.php:1740 ../../include/conversation.php:150 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "Kommentar" - -#: ../../include/text.php:1745 +#: ../../include/text.php:1756 msgid "activity" msgstr "AktivitĂ€t" -#: ../../include/text.php:2004 +#: ../../include/text.php:2028 msgid "Design" msgstr "Design" -#: ../../include/text.php:2006 +#: ../../include/text.php:2030 msgid "Blocks" msgstr "Blöcke" -#: ../../include/text.php:2007 +#: ../../include/text.php:2031 msgid "Menus" msgstr "MenĂŒs" -#: ../../include/text.php:2008 +#: ../../include/text.php:2032 msgid "Layouts" msgstr "Layouts" -#: ../../include/text.php:2009 +#: ../../include/text.php:2033 msgid "Pages" msgstr "Seiten" -#: ../../include/dir_fns.php:36 +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" +msgstr "%1$ss Lesezeichen" + +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Schlagwörter" + +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "SchlĂŒsselwörter" + +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "habe" + +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "hat" + +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "will" + +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "will" + +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:220 +msgid "like" +msgstr "mag" + +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "gefĂ€llt" + +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:221 +msgid "dislike" +msgstr "verurteile" + +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "missfĂ€llt" + +#: ../../include/taxonomy.php:338 ../../include/identity.php:1137 +#: ../../include/ItemObject.php:146 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "GefĂ€llt mir" +msgstr[1] "GefĂ€llt mir" + +#: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Standard" + +#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494 +msgid "Logout" +msgstr "Abmelden" + +#: ../../include/nav.php:94 ../../include/nav.php:126 +msgid "End this session" +msgstr "Beende diese Sitzung" + +#: ../../include/nav.php:97 ../../include/nav.php:160 +msgid "Home" +msgstr "Home" + +#: ../../include/nav.php:97 +msgid "Your posts and conversations" +msgstr "Deine BeitrĂ€ge und Unterhaltungen" + +#: ../../include/nav.php:98 +msgid "Your profile page" +msgstr "Deine Profilseite" + +#: ../../include/nav.php:100 +msgid "Edit Profiles" +msgstr "Profile bearbeiten" + +#: ../../include/nav.php:100 +msgid "Manage/Edit profiles" +msgstr "Profile verwalten" + +#: ../../include/nav.php:102 ../../include/identity.php:855 +msgid "Edit Profile" +msgstr "Profile bearbeiten" + +#: ../../include/nav.php:102 +msgid "Edit your profile" +msgstr "Profil bearbeiten" + +#: ../../include/nav.php:104 +msgid "Your photos" +msgstr "Deine Bilder" + +#: ../../include/nav.php:105 +msgid "Your files" +msgstr "Deine Dateien" + +#: ../../include/nav.php:110 +msgid "Your chatrooms" +msgstr "Deine ChatrĂ€ume" + +#: ../../include/nav.php:116 +msgid "Your bookmarks" +msgstr "Deine Lesezeichen" + +#: ../../include/nav.php:120 +msgid "Your webpages" +msgstr "Deine Webseiten" + +#: ../../include/nav.php:124 +msgid "Sign in" +msgstr "Anmelden" + +#: ../../include/nav.php:141 +#, php-format +msgid "%s - click to logout" +msgstr "%s - Klick zum Abmelden" + +#: ../../include/nav.php:146 +msgid "Click to authenticate to your home hub" +msgstr "Klicke, um Dich ĂŒber Deinen Heimat-Server zu authentifizieren" + +#: ../../include/nav.php:160 +msgid "Home Page" +msgstr "Homepage" + +#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471 +msgid "Register" +msgstr "Registrieren" + +#: ../../include/nav.php:164 +msgid "Create an account" +msgstr "Erzeuge ein Konto" + +#: ../../include/nav.php:169 +msgid "Help and documentation" +msgstr "Hilfe und Dokumentation" + +#: ../../include/nav.php:172 +msgid "Applications, utilities, links, games" +msgstr "Applikationen, Zubehör, Links, Spiele" + +#: ../../include/nav.php:174 +msgid "Search site content" +msgstr "Durchsuche Seiten-Inhalt" + +#: ../../include/nav.php:177 +msgid "Channel Locator" +msgstr "Kanal-Anzeiger" + +#: ../../include/nav.php:191 +msgid "Your matrix" +msgstr "Deine Matrix" + +#: ../../include/nav.php:192 +msgid "Mark all matrix notifications seen" +msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen" + +#: ../../include/nav.php:194 +msgid "Channel home" +msgstr "Mein Kanal" + +#: ../../include/nav.php:195 +msgid "Mark all channel notifications seen" +msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen" + +#: ../../include/nav.php:198 ../../mod/connections.php:406 +msgid "Connections" +msgstr "Verbindungen" + +#: ../../include/nav.php:201 +msgid "Notices" +msgstr "Benachrichtigungen" + +#: ../../include/nav.php:201 +msgid "Notifications" +msgstr "Benachrichtigungen" + +#: ../../include/nav.php:202 +msgid "See all notifications" +msgstr "Alle Benachrichtigungen ansehen" + +#: ../../include/nav.php:203 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Markiere alle System-Benachrichtigungen als gesehen" + +#: ../../include/nav.php:205 +msgid "Private mail" +msgstr "Persönliche Mail" + +#: ../../include/nav.php:206 +msgid "See all private messages" +msgstr "Alle persönlichen Nachrichten ansehen" + +#: ../../include/nav.php:207 +msgid "Mark all private messages seen" +msgstr "Markiere alle persönlichen Nachrichten als gesehen" + +#: ../../include/nav.php:208 +msgid "Inbox" +msgstr "Eingang" + +#: ../../include/nav.php:209 +msgid "Outbox" +msgstr "Ausgang" + +#: ../../include/nav.php:213 +msgid "Event Calendar" +msgstr "Veranstaltungskalender" + +#: ../../include/nav.php:214 +msgid "See all events" +msgstr "Alle Ereignisse ansehen" + +#: ../../include/nav.php:215 +msgid "Mark all events seen" +msgstr "Markiere alle Ereignisse als gesehen" + +#: ../../include/nav.php:217 +msgid "Manage Your Channels" +msgstr "Verwalte Deine KanĂ€le" + +#: ../../include/nav.php:219 +msgid "Account/Channel Settings" +msgstr "Konto-/Kanal-Einstellungen" + +#: ../../include/nav.php:227 ../../mod/admin.php:123 +msgid "Admin" +msgstr "Admin" + +#: ../../include/nav.php:227 +msgid "Site Setup and Configuration" +msgstr "Seiten-Einrichtung und -Konfiguration" + +#: ../../include/nav.php:263 +msgid "Please wait..." +msgstr "Bitte warten..." + +#: ../../include/contact_selectors.php:56 +msgid "Frequently" +msgstr "HĂ€ufig" + +#: ../../include/contact_selectors.php:57 +msgid "Hourly" +msgstr "StĂŒndlich" + +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" +msgstr "Zwei Mal am Tag" + +#: ../../include/contact_selectors.php:59 +msgid "Daily" +msgstr "TĂ€glich" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Wöchentlich" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Monatlich" + +#: ../../include/contact_selectors.php:76 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:728 +#: ../../mod/admin.php:737 ../../boot.php:1497 +msgid "Email" +msgstr "E-Mail" + +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:81 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" + +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d Einladung verfĂŒgbar" +msgstr[1] "%d Einladungen verfĂŒgbar" + +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418 +msgid "Advanced" +msgstr "Fortgeschritten" + +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Finde KanĂ€le" + +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Name oder Interessen eingeben" + +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Verbinden/Folgen" + +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Beispiele: Robert Morgenstein, Angeln" + +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 +msgid "Find" +msgstr "Finde" + +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Kanal-VorschlĂ€ge" + +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Zufallsprofil" + +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Lade Freunde ein" + +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Beispiel: name=fred and country=deutschland" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Erweiterte Suche" + +#: ../../include/contact_widgets.php:126 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemeinsame Verbindung" +msgstr[1] "%d gemeinsame Verbindungen" + +#: ../../include/contact_widgets.php:131 +msgid "show more" +msgstr "mehr zeigen" + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:439 +msgid "l F d, Y \\@ g:i A" +msgstr "l, d. F Y\\\\, H:i" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:445 +msgid "Starts:" +msgstr "Beginnt:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:453 +msgid "Finishes:" +msgstr "Endet:" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:461 +#: ../../include/identity.php:882 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:579 +msgid "Location:" +msgstr "Ort:" + +#: ../../include/event.php:326 +msgid "This event has been added to your calendar." +msgstr "Dieses Ereignis wurde zu Deinem Kalender hinzugefĂŒgt" + +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "UngĂŒltige E-Mail-Adresse" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Deine E-Mail-Adresse ist dieser Seite nicht erlaubt" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Eine Einladung wird benötigt" + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Die Einladung konnte nicht bestĂ€tigt werden" + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Bitte gib die benötigten Informationen ein." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Speichern der Account-Informationen fehlgeschlagen" + +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "RegistrierungsbestĂ€tigung fĂŒr %s" + +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Registrierungsanfrage auf %s" + +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Administrator" + +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "Dein Registrierungspasswort" + +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Registrierungsdetails fĂŒr %s" + +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "Account bestĂ€tigt." + +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrierung fĂŒr %s widerrufen" + +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Konto geprĂŒft. Bitte melde Dich an!" + +#: ../../include/account.php:647 ../../include/account.php:649 +msgid "Click here to upgrade." +msgstr "Klicke hier, um das Upgrade durchzufĂŒhren." + +#: ../../include/account.php:655 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Diese Aktion ĂŒberschreitet die Grenzen Ihres Abonnements." + +#: ../../include/account.php:660 +msgid "This action is not available under your subscription plan." +msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfĂŒgbar." + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Verschiedenes" + +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "Jahr" + +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "Monat" + +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "Tag" + +#: ../../include/datetime.php:275 +msgid "never" +msgstr "Nie" + +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "Vor weniger als einer Sekunde" + +#: ../../include/datetime.php:284 +msgid "years" +msgstr "Jahre" + +#: ../../include/datetime.php:285 +msgid "months" +msgstr "Monate" + +#: ../../include/datetime.php:286 +msgid "week" +msgstr "Woche" + +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "Wochen" + +#: ../../include/datetime.php:287 +msgid "days" +msgstr "Tage" + +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "Stunde" + +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "Stunden" + +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "Minute" + +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "Minuten" + +#: ../../include/datetime.php:290 +msgid "second" +msgstr "Sekunde" + +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "Sekunden" + +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "vor %1$d %2$s" + +#: ../../include/datetime.php:504 +#, php-format +msgid "%1$s's birthday" +msgstr "%1$ss Geburtstag" + +#: ../../include/datetime.php:505 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "Alles Gute zum Geburtstag, %1$s" + +#: ../../include/dir_fns.php:56 msgid "Sort Options" msgstr "Sortieroptionen" -#: ../../include/dir_fns.php:37 +#: ../../include/dir_fns.php:57 msgid "Alphabetic" msgstr "alphabetisch" -#: ../../include/dir_fns.php:38 +#: ../../include/dir_fns.php:58 msgid "Reverse Alphabetic" msgstr "Entgegengesetzt alphabetisch" -#: ../../include/dir_fns.php:39 +#: ../../include/dir_fns.php:59 msgid "Newest to Oldest" msgstr "Neueste zuerst" -#: ../../include/dir_fns.php:51 +#: ../../include/dir_fns.php:71 msgid "Enable Safe Search" msgstr "Sichere Suche einschalten" -#: ../../include/dir_fns.php:53 +#: ../../include/dir_fns.php:73 msgid "Disable Safe Search" msgstr "Sichere Suche ausschalten" -#: ../../include/dir_fns.php:55 +#: ../../include/dir_fns.php:75 msgid "Safe Mode" msgstr "Sicherer Modus" -#: ../../include/bbcode.php:112 ../../include/bbcode.php:645 -#: ../../include/bbcode.php:648 ../../include/bbcode.php:653 -#: ../../include/bbcode.php:656 ../../include/bbcode.php:659 -#: ../../include/bbcode.php:662 ../../include/bbcode.php:667 -#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 -#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 -#: ../../include/bbcode.php:684 -msgid "Image/photo" -msgstr "Bild/Foto" - -#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 -msgid "Encrypted content" -msgstr "VerschlĂŒsselter Inhalt" - -#: ../../include/bbcode.php:163 -msgid "QR code" -msgstr "QR-Code" - -#: ../../include/bbcode.php:212 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s schrieb den folgenden %2$s %3$s" - -#: ../../include/bbcode.php:214 -msgid "post" -msgstr "Beitrag" - -#: ../../include/bbcode.php:613 ../../include/bbcode.php:633 -msgid "$1 wrote:" -msgstr "$1 schrieb:" +#: ../../include/bb2diaspora.php:360 +msgid "Attachments:" +msgstr "AnhĂ€nge:" #: ../../include/enotify.php:41 msgid "Red Matrix Notification" @@ -2391,7 +2107,7 @@ msgstr "Danke." #: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" -msgstr "%s Administrator" +msgstr "der Administrator von %s" #: ../../include/enotify.php:81 #, php-format @@ -2472,7 +2188,7 @@ msgstr "%1$s, %2$s hat auf [zrl=%3$s]Deine Pinnwand[/zrl] geschrieben" #: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" -msgstr "[Red Notify] %s hat Dich getaggt" +msgstr "[Red:Benachrichtigung] %s hat Dich erwĂ€hnt" #: ../../include/enotify.php:211 #, php-format @@ -2502,7 +2218,7 @@ msgstr "%1$s, %2$s [zrl=%2$s]hat Dich angestupst[/zrl]." #: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" -msgstr "[Red:Hinweis] %s hat Deinen Beitrag getaggt" +msgstr "[Red:Benachrichtigung] %s hat Deinen Beitrag getaggt" #: ../../include/enotify.php:244 #, php-format @@ -2537,7 +2253,7 @@ msgstr "Du kannst Dir das Profil unter %s ansehen" #: ../../include/enotify.php:265 #, php-format msgid "Please visit %s to approve or reject the connection request." -msgstr "Bitte besuche %s um die Verbindungsanfrage anzunehmen oder abzulehnen." +msgstr "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen." #: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" @@ -2568,257 +2284,29 @@ msgstr "Foto:" msgid "Please visit %s to approve or reject the suggestion." msgstr "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen." -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" -msgstr "%1$ss Lesezeichen" - -#: ../../include/nav.php:81 ../../include/nav.php:108 -msgid "End this session" -msgstr "Beende diese Sitzung" - -#: ../../include/nav.php:84 ../../include/nav.php:142 -msgid "Home" -msgstr "Home" - -#: ../../include/nav.php:84 -msgid "Your posts and conversations" -msgstr "Deine BeitrĂ€ge und Unterhaltungen" - -#: ../../include/nav.php:85 ../../include/conversation.php:940 -#: ../../mod/connedit.php:393 ../../mod/connedit.php:507 -msgid "View Profile" -msgstr "Profil ansehen" - -#: ../../include/nav.php:85 -msgid "Your profile page" -msgstr "Deine Profilseite" - -#: ../../include/nav.php:87 -msgid "Edit Profiles" -msgstr "Profile bearbeiten" - -#: ../../include/nav.php:87 -msgid "Manage/Edit profiles" -msgstr "Profile verwalten" - -#: ../../include/nav.php:89 -msgid "Edit your profile" -msgstr "Profil bearbeiten" - -#: ../../include/nav.php:91 ../../include/apps.php:134 -#: ../../include/conversation.php:1512 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Fotos" - -#: ../../include/nav.php:91 -msgid "Your photos" -msgstr "Deine Bilder" - -#: ../../include/nav.php:92 -msgid "Your files" -msgstr "Deine Dateien" - -#: ../../include/nav.php:97 ../../include/apps.php:141 -msgid "Chat" -msgstr "Chat" - -#: ../../include/nav.php:97 -msgid "Your chatrooms" -msgstr "Deine ChatrĂ€ume" - -#: ../../include/nav.php:100 ../../include/apps.php:124 -#: ../../include/conversation.php:1543 -msgid "Bookmarks" -msgstr "Lesezeichen" - -#: ../../include/nav.php:100 -msgid "Your bookmarks" -msgstr "Deine Lesezeichen" - -#: ../../include/nav.php:102 ../../include/apps.php:131 -#: ../../include/conversation.php:1554 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "Webseiten" - -#: ../../include/nav.php:102 -msgid "Your webpages" -msgstr "Deine Webseiten" - -#: ../../include/nav.php:106 -msgid "Sign in" -msgstr "Anmelden" - -#: ../../include/nav.php:123 -#, php-format -msgid "%s - click to logout" -msgstr "%s - Klick zum Abmelden" - -#: ../../include/nav.php:128 -msgid "Click to authenticate to your home hub" -msgstr "Klicke, um Dich ĂŒber Deinen Heimat-Server zu authentifizieren" - -#: ../../include/nav.php:142 -msgid "Home Page" -msgstr "Homepage" - -#: ../../include/nav.php:146 -msgid "Create an account" -msgstr "Erzeuge ein Konto" - -#: ../../include/nav.php:151 ../../include/apps.php:137 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Hilfe" - -#: ../../include/nav.php:151 -msgid "Help and documentation" -msgstr "Hilfe und Dokumentation" - -#: ../../include/nav.php:154 ../../include/widgets.php:79 -#: ../../mod/apps.php:33 -msgid "Apps" -msgstr "Apps" - -#: ../../include/nav.php:154 -msgid "Applications, utilities, links, games" -msgstr "Applikationen, Zubehör, Links, Spiele" - -#: ../../include/nav.php:156 -msgid "Search site content" -msgstr "Durchsuche Seiten-Inhalt" - -#: ../../include/nav.php:159 ../../include/apps.php:136 -#: ../../mod/directory.php:226 -msgid "Directory" -msgstr "Verzeichnis" - -#: ../../include/nav.php:159 -msgid "Channel Locator" -msgstr "Kanal-Anzeiger" - -#: ../../include/nav.php:170 ../../include/apps.php:128 -msgid "Matrix" -msgstr "Matrix" - -#: ../../include/nav.php:170 -msgid "Your matrix" -msgstr "Deine Matrix" - -#: ../../include/nav.php:171 -msgid "Mark all matrix notifications seen" -msgstr "Markiere alle Matrix-Benachrichtigungen als angesehen" - -#: ../../include/nav.php:173 ../../include/apps.php:132 -msgid "Channel Home" -msgstr "Mein Kanal" - -#: ../../include/nav.php:173 -msgid "Channel home" -msgstr "Mein Kanal" - -#: ../../include/nav.php:174 -msgid "Mark all channel notifications seen" -msgstr "Markiere alle Kanal-Benachrichtigungen als angesehen" - -#: ../../include/nav.php:177 ../../mod/connections.php:386 -msgid "Connections" -msgstr "Verbindungen" - -#: ../../include/nav.php:180 -msgid "Notices" -msgstr "Benachrichtigungen" - -#: ../../include/nav.php:180 -msgid "Notifications" -msgstr "Benachrichtigungen" - -#: ../../include/nav.php:181 -msgid "See all notifications" -msgstr "Alle Benachrichtigungen ansehen" - -#: ../../include/nav.php:182 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Markiere alle System-Benachrichtigungen als gesehen" +#: ../../include/enotify.php:477 +msgid "[Red:Notify]" +msgstr "[Red:Benachrichtigung]" -#: ../../include/nav.php:184 ../../include/apps.php:138 -msgid "Mail" -msgstr "Mail" - -#: ../../include/nav.php:184 -msgid "Private mail" -msgstr "Persönliche Mail" - -#: ../../include/nav.php:185 -msgid "See all private messages" -msgstr "Alle persönlichen Nachrichten ansehen" - -#: ../../include/nav.php:186 -msgid "Mark all private messages seen" -msgstr "Markiere alle persönlichen Nachrichten als gesehen" - -#: ../../include/nav.php:187 -msgid "Inbox" -msgstr "Eingang" - -#: ../../include/nav.php:188 -msgid "Outbox" -msgstr "Ausgang" - -#: ../../include/nav.php:189 ../../include/widgets.php:536 -msgid "New Message" -msgstr "Neue Nachricht" - -#: ../../include/nav.php:192 ../../include/apps.php:135 -#: ../../mod/events.php:396 -msgid "Events" -msgstr "Veranstaltungen" - -#: ../../include/nav.php:192 -msgid "Event Calendar" -msgstr "Veranstaltungskalender" - -#: ../../include/nav.php:193 -msgid "See all events" -msgstr "Alle Ereignisse ansehen" - -#: ../../include/nav.php:194 -msgid "Mark all events seen" -msgstr "Markiere alle Ereignisse als gesehen" - -#: ../../include/nav.php:196 ../../include/apps.php:127 -msgid "Channel Select" -msgstr "Kanal-Auswahl" - -#: ../../include/nav.php:196 -msgid "Manage Your Channels" -msgstr "Verwalte Deine KanĂ€le" - -#: ../../include/nav.php:198 ../../include/apps.php:129 -#: ../../include/widgets.php:514 ../../mod/admin.php:978 -#: ../../mod/admin.php:1183 -msgid "Settings" -msgstr "Einstellungen" - -#: ../../include/nav.php:198 -msgid "Account/Channel Settings" -msgstr "Konto-/Kanal-Einstellungen" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Der Chatraum hat keinen Namen" -#: ../../include/nav.php:206 ../../mod/admin.php:117 -msgid "Admin" -msgstr "Admin" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Name des Chatraums bereits vergeben" -#: ../../include/nav.php:206 -msgid "Site Setup and Configuration" -msgstr "Seiten-Einrichtung und -Konfiguration" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "UngĂŒltiger Raumbezeichner." -#: ../../include/nav.php:231 -msgid "Nothing new here" -msgstr "Nichts Neues hier" +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "Chatraum konnte nicht gefunden werden." -#: ../../include/nav.php:235 -msgid "Please wait..." -msgstr "Bitte warten..." +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "Der Raum ist voll" #: ../../include/features.php:23 msgid "General Features" @@ -2872,843 +2360,1428 @@ msgstr "Private Notizen" msgid "Enables a tool to store notes and reminders" msgstr "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren" -#: ../../include/features.php:35 +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Kanal-Auswahl in der Navigationsleiste" + +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Wechsle direkt ĂŒber das NavigationsmenĂŒ zu anderen KanĂ€len" + +#: ../../include/features.php:38 msgid "Extended Identity Sharing" msgstr "Erweitertes Teilen von IdentitĂ€ten" -#: ../../include/features.php:35 +#: ../../include/features.php:38 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "Teile Deine IdentitĂ€t mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine IdentitĂ€t nur mit Red-Servern geteilt." -#: ../../include/features.php:36 +#: ../../include/features.php:39 msgid "Expert Mode" msgstr "Expertenmodus" -#: ../../include/features.php:36 +#: ../../include/features.php:39 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "Aktiviere den Expertenmodus, um fortgeschrittene Konfigurationsoptionen zu aktivieren" -#: ../../include/features.php:37 +#: ../../include/features.php:40 msgid "Premium Channel" msgstr "Premium-Kanal" -#: ../../include/features.php:37 +#: ../../include/features.php:40 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Ermöglicht EinschrĂ€nkungen und Bedingungen fĂŒr Kontakte dieses Kanals" -#: ../../include/features.php:42 +#: ../../include/features.php:45 msgid "Post Composition Features" msgstr "Nachbearbeitungsfunktionen" -#: ../../include/features.php:44 +#: ../../include/features.php:47 msgid "Use Markdown" msgstr "Markdown benutzen" -#: ../../include/features.php:44 +#: ../../include/features.php:47 msgid "Allow use of \"Markdown\" to format posts" msgstr "Erlaube Markdown zur Formatierung von BeitrĂ€gen" -#: ../../include/features.php:45 +#: ../../include/features.php:48 msgid "Post Preview" msgstr "Voransicht" -#: ../../include/features.php:45 +#: ../../include/features.php:48 msgid "Allow previewing posts and comments before publishing them" msgstr "Erlaube Voransicht von BeitrĂ€gen und Kommentaren vor Veröffentlichung" -#: ../../include/features.php:46 ../../include/widgets.php:503 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "Kanal-Quellen" - -#: ../../include/features.php:46 +#: ../../include/features.php:49 msgid "Automatically import channel content from other channels or feeds" msgstr "Importiere automatisch Inhalte fĂŒr diesen Kanal von anderen KanĂ€len oder Feeds" -#: ../../include/features.php:47 +#: ../../include/features.php:50 msgid "Even More Encryption" msgstr "Noch mehr VerschlĂŒsselung" -#: ../../include/features.php:47 +#: ../../include/features.php:50 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Erlaube optionale VerschlĂŒsselung von Inhalten (Ende-zu-Ende mit geteiltem SicherheitsschlĂŒssel)" -#: ../../include/features.php:52 +#: ../../include/features.php:55 msgid "Network and Stream Filtering" msgstr "Netzwerk- und Stream-Filter" -#: ../../include/features.php:53 +#: ../../include/features.php:56 msgid "Search by Date" msgstr "Suche nach Datum" -#: ../../include/features.php:53 +#: ../../include/features.php:56 msgid "Ability to select posts by date ranges" msgstr "Möglichkeit, BeitrĂ€ge nach ZeitrĂ€umen auszuwĂ€hlen" -#: ../../include/features.php:54 +#: ../../include/features.php:57 msgid "Collections Filter" msgstr "Filter fĂŒr Sammlung" -#: ../../include/features.php:54 +#: ../../include/features.php:57 msgid "Enable widget to display Network posts only from selected collections" msgstr "Aktiviere nur Netzwerk-BeitrĂ€ge von ausgewĂ€hlten Sammlungen" -#: ../../include/features.php:55 ../../include/widgets.php:265 -msgid "Saved Searches" -msgstr "Gesicherte Suchanfragen" - -#: ../../include/features.php:55 +#: ../../include/features.php:58 msgid "Save search terms for re-use" msgstr "Gesicherte Suchbegriffe zur Wiederverwendung" -#: ../../include/features.php:56 +#: ../../include/features.php:59 msgid "Network Personal Tab" msgstr "Persönlicher Netzwerkreiter" -#: ../../include/features.php:56 +#: ../../include/features.php:59 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Aktiviere Reiter nur fĂŒr die Netzwerk-BeitrĂ€ge, mit denen Du interagiert hast" -#: ../../include/features.php:57 +#: ../../include/features.php:60 msgid "Network New Tab" msgstr "Netzwerkreiter Neu" -#: ../../include/features.php:57 +#: ../../include/features.php:60 msgid "Enable tab to display all new Network activity" msgstr "Aktiviere Reiter, um alle neuen NetzwerkaktivitĂ€ten zu zeigen" -#: ../../include/features.php:58 +#: ../../include/features.php:61 msgid "Affinity Tool" msgstr "Beziehungs-Tool" -#: ../../include/features.php:58 +#: ../../include/features.php:61 msgid "Filter stream activity by depth of relationships" msgstr "Filter AktivitĂ€tenstream nach Tiefe der Beziehung" -#: ../../include/features.php:59 +#: ../../include/features.php:62 msgid "Suggest Channels" msgstr "KanĂ€le vorschlagen" -#: ../../include/features.php:59 +#: ../../include/features.php:62 msgid "Show channel suggestions" msgstr "Kanal-VorschlĂ€ge anzeigen" -#: ../../include/features.php:64 +#: ../../include/features.php:67 msgid "Post/Comment Tools" msgstr "Beitrag-/Kommentar-Tools" -#: ../../include/features.php:66 +#: ../../include/features.php:69 msgid "Edit Sent Posts" msgstr "Bearbeite gesendete BeitrĂ€ge" -#: ../../include/features.php:66 +#: ../../include/features.php:69 msgid "Edit and correct posts and comments after sending" msgstr "Bearbeite und korrigiere BeitrĂ€ge und Kommentare nach dem Senden" -#: ../../include/features.php:67 +#: ../../include/features.php:70 msgid "Tagging" msgstr "Verschlagworten" -#: ../../include/features.php:67 +#: ../../include/features.php:70 msgid "Ability to tag existing posts" msgstr "Möglichkeit, um existierende BeitrĂ€ge zu verschlagworten" -#: ../../include/features.php:68 +#: ../../include/features.php:71 msgid "Post Categories" msgstr "Beitrags-Kategorien" -#: ../../include/features.php:68 +#: ../../include/features.php:71 msgid "Add categories to your posts" msgstr "Kategorien fĂŒr BeitrĂ€ge" -#: ../../include/features.php:69 +#: ../../include/features.php:72 msgid "Ability to file posts under folders" msgstr "Möglichkeit, BeitrĂ€ge in Verzeichnissen zu sammeln" -#: ../../include/features.php:70 +#: ../../include/features.php:73 msgid "Dislike Posts" msgstr "GefĂ€llt-mir-nicht BeitrĂ€ge" -#: ../../include/features.php:70 +#: ../../include/features.php:73 msgid "Ability to dislike posts/comments" msgstr "âGefĂ€llt mir nichtâ ermöglichen" -#: ../../include/features.php:71 +#: ../../include/features.php:74 msgid "Star Posts" msgstr "BeitrĂ€ge mit Sternchen versehen" -#: ../../include/features.php:71 +#: ../../include/features.php:74 msgid "Ability to mark special posts with a star indicator" msgstr "Möglichkeit, spezielle BeitrĂ€ge mit Sternchen-Symbol zu markieren" -#: ../../include/features.php:72 +#: ../../include/features.php:75 msgid "Tag Cloud" msgstr "Schlagwort-Wolke" -#: ../../include/features.php:72 +#: ../../include/features.php:75 msgid "Provide a personal tag cloud on your channel page" msgstr "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen" -#: ../../include/notify.php:23 -msgid "created a new post" -msgstr "Neuer Beitrag wurde erzeugt" +#: ../../include/follow.php:26 +msgid "Channel is blocked on this site." +msgstr "Der Kanal ist auf dieser Seite blockiert " -#: ../../include/notify.php:24 -#, php-format -msgid "commented on %s's post" -msgstr "hat %s's Beitrag kommentiert" +#: ../../include/follow.php:31 +msgid "Channel location missing." +msgstr "Adresse des Kanals fehlt." -#: ../../include/apps.php:123 -msgid "Site Admin" -msgstr "Webseiten-Administrator" +#: ../../include/follow.php:80 +msgid "Response from remote channel was incomplete." +msgstr "Antwort des entfernten Kanals war unvollstĂ€ndig." -#: ../../include/apps.php:125 -msgid "Address Book" -msgstr "Adressbuch" +#: ../../include/follow.php:97 +msgid "Channel was deleted and no longer exists." +msgstr "Kanal wurde gelöscht und existiert nicht mehr." -#: ../../include/apps.php:139 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Laune" +#: ../../include/follow.php:133 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protokoll deaktiviert." -#: ../../include/apps.php:140 ../../include/conversation.php:945 -msgid "Poke" -msgstr "Anstupsen" +#: ../../include/follow.php:176 +msgid "Channel discovery failed." +msgstr "Kanalsuche fehlgeschlagen" -#: ../../include/apps.php:143 -msgid "Probe" -msgstr "PrĂŒfen" +#: ../../include/follow.php:192 +msgid "local account not found." +msgstr "Lokales Konto nicht gefunden." -#: ../../include/apps.php:144 -msgid "Suggest" -msgstr "Empfehlung" +#: ../../include/follow.php:219 +msgid "Cannot connect to yourself." +msgstr "Du kannst Dich nicht mit Dir selbst verbinden." -#: ../../include/apps.php:233 ../../mod/settings.php:79 -#: ../../mod/settings.php:542 -msgid "Update" -msgstr "Aktualisieren" +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln fĂŒr Elemente <strong>könnten</strong> fĂŒr diese Gruppe angewendet werden, sowie fĂŒr alle zukĂŒnftigen Elemente." -#: ../../include/apps.php:233 -msgid "Install" -msgstr "Installieren" +#: ../../include/group.php:234 +msgid "Default privacy group for new contacts" +msgstr "Standard-PrivatsphĂ€rengruppe fĂŒr neue Kontakte" -#: ../../include/apps.php:238 -msgid "Purchase" -msgstr "Kaufen" +#: ../../include/group.php:253 ../../mod/admin.php:737 +msgid "All Channels" +msgstr "Alle KanĂ€le" -#: ../../include/api.php:1016 -msgid "Public Timeline" -msgstr "Ăffentliche Zeitleiste" +#: ../../include/group.php:275 +msgid "edit" +msgstr "Bearbeiten" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Der Chatraum hat keinen Namen" +#: ../../include/group.php:297 +msgid "Collections" +msgstr "Sammlungen" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Name des Chatraums bereits vergeben" +#: ../../include/group.php:298 +msgid "Edit collection" +msgstr "Bearbeite Sammlungen" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "UngĂŒltiger Raumbezeichner." +#: ../../include/group.php:299 +msgid "Create a new collection" +msgstr "Neue Sammlung erzeugen" -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "Chatraum konnte nicht gefunden werden." +#: ../../include/group.php:300 +msgid "Channels not in any collection" +msgstr "KanĂ€le, die nicht in einer Sammlung sind" -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "Der Raum ist voll" +#: ../../include/bbcode.php:112 ../../include/bbcode.php:653 +#: ../../include/bbcode.php:656 ../../include/bbcode.php:661 +#: ../../include/bbcode.php:664 ../../include/bbcode.php:667 +#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:683 +#: ../../include/bbcode.php:686 ../../include/bbcode.php:689 +#: ../../include/bbcode.php:692 +msgid "Image/photo" +msgstr "Bild/Foto" -#: ../../include/conversation.php:126 ../../mod/like.php:89 -msgid "channel" -msgstr "Kanal" +#: ../../include/bbcode.php:147 ../../include/bbcode.php:703 +msgid "Encrypted content" +msgstr "VerschlĂŒsselter Inhalt" + +#: ../../include/bbcode.php:165 +msgid "Install design element: " +msgstr "Design-Element installieren:" + +#: ../../include/bbcode.php:171 +msgid "QR code" +msgstr "QR-Code" -#: ../../include/conversation.php:164 ../../mod/like.php:331 +#: ../../include/bbcode.php:220 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s gefĂ€llt %2$ss %3$s" +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s schrieb den folgenden %2$s %3$s" -#: ../../include/conversation.php:167 ../../mod/like.php:333 +#: ../../include/bbcode.php:222 +msgid "post" +msgstr "Beitrag" + +#: ../../include/bbcode.php:621 +msgid "$1 spoiler" +msgstr "$1 Spoiler" + +#: ../../include/bbcode.php:641 +msgid "$1 wrote:" +msgstr "$1 schrieb:" + +#: ../../include/RedDAV/RedBrowser.php:103 +#: ../../include/RedDAV/RedBrowser.php:246 +msgid "parent" +msgstr "Ăbergeordnetes Verzeichnis" + +#: ../../include/RedDAV/RedBrowser.php:127 +msgid "Collection" +msgstr "Sammlung" + +#: ../../include/RedDAV/RedBrowser.php:130 +msgid "Principal" +msgstr "Prinzipal" + +#: ../../include/RedDAV/RedBrowser.php:133 +msgid "Addressbook" +msgstr "Adressbuch" + +#: ../../include/RedDAV/RedBrowser.php:136 +msgid "Calendar" +msgstr "Kalender" + +#: ../../include/RedDAV/RedBrowser.php:139 +msgid "Schedule Inbox" +msgstr "Post-Eingang prĂŒfen" + +#: ../../include/RedDAV/RedBrowser.php:142 +msgid "Schedule Outbox" +msgstr "Post-Ausgang prĂŒfen" + +#: ../../include/RedDAV/RedBrowser.php:220 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s gefĂ€llt %2$ss %3$s nicht" +msgid "%1$s used" +msgstr "%1$s verwendet" -#: ../../include/conversation.php:204 +#: ../../include/RedDAV/RedBrowser.php:225 #, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s ist jetzt mit %2$s verbunden" +msgid "%1$s used of %2$s (%3$s%)" +msgstr "von %2$s wurden %1$s verwendet (%3$s%)" -#: ../../include/conversation.php:239 +#: ../../include/RedDAV/RedBrowser.php:242 ../../mod/settings.php:521 +#: ../../mod/settings.php:547 ../../mod/admin.php:868 +msgid "Name" +msgstr "Name" + +#: ../../include/RedDAV/RedBrowser.php:243 +msgid "Type" +msgstr "Typ" + +#: ../../include/RedDAV/RedBrowser.php:244 +msgid "Size" +msgstr "GröĂe" + +#: ../../include/RedDAV/RedBrowser.php:245 +msgid "Last Modified" +msgstr "Zuletzt geĂ€ndert" + +#: ../../include/RedDAV/RedBrowser.php:249 +msgid "Total" +msgstr "Summe" + +#: ../../include/RedDAV/RedBrowser.php:293 +msgid "Create new folder" +msgstr "Neuen Ordner anlegen" + +#: ../../include/RedDAV/RedBrowser.php:294 ../../mod/mitem.php:142 +#: ../../mod/menu.php:84 ../../mod/new_channel.php:122 +msgid "Create" +msgstr "Erstelle" + +#: ../../include/RedDAV/RedBrowser.php:295 +msgid "Upload file" +msgstr "Datei hochladen" + +#: ../../include/RedDAV/RedBrowser.php:296 ../../mod/photos.php:745 +#: ../../mod/photos.php:1225 ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Hochladen" + +#: ../../include/identity.php:31 ../../mod/item.php:1319 +msgid "Unable to obtain identity information from database" +msgstr "Kann keine IdentitĂ€ts-Informationen aus Datenbank beziehen" + +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "Namensfeld leer" + +#: ../../include/identity.php:68 +msgid "Name too long" +msgstr "Name ist zu lang" + +#: ../../include/identity.php:169 +msgid "No account identifier" +msgstr "Keine Account-Kennung" + +#: ../../include/identity.php:181 +msgid "Nickname is required." +msgstr "Spitzname ist erforderlich." + +#: ../../include/identity.php:195 +msgid "Reserved nickname. Please choose another." +msgstr "Reservierter Kurzname. Bitte wĂ€hle einen anderen." + +#: ../../include/identity.php:200 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Der Spitzname enthĂ€lt nicht-unterstĂŒtze Zeichen oder wird bereits auf dieser Seite genutzt." + +#: ../../include/identity.php:282 +msgid "Unable to retrieve created identity" +msgstr "Kann die erstellte IdentitĂ€t nicht empfangen" + +#: ../../include/identity.php:341 +msgid "Default Profile" +msgstr "Standard-Profil" + +#: ../../include/identity.php:634 +msgid "Requested channel is not available." +msgstr "Angeforderte Kanal nicht verfĂŒgbar." + +#: ../../include/identity.php:682 ../../mod/achievements.php:11 +#: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/filestorage.php:40 +#: ../../mod/layouts.php:8 ../../mod/hcard.php:8 +msgid "Requested profile is not available." +msgstr "ErwĂŒnschte Profil ist nicht verfĂŒgbar." + +#: ../../include/identity.php:845 ../../mod/profiles.php:750 +msgid "Change profile photo" +msgstr "Profilfoto Ă€ndern" + +#: ../../include/identity.php:851 +msgid "Profiles" +msgstr "Profile" + +#: ../../include/identity.php:851 +msgid "Manage/edit profiles" +msgstr "Profile verwalten/bearbeiten" + +#: ../../include/identity.php:852 ../../mod/profiles.php:751 +msgid "Create New Profile" +msgstr "Neues Profil erstellen" + +#: ../../include/identity.php:866 ../../mod/profiles.php:762 +msgid "Profile Image" +msgstr "Profilfoto:" + +#: ../../include/identity.php:869 +msgid "visible to everybody" +msgstr "sichtbar fĂŒr jeden" + +#: ../../include/identity.php:870 ../../mod/profiles.php:645 +#: ../../mod/profiles.php:766 +msgid "Edit visibility" +msgstr "Sichtbarkeit bearbeiten" + +#: ../../include/identity.php:884 ../../include/identity.php:1121 +#: ../../mod/directory.php:158 +msgid "Gender:" +msgstr "Geschlecht:" + +#: ../../include/identity.php:885 ../../include/identity.php:1165 +#: ../../mod/directory.php:160 +msgid "Status:" +msgstr "Status:" + +#: ../../include/identity.php:886 ../../include/identity.php:1176 +#: ../../mod/directory.php:162 +msgid "Homepage:" +msgstr "Homepage:" + +#: ../../include/identity.php:887 ../../mod/dirprofile.php:151 +msgid "Online Now" +msgstr "gerade online" + +#: ../../include/identity.php:965 ../../include/identity.php:1045 +#: ../../mod/ping.php:298 +msgid "g A l F d" +msgstr "l, d. F G \\\\U\\\\h\\\\r" + +#: ../../include/identity.php:966 ../../include/identity.php:1046 +msgid "F d" +msgstr "d. F" + +#: ../../include/identity.php:1011 ../../include/identity.php:1086 +#: ../../mod/ping.php:320 +msgid "[today]" +msgstr "[Heute]" + +#: ../../include/identity.php:1023 +msgid "Birthday Reminders" +msgstr "Geburtstags Erinnerungen" + +#: ../../include/identity.php:1024 +msgid "Birthdays this week:" +msgstr "Geburtstage in dieser Woche:" + +#: ../../include/identity.php:1079 +msgid "[No description]" +msgstr "[Keine Beschreibung]" + +#: ../../include/identity.php:1097 +msgid "Event Reminders" +msgstr "Veranstaltungs- Erinnerungen" + +#: ../../include/identity.php:1098 +msgid "Events this week:" +msgstr "Veranstaltungen in dieser Woche:" + +#: ../../include/identity.php:1119 ../../mod/settings.php:953 +msgid "Full Name:" +msgstr "Voller Name:" + +#: ../../include/identity.php:1126 +msgid "Like this channel" +msgstr "Dieser Kanal gefĂ€llt mir" + +#: ../../include/identity.php:1150 +msgid "j F, Y" +msgstr "j F, Y" + +#: ../../include/identity.php:1151 +msgid "j F" +msgstr "j F" + +#: ../../include/identity.php:1158 +msgid "Birthday:" +msgstr "Geburtstag:" + +#: ../../include/identity.php:1162 +msgid "Age:" +msgstr "Alter:" + +#: ../../include/identity.php:1171 #, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s stupste %2$s an" +msgid "for %1$d %2$s" +msgstr "seit %1$d %2$s" -#: ../../include/conversation.php:261 ../../mod/mood.php:63 +#: ../../include/identity.php:1174 ../../mod/profiles.php:667 +msgid "Sexual Preference:" +msgstr "Sexuelle Orientierung:" + +#: ../../include/identity.php:1178 ../../mod/profiles.php:669 +msgid "Hometown:" +msgstr "Heimatstadt:" + +#: ../../include/identity.php:1180 +msgid "Tags:" +msgstr "Schlagworte:" + +#: ../../include/identity.php:1182 ../../mod/profiles.php:670 +msgid "Political Views:" +msgstr "Politische Ansichten:" + +#: ../../include/identity.php:1184 +msgid "Religion:" +msgstr "Religion:" + +#: ../../include/identity.php:1186 ../../mod/directory.php:164 +msgid "About:" +msgstr "Ăber:" + +#: ../../include/identity.php:1188 +msgid "Hobbies/Interests:" +msgstr "Hobbys/Interessen:" + +#: ../../include/identity.php:1190 ../../mod/profiles.php:673 +msgid "Likes:" +msgstr "GefĂ€llt:" + +#: ../../include/identity.php:1192 ../../mod/profiles.php:674 +msgid "Dislikes:" +msgstr "GefĂ€llt nicht:" + +#: ../../include/identity.php:1195 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformation und soziale Netzwerke:" + +#: ../../include/identity.php:1197 +msgid "My other channels:" +msgstr "Meine anderen KanĂ€le:" + +#: ../../include/identity.php:1199 +msgid "Musical interests:" +msgstr "Musikalische Interessen:" + +#: ../../include/identity.php:1201 +msgid "Books, literature:" +msgstr "BĂŒcher, Literatur:" + +#: ../../include/identity.php:1203 +msgid "Television:" +msgstr "Fernsehen:" + +#: ../../include/identity.php:1205 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/Tanz/Kultur/Unterhaltung:" + +#: ../../include/identity.php:1207 +msgid "Love/Romance:" +msgstr "Liebe/Romantik:" + +#: ../../include/identity.php:1209 +msgid "Work/employment:" +msgstr "Arbeit/Anstellung:" + +#: ../../include/identity.php:1211 +msgid "School/education:" +msgstr "Schule/Ausbildung:" + +#: ../../include/identity.php:1231 +msgid "Like this thing" +msgstr "GefĂ€llt mir" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Kein EmpfĂ€nger angegeben" + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[no subject]" + +#: ../../include/message.php:45 +msgid "Unable to determine sender." +msgstr "Kann Absender nicht bestimmen." + +#: ../../include/message.php:200 +msgid "Stored post could not be verified." +msgstr "Gespeicherter Beitrag konnten nicht ĂŒberprĂŒft werden." + +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" +msgstr "In Ordner speichern" + +#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 +msgid "View all" +msgstr "Alles anzeigen" + +#: ../../include/ItemObject.php:151 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "GefĂ€llt nicht" +msgstr[1] "GefĂ€llt nicht" + +#: ../../include/ItemObject.php:179 +msgid "Add Star" +msgstr "Stern hinzufĂŒgen" + +#: ../../include/ItemObject.php:180 +msgid "Remove Star" +msgstr "Stern entfernen" + +#: ../../include/ItemObject.php:181 +msgid "Toggle Star Status" +msgstr "Stern-Status umschalten" + +#: ../../include/ItemObject.php:185 +msgid "starred" +msgstr "markiert" + +#: ../../include/ItemObject.php:202 +msgid "Add Tag" +msgstr "Tag hinzufĂŒgen" + +#: ../../include/ItemObject.php:220 ../../mod/photos.php:992 +msgid "I like this (toggle)" +msgstr "Mir gefĂ€llt das (Umschalter)" + +#: ../../include/ItemObject.php:221 ../../mod/photos.php:993 +msgid "I don't like this (toggle)" +msgstr "Mir gefĂ€llt das nicht (Umschalter)" + +#: ../../include/ItemObject.php:225 +msgid "Share This" +msgstr "Teilen" + +#: ../../include/ItemObject.php:225 +msgid "share" +msgstr "Teilen" + +#: ../../include/ItemObject.php:248 ../../include/ItemObject.php:249 #, php-format -msgctxt "mood" -msgid "%1$s is %2$s" -msgstr "%1$s ist %2$s" +msgid "View %s's profile - %s" +msgstr "Schaue Dir %ss Profil an â %s" + +#: ../../include/ItemObject.php:250 +msgid "to" +msgstr "an" -#: ../../include/conversation.php:669 +#: ../../include/ItemObject.php:251 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:252 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" + +#: ../../include/ItemObject.php:253 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" + +#: ../../include/ItemObject.php:288 +msgid "Save Bookmarks" +msgstr "Favoriten speichern" + +#: ../../include/ItemObject.php:289 +msgid "Add to Calendar" +msgstr "Zum Kalender hinzufĂŒgen" + +#: ../../include/ItemObject.php:297 +msgctxt "noun" +msgid "Likes" +msgstr "GefĂ€llt mir" + +#: ../../include/ItemObject.php:298 +msgctxt "noun" +msgid "Dislikes" +msgstr "GefĂ€llt nicht" + +#: ../../include/ItemObject.php:329 #, php-format -msgid "View %s's profile @ %s" -msgstr "%ss Profil auf %s ansehen" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d Kommentar" +msgstr[1] "%d Kommentare" -#: ../../include/conversation.php:683 -msgid "Categories:" -msgstr "Kategorien:" +#: ../../include/ItemObject.php:330 ../../include/js_strings.php:7 +msgid "[+] show all" +msgstr "[+] Zeige alle" -#: ../../include/conversation.php:684 -msgid "Filed under:" -msgstr "Gespeichert unter:" +#: ../../include/ItemObject.php:594 ../../mod/photos.php:1011 +#: ../../mod/photos.php:1098 +msgid "This is you" +msgstr "Das bist Du" -#: ../../include/conversation.php:712 -msgid "View in context" -msgstr "Im Zusammenhang anschauen" +#: ../../include/ItemObject.php:596 ../../include/js_strings.php:6 +#: ../../mod/photos.php:1013 ../../mod/photos.php:1100 +msgid "Comment" +msgstr "Kommentar" -#: ../../include/conversation.php:841 -msgid "remove" -msgstr "lösche" +#: ../../include/ItemObject.php:597 ../../mod/mood.php:135 +#: ../../mod/settings.php:519 ../../mod/settings.php:631 +#: ../../mod/settings.php:660 ../../mod/settings.php:684 +#: ../../mod/settings.php:760 ../../mod/settings.php:945 +#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540 +#: ../../mod/photos.php:563 ../../mod/photos.php:672 ../../mod/photos.php:974 +#: ../../mod/photos.php:1014 ../../mod/photos.php:1101 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/pdledit.php:58 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/events.php:586 +#: ../../mod/filestorage.php:137 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/admin.php:414 ../../mod/admin.php:725 +#: ../../mod/admin.php:861 ../../mod/admin.php:994 ../../mod/admin.php:1193 +#: ../../mod/admin.php:1280 ../../mod/thing.php:284 ../../mod/thing.php:327 +#: ../../mod/import.php:480 ../../mod/invite.php:142 ../../mod/mail.php:348 +#: ../../mod/appman.php:99 ../../mod/poll.php:68 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/php/config.php:67 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Submit" +msgstr "BestĂ€tigen" -#: ../../include/conversation.php:845 -msgid "Loading..." -msgstr "LĂ€dt ..." +#: ../../include/ItemObject.php:598 +msgid "Bold" +msgstr "Fett" -#: ../../include/conversation.php:846 -msgid "Delete Selected Items" -msgstr "Lösche die ausgewĂ€hlten Elemente" +#: ../../include/ItemObject.php:599 +msgid "Italic" +msgstr "Kursiv" -#: ../../include/conversation.php:937 -msgid "View Source" -msgstr "Quelle anzeigen" +#: ../../include/ItemObject.php:600 +msgid "Underline" +msgstr "Unterstrichen" -#: ../../include/conversation.php:938 -msgid "Follow Thread" -msgstr "Unterhaltung folgen" +#: ../../include/ItemObject.php:601 +msgid "Quote" +msgstr "Zitat" -#: ../../include/conversation.php:939 -msgid "View Status" -msgstr "Status ansehen" +#: ../../include/ItemObject.php:602 +msgid "Code" +msgstr "Code" -#: ../../include/conversation.php:941 -msgid "View Photos" -msgstr "Fotos ansehen" +#: ../../include/ItemObject.php:603 +msgid "Image" +msgstr "Bild" -#: ../../include/conversation.php:942 -msgid "Matrix Activity" -msgstr "Matrix-AktivitĂ€t" +#: ../../include/ItemObject.php:604 +msgid "Link" +msgstr "Link" -#: ../../include/conversation.php:943 -msgid "Edit Contact" -msgstr "Kontakt bearbeiten" +#: ../../include/ItemObject.php:605 +msgid "Video" +msgstr "Video" -#: ../../include/conversation.php:944 -msgid "Send PM" -msgstr "Sende PN" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Dieses Element löschen?" -#: ../../include/conversation.php:1001 -#, php-format -msgid "%s likes this." -msgstr "%s gefĂ€llt das." +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "[-] zeige weniger" + +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "[+] aufklappen" + +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "[-] einklappen" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Kennwort zu kurz" -#: ../../include/conversation.php:1001 +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Kennwörter stimmen nicht ĂŒberein" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "alle" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "geheime Passphrase" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Hinweis zur Passphrase" + +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Achtung: Berechtigungen wurden verĂ€ndert, aber noch nicht gespeichert." + +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "Alle schlieĂen" + +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Nichts Neues hier" + +#: ../../include/js_strings.php:20 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" + +#: ../../include/js_strings.php:21 +msgid "timeago.prefixFromNow" +msgstr " " + +#: ../../include/js_strings.php:22 +msgid "ago" +msgstr "her" + +#: ../../include/js_strings.php:23 +msgid "from now" +msgstr "von jetzt" + +#: ../../include/js_strings.php:24 +msgid "less than a minute" +msgstr "weniger als eine Minute" + +#: ../../include/js_strings.php:25 +msgid "about a minute" +msgstr "ungefĂ€hr eine Minute" + +#: ../../include/js_strings.php:26 #, php-format -msgid "%s doesn't like this." -msgstr "%s gefĂ€llt das nicht." +msgid "%d minutes" +msgstr "%d Minuten" -#: ../../include/conversation.php:1005 +#: ../../include/js_strings.php:27 +msgid "about an hour" +msgstr "ungefĂ€hr eine Stunde" + +#: ../../include/js_strings.php:28 #, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "<span %1$s>%2$d Person</span> gefĂ€llt das." -msgstr[1] "<span %1$s>%2$d Leuten</span> gefĂ€llt das." +msgid "about %d hours" +msgstr "ungefĂ€hr %d Stunden" -#: ../../include/conversation.php:1007 +#: ../../include/js_strings.php:29 +msgid "a day" +msgstr "ein Tag" + +#: ../../include/js_strings.php:30 #, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "<span %1$s>%2$d Person</span> gefĂ€llt das nicht." -msgstr[1] "<span %1$s>%2$d Leuten</span> gefĂ€llt das nicht." +msgid "%d days" +msgstr "%d Tage" -#: ../../include/conversation.php:1013 -msgid "and" -msgstr "und" +#: ../../include/js_strings.php:31 +msgid "about a month" +msgstr "ungefĂ€hr ein Monat" -#: ../../include/conversation.php:1016 +#: ../../include/js_strings.php:32 #, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] ", und %d andere" +msgid "%d months" +msgstr "%d Monate" -#: ../../include/conversation.php:1017 +#: ../../include/js_strings.php:33 +msgid "about a year" +msgstr "ungefĂ€hr ein Jahr" + +#: ../../include/js_strings.php:34 #, php-format -msgid "%s like this." -msgstr "%s gefĂ€llt das." +msgid "%d years" +msgstr "%d Jahre" + +#: ../../include/js_strings.php:35 +msgid " " +msgstr " " + +#: ../../include/js_strings.php:36 +msgid "timeago.numbers" +msgstr "timeago.numbers" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Neues Fenster" -#: ../../include/conversation.php:1017 +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Ăffne die markierte Adresse in einem neuen Browser Fenster oder Tab" + +#: ../../include/Contact.php:211 ../../mod/admin.php:649 #, php-format -msgid "%s don't like this." -msgstr "%s gefĂ€llt das nicht." +msgid "User '%s' deleted" +msgstr "Benutzer '%s' gelöscht" -#: ../../include/conversation.php:1074 -msgid "Visible to <strong>everybody</strong>" -msgstr "Sichtbar fĂŒr <strong>jeden</strong>" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Male" +msgstr "MĂ€nnlich" -#: ../../include/conversation.php:1075 ../../mod/mail.php:167 -#: ../../mod/mail.php:279 -msgid "Please enter a link URL:" -msgstr "Gib eine URL ein:" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Female" +msgstr "Weiblich" -#: ../../include/conversation.php:1076 -msgid "Please enter a video link/URL:" -msgstr "Gib einen Video-Link/URL ein:" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Momentan mĂ€nnlich" -#: ../../include/conversation.php:1077 -msgid "Please enter an audio link/URL:" -msgstr "Gib einen Audio-Link/URL ein:" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Momentan weiblich" -#: ../../include/conversation.php:1078 -msgid "Tag term:" -msgstr "Schlagwort:" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "GröĂtenteils mĂ€nnlich" -#: ../../include/conversation.php:1079 ../../mod/filer.php:49 -msgid "Save to Folder:" -msgstr "Speichern in Ordner:" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "GröĂtenteils weiblich" -#: ../../include/conversation.php:1080 -msgid "Where are you right now?" -msgstr "Wo bist Du jetzt grade?" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transsexuell" -#: ../../include/conversation.php:1081 ../../mod/editpost.php:52 -#: ../../mod/mail.php:168 ../../mod/mail.php:280 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "VerfĂ€llt YYYY-MM-DD HH;MM" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Zwischengeschlechtlich" -#: ../../include/conversation.php:1105 ../../mod/photos.php:976 -#: ../../mod/layouts.php:113 -msgid "Share" -msgstr "Teilen" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transsexuell" -#: ../../include/conversation.php:1107 ../../mod/editwebpage.php:139 -msgid "Page link title" -msgstr "Seitentitel-Link" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Zwitter" -#: ../../include/conversation.php:1110 -msgid "Post as" -msgstr "Posten als" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Geschlechtslos" -#: ../../include/conversation.php:1111 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342 -#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 -msgid "Upload photo" -msgstr "Foto hochladen" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "unklar" -#: ../../include/conversation.php:1112 -msgid "upload photo" -msgstr "Foto hochladen" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746 +msgid "Other" +msgstr "Anders" -#: ../../include/conversation.php:1113 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343 -#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 -msgid "Attach file" -msgstr "Datei anhĂ€ngen" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Unentschieden" -#: ../../include/conversation.php:1114 -msgid "attach file" -msgstr "Datei anfĂŒgen" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "MĂ€nner" -#: ../../include/conversation.php:1115 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344 -#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 -msgid "Insert web link" -msgstr "Link einfĂŒgen" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "Frauen" -#: ../../include/conversation.php:1116 -msgid "web link" -msgstr "Web-Link" +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "Schwul" -#: ../../include/conversation.php:1117 -msgid "Insert video link" -msgstr "Video-Link einfĂŒgen" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "Lesbisch" -#: ../../include/conversation.php:1118 -msgid "video link" -msgstr "Video-Link" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "Keine Bevorzugung" -#: ../../include/conversation.php:1119 -msgid "Insert audio link" -msgstr "Audio-Link einfĂŒgen" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "Bisexuell" -#: ../../include/conversation.php:1120 -msgid "audio link" -msgstr "Audio-Link" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "Autosexuell" -#: ../../include/conversation.php:1121 ../../mod/editpost.php:119 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:118 -#: ../../mod/editlayout.php:113 -msgid "Set your location" -msgstr "Standort" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "Enthaltsam" -#: ../../include/conversation.php:1122 -msgid "set location" -msgstr "Standort" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "JungfrĂ€ulich" -#: ../../include/conversation.php:1123 ../../mod/editpost.php:120 -#: ../../mod/editwebpage.php:151 ../../mod/editblock.php:119 -#: ../../mod/editlayout.php:114 -msgid "Clear browser location" -msgstr "Browser-Standort löschen" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "Abweichend" -#: ../../include/conversation.php:1124 -msgid "clear location" -msgstr "Standort löschen" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "Fetisch" -#: ../../include/conversation.php:1126 ../../mod/editpost.php:132 -#: ../../mod/editwebpage.php:167 ../../mod/editblock.php:132 -#: ../../mod/editlayout.php:126 -msgid "Set title" -msgstr "Titel" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "Unmengen" -#: ../../include/conversation.php:1129 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:169 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:129 -msgid "Categories (comma-separated list)" -msgstr "Kategorien (Kommagetrennte Liste)" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "Sexlos" -#: ../../include/conversation.php:1131 ../../mod/editpost.php:122 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:121 -#: ../../mod/editlayout.php:116 -msgid "Permission settings" -msgstr "Berechtigungs-Einstellungen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "Single" -#: ../../include/conversation.php:1132 -msgid "permissions" -msgstr "Berechtigungen" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "Einsam" -#: ../../include/conversation.php:1139 ../../mod/editpost.php:129 -#: ../../mod/editwebpage.php:162 ../../mod/editblock.php:129 -#: ../../mod/editlayout.php:123 -msgid "Public post" -msgstr "Ăffentlicher Beitrag" +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "VerfĂŒgbar" -#: ../../include/conversation.php:1141 ../../mod/editpost.php:135 -#: ../../mod/editwebpage.php:170 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:130 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Beispiel: bob@example.com, mary@example.com" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "Nicht verfĂŒgbar" -#: ../../include/conversation.php:1154 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349 -#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 -msgid "Set expiration date" -msgstr "Verfallsdatum" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "Verguckt" -#: ../../include/conversation.php:1158 ../../mod/editpost.php:150 -msgid "OK" -msgstr "Ok" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "Verknallt" -#: ../../include/conversation.php:1159 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 ../../mod/editpost.php:151 -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -msgid "Cancel" -msgstr "Abbrechen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "Lerne gerade jemanden kennen" -#: ../../include/conversation.php:1401 -msgid "Discover" -msgstr "Entdecken" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "Treulos" -#: ../../include/conversation.php:1404 -msgid "Imported public streams" -msgstr "Importierte öffentliche Beitragsströme" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "SexabhĂ€ngig" -#: ../../include/conversation.php:1409 -msgid "Commented Order" -msgstr "Neueste Kommentare" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "Freunde/BegĂŒnstigte" -#: ../../include/conversation.php:1412 -msgid "Sort by Comment Date" -msgstr "Nach Kommentardatum sortiert" +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "Lose" -#: ../../include/conversation.php:1416 -msgid "Posted Order" -msgstr "Neueste BeitrĂ€ge" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "Verlobt" -#: ../../include/conversation.php:1419 -msgid "Sort by Post Date" -msgstr "Nach Beitragsdatum sortiert" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "Verheiratet" -#: ../../include/conversation.php:1424 ../../include/widgets.php:82 -msgid "Personal" -msgstr "Persönlich" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "GewissermaĂen verheiratet" -#: ../../include/conversation.php:1427 -msgid "Posts that mention or involve you" -msgstr "BeitrĂ€ge mit Beteiligung Deinerseits" +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "Partner" -#: ../../include/conversation.php:1433 ../../mod/connections.php:211 -#: ../../mod/connections.php:224 ../../mod/menu.php:61 -msgid "New" -msgstr "Neu" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "Lebensgemeinschaft" -#: ../../include/conversation.php:1436 -msgid "Activity Stream - by date" -msgstr "Activity Stream â nach Datum sortiert" +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "Informelle Ehe" -#: ../../include/conversation.php:1442 -msgid "Starred" -msgstr "Markiert" +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "GlĂŒcklich" -#: ../../include/conversation.php:1445 -msgid "Favourite Posts" -msgstr "Markierte BeitrĂ€ge" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "Nicht Ausschau haltend" -#: ../../include/conversation.php:1452 -msgid "Spam" -msgstr "Spam" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "Swinger" -#: ../../include/conversation.php:1455 -msgid "Posts flagged as SPAM" -msgstr "Nachrichten, die als SPAM markiert wurden" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "Betrogen" -#: ../../include/conversation.php:1491 ../../mod/admin.php:892 -msgid "Channel" -msgstr "Kanal" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "Getrennt" -#: ../../include/conversation.php:1494 -msgid "Status Messages and Posts" -msgstr "Statusnachrichten und BeitrĂ€ge" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "Labil" -#: ../../include/conversation.php:1503 -msgid "About" -msgstr "Ăber" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "Geschieden" -#: ../../include/conversation.php:1506 -msgid "Profile Details" -msgstr "Profil-Details" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "GewissermaĂen geschieden" -#: ../../include/conversation.php:1524 -msgid "Files and Storage" -msgstr "Dateien und Speicher" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "Verwitwet" -#: ../../include/conversation.php:1533 ../../include/conversation.php:1536 -msgid "Chatrooms" -msgstr "ChatrĂ€ume" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "Ungewiss" -#: ../../include/conversation.php:1546 -msgid "Saved Bookmarks" -msgstr "Gespeicherte Lesezeichen" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "Es ist kompliziert" -#: ../../include/conversation.php:1557 -msgid "Manage Webpages" -msgstr "Webseiten verwalten" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "Interessiert mich nicht" -#: ../../include/acl_selectors.php:240 -msgid "Visible to your default audience" -msgstr "Standard-Sichtbarkeit" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "Frag mich mal" -#: ../../include/acl_selectors.php:241 -msgid "Show" -msgstr "Zeigen" +#: ../../include/permissions.php:13 +msgid "Can view my normal stream and posts" +msgstr "Kann meine normalen BeitrĂ€ge sehen" -#: ../../include/acl_selectors.php:242 -msgid "Don't show" -msgstr "Nicht zeigen" +#: ../../include/permissions.php:14 +msgid "Can view my default channel profile" +msgstr "Kann mein Standardprofil sehen" -#: ../../include/acl_selectors.php:248 ../../mod/filestorage.php:128 -#: ../../mod/photos.php:604 ../../mod/photos.php:952 ../../mod/chat.php:209 -msgid "Permissions" -msgstr "Berechtigungen" +#: ../../include/permissions.php:15 +msgid "Can view my photo albums" +msgstr "Kann meine Fotoalben betrachten" -#: ../../include/widgets.php:80 -msgid "System" -msgstr "System" +#: ../../include/permissions.php:16 +msgid "Can view my connections" +msgstr "Kann meine Verbindungen sehen" -#: ../../include/widgets.php:83 -msgid "Create Personal App" -msgstr "Erstelle persönliche App" +#: ../../include/permissions.php:17 +msgid "Can view my file storage" +msgstr "Kann meine Dateiordner lesen" -#: ../../include/widgets.php:84 -msgid "Edit Personal App" -msgstr "Editiere persönliche App" +#: ../../include/permissions.php:18 +msgid "Can view my webpages" +msgstr "Kann meine Webseiten sehen" -#: ../../include/widgets.php:130 ../../mod/suggest.php:53 -msgid "Ignore/Hide" -msgstr "Ignorieren/Verstecken" +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Kann mir die BeitrĂ€ge aus seinem/ihrem Kanal schicken" -#: ../../include/widgets.php:136 ../../mod/connections.php:267 -msgid "Suggestions" -msgstr "VorschlĂ€ge" +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kann auf meiner Kanal-Seite (\"wall\") BeitrĂ€ge veröffentlichen" -#: ../../include/widgets.php:137 -msgid "See more..." -msgstr "Mehr anzeigen âŠ" +#: ../../include/permissions.php:23 +msgid "Can comment on or like my posts" +msgstr "Darf meine BeitrĂ€ge kommentieren und mögen/nicht mögen" -#: ../../include/widgets.php:159 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen." +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Kann mir private Nachrichten schicken" -#: ../../include/widgets.php:165 -msgid "Add New Connection" -msgstr "Neue Verbindung hinzufĂŒgen" +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Kann Fotos in meinen Fotoalben veröffentlichen" -#: ../../include/widgets.php:166 -msgid "Enter the channel address" -msgstr "Adresse des Kanals eingeben" +#: ../../include/permissions.php:26 +msgid "Can like/dislike stuff" +msgstr "Kann andere Elemente mögen/nicht mögen" -#: ../../include/widgets.php:167 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Beispiel: bob@beispiel.com, http://beispiel.com/barbara" +#: ../../include/permissions.php:26 +msgid "Profiles and things other than posts/comments" +msgstr "Profile und alles auĂer BeitrĂ€ge und Kommentare" -#: ../../include/widgets.php:184 -msgid "Notes" -msgstr "Notizen" +#: ../../include/permissions.php:28 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kann an alle meine Kontakte via @-ErwĂ€hnung Nachrichten weiterleiten" -#: ../../include/widgets.php:256 -msgid "Remove term" -msgstr "Eintrag löschen" +#: ../../include/permissions.php:28 +msgid "Advanced - useful for creating group forum channels" +msgstr "Fortgeschritten - sinnvoll, um Gruppen-KanĂ€le/-Foren zu erstellen" -#: ../../include/widgets.php:335 -msgid "Archives" -msgstr "Archive" +#: ../../include/permissions.php:29 +msgid "Can chat with me (when available)" +msgstr "Kann mit mir chatten (wenn verfĂŒgbar)" -#: ../../include/widgets.php:397 -msgid "Refresh" -msgstr "Aktualisieren" +#: ../../include/permissions.php:30 +msgid "Can write to my file storage" +msgstr "Kann in meine Dateiordner schreiben" -#: ../../include/widgets.php:398 ../../mod/connedit.php:470 -msgid "Me" -msgstr "Ich" +#: ../../include/permissions.php:31 +msgid "Can edit my webpages" +msgstr "Kann meine Webseiten bearbeiten" -#: ../../include/widgets.php:399 ../../mod/connedit.php:472 -msgid "Best Friends" -msgstr "Beste Freunde" +#: ../../include/permissions.php:33 +msgid "Can source my public posts in derived channels" +msgstr "Kann meine öffentlichen BeitrĂ€ge als Quellen fĂŒr KanĂ€le verwenden" -#: ../../include/widgets.php:401 -msgid "Co-workers" -msgstr "Kollegen" +#: ../../include/permissions.php:33 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Etwas fortgeschritten â sehr nĂŒtzlich in offenen Gemeinschaften" -#: ../../include/widgets.php:402 ../../mod/connedit.php:474 -msgid "Former Friends" -msgstr "ehem. Freunde" +#: ../../include/permissions.php:35 +msgid "Can administer my channel resources" +msgstr "Kann meine KanĂ€le administrieren" -#: ../../include/widgets.php:403 ../../mod/connedit.php:475 -msgid "Acquaintances" -msgstr "Bekannte" +#: ../../include/permissions.php:35 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weiĂt, was Du tust" -#: ../../include/widgets.php:404 -msgid "Everybody" -msgstr "Jeder" +#: ../../include/permissions.php:738 +msgid "Social Networking" +msgstr "Soziales Netzwerk" -#: ../../include/widgets.php:436 -msgid "Account settings" -msgstr "Konto-Einstellungen" +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +#: ../../include/permissions.php:743 ../../include/permissions.php:745 +msgid "Mostly Public" +msgstr "Weitgehend öffentlich" -#: ../../include/widgets.php:442 -msgid "Channel settings" -msgstr "Kanal-Einstellungen" +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +#: ../../include/permissions.php:743 +msgid "Restricted" +msgstr "BeschrĂ€nkt" -#: ../../include/widgets.php:448 -msgid "Additional features" -msgstr "ZusĂ€tzliche Funktionen" +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +msgid "Private" +msgstr "Privat" -#: ../../include/widgets.php:454 -msgid "Feature settings" -msgstr "Funktions-Einstellungen" +#: ../../include/permissions.php:740 +msgid "Community Forum" +msgstr "Forum" -#: ../../include/widgets.php:460 -msgid "Display settings" -msgstr "Anzeige-Einstellungen" +#: ../../include/permissions.php:742 +msgid "Feed Republish" +msgstr "Teilen von Feeds" -#: ../../include/widgets.php:466 -msgid "Connected apps" -msgstr "Verbundene Apps" +#: ../../include/permissions.php:744 +msgid "Celebrity/Soapbox" +msgstr "Mitteilungs-Kanal (keine Kommentare)" -#: ../../include/widgets.php:472 -msgid "Export channel" -msgstr "Kanal exportieren" +#: ../../include/permissions.php:747 +msgid "Custom/Expert Mode" +msgstr "Benutzerdefiniert/Expertenmodus" -#: ../../include/widgets.php:484 -msgid "Automatic Permissions (Advanced)" -msgstr "Automatische Berechtigungen (Erweitert)" +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "WĂ€hle Deine aktuelle Stimmung und teile sie mit Deinen Freunden" -#: ../../include/widgets.php:494 -msgid "Premium Channel Settings" -msgstr "Premium-Kanal-Einstellungen" +#: ../../mod/mitem.php:14 ../../mod/menu.php:92 +msgid "Menu not found." +msgstr "MenĂŒ nicht gefunden" -#: ../../include/widgets.php:531 -msgid "Check Mail" -msgstr "E-Mails abrufen" +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "MenĂŒ-Element aktualisiert." -#: ../../include/widgets.php:612 -msgid "Chat Rooms" -msgstr "ChatrĂ€ume" +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." +msgstr "Kann MenĂŒ-Element nicht aktualisieren." -#: ../../include/widgets.php:630 -msgid "Bookmarked Chatrooms" -msgstr "Gespeicherte Chatrooms" +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "MenĂŒ-Bestandteil hinzugefĂŒgt." -#: ../../include/widgets.php:648 -msgid "Suggested Chatrooms" -msgstr "Vorgeschlagene ChatrĂ€ume" +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Kann MenĂŒ-Bestandteil nicht hinzufĂŒgen." -#: ../../include/follow.php:23 -msgid "Channel is blocked on this site." -msgstr "Der Kanal ist auf dieser Seite blockiert " +#: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 +#: ../../mod/xchan.php:38 +msgid "Not found." +msgstr "Nicht gefunden." -#: ../../include/follow.php:28 -msgid "Channel location missing." -msgstr "Adresse des Kanals fehlt." +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "MenĂŒ-Bestandteile verwalten" -#: ../../include/follow.php:54 -msgid "Response from remote channel was incomplete." -msgstr "Antwort des entfernten Kanals war unvollstĂ€ndig." +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "MenĂŒ bearbeiten" -#: ../../include/follow.php:85 -msgid "Channel was deleted and no longer exists." -msgstr "Kanal wurde gelöscht und existiert nicht mehr." +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Bestandteil bearbeiten" -#: ../../include/follow.php:132 -msgid "Channel discovery failed." -msgstr "Kanalerkennung fehlgeschlagen" +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Bestandteil löschen" -#: ../../include/follow.php:149 -msgid "local account not found." -msgstr "Lokales Konto nicht gefunden." +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Neues Bestandteil" -#: ../../include/follow.php:158 -msgid "Cannot connect to yourself." -msgstr "Du kannst Dich nicht mit Dir selbst verbinden." +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" +msgstr "Diesen MenĂŒ-Container bearbeiten" -#: ../../include/plugin.php:504 ../../include/plugin.php:506 -msgid "Click here to upgrade." -msgstr "Klicke hier, um das Upgrade durchzufĂŒhren." +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "MenĂŒelement hinzufĂŒgen" -#: ../../include/plugin.php:512 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Diese Aktion ĂŒberschreitet die Grenzen Ihres Abonnements." +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Lösche dieses MenĂŒ-Bestandteil" -#: ../../include/plugin.php:517 -msgid "This action is not available under your subscription plan." -msgstr "Diese Aktion ist in Ihrem Abonnement nicht verfĂŒgbar." +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Bearbeite dieses MenĂŒ-Bestandteil" -#: ../../mod/post.php:229 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut." +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Neues MenĂŒ-Bestandteil" -#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "Zugriffsrechte des MenĂŒ-Elements" + +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980 +msgid "(click to open/close)" +msgstr "(zum öffnen/schlieĂen anklicken)" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Link Text" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "URL des Links" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "Verwende Red Magic-Auth wenn verfĂŒgbar" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "Ăffne Link in neuem Fenster" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "Reihenfolge in der Liste" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "GröĂere Nummern werden weiter unten in der Auflistung einsortiert" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "MenĂŒ-Bestandteil nicht gefunden." + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "MenĂŒ-Bestandteil gelöscht." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "MenĂŒ-Bestandteil kann nicht gelöscht werden." + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Bearbeite MenĂŒ-Bestandteil" + +#: ../../mod/mitem.php:186 ../../mod/menu.php:114 +msgid "Modify" +msgstr "Ăndern" + +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Ein Hinweis, was man tun kann, wenn man neu hier ist" + +#: ../../mod/ping.php:237 +msgid "sent you a private message" +msgstr "eine private Nachricht schicken" + +#: ../../mod/ping.php:288 +msgid "added your channel" +msgstr "hat deinen Kanal hinzugefĂŒgt" + +#: ../../mod/ping.php:329 +msgid "posted an event" +msgstr "hat eine Veranstaltung veröffentlicht" + +#: ../../mod/acl.php:244 +msgid "network" +msgstr "Netzwerk" #: ../../mod/settings.php:71 msgid "Name is required" @@ -3718,1180 +3791,1194 @@ msgstr "Name ist erforderlich" msgid "Key and Secret are required" msgstr "SchlĂŒssel und Geheimnis werden benötigt" -#: ../../mod/settings.php:195 +#: ../../mod/settings.php:198 msgid "Passwords do not match. Password unchanged." msgstr "Kennwörter stimmen nicht ĂŒberein. Kennwort nicht verĂ€ndert." -#: ../../mod/settings.php:199 +#: ../../mod/settings.php:202 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Leere Kennwörter sind nicht erlaubt. Kennwort nicht verĂ€ndert." -#: ../../mod/settings.php:213 +#: ../../mod/settings.php:216 msgid "Password changed." msgstr "Kennwort geĂ€ndert." -#: ../../mod/settings.php:215 +#: ../../mod/settings.php:218 msgid "Password update failed. Please try again." msgstr "KennwortĂ€nderung fehlgeschlagen. Bitte versuche es noch einmal." -#: ../../mod/settings.php:229 +#: ../../mod/settings.php:232 msgid "Not valid email." msgstr "Keine gĂŒltige E-Mail Adresse." -#: ../../mod/settings.php:232 +#: ../../mod/settings.php:235 msgid "Protected email address. Cannot change to that email." msgstr "GeschĂŒtzte E-Mail Adresse. Diese kann nicht verĂ€ndert werden." -#: ../../mod/settings.php:241 +#: ../../mod/settings.php:244 msgid "System failure storing new email. Please try again." msgstr "Systemfehler wĂ€hrend des Speicherns der neuen Mail. Bitte versuche es noch einmal." -#: ../../mod/settings.php:444 +#: ../../mod/settings.php:447 msgid "Settings updated." msgstr "Einstellungen aktualisiert." -#: ../../mod/settings.php:515 ../../mod/settings.php:541 -#: ../../mod/settings.php:577 +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +#: ../../mod/settings.php:580 msgid "Add application" msgstr "Anwendung hinzufĂŒgen" -#: ../../mod/settings.php:518 +#: ../../mod/settings.php:521 msgid "Name of application" msgstr "Name der Anwendung" -#: ../../mod/settings.php:519 ../../mod/settings.php:545 +#: ../../mod/settings.php:522 ../../mod/settings.php:548 msgid "Consumer Key" msgstr "Consumer Key" -#: ../../mod/settings.php:519 ../../mod/settings.php:520 +#: ../../mod/settings.php:522 ../../mod/settings.php:523 msgid "Automatically generated - change if desired. Max length 20" msgstr "Automatisch erzeugt â Ă€ndern, falls erwĂŒnscht. Maximale LĂ€nge 20" -#: ../../mod/settings.php:520 ../../mod/settings.php:546 +#: ../../mod/settings.php:523 ../../mod/settings.php:549 msgid "Consumer Secret" msgstr "Consumer Secret" -#: ../../mod/settings.php:521 ../../mod/settings.php:547 +#: ../../mod/settings.php:524 ../../mod/settings.php:550 msgid "Redirect" msgstr "Umleitung" -#: ../../mod/settings.php:521 +#: ../../mod/settings.php:524 msgid "" "Redirect URI - leave blank unless your application specifically requires " "this" msgstr "Umleitungs-URl â lasse das leer, wenn Deine Anwendung es nicht explizit erfordert" -#: ../../mod/settings.php:522 ../../mod/settings.php:548 +#: ../../mod/settings.php:525 ../../mod/settings.php:551 msgid "Icon url" msgstr "Symbol-URL" -#: ../../mod/settings.php:522 +#: ../../mod/settings.php:525 msgid "Optional" msgstr "Optional" -#: ../../mod/settings.php:533 +#: ../../mod/settings.php:536 msgid "You can't edit this application." msgstr "Diese Anwendung kann nicht bearbeitet werden." -#: ../../mod/settings.php:576 +#: ../../mod/settings.php:579 msgid "Connected Apps" msgstr "Verbundene Apps" -#: ../../mod/settings.php:580 +#: ../../mod/settings.php:583 msgid "Client key starts with" -msgstr "Client key beginnt mit" +msgstr "Client Key beginnt mit" -#: ../../mod/settings.php:581 +#: ../../mod/settings.php:584 msgid "No name" msgstr "Kein Name" -#: ../../mod/settings.php:582 +#: ../../mod/settings.php:585 msgid "Remove authorization" msgstr "Authorisierung aufheben" -#: ../../mod/settings.php:593 +#: ../../mod/settings.php:596 msgid "No feature settings configured" msgstr "Keine Funktions-Einstellungen konfiguriert" -#: ../../mod/settings.php:601 +#: ../../mod/settings.php:604 msgid "Feature Settings" msgstr "Funktions-Einstellungen" -#: ../../mod/settings.php:624 +#: ../../mod/settings.php:627 msgid "Account Settings" msgstr "Konto-Einstellungen" -#: ../../mod/settings.php:625 +#: ../../mod/settings.php:628 msgid "Password Settings" msgstr "Kennwort-Einstellungen" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:629 msgid "New Password:" msgstr "Neues Passwort:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:630 msgid "Confirm:" msgstr "BestĂ€tigen:" -#: ../../mod/settings.php:627 +#: ../../mod/settings.php:630 msgid "Leave password fields blank unless changing" msgstr "Lasse die Passwort-Felder leer, auĂer Du möchtest das Passwort Ă€ndern" -#: ../../mod/settings.php:629 ../../mod/settings.php:937 +#: ../../mod/settings.php:632 ../../mod/settings.php:954 msgid "Email Address:" msgstr "Email Adresse:" -#: ../../mod/settings.php:630 +#: ../../mod/settings.php:633 ../../mod/removeaccount.php:61 msgid "Remove Account" msgstr "Konto entfernen" -#: ../../mod/settings.php:631 ../../mod/settings.php:1000 +#: ../../mod/settings.php:634 +msgid "Remove this account from this server including all its channels" +msgstr "Lösche dieses Konto einschlieĂlich aller zugehörigen KanĂ€le von diesem Server" + +#: ../../mod/settings.php:635 ../../mod/settings.php:1019 msgid "Warning: This action is permanent and cannot be reversed." msgstr "Achtung: Diese Aktion ist endgĂŒltig und kann nicht rĂŒckgĂ€ngig gemacht werden." -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:651 msgid "Off" msgstr "Aus" -#: ../../mod/settings.php:647 +#: ../../mod/settings.php:651 msgid "On" msgstr "An" -#: ../../mod/settings.php:654 +#: ../../mod/settings.php:658 msgid "Additional Features" msgstr "ZusĂ€tzliche Funktionen" -#: ../../mod/settings.php:679 +#: ../../mod/settings.php:683 msgid "Connector Settings" msgstr "Connector-Einstellungen" -#: ../../mod/settings.php:709 ../../mod/admin.php:390 +#: ../../mod/settings.php:713 ../../mod/admin.php:362 msgid "No special theme for mobile devices" msgstr "Keine spezielle Theme fĂŒr mobile GerĂ€te" -#: ../../mod/settings.php:718 +#: ../../mod/settings.php:722 #, php-format msgid "%s - (Experimental)" -msgstr "%s - (Experimentell)" +msgstr "%s â (experimentell)" -#: ../../mod/settings.php:748 +#: ../../mod/settings.php:758 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: ../../mod/settings.php:754 +#: ../../mod/settings.php:764 msgid "Display Theme:" msgstr "Anzeige-Theme:" -#: ../../mod/settings.php:755 +#: ../../mod/settings.php:765 msgid "Mobile Theme:" msgstr "Mobile Theme:" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:766 +msgid "Enable user zoom on mobile devices" +msgstr "Zoom auf MobilgerĂ€ten aktivieren" + +#: ../../mod/settings.php:767 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: ../../mod/settings.php:756 +#: ../../mod/settings.php:767 msgid "Minimum of 10 seconds, no maximum" msgstr "Minimum 10 Sekunden, kein Maximum" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:768 msgid "Maximum number of conversations to load at any time:" msgstr "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:" -#: ../../mod/settings.php:757 +#: ../../mod/settings.php:768 msgid "Maximum of 100 items" msgstr "Maximum: 100 BeitrĂ€ge" -#: ../../mod/settings.php:758 +#: ../../mod/settings.php:769 msgid "Don't show emoticons" msgstr "Emoticons nicht zeigen" -#: ../../mod/settings.php:759 +#: ../../mod/settings.php:770 +msgid "Link post titles to source" +msgstr "Beitragstitel zum Originalbeitrag verlinken" + +#: ../../mod/settings.php:771 msgid "System Page Layout Editor - (advanced)" -msgstr "(Erweiterter) Seitenlayout Editor" +msgstr "System-Seitenlayout-Editor (fĂŒr Experten)" -#: ../../mod/settings.php:794 +#: ../../mod/settings.php:807 msgid "Nobody except yourself" msgstr "Niemand auĂer Dir selbst" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:808 msgid "Only those you specifically allow" msgstr "Nur die, denen Du es explizit erlaubst" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:809 msgid "Approved connections" -msgstr "Erlaubte Verbindung" +msgstr "Angenommene Verbindungen" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:810 msgid "Any connections" -msgstr "Beliebige Verbindung" +msgstr "Beliebige Verbindungen" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:811 msgid "Anybody on this website" msgstr "Jeder auf dieser Website" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:812 msgid "Anybody in this network" msgstr "Alle Red-Nutzer" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:813 msgid "Anybody authenticated" msgstr "Jeder authentifizierte" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:814 msgid "Anybody on the internet" msgstr "Jeder im Internet" -#: ../../mod/settings.php:878 +#: ../../mod/settings.php:891 msgid "Publish your default profile in the network directory" msgstr "Standard-Profil im Netzwerk-Verzeichnis veröffentlichen" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/admin.php:420 -#: ../../mod/profiles.php:566 ../../mod/api.php:106 +#: ../../mod/settings.php:891 ../../mod/settings.php:896 +#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602 +#: ../../mod/admin.php:392 msgid "No" msgstr "Nein" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/admin.php:422 -#: ../../mod/profiles.php:565 ../../mod/api.php:105 +#: ../../mod/settings.php:891 ../../mod/settings.php:896 +#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601 +#: ../../mod/admin.php:394 msgid "Yes" msgstr "Ja" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:896 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "DĂŒrfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" -#: ../../mod/settings.php:887 ../../mod/profile_photo.php:365 +#: ../../mod/settings.php:900 ../../mod/profile_photo.php:365 msgid "or" msgstr "oder" -#: ../../mod/settings.php:892 +#: ../../mod/settings.php:905 msgid "Your channel address is" msgstr "Deine Kanal-Adresse lautet" -#: ../../mod/settings.php:926 +#: ../../mod/settings.php:943 msgid "Channel Settings" msgstr "Kanal-Einstellungen" -#: ../../mod/settings.php:935 +#: ../../mod/settings.php:952 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:955 msgid "Your Timezone:" msgstr "Ihre Zeitzone:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:956 msgid "Default Post Location:" msgstr "Standardstandort:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:956 msgid "Geographical location to display on your posts" msgstr "Geografischer Ort, der bei Deinen BeitrĂ€gen angezeigt werden soll" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:957 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:959 msgid "Adult Content" msgstr "Nicht jugendfreie Inhalte" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:959 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Dieser Kanal veröffentlicht regelmĂ€Ăig Inhalte, die fĂŒr MinderjĂ€hrige ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:961 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Datenschutz-Einstellungen" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:963 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Deine Zugriffsrechte sind schon konfiguriert. Klicke hier, um sie zu betrachten oder zu Ă€ndern" + +#: ../../mod/settings.php:965 msgid "Hide my online presence" msgstr "Meine Online-PrĂ€senz verbergen" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:965 msgid "Prevents displaying in your profile that you are online" msgstr "Verhindert die Anzeige Deines Online-Status in deinem Profil" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:967 msgid "Simple Privacy Settings:" msgstr "Einfache PrivatsphĂ€re-Einstellungen" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:968 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Komplett offen â <em>extrem ungeschĂŒtzt (mit groĂer Vorsicht verwenden!)</em>" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:969 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" -msgstr "Typisch â <em>Default öffentlich, PrivatsphĂ€re, wo sie erwĂŒnscht ist (Ă€hnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschĂŒtzter PrivatsphĂ€re)</em>" +msgstr "Typisch â <em>Standard öffentlich, PrivatsphĂ€re, wo sie erwĂŒnscht ist (Ă€hnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschĂŒtzter PrivatsphĂ€re)</em>" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:970 msgid "Private - <em>default private, never open or public</em>" -msgstr "Private â <em>Default privat, nie offen oder öffentlich</em>" +msgstr "Private â <em>Standard privat, nie offen oder öffentlich</em>" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:971 msgid "Blocked - <em>default blocked to/from everybody</em>" -msgstr "Blockiert â <em>Alle per Default blockiert</em>" +msgstr "Blockiert â <em>Alle standardmĂ€Ăig blockiert</em>" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:973 msgid "Allow others to tag your posts" -msgstr "Erlaube anderen deine BeitrĂ€ge mit Schlagwörtern zu versehen" +msgstr "Erlaube anderen, Deine BeitrĂ€ge zu taggen" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:973 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Wird oft von der Community genutzt um rĂŒckwirkend anstöĂigen Inhalt zu markieren" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:975 msgid "Advanced Privacy Settings" msgstr "Fortgeschrittene PrivatsphĂ€re-Einstellungen" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:977 msgid "Expire other channel content after this many days" -msgstr "Lasse den Inhalt anderer KanĂ€le nach dieser Anzahl Tage verfallen" +msgstr "Den Inhalt anderer KanĂ€le nach dieser Anzahl Tage verfallen lassen" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:977 msgid "0 or blank prevents expiration" -msgstr "0 oder Leer verhindern das Verfallen" +msgstr "0 oder kein Inhalt verhindern das Verfallen" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:978 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Kontaktanfragen pro Tag:" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:978 msgid "May reduce spam activity" msgstr "Kann die Spam-AktivitĂ€t verringern" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:979 msgid "Default Post Permissions" msgstr "Standardeinstellungen fĂŒr Beitrags-Zugriffsrechte" -#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177 -msgid "(click to open/close)" -msgstr "(zum öffnen/schlieĂen anklicken)" - -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:991 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:991 msgid "Useful to reduce spamming" msgstr "NĂŒtzlich, um Spam zu verringern" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:994 msgid "Notification Settings" msgstr "Benachrichtigungs-Einstellungen" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:995 msgid "By default post a status message when:" msgstr "Sende standardmĂ€Ăig Status-Nachrichten, wenn:" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:996 msgid "accepting a friend request" msgstr "Du eine Kontaktanfrage annimmst" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:997 msgid "joining a forum/community" msgstr "Du einem Forum beitrittst" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:998 msgid "making an <em>interesting</em> profile change" msgstr "Du eine <em>interessante</em> Ănderung an Deinem Profil vornimmst" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:999 msgid "Send a notification email when:" msgstr "Eine E-Mail-Benachrichtigung senden, wenn:" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:1000 msgid "You receive a connection request" -msgstr "Du hast eine Verbindungsanfrage erhalten" +msgstr "Du eine Verbindungsanfrage erhĂ€ltst" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:1001 msgid "Your connections are confirmed" -msgstr "Deine Verbindungen wurden bestĂ€tigt" +msgstr "Eine Verbindung bestĂ€tigt wurde" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:1002 msgid "Someone writes on your profile wall" msgstr "Jemand auf Deine Pinnwand schreibt" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:1003 msgid "Someone writes a followup comment" msgstr "Jemand einen Beitrag kommentiert" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:1004 msgid "You receive a private message" msgstr "Du eine private Nachricht erhĂ€ltst" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:1005 msgid "You receive a friend suggestion" msgstr "Du einen Kontaktvorschlag erhĂ€ltst" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:1006 msgid "You are tagged in a post" msgstr "Du in einem Beitrag erwĂ€hnt wurdest" -#: ../../mod/settings.php:988 +#: ../../mod/settings.php:1007 msgid "You are poked/prodded/etc. in a post" msgstr "Du in einem Beitrag angestupst/geknufft/o.Ă€. wurdest" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:1010 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Account- und Seitenart-Einstellungen" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:1011 msgid "Change the behaviour of this account for special situations" msgstr "Ăndere das Verhalten dieses Accounts unter speziellen UmstĂ€nden" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:1014 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Aktiviere den Expertenmodus (unter <a href=\"settings/features\">Settings > ZusĂ€tzliche Funktionen</a>), um hier Einstellungen vorzunehmen!" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:1015 msgid "Miscellaneous Settings" msgstr "Sonstige Einstellungen" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:1017 msgid "Personal menu to display in your channel pages" -msgstr "Persönliches MenĂŒ zur Anzeige auf den Seiten deines Kanals" +msgstr "Eigenes MenĂŒ zur Anzeige auf den Seiten deines Kanals" -#: ../../mod/settings.php:999 +#: ../../mod/settings.php:1018 msgid "Remove this channel" -msgstr "Lösche diesen Kanal" +msgstr "Diesen Kanal löschen" -#: ../../mod/filestorage.php:68 -msgid "Permission Denied." -msgstr "Zugriff verweigert." +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Anstupsen/Knuffen" -#: ../../mod/filestorage.php:85 -msgid "File not found." -msgstr "Datei nicht gefunden." +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "Stupse Leute an oder mache anderes mit ihnen" -#: ../../mod/filestorage.php:122 -msgid "Edit file permissions" -msgstr "Dateiberechtigungen bearbeiten" +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "EmpfĂ€nger" -#: ../../mod/filestorage.php:131 -msgid "Set/edit permissions" -msgstr "Berechtigungen setzen/Ă€ndern" +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "WĂ€hle, was Du mit dem/r EmpfĂ€nger/in tun willst" -#: ../../mod/filestorage.php:132 -msgid "Include all files and sub folders" -msgstr "Alle Dateien und Unterverzeichnisse einbinden" +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Diesen Beitrag privat machen" -#: ../../mod/filestorage.php:133 -msgid "Return to file list" -msgstr "ZurĂŒck zur Dateiliste" +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Zugriff fĂŒr die Anwendung autorisieren" -#: ../../mod/filestorage.php:135 -msgid "Copy/paste this code to attach file to a post" -msgstr "Diesen Code kopieren und einfĂŒgen, um die Datei an einen Beitrag anzuhĂ€ngen" +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Trage folgenden Sicherheitscode in der Anwendung ein:" -#: ../../mod/filestorage.php:136 -msgid "Copy/paste this URL to link file from a web page" -msgstr "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken" +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Zum Weitermachen, bitte einloggen." -#: ../../mod/home.php:54 ../../mod/block.php:39 ../../mod/wall_upload.php:28 -#: ../../mod/page.php:47 ../../mod/chanview.php:77 -msgid "Channel not found." -msgstr "Kanal nicht gefunden." +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten fĂŒr Dich zu erstellen?" -#: ../../mod/home.php:81 -msgid "Red Matrix - "The Network"" -msgstr "Red Matrix - "Das Netzwerk"" +#: ../../mod/post.php:229 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut." -#: ../../mod/home.php:94 +#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:180 #, php-format -msgid "Welcome to %s" -msgstr "Willkommen auf %s" +msgid "Welcome %s. Remote authentication successful." +msgstr "Willkommen %s. Entfernte Authentifizierung erfolgreich." + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Element nicht verfĂŒgbar." #: ../../mod/probe.php:23 ../../mod/probe.php:29 #, php-format msgid "Fetching URL returns error: %1$s" msgstr "Abrufen der URL gab einen Fehler zurĂŒck: %1$s" -#: ../../mod/update_network.php:23 ../../mod/update_display.php:25 -#: ../../mod/update_search.php:46 ../../mod/update_channel.php:43 -msgid "[Embedded content - reload page to view]" -msgstr "[Eingebettete Inhalte â lade die Seite neu, um sie anzuzeigen]" +#: ../../mod/block.php:27 ../../mod/page.php:35 +msgid "Invalid item." +msgstr "UngĂŒltiges Element." -#: ../../mod/new_channel.php:107 -msgid "Add a Channel" -msgstr "Kanal hinzufĂŒgen" +#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Kanal nicht gefunden." -#: ../../mod/new_channel.php:108 -msgid "" -"A channel is your own collection of related web pages. A channel can be used" -" to hold social network profiles, blogs, conversation groups and forums, " -"celebrity pages, and much more. You may create as many channels as your " -"service provider allows." -msgstr "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um ein Social-Network-Profil, ein Blog, eine GesprĂ€chsgruppe oder ein Forum, Promi-Seiten und vieles mehr zu erstellen. Du kannst so viele KanĂ€le erstellen, wie es der Betreiber Deiner Seite zulĂ€sst." +#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102 +#: ../../mod/help.php:72 ../../index.php:240 +msgid "Page not found." +msgstr "Seite nicht gefunden." -#: ../../mod/new_channel.php:110 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" -msgstr "Name des Kanals" +#: ../../mod/siteinfo.php:90 +#, php-format +msgid "Version %s" +msgstr "Version %s" -#: ../../mod/new_channel.php:111 -msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Beispiele: âHorst Weidingerâ, âLisa und ihr Meerschweinchenâ, âFuĂballâ, âSegelflieger-Forumâ " +#: ../../mod/siteinfo.php:109 +msgid "Installed plugins/addons/apps:" +msgstr "Installierte Plugins/Addons/Apps" -#: ../../mod/new_channel.php:112 -msgid "Choose a short nickname" -msgstr "WĂ€hle einen kurzen Spitznamen" +#: ../../mod/siteinfo.php:122 +msgid "No installed plugins/addons/apps" +msgstr "Keine installierten Plugins/Addons/Apps" -#: ../../mod/new_channel.php:113 +#: ../../mod/siteinfo.php:130 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:131 msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." -msgstr "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (Ă€hnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst." +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Dieser Hub ist Teil der RedMatrix â eines globalen, kooperativen Netzwerks aus dezentralen Websites, die RĂŒcksicht auf Deine PrivatsphĂ€re nehmen." -#: ../../mod/new_channel.php:114 -msgid "Or <a href=\"import\">import an existing channel</a> from another location" -msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server" +#: ../../mod/siteinfo.php:134 +msgid "Running at web location" +msgstr "Erreichbar unter der Web-Adresse" -#: ../../mod/rmagic.php:38 +#: ../../mod/siteinfo.php:135 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte ĂŒberprĂŒfe die Schreibweise der ID noch einmal." +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." +msgstr "Besuche <a href=\"http://getzot.com\">GetZot.com</a>, um mehr ĂŒber die Red-Matrix zu erfahren." -#: ../../mod/rmagic.php:38 -msgid "The error message was:" -msgstr "Die Fehlermeldung lautet:" +#: ../../mod/siteinfo.php:136 +msgid "Bug reports and issues: please visit" +msgstr "Probleme oder Fehler gefunden? Bitte besuche" -#: ../../mod/rmagic.php:42 -msgid "Authentication failed." -msgstr "Authentifizierung fehlgeschlagen." +#: ../../mod/siteinfo.php:139 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "VorschlĂ€ge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com" -#: ../../mod/rmagic.php:82 -msgid "Remote Authentication" -msgstr "Entfernte Authentifizierung" +#: ../../mod/siteinfo.php:141 +msgid "Site Administrators" +msgstr "Administratoren" -#: ../../mod/rmagic.php:83 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "Deine Kanal-Adresse (z. B. channel@example.com)" +#: ../../mod/blocks.php:62 +msgid "Block Name" +msgstr "Block-Name" -#: ../../mod/rmagic.php:84 -msgid "Authenticate" -msgstr "Authentifizieren" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:575 +msgid "Profile not found." +msgstr "Profil nicht gefunden." -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "Theme-Einstellungen aktualisiert." +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profil gelöscht." -#: ../../mod/admin.php:92 ../../mod/admin.php:441 -msgid "Site" -msgstr "Seite" +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" -#: ../../mod/admin.php:93 -msgid "Accounts" -msgstr "Konten" +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Neues Profil erstellt." -#: ../../mod/admin.php:94 ../../mod/admin.php:885 -msgid "Channels" -msgstr "KanĂ€le" +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profil kann nicht geklont werden." -#: ../../mod/admin.php:95 ../../mod/admin.php:976 ../../mod/admin.php:1018 -msgid "Plugins" -msgstr "Plug-Ins" +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Dieses Profil kann nicht exportiert werden." -#: ../../mod/admin.php:96 ../../mod/admin.php:1181 ../../mod/admin.php:1217 -msgid "Themes" -msgstr "Themes" +#: ../../mod/profiles.php:232 +msgid "Profile Name is required." +msgstr "Profil-Name erforderlich." -#: ../../mod/admin.php:97 ../../mod/admin.php:541 -msgid "Server" -msgstr "Server" +#: ../../mod/profiles.php:390 +msgid "Marital Status" +msgstr "Familienstand" -#: ../../mod/admin.php:98 -msgid "DB updates" -msgstr "DB-Aktualisierungen" +#: ../../mod/profiles.php:394 +msgid "Romantic Partner" +msgstr "Romantische Partner" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1304 -msgid "Logs" -msgstr "Protokolle" +#: ../../mod/profiles.php:398 +msgid "Likes" +msgstr "GefĂ€llt" -#: ../../mod/admin.php:118 -msgid "Plugin Features" -msgstr "Plug-In Funktionen" +#: ../../mod/profiles.php:402 +msgid "Dislikes" +msgstr "GefĂ€llt nicht" -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" -msgstr "Nutzer-Anmeldungen, die auf BestĂ€tigung warten" +#: ../../mod/profiles.php:406 +msgid "Work/Employment" +msgstr "Arbeit/Anstellung" -#: ../../mod/admin.php:197 -msgid "Message queues" -msgstr "Nachrichten-Warteschlangen" +#: ../../mod/profiles.php:409 +msgid "Religion" +msgstr "Religion" -#: ../../mod/admin.php:202 ../../mod/admin.php:440 ../../mod/admin.php:540 -#: ../../mod/admin.php:749 ../../mod/admin.php:884 ../../mod/admin.php:975 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1180 ../../mod/admin.php:1216 -#: ../../mod/admin.php:1303 -msgid "Administration" -msgstr "Administration" +#: ../../mod/profiles.php:413 +msgid "Political Views" +msgstr "Politische Ansichten" -#: ../../mod/admin.php:203 -msgid "Summary" -msgstr "Zusammenfassung" +#: ../../mod/profiles.php:417 +msgid "Gender" +msgstr "Geschlecht" -#: ../../mod/admin.php:205 -msgid "Registered users" -msgstr "Registrierte Benutzer" +#: ../../mod/profiles.php:421 +msgid "Sexual Preference" +msgstr "Sexuelle Orientierung" -#: ../../mod/admin.php:207 ../../mod/admin.php:544 -msgid "Pending registrations" -msgstr "Ausstehende Registrierungen" +#: ../../mod/profiles.php:425 +msgid "Homepage" +msgstr "Webseite" -#: ../../mod/admin.php:208 -msgid "Version" -msgstr "Version" +#: ../../mod/profiles.php:429 +msgid "Interests" +msgstr "Hobbys/Interessen" -#: ../../mod/admin.php:210 ../../mod/admin.php:545 -msgid "Active plugins" -msgstr "Aktive Plug-Ins" +#: ../../mod/profiles.php:433 ../../mod/admin.php:868 +msgid "Address" +msgstr "Adresse" -#: ../../mod/admin.php:361 -msgid "Site settings updated." -msgstr "Site-Einstellungen aktualisiert." +#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25 +msgid "Location" +msgstr "Ort" -#: ../../mod/admin.php:392 -msgid "No special theme for accessibility" -msgstr "Kein spezielles Accessibility-Theme vorhanden" +#: ../../mod/profiles.php:523 +msgid "Profile updated." +msgstr "Profil aktualisiert." -#: ../../mod/admin.php:421 -msgid "Yes - with approval" -msgstr "Ja - mit Zustimmung" +#: ../../mod/profiles.php:600 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?" -#: ../../mod/admin.php:427 -msgid "My site is not a public server" -msgstr "Meine Seite ist kein öffentlicher Server" +#: ../../mod/profiles.php:642 +msgid "Edit Profile Details" +msgstr "Bearbeite Profil-Details" -#: ../../mod/admin.php:428 -msgid "My site has paid access only" -msgstr "Meine Seite erlaubt nur bezahlten Zugang" +#: ../../mod/profiles.php:644 +msgid "View this profile" +msgstr "Dieses Profil ansehen" -#: ../../mod/admin.php:429 -msgid "My site has free access only" -msgstr "Meine Seite erlaubt ausschlieĂlich freien Zugang" +#: ../../mod/profiles.php:646 +msgid "Change Profile Photo" +msgstr "Profilfoto Ă€ndern" -#: ../../mod/admin.php:430 -msgid "My site offers free accounts with optional paid upgrades" -msgstr "Meine Seite bietet freie Accounts mit der Möglichkeit von bezahlten Upgrades" +#: ../../mod/profiles.php:647 +msgid "Create a new profile using these settings" +msgstr "Neues Profil anlegen und diese Einstellungen ĂŒbernehmen" -#: ../../mod/admin.php:443 ../../mod/register.php:204 -msgid "Registration" -msgstr "Registrierung" +#: ../../mod/profiles.php:648 +msgid "Clone this profile" +msgstr "Dieses Profil klonen" -#: ../../mod/admin.php:444 -msgid "File upload" -msgstr "Dateiupload" +#: ../../mod/profiles.php:649 +msgid "Delete this profile" +msgstr "Dieses Profil löschen" -#: ../../mod/admin.php:445 -msgid "Policies" -msgstr "Richtlinien" +#: ../../mod/profiles.php:651 +msgid "Import profile from file" +msgstr "Profil aus einer Datei importieren" -#: ../../mod/admin.php:450 -msgid "Site name" -msgstr "Seitenname" +#: ../../mod/profiles.php:652 +msgid "Export profile to file" +msgstr "Profil in eine Datei exportieren" -#: ../../mod/admin.php:451 -msgid "Banner/Logo" -msgstr "Banner/Logo" +#: ../../mod/profiles.php:653 +msgid "Profile Name:" +msgstr "Profilname:" -#: ../../mod/admin.php:452 -msgid "Administrator Information" -msgstr "Administrator-Informationen" +#: ../../mod/profiles.php:654 +msgid "Your Full Name:" +msgstr "Dein voller Name:" -#: ../../mod/admin.php:452 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "Kontaktinformationen fĂŒr Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden." +#: ../../mod/profiles.php:655 +msgid "Title/Description:" +msgstr "Titel/Stellenbeschreibung:" -#: ../../mod/admin.php:453 -msgid "System language" -msgstr "System-Sprache" +#: ../../mod/profiles.php:656 +msgid "Your Gender:" +msgstr "Dein Geschlecht:" -#: ../../mod/admin.php:454 -msgid "System theme" -msgstr "System-Theme" +#: ../../mod/profiles.php:657 +#, php-format +msgid "Birthday (%s):" +msgstr "Geburtstag (%s):" -#: ../../mod/admin.php:454 -msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" -msgstr "Standard-System-Theme â kann durch Nutzerprofile ĂŒberschieben werden â <a href='#' id='cnftheme'>Theme-Einstellungen Ă€ndern</a>" +#: ../../mod/profiles.php:658 +msgid "Street Address:" +msgstr "StraĂe und Hausnummer:" -#: ../../mod/admin.php:455 -msgid "Mobile system theme" -msgstr "Mobile System-Theme:" +#: ../../mod/profiles.php:659 +msgid "Locality/City:" +msgstr "Wohnort:" -#: ../../mod/admin.php:455 -msgid "Theme for mobile devices" -msgstr "Theme fĂŒr mobile GerĂ€te" +#: ../../mod/profiles.php:660 +msgid "Postal/Zip Code:" +msgstr "Postleitzahl:" -#: ../../mod/admin.php:456 -msgid "Accessibility system theme" -msgstr "Accessibility-System-Theme" +#: ../../mod/profiles.php:661 +msgid "Country:" +msgstr "Land:" -#: ../../mod/admin.php:456 -msgid "Accessibility theme" -msgstr "Accessibility-Theme" +#: ../../mod/profiles.php:662 +msgid "Region/State:" +msgstr "Region/Bundesstaat:" -#: ../../mod/admin.php:457 -msgid "Channel to use for this website's static pages" -msgstr "Kanal fĂŒr die statischen Seiten dieser Webseite verwenden" +#: ../../mod/profiles.php:663 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span> Beziehungsstatus:" -#: ../../mod/admin.php:457 -msgid "Site Channel" -msgstr "Seiten Kanal" +#: ../../mod/profiles.php:664 +msgid "Who: (if applicable)" +msgstr "Wer: (falls anwendbar)" -#: ../../mod/admin.php:459 -msgid "Maximum image size" -msgstr "Maximale BildgröĂe" +#: ../../mod/profiles.php:665 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/admin.php:459 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximale GröĂe hochgeladener Bilder in Bytes. Standard ist 0 (keine EinschrĂ€nkung)." +#: ../../mod/profiles.php:666 +msgid "Since [date]:" +msgstr "Seit [Datum]:" -#: ../../mod/admin.php:460 -msgid "Does this site allow new member registration?" -msgstr "Erlaubt diese Seite die Registrierung neuer Nutzer?" +#: ../../mod/profiles.php:668 +msgid "Homepage URL:" +msgstr "Homepage URL:" -#: ../../mod/admin.php:461 -msgid "Which best describes the types of account offered by this hub?" -msgstr "Wie lautet die passenste Beschreibung der Accounts auf diesem Hub?" +#: ../../mod/profiles.php:671 +msgid "Religious Views:" +msgstr "Religiöse Ansichten:" -#: ../../mod/admin.php:462 -msgid "Register text" -msgstr "Registrierungstext" +#: ../../mod/profiles.php:672 +msgid "Keywords:" +msgstr "SchlĂŒsselwörter:" -#: ../../mod/admin.php:462 -msgid "Will be displayed prominently on the registration page." -msgstr "Wird gut sichtbar auf der Registrierungs-Seite angezeigt." +#: ../../mod/profiles.php:675 +msgid "Example: fishing photography software" +msgstr "Beispiel: Angeln Fotografie Software" -#: ../../mod/admin.php:463 -msgid "Accounts abandoned after x days" -msgstr "Konten gelten nach X Tagen als unbenutzt" +#: ../../mod/profiles.php:676 +msgid "Used in directory listings" +msgstr "Wird in Verzeichnis-Auflistungen verwendet" -#: ../../mod/admin.php:463 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 fĂŒr kein zeitliches Limit." +#: ../../mod/profiles.php:677 +msgid "Tell us about yourself..." +msgstr "ErzĂ€hle uns ein wenig von Dir âŠ" -#: ../../mod/admin.php:464 -msgid "Allowed friend domains" -msgstr "Erlaubte Domains fĂŒr Kontakte" +#: ../../mod/profiles.php:678 +msgid "Hobbies/Interests" +msgstr "Hobbys/Interessen" -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Liste der Domains, die fĂŒr Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." +#: ../../mod/profiles.php:679 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformation und soziale Netzwerke" -#: ../../mod/admin.php:465 -msgid "Allowed email domains" -msgstr "Erlaubte Domains fĂŒr E-Mails" +#: ../../mod/profiles.php:680 +msgid "My other channels" +msgstr "Meine anderen KanĂ€le" -#: ../../mod/admin.php:465 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Liste der Domains, die fĂŒr E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." +#: ../../mod/profiles.php:681 +msgid "Musical interests" +msgstr "Musikalische Interessen" -#: ../../mod/admin.php:466 -msgid "Block public" -msgstr "Ăffentlichen Zugriff blockieren" +#: ../../mod/profiles.php:682 +msgid "Books, literature" +msgstr "BĂŒcher, Literatur" -#: ../../mod/admin.php:466 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist." +#: ../../mod/profiles.php:683 +msgid "Television" +msgstr "Fernsehen" -#: ../../mod/admin.php:467 -msgid "Force publish" -msgstr "Veröffentlichung erzwingen" +#: ../../mod/profiles.php:684 +msgid "Film/dance/culture/entertainment" +msgstr "Film/Tanz/Kultur/Unterhaltung" -#: ../../mod/admin.php:467 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen." +#: ../../mod/profiles.php:685 +msgid "Love/romance" +msgstr "Liebe/Romantik" -#: ../../mod/admin.php:468 -msgid "Disable discovery tab" -msgstr "Den âEntdeckenâ-Reiter ausblenden" +#: ../../mod/profiles.php:686 +msgid "Work/employment" +msgstr "Arbeit/Anstellung" -#: ../../mod/admin.php:468 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Entferne den âEntdeckenâ-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können." +#: ../../mod/profiles.php:687 +msgid "School/education" +msgstr "Schule/Ausbildung" -#: ../../mod/admin.php:469 -msgid "No login on Homepage" -msgstr "Kein Login auf der Homepage" +#: ../../mod/profiles.php:693 +msgid "This is your default profile." +msgstr "Das ist Dein Standardprofil" -#: ../../mod/admin.php:469 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)." +#: ../../mod/profiles.php:704 ../../mod/directory.php:143 +#: ../../mod/dirprofile.php:92 +msgid "Age: " +msgstr "Alter:" -#: ../../mod/admin.php:471 -msgid "Proxy user" -msgstr "Proxy Benutzer" +#: ../../mod/profiles.php:747 +msgid "Edit/Manage Profiles" +msgstr "Profile bearbeiten/verwalten" -#: ../../mod/admin.php:472 -msgid "Proxy URL" -msgstr "Proxy URL" +#: ../../mod/profiles.php:748 +msgid "Add profile things" +msgstr "Sachen zum Profil hinzufĂŒgen" -#: ../../mod/admin.php:473 -msgid "Network timeout" -msgstr "Netzwerk-Timeout" +#: ../../mod/profiles.php:749 +msgid "Include desirable objects in your profile" +msgstr "Binde begehrenswerte Dinge in Dein Profil ein" -#: ../../mod/admin.php:473 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Wert in Sekunden. 0 fĂŒr unbegrenzt (nicht empfohlen)." +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "UngĂŒltiger Profil-Identifikator" -#: ../../mod/admin.php:474 -msgid "Delivery interval" -msgstr "Auslieferung Intervall" +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "Profil-Sichtbarkeits-Editor" -#: ../../mod/admin.php:474 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 fĂŒr Shared Hosts, 2-3 fĂŒr VPS, 0-1 fĂŒr groĂe dedizierte Server." +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "Klicke auf einen Kontakt, um ihn hinzuzufĂŒgen oder zu entfernen." -#: ../../mod/admin.php:475 -msgid "Poll interval" -msgstr "Abfrageintervall" +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "Sichtbar fĂŒr" -#: ../../mod/admin.php:475 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet." +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 +msgid "All Connections" +msgstr "Alle Verbindungen" -#: ../../mod/admin.php:476 -msgid "Maximum Load Average" -msgstr "Maximales Load Average" +#: ../../mod/pubsites.php:16 +msgid "Public Sites" +msgstr "Ăffentliche Server" -#: ../../mod/admin.php:476 +#: ../../mod/pubsites.php:19 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden â Standard 50" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links <strong>may</strong> provide " +"additional details." +msgstr "Die hier aufgefĂŒhrten Server erlauben Dir, einen Account in der Red-Matrix anzulegen. Alle Server der Matrix sind miteinander verbunden, so dass die Mitgliedschaft auf einem Server eine Verbindung zu beliebigen anderen Servern der Matrix ermöglicht. Es könnte sein, dass einige dieser Server kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den jeweiligen Seiten <strong>könnten</strong> nĂ€here Details dazu stehen." -#: ../../mod/admin.php:532 -msgid "No server found" -msgstr "Kein Server gefunden" +#: ../../mod/pubsites.php:25 +msgid "Site URL" +msgstr "Server-URL" -#: ../../mod/admin.php:539 ../../mod/admin.php:763 -msgid "ID" -msgstr "ID" +#: ../../mod/pubsites.php:25 +msgid "Access Type" +msgstr "Zugangstyp" -#: ../../mod/admin.php:539 -msgid "for channel" -msgstr "fĂŒr Kanal" +#: ../../mod/pubsites.php:25 +msgid "Registration Policy" +msgstr "Registrierungsrichtlinien" -#: ../../mod/admin.php:539 -msgid "on server" -msgstr "auf Server" +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "Du musst angemeldet sein, um diese Seite betrachten zu können." -#: ../../mod/admin.php:539 -msgid "Status" -msgstr "Status" +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." -#: ../../mod/admin.php:560 -msgid "Update has been marked successful" -msgstr "Update wurde als erfolgreich markiert" +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Lesezeichenordner wĂ€hlen" -#: ../../mod/admin.php:570 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "AusfĂŒhren von %s fehlgeschlagen. ĂberprĂŒfe die Systemprotokolle." +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Lesezeichen speichern" -#: ../../mod/admin.php:573 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s wurde erfolgreich ausgefĂŒhrt." +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL des Lesezeichens" -#: ../../mod/admin.php:577 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s lieferte keinen RĂŒckgabewert. Erfolg unbekannt." +#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 +msgid "Description" +msgstr "Beschreibung" -#: ../../mod/admin.php:580 -#, php-format -msgid "Update function %s could not be found." -msgstr "Update-Funktion %s konnte nicht gefunden werden." +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Oder gib einen neuen Namen fĂŒr den Lesezeichenordner ein" -#: ../../mod/admin.php:595 -msgid "No failed updates." -msgstr "Keine fehlgeschlagenen Aktualisierungen." +#: ../../mod/chat.php:167 +msgid "Room not found" +msgstr "Chatraum nicht gefunden" -#: ../../mod/admin.php:599 -msgid "Failed Updates" -msgstr "Fehlgeschlagene Aktualisierungen" +#: ../../mod/chat.php:178 +msgid "Leave Room" +msgstr "Raum verlassen" -#: ../../mod/admin.php:601 -msgid "Mark success (if update was manually applied)" -msgstr "Als erfolgreich markieren (wenn das Update manuell ausgefĂŒhrt wurde)" +#: ../../mod/chat.php:179 +msgid "Delete This Room" +msgstr "Diesen Raum löschen" -#: ../../mod/admin.php:602 -msgid "Attempt to execute this update step automatically" -msgstr "Versuche, diesen Updateschritt automatisch auszufĂŒhren" +#: ../../mod/chat.php:180 +msgid "I am away right now" +msgstr "Ich bin gerade nicht da" -#: ../../mod/admin.php:628 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s Nutzer blockiert/freigegeben" -msgstr[1] "%s Nutzer blockiert/freigegeben" +#: ../../mod/chat.php:181 +msgid "I am online" +msgstr "Ich bin online" -#: ../../mod/admin.php:635 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s Nutzer gelöscht" -msgstr[1] "%s Nutzer gelöscht" +#: ../../mod/chat.php:183 +msgid "Bookmark this room" +msgstr "Lesezeichen fĂŒr diesen Raum setzen" -#: ../../mod/admin.php:666 -msgid "Account not found" -msgstr "Konto nicht gefunden" +#: ../../mod/chat.php:207 ../../mod/chat.php:229 +msgid "New Chatroom" +msgstr "Neuer Chatraum" -#: ../../mod/admin.php:677 -#, php-format -msgid "User '%s' deleted" -msgstr "Benutzer '%s' gelöscht" +#: ../../mod/chat.php:208 +msgid "Chatroom Name" +msgstr "Name des Chatraums" -#: ../../mod/admin.php:686 +#: ../../mod/chat.php:225 #, php-format -msgid "User '%s' unblocked" -msgstr "Benutzer '%s' freigegeben" +msgid "%1$s's Chatrooms" +msgstr "%1$ss ChatrĂ€ume" -#: ../../mod/admin.php:686 -#, php-format -msgid "User '%s' blocked" -msgstr "Benutzer '%s' blockiert" +#: ../../mod/register.php:42 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximale Anzahl tĂ€glicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal." -#: ../../mod/admin.php:750 ../../mod/admin.php:762 -msgid "Users" -msgstr "Benutzer" +#: ../../mod/register.php:48 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen." -#: ../../mod/admin.php:752 ../../mod/admin.php:887 -msgid "select all" -msgstr "Alle auswĂ€hlen" +#: ../../mod/register.php:82 +msgid "Passwords do not match." +msgstr "Passwörter stimmen nicht ĂŒberein." -#: ../../mod/admin.php:753 -msgid "User registrations waiting for confirm" -msgstr "Neuanmeldungen, die auf Deine BestĂ€tigung warten" +#: ../../mod/register.php:115 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet." -#: ../../mod/admin.php:754 -msgid "Request date" -msgstr "Antragsdatum" +#: ../../mod/register.php:121 +msgid "Your registration is pending approval by the site owner." +msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." -#: ../../mod/admin.php:755 -msgid "No registrations." -msgstr "Keine Registrierungen." +#: ../../mod/register.php:124 +msgid "Your registration can not be processed." +msgstr "Deine Registrierung konnte nicht verarbeitet werden." -#: ../../mod/admin.php:756 -msgid "Approve" -msgstr "Genehmigen" +#: ../../mod/register.php:161 +msgid "Registration on this site/hub is by approval only." +msgstr "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator" -#: ../../mod/admin.php:757 -msgid "Deny" -msgstr "Verweigern" +#: ../../mod/register.php:162 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>" -#: ../../mod/admin.php:759 ../../mod/connedit.php:414 -#: ../../mod/connedit.php:557 -msgid "Block" -msgstr "Blockieren" +#: ../../mod/register.php:170 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Die maximale Anzahl tĂ€glicher Registrierungen auf diesem Server wurde ĂŒberschritten. Bitte versuche es morgen noch einmal." -#: ../../mod/admin.php:760 ../../mod/connedit.php:414 -#: ../../mod/connedit.php:557 -msgid "Unblock" -msgstr "Freigeben" +#: ../../mod/register.php:181 +msgid "Terms of Service" +msgstr "Nutzungsbedingungen" -#: ../../mod/admin.php:763 -msgid "Register date" -msgstr "Registrierungs-Datum" +#: ../../mod/register.php:187 +#, php-format +msgid "I accept the %s for this website" +msgstr "Ich akzeptiere die %s fĂŒr diese Webseite" -#: ../../mod/admin.php:763 -msgid "Last login" -msgstr "Letzte Anmeldung" +#: ../../mod/register.php:189 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Ich bin Ă€lter als 13 Jahre und akzeptiere die %s dieser Webseite" -#: ../../mod/admin.php:763 -msgid "Expires" -msgstr "VerfĂ€llt" +#: ../../mod/register.php:203 ../../mod/admin.php:415 +msgid "Registration" +msgstr "Registrierung" -#: ../../mod/admin.php:763 -msgid "Service Class" -msgstr "Service-Klasse" +#: ../../mod/register.php:208 +msgid "Membership on this site is by invitation only." +msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." -#: ../../mod/admin.php:765 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgĂŒltig gelöscht!\\n\\nBist Du sicher?" +#: ../../mod/register.php:209 +msgid "Please enter your invitation code" +msgstr "Bitte trage Deinen Einladungs-Code ein" -#: ../../mod/admin.php:766 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgĂŒltig gelöscht werden!\\n\\nBist Du sicher?" +#: ../../mod/register.php:212 +msgid "Your email address" +msgstr "Ihre E-Mail Adresse" -#: ../../mod/admin.php:799 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "%s Kanal zensiert/unzensiert" -msgstr[1] "%s KanĂ€le zensiert/unzensiert" +#: ../../mod/register.php:213 +msgid "Choose a password" +msgstr "Passwort" -#: ../../mod/admin.php:806 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "%s Kanal gelöscht" -msgstr[1] "%s KanĂ€le gelöscht" +#: ../../mod/register.php:214 +msgid "Please re-enter your password" +msgstr "Bitte gib Dein Passwort noch einmal ein" -#: ../../mod/admin.php:825 -msgid "Channel not found" -msgstr "Kanal nicht gefunden" +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "Abwesend" -#: ../../mod/admin.php:836 -#, php-format -msgid "Channel '%s' deleted" -msgstr "Kanal '%s' gelöscht" +#: ../../mod/chatsvc.php:115 +msgid "Online" +msgstr "Online" -#: ../../mod/admin.php:846 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "Kanal '%s' freigegeben" +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "Bitte melde dich an." -#: ../../mod/admin.php:846 -#, php-format -msgid "Channel '%s' censored" -msgstr "Kanal '%s' gesperrt" +#: ../../mod/cloud.php:130 +msgid "RedMatrix - Guests: Username: {your email address}, Password: +++" +msgstr "RedMatrix â GĂ€ste: Username: {Deine E-Mail-Adresse}, Passwort: +++" -#: ../../mod/admin.php:889 -msgid "Censor" -msgstr "Sperren" +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Innerhalb von 48 Stunden nach einer Ănderung des Passworts können keine KanĂ€le gelöscht werden." -#: ../../mod/admin.php:890 -msgid "Uncensor" -msgstr "Freigeben" +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "Diesen Kanal löschen" -#: ../../mod/admin.php:893 -msgid "UID" -msgstr "UID" +#: ../../mod/removeme.php:58 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rĂŒckgĂ€ngig gemacht werden." -#: ../../mod/admin.php:893 ../../mod/profiles.php:397 -msgid "Address" -msgstr "Adresse" +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 +msgid "Please enter your password for verification:" +msgstr "Bitte gib zur BestĂ€tigung Dein Passwort ein:" -#: ../../mod/admin.php:895 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Alle ausgewĂ€hlte KanĂ€le werden gelöscht!\\n\\nAlles was von diesen KanĂ€len auf dieser Seite geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist du dir sicher?" +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "Lösche diesen Kanal und all seine Klone aus dem Netzwerk" -#: ../../mod/admin.php:896 +#: ../../mod/removeme.php:60 msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf dieser Seite geschrieben wurde, wird gelöscht!\\n\\nBist du dir sicher?" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "StandardmĂ€Ăig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk" -#: ../../mod/admin.php:935 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plug-In %s deaktiviert." +#: ../../mod/removeme.php:61 +msgid "Remove Channel" +msgstr "Kanal löschen" -#: ../../mod/admin.php:939 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plug-In %s aktiviert." +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Kein Kanal." -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Disable" -msgstr "Deaktivieren" +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Gemeinsame Verbindungen" -#: ../../mod/admin.php:951 ../../mod/admin.php:1153 -msgid "Enable" -msgstr "Aktivieren" +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Keine gemeinsamen Verbindungen." -#: ../../mod/admin.php:977 ../../mod/admin.php:1182 -msgid "Toggle" -msgstr "Umschalten" +#: ../../mod/rmagic.php:38 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Wir haben ein Problem mit der OpenID festgestellt, mit der Du Dich anmelden wolltest. Bitte ĂŒberprĂŒfe sie noch einmal." -#: ../../mod/admin.php:985 ../../mod/admin.php:1192 -msgid "Author: " -msgstr "Autor: " +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Die Fehlermeldung war:" -#: ../../mod/admin.php:986 ../../mod/admin.php:1193 -msgid "Maintainer: " -msgstr "Betreuer:" +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Authentifizierung fehlgeschlagen." -#: ../../mod/admin.php:1115 -msgid "No themes found." -msgstr "Keine Theme gefunden." +#: ../../mod/rmagic.php:82 +msgid "Remote Authentication" +msgstr "Entfernte Authentifizierung" -#: ../../mod/admin.php:1174 -msgid "Screenshot" -msgstr "Bildschirmfoto" +#: ../../mod/rmagic.php:83 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Deine Kanal-Adresse (z. B. channel@example.com)" -#: ../../mod/admin.php:1222 -msgid "[Experimental]" -msgstr "[Experimentell]" +#: ../../mod/rmagic.php:84 +msgid "Authenticate" +msgstr "Authentifizieren" -#: ../../mod/admin.php:1223 -msgid "[Unsupported]" -msgstr "[Nicht unterstĂŒtzt]" +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Fortfahren" -#: ../../mod/admin.php:1250 -msgid "Log settings updated." -msgstr "Protokoll-Einstellungen aktualisiert." +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Premium-Kanal-Einrichtung" -#: ../../mod/admin.php:1306 -msgid "Clear" -msgstr "Leeren" +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "EinschrĂ€nkungen fĂŒr einen Premium-Kanal aktivieren" -#: ../../mod/admin.php:1312 -msgid "Debugging" -msgstr "Debugging" +#: ../../mod/connect.php:87 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc." -#: ../../mod/admin.php:1313 -msgid "Log file" -msgstr "Protokolldatei" +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Unter UmstĂ€nden sind weitere Schritte oder die BestĂ€tigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig." -#: ../../mod/admin.php:1313 +#: ../../mod/connect.php:90 msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "Muss fĂŒr den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis." +"Potential connections will then see the following text before proceeding:" +msgstr "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:" -#: ../../mod/admin.php:1314 -msgid "Log level" -msgstr "Protokollstufe" +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Indem ich fortfahre, bestĂ€tige ich die ErfĂŒllung aller Anweisungen aus dieser Seite." -#: ../../mod/filer.php:49 -msgid "- select -" -msgstr "â auswĂ€hlen â" +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)" + +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "EingeschrĂ€nkter oder Premium-Kanal" + +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Gruppe existiert nicht" + +#: ../../mod/network.php:118 +msgid "Search Results For:" +msgstr "Suchergebnisse fĂŒr:" + +#: ../../mod/network.php:172 +msgid "Collection is empty" +msgstr "Sammlung ist leer" + +#: ../../mod/network.php:180 +msgid "Collection: " +msgstr "Sammlung:" + +#: ../../mod/network.php:193 +msgid "Connection: " +msgstr "Verbindung:" + +#: ../../mod/network.php:196 +msgid "Invalid connection." +msgstr "UngĂŒltige Verbindung." #: ../../mod/connections.php:37 ../../mod/connedit.php:64 msgid "Could not access contact record." @@ -4941,10 +5028,6 @@ msgstr "Neue Verbindungen" msgid "Show pending (new) connections" msgstr "Zeige ausstehende (neue) Verbindungsanfragen" -#: ../../mod/connections.php:279 ../../mod/profperm.php:139 -msgid "All Connections" -msgstr "Alle Verbindungen" - #: ../../mod/connections.php:282 msgid "Show all connections" msgstr "Zeige alle Verbindungen" @@ -4973,782 +5056,263 @@ msgstr "Zeige nur archivierte Verbindungen" msgid "Only show hidden connections" msgstr "Zeige nur versteckte Verbindungen" -#: ../../mod/connections.php:368 +#: ../../mod/connections.php:371 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:369 -msgid "Edit contact" -msgstr "Kontakt bearbeiten" +#: ../../mod/connections.php:372 +msgid "Edit connection" +msgstr "Verbindung bearbeiten" -#: ../../mod/connections.php:390 +#: ../../mod/connections.php:410 msgid "Search your connections" msgstr "Verbindungen durchsuchen" -#: ../../mod/connections.php:391 +#: ../../mod/connections.php:411 msgid "Finding: " msgstr "Ergebnisse:" -#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 -#: ../../mod/viewconnections.php:17 ../../mod/directory.php:15 -#: ../../mod/display.php:9 ../../mod/search.php:13 -msgid "Public access denied." -msgstr "Ăffentlicher Zugang verweigert." - -#: ../../mod/dirprofile.php:92 ../../mod/directory.php:143 -#: ../../mod/profiles.php:650 -msgid "Age: " -msgstr "Alter:" - -#: ../../mod/dirprofile.php:95 ../../mod/directory.php:146 -msgid "Gender: " -msgstr "Geschlecht:" - -#: ../../mod/dirprofile.php:108 -msgid "Status: " -msgstr "Status:" - -#: ../../mod/dirprofile.php:109 -msgid "Sexual Preference: " -msgstr "Sexuelle Ausrichtung:" - -#: ../../mod/dirprofile.php:111 -msgid "Homepage: " -msgstr "Webseite:" - -#: ../../mod/dirprofile.php:112 -msgid "Hometown: " -msgstr "Wohnort:" - -#: ../../mod/dirprofile.php:114 -msgid "About: " -msgstr "Ăber:" - -#: ../../mod/dirprofile.php:162 -msgid "Keywords: " -msgstr "SchlĂŒsselwörter:" - -#: ../../mod/dirprofile.php:175 ../../mod/mitem.php:78 ../../mod/xchan.php:27 -#: ../../mod/menu.php:120 -msgid "Not found." -msgstr "Nicht gefunden." - -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "Informationen ĂŒber den Besitzer der Seite konnten nicht gefunden werden." - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "Album nicht gefunden." - -#: ../../mod/photos.php:119 ../../mod/photos.php:669 -msgid "Delete Album" -msgstr "Album löschen" - -#: ../../mod/photos.php:159 ../../mod/photos.php:957 -msgid "Delete Photo" -msgstr "Foto löschen" - -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "Keine Fotos ausgewĂ€hlt" - -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "Der Zugriff auf dieses Foto ist eingeschrĂ€nkt." - -#: ../../mod/photos.php:574 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Du benutzt %1$.2f MBytes Deines %2$.2f MBytes groĂen Bilder-Speichers." - -#: ../../mod/photos.php:577 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "Du verwendest %1$.2f MBytes Deines Foto-Speichers." - -#: ../../mod/photos.php:596 -msgid "Upload Photos" -msgstr "Fotos hochladen" - -#: ../../mod/photos.php:600 ../../mod/photos.php:664 -msgid "New album name: " -msgstr "Name des neuen Albums:" - -#: ../../mod/photos.php:601 -msgid "or existing album name: " -msgstr "Oder bestehender Album-Name:" - -#: ../../mod/photos.php:602 -msgid "Do not show a status post for this upload" -msgstr "Keine Statusnachricht fĂŒr diesen Upload senden" - -#: ../../mod/photos.php:653 ../../mod/photos.php:675 ../../mod/photos.php:1129 -#: ../../mod/photos.php:1144 -msgid "Contact Photos" -msgstr "Kontakt-Bilder" - -#: ../../mod/photos.php:679 -msgid "Edit Album" -msgstr "Album bearbeiten" - -#: ../../mod/photos.php:685 -msgid "Show Newest First" -msgstr "Zeige Neueste zuerst" - -#: ../../mod/photos.php:687 -msgid "Show Oldest First" -msgstr "Zeige Ălteste zuerst" - -#: ../../mod/photos.php:730 ../../mod/photos.php:1176 -msgid "View Photo" -msgstr "Foto ansehen" - -#: ../../mod/photos.php:776 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschrĂ€nkt worden." - -#: ../../mod/photos.php:778 -msgid "Photo not available" -msgstr "Foto nicht verfĂŒgbar" - -#: ../../mod/photos.php:838 -msgid "Use as profile photo" -msgstr "Als Profilfoto verwenden" - -#: ../../mod/photos.php:862 -msgid "View Full Size" -msgstr "In voller GröĂe anzeigen" - -#: ../../mod/photos.php:906 ../../mod/delegate.php:130 ../../mod/tagrm.php:93 -msgid "Remove" -msgstr "Entferne" - -#: ../../mod/photos.php:940 -msgid "Edit photo" -msgstr "Foto bearbeiten" - -#: ../../mod/photos.php:942 -msgid "Rotate CW (right)" -msgstr "Drehen im UZS (rechts)" - -#: ../../mod/photos.php:943 -msgid "Rotate CCW (left)" -msgstr "Drehen gegen UZS (links)" - -#: ../../mod/photos.php:946 -msgid "New album name" -msgstr "Name des neuen Albums:" - -#: ../../mod/photos.php:949 -msgid "Caption" -msgstr "Bildunterschrift" - -#: ../../mod/photos.php:951 -msgid "Add a Tag" -msgstr "Schlagwort hinzufĂŒgen" - -#: ../../mod/photos.php:954 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1107 -msgid "In This Photo:" -msgstr "Auf diesem Foto:" - -#: ../../mod/photos.php:1182 -msgid "View Album" -msgstr "Album ansehen" - -#: ../../mod/photos.php:1191 -msgid "Recent Photos" -msgstr "Neueste Fotos" - -#: ../../mod/mitem.php:14 ../../mod/menu.php:92 -msgid "Menu not found." -msgstr "MenĂŒ nicht gefunden" - -#: ../../mod/mitem.php:47 -msgid "Menu element updated." -msgstr "MenĂŒ-Element aktualisiert." - -#: ../../mod/mitem.php:51 -msgid "Unable to update menu element." -msgstr "Kann MenĂŒ-Element nicht aktualisieren." - -#: ../../mod/mitem.php:57 -msgid "Menu element added." -msgstr "MenĂŒ-Bestandteil hinzugefĂŒgt." - -#: ../../mod/mitem.php:61 -msgid "Unable to add menu element." -msgstr "Kann MenĂŒ-Bestandteil nicht hinzufĂŒgen." - -#: ../../mod/mitem.php:96 -msgid "Manage Menu Elements" -msgstr "MenĂŒ-Bestandteile verwalten" - -#: ../../mod/mitem.php:99 -msgid "Edit menu" -msgstr "MenĂŒ bearbeiten" - -#: ../../mod/mitem.php:102 -msgid "Edit element" -msgstr "Bestandteil bearbeiten" - -#: ../../mod/mitem.php:103 -msgid "Drop element" -msgstr "Bestandteil löschen" - -#: ../../mod/mitem.php:104 -msgid "New element" -msgstr "Neues Bestandteil" - -#: ../../mod/mitem.php:105 -msgid "Edit this menu container" -msgstr "Diesen MenĂŒ-Container bearbeiten" - -#: ../../mod/mitem.php:106 -msgid "Add menu element" -msgstr "MenĂŒelement hinzufĂŒgen" - -#: ../../mod/mitem.php:107 -msgid "Delete this menu item" -msgstr "Lösche dieses MenĂŒ-Bestandteil" - -#: ../../mod/mitem.php:108 -msgid "Edit this menu item" -msgstr "Bearbeite dieses MenĂŒ-Bestandteil" - -#: ../../mod/mitem.php:131 -msgid "New Menu Element" -msgstr "Neues MenĂŒ-Bestandteil" - -#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 -msgid "Menu Item Permissions" -msgstr "Zugriffsrechte des MenĂŒ-Elements" - -#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 -msgid "Link text" -msgstr "Link Text" - -#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 -msgid "URL of link" -msgstr "URL des Links" - -#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 -msgid "Use Red magic-auth if available" -msgstr "Verwende Red Magic-Auth wenn verfĂŒgbar" - -#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 -msgid "Open link in new window" -msgstr "Ăffne Link in neuem Fenster" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Order in list" -msgstr "Reihenfolge in der Liste" - -#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 -msgid "Higher numbers will sink to bottom of listing" -msgstr "GröĂere Nummern werden weiter unten in der Auflistung einsortiert" - -#: ../../mod/mitem.php:154 -msgid "Menu item not found." -msgstr "MenĂŒ-Bestandteil nicht gefunden." - -#: ../../mod/mitem.php:163 -msgid "Menu item deleted." -msgstr "MenĂŒ-Bestandteil gelöscht." - -#: ../../mod/mitem.php:165 -msgid "Menu item could not be deleted." -msgstr "MenĂŒ-Bestandteil kann nicht gelöscht werden." - -#: ../../mod/mitem.php:174 -msgid "Edit Menu Element" -msgstr "Bearbeite MenĂŒ-Bestandteil" - -#: ../../mod/mitem.php:186 ../../mod/menu.php:114 -msgid "Modify" -msgstr "Ăndern" - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s folgt nun %2$ss %3$s" - -#: ../../mod/regmod.php:12 -msgid "Please login." -msgstr "Bitte melde dich an." - -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" -msgstr "WĂ€hle Deine aktuelle Stimmung und teile sie mit Deinen Freunden" - -#: ../../mod/lockview.php:35 ../../mod/lockview.php:41 -msgid "Remote privacy information not available." -msgstr "PrivatsphĂ€re-Einstellungen anderer Nutzer sind nicht verfĂŒgbar." - -#: ../../mod/lockview.php:50 -msgid "Visible to:" -msgstr "Sichtbar fĂŒr:" - -#: ../../mod/rbmark.php:88 -msgid "Select a bookmark folder" -msgstr "WĂ€hle einen Lesezeichenordner" - -#: ../../mod/rbmark.php:93 -msgid "Save Bookmark" -msgstr "Speichere Lesezeichen" - -#: ../../mod/rbmark.php:94 -msgid "URL of bookmark" -msgstr "URL des Lesezeichens" - -#: ../../mod/rbmark.php:95 ../../mod/appman.php:93 -msgid "Description" -msgstr "Beschreibung" - -#: ../../mod/rbmark.php:99 -msgid "Or enter new bookmark folder name" -msgstr "Oder gib einen neuen Namen fĂŒr den Lesezeichenordner ein" - -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "Layout aktualisiert." - -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "Systemseitenbeschreibung editieren" - -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "Layout nicht gefunden." - -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "Modulname:" - -#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 -msgid "Layout Help" -msgstr "Layout-Hilfe" - -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "Bild hochgeladen, aber das Zurechtschneiden schlug fehl." - -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Bild-Anpassung fehlgeschlagen." - -#: ../../mod/profile_photo.php:205 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird." - -#: ../../mod/profile_photo.php:232 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Bild ist gröĂer als das Limit von %d" - -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "Kann Bild nicht verarbeiten." - -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "Foto nicht verfĂŒgbar." - -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Datei hochladen:" - -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "WĂ€hlen Sie ein Profil:" - -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Lade neues Profilfoto hoch" - -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "diesen Schritt ĂŒberspringen" - -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "ein Foto aus meinen Fotoalben" - -#: ../../mod/profile_photo.php:379 -msgid "Crop Image" -msgstr "Bild zuschneiden" - -#: ../../mod/profile_photo.php:380 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Bitte schneide das Bild fĂŒr eine optimale Anzeige passend zu." - -#: ../../mod/profile_photo.php:382 -msgid "Done Editing" -msgstr "Bearbeitung fertigstellen" - -#: ../../mod/profile_photo.php:425 -msgid "Image uploaded successfully." -msgstr "Bild erfolgreich hochgeladen." - -#: ../../mod/profile_photo.php:427 -msgid "Image upload failed." -msgstr "Hochladen des Bilds fehlgeschlagen." - -#: ../../mod/profile_photo.php:436 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Reduzierung der BildgröĂe [%s] fehlgeschlagen." - -#: ../../mod/acl.php:239 -msgid "network" -msgstr "Netzwerk" - -#: ../../mod/menu.php:21 -msgid "Menu updated." -msgstr "MenĂŒ aktualisiert." - -#: ../../mod/menu.php:25 -msgid "Unable to update menu." -msgstr "Kann MenĂŒ nicht aktualisieren." - -#: ../../mod/menu.php:30 -msgid "Menu created." -msgstr "MenĂŒ erstellt." - -#: ../../mod/menu.php:34 -msgid "Unable to create menu." -msgstr "Kann MenĂŒ nicht erstellen." - -#: ../../mod/menu.php:57 -msgid "Manage Menus" -msgstr "MenĂŒs verwalten" - -#: ../../mod/menu.php:60 -msgid "Drop" -msgstr "Löschen" - -#: ../../mod/menu.php:62 -msgid "Create a new menu" -msgstr "Neues MenĂŒ erstellen" - -#: ../../mod/menu.php:63 -msgid "Delete this menu" -msgstr "Lösche dieses MenĂŒ" - -#: ../../mod/menu.php:64 ../../mod/menu.php:109 -msgid "Edit menu contents" -msgstr "Bearbeite MenĂŒ Inhalte" - -#: ../../mod/menu.php:65 -msgid "Edit this menu" -msgstr "Dieses MenĂŒ bearbeiten" - -#: ../../mod/menu.php:80 -msgid "New Menu" -msgstr "Neues MenĂŒ" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Menu name" -msgstr "MenĂŒ Name" - -#: ../../mod/menu.php:81 ../../mod/menu.php:110 -msgid "Must be unique, only seen by you" -msgstr "Muss eindeutig sein, ist aber nur fĂŒr Dich sichtbar" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title" -msgstr "MenĂŒ Titel" - -#: ../../mod/menu.php:82 ../../mod/menu.php:111 -msgid "Menu title as seen by others" -msgstr "MenĂŒ Titel wie er von anderen gesehen wird" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Allow bookmarks" -msgstr "Erlaube Lesezeichen" - -#: ../../mod/menu.php:83 ../../mod/menu.php:112 -msgid "Menu may be used to store saved bookmarks" -msgstr "Im MenĂŒ können gespeicherte Lesezeichen abgelegt werden" - -#: ../../mod/menu.php:98 -msgid "Menu deleted." -msgstr "MenĂŒ gelöscht." - -#: ../../mod/menu.php:100 -msgid "Menu could not be deleted." -msgstr "MenĂŒ konnte nicht gelöscht werden." - -#: ../../mod/menu.php:106 -msgid "Edit Menu" -msgstr "MenĂŒ bearbeiten" - -#: ../../mod/menu.php:108 -msgid "Add or remove entries to this menu" -msgstr "EintrĂ€ge zu diesem MenĂŒ hinzufĂŒgen oder entfernen" - -#: ../../mod/block.php:27 ../../mod/page.php:35 -msgid "Invalid item." -msgstr "UngĂŒltiges Element." - -#: ../../mod/block.php:75 ../../mod/help.php:72 ../../mod/display.php:100 -#: ../../mod/page.php:83 ../../index.php:236 -msgid "Page not found." -msgstr "Seite nicht gefunden." - -#: ../../mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s hat %2$ss %3$s mit %4$s verschlagwortet" - -#: ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Wall Fotos" - -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID Protokollfehler. Keine ID zurĂŒckgegeben." - -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Keine VorschlĂ€ge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal." +#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Bearbeite Beitrag" #: ../../mod/connedit.php:181 msgid "is now connected to" msgstr "ist jetzt verbunden mit" -#: ../../mod/connedit.php:274 +#: ../../mod/connedit.php:296 msgid "Could not access address book record." msgstr "Konnte nicht auf den Adressbuch-Eintrag zugreifen." -#: ../../mod/connedit.php:288 +#: ../../mod/connedit.php:310 msgid "Refresh failed - channel is currently unavailable." msgstr "Aktualisierung fehlgeschlagen â der Kanal ist im Moment nicht erreichbar." -#: ../../mod/connedit.php:295 +#: ../../mod/connedit.php:317 msgid "Channel has been unblocked" msgstr "Kanal nicht mehr blockiert" -#: ../../mod/connedit.php:296 +#: ../../mod/connedit.php:318 msgid "Channel has been blocked" msgstr "Kanal blockiert" -#: ../../mod/connedit.php:300 ../../mod/connedit.php:312 -#: ../../mod/connedit.php:324 ../../mod/connedit.php:336 -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:322 ../../mod/connedit.php:334 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:358 +#: ../../mod/connedit.php:374 msgid "Unable to set address book parameters." msgstr "Konnte die Adressbuch-Parameter nicht setzen." -#: ../../mod/connedit.php:307 +#: ../../mod/connedit.php:329 msgid "Channel has been unignored" msgstr "Kanal wird nicht mehr ignoriert" -#: ../../mod/connedit.php:308 +#: ../../mod/connedit.php:330 msgid "Channel has been ignored" msgstr "Kanal wird ignoriert" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:341 msgid "Channel has been unarchived" msgstr "Kanal wurde aus dem Archiv zurĂŒck geholt" -#: ../../mod/connedit.php:320 +#: ../../mod/connedit.php:342 msgid "Channel has been archived" msgstr "Kanal wurde archiviert" -#: ../../mod/connedit.php:331 +#: ../../mod/connedit.php:353 msgid "Channel has been unhidden" msgstr "Kanal wird nicht mehr versteckt" -#: ../../mod/connedit.php:332 +#: ../../mod/connedit.php:354 msgid "Channel has been hidden" msgstr "Kanal wurde versteckt" -#: ../../mod/connedit.php:347 +#: ../../mod/connedit.php:369 msgid "Channel has been approved" msgstr "Kanal wurde zugelassen" -#: ../../mod/connedit.php:348 +#: ../../mod/connedit.php:370 msgid "Channel has been unapproved" msgstr "Zulassung des Kanals entfernt" -#: ../../mod/connedit.php:376 +#: ../../mod/connedit.php:398 msgid "Connection has been removed." -msgstr "Verbindung wurde entfernt." +msgstr "Verbindung wurde gelöscht." -#: ../../mod/connedit.php:396 +#: ../../mod/connedit.php:418 #, php-format msgid "View %s's profile" msgstr "%ss Profil ansehen" -#: ../../mod/connedit.php:400 +#: ../../mod/connedit.php:422 msgid "Refresh Permissions" msgstr "Zugriffsrechte neu laden" -#: ../../mod/connedit.php:403 +#: ../../mod/connedit.php:425 msgid "Fetch updated permissions" msgstr "Aktualisierte Zugriffsrechte abfragen" -#: ../../mod/connedit.php:407 +#: ../../mod/connedit.php:429 msgid "Recent Activity" msgstr "KĂŒrzliche AktivitĂ€ten" -#: ../../mod/connedit.php:410 +#: ../../mod/connedit.php:432 msgid "View recent posts and comments" msgstr "Betrachte die neuesten BeitrĂ€ge und Kommentare" -#: ../../mod/connedit.php:417 +#: ../../mod/connedit.php:436 ../../mod/connedit.php:579 +#: ../../mod/admin.php:734 +msgid "Unblock" +msgstr "Freigeben" + +#: ../../mod/connedit.php:436 ../../mod/connedit.php:579 +#: ../../mod/admin.php:733 +msgid "Block" +msgstr "Blockieren" + +#: ../../mod/connedit.php:439 msgid "Block or Unblock this connection" msgstr "Verbindung blockieren oder freigeben" -#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 +#: ../../mod/connedit.php:443 ../../mod/connedit.php:580 msgid "Unignore" msgstr "Nicht ignorieren" -#: ../../mod/connedit.php:421 ../../mod/connedit.php:558 +#: ../../mod/connedit.php:443 ../../mod/connedit.php:580 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorieren" -#: ../../mod/connedit.php:424 +#: ../../mod/connedit.php:446 msgid "Ignore or Unignore this connection" msgstr "Verbindung ignorieren oder wieder beachten" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:449 msgid "Unarchive" msgstr "Aus Archiv zurĂŒckholen" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:449 msgid "Archive" msgstr "Archivieren" -#: ../../mod/connedit.php:430 +#: ../../mod/connedit.php:452 msgid "Archive or Unarchive this connection" msgstr "Verbindung archivieren oder aus dem Archiv zurĂŒckholen" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:455 msgid "Unhide" msgstr "Wieder sichtbar machen" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:455 msgid "Hide" msgstr "Verstecken" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:458 msgid "Hide or Unhide this connection" msgstr "Diese Verbindung verstecken oder wieder sichtbar machen" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:465 msgid "Delete this connection" msgstr "Verbindung löschen" -#: ../../mod/connedit.php:486 ../../mod/connedit.php:515 +#: ../../mod/connedit.php:508 ../../mod/connedit.php:537 msgid "Approve this connection" msgstr "Verbindung genehmigen" -#: ../../mod/connedit.php:486 +#: ../../mod/connedit.php:508 msgid "Accept connection to allow communication" msgstr "Akzeptiere die Verbindung, um Kommunikation zu ermöglichen" -#: ../../mod/connedit.php:502 +#: ../../mod/connedit.php:524 msgid "Automatic Permissions Settings" msgstr "Automatische Berechtigungs-Einstellungen" -#: ../../mod/connedit.php:502 +#: ../../mod/connedit.php:524 #, php-format msgid "Connections: settings for %s" msgstr "Verbindungseinstellungen fĂŒr %s" -#: ../../mod/connedit.php:506 +#: ../../mod/connedit.php:528 msgid "" "When receiving a channel introduction, any permissions provided here will be" " applied to the new connection automatically and the introduction approved. " "Leave this page if you do not wish to use this feature." msgstr "Wenn eine Verbindungsanfrage empfangen wird, werden die hier getroffenen Einstellungen automatisch angewandt, und die Anfrage wird genehmigt. Verlasse diese Seite, wenn Du diese Funktion nicht verwenden möchtest." -#: ../../mod/connedit.php:508 +#: ../../mod/connedit.php:530 msgid "Slide to adjust your degree of friendship" msgstr "Verschieben, um den Grad der Freundschaft zu einzustellen" -#: ../../mod/connedit.php:514 +#: ../../mod/connedit.php:536 msgid "inherited" msgstr "geerbt" -#: ../../mod/connedit.php:516 +#: ../../mod/connedit.php:538 msgid "Connection has no individual permissions!" msgstr "Diese Verbindung hat keine individuellen Zugriffsrechte!" -#: ../../mod/connedit.php:517 +#: ../../mod/connedit.php:539 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "AbhĂ€ngig von Deinen <a href=\"settings\">PrivatsphĂ€re-Einstellungen</a> könnte das passen, eventuell solltest Du aber die âZugriffsrechte fĂŒr Fortgeschritteneâ ĂŒberprĂŒfen." -#: ../../mod/connedit.php:519 +#: ../../mod/connedit.php:541 msgid "Profile Visibility" msgstr "Sichtbarkeit des Profils" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:542 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Bitte wĂ€hle ein Profil, das wir %s zeigen sollen, wenn Deine Profilseite ĂŒber eine verifizierte Verbindung aufgerufen wird." -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:543 msgid "Contact Information / Notes" msgstr "Kontaktinformationen / Notizen" -#: ../../mod/connedit.php:522 +#: ../../mod/connedit.php:544 msgid "Edit contact notes" msgstr "Kontaktnotizen bearbeiten" -#: ../../mod/connedit.php:524 +#: ../../mod/connedit.php:546 msgid "Their Settings" msgstr "Deren Einstellungen" -#: ../../mod/connedit.php:525 +#: ../../mod/connedit.php:547 msgid "My Settings" msgstr "Meine Einstellungen" -#: ../../mod/connedit.php:527 +#: ../../mod/connedit.php:549 msgid "Clear/Disable Automatic Permissions" msgstr "Automatische Berechtigungen abschalten/entfernen" -#: ../../mod/connedit.php:528 +#: ../../mod/connedit.php:550 msgid "Forum Members" msgstr "Forum Mitglieder" -#: ../../mod/connedit.php:529 +#: ../../mod/connedit.php:551 msgid "Soapbox" msgstr "Marktschreier" -#: ../../mod/connedit.php:530 +#: ../../mod/connedit.php:552 msgid "Full Sharing (typical social network permissions)" msgstr "VollumfĂ€ngliches Teilen (ĂŒbliche Berechtigungen in sozialen Netzwerken)" -#: ../../mod/connedit.php:531 +#: ../../mod/connedit.php:553 msgid "Cautious Sharing " msgstr "Vorsichtiges Teilen" -#: ../../mod/connedit.php:532 +#: ../../mod/connedit.php:554 msgid "Follow Only" msgstr "Nur folgen" -#: ../../mod/connedit.php:533 +#: ../../mod/connedit.php:555 msgid "Individual Permissions" msgstr "Individuelle Zugriffsrechte" -#: ../../mod/connedit.php:534 +#: ../../mod/connedit.php:556 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5756,107 +5320,300 @@ msgid "" "have no effect." msgstr "Einige Berechtigungen werden von den <a href=\"settings\">Sicherheits- und PrivatsphĂ€re-Einstellungen</a> dieses Kanals geerbt, die eine höhere PrioritĂ€t haben als die Einstellungen bei einer Verbindung. Werden geerbte Einstellungen hier geĂ€ndert, hat das keine Auswirkungen." -#: ../../mod/connedit.php:535 +#: ../../mod/connedit.php:557 msgid "Advanced Permissions" msgstr "Zugriffsrechte fĂŒr Fortgeschrittene" -#: ../../mod/connedit.php:536 +#: ../../mod/connedit.php:558 msgid "Simple Permissions (select one and submit)" msgstr "Einfache Berechtigungs-Einstellungen (wĂ€hle eine aus und klicke auf Senden)" -#: ../../mod/connedit.php:540 +#: ../../mod/connedit.php:562 #, php-format msgid "Visit %s's profile - %s" msgstr "%ss Profil besuchen - %s" -#: ../../mod/connedit.php:541 +#: ../../mod/connedit.php:563 msgid "Block/Unblock contact" msgstr "Kontakt blockieren/freigeben" -#: ../../mod/connedit.php:542 +#: ../../mod/connedit.php:564 msgid "Ignore contact" msgstr "Kontakt ignorieren" -#: ../../mod/connedit.php:543 +#: ../../mod/connedit.php:565 msgid "Repair URL settings" msgstr "URL-Einstellungen reparieren" -#: ../../mod/connedit.php:544 +#: ../../mod/connedit.php:566 msgid "View conversations" msgstr "Unterhaltungen anzeigen" -#: ../../mod/connedit.php:546 +#: ../../mod/connedit.php:568 msgid "Delete contact" msgstr "Kontakt löschen" -#: ../../mod/connedit.php:549 +#: ../../mod/connedit.php:571 msgid "Last update:" msgstr "Letzte Aktualisierung:" -#: ../../mod/connedit.php:551 +#: ../../mod/connedit.php:573 msgid "Update public posts" msgstr "Ăffentliche BeitrĂ€ge aktualisieren" -#: ../../mod/connedit.php:553 +#: ../../mod/connedit.php:575 msgid "Update now" msgstr "Jetzt aktualisieren" -#: ../../mod/connedit.php:559 +#: ../../mod/connedit.php:581 msgid "Currently blocked" msgstr "Derzeit blockiert" -#: ../../mod/connedit.php:560 +#: ../../mod/connedit.php:582 msgid "Currently ignored" msgstr "Derzeit ignoriert" -#: ../../mod/connedit.php:561 +#: ../../mod/connedit.php:583 msgid "Currently archived" msgstr "Derzeit archiviert" -#: ../../mod/connedit.php:562 +#: ../../mod/connedit.php:584 msgid "Currently pending" msgstr "Derzeit anstehend" -#: ../../mod/connedit.php:563 +#: ../../mod/connedit.php:585 msgid "Hide this contact from others" msgstr "Diese Verbindung vor den anderen verbergen." -#: ../../mod/connedit.php:563 +#: ../../mod/connedit.php:585 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Antworten/Likes auf deine öffentlichen BeitrĂ€ge <strong>können</strong> immer noch sichtbar sein" -#: ../../mod/message.php:31 ../../mod/mail.php:121 -msgid "Messages" -msgstr "Nachrichten" +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Keine potentiellen BevollmĂ€chtigten fĂŒr die Seite gefunden." -#: ../../mod/message.php:41 -msgid "Conversation removed." -msgstr "Unterhaltung gelöscht." +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegiere das Management fĂŒr diese Seite" -#: ../../mod/message.php:56 -msgid "No messages." -msgstr "Keine Nachrichten." +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "BevollmĂ€chtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine BevollmĂ€chtigung fĂŒr Deinen privaten Account, dem Du nicht absolut vertraust!" -#: ../../mod/message.php:72 ../../mod/mail.php:302 -msgid "Delete message" -msgstr "Nachricht löschen" +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Vorhandene Seitenmanager" -#: ../../mod/message.php:74 -msgid "D, d M Y - g:i A" -msgstr "D, d. M Y - g:i A" +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Vorhandene BevollmĂ€chtigte fĂŒr die Seite" -#: ../../mod/ping.php:237 -msgid "sent you a private message" -msgstr "eine private Nachricht schicken" +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potentielle BevollmĂ€chtigte" -#: ../../mod/ping.php:288 -msgid "added your channel" -msgstr "hat deinen Kanal hinzugefĂŒgt" +#: ../../mod/delegate.php:130 ../../mod/photos.php:924 ../../mod/tagrm.php:93 +msgid "Remove" +msgstr "Entferne" -#: ../../mod/ping.php:329 -msgid "posted an event" -msgstr "hat eine Veranstaltung veröffentlicht" +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "HinzufĂŒgen" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Keine EintrĂ€ge." + +#: ../../mod/search.php:13 ../../mod/directory.php:15 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 ../../mod/display.php:9 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "Ăffentlicher Zugang verweigert." + +#: ../../mod/directory.php:146 ../../mod/dirprofile.php:95 +msgid "Gender: " +msgstr "Geschlecht:" + +#: ../../mod/directory.php:223 +msgid "Finding:" +msgstr "Ergebnisse:" + +#: ../../mod/directory.php:228 +msgid "next page" +msgstr "nĂ€chste Seite" + +#: ../../mod/directory.php:228 +msgid "previous page" +msgstr "vorherige Seite" + +#: ../../mod/directory.php:245 +msgid "No entries (some entries may be hidden)." +msgstr "Keine EintrĂ€ge gefunden (einige könnten versteckt sein)." + +#: ../../mod/dirprofile.php:108 +msgid "Status: " +msgstr "Status:" + +#: ../../mod/dirprofile.php:109 +msgid "Sexual Preference: " +msgstr "Sexuelle Ausrichtung:" + +#: ../../mod/dirprofile.php:111 +msgid "Homepage: " +msgstr "Webseite:" + +#: ../../mod/dirprofile.php:112 +msgid "Hometown: " +msgstr "Wohnort:" + +#: ../../mod/dirprofile.php:114 +msgid "About: " +msgstr "Ăber:" + +#: ../../mod/dirprofile.php:162 +msgid "Keywords: " +msgstr "SchlĂŒsselwörter:" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Diese Website ist kein Verzeichnis-Server" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Informationen ĂŒber den Besitzer der Seite konnten nicht gefunden werden." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Album nicht gefunden." + +#: ../../mod/photos.php:119 ../../mod/photos.php:673 +msgid "Delete Album" +msgstr "Album löschen" + +#: ../../mod/photos.php:159 ../../mod/photos.php:975 +msgid "Delete Photo" +msgstr "Foto löschen" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Keine Fotos ausgewĂ€hlt" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Der Zugriff auf dieses Foto ist eingeschrĂ€nkt." + +#: ../../mod/photos.php:574 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Du benutzt %1$.2f MBytes Deines %2$.2f MBytes groĂen Bilder-Speichers." + +#: ../../mod/photos.php:577 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Du verwendest %1$.2f MBytes Deines Foto-Speichers." + +#: ../../mod/photos.php:596 +msgid "Upload Photos" +msgstr "Fotos hochladen" + +#: ../../mod/photos.php:600 ../../mod/photos.php:668 +msgid "New album name: " +msgstr "Name des neuen Albums:" + +#: ../../mod/photos.php:601 +msgid "or existing album name: " +msgstr "Oder bestehender Album-Name:" + +#: ../../mod/photos.php:602 +msgid "Do not show a status post for this upload" +msgstr "Keine Statusnachricht fĂŒr diesen Upload senden" + +#: ../../mod/photos.php:622 +msgid "Album name could not be decoded" +msgstr "Albumname konnte nicht dekodiert werden" + +#: ../../mod/photos.php:657 ../../mod/photos.php:679 ../../mod/photos.php:1147 +#: ../../mod/photos.php:1162 +msgid "Contact Photos" +msgstr "Kontakt-Bilder" + +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "Album bearbeiten" + +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "Zeige Neueste zuerst" + +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "Zeige Ălteste zuerst" + +#: ../../mod/photos.php:716 ../../mod/photos.php:1194 +msgid "View Photo" +msgstr "Foto ansehen" + +#: ../../mod/photos.php:794 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschrĂ€nkt worden." + +#: ../../mod/photos.php:796 +msgid "Photo not available" +msgstr "Foto nicht verfĂŒgbar" + +#: ../../mod/photos.php:856 +msgid "Use as profile photo" +msgstr "Als Profilfoto verwenden" + +#: ../../mod/photos.php:880 +msgid "View Full Size" +msgstr "In voller GröĂe anzeigen" + +#: ../../mod/photos.php:958 +msgid "Edit photo" +msgstr "Foto bearbeiten" + +#: ../../mod/photos.php:960 +msgid "Rotate CW (right)" +msgstr "Drehen im UZS (rechts)" + +#: ../../mod/photos.php:961 +msgid "Rotate CCW (left)" +msgstr "Drehen gegen UZS (links)" + +#: ../../mod/photos.php:964 +msgid "New album name" +msgstr "Name des neuen Albums:" + +#: ../../mod/photos.php:967 +msgid "Caption" +msgstr "Bildunterschrift" + +#: ../../mod/photos.php:969 +msgid "Add a Tag" +msgstr "Schlagwort hinzufĂŒgen" + +#: ../../mod/photos.php:972 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1125 +msgid "In This Photo:" +msgstr "Auf diesem Foto:" + +#: ../../mod/photos.php:1200 +msgid "View Album" +msgstr "Album ansehen" + +#: ../../mod/photos.php:1223 +msgid "Recent Photos" +msgstr "Neueste Fotos" #: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" @@ -5894,7 +5651,7 @@ msgstr "Lies die Datei \"install/INSTALL.txt\"." msgid "System check" msgstr "SystemprĂŒfung" -#: ../../mod/setup.php:261 ../../mod/events.php:399 +#: ../../mod/setup.php:261 ../../mod/events.php:439 msgid "Next" msgstr "NĂ€chste" @@ -6180,13 +5937,13 @@ msgid "" "If you have https access to your website or allow connections to TCP port " "443 (the https: port), you MUST use a browser-valid certificate. You MUST " "NOT use self-signed certificates!" -msgstr "Wenn Du ĂŒber HTTPS-Protokoll auf Deine Seite zugreifen möchtest, also Verbindungen ĂŒber den Port 443 möglich sein sollen, ist ein allgemein gĂŒltiges digitales SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, welches Dein Browser akzeptiert. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich." +msgstr "Wenn Du via HTTPS auf Deinen Server zugreifen möchtest, also Verbindungen ĂŒber den Port 443 möglich sein sollen, ist ein SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, das von den Browsern ohne Sicherheitsabfrage akzeptiert wird. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich." #: ../../mod/setup.php:571 msgid "" "This restriction is incorporated because public posts from you may for " "example contain references to images on your own hub." -msgstr "Diese EinschrĂ€nkung wurde eingebaut, weil Deine öffentlichen BeitrĂ€ge zum Beispiel Verweise auf Bilder in Deinem eigenen Hub enthalten können." +msgstr "Diese EinschrĂ€nkung wurde eingebaut, weil Deine öffentlichen BeitrĂ€ge zum Beispiel Verweise auf Bilder auf Deinem eigenen Hub enthalten können." #: ../../mod/setup.php:572 msgid "" @@ -6199,13 +5956,13 @@ msgstr "Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten d msgid "" "This can cause usability issues elsewhere (not just on your own site) so we " "must insist on this requirement." -msgstr "Dies kann Probleme an anderer Stelle (nicht nur auf Ihrer eigenen Website) verursachen, so dass wir auf dieser Forderung bestehen mĂŒssen.. " +msgstr "Dies kann Probleme fĂŒr andere Nutzer (nicht nur auf Deinem eigenen Server) verursachen, so dass wir auf dieser Forderung bestehen mĂŒssen.. " #: ../../mod/setup.php:574 msgid "" "Providers are available that issue free certificates which are browser-" "valid." -msgstr "Einige Provider stellen kostenlos gĂŒltige Browser-Zertifikate aus." +msgstr "Es gibt einige Zertifizierungsstellen (CAs), bei denen solche Zertifikate kostenlos zu haben sind." #: ../../mod/setup.php:576 msgid "SSL certificate validation" @@ -6241,365 +5998,356 @@ msgid "" "poller." msgstr "WICHTIG: Du musst [manuell] einen Cronjob fĂŒr den Poller einrichten." -#: ../../mod/magic.php:70 -msgid "Hub not found." -msgstr "Server nicht gefunden." +#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 +#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 +#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Element nicht gefunden" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "Einladungslimit ĂŒberschritten." +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Block bearbeiten" -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Keine gĂŒltige Email Adresse." +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Block löschen?" -#: ../../mod/invite.php:76 -msgid "Please join us on Red" -msgstr "SchlieĂe Dich uns an und werde Teil der Red-Matrix" +#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "YouTube-Video einfĂŒgen" -#: ../../mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Einladungslimit ĂŒberschritten. Bitte kontaktiere den Administrator Deines Red-Servers." +#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Vorbis [.ogg]-Video einfĂŒgen" -#: ../../mod/invite.php:92 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Nachricht konnte nicht zugestellt werden." +#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 +#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Vorbis [.ogg]-Audio einfĂŒgen" -#: ../../mod/invite.php:96 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d Nachricht gesendet." -msgstr[1] "%d Nachrichten gesendet." +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Block löschen" -#: ../../mod/invite.php:115 -msgid "You have no more invitations available" -msgstr "Du hast keine weiteren verfĂŒgbare Einladungen" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout aktualisiert." -#: ../../mod/invite.php:141 -msgid "Send invitations" -msgstr "Einladungen senden" +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Systemseitenbeschreibung bearbeiten" -#: ../../mod/invite.php:142 -msgid "Enter email addresses, one per line:" -msgstr "Email-Adressen eintragen, eine pro Zeile:" +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout nicht gefunden." -#: ../../mod/invite.php:143 ../../mod/mail.php:225 ../../mod/mail.php:338 -msgid "Your message:" -msgstr "Deine Nachricht:" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulname:" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralized communication and information " -"tool." -msgstr "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die RedMatrix zu folgen â ein revolutionĂ€r neues und dezentrales Kommunikations- und Informationsnetzwerk." +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Layout-Hilfe" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Du musst dann den folgenden Einladungs-Code angeben: $invite_code" +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Layout bearbeiten" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Bitte besuche meinen Kanal auf" +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Layout löschen?" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:" +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "Layout löschen" -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Klicke den [Registrieren]-Link auf der nĂ€chsten Seite, um dich anzumelden." +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Element kann nicht bearbeitet werden." -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "FĂŒr weitere Informationen ĂŒber das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verĂ€ndern, besuche http://getzot.com" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Eintrag löschen?" -#: ../../mod/thing.php:98 -msgid "Thing updated" -msgstr "Ding aktualisiert" +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "Webseite bearbeiten" -#: ../../mod/thing.php:158 -msgid "Object store: failed" -msgstr "Speichern des Objekts fehlgeschlagen" +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Webseite löschen?" -#: ../../mod/thing.php:162 -msgid "Thing added" -msgstr "Ding hinzugefĂŒgt" +#: ../../mod/editwebpage.php:186 +msgid "Delete Webpage" +msgstr "Webseite löschen" -#: ../../mod/thing.php:182 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "OBJ: %1$s %2$s %3$s" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "Lesezeichen hinzugefĂŒgt" -#: ../../mod/thing.php:234 -msgid "Show Thing" -msgstr "Ding anzeigen" +#: ../../mod/bookmarks.php:60 +msgid "My Bookmarks" +msgstr "Meine Lesezeichen" -#: ../../mod/thing.php:241 -msgid "item not found." -msgstr "Eintrag nicht gefunden" +#: ../../mod/bookmarks.php:71 +msgid "My Connections Bookmarks" +msgstr "Lesezeichen meiner Kontakte" -#: ../../mod/thing.php:272 -msgid "Edit Thing" -msgstr "Ding bearbeiten" +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "Bild hochgeladen, aber das Zurechtschneiden schlug fehl." -#: ../../mod/thing.php:274 ../../mod/thing.php:321 -msgid "Select a profile" -msgstr "WĂ€hle ein Profil" +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Bild-Anpassung fehlgeschlagen." -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Post an activity" -msgstr "AktivitĂ€tsnachricht senden" +#: ../../mod/profile_photo.php:205 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird." -#: ../../mod/thing.php:278 ../../mod/thing.php:324 -msgid "Only sends to viewers of the applicable profile" -msgstr "Nur an Betrachter des ausgewĂ€hlten Profils senden" +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Bild ist gröĂer als das Limit von %d" -#: ../../mod/thing.php:280 ../../mod/thing.php:326 -msgid "Name of thing e.g. something" -msgstr "Name des Dings, z.B. Etwas" +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "Kann Bild nicht verarbeiten." -#: ../../mod/thing.php:282 ../../mod/thing.php:327 -msgid "URL of thing (optional)" -msgstr "URL des Dings (optional)" +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "Foto nicht verfĂŒgbar." -#: ../../mod/thing.php:284 ../../mod/thing.php:328 -msgid "URL for photo of thing (optional)" -msgstr "URL eines Fotos von dem Ding (optional)" +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Datei hochladen:" -#: ../../mod/thing.php:319 -msgid "Add Thing to your Profile" -msgstr "Das Ding Deinem Profil hinzufĂŒgen" +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "WĂ€hle ein Profil:" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "Konnte Deinen Server nicht finden." +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Lade neues Profilfoto hoch" -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "Veröffentlichung erfolgreich." +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "diesen Schritt ĂŒberspringen" -#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 -msgid "Help:" -msgstr "Hilfe:" +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "ein Foto aus meinen Fotoalben" -#: ../../mod/help.php:69 ../../index.php:233 -msgid "Not Found" -msgstr "Nicht gefunden" +#: ../../mod/profile_photo.php:381 +msgid "Crop Image" +msgstr "Bild zuschneiden" -#: ../../mod/viewconnections.php:58 -msgid "No connections." -msgstr "Keine Verbindungen." +#: ../../mod/profile_photo.php:382 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Bitte schneide das Bild fĂŒr eine optimale Anzeige passend zu." -#: ../../mod/viewconnections.php:71 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "%ss Profil [%s] besuchen" +#: ../../mod/profile_photo.php:384 +msgid "Done Editing" +msgstr "Bearbeitung fertigstellen" -#: ../../mod/viewconnections.php:86 -msgid "View Connnections" -msgstr "Zeige Verbindungen" +#: ../../mod/profile_photo.php:427 +msgid "Image uploaded successfully." +msgstr "Bild erfolgreich hochgeladen." -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "UngĂŒltiger Profil-Identifikator" +#: ../../mod/profile_photo.php:429 +msgid "Image upload failed." +msgstr "Hochladen des Bilds fehlgeschlagen." -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "Profil-Sichtbarkeits-Editor" +#: ../../mod/profile_photo.php:438 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Reduzierung der BildgröĂe [%s] fehlgeschlagen." -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "Klicke auf einen Kontakt, um ihn hinzuzufĂŒgen oder zu entfernen." +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Konnte die Quelle nicht anlegen. Kein Kanal ausgewĂ€hlt." -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "Sichtbar fĂŒr" +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Quelle erstellt." -#: ../../mod/register.php:43 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "Maximale Anzahl tĂ€glicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal." +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Quelle aktualisiert." -#: ../../mod/register.php:49 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen." +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" -#: ../../mod/register.php:83 -msgid "Passwords do not match." -msgstr "Passwörter stimmen nicht ĂŒberein." +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Quellen von Inhalten Deines Kanals verwalten." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Neue Quelle" -#: ../../mod/register.php:116 +#: ../../mod/sources.php:101 ../../mod/sources.php:133 msgid "" -"Registration successful. Please check your email for validation " -"instructions." -msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet." +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importiere alle oder ausgewĂ€hlte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemÀà der Einstellungen dieses Kanals." -#: ../../mod/register.php:122 -msgid "Your registration is pending approval by the site owner." -msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importiere nur BeitrĂ€ge, die folgende Wörter (eines pro Zeile) enthalten" -#: ../../mod/register.php:125 -msgid "Your registration can not be processed." -msgstr "Deine Registrierung konnte nicht verarbeitet werden." +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Leer lassen, um alle öffentlichen BeitrĂ€ge zu importieren" -#: ../../mod/register.php:162 -msgid "Registration on this site/hub is by approval only." -msgstr "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator" +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:112 +msgid "Channel Name" +msgstr "Name des Kanals" -#: ../../mod/register.php:163 -msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" -msgstr "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>" +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Quelle nicht gefunden." -#: ../../mod/register.php:171 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Die maximale Anzahl tĂ€glicher Registrierungen auf diesem Server wurde ĂŒberschritten. Bitte versuche es morgen noch einmal." +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Quelle bearbeiten" -#: ../../mod/register.php:182 -msgid "Terms of Service" -msgstr "Nutzungsbedingungen" +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Quelle löschen" -#: ../../mod/register.php:188 -#, php-format -msgid "I accept the %s for this website" -msgstr "Ich akzeptiere die %s fĂŒr diese Webseite" +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Quelle gelöscht" -#: ../../mod/register.php:190 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "Ich bin Ă€lter als 13 Jahre und akzeptiere die %s dieser Webseite" +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Konnte die Quelle nicht löschen." -#: ../../mod/register.php:209 -msgid "Membership on this site is by invitation only." -msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "â auswĂ€hlen â" -#: ../../mod/register.php:210 -msgid "Please enter your invitation code" -msgstr "Bitte trage Deinen Einladungs-Code ein" +#: ../../mod/events.php:91 +msgid "Event title and start time are required." +msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich." -#: ../../mod/register.php:213 -msgid "Your email address" -msgstr "Ihre E-Mail Adresse" +#: ../../mod/events.php:105 +msgid "Event not found." +msgstr "Termin nicht gefunden." -#: ../../mod/register.php:214 -msgid "Choose a password" -msgstr "Passwort" +#: ../../mod/events.php:369 +msgid "l, F j" +msgstr "l, F j" -#: ../../mod/register.php:215 -msgid "Please re-enter your password" -msgstr "Bitte gib Dein Passwort noch einmal ein" +#: ../../mod/events.php:391 +msgid "Edit event" +msgstr "Veranstaltung bearbeiten" -#: ../../mod/network.php:79 -msgid "No such group" -msgstr "Gruppe existiert nicht" +#: ../../mod/events.php:437 +msgid "Create New Event" +msgstr "Neue Veranstaltung erstellen" -#: ../../mod/network.php:118 -msgid "Search Results For:" -msgstr "Suchergebnisse fĂŒr:" +#: ../../mod/events.php:438 +msgid "Previous" +msgstr "Voriges" -#: ../../mod/network.php:172 -msgid "Collection is empty" -msgstr "Sammlung ist leer" +#: ../../mod/events.php:536 +msgid "hour:minute" +msgstr "Stunde:Minute" -#: ../../mod/network.php:180 -msgid "Collection: " -msgstr "Sammlung:" +#: ../../mod/events.php:556 +msgid "Event details" +msgstr "Veranstaltungs-Details" -#: ../../mod/network.php:193 -msgid "Connection: " -msgstr "Verbindung:" +#: ../../mod/events.php:557 +#, php-format +msgid "Format is %s %s." +msgstr "Format ist %s %s." -#: ../../mod/network.php:196 -msgid "Invalid connection." -msgstr "UngĂŒltige Verbindung." +#: ../../mod/events.php:558 +msgid "Starting date and Title are required." +msgstr "Startdatum und Titel sind erforderlich." -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Keine potentiellen BevollmĂ€chtigten fĂŒr die Seite gefunden." +#: ../../mod/events.php:562 +msgid "Event Starts:" +msgstr "Veranstaltung startet:" -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegiere das Management fĂŒr diese Seite" +#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 +msgid "Required" +msgstr "Benötigt" -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "BevollmĂ€chtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine BevollmĂ€chtigung fĂŒr Deinen privaten Account, dem Du nicht absolut vertraust!" +#: ../../mod/events.php:570 +msgid "Finish date/time is not known or not relevant" +msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig" -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Vorhandene Seitenmanager" +#: ../../mod/events.php:572 +msgid "Event Finishes:" +msgstr "Veranstaltung endet:" -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Vorhandene BevollmĂ€chtigte fĂŒr die Seite" +#: ../../mod/events.php:575 +msgid "Adjust for viewer timezone" +msgstr "An die Zeitzone des Betrachters anpassen" -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potentielle BevollmĂ€chtigte" +#: ../../mod/events.php:577 +msgid "Description:" +msgstr "Beschreibung:" -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "HinzufĂŒgen" +#: ../../mod/events.php:581 +msgid "Title:" +msgstr "Titel:" -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Keine EintrĂ€ge." +#: ../../mod/events.php:583 +msgid "Share this event" +msgstr "Die Veranstaltung teilen" -#: ../../mod/connect.php:55 ../../mod/connect.php:103 -msgid "Continue" -msgstr "Fortfahren" +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Zugriff verweigert." -#: ../../mod/connect.php:84 -msgid "Premium Channel Setup" -msgstr "Premium-Kanal-Einrichtung" +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Datei nicht gefunden." -#: ../../mod/connect.php:86 -msgid "Enable premium channel connection restrictions" -msgstr "EinschrĂ€nkungen fĂŒr einen Premium-Kanal aktivieren" +#: ../../mod/filestorage.php:122 +msgid "Edit file permissions" +msgstr "Dateiberechtigungen bearbeiten" -#: ../../mod/connect.php:87 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." -msgstr "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc." +#: ../../mod/filestorage.php:131 +msgid "Set/edit permissions" +msgstr "Berechtigungen setzen/Ă€ndern" -#: ../../mod/connect.php:89 ../../mod/connect.php:109 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" -msgstr "Unter UmstĂ€nden sind weitere Schritte oder die BestĂ€tigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig." +#: ../../mod/filestorage.php:132 +msgid "Include all files and sub folders" +msgstr "Alle Dateien und Unterverzeichnisse einbinden" -#: ../../mod/connect.php:90 -msgid "" -"Potential connections will then see the following text before proceeding:" -msgstr "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:" +#: ../../mod/filestorage.php:133 +msgid "Return to file list" +msgstr "ZurĂŒck zur Dateiliste" -#: ../../mod/connect.php:91 ../../mod/connect.php:112 -msgid "" -"By continuing, I certify that I have complied with any instructions provided" -" on this page." -msgstr "Indem ich fortfahre, bestĂ€tige ich die ErfĂŒllung aller Anweisungen aus dieser Seite." +#: ../../mod/filestorage.php:135 +msgid "Copy/paste this code to attach file to a post" +msgstr "Diesen Code kopieren und einfĂŒgen, um die Datei an einen Beitrag anzuhĂ€ngen" -#: ../../mod/connect.php:100 -msgid "(No specific instructions have been provided by the channel owner.)" -msgstr "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)" +#: ../../mod/filestorage.php:136 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken" -#: ../../mod/connect.php:108 -msgid "Restricted or Premium Channel" -msgstr "EingeschrĂ€nkter oder Premium-Kanal" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal hinzugefĂŒgt." + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s folgt nun %2$ss %3$s" #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." @@ -6618,137 +6366,11 @@ msgstr "Kontakte vorschlagen" msgid "Suggest a friend for %s" msgstr "Schlage %s einen Kontakt vor" -#: ../../mod/manage.php:136 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten KanĂ€len eingerichtet." - -#: ../../mod/manage.php:144 -msgid "Create a new channel" -msgstr "Erzeuge neues Kanal" - -#: ../../mod/manage.php:148 -msgid "Channel Manager" -msgstr "Kanal-Manager" - -#: ../../mod/manage.php:149 -msgid "Current Channel" -msgstr "Aktueller Kanal" - -#: ../../mod/manage.php:151 -msgid "Attach to one of your channels by selecting it." -msgstr "WĂ€hle einen Deiner KanĂ€le aus, um ihn zu verwenden." - -#: ../../mod/manage.php:152 -msgid "Default Channel" -msgstr "Standard Kanal" - -#: ../../mod/manage.php:153 -msgid "Make Default" -msgstr "Zum Standard machen" - -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." -msgstr "Innerhalb von 48 Stunden nach einer Ănderung des Passworts können keine KanĂ€le gelöscht werden." - -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" -msgstr "Diesen Kanal löschen" - -#: ../../mod/removeme.php:58 -msgid "" -"This will completely remove this channel from the network. Once this has " -"been done it is not recoverable." -msgstr "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rĂŒckgĂ€ngig gemacht werden." - -#: ../../mod/removeme.php:59 -msgid "Please enter your password for verification:" -msgstr "Bitte gib zur BestĂ€tigung Dein Passwort ein:" - -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" -msgstr "Lösche diesen Kanal und all seine Klone aus dem Netzwerk" - -#: ../../mod/removeme.php:60 +#: ../../mod/suggest.php:35 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" -msgstr "StandardmĂ€Ăig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk" - -#: ../../mod/removeme.php:61 -msgid "Remove Channel" -msgstr "Kanal löschen" - -#: ../../mod/editpost.php:20 ../../mod/editwebpage.php:32 -#: ../../mod/editblock.php:8 ../../mod/editblock.php:27 -#: ../../mod/editblock.php:53 ../../mod/editlayout.php:36 -msgid "Item not found" -msgstr "Element nicht gefunden" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Element kann nicht bearbeitet werden." - -#: ../../mod/editpost.php:42 ../../mod/rpost.php:97 -msgid "Edit post" -msgstr "Bearbeite Beitrag" - -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Eintrag löschen?" - -#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:147 -#: ../../mod/editblock.php:115 ../../mod/editlayout.php:110 -msgid "Insert YouTube video" -msgstr "YouTube-Video einfĂŒgen" - -#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:148 -#: ../../mod/editblock.php:116 ../../mod/editlayout.php:111 -msgid "Insert Vorbis [.ogg] video" -msgstr "Vorbis [.ogg]-Video einfĂŒgen" - -#: ../../mod/editpost.php:118 ../../mod/editwebpage.php:149 -#: ../../mod/editblock.php:117 ../../mod/editlayout.php:112 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Vorbis [.ogg]-Audio einfĂŒgen" - -#: ../../mod/editwebpage.php:106 -msgid "Edit Webpage" -msgstr "Webseite bearbeiten" - -#: ../../mod/editwebpage.php:116 -msgid "Delete webpage?" -msgstr "Webseite löschen?" - -#: ../../mod/editwebpage.php:186 -msgid "Delete Webpage" -msgstr "Webseite löschen" - -#: ../../mod/poke.php:159 -msgid "Poke/Prod" -msgstr "Anstupsen/Knuffen" - -#: ../../mod/poke.php:160 -msgid "poke, prod or do other things to somebody" -msgstr "Stupse Leute an oder mache anderes mit ihnen" - -#: ../../mod/poke.php:161 -msgid "Recipient" -msgstr "EmpfĂ€nger" - -#: ../../mod/poke.php:162 -msgid "Choose what you wish to do to recipient" -msgstr "WĂ€hle, was Du mit dem/r EmpfĂ€nger/in tun willst" - -#: ../../mod/poke.php:165 -msgid "Make this post private" -msgstr "Diesen Beitrag privat machen" - -#: ../../mod/blocks.php:66 -msgid "Block Name" -msgstr "Block-Name" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Keine VorschlĂ€ge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal." #: ../../mod/group.php:20 msgid "Collection created." @@ -6798,6 +6420,19 @@ msgstr "Alle verbundenen KanĂ€le" msgid "Click on a channel to add or remove." msgstr "WĂ€hle einen Kanal zum hinzufĂŒgen oder entfernen aus." +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s hat %2$ss %3$s mit %4$s verschlagwortet" + +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Hilfe:" + +#: ../../mod/help.php:69 ../../index.php:237 +msgid "Not Found" +msgstr "Nicht gefunden" + #: ../../mod/tagrm.php:41 msgid "Tag removed" msgstr "Schlagwort entfernt" @@ -6810,301 +6445,750 @@ msgstr "Schlagwort entfernen" msgid "Select a tag to remove: " msgstr "Schlagwort zum Entfernen auswĂ€hlen:" -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "Element nicht verfĂŒgbar." +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "Theme-Einstellungen aktualisiert." -#: ../../mod/item.php:146 -msgid "Unable to locate original post." -msgstr "Originalbeitrag nicht gefunden." +#: ../../mod/admin.php:97 ../../mod/admin.php:413 +msgid "Site" +msgstr "Seite" -#: ../../mod/item.php:379 -msgid "Empty post discarded." -msgstr "Leeren Beitrag verworfen." +#: ../../mod/admin.php:98 +msgid "Accounts" +msgstr "Konten" -#: ../../mod/item.php:421 -msgid "Executable content type not permitted to this channel." -msgstr "AusfĂŒhrbarer Content-Typ ist fĂŒr diesen Kanal nicht freigegeben." +#: ../../mod/admin.php:99 ../../mod/admin.php:860 +msgid "Channels" +msgstr "KanĂ€le" -#: ../../mod/item.php:850 -msgid "System error. Post not saved." -msgstr "Systemfehler. Beitrag nicht gespeichert." +#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993 +msgid "Plugins" +msgstr "Plug-Ins" -#: ../../mod/item.php:1302 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Du hast die maximale Anzahl von %1$.0f BeitrĂ€gen erreicht." +#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192 +msgid "Themes" +msgstr "Themes" -#: ../../mod/item.php:1308 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht." +#: ../../mod/admin.php:102 ../../mod/admin.php:515 +msgid "Server" +msgstr "Server" -#: ../../mod/cloud.php:126 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" -msgstr "Red-Matrix-GĂ€ste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++" +#: ../../mod/admin.php:103 +msgid "Profile Config" +msgstr "Profilkonfiguration" -#: ../../mod/chatsvc.php:111 -msgid "Away" -msgstr "Abwesend" +#: ../../mod/admin.php:104 +msgid "DB updates" +msgstr "DB-Aktualisierungen" -#: ../../mod/chatsvc.php:115 -msgid "Online" -msgstr "Online" +#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279 +msgid "Logs" +msgstr "Protokolle" -#: ../../mod/directory.php:223 -msgid "Finding:" -msgstr "Ergebnisse:" +#: ../../mod/admin.php:124 +msgid "Plugin Features" +msgstr "Plug-In Funktionen" -#: ../../mod/directory.php:239 -msgid "No entries (some entries may be hidden)." -msgstr "Keine EintrĂ€ge gefunden (einige könnten versteckt sein)." +#: ../../mod/admin.php:126 +msgid "User registrations waiting for confirmation" +msgstr "Nutzer-Anmeldungen, die auf BestĂ€tigung warten" -#: ../../mod/match.php:16 -msgid "Profile Match" -msgstr "Profil-Ăbereinstimmungen" +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "Nachrichten-Warteschlangen" -#: ../../mod/match.php:24 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Keine SchlĂŒsselwörter fĂŒr den Abgleich gefunden. Bitte fĂŒge SchlĂŒsselwörter zu Deinem Standardprofil hinzu." +#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514 +#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950 +#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1278 +msgid "Administration" +msgstr "Administration" -#: ../../mod/match.php:61 -msgid "is interested in:" -msgstr "interessiert sich fĂŒr:" +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "Zusammenfassung" -#: ../../mod/match.php:69 -msgid "No matches" -msgstr "Keine Ăbereinstimmungen" +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "Registrierte Benutzer" -#: ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "Diese Website ist kein Verzeichnis-Server" +#: ../../mod/admin.php:216 ../../mod/admin.php:518 +msgid "Pending registrations" +msgstr "Ausstehende Registrierungen" -#: ../../mod/siteinfo.php:57 -#, php-format -msgid "Version %s" -msgstr "Version %s" +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "Version" -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Installierte Plugins/Addons/Apps" +#: ../../mod/admin.php:219 ../../mod/admin.php:519 +msgid "Active plugins" +msgstr "Aktive Plug-Ins" -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Keine installierten Plugins/Addons/Apps" +#: ../../mod/admin.php:333 +msgid "Site settings updated." +msgstr "Site-Einstellungen aktualisiert." -#: ../../mod/siteinfo.php:97 -msgid "Red" -msgstr "Red" +#: ../../mod/admin.php:364 +msgid "No special theme for accessibility" +msgstr "Kein spezielles Accessibility-Theme vorhanden" + +#: ../../mod/admin.php:393 +msgid "Yes - with approval" +msgstr "Ja - mit Zustimmung" + +#: ../../mod/admin.php:399 +msgid "My site is not a public server" +msgstr "Meine Server ist kein öffentlicher Server" -#: ../../mod/siteinfo.php:98 +#: ../../mod/admin.php:400 +msgid "My site has paid access only" +msgstr "Mein Server erlaubt nur bezahlten Zugang" + +#: ../../mod/admin.php:401 +msgid "My site has free access only" +msgstr "Mein Server erlaubt ausschlieĂlich freien Zugang" + +#: ../../mod/admin.php:402 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "Mein Server bietet kostenlose Konten mit der Möglichkeit zu bezahlten Upgrades" + +#: ../../mod/admin.php:416 +msgid "File upload" +msgstr "Dateiupload" + +#: ../../mod/admin.php:417 +msgid "Policies" +msgstr "Richtlinien" + +#: ../../mod/admin.php:422 +msgid "Site name" +msgstr "Seitenname" + +#: ../../mod/admin.php:423 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: ../../mod/admin.php:424 +msgid "Administrator Information" +msgstr "Administrator-Informationen" + +#: ../../mod/admin.php:424 msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralized privacy enhanced websites." -msgstr "Dieser Hub ist Teil der RedMatrix â eines globalen, kooperativen Netzwerks aus dezentralen Websites, die RĂŒcksicht auf Deine PrivatsphĂ€re nehmen." +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Kontaktinformationen fĂŒr Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden." -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" -msgstr "Erreichbar unter der Web-Adresse" +#: ../../mod/admin.php:425 +msgid "System language" +msgstr "System-Sprache" + +#: ../../mod/admin.php:426 +msgid "System theme" +msgstr "System-Theme" -#: ../../mod/siteinfo.php:102 +#: ../../mod/admin.php:426 msgid "" -"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " -"about the Red Matrix." -msgstr "Besuche <a href=\"http://getzot.com\">GetZot.com</a>, um mehr ĂŒber die Red-Matrix zu erfahren." +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" +msgstr "Standard-System-Theme â kann durch Nutzerprofile ĂŒberschieben werden â <a href='#' id='cnftheme'>Theme-Einstellungen Ă€ndern</a>" -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" -msgstr "Probleme oder Fehler gefunden? Bitte besuche" +#: ../../mod/admin.php:427 +msgid "Mobile system theme" +msgstr "Mobile System-Theme:" -#: ../../mod/siteinfo.php:106 +#: ../../mod/admin.php:427 +msgid "Theme for mobile devices" +msgstr "Theme fĂŒr mobile GerĂ€te" + +#: ../../mod/admin.php:428 +msgid "Accessibility system theme" +msgstr "Accessibility-System-Theme" + +#: ../../mod/admin.php:428 +msgid "Accessibility theme" +msgstr "Accessibility-Theme" + +#: ../../mod/admin.php:430 +msgid "Enable Diaspora Protocol" +msgstr "Diaspora-Protokoll aktivieren" + +#: ../../mod/admin.php:430 +msgid "Communicate with Diaspora and Friendica - experimental" +msgstr "Kommunikation mit Diaspora und Friendica â experimentell" + +#: ../../mod/admin.php:431 +msgid "Allow Feeds as Connections" +msgstr "Feeds als Verbindungen erlauben" + +#: ../../mod/admin.php:431 +msgid "(Heavy system resource usage)" +msgstr "(fĂŒhrt zu hoher Systemlast)" + +#: ../../mod/admin.php:432 +msgid "Maximum image size" +msgstr "Maximale BildgröĂe" + +#: ../../mod/admin.php:432 msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "VorschlĂ€ge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximale GröĂe hochgeladener Bilder in Bytes. Standard ist 0 (keine EinschrĂ€nkung)." -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" -msgstr "Administratoren" +#: ../../mod/admin.php:433 +msgid "Does this site allow new member registration?" +msgstr "Erlaubt dieser Server die Registrierung neuer Nutzer?" -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "App installiert!" +#: ../../mod/admin.php:434 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Was ist die passendste Beschreibung der Konten auf diesem Hub?" -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "Fehlerhafte App." +#: ../../mod/admin.php:435 +msgid "Register text" +msgstr "Registrierungstext" -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "Code einbetten" +#: ../../mod/admin.php:435 +msgid "Will be displayed prominently on the registration page." +msgstr "Wird gut sichtbar auf der Registrierungs-Seite angezeigt." -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "Editiere App" +#: ../../mod/admin.php:436 +msgid "Accounts abandoned after x days" +msgstr "Konten gelten nach X Tagen als unbenutzt" -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "Erstelle App" +#: ../../mod/admin.php:436 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 fĂŒr kein zeitliches Limit." -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "Name der App" +#: ../../mod/admin.php:437 +msgid "Allowed friend domains" +msgstr "Erlaubte Domains fĂŒr Kontakte" -#: ../../mod/appman.php:91 ../../mod/appman.php:92 ../../mod/events.php:492 -#: ../../mod/events.php:506 -msgid "Required" -msgstr "Benötigt" +#: ../../mod/admin.php:437 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Liste der Domains, die fĂŒr Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "Ort (URL) der App" +#: ../../mod/admin.php:438 +msgid "Allowed email domains" +msgstr "Erlaubte Domains fĂŒr E-Mails" -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "URL zum Foto" +#: ../../mod/admin.php:438 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Liste der Domains, die fĂŒr E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "80 x 80 Pixel - Optional" +#: ../../mod/admin.php:439 +msgid "Block public" +msgstr "Ăffentlichen Zugriff blockieren" -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "Versions ID" +#: ../../mod/admin.php:439 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist." -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "Preis der App" +#: ../../mod/admin.php:440 +msgid "Verify Email Addresses" +msgstr "E-Mail-Adressen ĂŒberprĂŒfen" -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "Ort (URL) um die App zu kaufen" +#: ../../mod/admin.php:440 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "Aktivieren, um die ĂberprĂŒfung von E-Mail-Adressen bei der Registrierung von Benutzerkonten zu aktivieren (empfohlen)." -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "Konnte die Quelle nicht anlegen. Kein Kanal ausgewĂ€hlt." +#: ../../mod/admin.php:441 +msgid "Force publish" +msgstr "Veröffentlichung erzwingen" -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "Quelle erstellt." +#: ../../mod/admin.php:441 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen." -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "Quelle aktualisiert." +#: ../../mod/admin.php:442 +msgid "Disable discovery tab" +msgstr "Den âEntdeckenâ-Reiter ausblenden" -#: ../../mod/sources.php:82 -msgid "*" -msgstr "*" +#: ../../mod/admin.php:442 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Entferne den âEntdeckenâ-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können." -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "Quellen von Inhalten Deines Kanals verwalten." +#: ../../mod/admin.php:443 +msgid "No login on Homepage" +msgstr "Kein Login auf der Homepage" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "Neue Quelle" +#: ../../mod/admin.php:443 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." +msgstr "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)." -#: ../../mod/sources.php:101 ../../mod/sources.php:133 +#: ../../mod/admin.php:445 +msgid "Proxy user" +msgstr "Proxy Benutzer" + +#: ../../mod/admin.php:446 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: ../../mod/admin.php:447 +msgid "Network timeout" +msgstr "Netzwerk-Timeout" + +#: ../../mod/admin.php:447 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Wert in Sekunden. 0 fĂŒr unbegrenzt (nicht empfohlen)." + +#: ../../mod/admin.php:448 +msgid "Delivery interval" +msgstr "Auslieferung Intervall" + +#: ../../mod/admin.php:448 msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." -msgstr "Importiere alle oder ausgewĂ€hlte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemÀà der Einstellungen dieses Kanals." +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 fĂŒr Shared Hosts, 2-3 fĂŒr VPS, 0-1 fĂŒr groĂe dedizierte Server." -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "Importiere nur BeitrĂ€ge, die folgende Wörter (eines pro Zeile) enthalten" +#: ../../mod/admin.php:449 +msgid "Poll interval" +msgstr "Abfrageintervall" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "Leer lassen, um alle öffentlichen BeitrĂ€ge zu importieren" +#: ../../mod/admin.php:449 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet." -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "Quelle nicht gefunden." +#: ../../mod/admin.php:450 +msgid "Maximum Load Average" +msgstr "Maximales Load Average" -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "Quelle bearbeiten" +#: ../../mod/admin.php:450 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden â Standard 50" -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "Quelle löschen" +#: ../../mod/admin.php:506 +msgid "No server found" +msgstr "Kein Server gefunden" -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "Quelle gelöscht" +#: ../../mod/admin.php:513 ../../mod/admin.php:737 +msgid "ID" +msgstr "ID" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "Konnte die Quelle nicht löschen." +#: ../../mod/admin.php:513 +msgid "for channel" +msgstr "fĂŒr Kanal" -#: ../../mod/pubsites.php:16 -msgid "Public Sites" -msgstr "Ăffentliche Server" +#: ../../mod/admin.php:513 +msgid "on server" +msgstr "auf Server" -#: ../../mod/pubsites.php:19 +#: ../../mod/admin.php:513 +msgid "Status" +msgstr "Status" + +#: ../../mod/admin.php:534 +msgid "Update has been marked successful" +msgstr "Update wurde als erfolgreich markiert" + +#: ../../mod/admin.php:544 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "AusfĂŒhren von %s fehlgeschlagen. ĂberprĂŒfe die Systemprotokolle." + +#: ../../mod/admin.php:547 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s wurde erfolgreich ausgefĂŒhrt." + +#: ../../mod/admin.php:551 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s lieferte keinen RĂŒckgabewert. Erfolg unbekannt." + +#: ../../mod/admin.php:554 +#, php-format +msgid "Update function %s could not be found." +msgstr "Update-Funktion %s konnte nicht gefunden werden." + +#: ../../mod/admin.php:569 +msgid "No failed updates." +msgstr "Keine fehlgeschlagenen Aktualisierungen." + +#: ../../mod/admin.php:573 +msgid "Failed Updates" +msgstr "Fehlgeschlagene Aktualisierungen" + +#: ../../mod/admin.php:575 +msgid "Mark success (if update was manually applied)" +msgstr "Als erfolgreich markieren (wenn das Update manuell ausgefĂŒhrt wurde)" + +#: ../../mod/admin.php:576 +msgid "Attempt to execute this update step automatically" +msgstr "Versuche, diesen Updateschritt automatisch auszufĂŒhren" + +#: ../../mod/admin.php:602 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s Nutzer blockiert/freigegeben" +msgstr[1] "%s Nutzer blockiert/freigegeben" + +#: ../../mod/admin.php:609 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s Nutzer gelöscht" +msgstr[1] "%s Nutzer gelöscht" + +#: ../../mod/admin.php:638 +msgid "Account not found" +msgstr "Konto nicht gefunden" + +#: ../../mod/admin.php:658 +#, php-format +msgid "User '%s' unblocked" +msgstr "Benutzer '%s' freigegeben" + +#: ../../mod/admin.php:658 +#, php-format +msgid "User '%s' blocked" +msgstr "Benutzer '%s' blockiert" + +#: ../../mod/admin.php:724 ../../mod/admin.php:736 +msgid "Users" +msgstr "Benutzer" + +#: ../../mod/admin.php:726 ../../mod/admin.php:862 +msgid "select all" +msgstr "Alle auswĂ€hlen" + +#: ../../mod/admin.php:727 +msgid "User registrations waiting for confirm" +msgstr "Neuanmeldungen, die auf Deine BestĂ€tigung warten" + +#: ../../mod/admin.php:728 +msgid "Request date" +msgstr "Antragsdatum" + +#: ../../mod/admin.php:729 +msgid "No registrations." +msgstr "Keine Registrierungen." + +#: ../../mod/admin.php:730 +msgid "Approve" +msgstr "Genehmigen" + +#: ../../mod/admin.php:731 +msgid "Deny" +msgstr "Verweigern" + +#: ../../mod/admin.php:737 +msgid "Register date" +msgstr "Registrierungs-Datum" + +#: ../../mod/admin.php:737 +msgid "Last login" +msgstr "Letzte Anmeldung" + +#: ../../mod/admin.php:737 +msgid "Expires" +msgstr "VerfĂ€llt" + +#: ../../mod/admin.php:737 +msgid "Service Class" +msgstr "Service-Klasse" + +#: ../../mod/admin.php:739 msgid "" -"The listed sites allow public registration into the Red Matrix. All sites in" -" the matrix are interlinked so membership on any of them conveys membership " -"in the matrix as a whole. Some sites may require subscription or provide " -"tiered service plans. The provider links <strong>may</strong> provide " -"additional details." -msgstr "Die hier aufgefĂŒhrten Server erlauben Dir, einen Account in der Red-Matrix anzulegen. Alle Server der Matrix sind miteinander verbunden, so dass die Mitgliedschaft auf einem Server eine Verbindung zu beliebigen anderen Servern der Matrix ermöglicht. Es könnte sein, dass einige dieser Server kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den jeweiligen Seiten <strong>könnten</strong> nĂ€here Details dazu stehen." +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgĂŒltig gelöscht!\\n\\nBist Du sicher?" -#: ../../mod/pubsites.php:25 -msgid "Site URL" -msgstr "Server-URL" +#: ../../mod/admin.php:740 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgĂŒltig gelöscht werden!\\n\\nBist Du sicher?" -#: ../../mod/pubsites.php:25 -msgid "Access Type" -msgstr "Zugangstyp" +#: ../../mod/admin.php:773 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "%s Kanal gesperrt/freigegeben" +msgstr[1] "%s KanĂ€le gesperrt/freigegeben" -#: ../../mod/pubsites.php:25 -msgid "Registration Policy" -msgstr "Registrierungsrichtlinien" +#: ../../mod/admin.php:780 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s Kanal gelöscht" +msgstr[1] "%s KanĂ€le gelöscht" -#: ../../mod/pubsites.php:25 ../../mod/profiles.php:404 -msgid "Location" -msgstr "Ort" +#: ../../mod/admin.php:799 +msgid "Channel not found" +msgstr "Kanal nicht gefunden" + +#: ../../mod/admin.php:810 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Kanal '%s' gelöscht" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Kanal '%s' freigegeben" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Channel '%s' censored" +msgstr "Kanal '%s' gesperrt" + +#: ../../mod/admin.php:864 +msgid "Censor" +msgstr "Sperren" + +#: ../../mod/admin.php:865 +msgid "Uncensor" +msgstr "Freigeben" + +#: ../../mod/admin.php:868 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:870 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Alle ausgewĂ€hlten KanĂ€le werden gelöscht!\\n\\nAlles was von diesen KanĂ€len auf diesem Server geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist Du sicher?" + +#: ../../mod/admin.php:871 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf diesem Server geschrieben wurde, wird gelöscht!\\n\\nBist Du sicher?" + +#: ../../mod/admin.php:910 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plug-In %s deaktiviert." + +#: ../../mod/admin.php:914 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plug-In %s aktiviert." + +#: ../../mod/admin.php:924 ../../mod/admin.php:1126 +msgid "Disable" +msgstr "Deaktivieren" + +#: ../../mod/admin.php:926 ../../mod/admin.php:1128 +msgid "Enable" +msgstr "Aktivieren" + +#: ../../mod/admin.php:952 ../../mod/admin.php:1157 +msgid "Toggle" +msgstr "Umschalten" + +#: ../../mod/admin.php:960 ../../mod/admin.php:1167 +msgid "Author: " +msgstr "Autor: " + +#: ../../mod/admin.php:961 ../../mod/admin.php:1168 +msgid "Maintainer: " +msgstr "Betreuer:" + +#: ../../mod/admin.php:1090 +msgid "No themes found." +msgstr "Keine Theme gefunden." + +#: ../../mod/admin.php:1149 +msgid "Screenshot" +msgstr "Bildschirmfoto" + +#: ../../mod/admin.php:1197 +msgid "[Experimental]" +msgstr "[Experimentell]" + +#: ../../mod/admin.php:1198 +msgid "[Unsupported]" +msgstr "[Nicht unterstĂŒtzt]" + +#: ../../mod/admin.php:1225 +msgid "Log settings updated." +msgstr "Protokoll-Einstellungen aktualisiert." + +#: ../../mod/admin.php:1281 +msgid "Clear" +msgstr "Leeren" + +#: ../../mod/admin.php:1287 +msgid "Debugging" +msgstr "Debugging" + +#: ../../mod/admin.php:1288 +msgid "Log file" +msgstr "Protokolldatei" + +#: ../../mod/admin.php:1288 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Muss fĂŒr den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis." + +#: ../../mod/admin.php:1289 +msgid "Log level" +msgstr "Protokollstufe" + +#: ../../mod/admin.php:1336 +msgid "New Profile Field" +msgstr "Neues Profilfeld" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "Field nickname" +msgstr "Kurzname fĂŒr das Feld" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "System name of field" +msgstr "Systemname des Feldes" + +#: ../../mod/admin.php:1338 ../../mod/admin.php:1359 +msgid "Input type" +msgstr "Art des Inhalts" + +#: ../../mod/admin.php:1339 ../../mod/admin.php:1360 +msgid "Field Name" +msgstr "Feldname" + +#: ../../mod/admin.php:1339 ../../mod/admin.php:1360 +msgid "Label on profile pages" +msgstr "Bezeichnung auf Profilseiten" + +#: ../../mod/admin.php:1340 ../../mod/admin.php:1361 +msgid "Help text" +msgstr "Hilfetext" + +#: ../../mod/admin.php:1340 ../../mod/admin.php:1361 +msgid "Additional info (optional)" +msgstr "ZusĂ€tzliche Informationen (optional)" + +#: ../../mod/admin.php:1351 +msgid "Field definition not found" +msgstr "Feld-Definition nicht gefunden" + +#: ../../mod/admin.php:1357 +msgid "Edit Profile Field" +msgstr "Profilfeld bearbeiten" + +#: ../../mod/thing.php:96 +msgid "Thing updated" +msgstr "Sache aktualisiert" + +#: ../../mod/thing.php:156 +msgid "Object store: failed" +msgstr "Speichern des Objekts fehlgeschlagen" + +#: ../../mod/thing.php:160 +msgid "Thing added" +msgstr "Sache hinzugefĂŒgt" + +#: ../../mod/thing.php:180 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/import.php:36 +#: ../../mod/thing.php:232 +msgid "Show Thing" +msgstr "Sache anzeigen" + +#: ../../mod/thing.php:239 +msgid "item not found." +msgstr "Eintrag nicht gefunden" + +#: ../../mod/thing.php:270 +msgid "Edit Thing" +msgstr "Sache bearbeiten" + +#: ../../mod/thing.php:272 ../../mod/thing.php:319 +msgid "Select a profile" +msgstr "WĂ€hle ein Profil" + +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Post an activity" +msgstr "AktivitĂ€tsnachricht senden" + +#: ../../mod/thing.php:276 ../../mod/thing.php:322 +msgid "Only sends to viewers of the applicable profile" +msgstr "Nur an Betrachter des ausgewĂ€hlten Profils senden" + +#: ../../mod/thing.php:278 ../../mod/thing.php:324 +msgid "Name of thing e.g. something" +msgstr "Name der Sache, z. B. irgendwas" + +#: ../../mod/thing.php:280 ../../mod/thing.php:325 +msgid "URL of thing (optional)" +msgstr "URL der Sache (optional)" + +#: ../../mod/thing.php:282 ../../mod/thing.php:326 +msgid "URL for photo of thing (optional)" +msgstr "URL eines Fotos der Sache (optional)" + +#: ../../mod/thing.php:317 +msgid "Add Thing to your Profile" +msgstr "Die Sache Deinem Profil hinzufĂŒgen" + +#: ../../mod/import.php:25 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "Dein Vertrag erlaubt nur %d KanĂ€le." + +#: ../../mod/import.php:51 msgid "Nothing to import." msgstr "Nichts zu importieren." -#: ../../mod/import.php:58 +#: ../../mod/import.php:75 msgid "Unable to download data from old server" msgstr "Daten können vom alten Server nicht heruntergeladen werden" -#: ../../mod/import.php:64 +#: ../../mod/import.php:81 msgid "Imported file is empty." msgstr "Die importierte Datei ist leer." -#: ../../mod/import.php:88 +#: ../../mod/import.php:105 msgid "" "Cannot create a duplicate channel identifier on this system. Import failed." msgstr "Kann keinen doppelten Kanal-Identifikator auf diesem System erzeugen (Spitzname oder Hash schon belegt). Import fehlgeschlagen." -#: ../../mod/import.php:106 +#: ../../mod/import.php:123 msgid "Channel clone failed. Import failed." msgstr "Klonen des Kanals fehlgeschlagen. Import fehlgeschlagen." -#: ../../mod/import.php:116 +#: ../../mod/import.php:133 msgid "Cloned channel not found. Import failed." msgstr "Geklonter Kanal nicht gefunden. Import fehlgeschlagen." -#: ../../mod/import.php:364 +#: ../../mod/import.php:451 msgid "Import completed." msgstr "Import abgeschlossen." -#: ../../mod/import.php:377 +#: ../../mod/import.php:463 msgid "You must be logged in to use this feature." msgstr "Du musst angemeldet sein um diese Funktion zu nutzen." -#: ../../mod/import.php:382 +#: ../../mod/import.php:468 msgid "Import Channel" msgstr "Kanal importieren" -#: ../../mod/import.php:383 +#: ../../mod/import.php:469 msgid "" "Use this form to import an existing channel from a different server/hub. You" " may retrieve the channel identity from the old server/hub via the network " @@ -7112,27 +7196,27 @@ msgid "" "be imported. Importation of content is not yet available." msgstr "Verwende dieses Formular, um einen existierenden Kanal von einem anderen Red-Server zu importieren. Du kannst den Kanal direkt vom bisherigen Red-Server ĂŒber das Netzwerk importieren oder eine exportierte Sicherheitskopie benutzen. Es werden ausschlieĂlich die IdentitĂ€t und die Verbindungen/Beziehungen importiert. Das Importieren von Inhalten ist derzeit nicht möglich." -#: ../../mod/import.php:384 +#: ../../mod/import.php:470 msgid "File to Upload" msgstr "Hochzuladende Datei:" -#: ../../mod/import.php:385 +#: ../../mod/import.php:471 msgid "Or provide the old server/hub details" msgstr "Oder gib die Details Deines bisherigen Red-Servers ein" -#: ../../mod/import.php:386 +#: ../../mod/import.php:472 msgid "Your old identity address (xyz@example.com)" msgstr "Bisherige Kanal-Adresse (xyz@example.com)" -#: ../../mod/import.php:387 +#: ../../mod/import.php:473 msgid "Your old login email address" -msgstr "Ihre alte Login E-Mail Adresse" +msgstr "Deine alte Login-E-Mail-Adresse" -#: ../../mod/import.php:388 +#: ../../mod/import.php:474 msgid "Your old login password" -msgstr "Ihr altes Login Kennwort" +msgstr "Dein altes Passwort" -#: ../../mod/import.php:389 +#: ../../mod/import.php:475 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be" @@ -7140,13 +7224,265 @@ msgid "" "primary location for files, photos, and media." msgstr "Egal welche Option Du wĂ€hlst, bitte lege fest, ob dieser Server die neue primĂ€re Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primĂ€re Ort Deiner Dateien, Fotos und Medien sein." -#: ../../mod/import.php:390 +#: ../../mod/import.php:476 msgid "Make this hub my primary location" msgstr "Dieser Red-Server ist mein primĂ€rer Server." -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "UngĂŒltige Signatur des Ziels" +#: ../../mod/import.php:477 +msgid "Import existing posts if possible" +msgstr "Existierende BeitrĂ€ge importieren, falls möglich" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Einladungslimit ĂŒberschritten." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Keine gĂŒltige Email Adresse." + +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "SchlieĂe Dich uns an und werde Teil der Red-Matrix" + +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Einladungslimit ĂŒberschritten. Bitte kontaktiere den Administrator Deines Red-Servers." + +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Nachricht konnte nicht zugestellt werden." + +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d Nachricht gesendet." +msgstr[1] "%d Nachrichten gesendet." + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Du hast keine weiteren verfĂŒgbare Einladungen" + +#: ../../mod/invite.php:129 +msgid "Send invitations" +msgstr "Einladungen senden" + +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" +msgstr "Email-Adressen eintragen, eine pro Zeile:" + +#: ../../mod/invite.php:131 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Your message:" +msgstr "Deine Nachricht:" + +#: ../../mod/invite.php:132 +msgid "Please join my community on RedMatrix." +msgstr "SchlieĂe Dich uns in der RedMatrix an!" + +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "Gib diesen Invite-Code ein:" + +#: ../../mod/invite.php:135 +msgid "1. Register at any RedMatrix location (they are all inter-connected)" +msgstr "1. Registriere Dich auf irgendeinem RedMatrix-Server (sie sind alle miteinander verbunden)" + +#: ../../mod/invite.php:137 +msgid "2. Enter my RedMatrix network address into the site searchbar." +msgstr "2. Gib meine RedMatrix-Adresse im Suchfeld ein." + +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "oder besuche" + +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Klicke auf [Verbinden]" + +#: ../../mod/item.php:150 +msgid "Unable to locate original post." +msgstr "Originalbeitrag nicht gefunden." + +#: ../../mod/item.php:383 +msgid "Empty post discarded." +msgstr "Leeren Beitrag verworfen." + +#: ../../mod/item.php:425 +msgid "Executable content type not permitted to this channel." +msgstr "AusfĂŒhrbarer Content-Typ ist fĂŒr diesen Kanal nicht freigegeben." + +#: ../../mod/item.php:855 +msgid "System error. Post not saved." +msgstr "Systemfehler. Beitrag nicht gespeichert." + +#: ../../mod/item.php:1324 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Du hast die maximale Anzahl von %1$.0f BeitrĂ€gen erreicht." + +#: ../../mod/item.php:1330 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht." + +#: ../../mod/update_channel.php:43 ../../mod/update_display.php:25 +#: ../../mod/update_network.php:23 ../../mod/update_search.php:46 +msgid "[Embedded content - reload page to view]" +msgstr "[Eingebettete Inhalte â lade die Seite neu, um sie anzuzeigen]" + +#: ../../mod/layouts.php:62 +msgid "Help with this feature" +msgstr "Hilfe zu dieser Funktion" + +#: ../../mod/layouts.php:85 +msgid "Layout Name" +msgstr "Layout-Name" + +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Mögen/Nicht mögen" + +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Diese Aktion kann nur von Mitgliedern ausgefĂŒhrt werden." + +#: ../../mod/like.php:21 +msgid "" +"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a " +"href=\"register\">register as a new RedMatrix member</a> to continue." +msgstr "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren." + +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "UngĂŒltige Anfrage." + +#: ../../mod/like.php:119 +msgid "thing" +msgstr "Sache" + +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Kanal nicht vorhanden." + +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Die vorherige Aktion wurde rĂŒckgĂ€ngig gemacht." + +#: ../../mod/like.php:417 +msgid "Action completed." +msgstr "Aktion durchgefĂŒhrt." + +#: ../../mod/like.php:418 +msgid "Thank you." +msgstr "Vielen Dank." + +#: ../../mod/lockview.php:31 +msgid "Remote privacy information not available." +msgstr "PrivatsphĂ€re-Einstellungen anderer Nutzer sind nicht verfĂŒgbar." + +#: ../../mod/lockview.php:52 +msgid "Visible to:" +msgstr "Sichtbar fĂŒr:" + +#: ../../mod/viewconnections.php:58 +msgid "No connections." +msgstr "Keine Verbindungen." + +#: ../../mod/viewconnections.php:71 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "%ss Profil [%s] besuchen" + +#: ../../mod/viewconnections.php:86 +msgid "View Connnections" +msgstr "Zeige Verbindungen" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Kein gĂŒltiges Konto gefunden." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "ZurĂŒcksetzen des Passworts eingeleitet. Schau in Deine E-Mails." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Nutzer (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Passwort-RĂŒcksetzung auf %s angefordert" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-RĂŒcksetzung fehlgeschlagen." + +#: ../../mod/lostpass.php:85 ../../boot.php:1505 +msgid "Password Reset" +msgstr "ZurĂŒcksetzen des Kennworts" + +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Dein Passwort wurde wie angefordert neu erstellt." + +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Dein neues Passwort lautet" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Speichere oder kopiere Dein neues Passwort â und dann" + +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "Klicke hier, um dich anzumelden" + +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geĂ€ndert werden." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Auf %s wurde Dein Passwort geĂ€ndert" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Kennwort vergessen?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurĂŒcksetzen zu lassen. Du erhĂ€ltst dann weitere Anweisungen per E-Mail." + +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-Mail Adresse" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "ZurĂŒcksetzen" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Server nicht gefunden." + +#: ../../mod/vote.php:97 +msgid "Total votes" +msgstr "Gesamtstimmen" + +#: ../../mod/vote.php:98 +msgid "Average Rating" +msgstr "Durchschnittliche Bewertung" #: ../../mod/mail.php:33 msgid "Unable to lookup recipient." @@ -7164,617 +7500,715 @@ msgstr "Verifizierung des angeforderten Kanals fehlgeschlagen." msgid "Selected channel has private message restrictions. Send failed." msgstr "Der ausgewĂ€hlte Kanal hat EinschrĂ€nkungen bzgl. privater Nachrichten. Senden fehlgeschlagen." -#: ../../mod/mail.php:132 +#: ../../mod/mail.php:135 msgid "Message deleted." msgstr "Nachricht gelöscht." -#: ../../mod/mail.php:149 +#: ../../mod/mail.php:152 msgid "Message recalled." msgstr "Nachricht widerrufen." -#: ../../mod/mail.php:215 +#: ../../mod/mail.php:218 msgid "Send Private Message" msgstr "Private Nachricht senden" -#: ../../mod/mail.php:216 ../../mod/mail.php:333 +#: ../../mod/mail.php:219 ../../mod/mail.php:336 msgid "To:" msgstr "An:" -#: ../../mod/mail.php:221 ../../mod/mail.php:335 +#: ../../mod/mail.php:224 ../../mod/mail.php:338 msgid "Subject:" msgstr "Betreff:" -#: ../../mod/mail.php:232 +#: ../../mod/mail.php:235 msgid "Send" msgstr "Absenden" -#: ../../mod/mail.php:259 +#: ../../mod/mail.php:262 msgid "Message not found." msgstr "Nachricht nicht gefunden." -#: ../../mod/mail.php:303 +#: ../../mod/mail.php:305 +msgid "Delete message" +msgstr "Nachricht löschen" + +#: ../../mod/mail.php:306 msgid "Recall message" msgstr "Nachricht widerrufen" -#: ../../mod/mail.php:305 +#: ../../mod/mail.php:308 msgid "Message has been recalled." msgstr "Die Nachricht wurde widerrufen." -#: ../../mod/mail.php:322 +#: ../../mod/mail.php:325 msgid "Private Conversation" msgstr "Private Unterhaltung" -#: ../../mod/mail.php:326 +#: ../../mod/mail.php:329 ../../mod/message.php:72 msgid "Delete conversation" msgstr "Unterhaltung löschen" -#: ../../mod/mail.php:328 +#: ../../mod/mail.php:331 msgid "" "No secure communications available. You <strong>may</strong> be able to " "respond from the sender's profile page." msgstr "Keine sichere Kommunikation verfĂŒgbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten." -#: ../../mod/mail.php:332 +#: ../../mod/mail.php:335 msgid "Send Reply" msgstr "Antwort senden" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "Du musst angemeldet sein, um diese Seite betrachten zu können." +#: ../../mod/manage.php:136 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten KanĂ€len eingerichtet." -#: ../../mod/channel.php:86 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet." +#: ../../mod/manage.php:144 +msgid "Create a new channel" +msgstr "Neuen Kanal anlegen" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 -#: ../../mod/profiles.php:222 ../../mod/profiles.php:539 -msgid "Profile not found." -msgstr "Profil nicht gefunden." +#: ../../mod/manage.php:149 +msgid "Current Channel" +msgstr "Aktueller Kanal" -#: ../../mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profil gelöscht." +#: ../../mod/manage.php:151 +msgid "Attach to one of your channels by selecting it." +msgstr "WĂ€hle einen Deiner KanĂ€le aus, um ihn zu verwenden." -#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 -msgid "Profile-" -msgstr "Profil-" +#: ../../mod/manage.php:152 +msgid "Default Channel" +msgstr "Standard Kanal" -#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 -msgid "New profile created." -msgstr "Neues Profil erstellt." +#: ../../mod/manage.php:153 +msgid "Make Default" +msgstr "Zum Standard machen" -#: ../../mod/profiles.php:98 -msgid "Profile unavailable to clone." -msgstr "Profil kann nicht geklont werden." +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Wall Fotos" -#: ../../mod/profiles.php:136 -msgid "Profile unavailable to export." -msgstr "Dieses Profil kann nicht exportiert werden." +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profil-Ăbereinstimmungen" -#: ../../mod/profiles.php:232 -msgid "Profile Name is required." -msgstr "Profil-Name erforderlich." +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Keine SchlĂŒsselwörter fĂŒr den Abgleich gefunden. Bitte fĂŒge SchlĂŒsselwörter zu Deinem Standardprofil hinzu." -#: ../../mod/profiles.php:354 -msgid "Marital Status" -msgstr "Familienstand" +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "interessiert sich fĂŒr:" -#: ../../mod/profiles.php:358 -msgid "Romantic Partner" -msgstr "Romantische Partner" +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Keine Ăbereinstimmungen" -#: ../../mod/profiles.php:362 -msgid "Likes" -msgstr "GefĂ€llt" +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "MenĂŒ aktualisiert." -#: ../../mod/profiles.php:366 -msgid "Dislikes" -msgstr "GefĂ€llt nicht" +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Kann MenĂŒ nicht aktualisieren." -#: ../../mod/profiles.php:370 -msgid "Work/Employment" -msgstr "Arbeit/Anstellung" +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "MenĂŒ erstellt." -#: ../../mod/profiles.php:373 -msgid "Religion" -msgstr "Religion" +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Kann MenĂŒ nicht erstellen." -#: ../../mod/profiles.php:377 -msgid "Political Views" -msgstr "Politische Ansichten" +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "MenĂŒs verwalten" -#: ../../mod/profiles.php:381 -msgid "Gender" -msgstr "Geschlecht" +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Löschen" -#: ../../mod/profiles.php:385 -msgid "Sexual Preference" -msgstr "Sexuelle Orientierung" +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Neues MenĂŒ erstellen" -#: ../../mod/profiles.php:389 -msgid "Homepage" -msgstr "Webseite" +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Lösche dieses MenĂŒ" -#: ../../mod/profiles.php:393 -msgid "Interests" -msgstr "Hobbys/Interessen" +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Bearbeite MenĂŒ Inhalte" -#: ../../mod/profiles.php:487 -msgid "Profile updated." -msgstr "Profil aktualisiert." +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Dieses MenĂŒ bearbeiten" -#: ../../mod/profiles.php:564 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?" +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Neues MenĂŒ" -#: ../../mod/profiles.php:588 -msgid "Edit Profile Details" -msgstr "Bearbeite Profil-Details" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "MenĂŒ Name" -#: ../../mod/profiles.php:590 -msgid "View this profile" -msgstr "Dieses Profil ansehen" +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "Muss eindeutig sein, ist aber nur fĂŒr Dich sichtbar" -#: ../../mod/profiles.php:592 -msgid "Change Profile Photo" -msgstr "Profilfoto Ă€ndern" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "MenĂŒ Titel" -#: ../../mod/profiles.php:593 -msgid "Create a new profile using these settings" -msgstr "Neues Profil anlegen und diese Einstellungen ĂŒbernehmen" +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "MenĂŒ Titel wie er von anderen gesehen wird" -#: ../../mod/profiles.php:594 -msgid "Clone this profile" -msgstr "Dieses Profil klonen" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Erlaube Lesezeichen" -#: ../../mod/profiles.php:595 -msgid "Delete this profile" -msgstr "Dieses Profil löschen" +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Im MenĂŒ können gespeicherte Lesezeichen abgelegt werden" -#: ../../mod/profiles.php:597 -msgid "Import profile from file" -msgstr "Profil aus einer Datei importieren" +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "MenĂŒ gelöscht." -#: ../../mod/profiles.php:598 -msgid "Export profile to file" -msgstr "Profil in eine Datei exportieren" +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." +msgstr "MenĂŒ konnte nicht gelöscht werden." -#: ../../mod/profiles.php:599 -msgid "Profile Name:" -msgstr "Profilname:" +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "MenĂŒ bearbeiten" -#: ../../mod/profiles.php:600 -msgid "Your Full Name:" -msgstr "Dein voller Name:" +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "EintrĂ€ge zu diesem MenĂŒ hinzufĂŒgen oder entfernen" -#: ../../mod/profiles.php:601 -msgid "Title/Description:" -msgstr "Titel/Stellenbeschreibung:" +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Unterhaltung gelöscht." -#: ../../mod/profiles.php:602 -msgid "Your Gender:" -msgstr "Dein Geschlecht:" +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Keine Nachrichten." -#: ../../mod/profiles.php:603 +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - g:i A" + +#: ../../mod/new_channel.php:109 +msgid "Add a Channel" +msgstr "Kanal hinzufĂŒgen" + +#: ../../mod/new_channel.php:110 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um ein Social-Network-Profil, ein Blog, eine GesprĂ€chsgruppe oder ein Forum, Promi-Seiten und vieles mehr zu erstellen. Du kannst so viele KanĂ€le erstellen, wie es der Betreiber Deiner Seite zulĂ€sst." + +#: ../../mod/new_channel.php:113 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Beispiele: âHorst Weidingerâ, âLisa und ihr Meerschweinchenâ, âFuĂballâ, âSegelflieger-Forumâ " + +#: ../../mod/new_channel.php:114 +msgid "Choose a short nickname" +msgstr "WĂ€hle einen kurzen Spitznamen" + +#: ../../mod/new_channel.php:115 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (Ă€hnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst." + +#: ../../mod/new_channel.php:116 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server" + +#: ../../mod/new_channel.php:118 +msgid "Channel Type" +msgstr "Kanaltyp" + +#: ../../mod/new_channel.php:119 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "WĂ€hle einen Kanaltyp (wie Soziales Netzwerk oder Forum) und PrivatsphĂ€re-Vorgaben, so dass wir die passenden Kanal-Zugriffsrechte fĂŒr Dich setzen können" + +#: ../../mod/home.php:46 +msgid "Red Matrix - "The Network"" +msgstr "RedMatrix â "Das Netzwerk"" + +#: ../../mod/home.php:101 #, php-format -msgid "Birthday (%s):" -msgstr "Geburtstag (%s):" +msgid "Welcome to %s" +msgstr "Willkommen auf %s" -#: ../../mod/profiles.php:604 -msgid "Street Address:" -msgstr "StraĂe und Hausnummer:" +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "UngĂŒltiger Anfrage-Identifikator." -#: ../../mod/profiles.php:605 -msgid "Locality/City:" -msgstr "Wohnort:" +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Verwerfen" -#: ../../mod/profiles.php:606 -msgid "Postal/Zip Code:" -msgstr "Postleitzahl:" +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "Keine System-Benachrichtigungen mehr." -#: ../../mod/profiles.php:607 -msgid "Country:" -msgstr "Land:" +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "System-Benachrichtigungen" -#: ../../mod/profiles.php:608 -msgid "Region/State:" -msgstr "Region/Bundesstaat:" +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Konnte Deinen Server nicht finden." -#: ../../mod/profiles.php:609 -msgid "<span class=\"heart\">♥</span> Marital Status:" -msgstr "<span class=\"heart\">♥</span> Beziehungsstatus:" +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Veröffentlichung erfolgreich." -#: ../../mod/profiles.php:610 -msgid "Who: (if applicable)" -msgstr "Wer: (falls anwendbar)" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "UngĂŒltige Signatur des Ziels" -#: ../../mod/profiles.php:611 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID Protokollfehler. Keine ID zurĂŒckgegeben." -#: ../../mod/profiles.php:612 -msgid "Since [date]:" -msgstr "Seit [Datum]:" +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "App installiert." -#: ../../mod/profiles.php:614 -msgid "Homepage URL:" -msgstr "Homepage URL:" +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "Fehlerhafte App." -#: ../../mod/profiles.php:617 -msgid "Religious Views:" -msgstr "Religiöse Ansichten:" +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "Code einbetten" -#: ../../mod/profiles.php:618 -msgid "Keywords:" -msgstr "SchlĂŒsselwörter:" +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "App bearbeiten" -#: ../../mod/profiles.php:621 -msgid "Example: fishing photography software" -msgstr "Beispiel: Angeln Fotografie Software" +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "App erstellen" -#: ../../mod/profiles.php:622 -msgid "Used in directory listings" -msgstr "Wird in Verzeichnis-Auflistungen verwendet" +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "Name der App" -#: ../../mod/profiles.php:623 -msgid "Tell us about yourself..." -msgstr "ErzĂ€hle uns ein wenig von Dir âŠ" +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "Ort (URL) der App" -#: ../../mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbys/Interessen" +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "URL zum Icon" -#: ../../mod/profiles.php:625 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformation und soziale Netzwerke" +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "80 x 80 Pixel â optional" -#: ../../mod/profiles.php:626 -msgid "My other channels" -msgstr "Meine anderen KanĂ€le" +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "Versions-ID" -#: ../../mod/profiles.php:627 -msgid "Musical interests" -msgstr "Musikalische Interessen" +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "Preis der App" -#: ../../mod/profiles.php:628 -msgid "Books, literature" -msgstr "BĂŒcher, Literatur" +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "Ort (URL), um die App zu kaufen" -#: ../../mod/profiles.php:629 -msgid "Television" -msgstr "Fernsehen" +#: ../../mod/poll.php:64 +msgid "Poll" +msgstr "Umfrage" -#: ../../mod/profiles.php:630 -msgid "Film/dance/culture/entertainment" -msgstr "Film/Tanz/Kultur/Unterhaltung" +#: ../../mod/poll.php:69 +msgid "View Results" +msgstr "Ergebnisse ansehen" -#: ../../mod/profiles.php:631 -msgid "Love/romance" -msgstr "Liebe/Romantik" +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geĂ€ndert wurde ist nicht erlaubt." -#: ../../mod/profiles.php:632 -msgid "Work/employment" -msgstr "Arbeit/Anstellung" +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Dieses Konto löschen" -#: ../../mod/profiles.php:633 -msgid "School/education" -msgstr "Schule/Ausbildung" +#: ../../mod/removeaccount.php:58 +msgid "" +"This will completely remove this account including all its channels from the" +" network. Once this has been done it is not recoverable." +msgstr "Hiermit wird dieses Nutzerkonto einschlieĂlich all seiner KanĂ€le komplett aus dem Netzwerk entfernt. Dieser Vorgang kann nicht rĂŒckgĂ€ngig gemacht werden." -#: ../../mod/profiles.php:639 -msgid "This is your default profile." -msgstr "Das ist Dein Standardprofil" +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Dieses Konto, all seine KanĂ€le sowie alle Kanal-Klone aus dem Netzwerk löschen" -#: ../../mod/profiles.php:692 -msgid "Edit/Manage Profiles" -msgstr "Profile bearbeiten/verwalten" +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "StandardmĂ€Ăig werden nur die Kanalklone auf diesem RedMatrix-Hub aus dem Netzwerk entfernt" -#: ../../mod/profiles.php:693 -msgid "Add profile things" -msgstr "Profil-Dinge hinzufĂŒgen" +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "Keine DienstklassenbeschrĂ€nkungen gefunden." -#: ../../mod/profiles.php:694 -msgid "Include desirable objects in your profile" -msgstr "Binde begehrenswerte Dinge in Dein Profil ein" +#: ../../mod/impel.php:33 +msgid "webpage" +msgstr "Webseite" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" -msgstr "Lesezeichen hinzugefĂŒgt" +#: ../../mod/impel.php:38 +msgid "block" +msgstr "Block" -#: ../../mod/bookmarks.php:58 -msgid "My Bookmarks" -msgstr "Meine Lesezeichen" +#: ../../mod/impel.php:43 +msgid "layout" +msgstr "Layout" -#: ../../mod/bookmarks.php:69 -msgid "My Connections Bookmarks" -msgstr "Lesezeichen meiner Kontakte" +#: ../../mod/impel.php:117 +#, php-format +msgid "%s element installed" +msgstr "Element fĂŒr %s installiert" -#: ../../mod/common.php:10 -msgid "No channel." -msgstr "Kein Kanal." +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 +msgid "Schema Default" +msgstr "Schema-Standard" -#: ../../mod/common.php:39 -msgid "Common connections" -msgstr "Gemeinsame Verbindungen" +#: ../../view/theme/apw/php/config.php:203 +msgid "Sans-Serif" +msgstr "Sans-Serif" -#: ../../mod/common.php:44 -msgid "No connections in common." -msgstr "Keine gemeinsamen Verbindungen." +#: ../../view/theme/apw/php/config.php:204 +msgid "Monospace" +msgstr "Monospace" -#: ../../mod/like.php:15 -msgid "Like/Dislike" -msgstr "Mögen/Nicht mögen" +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/php/config.php:69 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Theme settings" +msgstr "Theme-Einstellungen" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." -msgstr "Diese Aktion kann nur von Mitgliedern ausgefĂŒhrt werden." +#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Set scheme" +msgstr "Schema" -#: ../../mod/like.php:21 -msgid "" -"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a " -"href=\"register\">register as a new RedMatrix member</a> to continue." -msgstr "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren." +#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Set font-size for posts and comments" +msgstr "SchriftgröĂe fĂŒr BeitrĂ€ge und Kommentare" -#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 -msgid "Invalid request." -msgstr "UngĂŒltige Anfrage." +#: ../../view/theme/apw/php/config.php:262 +msgid "Set font face" +msgstr "Schriftart" -#: ../../mod/like.php:119 -msgid "thing" -msgstr "Sache" +#: ../../view/theme/apw/php/config.php:263 +msgid "Set iconset" +msgstr "Icon-Set" -#: ../../mod/like.php:165 -msgid "Channel unavailable." -msgstr "Kanal nicht vorhanden." +#: ../../view/theme/apw/php/config.php:264 +msgid "Set big shadow size, default 15px 15px 15px" +msgstr "GröĂe der groĂen Schatten, Standard 15px 15px 15px" -#: ../../mod/like.php:204 -msgid "Previous action reversed." -msgstr "Die vorherige Aktion wurde rĂŒckgĂ€ngig gemacht." +#: ../../view/theme/apw/php/config.php:265 +msgid "Set small shadow size, default 5px 5px 5px" +msgstr "GröĂe der kleinen Schatten, Standard 5px 5px 5px" -#: ../../mod/like.php:417 -msgid "Action completed." -msgstr "Aktion durchgefĂŒhrt." +#: ../../view/theme/apw/php/config.php:266 +msgid "Set shadow color, default #000" +msgstr "Schattenfarbe, Standard #000" -#: ../../mod/like.php:418 -msgid "Thank you." -msgstr "Vielen Dank." +#: ../../view/theme/apw/php/config.php:267 +msgid "Set radius size, default 5px" +msgstr "Radius, Standard 5px" -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "Keine System-Benachrichtigungen mehr." +#: ../../view/theme/apw/php/config.php:268 +msgid "Set line-height for posts and comments" +msgstr "Zeilenhöhe fĂŒr BeitrĂ€ge und Kommentare" -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "System-Benachrichtigungen" +#: ../../view/theme/apw/php/config.php:269 +msgid "Set background image" +msgstr "Hintergrundbild" -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Zugriff fĂŒr die Anwendung autorisieren" +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "Hintergrund-Attachment" -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Trage folgenden Sicherheitscode in der Anwendung ein:" +#: ../../view/theme/apw/php/config.php:271 +msgid "Set background color" +msgstr "Hintergrundfarbe" -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Zum Weitermachen, bitte einloggen." +#: ../../view/theme/apw/php/config.php:272 +msgid "Set section background image" +msgstr "Hintergrundbild fĂŒr Section" -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten fĂŒr Dich zu erstellen?" +#: ../../view/theme/apw/php/config.php:273 +msgid "Set section background color" +msgstr "Hintergrundfarbe fĂŒr Section" -#: ../../mod/chat.php:167 -msgid "Room not found" -msgstr "Chatraum konnte nicht gefunden werden." +#: ../../view/theme/apw/php/config.php:274 +msgid "Set color of items - use hex" +msgstr "Farbe der BeitrĂ€ge â Hex benutzen" -#: ../../mod/chat.php:178 -msgid "Leave Room" -msgstr "Raum verlassen" +#: ../../view/theme/apw/php/config.php:275 +msgid "Set color of links - use hex" +msgstr "Farbe der Links â Hex benutzen" -#: ../../mod/chat.php:179 -msgid "Delete This Room" -msgstr "Diesen Raum löschen" +#: ../../view/theme/apw/php/config.php:276 +msgid "Set max-width for items. Default 400px" +msgstr "Maximalbreite fĂŒr BeitrĂ€ge, Standard 400px" -#: ../../mod/chat.php:180 -msgid "I am away right now" -msgstr "Ich bin gerade nicht da" +#: ../../view/theme/apw/php/config.php:277 +msgid "Set min-width for items. Default 240px" +msgstr "Minimalbreite fĂŒr BeitrĂ€ge, Standard 240px" -#: ../../mod/chat.php:181 -msgid "I am online" -msgstr "Ich bin online" +#: ../../view/theme/apw/php/config.php:278 +msgid "Set the generic content wrapper width. Default 48%" +msgstr "Breite des generic content wrapper, Standard 48%" -#: ../../mod/chat.php:183 -msgid "Bookmark this room" -msgstr "Lesezeichen fĂŒr diesen Raum" +#: ../../view/theme/apw/php/config.php:279 +msgid "Set color of fonts - use hex" +msgstr "Schriftfarbe â Hex benutzen" -#: ../../mod/chat.php:207 ../../mod/chat.php:229 -msgid "New Chatroom" -msgstr "Neuer Chatraum" +#: ../../view/theme/apw/php/config.php:280 +msgid "Set background-size element" +msgstr "GröĂe des Hintergrund-Elements" -#: ../../mod/chat.php:208 -msgid "Chatroom Name" -msgstr "Name des Chatraums" +#: ../../view/theme/apw/php/config.php:281 +msgid "Item opacity" +msgstr "Deckkraft der BeitrĂ€ge" -#: ../../mod/chat.php:225 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "%1$ss ChatrĂ€ume" +#: ../../view/theme/apw/php/config.php:282 +msgid "Display post previews only" +msgstr "Nur Beitragsvorschauen anzeigen" -#: ../../mod/events.php:72 -msgid "Event title and start time are required." -msgstr "Veranstaltungs- Titel und Startzeit sind erforderlich." +#: ../../view/theme/apw/php/config.php:283 +msgid "Display side bar on channel page" +msgstr "Seitenleiste auf der Kanalseite anzeigen" -#: ../../mod/events.php:86 -msgid "Event not found." -msgstr "Termin nicht gefunden." +#: ../../view/theme/apw/php/config.php:284 +msgid "Colour of the navigation bar" +msgstr "Farbe der Navigationsleiste" -#: ../../mod/events.php:329 -msgid "l, F j" -msgstr "l, F j" +#: ../../view/theme/apw/php/config.php:285 +msgid "Item float" +msgstr "Float fĂŒr BeitrĂ€ge" -#: ../../mod/events.php:351 -msgid "Edit event" -msgstr "Veranstaltung bearbeiten" +#: ../../view/theme/apw/php/config.php:286 +msgid "Left offset of the section element" +msgstr "Linker Offset fĂŒr das Section-Element" -#: ../../mod/events.php:397 -msgid "Create New Event" -msgstr "Neue Veranstaltung erstellen" +#: ../../view/theme/apw/php/config.php:287 +msgid "Right offset of the section element" +msgstr "Rechter Offset fĂŒr das Section-Element" -#: ../../mod/events.php:398 -msgid "Previous" -msgstr "Voriges" +#: ../../view/theme/apw/php/config.php:288 +msgid "Section width" +msgstr "Breite der Section" -#: ../../mod/events.php:469 -msgid "hour:minute" -msgstr "Stunde:Minute" +#: ../../view/theme/apw/php/config.php:289 +msgid "Left offset of the aside" +msgstr "Linker Offset fĂŒr das Aside-Element" -#: ../../mod/events.php:489 -msgid "Event details" -msgstr "Veranstaltungs-Details" +#: ../../view/theme/apw/php/config.php:290 +msgid "Right offset of the aside element" +msgstr "Rechter Offset fĂŒr das Aside-Element" -#: ../../mod/events.php:490 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Format ist %s %s. Startzeit und Titel sind erforderlich." +#: ../../view/theme/blogga/php/config.php:47 +#: ../../view/theme/blogga/view/theme/blog/config.php:47 +msgid "None" +msgstr "Kein" -#: ../../mod/events.php:492 -msgid "Event Starts:" -msgstr "Veranstaltung startet:" +#: ../../view/theme/blogga/php/config.php:70 +#: ../../view/theme/blogga/view/theme/blog/config.php:70 +msgid "Header image" +msgstr "Header-Bild" -#: ../../mod/events.php:495 -msgid "Finish date/time is not known or not relevant" -msgstr "Ende Datum/Zeit sind unbekannt oder unwichtig" +#: ../../view/theme/blogga/php/config.php:71 +#: ../../view/theme/blogga/view/theme/blog/config.php:71 +msgid "Header image only on profile pages" +msgstr "Header-Bild nur auf Profilseiten" -#: ../../mod/events.php:497 -msgid "Event Finishes:" -msgstr "Veranstaltung endet:" +#: ../../view/theme/redbasic/php/config.php:86 +msgid "Light (Red Matrix default)" +msgstr "Hell (RedMatrix-Voreinstellung)" -#: ../../mod/events.php:500 -msgid "Adjust for viewer timezone" -msgstr "An die Zeitzone des Betrachters anpassen" +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Narrow navbar" +msgstr "Schmale Navigationsleiste" -#: ../../mod/events.php:502 -msgid "Description:" -msgstr "Beschreibung:" +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation bar background color" +msgstr "Hintergrundfarbe der Navigationsleiste" -#: ../../mod/events.php:506 -msgid "Title:" -msgstr "Titel:" +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation bar gradient top color" +msgstr "Farbverlauf der Navigationsleiste: Farbe oben" -#: ../../mod/events.php:508 -msgid "Share this event" -msgstr "Die Veranstaltung teilen" +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Navigation bar gradient bottom color" +msgstr "Farbverlauf der Navigationsleiste: Farbe unten" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "UngĂŒltiger Anfrage-Identifikator." +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Navigation active button gradient top color" +msgstr "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf oben" -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "Verwerfen" +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Navigation active button gradient bottom color" +msgstr "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf unten" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "Kein gĂŒltiges Konto gefunden." +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Navigation bar border color " +msgstr "Farbe fĂŒr den Rand der Navigationsleiste" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "ZurĂŒcksetzen des Passworts eingeleitet. Schau in Deine E-Mails." +#: ../../view/theme/redbasic/php/config.php:113 +msgid "Navigation bar icon color " +msgstr "Farbe fĂŒr die Icons der Navigationsleiste" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 -#, php-format -msgid "Site Member (%s)" -msgstr "Nutzer (%s)" +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Navigation bar active icon color " +msgstr "Farbe fĂŒr aktive Icons der Navigationsleiste" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "Passwort-RĂŒcksetzung auf %s angefordert" +#: ../../view/theme/redbasic/php/config.php:115 +msgid "link color" +msgstr "Farbe fĂŒr Links" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-RĂŒcksetzung fehlgeschlagen." +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set font-color for banner" +msgstr "Farbe der Schrift des Banners" -#: ../../mod/lostpass.php:86 -msgid "Your password has been reset as requested." -msgstr "Dein Passwort wurde wie angefordert neu erstellt." +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set the background color" +msgstr "Hintergrundfarbe" -#: ../../mod/lostpass.php:87 -msgid "Your new password is" -msgstr "Dein neues Passwort lautet" +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set the background image" +msgstr "Hintergrundbild" -#: ../../mod/lostpass.php:88 -msgid "Save or copy your new password - and then" -msgstr "Speichere oder kopiere Dein neues Passwort â und dann" +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set the background color of items" +msgstr "Hintergrundfarbe fĂŒr BeitrĂ€ge" -#: ../../mod/lostpass.php:89 -msgid "click here to login" -msgstr "Klicke hier, um dich anzumelden" +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set the background color of comments" +msgstr "Hintergrundfarbe fĂŒr Kommentare" -#: ../../mod/lostpass.php:90 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." -msgstr "Dein Passwort kann unter <em>Einstellungen</em> nach einer erfolgreichen Anmeldung geĂ€ndert werden." +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set the border color of comments" +msgstr "Farbe des Randes von Kommentaren" -#: ../../mod/lostpass.php:107 -#, php-format -msgid "Your password has changed at %s" -msgstr "Auf %s wurde Dein Passwort geĂ€ndert" +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set the indent for comments" +msgstr "Einzug fĂŒr Kommentare" -#: ../../mod/lostpass.php:122 -msgid "Forgot your Password?" -msgstr "Kennwort vergessen?" +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set the basic color for item icons" +msgstr "Grundfarbe fĂŒr Beitrags-Icons" -#: ../../mod/lostpass.php:123 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurĂŒcksetzen zu lassen. Du erhĂ€ltst dann weitere Anweisungen per E-Mail." +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set the hover color for item icons" +msgstr "Farbe fĂŒr Beitrags-Icons unter dem Mauszeiger" -#: ../../mod/lostpass.php:124 -msgid "Email Address" -msgstr "E-Mail Adresse" +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set the background color of other content" +msgstr "Hintergrundfarbe fĂŒr sonstigen Inhalt" -#: ../../mod/lostpass.php:125 -msgid "Reset" -msgstr "ZurĂŒcksetzen" +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set font-size for the entire application" +msgstr "SchriftgröĂe fĂŒr die ganze Applikation" -#: ../../mod/layouts.php:62 -msgid "Help with this feature" -msgstr "Hilfe zu dieser Funktion" +#: ../../view/theme/redbasic/php/config.php:128 +msgid "Set font-color for posts and comments" +msgstr "Schriftfarbe fĂŒr Posts und Kommentare" -#: ../../mod/layouts.php:84 -msgid "Layout Name" -msgstr "Layout-Name" +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Set radius of corners" +msgstr "Ecken-Radius" -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "Block bearbeiten" +#: ../../view/theme/redbasic/php/config.php:130 +msgid "Set shadow depth of photos" +msgstr "Schattentiefe von Fotos" -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "Block löschen?" +#: ../../view/theme/redbasic/php/config.php:131 +msgid "Set maximum width of conversation regions" +msgstr "Maximalbreite der Unterhaltungsbereiche" -#: ../../mod/editblock.php:153 -msgid "Delete Block" -msgstr "Block löschen" +#: ../../view/theme/redbasic/php/config.php:132 +msgid "Center conversation regions" +msgstr "Konversationsbereich zentrieren" -#: ../../mod/editlayout.php:72 -msgid "Edit Layout" -msgstr "Layout bearbeiten" +#: ../../view/theme/redbasic/php/config.php:133 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)" -#: ../../mod/editlayout.php:82 -msgid "Delete layout?" -msgstr "Layout löschen?" +#: ../../view/theme/redbasic/php/config.php:134 +msgid "Set size of conversation author photo" +msgstr "GröĂe der Avatare von Themenstartern" -#: ../../mod/editlayout.php:146 -msgid "Delete Layout" -msgstr "Layout löschen" +#: ../../view/theme/redbasic/php/config.php:135 +msgid "Set size of followup author photos" +msgstr "GröĂe der Avatare von Kommentatoren" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanal hinzugefĂŒgt." +#: ../../view/theme/redbasic/php/config.php:136 +msgid "Sloppy photo albums" +msgstr "SchrĂ€ge Fotoalben" + +#: ../../view/theme/redbasic/php/config.php:136 +msgid "Are you a clean desk or a messy desk person?" +msgstr "Bist Du jemand, der einen aufgerĂ€umten Schreibtisch hat, oder eher einen chaotischen?" + +#: ../../boot.php:1293 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen." + +#: ../../boot.php:1296 +#, php-format +msgid "Update Error at %s" +msgstr "Aktualisierungsfehler auf %s" + +#: ../../boot.php:1470 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können." + +#: ../../boot.php:1498 +msgid "Password" +msgstr "Kennwort" + +#: ../../boot.php:1499 +msgid "Remember me" +msgstr "Angaben speichern" + +#: ../../boot.php:1504 +msgid "Forgot your password?" +msgstr "Passwort vergessen?" + +#: ../../boot.php:1569 +msgid "permission denied" +msgstr "Zugriff verweigert" + +#: ../../boot.php:1570 +msgid "Got Zot?" +msgstr "Haste schon Zot?" + +#: ../../boot.php:2000 +msgid "toggle mobile" +msgstr "auf/von mobile Ansicht wechseln" diff --git a/view/de/passchanged_eml.tpl b/view/de/passchanged_eml.tpl index 0d94be3c2..95805f677 100644 --- a/view/de/passchanged_eml.tpl +++ b/view/de/passchanged_eml.tpl @@ -1,20 +1,20 @@ -Dear {{$username}}, - Your password has been changed as requested. Please retain this -information for your records (or change your password immediately to -something that you will remember). +Hallo {{$username}}, + Dein Passwort wurde wie gewĂŒnscht geĂ€ndert. Bitte nimm diese +Information zu Deinen Unterlagen (oder Ă€ndere Dein Passwort sofort auf +etwas, an das Du Dich erinnern kannst). -Your login details are as follows: +Deine Anmeldedetails lauten wie folgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} -Password: {{$new_password}} +Web-Adresse des Servers: {{$siteurl}} +Username: {{$email}} +Passwort: {{$new_password}} -You may change that password from your account settings page after logging in. +Du solltest das Passwort nach dem Einloggen in den Einstellungen Ă€ndern. -Sincerely, - {{$sitename}} Administrator +Mit freundlichen GrĂŒĂen, + der Administrator von {{$sitename}} - +
\ No newline at end of file diff --git a/view/de/register_open_eml.tpl b/view/de/register_open_eml.tpl index 4b397201c..ce96d2ec6 100644 --- a/view/de/register_open_eml.tpl +++ b/view/de/register_open_eml.tpl @@ -1,19 +1,19 @@ -An account has been created at {{$sitename}} for this email address. -The login details are as follows: +Auf {{$sitename}} fĂŒr diese E-Mail-Adresse ein Konto angelegt. +Die Anmeldedetails lauten wie folgt: -Site Location: {{$siteurl}} -Login: {{$email}} -Password: (the password which was provided during registration) +Adresse des Servers: {{$siteurl}} +Username: {{$email}} +Passwort: (das Passwort, das Du wĂ€hrend des Registrierungsvorgangs angegeben hast) -If this account was created without your knowledge and is not desired, you may -visit this site and reset the password. This will allow you to remove the -account from the links on the Settings page, and we -apologise for any inconvenience. +Falls das Konto ohne Dein Wissen erstellt wurde und Du es löschen möchtest, kannst Du auf der +Login-Seite des Servers das Passwort zurĂŒcksetzen lassen. Mit dem neuen Passwort kannst Du +Dich einloggen und dann auf der Einstellungen-Seite das Konto löschen. Bitte +entschuldige die Unannehmlichkeit. -Thank you and welcome to {{$sitename}}. +Danke, und herzlich Willkommen auf {{$sitename}}! -Sincerely, - {{$sitename}} Administrator +Viele GrĂŒĂe, + der Administrator von {{$sitename}} - +
\ No newline at end of file diff --git a/view/de/register_verify_eml.tpl b/view/de/register_verify_eml.tpl index 85d9a12d3..4da21265d 100644 --- a/view/de/register_verify_eml.tpl +++ b/view/de/register_verify_eml.tpl @@ -1,25 +1,24 @@ -A new user registration request was received at {{$sitename}} which requires -your approval. +Eine neuer Benutzer hat sich auf {{$sitename}} registriert und benötigt +Deine Freigabe. -The login details are as follows: +Die Anmeldedetails lauten wie folgt: -Site Location: {{$siteurl}} -Login Name: {{$email}} -IP Address: {{$details}} +Adresse des Servers: {{$siteurl}} +Username: {{$email}} +IP-Adresse: {{$details}} -To approve this request please visit the following link: +Um die Anfrage zu bestĂ€tigen besuche bitte folgenden Link: {{$siteurl}}/regmod/allow/{{$hash}} -To deny the request and remove the account, please visit: +Um die Anfrage abzulehnen und das Konto zu entfernen besuche bitte: {{$siteurl}}/regmod/deny/{{$hash}} -Thank you. - +Vielen Dank. diff --git a/view/de/request_notify_eml.tpl b/view/de/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/de/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/de/strings.php b/view/de/strings.php index 6816c61e8..b837aa636 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -5,95 +5,11 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Light (Red Matrix default)"] = "Hell (RedMatrix Voreinstellung)"; -$a->strings["Submit"] = "BestĂ€tigen"; -$a->strings["Theme settings"] = "Theme-Einstellungen"; -$a->strings["Set scheme"] = "Schema"; -$a->strings["Narrow navbar"] = "Verkleinere Navigationsleiste"; -$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; -$a->strings["Navigation bar gradient top color"] = "Farbverlauf der Navigationsleiste: Farbe oben"; -$a->strings["Navigation bar gradient bottom color"] = "Farbverlauf der Navigationsleiste: Farbe unten"; -$a->strings["Navigation active button gradient top color"] = "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf oben"; -$a->strings["Navigation active button gradient bottom color"] = "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf unten"; -$a->strings["Navigation bar border color "] = "Farbe fĂŒr den Rand der Navigationsleiste"; -$a->strings["Navigation bar icon color "] = "Farbe fĂŒr die Icons der Navigationsleiste"; -$a->strings["Navigation bar active icon color "] = "Farbe fĂŒr aktive Icons der Navigationsleiste"; -$a->strings["link color"] = "Farbe fĂŒr Links"; -$a->strings["Set font-color for banner"] = "Farbe der Schrift des Banners"; -$a->strings["Set the background color"] = "Hintergrundfarbe"; -$a->strings["Set the background image"] = "Hintergrundbild"; -$a->strings["Set the background color of items"] = "Hintergrundfarbe fĂŒr BeitrĂ€ge"; -$a->strings["Set the background color of comments"] = "Hintergrundfarbe fĂŒr Kommentare"; -$a->strings["Set the border color of comments"] = "Farbe des Randes von Kommentaren"; -$a->strings["Set the indent for comments"] = "Einzug fĂŒr Kommmentare einstellen"; -$a->strings["Set the basic color for item icons"] = "Grundfarbe fĂŒr Beitrags-Icons"; -$a->strings["Set the hover color for item icons"] = "Farbe fĂŒr Beitrags-Icons unter dem Mauszeiger"; -$a->strings["Set font-size for the entire application"] = "SchriftgröĂe fĂŒr die ganze Applikation"; -$a->strings["Set font-size for posts and comments"] = "SchriftgröĂe fĂŒr BeitrĂ€ge und Kommentare"; -$a->strings["Set font-color for posts and comments"] = "Schriftfarbe fĂŒr Posts und Kommentare"; -$a->strings["Set radius of corners"] = "Ecken-Radius"; -$a->strings["Set shadow depth of photos"] = "Schattentiefe von Fotos"; -$a->strings["Set maximum width of conversation regions"] = "Maximalbreite der Unterhaltungsbereiche"; -$a->strings["Center conversation regions"] = "Konversationsbereich zentrieren"; -$a->strings["Set minimum opacity of nav bar - to hide it"] = "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)"; -$a->strings["Set size of conversation author photo"] = "GröĂe der Avatare von Themenstartern"; -$a->strings["Set size of followup author photos"] = "GröĂe der Avatare von Kommentatoren"; -$a->strings["Sloppy photo albums"] = "SchrĂ€ge Fotoalben"; -$a->strings["Are you a clean desk or a messy desk person?"] = "Bist Du jemand, der einen aufgerĂ€umten Schreibtisch hat, oder eher einen chaotischen?"; -$a->strings["Update %s failed. See error logs."] = "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."; -$a->strings["Update Error at %s"] = "Aktualisierungsfehler auf %s"; -$a->strings["Create an account to access services and applications within the Red Matrix"] = "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können."; -$a->strings["Register"] = "Registrieren"; -$a->strings["Logout"] = "Abmelden"; -$a->strings["Login"] = "Anmelden"; -$a->strings["Email"] = "E-Mail"; -$a->strings["Password"] = "Kennwort"; -$a->strings["Remember me"] = "Angaben speichern"; -$a->strings["Forgot your password?"] = "Passwort vergessen?"; -$a->strings["Password Reset"] = "ZurĂŒcksetzen des Kennworts"; -$a->strings["permission denied"] = "Zugriff verweigert"; -$a->strings["Got Zot?"] = "Haste schon Zot?"; -$a->strings["toggle mobile"] = "auf/von mobile Ansicht wechseln"; -$a->strings["Logged out."] = "Ausgeloggt."; -$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen"; -$a->strings["Login failed."] = "Login fehlgeschlagen."; -$a->strings["Default"] = "Standard"; -$a->strings["Permission denied."] = "Zugang verweigert"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen fĂŒr den Datenbank-Server '%s' nicht finden"; $a->strings["Profile Photos"] = "Profilfotos"; -$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild ĂŒberschreitet das Limit der Webseite von %lu bytes"; -$a->strings["Image file is empty."] = "Bilddatei ist leer."; -$a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten"; -$a->strings["Photo storage failed."] = "Foto speichern schlug fehl"; -$a->strings["Photo Albums"] = "Fotoalben"; -$a->strings["Upload New Photos"] = "Lade neue Fotos hoch"; -$a->strings["%d invitation available"] = array( - 0 => "%d Einladung verfĂŒgbar", - 1 => "%d Einladungen verfĂŒgbar", -); -$a->strings["Advanced"] = "Fortgeschritten"; -$a->strings["Find Channels"] = "Finde KanĂ€le"; -$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; -$a->strings["Connect/Follow"] = "Verbinden/Folgen"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiele: Robert Morgenstein, Angeln"; -$a->strings["Find"] = "Finde"; -$a->strings["Channel Suggestions"] = "Kanal-VorschlĂ€ge"; -$a->strings["Random Profile"] = "Zufallsprofil"; -$a->strings["Invite Friends"] = "Lade Freunde ein"; -$a->strings["Exammple: name=fred and country=iceland"] = "Beispiel: name=fred und country=deutschland"; -$a->strings["Advanced Find"] = "Erweiterte Suche"; -$a->strings["Saved Folders"] = "Gesicherte Ordner"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Kategorien"; -$a->strings["%d connection in common"] = array( - 0 => "%d gemeinsame Verbindung", - 1 => "%d gemeinsame Verbindungen", -); -$a->strings["show more"] = "mehr zeigen"; -$a->strings[" and "] = "und"; -$a->strings["public profile"] = "öffentliches Profil"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” geĂ€ndert"; -$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verĂ€ndert."; +$a->strings["view full size"] = "In Vollbildansicht anschauen"; +$a->strings["Embedded content"] = "Eingebetteter Inhalt"; +$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; $a->strings["Permission denied"] = "Keine Berechtigung"; $a->strings["(Unknown)"] = "(Unbekannt)"; $a->strings["Visible to anybody on the internet."] = "FĂŒr jeden im Internet sichtbar."; @@ -103,301 +19,126 @@ $a->strings["Visible to anybody authenticated."] = "FĂŒr jeden sichtbar, der ang $a->strings["Visible to anybody on %s."] = "FĂŒr jeden auf %s sichtbar."; $a->strings["Visible to all connections."] = "FĂŒr alle Verbindungen sichtbar."; $a->strings["Visible to approved connections."] = "Nur fĂŒr akzeptierte Verbindungen sichtbar."; +$a->strings["Visible to specific connections."] = "Sichtbar fĂŒr bestimmte Verbindungen."; $a->strings["Item not found."] = "Element nicht gefunden."; +$a->strings["Permission denied."] = "Zugang verweigert"; $a->strings["Collection not found."] = "Sammlung nicht gefunden"; $a->strings["Collection is empty."] = "Sammlung ist leer."; $a->strings["Collection: %s"] = "Sammlung: %s"; $a->strings["Connection: %s"] = "Verbindung: %s"; $a->strings["Connection not found."] = "Die Verbindung wurde nicht gefunden."; -$a->strings["Connect"] = "Verbinden"; -$a->strings["New window"] = "Neues Fenster"; -$a->strings["Open the selected location in a different window or browser tab"] = "Ăffne die markierte Adresse in einem neuen Browser Fenster oder Tab"; -$a->strings["Miscellaneous"] = "Verschiedenes"; -$a->strings["year"] = "Jahr"; -$a->strings["month"] = "Monat"; -$a->strings["day"] = "Tag"; -$a->strings["never"] = "Nie"; -$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde"; -$a->strings["years"] = "Jahre"; -$a->strings["months"] = "Monate"; -$a->strings["week"] = "Woche"; -$a->strings["weeks"] = "Wochen"; -$a->strings["days"] = "Tage"; -$a->strings["hour"] = "Stunde"; -$a->strings["hours"] = "Stunden"; -$a->strings["minute"] = "Minute"; -$a->strings["minutes"] = "Minuten"; -$a->strings["second"] = "Sekunde"; -$a->strings["seconds"] = "Sekunden"; -$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; -$a->strings["%1\$s's birthday"] = "%1\$s's Geburtstag"; -$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag %1\$s"; -$a->strings["Unable to obtain identity information from database"] = "Kann keine IdentitĂ€ts-Informationen aus Datenbank beziehen"; -$a->strings["Empty name"] = "Namensfeld leer"; -$a->strings["Name too long"] = "Name ist zu lang"; -$a->strings["No account identifier"] = "Keine Account-Kennung"; -$a->strings["Nickname is required."] = "Spitzname ist erforderlich."; -$a->strings["Reserved nickname. Please choose another."] = "Reservierter Kurzname. Bitte wĂ€hle einen anderen."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Der Spitzname enthĂ€lt nicht-unterstĂŒtze Zeichen oder wird bereits auf dieser Seite genutzt."; -$a->strings["Unable to retrieve created identity"] = "Kann die erstellte IdentitĂ€t nicht empfangen"; -$a->strings["Default Profile"] = "Standard-Profil"; -$a->strings["Friends"] = "Freunde"; -$a->strings["Requested channel is not available."] = "Angeforderte Kanal nicht verfĂŒgbar."; -$a->strings["Requested profile is not available."] = "ErwĂŒnschte Profil ist nicht verfĂŒgbar."; -$a->strings["Change profile photo"] = "Profilfoto Ă€ndern"; -$a->strings["Profiles"] = "Profile"; -$a->strings["Manage/edit profiles"] = "Profile verwalten/bearbeiten"; -$a->strings["Create New Profile"] = "Neues Profil erstellen"; -$a->strings["Edit Profile"] = "Profile bearbeiten"; -$a->strings["Profile Image"] = "Profilfoto:"; -$a->strings["visible to everybody"] = "sichtbar fĂŒr jeden"; -$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; -$a->strings["Location:"] = "Ort:"; -$a->strings["Gender:"] = "Geschlecht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["Online Now"] = "gerade online"; -$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r"; -$a->strings["F d"] = "d. F"; -$a->strings["[today]"] = "[Heute]"; -$a->strings["Birthday Reminders"] = "Geburtstags Erinnerungen"; -$a->strings["Birthdays this week:"] = "Geburtstage in dieser Woche:"; -$a->strings["[No description]"] = "[Keine Beschreibung]"; -$a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen"; -$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:"; +$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt"; +$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert"; +$a->strings["Site Admin"] = "Server-Administrator"; +$a->strings["Bookmarks"] = "Lesezeichen"; +$a->strings["Address Book"] = "Adressbuch"; +$a->strings["Login"] = "Anmelden"; +$a->strings["Channel Manager"] = "Kanal-Manager"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["Settings"] = "Einstellungen"; +$a->strings["Files"] = "Dateien"; +$a->strings["Webpages"] = "Webseiten"; +$a->strings["Channel Home"] = "Mein Kanal"; $a->strings["Profile"] = "Profil"; -$a->strings["Full Name:"] = "Voller Name:"; -$a->strings["Like this channel"] = "Mag den Kanal"; -$a->strings["__ctx:noun__ Like"] = array( - 0 => "GefĂ€llt mir", - 1 => "GefĂ€llt mir", -); -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Geburtstag:"; -$a->strings["Age:"] = "Alter:"; -$a->strings["for %1\$d %2\$s"] = "seit %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:"; -$a->strings["Hometown:"] = "Heimatstadt:"; -$a->strings["Tags:"] = "Schlagworte:"; -$a->strings["Political Views:"] = "Politische Ansichten:"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["About:"] = "Ăber:"; -$a->strings["Hobbies/Interests:"] = "Hobbys/Interessen:"; -$a->strings["Likes:"] = "GefĂ€llt:"; -$a->strings["Dislikes:"] = "GefĂ€llt nicht:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformation und soziale Netzwerke:"; -$a->strings["My other channels:"] = "Meine anderen KanĂ€le:"; -$a->strings["Musical interests:"] = "Musikalische Interessen:"; -$a->strings["Books, literature:"] = "BĂŒcher, Literatur:"; -$a->strings["Television:"] = "Fernsehen:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/Tanz/Kultur/Unterhaltung:"; -$a->strings["Love/Romance:"] = "Liebe/Romantik:"; -$a->strings["Work/employment:"] = "Arbeit/Anstellung:"; -$a->strings["School/education:"] = "Schule/Ausbildung:"; -$a->strings["Like this thing"] = "Finde ich gut"; -$a->strings["New Page"] = "Neue Seite"; +$a->strings["Photos"] = "Fotos"; +$a->strings["Events"] = "Veranstaltungen"; +$a->strings["Directory"] = "Verzeichnis"; +$a->strings["Help"] = "Hilfe"; +$a->strings["Mail"] = "Mail"; +$a->strings["Mood"] = "Laune"; +$a->strings["Poke"] = "Anstupsen"; +$a->strings["Chat"] = "Chat"; +$a->strings["Search"] = "Suche"; +$a->strings["Probe"] = "Testen"; +$a->strings["Suggest"] = "Empfehlungen"; +$a->strings["Random Channel"] = "ZufĂ€lliger Kanal"; +$a->strings["Invite"] = "Einladen"; +$a->strings["Features"] = "Funktionen"; +$a->strings["Language"] = "Sprache"; +$a->strings["Post"] = "Beitrag"; +$a->strings["Profile Photo"] = "Profilfoto"; +$a->strings["Update"] = "Aktualisieren"; +$a->strings["Install"] = "Installieren"; +$a->strings["Purchase"] = "Kaufen"; $a->strings["Edit"] = "Bearbeiten"; +$a->strings["Delete"] = "Löschen"; +$a->strings["Unknown"] = "Unbekannt"; +$a->strings["New Page"] = "Neue Seite"; $a->strings["View"] = "Ansicht"; $a->strings["Preview"] = "Vorschau"; $a->strings["Actions"] = "Aktionen"; -$a->strings["Page Link"] = "Seiten Link"; +$a->strings["Page Link"] = "Seiten-Link"; $a->strings["Title"] = "Titel"; $a->strings["Created"] = "Erstellt"; $a->strings["Edited"] = "GeĂ€ndert"; -$a->strings["parent"] = "Ăbergeordnetes Verzeichnis"; -$a->strings["Collection"] = "Sammlung"; -$a->strings["Principal"] = "Prinzipal"; -$a->strings["Addressbook"] = "Adressbuch"; -$a->strings["Calendar"] = "Kalender"; -$a->strings["Schedule Inbox"] = "Post-Eingang prĂŒfen"; -$a->strings["Schedule Outbox"] = "Post-Ausgang prĂŒfen"; -$a->strings["Unknown"] = "Unbekannt"; -$a->strings["%1\$s used"] = "%1\$s verwendet"; -$a->strings["%1\$s used of %2\$s (%3\$s%)"] = "von %2\$s wurden %1\$s verwendet (%3\$s%)"; -$a->strings["Files"] = "Dateien"; -$a->strings["Name"] = "Name"; -$a->strings["Type"] = "Typ"; -$a->strings["Size"] = "GröĂe"; -$a->strings["Last Modified"] = "Zuletzt geĂ€ndert"; -$a->strings["Delete"] = "Löschen"; -$a->strings["Total"] = "Summe"; -$a->strings["Create new folder"] = "Neuen Ordner anlegen"; -$a->strings["Create"] = "Erstelle"; -$a->strings["Upload file"] = "Datei hochladen"; -$a->strings["Upload"] = "Hochladen"; -$a->strings["No recipient provided."] = "Kein EmpfĂ€nger angegeben"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen."; -$a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht ĂŒberprĂŒft werden."; -$a->strings["Tags"] = "Schlagwörter"; -$a->strings["Keywords"] = "SchlĂŒsselwörter"; -$a->strings["have"] = "habe"; -$a->strings["has"] = "hat"; -$a->strings["want"] = "will"; -$a->strings["wants"] = "will"; -$a->strings["like"] = "mag"; -$a->strings["likes"] = "gefĂ€llt"; -$a->strings["dislike"] = "verurteile"; -$a->strings["dislikes"] = "missfĂ€llt"; -$a->strings["Delete this item?"] = "Dieses Element löschen?"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["[+] show all"] = "[+] Zeige alle"; -$a->strings["[-] show less"] = "[-] zeige weniger"; -$a->strings["[+] expand"] = "[+] aufklappen"; -$a->strings["[-] collapse"] = "[-] einklappen"; -$a->strings["Password too short"] = "Kennwort zu kurz"; -$a->strings["Passwords do not match"] = "Kennwörter stimmen nicht ĂŒberein"; -$a->strings["everybody"] = "alle"; -$a->strings["Secret Passphrase"] = "geheime Passphrase"; -$a->strings["Passphrase hint"] = "Hinweis zur Passphrase"; -$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Mitteilung: Berechtigungen wurden verĂ€ndert, aber noch nicht gespeichert."; -$a->strings["close all"] = "Alles schliessen"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = " "; -$a->strings["ago"] = "her"; -$a->strings["from now"] = "von jetzt"; -$a->strings["less than a minute"] = "weniger als eine Minute"; -$a->strings["about a minute"] = "ungefĂ€hr eine Minute"; -$a->strings["%d minutes"] = "%d Minuten"; -$a->strings["about an hour"] = "ungefĂ€hr eine Stunde"; -$a->strings["about %d hours"] = "ungefĂ€hr %d Stunden"; -$a->strings["a day"] = "ein Tag"; -$a->strings["%d days"] = "%d Tage"; -$a->strings["about a month"] = "ungefĂ€hr ein Monat"; -$a->strings["%d months"] = "%d Monate"; -$a->strings["about a year"] = "ungefĂ€hr ein Jahr"; -$a->strings["%d years"] = "%d Jahre"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["Can view my normal stream and posts"] = "Kann meine normalen BeitrĂ€ge sehen"; -$a->strings["Can view my default channel profile"] = "Kann mein Standardprofil sehen"; -$a->strings["Can view my photo albums"] = "Kann meine Fotoalben betrachten"; -$a->strings["Can view my connections"] = "Kann meine Verbindungen sehen"; -$a->strings["Can view my file storage"] = "Kann meine Dateiordner lesen"; -$a->strings["Can view my webpages"] = "Kann meine Webseiten sehen"; -$a->strings["Can send me their channel stream and posts"] = "Kann mir die BeitrĂ€ge aus seinem/ihrem Kanal schicken"; -$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") BeitrĂ€ge veröffentlichen"; -$a->strings["Can comment on or like my posts"] = "Darf meine BeitrĂ€ge kommentieren und mögen/nicht mögen"; -$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken"; -$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen"; -$a->strings["Can like/dislike stuff"] = "Kann andere Elemente mögen/nicht mögen"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-ErwĂ€hnung Nachrichten weiterleiten"; -$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-KanĂ€le/-Foren zu erstellen"; -$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfĂŒgbar)"; -$a->strings["Can write to my file storage"] = "Kann in meine Dateiordner schreiben"; -$a->strings["Can edit my webpages"] = "Kann meine Webseiten bearbeiten"; -$a->strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen BeitrĂ€ge als Quellen fĂŒr KanĂ€le verwenden"; -$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten â sehr nĂŒtzlich in offenen Gemeinschaften"; -$a->strings["Can administer my channel resources"] = "Kann meine KanĂ€le administrieren"; -$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weiĂt, was Du tust"; -$a->strings["Frequently"] = "HĂ€ufig"; -$a->strings["Hourly"] = "StĂŒndlich"; -$a->strings["Twice daily"] = "Zwei Mal am Tag"; -$a->strings["Daily"] = "TĂ€glich"; -$a->strings["Weekly"] = "Wöchentlich"; -$a->strings["Monthly"] = "Monatlich"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i"; -$a->strings["Starts:"] = "Beginnt:"; -$a->strings["Finishes:"] = "Endet:"; -$a->strings["This event has been added to your calendar."] = "Dieses Ereignis wurde Deinem Kalender hinzugefĂŒgt"; -$a->strings["Male"] = "MĂ€nnlich"; -$a->strings["Female"] = "Weiblich"; -$a->strings["Currently Male"] = "Momentan mĂ€nnlich"; -$a->strings["Currently Female"] = "Momentan weiblich"; -$a->strings["Mostly Male"] = "GröĂtenteils mĂ€nnlich"; -$a->strings["Mostly Female"] = "GröĂtenteils weiblich"; -$a->strings["Transgender"] = "Transsexuell"; -$a->strings["Intersex"] = "Zwischengeschlechtlich"; -$a->strings["Transsexual"] = "Transsexuell"; -$a->strings["Hermaphrodite"] = "Zwitter"; -$a->strings["Neuter"] = "Geschlechtslos"; -$a->strings["Non-specific"] = "unklar"; -$a->strings["Other"] = "Anders"; -$a->strings["Undecided"] = "Unentschieden"; -$a->strings["Males"] = "MĂ€nner"; -$a->strings["Females"] = "Frauen"; -$a->strings["Gay"] = "Schwul"; -$a->strings["Lesbian"] = "Lesbisch"; -$a->strings["No Preference"] = "Keine Bevorzugung"; -$a->strings["Bisexual"] = "Bisexuell"; -$a->strings["Autosexual"] = "Autosexuell"; -$a->strings["Abstinent"] = "Enthaltsam"; -$a->strings["Virgin"] = "JungfrĂ€ulich"; -$a->strings["Deviant"] = "Abweichend"; -$a->strings["Fetish"] = "Fetisch"; -$a->strings["Oodles"] = "Unmengen"; -$a->strings["Nonsexual"] = "Sexlos"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Einsam"; -$a->strings["Available"] = "VerfĂŒgbar"; -$a->strings["Unavailable"] = "Nicht verfĂŒgbar"; -$a->strings["Has crush"] = "Verguckt"; -$a->strings["Infatuated"] = "Verknallt"; -$a->strings["Dating"] = "Lerne gerade jemanden kennen"; -$a->strings["Unfaithful"] = "Treulos"; -$a->strings["Sex Addict"] = "SexabhĂ€ngig"; -$a->strings["Friends/Benefits"] = "Freunde/BegĂŒnstigte"; -$a->strings["Casual"] = "Lose"; -$a->strings["Engaged"] = "Verlobt"; -$a->strings["Married"] = "Verheiratet"; -$a->strings["Imaginarily married"] = "GewissermaĂen verheiratet"; -$a->strings["Partners"] = "Partner"; -$a->strings["Cohabiting"] = "Lebensgemeinschaft"; -$a->strings["Common law"] = "Informelle Ehe"; -$a->strings["Happy"] = "GlĂŒcklich"; -$a->strings["Not looking"] = "Nicht Ausschau haltend"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrogen"; -$a->strings["Separated"] = "Getrennt"; -$a->strings["Unstable"] = "Labil"; -$a->strings["Divorced"] = "Geschieden"; -$a->strings["Imaginarily divorced"] = "GewissermaĂen geschieden"; -$a->strings["Widowed"] = "Verwitwet"; -$a->strings["Uncertain"] = "Ungewiss"; -$a->strings["It's complicated"] = "Es ist kompliziert"; -$a->strings["Don't care"] = "Interessiert mich nicht"; -$a->strings["Ask me"] = "Frag mich mal"; -$a->strings["Not a valid email address"] = "UngĂŒltige E-Mail-Adresse"; -$a->strings["Your email domain is not among those allowed on this site"] = "Deine E-Mail-Adresse ist dieser Seite nicht erlaubt"; -$a->strings["Your email address is already registered at this site."] = "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert."; -$a->strings["An invitation is required."] = "Eine Einladung wird benötigt"; -$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht bestĂ€tigt werden"; -$a->strings["Please enter the required information."] = "Bitte gib die benötigten Informationen ein."; -$a->strings["Failed to store account information."] = "Speichern der Account-Informationen fehlgeschlagen"; -$a->strings["Registration confirmation for %s"] = "RegistrierungsbestĂ€tigung fĂŒr %s"; -$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s"; -$a->strings["Administrator"] = "Administrator"; -$a->strings["your registration password"] = "Dein Registrierungspasswort"; -$a->strings["Registration details for %s"] = "Registrierungsdetails fĂŒr %s"; -$a->strings["Account approved."] = "Account bestĂ€tigt."; -$a->strings["Registration revoked for %s"] = "Registrierung fĂŒr %s widerrufen"; -$a->strings["Account verified. Please login."] = "Konto geprĂŒft. Bitte melde Dich an!"; -$a->strings["Embedded content"] = "Eingebetteter Inhalt"; -$a->strings["Embedding disabled"] = "Einbetten ausgeschaltet"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; +$a->strings["Categories"] = "Kategorien"; +$a->strings["Apps"] = "Apps"; +$a->strings["System"] = "System"; +$a->strings["Personal"] = "Persönlich"; +$a->strings["Create Personal App"] = "Persönliche App erstellen"; +$a->strings["Edit Personal App"] = "Persönliche App bearbeiten"; +$a->strings["Connect"] = "Verbinden"; +$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken"; +$a->strings["Suggestions"] = "VorschlĂ€ge"; +$a->strings["See more..."] = "Mehr anzeigen âŠ"; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen."; +$a->strings["Add New Connection"] = "Neue Verbindung hinzufĂŒgen"; +$a->strings["Enter the channel address"] = "Adresse des Kanals eingeben"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"; +$a->strings["Notes"] = "Notizen"; +$a->strings["Save"] = "Speichern"; +$a->strings["Remove term"] = "Eintrag löschen"; +$a->strings["Saved Searches"] = "Gesicherte Suchanfragen"; +$a->strings["add"] = "hinzufĂŒgen"; +$a->strings["Saved Folders"] = "Gesicherte Ordner"; +$a->strings["Everything"] = "Alles"; +$a->strings["Archives"] = "Archive"; +$a->strings["Refresh"] = "Aktualisieren"; +$a->strings["Me"] = "Ich"; +$a->strings["Best Friends"] = "Beste Freunde"; +$a->strings["Friends"] = "Freunde"; +$a->strings["Co-workers"] = "Kollegen"; +$a->strings["Former Friends"] = "ehem. Freunde"; +$a->strings["Acquaintances"] = "Bekannte"; +$a->strings["Everybody"] = "Jeder"; +$a->strings["Account settings"] = "Konto-Einstellungen"; +$a->strings["Channel settings"] = "Kanal-Einstellungen"; +$a->strings["Additional features"] = "ZusĂ€tzliche Funktionen"; +$a->strings["Feature settings"] = "Funktions-Einstellungen"; +$a->strings["Display settings"] = "Anzeige-Einstellungen"; +$a->strings["Connected apps"] = "Verbundene Apps"; +$a->strings["Export channel"] = "Kanal exportieren"; +$a->strings["Export content"] = "Kanal-Inhalte exportieren"; +$a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)"; +$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; +$a->strings["Channel Sources"] = "Kanal-Quellen"; +$a->strings["Messages"] = "Nachrichten"; +$a->strings["Check Mail"] = "E-Mails abrufen"; +$a->strings["New Message"] = "Neue Nachricht"; +$a->strings["Chat Rooms"] = "ChatrĂ€ume"; +$a->strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms"; +$a->strings["Suggested Chatrooms"] = "Chatraum-VorschlĂ€ge"; $a->strings["Invalid data packet"] = "UngĂŒltiges Datenpaket"; $a->strings["Unable to verify channel signature"] = "Konnte die Signatur des Kanals nicht verifizieren"; $a->strings["Unable to verify site signature for %s"] = "Kann die Signatur der Seite von %s nicht verifizieren"; -$a->strings["view full size"] = "In Vollbildansicht anschauen"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS-Informationen fĂŒr den Datenbank-Server '%s' nicht finden"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln fĂŒr Elemente <strong>könnten</strong> fĂŒr diese Gruppe angewendet werden, sowie fĂŒr alle zukĂŒnftigen Elemente."; -$a->strings["Default privacy group for new contacts"] = "Standard-PrivatsphĂ€rengruppe fĂŒr neue Kontakte"; -$a->strings["All Channels"] = "Alle KanĂ€le"; -$a->strings["edit"] = "Bearbeiten"; -$a->strings["Collections"] = "Sammlungen"; -$a->strings["Edit collection"] = "Bearbeite Sammlungen"; -$a->strings["Create a new collection"] = "Neue Sammlung erzeugen"; -$a->strings["Channels not in any collection"] = "KanĂ€le, die nicht in einer Sammlung sind"; -$a->strings["add"] = "hinzufĂŒgen"; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild ĂŒberschreitet das Limit der Webseite von %lu bytes"; +$a->strings["Image file is empty."] = "Bilddatei ist leer."; +$a->strings["Unable to process image"] = "Kann Bild nicht verarbeiten"; +$a->strings["Photo storage failed."] = "Foto speichern schlug fehl"; +$a->strings["Photo Albums"] = "Fotoalben"; +$a->strings["Upload New Photos"] = "Lade neue Fotos hoch"; +$a->strings["Visible to your default audience"] = "Standard-Sichtbarkeit"; +$a->strings["Show"] = "Zeigen"; +$a->strings["Don't show"] = "Nicht zeigen"; +$a->strings["Permissions"] = "Berechtigungen"; +$a->strings["Close"] = "SchlieĂen"; +$a->strings[" and "] = "und"; +$a->strings["public profile"] = "öffentliches Profil"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s hat %2\$s auf “%3\$s” geĂ€ndert"; +$a->strings["Visit %1\$s's %2\$s"] = "Besuche %1\$s's %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hat ein aktualisiertes %2\$s, %3\$s wurde verĂ€ndert."; +$a->strings["Public Timeline"] = "Ăffentliche Zeitleiste"; $a->strings["Item was not found."] = "Beitrag wurde nicht gefunden."; $a->strings["No source file."] = "Keine Quelldatei."; $a->strings["Cannot locate file to replace"] = "Kann Datei zum Ersetzen nicht finden"; @@ -412,53 +153,115 @@ $a->strings["duplicate filename or path"] = "doppelter Dateiname oder Pfad"; $a->strings["Path not found."] = "Pfad nicht gefunden."; $a->strings["mkdir failed."] = "mkdir fehlgeschlagen."; $a->strings["database storage failed."] = "Speichern in der Datenbank fehlgeschlagen."; -$a->strings["Private Message"] = "Private Nachricht"; +$a->strings["photo"] = "Foto"; +$a->strings["event"] = "Ereignis"; +$a->strings["channel"] = "Kanal"; +$a->strings["status"] = "Status"; +$a->strings["comment"] = "Kommentar"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gefĂ€llt %2\$ss %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gefĂ€llt %2\$ss %3\$s nicht"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s an"; +$a->strings["poked"] = "stupste"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s"; $a->strings["Select"] = "AuswĂ€hlen"; -$a->strings["Save to Folder"] = "In Ordner speichern"; -$a->strings["View all"] = "Alles anzeigen"; -$a->strings["__ctx:noun__ Dislike"] = array( - 0 => "GefĂ€llt nicht", - 1 => "GefĂ€llt nicht", -); -$a->strings["Add Star"] = "Stern hinzufĂŒgen"; -$a->strings["Remove Star"] = "Stern entfernen"; -$a->strings["Toggle Star Status"] = "Stern Status umschalten"; -$a->strings["starred"] = "markiert"; +$a->strings["Private Message"] = "Private Nachricht"; $a->strings["Message is verified"] = "Nachricht ĂŒberprĂŒft"; -$a->strings["Add Tag"] = "Tag hinzufĂŒgen"; -$a->strings["I like this (toggle)"] = "Mir gefĂ€llt das (Umschalter)"; -$a->strings["I don't like this (toggle)"] = "Mir gefĂ€llt das nicht (Umschalter)"; -$a->strings["Share This"] = "Teilen"; -$a->strings["share"] = "Teilen"; -$a->strings["View %s's profile - %s"] = "Schaue Dir %ss Profil an â %s"; -$a->strings["to"] = "an"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; -$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; +$a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen"; +$a->strings["Categories:"] = "Kategorien:"; +$a->strings["Filed under:"] = "Gespeichert unter:"; $a->strings[" from %s"] = "von %s"; $a->strings["last edited: %s"] = "zuletzt bearbeitet: %s"; $a->strings["Expires: %s"] = "VerfĂ€llt: %s"; -$a->strings["Save Bookmarks"] = "Favoriten speichern"; -$a->strings["Add to Calendar"] = "Zum Kalender hinzufĂŒgen"; -$a->strings["__ctx:noun__ Likes"] = "GefĂ€llt mir"; -$a->strings["__ctx:noun__ Dislikes"] = "GefĂ€llt nicht"; -$a->strings["Close"] = "Geschlossen"; +$a->strings["View in context"] = "Im Zusammenhang anschauen"; $a->strings["Please wait"] = "Bitte warten"; -$a->strings["%d comment"] = array( - 0 => "%d Kommentar", - 1 => "%d Kommentare", +$a->strings["remove"] = "lösche"; +$a->strings["Loading..."] = "LĂ€dt ..."; +$a->strings["Delete Selected Items"] = "Lösche die ausgewĂ€hlten Elemente"; +$a->strings["View Source"] = "Quelle anzeigen"; +$a->strings["Follow Thread"] = "Unterhaltung folgen"; +$a->strings["View Status"] = "Status ansehen"; +$a->strings["View Profile"] = "Profil ansehen"; +$a->strings["View Photos"] = "Fotos ansehen"; +$a->strings["Matrix Activity"] = "Matrix-AktivitĂ€t"; +$a->strings["Edit Contact"] = "Kontakt bearbeiten"; +$a->strings["Send PM"] = "Sende PN"; +$a->strings["%s likes this."] = "%s gefĂ€llt das."; +$a->strings["%s doesn't like this."] = "%s gefĂ€llt das nicht."; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( + 0 => "<span %1\$s>%2\$d Person</span> gefĂ€llt das.", + 1 => "<span %1\$s>%2\$d Leuten</span> gefĂ€llt das.", ); -$a->strings["This is you"] = "Das bist Du"; -$a->strings["Bold"] = "Fett"; -$a->strings["Italic"] = "Kursiv"; -$a->strings["Underline"] = "Unterstrichen"; -$a->strings["Quote"] = "Zitat"; -$a->strings["Code"] = "Code"; -$a->strings["Image"] = "Bild"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Video"; +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( + 0 => "<span %1\$s>%2\$d Person</span> gefĂ€llt das nicht.", + 1 => "<span %1\$s>%2\$d Leuten</span> gefĂ€llt das nicht.", +); +$a->strings["and"] = "und"; +$a->strings[", and %d other people"] = array( + 0 => "", + 1 => ", und %d andere", +); +$a->strings["%s like this."] = "%s gefĂ€llt das."; +$a->strings["%s don't like this."] = "%s gefĂ€llt das nicht."; +$a->strings["Visible to <strong>everybody</strong>"] = "Sichtbar fĂŒr <strong>jeden</strong>"; +$a->strings["Please enter a link URL:"] = "Gib eine URL ein:"; +$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:"; +$a->strings["Please enter an audio link/URL:"] = "Gib einen Audio-Link/URL ein:"; +$a->strings["Tag term:"] = "Schlagwort:"; +$a->strings["Save to Folder:"] = "Speichern in Ordner:"; +$a->strings["Where are you right now?"] = "Wo bist Du jetzt grade?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "VerfĂ€llt YYYY-MM-DD HH;MM"; +$a->strings["Share"] = "Teilen"; +$a->strings["Page link title"] = "Seitentitel-Link"; +$a->strings["Post as"] = "Posten als"; +$a->strings["Upload photo"] = "Foto hochladen"; +$a->strings["upload photo"] = "Foto hochladen"; +$a->strings["Attach file"] = "Datei anhĂ€ngen"; +$a->strings["attach file"] = "Datei anfĂŒgen"; +$a->strings["Insert web link"] = "Link einfĂŒgen"; +$a->strings["web link"] = "Web-Link"; +$a->strings["Insert video link"] = "Video-Link einfĂŒgen"; +$a->strings["video link"] = "Video-Link"; +$a->strings["Insert audio link"] = "Audio-Link einfĂŒgen"; +$a->strings["audio link"] = "Audio-Link"; +$a->strings["Set your location"] = "Standort"; +$a->strings["set location"] = "Standort"; +$a->strings["Clear browser location"] = "Browser-Standort löschen"; +$a->strings["clear location"] = "Standort löschen"; +$a->strings["Set title"] = "Titel"; +$a->strings["Categories (comma-separated list)"] = "Kategorien (Kommagetrennte Liste)"; +$a->strings["Permission settings"] = "Berechtigungs-Einstellungen"; +$a->strings["permissions"] = "Berechtigungen"; +$a->strings["Public post"] = "Ăffentlicher Beitrag"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com"; +$a->strings["Set expiration date"] = "Verfallsdatum"; $a->strings["Encrypt text"] = "Text verschlĂŒsseln"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Security-Token des Formulars war nicht korrekt. Das ist wahrscheinlich passiert, weil das Formular zu lange (>3 Stunden) offen war, bevor es abgeschickt wurde."; +$a->strings["OK"] = "Ok"; +$a->strings["Cancel"] = "Abbrechen"; +$a->strings["Discover"] = "Entdecken"; +$a->strings["Imported public streams"] = "Importierte öffentliche BeitrĂ€ge"; +$a->strings["Commented Order"] = "Neueste Kommentare"; +$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert"; +$a->strings["Posted Order"] = "Neueste BeitrĂ€ge"; +$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortiert"; +$a->strings["Posts that mention or involve you"] = "BeitrĂ€ge mit Beteiligung Deinerseits"; +$a->strings["New"] = "Neu"; +$a->strings["Activity Stream - by date"] = "Activity Stream â nach Datum sortiert"; +$a->strings["Starred"] = "Markiert"; +$a->strings["Favourite Posts"] = "Markierte BeitrĂ€ge"; +$a->strings["Spam"] = "Spam"; +$a->strings["Posts flagged as SPAM"] = "Nachrichten, die als SPAM markiert wurden"; +$a->strings["Channel"] = "Kanal"; +$a->strings["Status Messages and Posts"] = "Statusnachrichten und BeitrĂ€ge"; +$a->strings["About"] = "Ăber"; +$a->strings["Profile Details"] = "Profil-Details"; +$a->strings["Files and Storage"] = "Dateien und Speicher"; +$a->strings["Chatrooms"] = "ChatrĂ€ume"; +$a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen"; +$a->strings["Manage Webpages"] = "Webseiten verwalten"; +$a->strings["Logged out."] = "Ausgeloggt."; +$a->strings["Failed authentication"] = "Authentifizierung fehlgeschlagen"; +$a->strings["Login failed."] = "Login fehlgeschlagen."; $a->strings["prev"] = "vorherige"; $a->strings["first"] = "erste"; $a->strings["last"] = "letzte"; @@ -471,10 +274,7 @@ $a->strings["%d Connection"] = array( 1 => "%d Verbindungen", ); $a->strings["View Connections"] = "Verbindungen anzeigen"; -$a->strings["Search"] = "Suche"; -$a->strings["Save"] = "Speichern"; $a->strings["poke"] = "anstupsen"; -$a->strings["poked"] = "stupste"; $a->strings["ping"] = "anpingen"; $a->strings["pinged"] = "pingte"; $a->strings["prod"] = "knuffen"; @@ -484,7 +284,7 @@ $a->strings["slapped"] = "ohrfeigte"; $a->strings["finger"] = "befummeln"; $a->strings["fingered"] = "befummelte"; $a->strings["rebuff"] = "eine Abfuhr erteilen"; -$a->strings["rebuffed"] = "abfuhrerteilte"; +$a->strings["rebuffed"] = "zurĂŒckgewiesen"; $a->strings["happy"] = "glĂŒcklich"; $a->strings["sad"] = "traurig"; $a->strings["mellow"] = "sanft"; @@ -535,102 +335,54 @@ $a->strings["Select a page layout: "] = "Ein Seiten-Layout auswĂ€hlen:"; $a->strings["default"] = "Standard"; $a->strings["Page content type: "] = "Content-Typ der Seite:"; $a->strings["Select an alternate language"] = "WĂ€hle eine alternative Sprache"; -$a->strings["photo"] = "Foto"; -$a->strings["event"] = "Ereignis"; -$a->strings["status"] = "Status"; -$a->strings["comment"] = "Kommentar"; $a->strings["activity"] = "AktivitĂ€t"; $a->strings["Design"] = "Design"; $a->strings["Blocks"] = "Blöcke"; $a->strings["Menus"] = "MenĂŒs"; $a->strings["Layouts"] = "Layouts"; $a->strings["Pages"] = "Seiten"; -$a->strings["Sort Options"] = "Sortieroptionen"; -$a->strings["Alphabetic"] = "alphabetisch"; -$a->strings["Reverse Alphabetic"] = "Entgegengesetzt alphabetisch"; -$a->strings["Newest to Oldest"] = "Neueste zuerst"; -$a->strings["Enable Safe Search"] = "Sichere Suche einschalten"; -$a->strings["Disable Safe Search"] = "Sichere Suche ausschalten"; -$a->strings["Safe Mode"] = "Sicherer Modus"; -$a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["Encrypted content"] = "VerschlĂŒsselter Inhalt"; -$a->strings["QR code"] = "QR-Code"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; -$a->strings["post"] = "Beitrag"; -$a->strings["$1 wrote:"] = "$1 schrieb:"; -$a->strings["Red Matrix Notification"] = "Red Matrix Benachrichtigung"; -$a->strings["redmatrix"] = "redmatrix"; -$a->strings["Thank You,"] = "Danke."; -$a->strings["%s Administrator"] = "%s Administrator"; -$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; -$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen"; -$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s hat Dir eine private Nachricht auf %3\$s gesendet."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt."; -$a->strings["a private message"] = "eine private Nachricht"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]a %4\$s[/zrl] kommentiert"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert"; -$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen %4\$s[/zrl] kommentiert"; -$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; -$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; -$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand"; -$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s hat auf Deine Pinnwand auf %3\$s geschrieben"; -$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s hat auf [zrl=%3\$s]Deine Pinnwand[/zrl] geschrieben"; -$a->strings["[Red:Notify] %s tagged you"] = "[Red Notify] %s hat Dich getaggt"; -$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s erwĂ€hnt"; -$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]hat Dich erwĂ€hnt[/zrl]."; -$a->strings["[Red:Notify] %1\$s poked you"] = "[Red Notify] %1\$s hat Dich angestupst"; -$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s angestupst"; -$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]hat Dich angestupst[/zrl]."; -$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Hinweis] %s hat Deinen Beitrag getaggt"; -$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s hat Deinen Beitrag auf %3\$s verschlagwortet"; -$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen Beitrag[/zrl] verschlagwortet"; -$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Vorstellung erhalten"; -$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, Du hast eine neue Verbindungsanfrage von '%2\$s' auf %3\$s erhalten"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, Du hast [zrl=%2\$s]eine neue Verbindungsanfrage[/zrl] von %3\$s erhalten."; -$a->strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen"; -$a->strings["Please visit %s to approve or reject the connection request."] = "Bitte besuche %s um die Verbindungsanfrage anzunehmen oder abzulehnen."; -$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten"; -$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, Du hast einen Kontaktvorschlag von â%2\$sâ auf %3\$s erhalten"; -$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, Du hast [zrl=%2\$s]einen Kontaktvorschlag[/zrl] fĂŒr %3\$s von %4\$s erhalten."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."; $a->strings["%1\$s's bookmarks"] = "%1\$ss Lesezeichen"; +$a->strings["Tags"] = "Schlagwörter"; +$a->strings["Keywords"] = "SchlĂŒsselwörter"; +$a->strings["have"] = "habe"; +$a->strings["has"] = "hat"; +$a->strings["want"] = "will"; +$a->strings["wants"] = "will"; +$a->strings["like"] = "mag"; +$a->strings["likes"] = "gefĂ€llt"; +$a->strings["dislike"] = "verurteile"; +$a->strings["dislikes"] = "missfĂ€llt"; +$a->strings["__ctx:noun__ Like"] = array( + 0 => "GefĂ€llt mir", + 1 => "GefĂ€llt mir", +); +$a->strings["Default"] = "Standard"; +$a->strings["Logout"] = "Abmelden"; $a->strings["End this session"] = "Beende diese Sitzung"; $a->strings["Home"] = "Home"; $a->strings["Your posts and conversations"] = "Deine BeitrĂ€ge und Unterhaltungen"; -$a->strings["View Profile"] = "Profil ansehen"; $a->strings["Your profile page"] = "Deine Profilseite"; $a->strings["Edit Profiles"] = "Profile bearbeiten"; $a->strings["Manage/Edit profiles"] = "Profile verwalten"; +$a->strings["Edit Profile"] = "Profile bearbeiten"; $a->strings["Edit your profile"] = "Profil bearbeiten"; -$a->strings["Photos"] = "Fotos"; $a->strings["Your photos"] = "Deine Bilder"; $a->strings["Your files"] = "Deine Dateien"; -$a->strings["Chat"] = "Chat"; $a->strings["Your chatrooms"] = "Deine ChatrĂ€ume"; -$a->strings["Bookmarks"] = "Lesezeichen"; $a->strings["Your bookmarks"] = "Deine Lesezeichen"; -$a->strings["Webpages"] = "Webseiten"; $a->strings["Your webpages"] = "Deine Webseiten"; $a->strings["Sign in"] = "Anmelden"; $a->strings["%s - click to logout"] = "%s - Klick zum Abmelden"; $a->strings["Click to authenticate to your home hub"] = "Klicke, um Dich ĂŒber Deinen Heimat-Server zu authentifizieren"; $a->strings["Home Page"] = "Homepage"; +$a->strings["Register"] = "Registrieren"; $a->strings["Create an account"] = "Erzeuge ein Konto"; -$a->strings["Help"] = "Hilfe"; $a->strings["Help and documentation"] = "Hilfe und Dokumentation"; -$a->strings["Apps"] = "Apps"; $a->strings["Applications, utilities, links, games"] = "Applikationen, Zubehör, Links, Spiele"; $a->strings["Search site content"] = "Durchsuche Seiten-Inhalt"; -$a->strings["Directory"] = "Verzeichnis"; $a->strings["Channel Locator"] = "Kanal-Anzeiger"; -$a->strings["Matrix"] = "Matrix"; $a->strings["Your matrix"] = "Deine Matrix"; $a->strings["Mark all matrix notifications seen"] = "Markiere alle Matrix-Benachrichtigungen als angesehen"; -$a->strings["Channel Home"] = "Mein Kanal"; $a->strings["Channel home"] = "Mein Kanal"; $a->strings["Mark all channel notifications seen"] = "Markiere alle Kanal-Benachrichtigungen als angesehen"; $a->strings["Connections"] = "Verbindungen"; @@ -638,25 +390,151 @@ $a->strings["Notices"] = "Benachrichtigungen"; $a->strings["Notifications"] = "Benachrichtigungen"; $a->strings["See all notifications"] = "Alle Benachrichtigungen ansehen"; $a->strings["Mark all system notifications seen"] = "Markiere alle System-Benachrichtigungen als gesehen"; -$a->strings["Mail"] = "Mail"; $a->strings["Private mail"] = "Persönliche Mail"; $a->strings["See all private messages"] = "Alle persönlichen Nachrichten ansehen"; $a->strings["Mark all private messages seen"] = "Markiere alle persönlichen Nachrichten als gesehen"; $a->strings["Inbox"] = "Eingang"; $a->strings["Outbox"] = "Ausgang"; -$a->strings["New Message"] = "Neue Nachricht"; -$a->strings["Events"] = "Veranstaltungen"; $a->strings["Event Calendar"] = "Veranstaltungskalender"; $a->strings["See all events"] = "Alle Ereignisse ansehen"; $a->strings["Mark all events seen"] = "Markiere alle Ereignisse als gesehen"; -$a->strings["Channel Select"] = "Kanal-Auswahl"; $a->strings["Manage Your Channels"] = "Verwalte Deine KanĂ€le"; -$a->strings["Settings"] = "Einstellungen"; $a->strings["Account/Channel Settings"] = "Konto-/Kanal-Einstellungen"; $a->strings["Admin"] = "Admin"; $a->strings["Site Setup and Configuration"] = "Seiten-Einrichtung und -Konfiguration"; -$a->strings["Nothing new here"] = "Nichts Neues hier"; $a->strings["Please wait..."] = "Bitte warten..."; +$a->strings["Frequently"] = "HĂ€ufig"; +$a->strings["Hourly"] = "StĂŒndlich"; +$a->strings["Twice daily"] = "Zwei Mal am Tag"; +$a->strings["Daily"] = "TĂ€glich"; +$a->strings["Weekly"] = "Wöchentlich"; +$a->strings["Monthly"] = "Monatlich"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-Mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["%d invitation available"] = array( + 0 => "%d Einladung verfĂŒgbar", + 1 => "%d Einladungen verfĂŒgbar", +); +$a->strings["Advanced"] = "Fortgeschritten"; +$a->strings["Find Channels"] = "Finde KanĂ€le"; +$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; +$a->strings["Connect/Follow"] = "Verbinden/Folgen"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiele: Robert Morgenstein, Angeln"; +$a->strings["Find"] = "Finde"; +$a->strings["Channel Suggestions"] = "Kanal-VorschlĂ€ge"; +$a->strings["Random Profile"] = "Zufallsprofil"; +$a->strings["Invite Friends"] = "Lade Freunde ein"; +$a->strings["Exammple: name=fred and country=iceland"] = "Beispiel: name=fred and country=deutschland"; +$a->strings["Advanced Find"] = "Erweiterte Suche"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemeinsame Verbindung", + 1 => "%d gemeinsame Verbindungen", +); +$a->strings["show more"] = "mehr zeigen"; +$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\\\, H:i"; +$a->strings["Starts:"] = "Beginnt:"; +$a->strings["Finishes:"] = "Endet:"; +$a->strings["Location:"] = "Ort:"; +$a->strings["This event has been added to your calendar."] = "Dieses Ereignis wurde zu Deinem Kalender hinzugefĂŒgt"; +$a->strings["Not a valid email address"] = "UngĂŒltige E-Mail-Adresse"; +$a->strings["Your email domain is not among those allowed on this site"] = "Deine E-Mail-Adresse ist dieser Seite nicht erlaubt"; +$a->strings["Your email address is already registered at this site."] = "Deine E-Mail-Adresse ist auf dieser Seite bereits registriert."; +$a->strings["An invitation is required."] = "Eine Einladung wird benötigt"; +$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht bestĂ€tigt werden"; +$a->strings["Please enter the required information."] = "Bitte gib die benötigten Informationen ein."; +$a->strings["Failed to store account information."] = "Speichern der Account-Informationen fehlgeschlagen"; +$a->strings["Registration confirmation for %s"] = "RegistrierungsbestĂ€tigung fĂŒr %s"; +$a->strings["Registration request at %s"] = "Registrierungsanfrage auf %s"; +$a->strings["Administrator"] = "Administrator"; +$a->strings["your registration password"] = "Dein Registrierungspasswort"; +$a->strings["Registration details for %s"] = "Registrierungsdetails fĂŒr %s"; +$a->strings["Account approved."] = "Account bestĂ€tigt."; +$a->strings["Registration revoked for %s"] = "Registrierung fĂŒr %s widerrufen"; +$a->strings["Account verified. Please login."] = "Konto geprĂŒft. Bitte melde Dich an!"; +$a->strings["Click here to upgrade."] = "Klicke hier, um das Upgrade durchzufĂŒhren."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Diese Aktion ĂŒberschreitet die Grenzen Ihres Abonnements."; +$a->strings["This action is not available under your subscription plan."] = "Diese Aktion ist in Ihrem Abonnement nicht verfĂŒgbar."; +$a->strings["Miscellaneous"] = "Verschiedenes"; +$a->strings["year"] = "Jahr"; +$a->strings["month"] = "Monat"; +$a->strings["day"] = "Tag"; +$a->strings["never"] = "Nie"; +$a->strings["less than a second ago"] = "Vor weniger als einer Sekunde"; +$a->strings["years"] = "Jahre"; +$a->strings["months"] = "Monate"; +$a->strings["week"] = "Woche"; +$a->strings["weeks"] = "Wochen"; +$a->strings["days"] = "Tage"; +$a->strings["hour"] = "Stunde"; +$a->strings["hours"] = "Stunden"; +$a->strings["minute"] = "Minute"; +$a->strings["minutes"] = "Minuten"; +$a->strings["second"] = "Sekunde"; +$a->strings["seconds"] = "Sekunden"; +$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; +$a->strings["%1\$s's birthday"] = "%1\$ss Geburtstag"; +$a->strings["Happy Birthday %1\$s"] = "Alles Gute zum Geburtstag, %1\$s"; +$a->strings["Sort Options"] = "Sortieroptionen"; +$a->strings["Alphabetic"] = "alphabetisch"; +$a->strings["Reverse Alphabetic"] = "Entgegengesetzt alphabetisch"; +$a->strings["Newest to Oldest"] = "Neueste zuerst"; +$a->strings["Enable Safe Search"] = "Sichere Suche einschalten"; +$a->strings["Disable Safe Search"] = "Sichere Suche ausschalten"; +$a->strings["Safe Mode"] = "Sicherer Modus"; +$a->strings["Attachments:"] = "AnhĂ€nge:"; +$a->strings["Red Matrix Notification"] = "Red Matrix Benachrichtigung"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Danke."; +$a->strings["%s Administrator"] = "der Administrator von %s"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red Notify] Neue Mail auf %s empfangen"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s hat Dir eine private Nachricht auf %3\$s gesendet."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s hat Dir %2\$s geschickt."; +$a->strings["a private message"] = "eine private Nachricht"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um die private Nachricht anzusehen und/oder darauf zu antworten."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]a %4\$s[/zrl] kommentiert"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]%4\$ss %5\$s[/zrl] kommentiert"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen %4\$s[/zrl] kommentiert"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Benachrichtigung] Kommentar in Unterhaltung #%1\$d von %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s hat eine Unterhaltung kommentiert, der Du folgst."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Unterhaltung anzusehen und/oder zu kommentieren."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Hinweis] %s schrieb auf Deine Pinnwand"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s hat auf Deine Pinnwand auf %3\$s geschrieben"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s hat auf [zrl=%3\$s]Deine Pinnwand[/zrl] geschrieben"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Benachrichtigung] %s hat Dich erwĂ€hnt"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s erwĂ€hnt"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]hat Dich erwĂ€hnt[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red Notify] %1\$s hat Dich angestupst"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s hat Dich auf %3\$s angestupst"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]hat Dich angestupst[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Benachrichtigung] %s hat Deinen Beitrag getaggt"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s hat Deinen Beitrag auf %3\$s verschlagwortet"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s hat [zrl=%3\$s]Deinen Beitrag[/zrl] verschlagwortet"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Vorstellung erhalten"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, Du hast eine neue Verbindungsanfrage von '%2\$s' auf %3\$s erhalten"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, Du hast [zrl=%2\$s]eine neue Verbindungsanfrage[/zrl] von %3\$s erhalten."; +$a->strings["You may visit their profile at %s"] = "Du kannst Dir das Profil unter %s ansehen"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Bitte besuche %s , um die Verbindungsanfrage anzunehmen oder abzulehnen."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Benachrichtigung] Freundschaftsvorschlag erhalten"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, Du hast einen Kontaktvorschlag von â%2\$sâ auf %3\$s erhalten"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, Du hast [zrl=%2\$s]einen Kontaktvorschlag[/zrl] fĂŒr %3\$s von %4\$s erhalten."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s um den Vorschlag zu akzeptieren oder abzulehnen."; +$a->strings["[Red:Notify]"] = "[Red:Benachrichtigung]"; +$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen"; +$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben"; +$a->strings["Invalid room specifier."] = "UngĂŒltiger Raumbezeichner."; +$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden."; +$a->strings["Room is full"] = "Der Raum ist voll"; $a->strings["General Features"] = "Allgemeine Funktionen"; $a->strings["Content Expiration"] = "Verfall von Inhalten"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Lösche BeitrĂ€ge, Kommentare und/oder private Nachrichten automatisch zu einem zukĂŒnftigen Datum."; @@ -670,6 +548,8 @@ $a->strings["Web Pages"] = "Webseiten"; $a->strings["Provide managed web pages on your channel"] = "Stelle verwaltete Webseiten in Deinem Kanal zur VerfĂŒgung"; $a->strings["Private Notes"] = "Private Notizen"; $a->strings["Enables a tool to store notes and reminders"] = "Werkzeug zum Speichern von Notizen und Erinnerungen aktivieren"; +$a->strings["Navigation Channel Select"] = "Kanal-Auswahl in der Navigationsleiste"; +$a->strings["Change channels directly from within the navigation dropdown menu"] = "Wechsle direkt ĂŒber das NavigationsmenĂŒ zu anderen KanĂ€len"; $a->strings["Extended Identity Sharing"] = "Erweitertes Teilen von IdentitĂ€ten"; $a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Teile Deine IdentitĂ€t mit allen Webseiten im Internet. Ist dies deaktiviert, wird Deine IdentitĂ€t nur mit Red-Servern geteilt."; $a->strings["Expert Mode"] = "Expertenmodus"; @@ -681,7 +561,6 @@ $a->strings["Use Markdown"] = "Markdown benutzen"; $a->strings["Allow use of \"Markdown\" to format posts"] = "Erlaube Markdown zur Formatierung von BeitrĂ€gen"; $a->strings["Post Preview"] = "Voransicht"; $a->strings["Allow previewing posts and comments before publishing them"] = "Erlaube Voransicht von BeitrĂ€gen und Kommentaren vor Veröffentlichung"; -$a->strings["Channel Sources"] = "Kanal-Quellen"; $a->strings["Automatically import channel content from other channels or feeds"] = "Importiere automatisch Inhalte fĂŒr diesen Kanal von anderen KanĂ€len oder Feeds"; $a->strings["Even More Encryption"] = "Noch mehr VerschlĂŒsselung"; $a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Erlaube optionale VerschlĂŒsselung von Inhalten (Ende-zu-Ende mit geteiltem SicherheitsschlĂŒssel)"; @@ -690,7 +569,6 @@ $a->strings["Search by Date"] = "Suche nach Datum"; $a->strings["Ability to select posts by date ranges"] = "Möglichkeit, BeitrĂ€ge nach ZeitrĂ€umen auszuwĂ€hlen"; $a->strings["Collections Filter"] = "Filter fĂŒr Sammlung"; $a->strings["Enable widget to display Network posts only from selected collections"] = "Aktiviere nur Netzwerk-BeitrĂ€ge von ausgewĂ€hlten Sammlungen"; -$a->strings["Saved Searches"] = "Gesicherte Suchanfragen"; $a->strings["Save search terms for re-use"] = "Gesicherte Suchbegriffe zur Wiederverwendung"; $a->strings["Network Personal Tab"] = "Persönlicher Netzwerkreiter"; $a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviere Reiter nur fĂŒr die Netzwerk-BeitrĂ€ge, mit denen Du interagiert hast"; @@ -714,165 +592,302 @@ $a->strings["Star Posts"] = "BeitrĂ€ge mit Sternchen versehen"; $a->strings["Ability to mark special posts with a star indicator"] = "Möglichkeit, spezielle BeitrĂ€ge mit Sternchen-Symbol zu markieren"; $a->strings["Tag Cloud"] = "Schlagwort-Wolke"; $a->strings["Provide a personal tag cloud on your channel page"] = "Persönliche Schlagwort-Wolke auf Deiner Kanal-Seite anzeigen"; -$a->strings["created a new post"] = "Neuer Beitrag wurde erzeugt"; -$a->strings["commented on %s's post"] = "hat %s's Beitrag kommentiert"; -$a->strings["Site Admin"] = "Webseiten-Administrator"; -$a->strings["Address Book"] = "Adressbuch"; -$a->strings["Mood"] = "Laune"; -$a->strings["Poke"] = "Anstupsen"; -$a->strings["Probe"] = "PrĂŒfen"; -$a->strings["Suggest"] = "Empfehlung"; -$a->strings["Update"] = "Aktualisieren"; -$a->strings["Install"] = "Installieren"; -$a->strings["Purchase"] = "Kaufen"; -$a->strings["Public Timeline"] = "Ăffentliche Zeitleiste"; -$a->strings["Missing room name"] = "Der Chatraum hat keinen Namen"; -$a->strings["Duplicate room name"] = "Name des Chatraums bereits vergeben"; -$a->strings["Invalid room specifier."] = "UngĂŒltiger Raumbezeichner."; -$a->strings["Room not found."] = "Chatraum konnte nicht gefunden werden."; -$a->strings["Room is full"] = "Der Raum ist voll"; -$a->strings["channel"] = "Kanal"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gefĂ€llt %2\$ss %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gefĂ€llt %2\$ss %3\$s nicht"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s ist jetzt mit %2\$s verbunden"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s stupste %2\$s an"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s ist %2\$s"; -$a->strings["View %s's profile @ %s"] = "%ss Profil auf %s ansehen"; -$a->strings["Categories:"] = "Kategorien:"; -$a->strings["Filed under:"] = "Gespeichert unter:"; -$a->strings["View in context"] = "Im Zusammenhang anschauen"; -$a->strings["remove"] = "lösche"; -$a->strings["Loading..."] = "LĂ€dt ..."; -$a->strings["Delete Selected Items"] = "Lösche die ausgewĂ€hlten Elemente"; -$a->strings["View Source"] = "Quelle anzeigen"; -$a->strings["Follow Thread"] = "Unterhaltung folgen"; -$a->strings["View Status"] = "Status ansehen"; -$a->strings["View Photos"] = "Fotos ansehen"; -$a->strings["Matrix Activity"] = "Matrix-AktivitĂ€t"; -$a->strings["Edit Contact"] = "Kontakt bearbeiten"; -$a->strings["Send PM"] = "Sende PN"; -$a->strings["%s likes this."] = "%s gefĂ€llt das."; -$a->strings["%s doesn't like this."] = "%s gefĂ€llt das nicht."; -$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( - 0 => "<span %1\$s>%2\$d Person</span> gefĂ€llt das.", - 1 => "<span %1\$s>%2\$d Leuten</span> gefĂ€llt das.", -); -$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( - 0 => "<span %1\$s>%2\$d Person</span> gefĂ€llt das nicht.", - 1 => "<span %1\$s>%2\$d Leuten</span> gefĂ€llt das nicht.", -); -$a->strings["and"] = "und"; -$a->strings[", and %d other people"] = array( - 0 => "", - 1 => ", und %d andere", -); -$a->strings["%s like this."] = "%s gefĂ€llt das."; -$a->strings["%s don't like this."] = "%s gefĂ€llt das nicht."; -$a->strings["Visible to <strong>everybody</strong>"] = "Sichtbar fĂŒr <strong>jeden</strong>"; -$a->strings["Please enter a link URL:"] = "Gib eine URL ein:"; -$a->strings["Please enter a video link/URL:"] = "Gib einen Video-Link/URL ein:"; -$a->strings["Please enter an audio link/URL:"] = "Gib einen Audio-Link/URL ein:"; -$a->strings["Tag term:"] = "Schlagwort:"; -$a->strings["Save to Folder:"] = "Speichern in Ordner:"; -$a->strings["Where are you right now?"] = "Wo bist Du jetzt grade?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "VerfĂ€llt YYYY-MM-DD HH;MM"; -$a->strings["Share"] = "Teilen"; -$a->strings["Page link title"] = "Seitentitel-Link"; -$a->strings["Post as"] = "Posten als"; -$a->strings["Upload photo"] = "Foto hochladen"; -$a->strings["upload photo"] = "Foto hochladen"; -$a->strings["Attach file"] = "Datei anhĂ€ngen"; -$a->strings["attach file"] = "Datei anfĂŒgen"; -$a->strings["Insert web link"] = "Link einfĂŒgen"; -$a->strings["web link"] = "Web-Link"; -$a->strings["Insert video link"] = "Video-Link einfĂŒgen"; -$a->strings["video link"] = "Video-Link"; -$a->strings["Insert audio link"] = "Audio-Link einfĂŒgen"; -$a->strings["audio link"] = "Audio-Link"; -$a->strings["Set your location"] = "Standort"; -$a->strings["set location"] = "Standort"; -$a->strings["Clear browser location"] = "Browser-Standort löschen"; -$a->strings["clear location"] = "Standort löschen"; -$a->strings["Set title"] = "Titel"; -$a->strings["Categories (comma-separated list)"] = "Kategorien (Kommagetrennte Liste)"; -$a->strings["Permission settings"] = "Berechtigungs-Einstellungen"; -$a->strings["permissions"] = "Berechtigungen"; -$a->strings["Public post"] = "Ăffentlicher Beitrag"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Beispiel: bob@example.com, mary@example.com"; -$a->strings["Set expiration date"] = "Verfallsdatum"; -$a->strings["OK"] = "Ok"; -$a->strings["Cancel"] = "Abbrechen"; -$a->strings["Discover"] = "Entdecken"; -$a->strings["Imported public streams"] = "Importierte öffentliche Beitragsströme"; -$a->strings["Commented Order"] = "Neueste Kommentare"; -$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortiert"; -$a->strings["Posted Order"] = "Neueste BeitrĂ€ge"; -$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortiert"; -$a->strings["Personal"] = "Persönlich"; -$a->strings["Posts that mention or involve you"] = "BeitrĂ€ge mit Beteiligung Deinerseits"; -$a->strings["New"] = "Neu"; -$a->strings["Activity Stream - by date"] = "Activity Stream â nach Datum sortiert"; -$a->strings["Starred"] = "Markiert"; -$a->strings["Favourite Posts"] = "Markierte BeitrĂ€ge"; -$a->strings["Spam"] = "Spam"; -$a->strings["Posts flagged as SPAM"] = "Nachrichten, die als SPAM markiert wurden"; -$a->strings["Channel"] = "Kanal"; -$a->strings["Status Messages and Posts"] = "Statusnachrichten und BeitrĂ€ge"; -$a->strings["About"] = "Ăber"; -$a->strings["Profile Details"] = "Profil-Details"; -$a->strings["Files and Storage"] = "Dateien und Speicher"; -$a->strings["Chatrooms"] = "ChatrĂ€ume"; -$a->strings["Saved Bookmarks"] = "Gespeicherte Lesezeichen"; -$a->strings["Manage Webpages"] = "Webseiten verwalten"; -$a->strings["Visible to your default audience"] = "Standard-Sichtbarkeit"; -$a->strings["Show"] = "Zeigen"; -$a->strings["Don't show"] = "Nicht zeigen"; -$a->strings["Permissions"] = "Berechtigungen"; -$a->strings["System"] = "System"; -$a->strings["Create Personal App"] = "Erstelle persönliche App"; -$a->strings["Edit Personal App"] = "Editiere persönliche App"; -$a->strings["Ignore/Hide"] = "Ignorieren/Verstecken"; -$a->strings["Suggestions"] = "VorschlĂ€ge"; -$a->strings["See more..."] = "Mehr anzeigen âŠ"; -$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du bist %1$.0f von maximal %2$.0f erlaubten Verbindungen eingegangen."; -$a->strings["Add New Connection"] = "Neue Verbindung hinzufĂŒgen"; -$a->strings["Enter the channel address"] = "Adresse des Kanals eingeben"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@beispiel.com, http://beispiel.com/barbara"; -$a->strings["Notes"] = "Notizen"; -$a->strings["Remove term"] = "Eintrag löschen"; -$a->strings["Archives"] = "Archive"; -$a->strings["Refresh"] = "Aktualisieren"; -$a->strings["Me"] = "Ich"; -$a->strings["Best Friends"] = "Beste Freunde"; -$a->strings["Co-workers"] = "Kollegen"; -$a->strings["Former Friends"] = "ehem. Freunde"; -$a->strings["Acquaintances"] = "Bekannte"; -$a->strings["Everybody"] = "Jeder"; -$a->strings["Account settings"] = "Konto-Einstellungen"; -$a->strings["Channel settings"] = "Kanal-Einstellungen"; -$a->strings["Additional features"] = "ZusĂ€tzliche Funktionen"; -$a->strings["Feature settings"] = "Funktions-Einstellungen"; -$a->strings["Display settings"] = "Anzeige-Einstellungen"; -$a->strings["Connected apps"] = "Verbundene Apps"; -$a->strings["Export channel"] = "Kanal exportieren"; -$a->strings["Automatic Permissions (Advanced)"] = "Automatische Berechtigungen (Erweitert)"; -$a->strings["Premium Channel Settings"] = "Premium-Kanal-Einstellungen"; -$a->strings["Check Mail"] = "E-Mails abrufen"; -$a->strings["Chat Rooms"] = "ChatrĂ€ume"; -$a->strings["Bookmarked Chatrooms"] = "Gespeicherte Chatrooms"; -$a->strings["Suggested Chatrooms"] = "Vorgeschlagene ChatrĂ€ume"; $a->strings["Channel is blocked on this site."] = "Der Kanal ist auf dieser Seite blockiert "; $a->strings["Channel location missing."] = "Adresse des Kanals fehlt."; $a->strings["Response from remote channel was incomplete."] = "Antwort des entfernten Kanals war unvollstĂ€ndig."; $a->strings["Channel was deleted and no longer exists."] = "Kanal wurde gelöscht und existiert nicht mehr."; -$a->strings["Channel discovery failed."] = "Kanalerkennung fehlgeschlagen"; +$a->strings["Protocol disabled."] = "Protokoll deaktiviert."; +$a->strings["Channel discovery failed."] = "Kanalsuche fehlgeschlagen"; $a->strings["local account not found."] = "Lokales Konto nicht gefunden."; $a->strings["Cannot connect to yourself."] = "Du kannst Dich nicht mit Dir selbst verbinden."; -$a->strings["Click here to upgrade."] = "Klicke hier, um das Upgrade durchzufĂŒhren."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Diese Aktion ĂŒberschreitet die Grenzen Ihres Abonnements."; -$a->strings["This action is not available under your subscription plan."] = "Diese Aktion ist in Ihrem Abonnement nicht verfĂŒgbar."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."; -$a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Ein gelöschte Gruppe mit diesem Namen wurde gefunden. Existierende Zugangsregeln fĂŒr Elemente <strong>könnten</strong> fĂŒr diese Gruppe angewendet werden, sowie fĂŒr alle zukĂŒnftigen Elemente."; +$a->strings["Default privacy group for new contacts"] = "Standard-PrivatsphĂ€rengruppe fĂŒr neue Kontakte"; +$a->strings["All Channels"] = "Alle KanĂ€le"; +$a->strings["edit"] = "Bearbeiten"; +$a->strings["Collections"] = "Sammlungen"; +$a->strings["Edit collection"] = "Bearbeite Sammlungen"; +$a->strings["Create a new collection"] = "Neue Sammlung erzeugen"; +$a->strings["Channels not in any collection"] = "KanĂ€le, die nicht in einer Sammlung sind"; +$a->strings["Image/photo"] = "Bild/Foto"; +$a->strings["Encrypted content"] = "VerschlĂŒsselter Inhalt"; +$a->strings["Install design element: "] = "Design-Element installieren:"; +$a->strings["QR code"] = "QR-Code"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s schrieb den folgenden %2\$s %3\$s"; +$a->strings["post"] = "Beitrag"; +$a->strings["$1 spoiler"] = "$1 Spoiler"; +$a->strings["$1 wrote:"] = "$1 schrieb:"; +$a->strings["parent"] = "Ăbergeordnetes Verzeichnis"; +$a->strings["Collection"] = "Sammlung"; +$a->strings["Principal"] = "Prinzipal"; +$a->strings["Addressbook"] = "Adressbuch"; +$a->strings["Calendar"] = "Kalender"; +$a->strings["Schedule Inbox"] = "Post-Eingang prĂŒfen"; +$a->strings["Schedule Outbox"] = "Post-Ausgang prĂŒfen"; +$a->strings["%1\$s used"] = "%1\$s verwendet"; +$a->strings["%1\$s used of %2\$s (%3\$s%)"] = "von %2\$s wurden %1\$s verwendet (%3\$s%)"; +$a->strings["Name"] = "Name"; +$a->strings["Type"] = "Typ"; +$a->strings["Size"] = "GröĂe"; +$a->strings["Last Modified"] = "Zuletzt geĂ€ndert"; +$a->strings["Total"] = "Summe"; +$a->strings["Create new folder"] = "Neuen Ordner anlegen"; +$a->strings["Create"] = "Erstelle"; +$a->strings["Upload file"] = "Datei hochladen"; +$a->strings["Upload"] = "Hochladen"; +$a->strings["Unable to obtain identity information from database"] = "Kann keine IdentitĂ€ts-Informationen aus Datenbank beziehen"; +$a->strings["Empty name"] = "Namensfeld leer"; +$a->strings["Name too long"] = "Name ist zu lang"; +$a->strings["No account identifier"] = "Keine Account-Kennung"; +$a->strings["Nickname is required."] = "Spitzname ist erforderlich."; +$a->strings["Reserved nickname. Please choose another."] = "Reservierter Kurzname. Bitte wĂ€hle einen anderen."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Der Spitzname enthĂ€lt nicht-unterstĂŒtze Zeichen oder wird bereits auf dieser Seite genutzt."; +$a->strings["Unable to retrieve created identity"] = "Kann die erstellte IdentitĂ€t nicht empfangen"; +$a->strings["Default Profile"] = "Standard-Profil"; +$a->strings["Requested channel is not available."] = "Angeforderte Kanal nicht verfĂŒgbar."; +$a->strings["Requested profile is not available."] = "ErwĂŒnschte Profil ist nicht verfĂŒgbar."; +$a->strings["Change profile photo"] = "Profilfoto Ă€ndern"; +$a->strings["Profiles"] = "Profile"; +$a->strings["Manage/edit profiles"] = "Profile verwalten/bearbeiten"; +$a->strings["Create New Profile"] = "Neues Profil erstellen"; +$a->strings["Profile Image"] = "Profilfoto:"; +$a->strings["visible to everybody"] = "sichtbar fĂŒr jeden"; +$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; +$a->strings["Gender:"] = "Geschlecht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Online Now"] = "gerade online"; +$a->strings["g A l F d"] = "l, d. F G \\\\U\\\\h\\\\r"; +$a->strings["F d"] = "d. F"; +$a->strings["[today]"] = "[Heute]"; +$a->strings["Birthday Reminders"] = "Geburtstags Erinnerungen"; +$a->strings["Birthdays this week:"] = "Geburtstage in dieser Woche:"; +$a->strings["[No description]"] = "[Keine Beschreibung]"; +$a->strings["Event Reminders"] = "Veranstaltungs- Erinnerungen"; +$a->strings["Events this week:"] = "Veranstaltungen in dieser Woche:"; +$a->strings["Full Name:"] = "Voller Name:"; +$a->strings["Like this channel"] = "Dieser Kanal gefĂ€llt mir"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Geburtstag:"; +$a->strings["Age:"] = "Alter:"; +$a->strings["for %1\$d %2\$s"] = "seit %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuelle Orientierung:"; +$a->strings["Hometown:"] = "Heimatstadt:"; +$a->strings["Tags:"] = "Schlagworte:"; +$a->strings["Political Views:"] = "Politische Ansichten:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Ăber:"; +$a->strings["Hobbies/Interests:"] = "Hobbys/Interessen:"; +$a->strings["Likes:"] = "GefĂ€llt:"; +$a->strings["Dislikes:"] = "GefĂ€llt nicht:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformation und soziale Netzwerke:"; +$a->strings["My other channels:"] = "Meine anderen KanĂ€le:"; +$a->strings["Musical interests:"] = "Musikalische Interessen:"; +$a->strings["Books, literature:"] = "BĂŒcher, Literatur:"; +$a->strings["Television:"] = "Fernsehen:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/Tanz/Kultur/Unterhaltung:"; +$a->strings["Love/Romance:"] = "Liebe/Romantik:"; +$a->strings["Work/employment:"] = "Arbeit/Anstellung:"; +$a->strings["School/education:"] = "Schule/Ausbildung:"; +$a->strings["Like this thing"] = "GefĂ€llt mir"; +$a->strings["No recipient provided."] = "Kein EmpfĂ€nger angegeben"; +$a->strings["[no subject]"] = "[no subject]"; +$a->strings["Unable to determine sender."] = "Kann Absender nicht bestimmen."; +$a->strings["Stored post could not be verified."] = "Gespeicherter Beitrag konnten nicht ĂŒberprĂŒft werden."; +$a->strings["Save to Folder"] = "In Ordner speichern"; +$a->strings["View all"] = "Alles anzeigen"; +$a->strings["__ctx:noun__ Dislike"] = array( + 0 => "GefĂ€llt nicht", + 1 => "GefĂ€llt nicht", +); +$a->strings["Add Star"] = "Stern hinzufĂŒgen"; +$a->strings["Remove Star"] = "Stern entfernen"; +$a->strings["Toggle Star Status"] = "Stern-Status umschalten"; +$a->strings["starred"] = "markiert"; +$a->strings["Add Tag"] = "Tag hinzufĂŒgen"; +$a->strings["I like this (toggle)"] = "Mir gefĂ€llt das (Umschalter)"; +$a->strings["I don't like this (toggle)"] = "Mir gefĂ€llt das nicht (Umschalter)"; +$a->strings["Share This"] = "Teilen"; +$a->strings["share"] = "Teilen"; +$a->strings["View %s's profile - %s"] = "Schaue Dir %ss Profil an â %s"; +$a->strings["to"] = "an"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; +$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; +$a->strings["Save Bookmarks"] = "Favoriten speichern"; +$a->strings["Add to Calendar"] = "Zum Kalender hinzufĂŒgen"; +$a->strings["__ctx:noun__ Likes"] = "GefĂ€llt mir"; +$a->strings["__ctx:noun__ Dislikes"] = "GefĂ€llt nicht"; +$a->strings["%d comment"] = array( + 0 => "%d Kommentar", + 1 => "%d Kommentare", +); +$a->strings["[+] show all"] = "[+] Zeige alle"; +$a->strings["This is you"] = "Das bist Du"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["Submit"] = "BestĂ€tigen"; +$a->strings["Bold"] = "Fett"; +$a->strings["Italic"] = "Kursiv"; +$a->strings["Underline"] = "Unterstrichen"; +$a->strings["Quote"] = "Zitat"; +$a->strings["Code"] = "Code"; +$a->strings["Image"] = "Bild"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Video"; +$a->strings["Delete this item?"] = "Dieses Element löschen?"; +$a->strings["[-] show less"] = "[-] zeige weniger"; +$a->strings["[+] expand"] = "[+] aufklappen"; +$a->strings["[-] collapse"] = "[-] einklappen"; +$a->strings["Password too short"] = "Kennwort zu kurz"; +$a->strings["Passwords do not match"] = "Kennwörter stimmen nicht ĂŒberein"; +$a->strings["everybody"] = "alle"; +$a->strings["Secret Passphrase"] = "geheime Passphrase"; +$a->strings["Passphrase hint"] = "Hinweis zur Passphrase"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Achtung: Berechtigungen wurden verĂ€ndert, aber noch nicht gespeichert."; +$a->strings["close all"] = "Alle schlieĂen"; +$a->strings["Nothing new here"] = "Nichts Neues hier"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = " "; +$a->strings["ago"] = "her"; +$a->strings["from now"] = "von jetzt"; +$a->strings["less than a minute"] = "weniger als eine Minute"; +$a->strings["about a minute"] = "ungefĂ€hr eine Minute"; +$a->strings["%d minutes"] = "%d Minuten"; +$a->strings["about an hour"] = "ungefĂ€hr eine Stunde"; +$a->strings["about %d hours"] = "ungefĂ€hr %d Stunden"; +$a->strings["a day"] = "ein Tag"; +$a->strings["%d days"] = "%d Tage"; +$a->strings["about a month"] = "ungefĂ€hr ein Monat"; +$a->strings["%d months"] = "%d Monate"; +$a->strings["about a year"] = "ungefĂ€hr ein Jahr"; +$a->strings["%d years"] = "%d Jahre"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["New window"] = "Neues Fenster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Ăffne die markierte Adresse in einem neuen Browser Fenster oder Tab"; +$a->strings["User '%s' deleted"] = "Benutzer '%s' gelöscht"; +$a->strings["Male"] = "MĂ€nnlich"; +$a->strings["Female"] = "Weiblich"; +$a->strings["Currently Male"] = "Momentan mĂ€nnlich"; +$a->strings["Currently Female"] = "Momentan weiblich"; +$a->strings["Mostly Male"] = "GröĂtenteils mĂ€nnlich"; +$a->strings["Mostly Female"] = "GröĂtenteils weiblich"; +$a->strings["Transgender"] = "Transsexuell"; +$a->strings["Intersex"] = "Zwischengeschlechtlich"; +$a->strings["Transsexual"] = "Transsexuell"; +$a->strings["Hermaphrodite"] = "Zwitter"; +$a->strings["Neuter"] = "Geschlechtslos"; +$a->strings["Non-specific"] = "unklar"; +$a->strings["Other"] = "Anders"; +$a->strings["Undecided"] = "Unentschieden"; +$a->strings["Males"] = "MĂ€nner"; +$a->strings["Females"] = "Frauen"; +$a->strings["Gay"] = "Schwul"; +$a->strings["Lesbian"] = "Lesbisch"; +$a->strings["No Preference"] = "Keine Bevorzugung"; +$a->strings["Bisexual"] = "Bisexuell"; +$a->strings["Autosexual"] = "Autosexuell"; +$a->strings["Abstinent"] = "Enthaltsam"; +$a->strings["Virgin"] = "JungfrĂ€ulich"; +$a->strings["Deviant"] = "Abweichend"; +$a->strings["Fetish"] = "Fetisch"; +$a->strings["Oodles"] = "Unmengen"; +$a->strings["Nonsexual"] = "Sexlos"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Einsam"; +$a->strings["Available"] = "VerfĂŒgbar"; +$a->strings["Unavailable"] = "Nicht verfĂŒgbar"; +$a->strings["Has crush"] = "Verguckt"; +$a->strings["Infatuated"] = "Verknallt"; +$a->strings["Dating"] = "Lerne gerade jemanden kennen"; +$a->strings["Unfaithful"] = "Treulos"; +$a->strings["Sex Addict"] = "SexabhĂ€ngig"; +$a->strings["Friends/Benefits"] = "Freunde/BegĂŒnstigte"; +$a->strings["Casual"] = "Lose"; +$a->strings["Engaged"] = "Verlobt"; +$a->strings["Married"] = "Verheiratet"; +$a->strings["Imaginarily married"] = "GewissermaĂen verheiratet"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "Lebensgemeinschaft"; +$a->strings["Common law"] = "Informelle Ehe"; +$a->strings["Happy"] = "GlĂŒcklich"; +$a->strings["Not looking"] = "Nicht Ausschau haltend"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrogen"; +$a->strings["Separated"] = "Getrennt"; +$a->strings["Unstable"] = "Labil"; +$a->strings["Divorced"] = "Geschieden"; +$a->strings["Imaginarily divorced"] = "GewissermaĂen geschieden"; +$a->strings["Widowed"] = "Verwitwet"; +$a->strings["Uncertain"] = "Ungewiss"; +$a->strings["It's complicated"] = "Es ist kompliziert"; +$a->strings["Don't care"] = "Interessiert mich nicht"; +$a->strings["Ask me"] = "Frag mich mal"; +$a->strings["Can view my normal stream and posts"] = "Kann meine normalen BeitrĂ€ge sehen"; +$a->strings["Can view my default channel profile"] = "Kann mein Standardprofil sehen"; +$a->strings["Can view my photo albums"] = "Kann meine Fotoalben betrachten"; +$a->strings["Can view my connections"] = "Kann meine Verbindungen sehen"; +$a->strings["Can view my file storage"] = "Kann meine Dateiordner lesen"; +$a->strings["Can view my webpages"] = "Kann meine Webseiten sehen"; +$a->strings["Can send me their channel stream and posts"] = "Kann mir die BeitrĂ€ge aus seinem/ihrem Kanal schicken"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kann auf meiner Kanal-Seite (\"wall\") BeitrĂ€ge veröffentlichen"; +$a->strings["Can comment on or like my posts"] = "Darf meine BeitrĂ€ge kommentieren und mögen/nicht mögen"; +$a->strings["Can send me private mail messages"] = "Kann mir private Nachrichten schicken"; +$a->strings["Can post photos to my photo albums"] = "Kann Fotos in meinen Fotoalben veröffentlichen"; +$a->strings["Can like/dislike stuff"] = "Kann andere Elemente mögen/nicht mögen"; +$a->strings["Profiles and things other than posts/comments"] = "Profile und alles auĂer BeitrĂ€ge und Kommentare"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kann an alle meine Kontakte via @-ErwĂ€hnung Nachrichten weiterleiten"; +$a->strings["Advanced - useful for creating group forum channels"] = "Fortgeschritten - sinnvoll, um Gruppen-KanĂ€le/-Foren zu erstellen"; +$a->strings["Can chat with me (when available)"] = "Kann mit mir chatten (wenn verfĂŒgbar)"; +$a->strings["Can write to my file storage"] = "Kann in meine Dateiordner schreiben"; +$a->strings["Can edit my webpages"] = "Kann meine Webseiten bearbeiten"; +$a->strings["Can source my public posts in derived channels"] = "Kann meine öffentlichen BeitrĂ€ge als Quellen fĂŒr KanĂ€le verwenden"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Etwas fortgeschritten â sehr nĂŒtzlich in offenen Gemeinschaften"; +$a->strings["Can administer my channel resources"] = "Kann meine KanĂ€le administrieren"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Sehr fortgeschritten. Bearbeite das nur, wenn Du genau weiĂt, was Du tust"; +$a->strings["Social Networking"] = "Soziales Netzwerk"; +$a->strings["Mostly Public"] = "Weitgehend öffentlich"; +$a->strings["Restricted"] = "BeschrĂ€nkt"; +$a->strings["Private"] = "Privat"; +$a->strings["Community Forum"] = "Forum"; +$a->strings["Feed Republish"] = "Teilen von Feeds"; +$a->strings["Celebrity/Soapbox"] = "Mitteilungs-Kanal (keine Kommentare)"; +$a->strings["Custom/Expert Mode"] = "Benutzerdefiniert/Expertenmodus"; +$a->strings["Set your current mood and tell your friends"] = "WĂ€hle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; +$a->strings["Menu not found."] = "MenĂŒ nicht gefunden"; +$a->strings["Menu element updated."] = "MenĂŒ-Element aktualisiert."; +$a->strings["Unable to update menu element."] = "Kann MenĂŒ-Element nicht aktualisieren."; +$a->strings["Menu element added."] = "MenĂŒ-Bestandteil hinzugefĂŒgt."; +$a->strings["Unable to add menu element."] = "Kann MenĂŒ-Bestandteil nicht hinzufĂŒgen."; +$a->strings["Not found."] = "Nicht gefunden."; +$a->strings["Manage Menu Elements"] = "MenĂŒ-Bestandteile verwalten"; +$a->strings["Edit menu"] = "MenĂŒ bearbeiten"; +$a->strings["Edit element"] = "Bestandteil bearbeiten"; +$a->strings["Drop element"] = "Bestandteil löschen"; +$a->strings["New element"] = "Neues Bestandteil"; +$a->strings["Edit this menu container"] = "Diesen MenĂŒ-Container bearbeiten"; +$a->strings["Add menu element"] = "MenĂŒelement hinzufĂŒgen"; +$a->strings["Delete this menu item"] = "Lösche dieses MenĂŒ-Bestandteil"; +$a->strings["Edit this menu item"] = "Bearbeite dieses MenĂŒ-Bestandteil"; +$a->strings["New Menu Element"] = "Neues MenĂŒ-Bestandteil"; +$a->strings["Menu Item Permissions"] = "Zugriffsrechte des MenĂŒ-Elements"; +$a->strings["(click to open/close)"] = "(zum öffnen/schlieĂen anklicken)"; +$a->strings["Link text"] = "Link Text"; +$a->strings["URL of link"] = "URL des Links"; +$a->strings["Use Red magic-auth if available"] = "Verwende Red Magic-Auth wenn verfĂŒgbar"; +$a->strings["Open link in new window"] = "Ăffne Link in neuem Fenster"; +$a->strings["Order in list"] = "Reihenfolge in der Liste"; +$a->strings["Higher numbers will sink to bottom of listing"] = "GröĂere Nummern werden weiter unten in der Auflistung einsortiert"; +$a->strings["Menu item not found."] = "MenĂŒ-Bestandteil nicht gefunden."; +$a->strings["Menu item deleted."] = "MenĂŒ-Bestandteil gelöscht."; +$a->strings["Menu item could not be deleted."] = "MenĂŒ-Bestandteil kann nicht gelöscht werden."; +$a->strings["Edit Menu Element"] = "Bearbeite MenĂŒ-Bestandteil"; +$a->strings["Modify"] = "Ăndern"; +$a->strings["Some blurb about what to do when you're new here"] = "Ein Hinweis, was man tun kann, wenn man neu hier ist"; +$a->strings["sent you a private message"] = "eine private Nachricht schicken"; +$a->strings["added your channel"] = "hat deinen Kanal hinzugefĂŒgt"; +$a->strings["posted an event"] = "hat eine Veranstaltung veröffentlicht"; +$a->strings["network"] = "Netzwerk"; $a->strings["Name is required"] = "Name ist erforderlich"; $a->strings["Key and Secret are required"] = "SchlĂŒssel und Geheimnis werden benötigt"; $a->strings["Passwords do not match. Password unchanged."] = "Kennwörter stimmen nicht ĂŒberein. Kennwort nicht verĂ€ndert."; @@ -894,7 +909,7 @@ $a->strings["Icon url"] = "Symbol-URL"; $a->strings["Optional"] = "Optional"; $a->strings["You can't edit this application."] = "Diese Anwendung kann nicht bearbeitet werden."; $a->strings["Connected Apps"] = "Verbundene Apps"; -$a->strings["Client key starts with"] = "Client key beginnt mit"; +$a->strings["Client key starts with"] = "Client Key beginnt mit"; $a->strings["No name"] = "Kein Name"; $a->strings["Remove authorization"] = "Authorisierung aufheben"; $a->strings["No feature settings configured"] = "Keine Funktions-Einstellungen konfiguriert"; @@ -906,26 +921,29 @@ $a->strings["Confirm:"] = "BestĂ€tigen:"; $a->strings["Leave password fields blank unless changing"] = "Lasse die Passwort-Felder leer, auĂer Du möchtest das Passwort Ă€ndern"; $a->strings["Email Address:"] = "Email Adresse:"; $a->strings["Remove Account"] = "Konto entfernen"; +$a->strings["Remove this account from this server including all its channels"] = "Lösche dieses Konto einschlieĂlich aller zugehörigen KanĂ€le von diesem Server"; $a->strings["Warning: This action is permanent and cannot be reversed."] = "Achtung: Diese Aktion ist endgĂŒltig und kann nicht rĂŒckgĂ€ngig gemacht werden."; $a->strings["Off"] = "Aus"; $a->strings["On"] = "An"; $a->strings["Additional Features"] = "ZusĂ€tzliche Funktionen"; $a->strings["Connector Settings"] = "Connector-Einstellungen"; $a->strings["No special theme for mobile devices"] = "Keine spezielle Theme fĂŒr mobile GerĂ€te"; -$a->strings["%s - (Experimental)"] = "%s - (Experimentell)"; +$a->strings["%s - (Experimental)"] = "%s â (experimentell)"; $a->strings["Display Settings"] = "Anzeige-Einstellungen"; $a->strings["Display Theme:"] = "Anzeige-Theme:"; $a->strings["Mobile Theme:"] = "Mobile Theme:"; +$a->strings["Enable user zoom on mobile devices"] = "Zoom auf MobilgerĂ€ten aktivieren"; $a->strings["Update browser every xx seconds"] = "Browser alle xx Sekunden aktualisieren"; $a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 Sekunden, kein Maximum"; $a->strings["Maximum number of conversations to load at any time:"] = "Maximale Anzahl von Unterhaltungen, die auf einmal geladen werden sollen:"; $a->strings["Maximum of 100 items"] = "Maximum: 100 BeitrĂ€ge"; $a->strings["Don't show emoticons"] = "Emoticons nicht zeigen"; -$a->strings["System Page Layout Editor - (advanced)"] = "(Erweiterter) Seitenlayout Editor"; +$a->strings["Link post titles to source"] = "Beitragstitel zum Originalbeitrag verlinken"; +$a->strings["System Page Layout Editor - (advanced)"] = "System-Seitenlayout-Editor (fĂŒr Experten)"; $a->strings["Nobody except yourself"] = "Niemand auĂer Dir selbst"; $a->strings["Only those you specifically allow"] = "Nur die, denen Du es explizit erlaubst"; -$a->strings["Approved connections"] = "Erlaubte Verbindung"; -$a->strings["Any connections"] = "Beliebige Verbindung"; +$a->strings["Approved connections"] = "Angenommene Verbindungen"; +$a->strings["Any connections"] = "Beliebige Verbindungen"; $a->strings["Anybody on this website"] = "Jeder auf dieser Website"; $a->strings["Anybody in this network"] = "Alle Red-Nutzer"; $a->strings["Anybody authenticated"] = "Jeder authentifizierte"; @@ -945,22 +963,22 @@ $a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:"; $a->strings["Adult Content"] = "Nicht jugendfreie Inhalte"; $a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Dieser Kanal veröffentlicht regelmĂ€Ăig Inhalte, die fĂŒr MinderjĂ€hrige ungeeignet sind. (Bitte markiere solche Inhalte mit dem Schlagwort #NSFW)"; $a->strings["Security and Privacy Settings"] = "Sicherheits- und Datenschutz-Einstellungen"; +$a->strings["Your permissions are already configured. Click to view/adjust"] = "Deine Zugriffsrechte sind schon konfiguriert. Klicke hier, um sie zu betrachten oder zu Ă€ndern"; $a->strings["Hide my online presence"] = "Meine Online-PrĂ€senz verbergen"; $a->strings["Prevents displaying in your profile that you are online"] = "Verhindert die Anzeige Deines Online-Status in deinem Profil"; $a->strings["Simple Privacy Settings:"] = "Einfache PrivatsphĂ€re-Einstellungen"; $a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Komplett offen â <em>extrem ungeschĂŒtzt (mit groĂer Vorsicht verwenden!)</em>"; -$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Typisch â <em>Default öffentlich, PrivatsphĂ€re, wo sie erwĂŒnscht ist (Ă€hnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschĂŒtzter PrivatsphĂ€re)</em>"; -$a->strings["Private - <em>default private, never open or public</em>"] = "Private â <em>Default privat, nie offen oder öffentlich</em>"; -$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Blockiert â <em>Alle per Default blockiert</em>"; -$a->strings["Allow others to tag your posts"] = "Erlaube anderen deine BeitrĂ€ge mit Schlagwörtern zu versehen"; +$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Typisch â <em>Standard öffentlich, PrivatsphĂ€re, wo sie erwĂŒnscht ist (Ă€hnlich den Einstellungen in sozialen Netzwerken, aber mit besser geschĂŒtzter PrivatsphĂ€re)</em>"; +$a->strings["Private - <em>default private, never open or public</em>"] = "Private â <em>Standard privat, nie offen oder öffentlich</em>"; +$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Blockiert â <em>Alle standardmĂ€Ăig blockiert</em>"; +$a->strings["Allow others to tag your posts"] = "Erlaube anderen, Deine BeitrĂ€ge zu taggen"; $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Wird oft von der Community genutzt um rĂŒckwirkend anstöĂigen Inhalt zu markieren"; $a->strings["Advanced Privacy Settings"] = "Fortgeschrittene PrivatsphĂ€re-Einstellungen"; -$a->strings["Expire other channel content after this many days"] = "Lasse den Inhalt anderer KanĂ€le nach dieser Anzahl Tage verfallen"; -$a->strings["0 or blank prevents expiration"] = "0 oder Leer verhindern das Verfallen"; +$a->strings["Expire other channel content after this many days"] = "Den Inhalt anderer KanĂ€le nach dieser Anzahl Tage verfallen lassen"; +$a->strings["0 or blank prevents expiration"] = "0 oder kein Inhalt verhindern das Verfallen"; $a->strings["Maximum Friend Requests/Day:"] = "Maximale Kontaktanfragen pro Tag:"; $a->strings["May reduce spam activity"] = "Kann die Spam-AktivitĂ€t verringern"; $a->strings["Default Post Permissions"] = "Standardeinstellungen fĂŒr Beitrags-Zugriffsrechte"; -$a->strings["(click to open/close)"] = "(zum öffnen/schlieĂen anklicken)"; $a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten pro Tag von unbekannten Leuten:"; $a->strings["Useful to reduce spamming"] = "NĂŒtzlich, um Spam zu verringern"; $a->strings["Notification Settings"] = "Benachrichtigungs-Einstellungen"; @@ -969,8 +987,8 @@ $a->strings["accepting a friend request"] = "Du eine Kontaktanfrage annimmst"; $a->strings["joining a forum/community"] = "Du einem Forum beitrittst"; $a->strings["making an <em>interesting</em> profile change"] = "Du eine <em>interessante</em> Ănderung an Deinem Profil vornimmst"; $a->strings["Send a notification email when:"] = "Eine E-Mail-Benachrichtigung senden, wenn:"; -$a->strings["You receive a connection request"] = "Du hast eine Verbindungsanfrage erhalten"; -$a->strings["Your connections are confirmed"] = "Deine Verbindungen wurden bestĂ€tigt"; +$a->strings["You receive a connection request"] = "Du eine Verbindungsanfrage erhĂ€ltst"; +$a->strings["Your connections are confirmed"] = "Eine Verbindung bestĂ€tigt wurde"; $a->strings["Someone writes on your profile wall"] = "Jemand auf Deine Pinnwand schreibt"; $a->strings["Someone writes a followup comment"] = "Jemand einen Beitrag kommentiert"; $a->strings["You receive a private message"] = "Du eine private Nachricht erhĂ€ltst"; @@ -981,182 +999,179 @@ $a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Account- und Se $a->strings["Change the behaviour of this account for special situations"] = "Ăndere das Verhalten dieses Accounts unter speziellen UmstĂ€nden"; $a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Aktiviere den Expertenmodus (unter <a href=\"settings/features\">Settings > ZusĂ€tzliche Funktionen</a>), um hier Einstellungen vorzunehmen!"; $a->strings["Miscellaneous Settings"] = "Sonstige Einstellungen"; -$a->strings["Personal menu to display in your channel pages"] = "Persönliches MenĂŒ zur Anzeige auf den Seiten deines Kanals"; -$a->strings["Remove this channel"] = "Lösche diesen Kanal"; -$a->strings["Permission Denied."] = "Zugriff verweigert."; -$a->strings["File not found."] = "Datei nicht gefunden."; -$a->strings["Edit file permissions"] = "Dateiberechtigungen bearbeiten"; -$a->strings["Set/edit permissions"] = "Berechtigungen setzen/Ă€ndern"; -$a->strings["Include all files and sub folders"] = "Alle Dateien und Unterverzeichnisse einbinden"; -$a->strings["Return to file list"] = "ZurĂŒck zur Dateiliste"; -$a->strings["Copy/paste this code to attach file to a post"] = "Diesen Code kopieren und einfĂŒgen, um die Datei an einen Beitrag anzuhĂ€ngen"; -$a->strings["Copy/paste this URL to link file from a web page"] = "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"; -$a->strings["Channel not found."] = "Kanal nicht gefunden."; -$a->strings["Red Matrix - "The Network""] = "Red Matrix - "Das Netzwerk""; -$a->strings["Welcome to %s"] = "Willkommen auf %s"; +$a->strings["Personal menu to display in your channel pages"] = "Eigenes MenĂŒ zur Anzeige auf den Seiten deines Kanals"; +$a->strings["Remove this channel"] = "Diesen Kanal löschen"; +$a->strings["Poke/Prod"] = "Anstupsen/Knuffen"; +$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; +$a->strings["Recipient"] = "EmpfĂ€nger"; +$a->strings["Choose what you wish to do to recipient"] = "WĂ€hle, was Du mit dem/r EmpfĂ€nger/in tun willst"; +$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; +$a->strings["Authorize application connection"] = "Zugriff fĂŒr die Anwendung autorisieren"; +$a->strings["Return to your app and insert this Securty Code:"] = "Trage folgenden Sicherheitscode in der Anwendung ein:"; +$a->strings["Please login to continue."] = "Zum Weitermachen, bitte einloggen."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten fĂŒr Dich zu erstellen?"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fern-Authentifizierung blockiert. Du bist lokal auf diesem Server angemeldet. Bitte melde Dich ab und versuche es erneut."; +$a->strings["Welcome %s. Remote authentication successful."] = "Willkommen %s. Entfernte Authentifizierung erfolgreich."; +$a->strings["Item not available."] = "Element nicht verfĂŒgbar."; $a->strings["Fetching URL returns error: %1\$s"] = "Abrufen der URL gab einen Fehler zurĂŒck: %1\$s"; -$a->strings["[Embedded content - reload page to view]"] = "[Eingebettete Inhalte â lade die Seite neu, um sie anzuzeigen]"; -$a->strings["Add a Channel"] = "Kanal hinzufĂŒgen"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um ein Social-Network-Profil, ein Blog, eine GesprĂ€chsgruppe oder ein Forum, Promi-Seiten und vieles mehr zu erstellen. Du kannst so viele KanĂ€le erstellen, wie es der Betreiber Deiner Seite zulĂ€sst."; -$a->strings["Channel Name"] = "Name des Kanals"; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Beispiele: âHorst Weidingerâ, âLisa und ihr Meerschweinchenâ, âFuĂballâ, âSegelflieger-Forumâ "; -$a->strings["Choose a short nickname"] = "WĂ€hle einen kurzen Spitznamen"; -$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (Ă€hnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst."; -$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Wir haben ein Problem mit der OpenID festgestellt, mit der du dich anmelden wolltest. Bitte ĂŒberprĂŒfe die Schreibweise der ID noch einmal."; -$a->strings["The error message was:"] = "Die Fehlermeldung lautet:"; +$a->strings["Invalid item."] = "UngĂŒltiges Element."; +$a->strings["Channel not found."] = "Kanal nicht gefunden."; +$a->strings["Page not found."] = "Seite nicht gefunden."; +$a->strings["Version %s"] = "Version %s"; +$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps"; +$a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dieser Hub ist Teil der RedMatrix â eines globalen, kooperativen Netzwerks aus dezentralen Websites, die RĂŒcksicht auf Deine PrivatsphĂ€re nehmen."; +$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse"; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besuche <a href=\"http://getzot.com\">GetZot.com</a>, um mehr ĂŒber die Red-Matrix zu erfahren."; +$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "VorschlĂ€ge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com"; +$a->strings["Site Administrators"] = "Administratoren"; +$a->strings["Block Name"] = "Block-Name"; +$a->strings["Profile not found."] = "Profil nicht gefunden."; +$a->strings["Profile deleted."] = "Profil gelöscht."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Neues Profil erstellt."; +$a->strings["Profile unavailable to clone."] = "Profil kann nicht geklont werden."; +$a->strings["Profile unavailable to export."] = "Dieses Profil kann nicht exportiert werden."; +$a->strings["Profile Name is required."] = "Profil-Name erforderlich."; +$a->strings["Marital Status"] = "Familienstand"; +$a->strings["Romantic Partner"] = "Romantische Partner"; +$a->strings["Likes"] = "GefĂ€llt"; +$a->strings["Dislikes"] = "GefĂ€llt nicht"; +$a->strings["Work/Employment"] = "Arbeit/Anstellung"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politische Ansichten"; +$a->strings["Gender"] = "Geschlecht"; +$a->strings["Sexual Preference"] = "Sexuelle Orientierung"; +$a->strings["Homepage"] = "Webseite"; +$a->strings["Interests"] = "Hobbys/Interessen"; +$a->strings["Address"] = "Adresse"; +$a->strings["Location"] = "Ort"; +$a->strings["Profile updated."] = "Profil aktualisiert."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?"; +$a->strings["Edit Profile Details"] = "Bearbeite Profil-Details"; +$a->strings["View this profile"] = "Dieses Profil ansehen"; +$a->strings["Change Profile Photo"] = "Profilfoto Ă€ndern"; +$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen ĂŒbernehmen"; +$a->strings["Clone this profile"] = "Dieses Profil klonen"; +$a->strings["Delete this profile"] = "Dieses Profil löschen"; +$a->strings["Import profile from file"] = "Profil aus einer Datei importieren"; +$a->strings["Export profile to file"] = "Profil in eine Datei exportieren"; +$a->strings["Profile Name:"] = "Profilname:"; +$a->strings["Your Full Name:"] = "Dein voller Name:"; +$a->strings["Title/Description:"] = "Titel/Stellenbeschreibung:"; +$a->strings["Your Gender:"] = "Dein Geschlecht:"; +$a->strings["Birthday (%s):"] = "Geburtstag (%s):"; +$a->strings["Street Address:"] = "StraĂe und Hausnummer:"; +$a->strings["Locality/City:"] = "Wohnort:"; +$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region/Bundesstaat:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Beziehungsstatus:"; +$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Seit [Datum]:"; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Religious Views:"] = "Religiöse Ansichten:"; +$a->strings["Keywords:"] = "SchlĂŒsselwörter:"; +$a->strings["Example: fishing photography software"] = "Beispiel: Angeln Fotografie Software"; +$a->strings["Used in directory listings"] = "Wird in Verzeichnis-Auflistungen verwendet"; +$a->strings["Tell us about yourself..."] = "ErzĂ€hle uns ein wenig von Dir âŠ"; +$a->strings["Hobbies/Interests"] = "Hobbys/Interessen"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformation und soziale Netzwerke"; +$a->strings["My other channels"] = "Meine anderen KanĂ€le"; +$a->strings["Musical interests"] = "Musikalische Interessen"; +$a->strings["Books, literature"] = "BĂŒcher, Literatur"; +$a->strings["Television"] = "Fernsehen"; +$a->strings["Film/dance/culture/entertainment"] = "Film/Tanz/Kultur/Unterhaltung"; +$a->strings["Love/romance"] = "Liebe/Romantik"; +$a->strings["Work/employment"] = "Arbeit/Anstellung"; +$a->strings["School/education"] = "Schule/Ausbildung"; +$a->strings["This is your default profile."] = "Das ist Dein Standardprofil"; +$a->strings["Age: "] = "Alter:"; +$a->strings["Edit/Manage Profiles"] = "Profile bearbeiten/verwalten"; +$a->strings["Add profile things"] = "Sachen zum Profil hinzufĂŒgen"; +$a->strings["Include desirable objects in your profile"] = "Binde begehrenswerte Dinge in Dein Profil ein"; +$a->strings["Invalid profile identifier."] = "UngĂŒltiger Profil-Identifikator"; +$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor"; +$a->strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufĂŒgen oder zu entfernen."; +$a->strings["Visible To"] = "Sichtbar fĂŒr"; +$a->strings["All Connections"] = "Alle Verbindungen"; +$a->strings["Public Sites"] = "Ăffentliche Server"; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Die hier aufgefĂŒhrten Server erlauben Dir, einen Account in der Red-Matrix anzulegen. Alle Server der Matrix sind miteinander verbunden, so dass die Mitgliedschaft auf einem Server eine Verbindung zu beliebigen anderen Servern der Matrix ermöglicht. Es könnte sein, dass einige dieser Server kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den jeweiligen Seiten <strong>könnten</strong> nĂ€here Details dazu stehen."; +$a->strings["Site URL"] = "Server-URL"; +$a->strings["Access Type"] = "Zugangstyp"; +$a->strings["Registration Policy"] = "Registrierungsrichtlinien"; +$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein, um diese Seite betrachten zu können."; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; +$a->strings["Select a bookmark folder"] = "Lesezeichenordner wĂ€hlen"; +$a->strings["Save Bookmark"] = "Lesezeichen speichern"; +$a->strings["URL of bookmark"] = "URL des Lesezeichens"; +$a->strings["Description"] = "Beschreibung"; +$a->strings["Or enter new bookmark folder name"] = "Oder gib einen neuen Namen fĂŒr den Lesezeichenordner ein"; +$a->strings["Room not found"] = "Chatraum nicht gefunden"; +$a->strings["Leave Room"] = "Raum verlassen"; +$a->strings["Delete This Room"] = "Diesen Raum löschen"; +$a->strings["I am away right now"] = "Ich bin gerade nicht da"; +$a->strings["I am online"] = "Ich bin online"; +$a->strings["Bookmark this room"] = "Lesezeichen fĂŒr diesen Raum setzen"; +$a->strings["New Chatroom"] = "Neuer Chatraum"; +$a->strings["Chatroom Name"] = "Name des Chatraums"; +$a->strings["%1\$s's Chatrooms"] = "%1\$ss ChatrĂ€ume"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl tĂ€glicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen."; +$a->strings["Passwords do not match."] = "Passwörter stimmen nicht ĂŒberein."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; +$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; +$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; +$a->strings["Registration on this site/hub is by approval only."] = "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator"; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl tĂ€glicher Registrierungen auf diesem Server wurde ĂŒberschritten. Bitte versuche es morgen noch einmal."; +$a->strings["Terms of Service"] = "Nutzungsbedingungen"; +$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s fĂŒr diese Webseite"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin Ă€lter als 13 Jahre und akzeptiere die %s dieser Webseite"; +$a->strings["Registration"] = "Registrierung"; +$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; +$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein"; +$a->strings["Your email address"] = "Ihre E-Mail Adresse"; +$a->strings["Choose a password"] = "Passwort"; +$a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch einmal ein"; +$a->strings["Away"] = "Abwesend"; +$a->strings["Online"] = "Online"; +$a->strings["Please login."] = "Bitte melde dich an."; +$a->strings["RedMatrix - Guests: Username: {your email address}, Password: +++"] = "RedMatrix â GĂ€ste: Username: {Deine E-Mail-Adresse}, Passwort: +++"; +$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Innerhalb von 48 Stunden nach einer Ănderung des Passworts können keine KanĂ€le gelöscht werden."; +$a->strings["Remove This Channel"] = "Diesen Kanal löschen"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rĂŒckgĂ€ngig gemacht werden."; +$a->strings["Please enter your password for verification:"] = "Bitte gib zur BestĂ€tigung Dein Passwort ein:"; +$a->strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "StandardmĂ€Ăig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk"; +$a->strings["Remove Channel"] = "Kanal löschen"; +$a->strings["No channel."] = "Kein Kanal."; +$a->strings["Common connections"] = "Gemeinsame Verbindungen"; +$a->strings["No connections in common."] = "Keine gemeinsamen Verbindungen."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Wir haben ein Problem mit der OpenID festgestellt, mit der Du Dich anmelden wolltest. Bitte ĂŒberprĂŒfe sie noch einmal."; +$a->strings["The error message was:"] = "Die Fehlermeldung war:"; $a->strings["Authentication failed."] = "Authentifizierung fehlgeschlagen."; $a->strings["Remote Authentication"] = "Entfernte Authentifizierung"; $a->strings["Enter your channel address (e.g. channel@example.com)"] = "Deine Kanal-Adresse (z. B. channel@example.com)"; $a->strings["Authenticate"] = "Authentifizieren"; -$a->strings["Theme settings updated."] = "Theme-Einstellungen aktualisiert."; -$a->strings["Site"] = "Seite"; -$a->strings["Accounts"] = "Konten"; -$a->strings["Channels"] = "KanĂ€le"; -$a->strings["Plugins"] = "Plug-Ins"; -$a->strings["Themes"] = "Themes"; -$a->strings["Server"] = "Server"; -$a->strings["DB updates"] = "DB-Aktualisierungen"; -$a->strings["Logs"] = "Protokolle"; -$a->strings["Plugin Features"] = "Plug-In Funktionen"; -$a->strings["User registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf BestĂ€tigung warten"; -$a->strings["Message queues"] = "Nachrichten-Warteschlangen"; -$a->strings["Administration"] = "Administration"; -$a->strings["Summary"] = "Zusammenfassung"; -$a->strings["Registered users"] = "Registrierte Benutzer"; -$a->strings["Pending registrations"] = "Ausstehende Registrierungen"; -$a->strings["Version"] = "Version"; -$a->strings["Active plugins"] = "Aktive Plug-Ins"; -$a->strings["Site settings updated."] = "Site-Einstellungen aktualisiert."; -$a->strings["No special theme for accessibility"] = "Kein spezielles Accessibility-Theme vorhanden"; -$a->strings["Yes - with approval"] = "Ja - mit Zustimmung"; -$a->strings["My site is not a public server"] = "Meine Seite ist kein öffentlicher Server"; -$a->strings["My site has paid access only"] = "Meine Seite erlaubt nur bezahlten Zugang"; -$a->strings["My site has free access only"] = "Meine Seite erlaubt ausschlieĂlich freien Zugang"; -$a->strings["My site offers free accounts with optional paid upgrades"] = "Meine Seite bietet freie Accounts mit der Möglichkeit von bezahlten Upgrades"; -$a->strings["Registration"] = "Registrierung"; -$a->strings["File upload"] = "Dateiupload"; -$a->strings["Policies"] = "Richtlinien"; -$a->strings["Site name"] = "Seitenname"; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["Administrator Information"] = "Administrator-Informationen"; -$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformationen fĂŒr Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden."; -$a->strings["System language"] = "System-Sprache"; -$a->strings["System theme"] = "System-Theme"; -$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Theme â kann durch Nutzerprofile ĂŒberschieben werden â <a href='#' id='cnftheme'>Theme-Einstellungen Ă€ndern</a>"; -$a->strings["Mobile system theme"] = "Mobile System-Theme:"; -$a->strings["Theme for mobile devices"] = "Theme fĂŒr mobile GerĂ€te"; -$a->strings["Accessibility system theme"] = "Accessibility-System-Theme"; -$a->strings["Accessibility theme"] = "Accessibility-Theme"; -$a->strings["Channel to use for this website's static pages"] = "Kanal fĂŒr die statischen Seiten dieser Webseite verwenden"; -$a->strings["Site Channel"] = "Seiten Kanal"; -$a->strings["Maximum image size"] = "Maximale BildgröĂe"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale GröĂe hochgeladener Bilder in Bytes. Standard ist 0 (keine EinschrĂ€nkung)."; -$a->strings["Does this site allow new member registration?"] = "Erlaubt diese Seite die Registrierung neuer Nutzer?"; -$a->strings["Which best describes the types of account offered by this hub?"] = "Wie lautet die passenste Beschreibung der Accounts auf diesem Hub?"; -$a->strings["Register text"] = "Registrierungstext"; -$a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungs-Seite angezeigt."; -$a->strings["Accounts abandoned after x days"] = "Konten gelten nach X Tagen als unbenutzt"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 fĂŒr kein zeitliches Limit."; -$a->strings["Allowed friend domains"] = "Erlaubte Domains fĂŒr Kontakte"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die fĂŒr Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."; -$a->strings["Allowed email domains"] = "Erlaubte Domains fĂŒr E-Mails"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die fĂŒr E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."; -$a->strings["Block public"] = "Ăffentlichen Zugriff blockieren"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist."; -$a->strings["Force publish"] = "Veröffentlichung erzwingen"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen."; -$a->strings["Disable discovery tab"] = "Den âEntdeckenâ-Reiter ausblenden"; -$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Entferne den âEntdeckenâ-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können."; -$a->strings["No login on Homepage"] = "Kein Login auf der Homepage"; -$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)."; -$a->strings["Proxy user"] = "Proxy Benutzer"; -$a->strings["Proxy URL"] = "Proxy URL"; -$a->strings["Network timeout"] = "Netzwerk-Timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Wert in Sekunden. 0 fĂŒr unbegrenzt (nicht empfohlen)."; -$a->strings["Delivery interval"] = "Auslieferung Intervall"; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 fĂŒr Shared Hosts, 2-3 fĂŒr VPS, 0-1 fĂŒr groĂe dedizierte Server."; -$a->strings["Poll interval"] = "Abfrageintervall"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet."; -$a->strings["Maximum Load Average"] = "Maximales Load Average"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden â Standard 50"; -$a->strings["No server found"] = "Kein Server gefunden"; -$a->strings["ID"] = "ID"; -$a->strings["for channel"] = "fĂŒr Kanal"; -$a->strings["on server"] = "auf Server"; -$a->strings["Status"] = "Status"; -$a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert"; -$a->strings["Executing %s failed. Check system logs."] = "AusfĂŒhren von %s fehlgeschlagen. ĂberprĂŒfe die Systemprotokolle."; -$a->strings["Update %s was successfully applied."] = "Update %s wurde erfolgreich ausgefĂŒhrt."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s lieferte keinen RĂŒckgabewert. Erfolg unbekannt."; -$a->strings["Update function %s could not be found."] = "Update-Funktion %s konnte nicht gefunden werden."; -$a->strings["No failed updates."] = "Keine fehlgeschlagenen Aktualisierungen."; -$a->strings["Failed Updates"] = "Fehlgeschlagene Aktualisierungen"; -$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (wenn das Update manuell ausgefĂŒhrt wurde)"; -$a->strings["Attempt to execute this update step automatically"] = "Versuche, diesen Updateschritt automatisch auszufĂŒhren"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s Nutzer blockiert/freigegeben", - 1 => "%s Nutzer blockiert/freigegeben", -); -$a->strings["%s user deleted"] = array( - 0 => "%s Nutzer gelöscht", - 1 => "%s Nutzer gelöscht", -); -$a->strings["Account not found"] = "Konto nicht gefunden"; -$a->strings["User '%s' deleted"] = "Benutzer '%s' gelöscht"; -$a->strings["User '%s' unblocked"] = "Benutzer '%s' freigegeben"; -$a->strings["User '%s' blocked"] = "Benutzer '%s' blockiert"; -$a->strings["Users"] = "Benutzer"; -$a->strings["select all"] = "Alle auswĂ€hlen"; -$a->strings["User registrations waiting for confirm"] = "Neuanmeldungen, die auf Deine BestĂ€tigung warten"; -$a->strings["Request date"] = "Antragsdatum"; -$a->strings["No registrations."] = "Keine Registrierungen."; -$a->strings["Approve"] = "Genehmigen"; -$a->strings["Deny"] = "Verweigern"; -$a->strings["Block"] = "Blockieren"; -$a->strings["Unblock"] = "Freigeben"; -$a->strings["Register date"] = "Registrierungs-Datum"; -$a->strings["Last login"] = "Letzte Anmeldung"; -$a->strings["Expires"] = "VerfĂ€llt"; -$a->strings["Service Class"] = "Service-Klasse"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgĂŒltig gelöscht!\\n\\nBist Du sicher?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgĂŒltig gelöscht werden!\\n\\nBist Du sicher?"; -$a->strings["%s channel censored/uncensored"] = array( - 0 => "%s Kanal zensiert/unzensiert", - 1 => "%s KanĂ€le zensiert/unzensiert", -); -$a->strings["%s channel deleted"] = array( - 0 => "%s Kanal gelöscht", - 1 => "%s KanĂ€le gelöscht", -); -$a->strings["Channel not found"] = "Kanal nicht gefunden"; -$a->strings["Channel '%s' deleted"] = "Kanal '%s' gelöscht"; -$a->strings["Channel '%s' uncensored"] = "Kanal '%s' freigegeben"; -$a->strings["Channel '%s' censored"] = "Kanal '%s' gesperrt"; -$a->strings["Censor"] = "Sperren"; -$a->strings["Uncensor"] = "Freigeben"; -$a->strings["UID"] = "UID"; -$a->strings["Address"] = "Adresse"; -$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Alle ausgewĂ€hlte KanĂ€le werden gelöscht!\\n\\nAlles was von diesen KanĂ€len auf dieser Seite geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist du dir sicher?"; -$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf dieser Seite geschrieben wurde, wird gelöscht!\\n\\nBist du dir sicher?"; -$a->strings["Plugin %s disabled."] = "Plug-In %s deaktiviert."; -$a->strings["Plugin %s enabled."] = "Plug-In %s aktiviert."; -$a->strings["Disable"] = "Deaktivieren"; -$a->strings["Enable"] = "Aktivieren"; -$a->strings["Toggle"] = "Umschalten"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = "Betreuer:"; -$a->strings["No themes found."] = "Keine Theme gefunden."; -$a->strings["Screenshot"] = "Bildschirmfoto"; -$a->strings["[Experimental]"] = "[Experimentell]"; -$a->strings["[Unsupported]"] = "[Nicht unterstĂŒtzt]"; -$a->strings["Log settings updated."] = "Protokoll-Einstellungen aktualisiert."; -$a->strings["Clear"] = "Leeren"; -$a->strings["Debugging"] = "Debugging"; -$a->strings["Log file"] = "Protokolldatei"; -$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Muss fĂŒr den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis."; -$a->strings["Log level"] = "Protokollstufe"; -$a->strings["- select -"] = "â auswĂ€hlen â"; +$a->strings["Continue"] = "Fortfahren"; +$a->strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung"; +$a->strings["Enable premium channel connection restrictions"] = "EinschrĂ€nkungen fĂŒr einen Premium-Kanal aktivieren"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Unter UmstĂ€nden sind weitere Schritte oder die BestĂ€tigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig."; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Indem ich fortfahre, bestĂ€tige ich die ErfĂŒllung aller Anweisungen aus dieser Seite."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)"; +$a->strings["Restricted or Premium Channel"] = "EingeschrĂ€nkter oder Premium-Kanal"; +$a->strings["No such group"] = "Gruppe existiert nicht"; +$a->strings["Search Results For:"] = "Suchergebnisse fĂŒr:"; +$a->strings["Collection is empty"] = "Sammlung ist leer"; +$a->strings["Collection: "] = "Sammlung:"; +$a->strings["Connection: "] = "Verbindung:"; +$a->strings["Invalid connection."] = "UngĂŒltige Verbindung."; $a->strings["Could not access contact record."] = "Konnte nicht auf den Kontakteintrag zugreifen."; $a->strings["Could not locate selected profile."] = "GewĂ€hltes Profil nicht gefunden."; $a->strings["Connection updated."] = "Verbindung aktualisiert."; @@ -1169,7 +1184,6 @@ $a->strings["All"] = "Alle"; $a->strings["Suggest new connections"] = "Neue Verbindungen vorschlagen"; $a->strings["New Connections"] = "Neue Verbindungen"; $a->strings["Show pending (new) connections"] = "Zeige ausstehende (neue) Verbindungsanfragen"; -$a->strings["All Connections"] = "Alle Verbindungen"; $a->strings["Show all connections"] = "Zeige alle Verbindungen"; $a->strings["Unblocked"] = "Freigegeben"; $a->strings["Only show unblocked connections"] = "Zeige nur freigegebene Verbindungen"; @@ -1178,138 +1192,10 @@ $a->strings["Only show ignored connections"] = "Zeige nur ignorierte Verbindunge $a->strings["Only show archived connections"] = "Zeige nur archivierte Verbindungen"; $a->strings["Only show hidden connections"] = "Zeige nur versteckte Verbindungen"; $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; -$a->strings["Edit contact"] = "Kontakt bearbeiten"; +$a->strings["Edit connection"] = "Verbindung bearbeiten"; $a->strings["Search your connections"] = "Verbindungen durchsuchen"; $a->strings["Finding: "] = "Ergebnisse:"; -$a->strings["Public access denied."] = "Ăffentlicher Zugang verweigert."; -$a->strings["Age: "] = "Alter:"; -$a->strings["Gender: "] = "Geschlecht:"; -$a->strings["Status: "] = "Status:"; -$a->strings["Sexual Preference: "] = "Sexuelle Ausrichtung:"; -$a->strings["Homepage: "] = "Webseite:"; -$a->strings["Hometown: "] = "Wohnort:"; -$a->strings["About: "] = "Ăber:"; -$a->strings["Keywords: "] = "SchlĂŒsselwörter:"; -$a->strings["Not found."] = "Nicht gefunden."; -$a->strings["Page owner information could not be retrieved."] = "Informationen ĂŒber den Besitzer der Seite konnten nicht gefunden werden."; -$a->strings["Album not found."] = "Album nicht gefunden."; -$a->strings["Delete Album"] = "Album löschen"; -$a->strings["Delete Photo"] = "Foto löschen"; -$a->strings["No photos selected"] = "Keine Fotos ausgewĂ€hlt"; -$a->strings["Access to this item is restricted."] = "Der Zugriff auf dieses Foto ist eingeschrĂ€nkt."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du benutzt %1$.2f MBytes Deines %2$.2f MBytes groĂen Bilder-Speichers."; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du verwendest %1$.2f MBytes Deines Foto-Speichers."; -$a->strings["Upload Photos"] = "Fotos hochladen"; -$a->strings["New album name: "] = "Name des neuen Albums:"; -$a->strings["or existing album name: "] = "Oder bestehender Album-Name:"; -$a->strings["Do not show a status post for this upload"] = "Keine Statusnachricht fĂŒr diesen Upload senden"; -$a->strings["Contact Photos"] = "Kontakt-Bilder"; -$a->strings["Edit Album"] = "Album bearbeiten"; -$a->strings["Show Newest First"] = "Zeige Neueste zuerst"; -$a->strings["Show Oldest First"] = "Zeige Ălteste zuerst"; -$a->strings["View Photo"] = "Foto ansehen"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschrĂ€nkt worden."; -$a->strings["Photo not available"] = "Foto nicht verfĂŒgbar"; -$a->strings["Use as profile photo"] = "Als Profilfoto verwenden"; -$a->strings["View Full Size"] = "In voller GröĂe anzeigen"; -$a->strings["Remove"] = "Entferne"; -$a->strings["Edit photo"] = "Foto bearbeiten"; -$a->strings["Rotate CW (right)"] = "Drehen im UZS (rechts)"; -$a->strings["Rotate CCW (left)"] = "Drehen gegen UZS (links)"; -$a->strings["New album name"] = "Name des neuen Albums:"; -$a->strings["Caption"] = "Bildunterschrift"; -$a->strings["Add a Tag"] = "Schlagwort hinzufĂŒgen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["In This Photo:"] = "Auf diesem Foto:"; -$a->strings["View Album"] = "Album ansehen"; -$a->strings["Recent Photos"] = "Neueste Fotos"; -$a->strings["Menu not found."] = "MenĂŒ nicht gefunden"; -$a->strings["Menu element updated."] = "MenĂŒ-Element aktualisiert."; -$a->strings["Unable to update menu element."] = "Kann MenĂŒ-Element nicht aktualisieren."; -$a->strings["Menu element added."] = "MenĂŒ-Bestandteil hinzugefĂŒgt."; -$a->strings["Unable to add menu element."] = "Kann MenĂŒ-Bestandteil nicht hinzufĂŒgen."; -$a->strings["Manage Menu Elements"] = "MenĂŒ-Bestandteile verwalten"; -$a->strings["Edit menu"] = "MenĂŒ bearbeiten"; -$a->strings["Edit element"] = "Bestandteil bearbeiten"; -$a->strings["Drop element"] = "Bestandteil löschen"; -$a->strings["New element"] = "Neues Bestandteil"; -$a->strings["Edit this menu container"] = "Diesen MenĂŒ-Container bearbeiten"; -$a->strings["Add menu element"] = "MenĂŒelement hinzufĂŒgen"; -$a->strings["Delete this menu item"] = "Lösche dieses MenĂŒ-Bestandteil"; -$a->strings["Edit this menu item"] = "Bearbeite dieses MenĂŒ-Bestandteil"; -$a->strings["New Menu Element"] = "Neues MenĂŒ-Bestandteil"; -$a->strings["Menu Item Permissions"] = "Zugriffsrechte des MenĂŒ-Elements"; -$a->strings["Link text"] = "Link Text"; -$a->strings["URL of link"] = "URL des Links"; -$a->strings["Use Red magic-auth if available"] = "Verwende Red Magic-Auth wenn verfĂŒgbar"; -$a->strings["Open link in new window"] = "Ăffne Link in neuem Fenster"; -$a->strings["Order in list"] = "Reihenfolge in der Liste"; -$a->strings["Higher numbers will sink to bottom of listing"] = "GröĂere Nummern werden weiter unten in der Auflistung einsortiert"; -$a->strings["Menu item not found."] = "MenĂŒ-Bestandteil nicht gefunden."; -$a->strings["Menu item deleted."] = "MenĂŒ-Bestandteil gelöscht."; -$a->strings["Menu item could not be deleted."] = "MenĂŒ-Bestandteil kann nicht gelöscht werden."; -$a->strings["Edit Menu Element"] = "Bearbeite MenĂŒ-Bestandteil"; -$a->strings["Modify"] = "Ăndern"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$ss %3\$s"; -$a->strings["Please login."] = "Bitte melde dich an."; -$a->strings["Set your current mood and tell your friends"] = "WĂ€hle Deine aktuelle Stimmung und teile sie mit Deinen Freunden"; -$a->strings["Remote privacy information not available."] = "PrivatsphĂ€re-Einstellungen anderer Nutzer sind nicht verfĂŒgbar."; -$a->strings["Visible to:"] = "Sichtbar fĂŒr:"; -$a->strings["Select a bookmark folder"] = "WĂ€hle einen Lesezeichenordner"; -$a->strings["Save Bookmark"] = "Speichere Lesezeichen"; -$a->strings["URL of bookmark"] = "URL des Lesezeichens"; -$a->strings["Description"] = "Beschreibung"; -$a->strings["Or enter new bookmark folder name"] = "Oder gib einen neuen Namen fĂŒr den Lesezeichenordner ein"; -$a->strings["Layout updated."] = "Layout aktualisiert."; -$a->strings["Edit System Page Description"] = "Systemseitenbeschreibung editieren"; -$a->strings["Layout not found."] = "Layout nicht gefunden."; -$a->strings["Module Name:"] = "Modulname:"; -$a->strings["Layout Help"] = "Layout-Hilfe"; -$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zurechtschneiden schlug fehl."; -$a->strings["Image resize failed."] = "Bild-Anpassung fehlgeschlagen."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird."; -$a->strings["Image exceeds size limit of %d"] = "Bild ist gröĂer als das Limit von %d"; -$a->strings["Unable to process image."] = "Kann Bild nicht verarbeiten."; -$a->strings["Photo not available."] = "Foto nicht verfĂŒgbar."; -$a->strings["Upload File:"] = "Datei hochladen:"; -$a->strings["Select a profile:"] = "WĂ€hlen Sie ein Profil:"; -$a->strings["Upload Profile Photo"] = "Lade neues Profilfoto hoch"; -$a->strings["skip this step"] = "diesen Schritt ĂŒberspringen"; -$a->strings["select a photo from your photo albums"] = "ein Foto aus meinen Fotoalben"; -$a->strings["Crop Image"] = "Bild zuschneiden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Bitte schneide das Bild fĂŒr eine optimale Anzeige passend zu."; -$a->strings["Done Editing"] = "Bearbeitung fertigstellen"; -$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; -$a->strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen."; -$a->strings["Image size reduction [%s] failed."] = "Reduzierung der BildgröĂe [%s] fehlgeschlagen."; -$a->strings["network"] = "Netzwerk"; -$a->strings["Menu updated."] = "MenĂŒ aktualisiert."; -$a->strings["Unable to update menu."] = "Kann MenĂŒ nicht aktualisieren."; -$a->strings["Menu created."] = "MenĂŒ erstellt."; -$a->strings["Unable to create menu."] = "Kann MenĂŒ nicht erstellen."; -$a->strings["Manage Menus"] = "MenĂŒs verwalten"; -$a->strings["Drop"] = "Löschen"; -$a->strings["Create a new menu"] = "Neues MenĂŒ erstellen"; -$a->strings["Delete this menu"] = "Lösche dieses MenĂŒ"; -$a->strings["Edit menu contents"] = "Bearbeite MenĂŒ Inhalte"; -$a->strings["Edit this menu"] = "Dieses MenĂŒ bearbeiten"; -$a->strings["New Menu"] = "Neues MenĂŒ"; -$a->strings["Menu name"] = "MenĂŒ Name"; -$a->strings["Must be unique, only seen by you"] = "Muss eindeutig sein, ist aber nur fĂŒr Dich sichtbar"; -$a->strings["Menu title"] = "MenĂŒ Titel"; -$a->strings["Menu title as seen by others"] = "MenĂŒ Titel wie er von anderen gesehen wird"; -$a->strings["Allow bookmarks"] = "Erlaube Lesezeichen"; -$a->strings["Menu may be used to store saved bookmarks"] = "Im MenĂŒ können gespeicherte Lesezeichen abgelegt werden"; -$a->strings["Menu deleted."] = "MenĂŒ gelöscht."; -$a->strings["Menu could not be deleted."] = "MenĂŒ konnte nicht gelöscht werden."; -$a->strings["Edit Menu"] = "MenĂŒ bearbeiten"; -$a->strings["Add or remove entries to this menu"] = "EintrĂ€ge zu diesem MenĂŒ hinzufĂŒgen oder entfernen"; -$a->strings["Invalid item."] = "UngĂŒltiges Element."; -$a->strings["Page not found."] = "Seite nicht gefunden."; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s verschlagwortet"; -$a->strings["Wall Photos"] = "Wall Fotos"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurĂŒckgegeben."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine VorschlĂ€ge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."; +$a->strings["Edit post"] = "Bearbeite Beitrag"; $a->strings["is now connected to"] = "ist jetzt verbunden mit"; $a->strings["Could not access address book record."] = "Konnte nicht auf den Adressbuch-Eintrag zugreifen."; $a->strings["Refresh failed - channel is currently unavailable."] = "Aktualisierung fehlgeschlagen â der Kanal ist im Moment nicht erreichbar."; @@ -1324,12 +1210,14 @@ $a->strings["Channel has been unhidden"] = "Kanal wird nicht mehr versteckt"; $a->strings["Channel has been hidden"] = "Kanal wurde versteckt"; $a->strings["Channel has been approved"] = "Kanal wurde zugelassen"; $a->strings["Channel has been unapproved"] = "Zulassung des Kanals entfernt"; -$a->strings["Connection has been removed."] = "Verbindung wurde entfernt."; +$a->strings["Connection has been removed."] = "Verbindung wurde gelöscht."; $a->strings["View %s's profile"] = "%ss Profil ansehen"; $a->strings["Refresh Permissions"] = "Zugriffsrechte neu laden"; $a->strings["Fetch updated permissions"] = "Aktualisierte Zugriffsrechte abfragen"; $a->strings["Recent Activity"] = "KĂŒrzliche AktivitĂ€ten"; $a->strings["View recent posts and comments"] = "Betrachte die neuesten BeitrĂ€ge und Kommentare"; +$a->strings["Unblock"] = "Freigeben"; +$a->strings["Block"] = "Blockieren"; $a->strings["Block or Unblock this connection"] = "Verbindung blockieren oder freigeben"; $a->strings["Unignore"] = "Nicht ignorieren"; $a->strings["Ignore"] = "Ignorieren"; @@ -1381,14 +1269,60 @@ $a->strings["Currently archived"] = "Derzeit archiviert"; $a->strings["Currently pending"] = "Derzeit anstehend"; $a->strings["Hide this contact from others"] = "Diese Verbindung vor den anderen verbergen."; $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Antworten/Likes auf deine öffentlichen BeitrĂ€ge <strong>können</strong> immer noch sichtbar sein"; -$a->strings["Messages"] = "Nachrichten"; -$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; -$a->strings["No messages."] = "Keine Nachrichten."; -$a->strings["Delete message"] = "Nachricht löschen"; -$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; -$a->strings["sent you a private message"] = "eine private Nachricht schicken"; -$a->strings["added your channel"] = "hat deinen Kanal hinzugefĂŒgt"; -$a->strings["posted an event"] = "hat eine Veranstaltung veröffentlicht"; +$a->strings["No potential page delegates located."] = "Keine potentiellen BevollmĂ€chtigten fĂŒr die Seite gefunden."; +$a->strings["Delegate Page Management"] = "Delegiere das Management fĂŒr diese Seite"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "BevollmĂ€chtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine BevollmĂ€chtigung fĂŒr Deinen privaten Account, dem Du nicht absolut vertraust!"; +$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager"; +$a->strings["Existing Page Delegates"] = "Vorhandene BevollmĂ€chtigte fĂŒr die Seite"; +$a->strings["Potential Delegates"] = "Potentielle BevollmĂ€chtigte"; +$a->strings["Remove"] = "Entferne"; +$a->strings["Add"] = "HinzufĂŒgen"; +$a->strings["No entries."] = "Keine EintrĂ€ge."; +$a->strings["Public access denied."] = "Ăffentlicher Zugang verweigert."; +$a->strings["Gender: "] = "Geschlecht:"; +$a->strings["Finding:"] = "Ergebnisse:"; +$a->strings["next page"] = "nĂ€chste Seite"; +$a->strings["previous page"] = "vorherige Seite"; +$a->strings["No entries (some entries may be hidden)."] = "Keine EintrĂ€ge gefunden (einige könnten versteckt sein)."; +$a->strings["Status: "] = "Status:"; +$a->strings["Sexual Preference: "] = "Sexuelle Ausrichtung:"; +$a->strings["Homepage: "] = "Webseite:"; +$a->strings["Hometown: "] = "Wohnort:"; +$a->strings["About: "] = "Ăber:"; +$a->strings["Keywords: "] = "SchlĂŒsselwörter:"; +$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server"; +$a->strings["Page owner information could not be retrieved."] = "Informationen ĂŒber den Besitzer der Seite konnten nicht gefunden werden."; +$a->strings["Album not found."] = "Album nicht gefunden."; +$a->strings["Delete Album"] = "Album löschen"; +$a->strings["Delete Photo"] = "Foto löschen"; +$a->strings["No photos selected"] = "Keine Fotos ausgewĂ€hlt"; +$a->strings["Access to this item is restricted."] = "Der Zugriff auf dieses Foto ist eingeschrĂ€nkt."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du benutzt %1$.2f MBytes Deines %2$.2f MBytes groĂen Bilder-Speichers."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du verwendest %1$.2f MBytes Deines Foto-Speichers."; +$a->strings["Upload Photos"] = "Fotos hochladen"; +$a->strings["New album name: "] = "Name des neuen Albums:"; +$a->strings["or existing album name: "] = "Oder bestehender Album-Name:"; +$a->strings["Do not show a status post for this upload"] = "Keine Statusnachricht fĂŒr diesen Upload senden"; +$a->strings["Album name could not be decoded"] = "Albumname konnte nicht dekodiert werden"; +$a->strings["Contact Photos"] = "Kontakt-Bilder"; +$a->strings["Edit Album"] = "Album bearbeiten"; +$a->strings["Show Newest First"] = "Zeige Neueste zuerst"; +$a->strings["Show Oldest First"] = "Zeige Ălteste zuerst"; +$a->strings["View Photo"] = "Foto ansehen"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Berechtigung verweigert. Der Zugriff ist wahrscheinlich eingeschrĂ€nkt worden."; +$a->strings["Photo not available"] = "Foto nicht verfĂŒgbar"; +$a->strings["Use as profile photo"] = "Als Profilfoto verwenden"; +$a->strings["View Full Size"] = "In voller GröĂe anzeigen"; +$a->strings["Edit photo"] = "Foto bearbeiten"; +$a->strings["Rotate CW (right)"] = "Drehen im UZS (rechts)"; +$a->strings["Rotate CCW (left)"] = "Drehen gegen UZS (links)"; +$a->strings["New album name"] = "Name des neuen Albums:"; +$a->strings["Caption"] = "Bildunterschrift"; +$a->strings["Add a Tag"] = "Schlagwort hinzufĂŒgen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["In This Photo:"] = "Auf diesem Foto:"; +$a->strings["View Album"] = "Album ansehen"; +$a->strings["Recent Photos"] = "Neueste Fotos"; $a->strings["Red Matrix Server - Setup"] = "Red Matrix Server - Installation"; $a->strings["Could not connect to database."] = "Kann nicht mit der Datenbank verbinden."; $a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Konnte die angegebene Webseiten-URL nicht erreichen. Möglicherweise ein Problem mit dem SSL-Zertifikat oder dem DNS."; @@ -1456,11 +1390,11 @@ $a->strings["%s is writable"] = "%s ist beschreibbar"; $a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red benutzt das Verzeichnis store, um hochgeladene Dateien zu speichern. Der Web-Server benötigt Schreibrechte fĂŒr dieses Verzeichnis direkt unterhalb des Red-Stammverzeichnisses"; $a->strings["store is writable"] = "store ist schreibbar"; $a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "Das SSL-Zertifikat konnte nicht validiert werden. Korrigiere das Zertifikat oder deaktiviere den HTTPS-Zugriff auf diesen Server."; -$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Wenn Du ĂŒber HTTPS-Protokoll auf Deine Seite zugreifen möchtest, also Verbindungen ĂŒber den Port 443 möglich sein sollen, ist ein allgemein gĂŒltiges digitales SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, welches Dein Browser akzeptiert. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich."; -$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Diese EinschrĂ€nkung wurde eingebaut, weil Deine öffentlichen BeitrĂ€ge zum Beispiel Verweise auf Bilder in Deinem eigenen Hub enthalten können."; +$a->strings["If you have https access to your website or allow connections to TCP port 443 (the https: port), you MUST use a browser-valid certificate. You MUST NOT use self-signed certificates!"] = "Wenn Du via HTTPS auf Deinen Server zugreifen möchtest, also Verbindungen ĂŒber den Port 443 möglich sein sollen, ist ein SSL-Zertifikat einer Zertifizierungsstelle (CA) notwendig, das von den Browsern ohne Sicherheitsabfrage akzeptiert wird. Die Verwendung eines selbst signierten Zertifikates ist nicht möglich."; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub."] = "Diese EinschrĂ€nkung wurde eingebaut, weil Deine öffentlichen BeitrĂ€ge zum Beispiel Verweise auf Bilder auf Deinem eigenen Hub enthalten können."; $a->strings["If your certificate is not recognized, members of other sites (who may themselves have valid certificates) will get a warning message on their own site complaining about security issues."] = "Wenn Dein Zertifikat nicht von jedem Browser akzeptiert wird, erhalten die Mitglieder anderer Red-Server (die mit korrekten Zertifikate ausgestattet sind) Sicherheits-Warnmeldungen, obwohl sie gar nicht direkt auf Deinem Server unterwegs sind (zum Beispiel, wenn ein Bild aus einem Deiner BeitrĂ€ge angezeigt wird)."; -$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Dies kann Probleme an anderer Stelle (nicht nur auf Ihrer eigenen Website) verursachen, so dass wir auf dieser Forderung bestehen mĂŒssen.. "; -$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Einige Provider stellen kostenlos gĂŒltige Browser-Zertifikate aus."; +$a->strings["This can cause usability issues elsewhere (not just on your own site) so we must insist on this requirement."] = "Dies kann Probleme fĂŒr andere Nutzer (nicht nur auf Deinem eigenen Server) verursachen, so dass wir auf dieser Forderung bestehen mĂŒssen.. "; +$a->strings["Providers are available that issue free certificates which are browser-valid."] = "Es gibt einige Zertifizierungsstellen (CAs), bei denen solche Zertifikate kostenlos zu haben sind."; $a->strings["SSL certificate validation"] = "SSL Zertifikatverifizierung"; $a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite via .htaccess funktioniert nicht. ĂberprĂŒfe Deine Server-Konfiguration."; $a->strings["Url rewrite is working"] = "Url rewrite funktioniert"; @@ -1468,125 +1402,95 @@ $a->strings["The database configuration file \".htconfig.php\" could not be writ $a->strings["Errors encountered creating database tables."] = "Fehler beim Anlegen der Datenbank-Tabellen aufgetreten."; $a->strings["<h1>What next</h1>"] = "<h1>Was als NĂ€chstes</h1>"; $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WICHTIG: Du musst [manuell] einen Cronjob fĂŒr den Poller einrichten."; -$a->strings["Hub not found."] = "Server nicht gefunden."; -$a->strings["Total invitation limit exceeded."] = "Einladungslimit ĂŒberschritten."; -$a->strings["%s : Not a valid email address."] = "%s : Keine gĂŒltige Email Adresse."; -$a->strings["Please join us on Red"] = "SchlieĂe Dich uns an und werde Teil der Red-Matrix"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Einladungslimit ĂŒberschritten. Bitte kontaktiere den Administrator Deines Red-Servers."; -$a->strings["%s : Message delivery failed."] = "%s : Nachricht konnte nicht zugestellt werden."; -$a->strings["%d message sent."] = array( - 0 => "%d Nachricht gesendet.", - 1 => "%d Nachrichten gesendet.", -); -$a->strings["You have no more invitations available"] = "Du hast keine weiteren verfĂŒgbare Einladungen"; -$a->strings["Send invitations"] = "Einladungen senden"; -$a->strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:"; -$a->strings["Your message:"] = "Deine Nachricht:"; -$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralized communication and information tool."] = "Du bist herzlich eingeladen, mir und einigen anderen guten Freunden in die RedMatrix zu folgen â ein revolutionĂ€r neues und dezentrales Kommunikations- und Informationsnetzwerk."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du musst dann den folgenden Einladungs-Code angeben: \$invite_code"; -$a->strings["Please visit my channel at"] = "Bitte besuche meinen Kanal auf"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Wenn Du Dich registriert hast (egal auf welchem Server in der Red-Matrix, sie sind alle miteinander verbunden) verbinde Dich bitte mit meinem Kanal in der Matrix. Adresse:"; -$a->strings["Click the [Register] link on the following page to join."] = "Klicke den [Registrieren]-Link auf der nĂ€chsten Seite, um dich anzumelden."; -$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "FĂŒr weitere Informationen ĂŒber das Red-Matrix-Projekt und warum es das Potential hat, das Internet, wie wir es kennen, grundlegend zu verĂ€ndern, besuche http://getzot.com"; -$a->strings["Thing updated"] = "Ding aktualisiert"; -$a->strings["Object store: failed"] = "Speichern des Objekts fehlgeschlagen"; -$a->strings["Thing added"] = "Ding hinzugefĂŒgt"; -$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; -$a->strings["Show Thing"] = "Ding anzeigen"; -$a->strings["item not found."] = "Eintrag nicht gefunden"; -$a->strings["Edit Thing"] = "Ding bearbeiten"; -$a->strings["Select a profile"] = "WĂ€hle ein Profil"; -$a->strings["Post an activity"] = "AktivitĂ€tsnachricht senden"; -$a->strings["Only sends to viewers of the applicable profile"] = "Nur an Betrachter des ausgewĂ€hlten Profils senden"; -$a->strings["Name of thing e.g. something"] = "Name des Dings, z.B. Etwas"; -$a->strings["URL of thing (optional)"] = "URL des Dings (optional)"; -$a->strings["URL for photo of thing (optional)"] = "URL eines Fotos von dem Ding (optional)"; -$a->strings["Add Thing to your Profile"] = "Das Ding Deinem Profil hinzufĂŒgen"; -$a->strings["Unable to find your hub."] = "Konnte Deinen Server nicht finden."; -$a->strings["Post successful."] = "Veröffentlichung erfolgreich."; -$a->strings["Help:"] = "Hilfe:"; -$a->strings["Not Found"] = "Nicht gefunden"; -$a->strings["No connections."] = "Keine Verbindungen."; -$a->strings["Visit %s's profile [%s]"] = "%ss Profil [%s] besuchen"; -$a->strings["View Connnections"] = "Zeige Verbindungen"; -$a->strings["Invalid profile identifier."] = "UngĂŒltiger Profil-Identifikator"; -$a->strings["Profile Visibility Editor"] = "Profil-Sichtbarkeits-Editor"; -$a->strings["Click on a contact to add or remove."] = "Klicke auf einen Kontakt, um ihn hinzuzufĂŒgen oder zu entfernen."; -$a->strings["Visible To"] = "Sichtbar fĂŒr"; -$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximale Anzahl tĂ€glicher Neuanmeldungen erreicht. Bitte versuche es morgen noch einmal."; -$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Bitte stimme den Nutzungsbedingungen zu. Registrierung fehlgeschlagen."; -$a->strings["Passwords do not match."] = "Passwörter stimmen nicht ĂŒberein."; -$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; -$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; -$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; -$a->strings["Registration on this site/hub is by approval only."] = "Anmeldungen auf diesem Server erfordern Zustimmung durch den Administrator"; -$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrierung auf einem anderen, angeschlossenen Server</a>"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl tĂ€glicher Registrierungen auf diesem Server wurde ĂŒberschritten. Bitte versuche es morgen noch einmal."; -$a->strings["Terms of Service"] = "Nutzungsbedingungen"; -$a->strings["I accept the %s for this website"] = "Ich akzeptiere die %s fĂŒr diese Webseite"; -$a->strings["I am over 13 years of age and accept the %s for this website"] = "Ich bin Ă€lter als 13 Jahre und akzeptiere die %s dieser Webseite"; -$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; -$a->strings["Please enter your invitation code"] = "Bitte trage Deinen Einladungs-Code ein"; -$a->strings["Your email address"] = "Ihre E-Mail Adresse"; -$a->strings["Choose a password"] = "Passwort"; -$a->strings["Please re-enter your password"] = "Bitte gib Dein Passwort noch einmal ein"; -$a->strings["No such group"] = "Gruppe existiert nicht"; -$a->strings["Search Results For:"] = "Suchergebnisse fĂŒr:"; -$a->strings["Collection is empty"] = "Sammlung ist leer"; -$a->strings["Collection: "] = "Sammlung:"; -$a->strings["Connection: "] = "Verbindung:"; -$a->strings["Invalid connection."] = "UngĂŒltige Verbindung."; -$a->strings["No potential page delegates located."] = "Keine potentiellen BevollmĂ€chtigten fĂŒr die Seite gefunden."; -$a->strings["Delegate Page Management"] = "Delegiere das Management fĂŒr diese Seite"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "BevollmĂ€chtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Gib niemandem eine BevollmĂ€chtigung fĂŒr Deinen privaten Account, dem Du nicht absolut vertraust!"; -$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager"; -$a->strings["Existing Page Delegates"] = "Vorhandene BevollmĂ€chtigte fĂŒr die Seite"; -$a->strings["Potential Delegates"] = "Potentielle BevollmĂ€chtigte"; -$a->strings["Add"] = "HinzufĂŒgen"; -$a->strings["No entries."] = "Keine EintrĂ€ge."; -$a->strings["Continue"] = "Fortfahren"; -$a->strings["Premium Channel Setup"] = "Premium-Kanal-Einrichtung"; -$a->strings["Enable premium channel connection restrictions"] = "EinschrĂ€nkungen fĂŒr einen Premium-Kanal aktivieren"; -$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Bitte gib Deine Nutzungsbedingungen ein, z.B. Paypal-Quittung, Richtlinien etc."; -$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Unter UmstĂ€nden sind weitere Schritte oder die BestĂ€tigung der folgenden Bedingungen vor dem Verbinden mit diesem Kanal nötig."; -$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentielle Kontakte werden den folgenden Text sehen, bevor fortgefahren wird:"; -$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Indem ich fortfahre, bestĂ€tige ich die ErfĂŒllung aller Anweisungen aus dieser Seite."; -$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Der Kanal-Besitzer hat keine speziellen Anweisungen hinterlegt.)"; -$a->strings["Restricted or Premium Channel"] = "EingeschrĂ€nkter oder Premium-Kanal"; -$a->strings["Contact not found."] = "Kontakt nicht gefunden"; -$a->strings["Friend suggestion sent."] = "Freundschaftsempfehlung senden."; -$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; -$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; -$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten KanĂ€len eingerichtet."; -$a->strings["Create a new channel"] = "Erzeuge neues Kanal"; -$a->strings["Channel Manager"] = "Kanal-Manager"; -$a->strings["Current Channel"] = "Aktueller Kanal"; -$a->strings["Attach to one of your channels by selecting it."] = "WĂ€hle einen Deiner KanĂ€le aus, um ihn zu verwenden."; -$a->strings["Default Channel"] = "Standard Kanal"; -$a->strings["Make Default"] = "Zum Standard machen"; -$a->strings["Channel removals are not allowed within 48 hours of changing the account password."] = "Innerhalb von 48 Stunden nach einer Ănderung des Passworts können keine KanĂ€le gelöscht werden."; -$a->strings["Remove This Channel"] = "Diesen Kanal löschen"; -$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Hiermit wird dieser Kanal komplett aus dem Netzwerk gelöscht. Einmal eingeleitet kann dieser Prozess nicht rĂŒckgĂ€ngig gemacht werden."; -$a->strings["Please enter your password for verification:"] = "Bitte gib zur BestĂ€tigung Dein Passwort ein:"; -$a->strings["Remove this channel and all its clones from the network"] = "Lösche diesen Kanal und all seine Klone aus dem Netzwerk"; -$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "StandardmĂ€Ăig wird der Kanal nur auf diesem Server gelöscht, seine Klone verbleiben im Netzwerk"; -$a->strings["Remove Channel"] = "Kanal löschen"; $a->strings["Item not found"] = "Element nicht gefunden"; -$a->strings["Item is not editable"] = "Element kann nicht bearbeitet werden."; -$a->strings["Edit post"] = "Bearbeite Beitrag"; -$a->strings["Delete item?"] = "Eintrag löschen?"; +$a->strings["Edit Block"] = "Block bearbeiten"; +$a->strings["Delete block?"] = "Block löschen?"; $a->strings["Insert YouTube video"] = "YouTube-Video einfĂŒgen"; $a->strings["Insert Vorbis [.ogg] video"] = "Vorbis [.ogg]-Video einfĂŒgen"; $a->strings["Insert Vorbis [.ogg] audio"] = "Vorbis [.ogg]-Audio einfĂŒgen"; +$a->strings["Delete Block"] = "Block löschen"; +$a->strings["Layout updated."] = "Layout aktualisiert."; +$a->strings["Edit System Page Description"] = "Systemseitenbeschreibung bearbeiten"; +$a->strings["Layout not found."] = "Layout nicht gefunden."; +$a->strings["Module Name:"] = "Modulname:"; +$a->strings["Layout Help"] = "Layout-Hilfe"; +$a->strings["Edit Layout"] = "Layout bearbeiten"; +$a->strings["Delete layout?"] = "Layout löschen?"; +$a->strings["Delete Layout"] = "Layout löschen"; +$a->strings["Item is not editable"] = "Element kann nicht bearbeitet werden."; +$a->strings["Delete item?"] = "Eintrag löschen?"; $a->strings["Edit Webpage"] = "Webseite bearbeiten"; $a->strings["Delete webpage?"] = "Webseite löschen?"; $a->strings["Delete Webpage"] = "Webseite löschen"; -$a->strings["Poke/Prod"] = "Anstupsen/Knuffen"; -$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; -$a->strings["Recipient"] = "EmpfĂ€nger"; -$a->strings["Choose what you wish to do to recipient"] = "WĂ€hle, was Du mit dem/r EmpfĂ€nger/in tun willst"; -$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; -$a->strings["Block Name"] = "Block-Name"; +$a->strings["Bookmark added"] = "Lesezeichen hinzugefĂŒgt"; +$a->strings["My Bookmarks"] = "Meine Lesezeichen"; +$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte"; +$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zurechtschneiden schlug fehl."; +$a->strings["Image resize failed."] = "Bild-Anpassung fehlgeschlagen."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Leere den Browser Cache oder nutze Umschalten-Neu Laden, falls das neue Foto nicht sofort angezeigt wird."; +$a->strings["Image exceeds size limit of %d"] = "Bild ist gröĂer als das Limit von %d"; +$a->strings["Unable to process image."] = "Kann Bild nicht verarbeiten."; +$a->strings["Photo not available."] = "Foto nicht verfĂŒgbar."; +$a->strings["Upload File:"] = "Datei hochladen:"; +$a->strings["Select a profile:"] = "WĂ€hle ein Profil:"; +$a->strings["Upload Profile Photo"] = "Lade neues Profilfoto hoch"; +$a->strings["skip this step"] = "diesen Schritt ĂŒberspringen"; +$a->strings["select a photo from your photo albums"] = "ein Foto aus meinen Fotoalben"; +$a->strings["Crop Image"] = "Bild zuschneiden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Bitte schneide das Bild fĂŒr eine optimale Anzeige passend zu."; +$a->strings["Done Editing"] = "Bearbeitung fertigstellen"; +$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; +$a->strings["Image upload failed."] = "Hochladen des Bilds fehlgeschlagen."; +$a->strings["Image size reduction [%s] failed."] = "Reduzierung der BildgröĂe [%s] fehlgeschlagen."; +$a->strings["Failed to create source. No channel selected."] = "Konnte die Quelle nicht anlegen. Kein Kanal ausgewĂ€hlt."; +$a->strings["Source created."] = "Quelle erstellt."; +$a->strings["Source updated."] = "Quelle aktualisiert."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Quellen von Inhalten Deines Kanals verwalten."; +$a->strings["New Source"] = "Neue Quelle"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importiere alle oder ausgewĂ€hlte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemÀà der Einstellungen dieses Kanals."; +$a->strings["Only import content with these words (one per line)"] = "Importiere nur BeitrĂ€ge, die folgende Wörter (eines pro Zeile) enthalten"; +$a->strings["Leave blank to import all public content"] = "Leer lassen, um alle öffentlichen BeitrĂ€ge zu importieren"; +$a->strings["Channel Name"] = "Name des Kanals"; +$a->strings["Source not found."] = "Quelle nicht gefunden."; +$a->strings["Edit Source"] = "Quelle bearbeiten"; +$a->strings["Delete Source"] = "Quelle löschen"; +$a->strings["Source removed"] = "Quelle gelöscht"; +$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen."; +$a->strings["- select -"] = "â auswĂ€hlen â"; +$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich."; +$a->strings["Event not found."] = "Termin nicht gefunden."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Veranstaltung bearbeiten"; +$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; +$a->strings["Previous"] = "Voriges"; +$a->strings["hour:minute"] = "Stunde:Minute"; +$a->strings["Event details"] = "Veranstaltungs-Details"; +$a->strings["Format is %s %s."] = "Format ist %s %s."; +$a->strings["Starting date and Title are required."] = "Startdatum und Titel sind erforderlich."; +$a->strings["Event Starts:"] = "Veranstaltung startet:"; +$a->strings["Required"] = "Benötigt"; +$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig"; +$a->strings["Event Finishes:"] = "Veranstaltung endet:"; +$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen"; +$a->strings["Description:"] = "Beschreibung:"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Die Veranstaltung teilen"; +$a->strings["Permission Denied."] = "Zugriff verweigert."; +$a->strings["File not found."] = "Datei nicht gefunden."; +$a->strings["Edit file permissions"] = "Dateiberechtigungen bearbeiten"; +$a->strings["Set/edit permissions"] = "Berechtigungen setzen/Ă€ndern"; +$a->strings["Include all files and sub folders"] = "Alle Dateien und Unterverzeichnisse einbinden"; +$a->strings["Return to file list"] = "ZurĂŒck zur Dateiliste"; +$a->strings["Copy/paste this code to attach file to a post"] = "Diesen Code kopieren und einfĂŒgen, um die Datei an einen Beitrag anzuhĂ€ngen"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Diese URL verwenden, um von einer Webseite aus auf die Datei zu verlinken"; +$a->strings["Channel added."] = "Kanal hinzugefĂŒgt."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt nun %2\$ss %3\$s"; +$a->strings["Contact not found."] = "Kontakt nicht gefunden"; +$a->strings["Friend suggestion sent."] = "Freundschaftsempfehlung senden."; +$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; +$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine VorschlĂ€ge vorhanden. Wenn das ein neuer Server ist, versuche es in 24 Stunden noch einmal."; $a->strings["Collection created."] = "Sammlung erstellt."; $a->strings["Could not create collection."] = "Sammlung kann nicht erstellt werden."; $a->strings["Collection updated."] = "Sammlung aktualisiert."; @@ -1599,69 +1503,184 @@ $a->strings["Collection Editor"] = "Sammlung-Editor"; $a->strings["Members"] = "Mitglieder"; $a->strings["All Connected Channels"] = "Alle verbundenen KanĂ€le"; $a->strings["Click on a channel to add or remove."] = "WĂ€hle einen Kanal zum hinzufĂŒgen oder entfernen aus."; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s hat %2\$ss %3\$s mit %4\$s verschlagwortet"; +$a->strings["Help:"] = "Hilfe:"; +$a->strings["Not Found"] = "Nicht gefunden"; $a->strings["Tag removed"] = "Schlagwort entfernt"; $a->strings["Remove Item Tag"] = "Schlagwort entfernen"; $a->strings["Select a tag to remove: "] = "Schlagwort zum Entfernen auswĂ€hlen:"; -$a->strings["Item not available."] = "Element nicht verfĂŒgbar."; -$a->strings["Unable to locate original post."] = "Originalbeitrag nicht gefunden."; -$a->strings["Empty post discarded."] = "Leeren Beitrag verworfen."; -$a->strings["Executable content type not permitted to this channel."] = "AusfĂŒhrbarer Content-Typ ist fĂŒr diesen Kanal nicht freigegeben."; -$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert."; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f BeitrĂ€gen erreicht."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."; -$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red-Matrix-GĂ€ste: Nutzername: {Deine E-Mail-Adresse}; Passwort: +++"; -$a->strings["Away"] = "Abwesend"; -$a->strings["Online"] = "Online"; -$a->strings["Finding:"] = "Ergebnisse:"; -$a->strings["No entries (some entries may be hidden)."] = "Keine EintrĂ€ge gefunden (einige könnten versteckt sein)."; -$a->strings["Profile Match"] = "Profil-Ăbereinstimmungen"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine SchlĂŒsselwörter fĂŒr den Abgleich gefunden. Bitte fĂŒge SchlĂŒsselwörter zu Deinem Standardprofil hinzu."; -$a->strings["is interested in:"] = "interessiert sich fĂŒr:"; -$a->strings["No matches"] = "Keine Ăbereinstimmungen"; -$a->strings["This site is not a directory server"] = "Diese Website ist kein Verzeichnis-Server"; -$a->strings["Version %s"] = "Version %s"; -$a->strings["Installed plugins/addons/apps:"] = "Installierte Plugins/Addons/Apps"; -$a->strings["No installed plugins/addons/apps"] = "Keine installierten Plugins/Addons/Apps"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Dieser Hub ist Teil der RedMatrix â eines globalen, kooperativen Netzwerks aus dezentralen Websites, die RĂŒcksicht auf Deine PrivatsphĂ€re nehmen."; -$a->strings["Running at web location"] = "Erreichbar unter der Web-Adresse"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besuche <a href=\"http://getzot.com\">GetZot.com</a>, um mehr ĂŒber die Red-Matrix zu erfahren."; -$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "VorschlĂ€ge, Lob, usw.: E-Mail an 'redmatrix' at librelist - dot - com"; -$a->strings["Site Administrators"] = "Administratoren"; -$a->strings["App installed."] = "App installiert!"; -$a->strings["Malformed app."] = "Fehlerhafte App."; -$a->strings["Embed code"] = "Code einbetten"; -$a->strings["Edit App"] = "Editiere App"; -$a->strings["Create App"] = "Erstelle App"; -$a->strings["Name of app"] = "Name der App"; -$a->strings["Required"] = "Benötigt"; -$a->strings["Location (URL) of app"] = "Ort (URL) der App"; -$a->strings["Photo icon URL"] = "URL zum Foto"; -$a->strings["80 x 80 pixels - optional"] = "80 x 80 Pixel - Optional"; -$a->strings["Version ID"] = "Versions ID"; -$a->strings["Price of app"] = "Preis der App"; -$a->strings["Location (URL) to purchase app"] = "Ort (URL) um die App zu kaufen"; -$a->strings["Failed to create source. No channel selected."] = "Konnte die Quelle nicht anlegen. Kein Kanal ausgewĂ€hlt."; -$a->strings["Source created."] = "Quelle erstellt."; -$a->strings["Source updated."] = "Quelle aktualisiert."; -$a->strings["*"] = "*"; -$a->strings["Manage remote sources of content for your channel."] = "Quellen von Inhalten Deines Kanals verwalten."; -$a->strings["New Source"] = "Neue Quelle"; -$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importiere alle oder ausgewĂ€hlte Inhalte des folgenden Kanals in diesen Kanal und verteile sie gemÀà der Einstellungen dieses Kanals."; -$a->strings["Only import content with these words (one per line)"] = "Importiere nur BeitrĂ€ge, die folgende Wörter (eines pro Zeile) enthalten"; -$a->strings["Leave blank to import all public content"] = "Leer lassen, um alle öffentlichen BeitrĂ€ge zu importieren"; -$a->strings["Source not found."] = "Quelle nicht gefunden."; -$a->strings["Edit Source"] = "Quelle bearbeiten"; -$a->strings["Delete Source"] = "Quelle löschen"; -$a->strings["Source removed"] = "Quelle gelöscht"; -$a->strings["Unable to remove source."] = "Konnte die Quelle nicht löschen."; -$a->strings["Public Sites"] = "Ăffentliche Server"; -$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "Die hier aufgefĂŒhrten Server erlauben Dir, einen Account in der Red-Matrix anzulegen. Alle Server der Matrix sind miteinander verbunden, so dass die Mitgliedschaft auf einem Server eine Verbindung zu beliebigen anderen Servern der Matrix ermöglicht. Es könnte sein, dass einige dieser Server kostenpflichtig sind oder abgestufte, je nach Umfang kostenpflichtige Mitgliedschaften anbieten. Auf den jeweiligen Seiten <strong>könnten</strong> nĂ€here Details dazu stehen."; -$a->strings["Site URL"] = "Server-URL"; -$a->strings["Access Type"] = "Zugangstyp"; -$a->strings["Registration Policy"] = "Registrierungsrichtlinien"; -$a->strings["Location"] = "Ort"; +$a->strings["Theme settings updated."] = "Theme-Einstellungen aktualisiert."; +$a->strings["Site"] = "Seite"; +$a->strings["Accounts"] = "Konten"; +$a->strings["Channels"] = "KanĂ€le"; +$a->strings["Plugins"] = "Plug-Ins"; +$a->strings["Themes"] = "Themes"; +$a->strings["Server"] = "Server"; +$a->strings["Profile Config"] = "Profilkonfiguration"; +$a->strings["DB updates"] = "DB-Aktualisierungen"; +$a->strings["Logs"] = "Protokolle"; +$a->strings["Plugin Features"] = "Plug-In Funktionen"; +$a->strings["User registrations waiting for confirmation"] = "Nutzer-Anmeldungen, die auf BestĂ€tigung warten"; +$a->strings["Message queues"] = "Nachrichten-Warteschlangen"; +$a->strings["Administration"] = "Administration"; +$a->strings["Summary"] = "Zusammenfassung"; +$a->strings["Registered users"] = "Registrierte Benutzer"; +$a->strings["Pending registrations"] = "Ausstehende Registrierungen"; +$a->strings["Version"] = "Version"; +$a->strings["Active plugins"] = "Aktive Plug-Ins"; +$a->strings["Site settings updated."] = "Site-Einstellungen aktualisiert."; +$a->strings["No special theme for accessibility"] = "Kein spezielles Accessibility-Theme vorhanden"; +$a->strings["Yes - with approval"] = "Ja - mit Zustimmung"; +$a->strings["My site is not a public server"] = "Meine Server ist kein öffentlicher Server"; +$a->strings["My site has paid access only"] = "Mein Server erlaubt nur bezahlten Zugang"; +$a->strings["My site has free access only"] = "Mein Server erlaubt ausschlieĂlich freien Zugang"; +$a->strings["My site offers free accounts with optional paid upgrades"] = "Mein Server bietet kostenlose Konten mit der Möglichkeit zu bezahlten Upgrades"; +$a->strings["File upload"] = "Dateiupload"; +$a->strings["Policies"] = "Richtlinien"; +$a->strings["Site name"] = "Seitenname"; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Administrator Information"] = "Administrator-Informationen"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformationen fĂŒr Administratoren des Servers. Wird auf der siteinfo-Seite angezeigt. BBCode kann verwendet werden."; +$a->strings["System language"] = "System-Sprache"; +$a->strings["System theme"] = "System-Theme"; +$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Standard-System-Theme â kann durch Nutzerprofile ĂŒberschieben werden â <a href='#' id='cnftheme'>Theme-Einstellungen Ă€ndern</a>"; +$a->strings["Mobile system theme"] = "Mobile System-Theme:"; +$a->strings["Theme for mobile devices"] = "Theme fĂŒr mobile GerĂ€te"; +$a->strings["Accessibility system theme"] = "Accessibility-System-Theme"; +$a->strings["Accessibility theme"] = "Accessibility-Theme"; +$a->strings["Enable Diaspora Protocol"] = "Diaspora-Protokoll aktivieren"; +$a->strings["Communicate with Diaspora and Friendica - experimental"] = "Kommunikation mit Diaspora und Friendica â experimentell"; +$a->strings["Allow Feeds as Connections"] = "Feeds als Verbindungen erlauben"; +$a->strings["(Heavy system resource usage)"] = "(fĂŒhrt zu hoher Systemlast)"; +$a->strings["Maximum image size"] = "Maximale BildgröĂe"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale GröĂe hochgeladener Bilder in Bytes. Standard ist 0 (keine EinschrĂ€nkung)."; +$a->strings["Does this site allow new member registration?"] = "Erlaubt dieser Server die Registrierung neuer Nutzer?"; +$a->strings["Which best describes the types of account offered by this hub?"] = "Was ist die passendste Beschreibung der Konten auf diesem Hub?"; +$a->strings["Register text"] = "Registrierungstext"; +$a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungs-Seite angezeigt."; +$a->strings["Accounts abandoned after x days"] = "Konten gelten nach X Tagen als unbenutzt"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine Systemressourcen auf das Pollen von externen Seiten, wenn das Konto nicht mehr benutzt wird. Trage hier 0 fĂŒr kein zeitliches Limit."; +$a->strings["Allowed friend domains"] = "Erlaubte Domains fĂŒr Kontakte"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die fĂŒr Freundschaften erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."; +$a->strings["Allowed email domains"] = "Erlaubte Domains fĂŒr E-Mails"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Liste der Domains, die fĂŒr E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."; +$a->strings["Block public"] = "Ăffentlichen Zugriff blockieren"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Zugriff auf sonst öffentliche persönliche Seiten blockieren, wenn man nicht eingeloggt ist."; +$a->strings["Verify Email Addresses"] = "E-Mail-Adressen ĂŒberprĂŒfen"; +$a->strings["Check to verify email addresses used in account registration (recommended)."] = "Aktivieren, um die ĂberprĂŒfung von E-Mail-Adressen bei der Registrierung von Benutzerkonten zu aktivieren (empfohlen)."; +$a->strings["Force publish"] = "Veröffentlichung erzwingen"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Die Veröffentlichung aller Profile dieses Servers im Verzeichnis erzwingen."; +$a->strings["Disable discovery tab"] = "Den âEntdeckenâ-Reiter ausblenden"; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Entferne den âEntdeckenâ-Reiter aus der Matrix-Seite, in dem öffentliche Inhalte von anderen RedMatrix-Hubs angezeigt werden können."; +$a->strings["No login on Homepage"] = "Kein Login auf der Homepage"; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Aktivieren, um das Login-Formular auf der Startseite der Seite zu verbergen (z.B. weil es das Layout der Homepage des Seiten-Kanals stört)."; +$a->strings["Proxy user"] = "Proxy Benutzer"; +$a->strings["Proxy URL"] = "Proxy URL"; +$a->strings["Network timeout"] = "Netzwerk-Timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Wert in Sekunden. 0 fĂŒr unbegrenzt (nicht empfohlen)."; +$a->strings["Delivery interval"] = "Auslieferung Intervall"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Verzögere im Hintergrund laufende Auslieferungsprozesse um die angegebene Anzahl Sekunden, um die Systemlast zu verringern. Empfehlungen: 4-5 fĂŒr Shared Hosts, 2-3 fĂŒr VPS, 0-1 fĂŒr groĂe dedizierte Server."; +$a->strings["Poll interval"] = "Abfrageintervall"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Verzögere Hintergrundprozesse um diese Anzahl Sekunden, um die Systemlast zu reduzieren. Bei 0 wird das Auslieferungsintervall verwendet."; +$a->strings["Maximum Load Average"] = "Maximales Load Average"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximale Systemlast, bevor Verteil- und Empfangsprozesse verschoben werden â Standard 50"; +$a->strings["No server found"] = "Kein Server gefunden"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "fĂŒr Kanal"; +$a->strings["on server"] = "auf Server"; +$a->strings["Status"] = "Status"; +$a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert"; +$a->strings["Executing %s failed. Check system logs."] = "AusfĂŒhren von %s fehlgeschlagen. ĂberprĂŒfe die Systemprotokolle."; +$a->strings["Update %s was successfully applied."] = "Update %s wurde erfolgreich ausgefĂŒhrt."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s lieferte keinen RĂŒckgabewert. Erfolg unbekannt."; +$a->strings["Update function %s could not be found."] = "Update-Funktion %s konnte nicht gefunden werden."; +$a->strings["No failed updates."] = "Keine fehlgeschlagenen Aktualisierungen."; +$a->strings["Failed Updates"] = "Fehlgeschlagene Aktualisierungen"; +$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (wenn das Update manuell ausgefĂŒhrt wurde)"; +$a->strings["Attempt to execute this update step automatically"] = "Versuche, diesen Updateschritt automatisch auszufĂŒhren"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s Nutzer blockiert/freigegeben", + 1 => "%s Nutzer blockiert/freigegeben", +); +$a->strings["%s user deleted"] = array( + 0 => "%s Nutzer gelöscht", + 1 => "%s Nutzer gelöscht", +); +$a->strings["Account not found"] = "Konto nicht gefunden"; +$a->strings["User '%s' unblocked"] = "Benutzer '%s' freigegeben"; +$a->strings["User '%s' blocked"] = "Benutzer '%s' blockiert"; +$a->strings["Users"] = "Benutzer"; +$a->strings["select all"] = "Alle auswĂ€hlen"; +$a->strings["User registrations waiting for confirm"] = "Neuanmeldungen, die auf Deine BestĂ€tigung warten"; +$a->strings["Request date"] = "Antragsdatum"; +$a->strings["No registrations."] = "Keine Registrierungen."; +$a->strings["Approve"] = "Genehmigen"; +$a->strings["Deny"] = "Verweigern"; +$a->strings["Register date"] = "Registrierungs-Datum"; +$a->strings["Last login"] = "Letzte Anmeldung"; +$a->strings["Expires"] = "VerfĂ€llt"; +$a->strings["Service Class"] = "Service-Klasse"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Die markierten Nutzer werden gelöscht!\\n\\nAlles, was diese Nutzer auf dieser Seite veröffentlicht haben, wird endgĂŒltig gelöscht!\\n\\nBist Du sicher?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Nutzer {0} wird gelöscht!\\n\\nAlles, was dieser Nutzer auf dieser Seite veröffentlicht hat, wird endgĂŒltig gelöscht werden!\\n\\nBist Du sicher?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s Kanal gesperrt/freigegeben", + 1 => "%s KanĂ€le gesperrt/freigegeben", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s Kanal gelöscht", + 1 => "%s KanĂ€le gelöscht", +); +$a->strings["Channel not found"] = "Kanal nicht gefunden"; +$a->strings["Channel '%s' deleted"] = "Kanal '%s' gelöscht"; +$a->strings["Channel '%s' uncensored"] = "Kanal '%s' freigegeben"; +$a->strings["Channel '%s' censored"] = "Kanal '%s' gesperrt"; +$a->strings["Censor"] = "Sperren"; +$a->strings["Uncensor"] = "Freigeben"; +$a->strings["UID"] = "UID"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Alle ausgewĂ€hlten KanĂ€le werden gelöscht!\\n\\nAlles was von diesen KanĂ€len auf diesem Server geschrieben wurde, wird dauerhaft gelöscht!\\n\\nBist Du sicher?"; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Der Kanal {0} wird gelöscht!\\n\\nAlles was von diesem Kanal auf diesem Server geschrieben wurde, wird gelöscht!\\n\\nBist Du sicher?"; +$a->strings["Plugin %s disabled."] = "Plug-In %s deaktiviert."; +$a->strings["Plugin %s enabled."] = "Plug-In %s aktiviert."; +$a->strings["Disable"] = "Deaktivieren"; +$a->strings["Enable"] = "Aktivieren"; +$a->strings["Toggle"] = "Umschalten"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = "Betreuer:"; +$a->strings["No themes found."] = "Keine Theme gefunden."; +$a->strings["Screenshot"] = "Bildschirmfoto"; +$a->strings["[Experimental]"] = "[Experimentell]"; +$a->strings["[Unsupported]"] = "[Nicht unterstĂŒtzt]"; +$a->strings["Log settings updated."] = "Protokoll-Einstellungen aktualisiert."; +$a->strings["Clear"] = "Leeren"; +$a->strings["Debugging"] = "Debugging"; +$a->strings["Log file"] = "Protokolldatei"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Muss fĂŒr den Web-Server schreibbar sein. Relativ zum Red-Stammverzeichnis."; +$a->strings["Log level"] = "Protokollstufe"; +$a->strings["New Profile Field"] = "Neues Profilfeld"; +$a->strings["Field nickname"] = "Kurzname fĂŒr das Feld"; +$a->strings["System name of field"] = "Systemname des Feldes"; +$a->strings["Input type"] = "Art des Inhalts"; +$a->strings["Field Name"] = "Feldname"; +$a->strings["Label on profile pages"] = "Bezeichnung auf Profilseiten"; +$a->strings["Help text"] = "Hilfetext"; +$a->strings["Additional info (optional)"] = "ZusĂ€tzliche Informationen (optional)"; +$a->strings["Field definition not found"] = "Feld-Definition nicht gefunden"; +$a->strings["Edit Profile Field"] = "Profilfeld bearbeiten"; +$a->strings["Thing updated"] = "Sache aktualisiert"; +$a->strings["Object store: failed"] = "Speichern des Objekts fehlgeschlagen"; +$a->strings["Thing added"] = "Sache hinzugefĂŒgt"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Sache anzeigen"; +$a->strings["item not found."] = "Eintrag nicht gefunden"; +$a->strings["Edit Thing"] = "Sache bearbeiten"; +$a->strings["Select a profile"] = "WĂ€hle ein Profil"; +$a->strings["Post an activity"] = "AktivitĂ€tsnachricht senden"; +$a->strings["Only sends to viewers of the applicable profile"] = "Nur an Betrachter des ausgewĂ€hlten Profils senden"; +$a->strings["Name of thing e.g. something"] = "Name der Sache, z. B. irgendwas"; +$a->strings["URL of thing (optional)"] = "URL der Sache (optional)"; +$a->strings["URL for photo of thing (optional)"] = "URL eines Fotos der Sache (optional)"; +$a->strings["Add Thing to your Profile"] = "Die Sache Deinem Profil hinzufĂŒgen"; +$a->strings["Your service plan only allows %d channels."] = "Dein Vertrag erlaubt nur %d KanĂ€le."; $a->strings["Nothing to import."] = "Nichts zu importieren."; $a->strings["Unable to download data from old server"] = "Daten können vom alten Server nicht heruntergeladen werden"; $a->strings["Imported file is empty."] = "Die importierte Datei ist leer."; @@ -1675,98 +1694,39 @@ $a->strings["Use this form to import an existing channel from a different server $a->strings["File to Upload"] = "Hochzuladende Datei:"; $a->strings["Or provide the old server/hub details"] = "Oder gib die Details Deines bisherigen Red-Servers ein"; $a->strings["Your old identity address (xyz@example.com)"] = "Bisherige Kanal-Adresse (xyz@example.com)"; -$a->strings["Your old login email address"] = "Ihre alte Login E-Mail Adresse"; -$a->strings["Your old login password"] = "Ihr altes Login Kennwort"; +$a->strings["Your old login email address"] = "Deine alte Login-E-Mail-Adresse"; +$a->strings["Your old login password"] = "Dein altes Passwort"; $a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Egal welche Option Du wĂ€hlst, bitte lege fest, ob dieser Server die neue primĂ€re Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primĂ€re Ort Deiner Dateien, Fotos und Medien sein."; $a->strings["Make this hub my primary location"] = "Dieser Red-Server ist mein primĂ€rer Server."; -$a->strings["invalid target signature"] = "UngĂŒltige Signatur des Ziels"; -$a->strings["Unable to lookup recipient."] = "Konnte den EmpfĂ€nger nicht finden."; -$a->strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewĂ€hlten Kanal ist fehlgeschlagen."; -$a->strings["Cannot verify requested channel."] = "Verifizierung des angeforderten Kanals fehlgeschlagen."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Der ausgewĂ€hlte Kanal hat EinschrĂ€nkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."; -$a->strings["Message deleted."] = "Nachricht gelöscht."; -$a->strings["Message recalled."] = "Nachricht widerrufen."; -$a->strings["Send Private Message"] = "Private Nachricht senden"; -$a->strings["To:"] = "An:"; -$a->strings["Subject:"] = "Betreff:"; -$a->strings["Send"] = "Absenden"; -$a->strings["Message not found."] = "Nachricht nicht gefunden."; -$a->strings["Recall message"] = "Nachricht widerrufen"; -$a->strings["Message has been recalled."] = "Die Nachricht wurde widerrufen."; -$a->strings["Private Conversation"] = "Private Unterhaltung"; -$a->strings["Delete conversation"] = "Unterhaltung löschen"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Keine sichere Kommunikation verfĂŒgbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten."; -$a->strings["Send Reply"] = "Antwort senden"; -$a->strings["You must be logged in to see this page."] = "Du musst angemeldet sein, um diese Seite betrachten zu können."; -$a->strings["Insufficient permissions. Request redirected to profile page."] = "Unzureichende Zugriffsrechte. Die Anfrage wurde zur Profil-Seite umgeleitet."; -$a->strings["Profile not found."] = "Profil nicht gefunden."; -$a->strings["Profile deleted."] = "Profil gelöscht."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Neues Profil erstellt."; -$a->strings["Profile unavailable to clone."] = "Profil kann nicht geklont werden."; -$a->strings["Profile unavailable to export."] = "Dieses Profil kann nicht exportiert werden."; -$a->strings["Profile Name is required."] = "Profil-Name erforderlich."; -$a->strings["Marital Status"] = "Familienstand"; -$a->strings["Romantic Partner"] = "Romantische Partner"; -$a->strings["Likes"] = "GefĂ€llt"; -$a->strings["Dislikes"] = "GefĂ€llt nicht"; -$a->strings["Work/Employment"] = "Arbeit/Anstellung"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Politische Ansichten"; -$a->strings["Gender"] = "Geschlecht"; -$a->strings["Sexual Preference"] = "Sexuelle Orientierung"; -$a->strings["Homepage"] = "Webseite"; -$a->strings["Interests"] = "Hobbys/Interessen"; -$a->strings["Profile updated."] = "Profil aktualisiert."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Deine Kontaktliste vor Betrachtern dieses Profils verbergen?"; -$a->strings["Edit Profile Details"] = "Bearbeite Profil-Details"; -$a->strings["View this profile"] = "Dieses Profil ansehen"; -$a->strings["Change Profile Photo"] = "Profilfoto Ă€ndern"; -$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen ĂŒbernehmen"; -$a->strings["Clone this profile"] = "Dieses Profil klonen"; -$a->strings["Delete this profile"] = "Dieses Profil löschen"; -$a->strings["Import profile from file"] = "Profil aus einer Datei importieren"; -$a->strings["Export profile to file"] = "Profil in eine Datei exportieren"; -$a->strings["Profile Name:"] = "Profilname:"; -$a->strings["Your Full Name:"] = "Dein voller Name:"; -$a->strings["Title/Description:"] = "Titel/Stellenbeschreibung:"; -$a->strings["Your Gender:"] = "Dein Geschlecht:"; -$a->strings["Birthday (%s):"] = "Geburtstag (%s):"; -$a->strings["Street Address:"] = "StraĂe und Hausnummer:"; -$a->strings["Locality/City:"] = "Wohnort:"; -$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Region/Bundesstaat:"; -$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> Beziehungsstatus:"; -$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Seit [Datum]:"; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Religious Views:"] = "Religiöse Ansichten:"; -$a->strings["Keywords:"] = "SchlĂŒsselwörter:"; -$a->strings["Example: fishing photography software"] = "Beispiel: Angeln Fotografie Software"; -$a->strings["Used in directory listings"] = "Wird in Verzeichnis-Auflistungen verwendet"; -$a->strings["Tell us about yourself..."] = "ErzĂ€hle uns ein wenig von Dir âŠ"; -$a->strings["Hobbies/Interests"] = "Hobbys/Interessen"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformation und soziale Netzwerke"; -$a->strings["My other channels"] = "Meine anderen KanĂ€le"; -$a->strings["Musical interests"] = "Musikalische Interessen"; -$a->strings["Books, literature"] = "BĂŒcher, Literatur"; -$a->strings["Television"] = "Fernsehen"; -$a->strings["Film/dance/culture/entertainment"] = "Film/Tanz/Kultur/Unterhaltung"; -$a->strings["Love/romance"] = "Liebe/Romantik"; -$a->strings["Work/employment"] = "Arbeit/Anstellung"; -$a->strings["School/education"] = "Schule/Ausbildung"; -$a->strings["This is your default profile."] = "Das ist Dein Standardprofil"; -$a->strings["Edit/Manage Profiles"] = "Profile bearbeiten/verwalten"; -$a->strings["Add profile things"] = "Profil-Dinge hinzufĂŒgen"; -$a->strings["Include desirable objects in your profile"] = "Binde begehrenswerte Dinge in Dein Profil ein"; -$a->strings["Bookmark added"] = "Lesezeichen hinzugefĂŒgt"; -$a->strings["My Bookmarks"] = "Meine Lesezeichen"; -$a->strings["My Connections Bookmarks"] = "Lesezeichen meiner Kontakte"; -$a->strings["No channel."] = "Kein Kanal."; -$a->strings["Common connections"] = "Gemeinsame Verbindungen"; -$a->strings["No connections in common."] = "Keine gemeinsamen Verbindungen."; +$a->strings["Import existing posts if possible"] = "Existierende BeitrĂ€ge importieren, falls möglich"; +$a->strings["Total invitation limit exceeded."] = "Einladungslimit ĂŒberschritten."; +$a->strings["%s : Not a valid email address."] = "%s : Keine gĂŒltige Email Adresse."; +$a->strings["Please join us on Red"] = "SchlieĂe Dich uns an und werde Teil der Red-Matrix"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Einladungslimit ĂŒberschritten. Bitte kontaktiere den Administrator Deines Red-Servers."; +$a->strings["%s : Message delivery failed."] = "%s : Nachricht konnte nicht zugestellt werden."; +$a->strings["%d message sent."] = array( + 0 => "%d Nachricht gesendet.", + 1 => "%d Nachrichten gesendet.", +); +$a->strings["You have no more invitations available"] = "Du hast keine weiteren verfĂŒgbare Einladungen"; +$a->strings["Send invitations"] = "Einladungen senden"; +$a->strings["Enter email addresses, one per line:"] = "Email-Adressen eintragen, eine pro Zeile:"; +$a->strings["Your message:"] = "Deine Nachricht:"; +$a->strings["Please join my community on RedMatrix."] = "SchlieĂe Dich uns in der RedMatrix an!"; +$a->strings["You will need to supply this invitation code: "] = "Gib diesen Invite-Code ein:"; +$a->strings["1. Register at any RedMatrix location (they are all inter-connected)"] = "1. Registriere Dich auf irgendeinem RedMatrix-Server (sie sind alle miteinander verbunden)"; +$a->strings["2. Enter my RedMatrix network address into the site searchbar."] = "2. Gib meine RedMatrix-Adresse im Suchfeld ein."; +$a->strings["or visit "] = "oder besuche"; +$a->strings["3. Click [Connect]"] = "3. Klicke auf [Verbinden]"; +$a->strings["Unable to locate original post."] = "Originalbeitrag nicht gefunden."; +$a->strings["Empty post discarded."] = "Leeren Beitrag verworfen."; +$a->strings["Executable content type not permitted to this channel."] = "AusfĂŒhrbarer Content-Typ ist fĂŒr diesen Kanal nicht freigegeben."; +$a->strings["System error. Post not saved."] = "Systemfehler. Beitrag nicht gespeichert."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du hast die maximale Anzahl von %1$.0f BeitrĂ€gen erreicht."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du hast die maximale Anzahl von %1$.0f Webseiten erreicht."; +$a->strings["[Embedded content - reload page to view]"] = "[Eingebettete Inhalte â lade die Seite neu, um sie anzuzeigen]"; +$a->strings["Help with this feature"] = "Hilfe zu dieser Funktion"; +$a->strings["Layout Name"] = "Layout-Name"; $a->strings["Like/Dislike"] = "Mögen/Nicht mögen"; $a->strings["This action is restricted to members."] = "Diese Aktion kann nur von Mitgliedern ausgefĂŒhrt werden."; $a->strings["Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a href=\"register\">register as a new RedMatrix member</a> to continue."] = "Bitte <a href=\"rmagic\">melde Dich mit Deiner RedMatrix-ID an</a> oder <a href=\"register\">registriere Dich als neues Mitglied der RedMatrix</a>, um fortzufahren."; @@ -1776,44 +1736,17 @@ $a->strings["Channel unavailable."] = "Kanal nicht vorhanden."; $a->strings["Previous action reversed."] = "Die vorherige Aktion wurde rĂŒckgĂ€ngig gemacht."; $a->strings["Action completed."] = "Aktion durchgefĂŒhrt."; $a->strings["Thank you."] = "Vielen Dank."; -$a->strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr."; -$a->strings["System Notifications"] = "System-Benachrichtigungen"; -$a->strings["Authorize application connection"] = "Zugriff fĂŒr die Anwendung autorisieren"; -$a->strings["Return to your app and insert this Securty Code:"] = "Trage folgenden Sicherheitscode in der Anwendung ein:"; -$a->strings["Please login to continue."] = "Zum Weitermachen, bitte einloggen."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest Du dieser Anwendung erlauben, Deine Nachrichten und Kontakte abzurufen und/oder neue Nachrichten fĂŒr Dich zu erstellen?"; -$a->strings["Room not found"] = "Chatraum konnte nicht gefunden werden."; -$a->strings["Leave Room"] = "Raum verlassen"; -$a->strings["Delete This Room"] = "Diesen Raum löschen"; -$a->strings["I am away right now"] = "Ich bin gerade nicht da"; -$a->strings["I am online"] = "Ich bin online"; -$a->strings["Bookmark this room"] = "Lesezeichen fĂŒr diesen Raum"; -$a->strings["New Chatroom"] = "Neuer Chatraum"; -$a->strings["Chatroom Name"] = "Name des Chatraums"; -$a->strings["%1\$s's Chatrooms"] = "%1\$ss ChatrĂ€ume"; -$a->strings["Event title and start time are required."] = "Veranstaltungs- Titel und Startzeit sind erforderlich."; -$a->strings["Event not found."] = "Termin nicht gefunden."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Veranstaltung bearbeiten"; -$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; -$a->strings["Previous"] = "Voriges"; -$a->strings["hour:minute"] = "Stunde:Minute"; -$a->strings["Event details"] = "Veranstaltungs-Details"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Format ist %s %s. Startzeit und Titel sind erforderlich."; -$a->strings["Event Starts:"] = "Veranstaltung startet:"; -$a->strings["Finish date/time is not known or not relevant"] = "Ende Datum/Zeit sind unbekannt oder unwichtig"; -$a->strings["Event Finishes:"] = "Veranstaltung endet:"; -$a->strings["Adjust for viewer timezone"] = "An die Zeitzone des Betrachters anpassen"; -$a->strings["Description:"] = "Beschreibung:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Die Veranstaltung teilen"; -$a->strings["Invalid request identifier."] = "UngĂŒltiger Anfrage-Identifikator."; -$a->strings["Discard"] = "Verwerfen"; +$a->strings["Remote privacy information not available."] = "PrivatsphĂ€re-Einstellungen anderer Nutzer sind nicht verfĂŒgbar."; +$a->strings["Visible to:"] = "Sichtbar fĂŒr:"; +$a->strings["No connections."] = "Keine Verbindungen."; +$a->strings["Visit %s's profile [%s]"] = "%ss Profil [%s] besuchen"; +$a->strings["View Connnections"] = "Zeige Verbindungen"; $a->strings["No valid account found."] = "Kein gĂŒltiges Konto gefunden."; $a->strings["Password reset request issued. Check your email."] = "ZurĂŒcksetzen des Passworts eingeleitet. Schau in Deine E-Mails."; $a->strings["Site Member (%s)"] = "Nutzer (%s)"; $a->strings["Password reset requested at %s"] = "Passwort-RĂŒcksetzung auf %s angefordert"; $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Die Anfrage konnte nicht verifiziert werden. (Vielleicht hast Du schon einmal auf den Link in der E-Mail geklickt?) Passwort-RĂŒcksetzung fehlgeschlagen."; +$a->strings["Password Reset"] = "ZurĂŒcksetzen des Kennworts"; $a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie angefordert neu erstellt."; $a->strings["Your new password is"] = "Dein neues Passwort lautet"; $a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort â und dann"; @@ -1824,12 +1757,180 @@ $a->strings["Forgot your Password?"] = "Kennwort vergessen?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse ein, um Dein Passwort zurĂŒcksetzen zu lassen. Du erhĂ€ltst dann weitere Anweisungen per E-Mail."; $a->strings["Email Address"] = "E-Mail Adresse"; $a->strings["Reset"] = "ZurĂŒcksetzen"; -$a->strings["Help with this feature"] = "Hilfe zu dieser Funktion"; -$a->strings["Layout Name"] = "Layout-Name"; -$a->strings["Edit Block"] = "Block bearbeiten"; -$a->strings["Delete block?"] = "Block löschen?"; -$a->strings["Delete Block"] = "Block löschen"; -$a->strings["Edit Layout"] = "Layout bearbeiten"; -$a->strings["Delete layout?"] = "Layout löschen?"; -$a->strings["Delete Layout"] = "Layout löschen"; -$a->strings["Channel added."] = "Kanal hinzugefĂŒgt."; +$a->strings["Hub not found."] = "Server nicht gefunden."; +$a->strings["Total votes"] = "Gesamtstimmen"; +$a->strings["Average Rating"] = "Durchschnittliche Bewertung"; +$a->strings["Unable to lookup recipient."] = "Konnte den EmpfĂ€nger nicht finden."; +$a->strings["Unable to communicate with requested channel."] = "Die Kommunikation mit dem ausgewĂ€hlten Kanal ist fehlgeschlagen."; +$a->strings["Cannot verify requested channel."] = "Verifizierung des angeforderten Kanals fehlgeschlagen."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Der ausgewĂ€hlte Kanal hat EinschrĂ€nkungen bzgl. privater Nachrichten. Senden fehlgeschlagen."; +$a->strings["Message deleted."] = "Nachricht gelöscht."; +$a->strings["Message recalled."] = "Nachricht widerrufen."; +$a->strings["Send Private Message"] = "Private Nachricht senden"; +$a->strings["To:"] = "An:"; +$a->strings["Subject:"] = "Betreff:"; +$a->strings["Send"] = "Absenden"; +$a->strings["Message not found."] = "Nachricht nicht gefunden."; +$a->strings["Delete message"] = "Nachricht löschen"; +$a->strings["Recall message"] = "Nachricht widerrufen"; +$a->strings["Message has been recalled."] = "Die Nachricht wurde widerrufen."; +$a->strings["Private Conversation"] = "Private Unterhaltung"; +$a->strings["Delete conversation"] = "Unterhaltung löschen"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Keine sichere Kommunikation verfĂŒgbar. <strong>Eventuell</strong> kannst Du auf der Profilseite des Absenders antworten."; +$a->strings["Send Reply"] = "Antwort senden"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten KanĂ€len eingerichtet."; +$a->strings["Create a new channel"] = "Neuen Kanal anlegen"; +$a->strings["Current Channel"] = "Aktueller Kanal"; +$a->strings["Attach to one of your channels by selecting it."] = "WĂ€hle einen Deiner KanĂ€le aus, um ihn zu verwenden."; +$a->strings["Default Channel"] = "Standard Kanal"; +$a->strings["Make Default"] = "Zum Standard machen"; +$a->strings["Wall Photos"] = "Wall Fotos"; +$a->strings["Profile Match"] = "Profil-Ăbereinstimmungen"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine SchlĂŒsselwörter fĂŒr den Abgleich gefunden. Bitte fĂŒge SchlĂŒsselwörter zu Deinem Standardprofil hinzu."; +$a->strings["is interested in:"] = "interessiert sich fĂŒr:"; +$a->strings["No matches"] = "Keine Ăbereinstimmungen"; +$a->strings["Menu updated."] = "MenĂŒ aktualisiert."; +$a->strings["Unable to update menu."] = "Kann MenĂŒ nicht aktualisieren."; +$a->strings["Menu created."] = "MenĂŒ erstellt."; +$a->strings["Unable to create menu."] = "Kann MenĂŒ nicht erstellen."; +$a->strings["Manage Menus"] = "MenĂŒs verwalten"; +$a->strings["Drop"] = "Löschen"; +$a->strings["Create a new menu"] = "Neues MenĂŒ erstellen"; +$a->strings["Delete this menu"] = "Lösche dieses MenĂŒ"; +$a->strings["Edit menu contents"] = "Bearbeite MenĂŒ Inhalte"; +$a->strings["Edit this menu"] = "Dieses MenĂŒ bearbeiten"; +$a->strings["New Menu"] = "Neues MenĂŒ"; +$a->strings["Menu name"] = "MenĂŒ Name"; +$a->strings["Must be unique, only seen by you"] = "Muss eindeutig sein, ist aber nur fĂŒr Dich sichtbar"; +$a->strings["Menu title"] = "MenĂŒ Titel"; +$a->strings["Menu title as seen by others"] = "MenĂŒ Titel wie er von anderen gesehen wird"; +$a->strings["Allow bookmarks"] = "Erlaube Lesezeichen"; +$a->strings["Menu may be used to store saved bookmarks"] = "Im MenĂŒ können gespeicherte Lesezeichen abgelegt werden"; +$a->strings["Menu deleted."] = "MenĂŒ gelöscht."; +$a->strings["Menu could not be deleted."] = "MenĂŒ konnte nicht gelöscht werden."; +$a->strings["Edit Menu"] = "MenĂŒ bearbeiten"; +$a->strings["Add or remove entries to this menu"] = "EintrĂ€ge zu diesem MenĂŒ hinzufĂŒgen oder entfernen"; +$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; +$a->strings["No messages."] = "Keine Nachrichten."; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; +$a->strings["Add a Channel"] = "Kanal hinzufĂŒgen"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Ein Kanal ist Deine eigene Sammlung von verbundenen Webseiten. Ein Kanal kann genutzt werden, um ein Social-Network-Profil, ein Blog, eine GesprĂ€chsgruppe oder ein Forum, Promi-Seiten und vieles mehr zu erstellen. Du kannst so viele KanĂ€le erstellen, wie es der Betreiber Deiner Seite zulĂ€sst."; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Beispiele: âHorst Weidingerâ, âLisa und ihr Meerschweinchenâ, âFuĂballâ, âSegelflieger-Forumâ "; +$a->strings["Choose a short nickname"] = "WĂ€hle einen kurzen Spitznamen"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Dein Spitzname wird verwendet, um eine leicht zu merkende Kanal-Adresse (Ă€hnlich einer E-Mail-Adresse) zu erzeugen, die Du mit anderen austauschen kannst."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Oder <a href=\"import\">importiere einen bestehenden Kanal</a> von einem anderen Server"; +$a->strings["Channel Type"] = "Kanaltyp"; +$a->strings["Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you"] = "WĂ€hle einen Kanaltyp (wie Soziales Netzwerk oder Forum) und PrivatsphĂ€re-Vorgaben, so dass wir die passenden Kanal-Zugriffsrechte fĂŒr Dich setzen können"; +$a->strings["Red Matrix - "The Network""] = "RedMatrix â "Das Netzwerk""; +$a->strings["Welcome to %s"] = "Willkommen auf %s"; +$a->strings["Invalid request identifier."] = "UngĂŒltiger Anfrage-Identifikator."; +$a->strings["Discard"] = "Verwerfen"; +$a->strings["No more system notifications."] = "Keine System-Benachrichtigungen mehr."; +$a->strings["System Notifications"] = "System-Benachrichtigungen"; +$a->strings["Unable to find your hub."] = "Konnte Deinen Server nicht finden."; +$a->strings["Post successful."] = "Veröffentlichung erfolgreich."; +$a->strings["invalid target signature"] = "UngĂŒltige Signatur des Ziels"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurĂŒckgegeben."; +$a->strings["App installed."] = "App installiert."; +$a->strings["Malformed app."] = "Fehlerhafte App."; +$a->strings["Embed code"] = "Code einbetten"; +$a->strings["Edit App"] = "App bearbeiten"; +$a->strings["Create App"] = "App erstellen"; +$a->strings["Name of app"] = "Name der App"; +$a->strings["Location (URL) of app"] = "Ort (URL) der App"; +$a->strings["Photo icon URL"] = "URL zum Icon"; +$a->strings["80 x 80 pixels - optional"] = "80 x 80 Pixel â optional"; +$a->strings["Version ID"] = "Versions-ID"; +$a->strings["Price of app"] = "Preis der App"; +$a->strings["Location (URL) to purchase app"] = "Ort (URL), um die App zu kaufen"; +$a->strings["Poll"] = "Umfrage"; +$a->strings["View Results"] = "Ergebnisse ansehen"; +$a->strings["Account removals are not allowed within 48 hours of changing the account password."] = "Das Löschen von Konten innerhalb 48 Stunden nachdem deren Passwort geĂ€ndert wurde ist nicht erlaubt."; +$a->strings["Remove This Account"] = "Dieses Konto löschen"; +$a->strings["This will completely remove this account including all its channels from the network. Once this has been done it is not recoverable."] = "Hiermit wird dieses Nutzerkonto einschlieĂlich all seiner KanĂ€le komplett aus dem Netzwerk entfernt. Dieser Vorgang kann nicht rĂŒckgĂ€ngig gemacht werden."; +$a->strings["Remove this account, all its channels and all its channel clones from the network"] = "Dieses Konto, all seine KanĂ€le sowie alle Kanal-Klone aus dem Netzwerk löschen"; +$a->strings["By default only the instances of the channels located on this hub will be removed from the network"] = "StandardmĂ€Ăig werden nur die Kanalklone auf diesem RedMatrix-Hub aus dem Netzwerk entfernt"; +$a->strings["No service class restrictions found."] = "Keine DienstklassenbeschrĂ€nkungen gefunden."; +$a->strings["webpage"] = "Webseite"; +$a->strings["block"] = "Block"; +$a->strings["layout"] = "Layout"; +$a->strings["%s element installed"] = "Element fĂŒr %s installiert"; +$a->strings["Schema Default"] = "Schema-Standard"; +$a->strings["Sans-Serif"] = "Sans-Serif"; +$a->strings["Monospace"] = "Monospace"; +$a->strings["Theme settings"] = "Theme-Einstellungen"; +$a->strings["Set scheme"] = "Schema"; +$a->strings["Set font-size for posts and comments"] = "SchriftgröĂe fĂŒr BeitrĂ€ge und Kommentare"; +$a->strings["Set font face"] = "Schriftart"; +$a->strings["Set iconset"] = "Icon-Set"; +$a->strings["Set big shadow size, default 15px 15px 15px"] = "GröĂe der groĂen Schatten, Standard 15px 15px 15px"; +$a->strings["Set small shadow size, default 5px 5px 5px"] = "GröĂe der kleinen Schatten, Standard 5px 5px 5px"; +$a->strings["Set shadow color, default #000"] = "Schattenfarbe, Standard #000"; +$a->strings["Set radius size, default 5px"] = "Radius, Standard 5px"; +$a->strings["Set line-height for posts and comments"] = "Zeilenhöhe fĂŒr BeitrĂ€ge und Kommentare"; +$a->strings["Set background image"] = "Hintergrundbild"; +$a->strings["Set background attachment"] = "Hintergrund-Attachment"; +$a->strings["Set background color"] = "Hintergrundfarbe"; +$a->strings["Set section background image"] = "Hintergrundbild fĂŒr Section"; +$a->strings["Set section background color"] = "Hintergrundfarbe fĂŒr Section"; +$a->strings["Set color of items - use hex"] = "Farbe der BeitrĂ€ge â Hex benutzen"; +$a->strings["Set color of links - use hex"] = "Farbe der Links â Hex benutzen"; +$a->strings["Set max-width for items. Default 400px"] = "Maximalbreite fĂŒr BeitrĂ€ge, Standard 400px"; +$a->strings["Set min-width for items. Default 240px"] = "Minimalbreite fĂŒr BeitrĂ€ge, Standard 240px"; +$a->strings["Set the generic content wrapper width. Default 48%"] = "Breite des generic content wrapper, Standard 48%"; +$a->strings["Set color of fonts - use hex"] = "Schriftfarbe â Hex benutzen"; +$a->strings["Set background-size element"] = "GröĂe des Hintergrund-Elements"; +$a->strings["Item opacity"] = "Deckkraft der BeitrĂ€ge"; +$a->strings["Display post previews only"] = "Nur Beitragsvorschauen anzeigen"; +$a->strings["Display side bar on channel page"] = "Seitenleiste auf der Kanalseite anzeigen"; +$a->strings["Colour of the navigation bar"] = "Farbe der Navigationsleiste"; +$a->strings["Item float"] = "Float fĂŒr BeitrĂ€ge"; +$a->strings["Left offset of the section element"] = "Linker Offset fĂŒr das Section-Element"; +$a->strings["Right offset of the section element"] = "Rechter Offset fĂŒr das Section-Element"; +$a->strings["Section width"] = "Breite der Section"; +$a->strings["Left offset of the aside"] = "Linker Offset fĂŒr das Aside-Element"; +$a->strings["Right offset of the aside element"] = "Rechter Offset fĂŒr das Aside-Element"; +$a->strings["None"] = "Kein"; +$a->strings["Header image"] = "Header-Bild"; +$a->strings["Header image only on profile pages"] = "Header-Bild nur auf Profilseiten"; +$a->strings["Light (Red Matrix default)"] = "Hell (RedMatrix-Voreinstellung)"; +$a->strings["Narrow navbar"] = "Schmale Navigationsleiste"; +$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; +$a->strings["Navigation bar gradient top color"] = "Farbverlauf der Navigationsleiste: Farbe oben"; +$a->strings["Navigation bar gradient bottom color"] = "Farbverlauf der Navigationsleiste: Farbe unten"; +$a->strings["Navigation active button gradient top color"] = "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf oben"; +$a->strings["Navigation active button gradient bottom color"] = "Navigations-Button aktiv: Farbe fĂŒr Farbverlauf unten"; +$a->strings["Navigation bar border color "] = "Farbe fĂŒr den Rand der Navigationsleiste"; +$a->strings["Navigation bar icon color "] = "Farbe fĂŒr die Icons der Navigationsleiste"; +$a->strings["Navigation bar active icon color "] = "Farbe fĂŒr aktive Icons der Navigationsleiste"; +$a->strings["link color"] = "Farbe fĂŒr Links"; +$a->strings["Set font-color for banner"] = "Farbe der Schrift des Banners"; +$a->strings["Set the background color"] = "Hintergrundfarbe"; +$a->strings["Set the background image"] = "Hintergrundbild"; +$a->strings["Set the background color of items"] = "Hintergrundfarbe fĂŒr BeitrĂ€ge"; +$a->strings["Set the background color of comments"] = "Hintergrundfarbe fĂŒr Kommentare"; +$a->strings["Set the border color of comments"] = "Farbe des Randes von Kommentaren"; +$a->strings["Set the indent for comments"] = "Einzug fĂŒr Kommentare"; +$a->strings["Set the basic color for item icons"] = "Grundfarbe fĂŒr Beitrags-Icons"; +$a->strings["Set the hover color for item icons"] = "Farbe fĂŒr Beitrags-Icons unter dem Mauszeiger"; +$a->strings["Set the background color of other content"] = "Hintergrundfarbe fĂŒr sonstigen Inhalt"; +$a->strings["Set font-size for the entire application"] = "SchriftgröĂe fĂŒr die ganze Applikation"; +$a->strings["Set font-color for posts and comments"] = "Schriftfarbe fĂŒr Posts und Kommentare"; +$a->strings["Set radius of corners"] = "Ecken-Radius"; +$a->strings["Set shadow depth of photos"] = "Schattentiefe von Fotos"; +$a->strings["Set maximum width of conversation regions"] = "Maximalbreite der Unterhaltungsbereiche"; +$a->strings["Center conversation regions"] = "Konversationsbereich zentrieren"; +$a->strings["Set minimum opacity of nav bar - to hide it"] = "Mindest-Deckkraft der Navigationsleiste ( - versteckt sie)"; +$a->strings["Set size of conversation author photo"] = "GröĂe der Avatare von Themenstartern"; +$a->strings["Set size of followup author photos"] = "GröĂe der Avatare von Kommentatoren"; +$a->strings["Sloppy photo albums"] = "SchrĂ€ge Fotoalben"; +$a->strings["Are you a clean desk or a messy desk person?"] = "Bist Du jemand, der einen aufgerĂ€umten Schreibtisch hat, oder eher einen chaotischen?"; +$a->strings["Update %s failed. See error logs."] = "Aktualisierung %s fehlgeschlagen. Details in den Fehlerprotokollen."; +$a->strings["Update Error at %s"] = "Aktualisierungsfehler auf %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Erstelle einen Account, um Anwendungen und Dienste innerhalb der Red-Matrix verwenden zu können."; +$a->strings["Password"] = "Kennwort"; +$a->strings["Remember me"] = "Angaben speichern"; +$a->strings["Forgot your password?"] = "Passwort vergessen?"; +$a->strings["permission denied"] = "Zugriff verweigert"; +$a->strings["Got Zot?"] = "Haste schon Zot?"; +$a->strings["toggle mobile"] = "auf/von mobile Ansicht wechseln"; diff --git a/view/de/update_fail_eml.tpl b/view/de/update_fail_eml.tpl index a7df8fc2f..ca1a4985d 100644 --- a/view/de/update_fail_eml.tpl +++ b/view/de/update_fail_eml.tpl @@ -1,13 +1,13 @@ -Hey,
-I'm the web server at {{$sitename}};
+Hallo,
+ich bin der Webserver fĂŒr {{$sitename}};
-The Red Matrix developers released update {{$update}} recently,
-but when I tried to install it, something went terribly wrong.
-This needs to be fixed soon and it requires human intervention.
-Please contact a Red developer if you can not figure out how to
-fix it on your own. My database might be invalid.
+Die RedMatrix-Entwickler haben kĂŒrzlich das Update {{$update}} veröffentlicht,
+aber als ich versuchte, es zu installieren, ging irgendwas furchtbar schief.
+Das muss so bald als möglich gelöst werden und erfordert einen manuellen Eingriff.
+Bitte kontaktiere einen Red-Entwickler, wenn Du nicht weiĂt, wie Du das Problem
+selbst beheben kannst. Meine Datenbank ist eventuell ungĂŒltig.
-The error message is '{{$error}}'.
+Die Fehlermeldung ist '{{$error}}'.
-Apologies for the inconvenience,
- your web server at {{$siteurl}}
\ No newline at end of file +Bitte entschuldige die Unannehmlichkeit,
+ Dein Web-Server auf {{$siteurl}}
\ No newline at end of file diff --git a/view/de/wall_received_eml.tpl b/view/de/wall_received_eml.tpl deleted file mode 100644 index b0ca45b24..000000000 --- a/view/de/wall_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Hallo $username, - -'$from' hat etwas auf deiner Profilwand gepostet. - ------ -$body ------ - -Bitte melde dich unter $siteurl an um den Eintrag anzusehen oder zu löschen. - -$display - -Besten Dank! - $sitename Administrator - - - diff --git a/view/de/wall_received_html_body_eml.tpl b/view/de/wall_received_html_body_eml.tpl deleted file mode 100644 index 407e4fdce..000000000 --- a/view/de/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from hat etwas auf deine Pinnwand gepostet.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="$siteurl">$siteurl</a> an um <a href="$display">den Eintrag anzusehen oder ihn zu löschen</a>.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>$sitename Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/wall_received_text_body_eml.tpl b/view/de/wall_received_text_body_eml.tpl deleted file mode 100644 index c627b0c7e..000000000 --- a/view/de/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Hallo $username, - - '$from' hat etwas auf deiner Pinnwand gepostet. - ------ -$body ------ - -Bitte melde dich auf $siteurl an um den Beitrag anzusehen oder ihn zu löschen: - -$display - -Besten Dank! - $sitename Administrator - - - diff --git a/view/en-au/follow_notify_eml.tpl b/view/en-au/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/en-au/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en-au/friend_complete_eml.tpl b/view/en-au/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/en-au/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/en-au/intro_complete_eml.tpl b/view/en-au/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/en-au/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/en-au/request_notify_eml.tpl b/view/en-au/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/en-au/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en-gb/follow_notify_eml.tpl b/view/en-gb/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/en-gb/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en-gb/friend_complete_eml.tpl b/view/en-gb/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/en-gb/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/en-gb/intro_complete_eml.tpl b/view/en-gb/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/en-gb/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/en-gb/request_notify_eml.tpl b/view/en-gb/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/en-gb/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en/follow_notify_eml.tpl b/view/en/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/en/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en/friend_complete_eml.tpl b/view/en/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/en/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/en/intro_complete_eml.tpl b/view/en/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/en/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/en/request_notify_eml.tpl b/view/en/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/en/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/eo/follow_notify_eml.tpl b/view/eo/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/eo/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/eo/friend_complete_eml.tpl b/view/eo/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/eo/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/eo/intro_complete_eml.tpl b/view/eo/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/eo/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/eo/request_notify_eml.tpl b/view/eo/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/eo/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/es/cmnt_received_eml.tpl b/view/es/cmnt_received_eml.tpl deleted file mode 100644 index abf2d95df..000000000 --- a/view/es/cmnt_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Estimado/a $username, - - '$from' ha comentado un elemento/conversaciĂłn que estĂĄs siguiendo. - ------ -$body ------ - -Accede a $siteurl para ver la conversaciĂłn completa: - -$display - - - $sitename - - - diff --git a/view/es/follow_notify_eml.tpl b/view/es/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/es/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/es/friend_complete_eml.tpl b/view/es/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/es/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/es/intro_complete_eml.tpl b/view/es/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/es/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/es/mail_received_html_body_eml.tpl b/view/es/mail_received_html_body_eml.tpl deleted file mode 100644 index 5086ec246..000000000 --- a/view/es/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Mensaje de Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Has recibido un nuevo mensaje privado de '$from' en $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accede a <a href="$siteurl">$siteurl</a> para leer y responder a tus mensajes privados.</td></tr> - <tr><td></td><td>$siteName</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/es/mail_received_text_body_eml.tpl b/view/es/mail_received_text_body_eml.tpl deleted file mode 100644 index 8400b9d01..000000000 --- a/view/es/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,9 +0,0 @@ -Has recibido un nuevo mensaje privado de '$from' en $siteName. - -$title - -$textversion - -Accede a $siteurl para leer y responder a tus mensajes privados. - - $siteName diff --git a/view/es/request_notify_eml.tpl b/view/es/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/es/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/es/wall_received_eml.tpl b/view/es/wall_received_eml.tpl deleted file mode 100644 index 4cd253c72..000000000 --- a/view/es/wall_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Estimado/a $username, - - '$from' ha escrito algo en el muro de tu perfil. - ------ -$body ------ - -Accede a $siteurl para ver o borrar el elemento: - -$display - - - $sitename - - - diff --git a/view/fr/cmnt_received_eml.tpl b/view/fr/cmnt_received_eml.tpl deleted file mode 100644 index 762a0c4cd..000000000 --- a/view/fr/cmnt_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Cher(e) $username, - - « $from » a commentĂ© un Ă©lĂ©ment ou une conversation que vous suivez. - ------ -$body ------ - -Connectez-vous Ă $siteurl si vous souhaitez voir la conversation complĂšte : - -$display - -Merci, - L'administrateur de $sitename - - - diff --git a/view/fr/cmnt_received_html_body_eml.tpl b/view/fr/cmnt_received_html_body_eml.tpl deleted file mode 100644 index 94b33c2b4..000000000 --- a/view/fr/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Message de la Matrice</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from a commentĂ© un Ă©lĂ©ment ou une conversation que vous suivez.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="$display">Connectez-vous Ă $siteurl si vous souhaitez voir la conversation complĂšte</a></td></tr> - <tr><td></td><td>Merci,</td></tr> - <tr><td></td><td>L'administrateur de $sitename</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/fr/cmnt_received_text_body_eml.tpl b/view/fr/cmnt_received_text_body_eml.tpl deleted file mode 100644 index 876b53e12..000000000 --- a/view/fr/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,15 +0,0 @@ - -Cher(e) $username, - - « $from » a commenté un élément ou une conversation que vous suivez. - ------ -$body ------ - -Connectez-vous à $siteurl si vous souhaitez voir la conversation complète : - -$display - -Merci, - L'administrateur de $sitename
\ No newline at end of file diff --git a/view/fr/follow_notify_eml.tpl b/view/fr/follow_notify_eml.tpl deleted file mode 100644 index 600168a59..000000000 --- a/view/fr/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Cher {{$myname}}, - -Vous avez un nouvel admirateur {{$sitename}} - '{{$requestor}}'. - -Vous pouvez visiter son profil ici {{$url}}. - -Veuillez vous enregistrer sur votre hub pour approuver ou ignorer/supprimer cette requĂȘte. - -{{$siteurl}} - -Bien Ă vous, - - Administrateur {{$sitename}}
\ No newline at end of file diff --git a/view/fr/friend_complete_eml.tpl b/view/fr/friend_complete_eml.tpl deleted file mode 100644 index 5226b380d..000000000 --- a/view/fr/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Cher {{$username}}, - - Bonne nouvelle... '{{$fn}}' de '{{$dfrn_url}}' a acceptĂ© -votre requĂȘte de contact sur '{{$sitename}}'. - -Vous entrer maintenant en relation et pouvez Ă©changer vos statuts, photos et courriel -sans restrictions. - -Visiter la page de vos 'relations' {{$sitename}} pour tout -changements de statut avec cette relation. - -{{$siteurl}} - -[Par exemple, vous pouvez crĂ©er un profil distinct avec des information qui ne sont pas -accessible au public en gĂ©nĂ©ral - et dĂ©finir les autorisations de '{{$fn}}']. - -SincĂšrement, - - Administrateur {{$sitename}} - -
\ No newline at end of file diff --git a/view/fr/intro_complete_eml.tpl b/view/fr/intro_complete_eml.tpl deleted file mode 100644 index 6486257af..000000000 --- a/view/fr/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Cher {{$username}}, - - '{{$fn}}' de '{{$dfrn_url}}' a acceptĂ© -votre requĂȘte de relation sur '{{$sitename}}'. - - '{{$fn}}' vous accepte comme un "fan", ceci restreint -certaines formes de communications - tel que les messages privĂ©s et quelques modes -d'intĂ©ractions avec le profil. S'il s'agĂźt de la page d'une cĂ©lĂ©britĂ© ou de la page d'une communautĂ©, - ces rĂ©glages ont Ă©tĂ© appliquĂ©s automatiquement. - - '{{$fn}}' peut choisir d'Ă©tendre les permissions de cette relation -dans le futur. - - Vous allez commencer Ă recevoir les changements de statuts de '{{$fn}}', -ils seront ajoutĂ©s Ă votre fil de nouvelle sur - -{{$siteurl}} - -SincĂšrement, - - Administrateur {{$sitename}}
\ No newline at end of file diff --git a/view/fr/mail_received_html_body_eml.tpl b/view/fr/mail_received_html_body_eml.tpl deleted file mode 100644 index f8038f07e..000000000 --- a/view/fr/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Message de la Matrice</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from vous a envoyĂ© un message Ă $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Veuillez Ouvrir une session sur <a href="$siteurl">$siteurl</a> pour lire et rĂ©pondre Ă vos messages privĂ©s.</td></tr> - <tr><td></td><td>Merci,</td></tr> - <tr><td></td><td>$siteName Administrateur</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/fr/mail_received_text_body_eml.tpl b/view/fr/mail_received_text_body_eml.tpl deleted file mode 100644 index 65d034c15..000000000 --- a/view/fr/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,10 +0,0 @@ -$from vous a envoyé un message à $siteName. - -$title - -$textversion - -Veuillez ouvrir une session sur $siteurl pour lire et répondre à vos messages privés. - -Merci, -$siteName Administrateur diff --git a/view/fr/request_notify_eml.tpl b/view/fr/request_notify_eml.tpl deleted file mode 100644 index 3e6feb93c..000000000 --- a/view/fr/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Cher {{$myname}}, - -Vous venez de recevoir une demande de relation sur {{$sitename}} - -de '{{$requestor}}'. - -Vous pouvez visiter son profil ici {{$url}}. - -Veuillez vos connecter pour voir son profil -et approuver ou ignorer/supprimer cette requĂȘte. - -{{$siteurl}} - -Bien Ă vous, - - Administrateur {{$sitename}}
\ No newline at end of file diff --git a/view/fr/wall_received_eml.tpl b/view/fr/wall_received_eml.tpl deleted file mode 100644 index 6a208fb5b..000000000 --- a/view/fr/wall_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Cher(e) $username, - - « $from » a publié quelque chose sur le mur de votre profil. - ------ -$body ------ - -Connectez-vous à $siteurl pour voir et/ou supprimer l'élément : - -$display - -Merci, - l'administrateur de $sitename - - - diff --git a/view/it/cmnt_received_eml.tpl b/view/it/cmnt_received_eml.tpl deleted file mode 100644 index 1991d29ae..000000000 --- a/view/it/cmnt_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Caro/a $username, - - '$from' ha commentato un elemeto/conversazione che stai seguendo. - ------ -$body ------ - -Accedi a $siteurl per verdere la conversazione completa: - -$display - -Grazie, - L'amministratore di $sitename - - - diff --git a/view/it/cmnt_received_html_body_eml.tpl b/view/it/cmnt_received_html_body_eml.tpl deleted file mode 100644 index 5f2edb84b..000000000 --- a/view/it/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika Messaggio</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from ha commentato un elemeto/conversazione che stai seguendo.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="$display">Accedi a $siteurl per verdere la conversazione completa:</a>.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di $sitename</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/it/cmnt_received_text_body_eml.tpl b/view/it/cmnt_received_text_body_eml.tpl deleted file mode 100644 index 1991d29ae..000000000 --- a/view/it/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Caro/a $username, - - '$from' ha commentato un elemeto/conversazione che stai seguendo. - ------ -$body ------ - -Accedi a $siteurl per verdere la conversazione completa: - -$display - -Grazie, - L'amministratore di $sitename - - - diff --git a/view/it/follow_notify_eml.tpl b/view/it/follow_notify_eml.tpl deleted file mode 100644 index af854babb..000000000 --- a/view/it/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Ciao {{$myname}}, - -'{{$requestor}}' ha appena iniziato a seguirti su {{$sitename}}. - -Se vuoi, puoi vedere il suo profilo su {{$url}}. - -Per approvare o cancellare la richiesta devi accedere al tuo sito. - -{{$siteurl}} - -Saluti, - - L'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/friend_complete_eml.tpl b/view/it/friend_complete_eml.tpl deleted file mode 100644 index 041568ab8..000000000 --- a/view/it/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Ciao {{$myname}}, - - Grandi notizie... '{{$fn}}' (sul server {{$dfrn_url}}) ha accettato -la tua richiesta di entrare in contatto su '{{$sitename}}'. - -Ora siete amici e potete scambiare messaggi di stato, aggiornamenti, foto e messaggi privati -senza restrizioni. - -Visita la tua pagina 'Contatti' su {{$sitename}} -per modificare come preferisci questa amicizia. - -{{$siteurl}} - -[Per esempio, potresti anche creare un tuo profilo specifico da mostrare, con informazioni -che non vuoi rendere disponibili a tutti, e poi assegnare il diritto di vederlo a '{{$fn}}']. - -Con affetto, - - L'amministratore di {{$sitename}} - -
\ No newline at end of file diff --git a/view/it/intro_complete_eml.tpl b/view/it/intro_complete_eml.tpl deleted file mode 100644 index 2fd1e1bd0..000000000 --- a/view/it/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Ciao {{$username}}, - - '{{$fn}}' (sul server {{$dfrn_url}}) ha accettato -la tua richiesta di entrare in contatto su '{{$sitename}}'. - - Adesso sei tra i "fan" di '{{$fn}}', che quindi non hanno accesso -ad alcune funzioni, come per esempio i messaggi privati. - Se si tratta di una comunitĂ o di una celebritĂ , -questa limitazione Ăš assegnata automaticamente. - - '{{$fn}}' potrĂ anche scegliere di estendere le tue possibilitĂ -di comunicare, nel futuro. - - Inizierai subito a ricevere gli aggiornamenti da '{{$fn}}', -che appariranno nella pagina 'La tua rete' - -su {{$siteurl}} - -Saluti, - - L'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/mail_received_html_body_eml.tpl b/view/it/mail_received_html_body_eml.tpl deleted file mode 100644 index 847954550..000000000 --- a/view/it/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika Messsaggio</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Hai ricevuto un nuovo messsaggio privato su $siteName da '$from'.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accedi a <a href="$siteurl">$siteurl</a> per leggere e rispondere ai tuoi messaggi privati.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di $siteName</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/it/mail_received_text_body_eml.tpl b/view/it/mail_received_text_body_eml.tpl deleted file mode 100644 index c7da9533f..000000000 --- a/view/it/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,10 +0,0 @@ -Hai ricevuto un nuovo messsaggio privato su $siteName da '$from'. - -$title - -$textversion - -Accedi a $siteurl per leggere e rispondere ai tuoi messaggi privati. - -Grazie, -L'amministratore di $siteName diff --git a/view/it/request_notify_eml.tpl b/view/it/request_notify_eml.tpl deleted file mode 100644 index 4f3cfe02a..000000000 --- a/view/it/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Ciao {{$myname}}, - -Su {{$sitename}} hai appena ricevuto da - - '{{$requestor}}' una richiesta di entrare in contatto. - -Se vuoi, puoi visitare il suo profilo su {{$url}}. - -Per vedere i dettagli della richiesta devi effettuare l'accesso -e poi potrai approvarla o rifiutarla. - -{{$siteurl}} - -Saluti, - - L'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/wall_received_eml.tpl b/view/it/wall_received_eml.tpl deleted file mode 100644 index ba9e25901..000000000 --- a/view/it/wall_received_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Caro/a $username, - - '$from' ha scritto qualcosa sulla bachecha del tuo profilo. - ------ -$body ------ - -Accedi a $siteurl per vedere o cancellare l'elemento: - -$display - -Grazie, - L'amministratore di $sitename - - - diff --git a/view/it/wall_received_html_body_eml.tpl b/view/it/wall_received_html_body_eml.tpl deleted file mode 100644 index cdc05cfa3..000000000 --- a/view/it/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Messaggio da Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='$siteurl/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from ha scritto sulla tua bacheca.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="padding-right:22px;">$body</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Vai su <a href="$siteurl">$siteurl</a> per <a href="$display">vedere o cancellare il post</a>.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di $sitename</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/it/wall_received_text_body_eml.tpl b/view/it/wall_received_text_body_eml.tpl deleted file mode 100644 index 327557ea1..000000000 --- a/view/it/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ - -Caro $username, - - '$from' ha scritto sulla tua bacheca. - ------ -$body ------ - -Vai su $siteurl per vedere o cancellare il post: - -$display - -Grazie, - L'amministratore di $sitename - - - diff --git a/view/js/main.js b/view/js/main.js index 0560bc875..f58d3756b 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -896,12 +896,14 @@ function updateConvItems(mode,data) { function importElement(elem) { $.post( "impel", - { "element" : elem } + { "element" : elem }, + function(data) { + if(timer) clearTimeout(timer); + timer = setTimeout(NavUpdate,10); + } ); - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,10); - return true; + return false; } function preview_post() { diff --git a/view/nb-no/follow_notify_eml.tpl b/view/nb-no/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/nb-no/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/nb-no/friend_complete_eml.tpl b/view/nb-no/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/nb-no/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/nb-no/intro_complete_eml.tpl b/view/nb-no/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/nb-no/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/nb-no/request_notify_eml.tpl b/view/nb-no/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/nb-no/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/nl/follow_notify_eml.tpl b/view/nl/follow_notify_eml.tpl deleted file mode 100644 index a80fe087c..000000000 --- a/view/nl/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Beste {{$myname}}, - -Je hebt een nieuwe volger op {{$sitename}} - '{{$requestor}}'. - -Je kan zijn/ haar profiel bezoeken op {{$url}}. - -Je dient op je hub in te loggen om het verzoek te accepteren, het af te wijzen of om het te negeren. - -{{$siteurl}} - -Vriendelijke groet, - - Beheerder {{$sitename}} ({{$siteurl}})
\ No newline at end of file diff --git a/view/nl/friend_complete_eml.tpl b/view/nl/friend_complete_eml.tpl deleted file mode 100644 index 3688b2fcd..000000000 --- a/view/nl/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Beste {{$username}}, - - Groot nieuws... '{{$fn}}' op '{{$dfrn_url}}' heeft jouw -connectieverzoek op '{{$sitename}}' geaccepteerd. - -Jullie zijn nu met elkaar verbonden en kunnen zonder beperkingen berichten, foto's en -privéberichten uitwisselen. - -Bezoek jouw 'connecties'-pagina op {{$sitename}} wanneer je instellingen voor -deze connectie wil veranderen. - -{{$siteurl}} - -[Je kan bijvoorbeeld een apart profiel aanmaken (zie extra functies) die niet voor het -grote publiek te zien is en deze zichtbaar maken voor '{{$fn}}']. - -Vriendelijke groet, - - Beheerder {{$sitename}} ({{siteurl}}) - -
\ No newline at end of file diff --git a/view/nl/intro_complete_eml.tpl b/view/nl/intro_complete_eml.tpl deleted file mode 100644 index e635327fc..000000000 --- a/view/nl/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Beste {{$username}}, - - '{{$fn}}' op '{{$dfrn_url}}' heeft jouw -connectieverzoek geaccepteerd op '{{$sitename}}'. - - '{{$fn}}' heeft er voor gekozen om jou als "fan" te accepteren. -Hierdoor worden sommige vormen van communicatie beperkt, zoals het sturen van privéberichten en sommige -profiel-interacties. Wanneer dit een kanaal van een beroemdheid of een groep/forum is werden -deze instellingen automatisch toegepast. - - '{{$fn}}' kan er voor kiezen om in de toekomst deze beperkingen op te heffen of -om juist meer beperkingen op te leggen. - - Vanaf nu ontvang je openbare berichten van '{{$fn}}'. -Deze zullen in jouw 'matrix' (tijdlijn) verschijnen op - -{{$siteurl}}. - -Vriendelijke groet, - - Beheerder {{$sitename}} ({{$siteurl}})
\ No newline at end of file diff --git a/view/nl/request_notify_eml.tpl b/view/nl/request_notify_eml.tpl deleted file mode 100644 index d96f56c89..000000000 --- a/view/nl/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Beste {{$myname}}, - -Je hebt een connectieverzoek ontvangen op - -van '{{$requestor}}'. - -Je kan zijn/haar profiel bezoeken op {{$url}}. - -Je dient op jouw hub in te loggen om het complete connectieverzoek te bekijken -en om het verzoek te accepteren, het af te wijzen of om het te negeren. - -{{$siteurl}} - -Vriendelijke groet, - - Beheerder {{$sitename}}
\ No newline at end of file diff --git a/view/pt-br/follow_notify_eml.tpl b/view/pt-br/follow_notify_eml.tpl deleted file mode 100644 index bc86e5fe1..000000000 --- a/view/pt-br/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Caro/a {{$myname}}, - -VocĂȘ tem um novo seguidor em {{$sitename}} - '{{$requestor}}'. - -VocĂȘ pode ver o perfil dele em {{$url}}. - -Por favor, autentique-se no seu site para aprovara ou ignorar/cancelar esta solicitação. - -{{$siteurl}} - -GratidĂŁo, - - {{$sitename}} administrador diff --git a/view/pt-br/friend_complete_eml.tpl b/view/pt-br/friend_complete_eml.tpl deleted file mode 100644 index 51adf23e3..000000000 --- a/view/pt-br/friend_complete_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ - -Caro/a {{$username}}, - - Boas notĂcias... '{{$fn}}' em '{{$dfrn_url}}' aceitou -seu pedido de conexĂŁo em '{{$sitename}}'. - -VocĂȘs agora sĂŁo amigos mĂștuos e podem trocar atualizaçÔes de status, fotos, -e email sem restrição. - -Por favor, visite sua pĂĄgina 'ConexĂ”es' em {{$sitename}} se quiser efetuar -quaisquer mudanças nesse relacionamento. - -{{$siteurl}} - -[Por exemplo, vocĂȘ pode criar um perfil Ă parte com informaçÔes que nĂŁo -estĂŁo disponĂveis para o pĂșblico geral - e conceder permissĂ”es de acesso -para '{{$fn}}']. - -Atenciosamente, - - {{$sitename}} Administrador - - diff --git a/view/pt-br/intro_complete_eml.tpl b/view/pt-br/intro_complete_eml.tpl deleted file mode 100644 index bd20e0a6e..000000000 --- a/view/pt-br/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Caro/a {{$username}}, - - '{{$fn}}' em '{{$dfrn_url}}' aceitou sua solicitação de conexĂŁo -em '{{$sitename}}'. - - '{{$fn}}' optou por aceitĂĄ-lo como "fĂŁ", o que restringe algumas -formas de comunicação - como mensagens privadas e certas interaçÔes com o -perfil. Se esta Ă© uma pĂĄgina de celebridade ou comunidade, essa -configuração Ă© aplicada automaticamente. - - '{{$fn}}' pode escolher no futuro transformar essa relação em uma -mais permissiva, de duas vias. - - VocĂȘ começarĂĄ a receber atualizaçÔes de status pĂșblicas de '{{$fn}}', -que aparecerĂŁo na sua Matriz em - -{{$siteurl}} - -Atenciosamente, - - {{$sitename}} Administrador diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 9d884507d..9de225062 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-06 00:02-0700\n" -"PO-Revision-Date: 2014-06-12 15:56+0000\n" +"POT-Creation-Date: 2014-10-03 00:04-0700\n" +"PO-Revision-Date: 2014-10-07 15:36+0000\n" "Last-Translator: Iske Solstag <solstag@member.fsf.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -31,49 +31,22 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "NĂŁo foi possĂvel localizar a informação de DNS para o servidor de banco de dados '%s'" -#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../include/photo/photo_driver.php:653 ../../include/photos.php:51 +#: ../../mod/photos.php:91 ../../mod/photos.php:660 ../../mod/photos.php:682 #: ../../mod/profile_photo.php:142 ../../mod/profile_photo.php:301 -#: ../../mod/profile_photo.php:421 ../../mod/photos.php:91 -#: ../../mod/photos.php:655 ../../mod/photos.php:677 +#: ../../mod/profile_photo.php:423 msgid "Profile Photos" msgstr "Fotos do perfil" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:642 -#: ../../include/bbcode.php:645 ../../include/bbcode.php:650 -#: ../../include/bbcode.php:653 ../../include/bbcode.php:656 -#: ../../include/bbcode.php:659 ../../include/bbcode.php:664 -#: ../../include/bbcode.php:667 ../../include/bbcode.php:672 -#: ../../include/bbcode.php:675 ../../include/bbcode.php:678 -#: ../../include/bbcode.php:681 -msgid "Image/photo" -msgstr "Imagem/foto" - -#: ../../include/bbcode.php:163 ../../include/bbcode.php:692 -msgid "Encrypted content" -msgstr "ConteĂșdo criptografado" - -#: ../../include/bbcode.php:179 -msgid "QR code" -msgstr "cĂłdigo QR" - -#: ../../include/bbcode.php:228 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s escreveu a seguinte %2$s %3$s" - -#: ../../include/bbcode.php:230 -msgid "post" -msgstr "publicação" - -#: ../../include/bbcode.php:610 ../../include/bbcode.php:630 -msgid "$1 wrote:" -msgstr "$1 escreveu:" +#: ../../include/network.php:590 +msgid "view full size" +msgstr "ver na tela inteira" -#: ../../include/oembed.php:171 +#: ../../include/oembed.php:163 msgid "Embedded content" msgstr "ConteĂșdo incorporado" -#: ../../include/oembed.php:180 +#: ../../include/oembed.php:172 msgid "Embedding disabled" msgstr "A incorporação estĂĄ desabilitada" @@ -86,1189 +59,1184 @@ msgstr "criou uma nova publicação" msgid "commented on %s's post" msgstr "comentou a publicação de %s" -#: ../../include/conversation.php:117 ../../include/text.php:1705 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:45 ../../mod/like.php:111 +#: ../../include/apps.php:123 +msgid "Site Admin" +msgstr "Administração do site" + +#: ../../include/apps.php:124 ../../include/conversation.php:1566 +#: ../../include/nav.php:116 +msgid "Bookmarks" +msgstr "Links guardados" + +#: ../../include/apps.php:125 +msgid "Address Book" +msgstr "Livro de Endereços" + +#: ../../include/apps.php:126 ../../include/nav.php:124 ../../boot.php:1495 +msgid "Login" +msgstr "Entrar" + +#: ../../include/apps.php:127 ../../include/nav.php:214 +#: ../../mod/manage.php:148 +msgid "Channel Manager" +msgstr "Seus canais" + +#: ../../include/apps.php:128 ../../include/nav.php:188 +msgid "Matrix" +msgstr "Matriz" + +#: ../../include/apps.php:129 ../../include/nav.php:216 +#: ../../include/widgets.php:521 ../../mod/admin.php:953 +#: ../../mod/admin.php:1158 +msgid "Settings" +msgstr "ConfiguraçÔes" + +#: ../../include/apps.php:130 ../../include/conversation.php:1542 +#: ../../include/reddav.php:1280 ../../include/nav.php:105 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Arquivos" + +#: ../../include/apps.php:131 ../../include/conversation.php:1577 +#: ../../include/nav.php:120 ../../mod/webpages.php:84 +msgid "Webpages" +msgstr "PĂĄginas web" + +#: ../../include/apps.php:132 ../../include/nav.php:191 +msgid "Channel Home" +msgstr "PĂĄgina inicial do canal" + +#: ../../include/apps.php:133 ../../include/identity.php:1110 +#: ../../include/identity.php:1228 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "Perfil" + +#: ../../include/apps.php:134 ../../include/conversation.php:1533 +#: ../../include/nav.php:104 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Fotos" + +#: ../../include/apps.php:135 ../../include/nav.php:210 +#: ../../mod/events.php:436 +msgid "Events" +msgstr "Eventos" + +#: ../../include/apps.php:136 ../../include/nav.php:177 +#: ../../mod/directory.php:226 +msgid "Directory" +msgstr "DiretĂłrio" + +#: ../../include/apps.php:137 ../../include/nav.php:169 ../../mod/help.php:60 +#: ../../mod/help.php:65 +msgid "Help" +msgstr "Ajuda" + +#: ../../include/apps.php:138 ../../include/nav.php:202 +msgid "Mail" +msgstr "Mensagens" + +#: ../../include/apps.php:139 ../../mod/mood.php:131 +msgid "Mood" +msgstr "Humor" + +#: ../../include/apps.php:140 ../../include/conversation.php:947 +msgid "Poke" +msgstr "Cutucar" + +#: ../../include/apps.php:141 ../../include/nav.php:110 +msgid "Chat" +msgstr "Bate-papo" + +#: ../../include/apps.php:142 ../../include/text.php:821 +#: ../../include/text.php:835 ../../include/nav.php:174 +#: ../../mod/search.php:30 +msgid "Search" +msgstr "Pesquisar" + +#: ../../include/apps.php:143 +msgid "Probe" +msgstr "Sonda" + +#: ../../include/apps.php:144 +msgid "Suggest" +msgstr "Sugerir" + +#: ../../include/apps.php:145 +msgid "Random Channel" +msgstr "Canal aleatĂłrio" + +#: ../../include/apps.php:146 +msgid "Invite" +msgstr "Convidar" + +#: ../../include/apps.php:147 +msgid "Features" +msgstr "Recursos" + +#: ../../include/apps.php:148 +msgid "Language" +msgstr "Idioma" + +#: ../../include/apps.php:149 +msgid "Post" +msgstr "PublicaçÔes" + +#: ../../include/apps.php:150 +msgid "Profile Photo" +msgstr "Foto do perfil" + +#: ../../include/apps.php:239 ../../mod/settings.php:79 +#: ../../mod/settings.php:545 +msgid "Update" +msgstr "Atualizar" + +#: ../../include/apps.php:239 +msgid "Install" +msgstr "Instalar" + +#: ../../include/apps.php:244 +msgid "Purchase" +msgstr "Compras" + +#: ../../include/apps.php:246 ../../include/page_widgets.php:8 +#: ../../include/page_widgets.php:36 ../../include/reddav.php:1289 +#: ../../include/menu.php:42 ../../include/ItemObject.php:100 +#: ../../mod/settings.php:581 ../../mod/blocks.php:99 +#: ../../mod/connections.php:381 ../../mod/connections.php:394 +#: ../../mod/connections.php:413 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/editpost.php:112 +#: ../../mod/editwebpage.php:143 ../../mod/thing.php:233 +#: ../../mod/layouts.php:121 ../../mod/menu.php:59 ../../mod/webpages.php:132 +msgid "Edit" +msgstr "Editar" + +#: ../../include/apps.php:247 ../../include/conversation.php:638 +#: ../../include/reddav.php:1290 ../../include/ItemObject.php:120 +#: ../../mod/settings.php:582 ../../mod/connedit.php:462 +#: ../../mod/photos.php:1080 ../../mod/group.php:176 ../../mod/admin.php:732 +#: ../../mod/admin.php:863 ../../mod/thing.php:234 +msgid "Delete" +msgstr "Excluir" + +#: ../../include/apps.php:328 ../../include/apps.php:379 +#: ../../include/conversation.php:999 ../../include/reddav.php:1202 +#: ../../mod/connedit.php:498 +msgid "Unknown" +msgstr "Desconhecidos" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Nova pĂĄgina" + +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:102 +#: ../../mod/layouts.php:125 ../../mod/webpages.php:135 +msgid "View" +msgstr "Ver" + +#: ../../include/page_widgets.php:40 ../../include/conversation.php:1110 +#: ../../include/ItemObject.php:606 ../../mod/editblock.php:141 +#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 +#: ../../mod/editwebpage.php:174 ../../mod/photos.php:1031 +#: ../../mod/webpages.php:136 +msgid "Preview" +msgstr "PrĂ©-visualizar" + +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:137 +msgid "Actions" +msgstr "AçÔes" + +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:138 +msgid "Page Link" +msgstr "Link da pĂĄgina" + +#: ../../include/page_widgets.php:43 ../../mod/webpages.php:139 +msgid "Title" +msgstr "TĂtulo" + +#: ../../include/page_widgets.php:44 ../../mod/webpages.php:140 +msgid "Created" +msgstr "Criado" + +#: ../../include/page_widgets.php:45 ../../mod/webpages.php:141 +msgid "Edited" +msgstr "Editado" + +#: ../../include/security.php:320 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "O token de segurança do formulĂĄrio nĂŁo estava correto. Isso provavelmente aconteceu porque o formulĂĄrio ficou aberto por muito tempo (>3 horas) antes da sua submissĂŁo." + +#: ../../include/zot.php:654 +msgid "Invalid data packet" +msgstr "Pacote de dados invĂĄlido" + +#: ../../include/zot.php:670 +msgid "Unable to verify channel signature" +msgstr "NĂŁo foi possĂvel verificar a assinatura do canal" + +#: ../../include/zot.php:1701 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "NĂŁo foi possĂvel verificar a assinatura do site para %s" + +#: ../../include/photos.php:15 ../../include/attach.php:119 +#: ../../include/attach.php:166 ../../include/attach.php:229 +#: ../../include/attach.php:243 ../../include/attach.php:283 +#: ../../include/attach.php:297 ../../include/attach.php:322 +#: ../../include/attach.php:513 ../../include/attach.php:585 +#: ../../include/chat.php:116 ../../include/items.php:4000 +#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:30 +#: ../../mod/settings.php:496 ../../mod/poke.php:128 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/authtest.php:13 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:179 +#: ../../mod/profiles.php:560 ../../mod/bookmarks.php:46 +#: ../../mod/channel.php:89 ../../mod/channel.php:193 +#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 +#: ../../mod/register.php:70 ../../mod/regmod.php:17 ../../mod/common.php:35 +#: ../../mod/network.php:12 ../../mod/connections.php:169 +#: ../../mod/connedit.php:254 ../../mod/delegate.php:6 ../../mod/page.php:30 +#: ../../mod/page.php:80 ../../mod/setup.php:203 ../../mod/editblock.php:34 +#: ../../mod/pdledit.php:21 ../../mod/editlayout.php:48 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/photos.php:68 +#: ../../mod/photos.php:526 ../../mod/profile_photo.php:263 +#: ../../mod/profile_photo.php:276 ../../mod/sources.php:66 +#: ../../mod/events.php:200 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/fsuggest.php:78 +#: ../../mod/suggest.php:26 ../../mod/group.php:9 ../../mod/thing.php:247 +#: ../../mod/thing.php:264 ../../mod/thing.php:299 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/item.php:178 ../../mod/item.php:186 +#: ../../mod/item.php:922 ../../mod/layouts.php:27 ../../mod/layouts.php:39 +#: ../../mod/like.php:154 ../../mod/viewconnections.php:22 +#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:14 +#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 +#: ../../mod/webpages.php:40 ../../mod/message.php:16 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/notifications.php:66 ../../mod/appman.php:66 +#: ../../mod/service_limits.php:7 ../../index.php:190 ../../index.php:365 +msgid "Permission denied." +msgstr "PermissĂŁo negada." + +#: ../../include/photos.php:104 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "A imagem excede o limite de tamanho do site, que Ă© de %" + +#: ../../include/photos.php:111 +msgid "Image file is empty." +msgstr "O arquivo de imagem estĂĄ vazio." + +#: ../../include/photos.php:140 ../../mod/profile_photo.php:216 +msgid "Unable to process image" +msgstr "NĂŁo foi possĂvel processar a imagem" + +#: ../../include/photos.php:212 +msgid "Photo storage failed." +msgstr "NĂŁo foi possĂvel armazenar a foto." + +#: ../../include/photos.php:340 ../../include/conversation.php:1536 +msgid "Photo Albums" +msgstr "Ălbuns de fotos" + +#: ../../include/photos.php:344 +msgid "Upload New Photos" +msgstr "Enviar novas fotos" + +#: ../../include/acl_selectors.php:240 +msgid "Visible to your default audience" +msgstr "VisĂvel para seu pĂșblico padrĂŁo" + +#: ../../include/acl_selectors.php:241 +msgid "Show" +msgstr "Exibir" + +#: ../../include/acl_selectors.php:242 +msgid "Don't show" +msgstr "NĂŁo exibir" + +#: ../../include/acl_selectors.php:248 ../../mod/chat.php:209 +#: ../../mod/photos.php:604 ../../mod/photos.php:986 +#: ../../mod/filestorage.php:128 +msgid "Permissions" +msgstr "PermissĂ”es" + +#: ../../include/acl_selectors.php:249 ../../include/ItemObject.php:303 +msgid "Close" +msgstr "Fechar" + +#: ../../include/activities.php:39 +msgid " and " +msgstr " e " + +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "perfil pĂșblico" + +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s mudou %2$s para “%3$s”" + +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Visite o %2$s de %1$s" + +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s atualizou %2$s, alterando %3$s." + +#: ../../include/api.php:1069 +msgid "Public Timeline" +msgstr "Linha do tempo pĂșblica" + +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "O item nĂŁo foi encontrado." + +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Nenhum arquivo de origem." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "NĂŁo foi possĂvel locar o arquivo a ser substituĂdo" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "NĂŁo foi possĂvel localizar o arquivo a ser revisado/atualizado" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "O arquivo excedeu o tamanho limite de %d" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "VocĂȘ atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos." + +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "NĂŁo foi possĂvel enviar o arquivo. ProvĂĄvel limite do sistema ou a ação foi encerrada." + +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "NĂŁo foi possĂvel verificar o arquivo armazenado. Falha no envio." + +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "O caminho nĂŁo estĂĄ disponĂvel." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "O nome do caminho estĂĄ em branco" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "nome de arquivo ou caminho duplicado" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Caminho nĂŁo encontrado." + +#: ../../include/attach.php:681 +msgid "mkdir failed." +msgstr "mkdir falhou." + +#: ../../include/attach.php:685 +msgid "database storage failed." +msgstr "armazenamento de banco de dados falhou." + +#: ../../include/conversation.php:120 ../../include/text.php:1745 +#: ../../include/diaspora.php:1898 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:45 ../../mod/like.php:294 msgid "photo" msgstr "foto" -#: ../../include/conversation.php:120 ../../include/text.php:1708 +#: ../../include/conversation.php:123 ../../include/text.php:1748 #: ../../mod/tagger.php:49 msgid "event" msgstr "evento" -#: ../../include/conversation.php:123 +#: ../../include/conversation.php:126 ../../mod/like.php:89 msgid "channel" msgstr "canal" -#: ../../include/conversation.php:145 ../../include/text.php:1711 -#: ../../mod/subthread.php:72 ../../mod/subthread.php:174 -#: ../../mod/tagger.php:53 ../../mod/like.php:111 +#: ../../include/conversation.php:148 ../../include/text.php:1751 +#: ../../include/diaspora.php:1898 ../../mod/subthread.php:72 +#: ../../mod/subthread.php:174 ../../mod/tagger.php:53 ../../mod/like.php:294 msgid "status" msgstr "status" -#: ../../include/conversation.php:147 ../../include/text.php:1713 +#: ../../include/conversation.php:150 ../../include/text.php:1753 #: ../../mod/tagger.php:55 msgid "comment" msgstr "comentĂĄrio" -#: ../../include/conversation.php:161 ../../mod/like.php:142 +#: ../../include/conversation.php:164 ../../include/diaspora.php:1927 +#: ../../mod/like.php:331 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s gosta de %3$s de %2$s" -#: ../../include/conversation.php:164 ../../mod/like.php:144 +#: ../../include/conversation.php:167 ../../mod/like.php:333 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s nĂŁo gosta de %3$s de %2$s" -#: ../../include/conversation.php:201 +#: ../../include/conversation.php:204 #, php-format msgid "%1$s is now connected with %2$s" msgstr "%1$s agora estĂĄ conectado com %2$s" -#: ../../include/conversation.php:236 +#: ../../include/conversation.php:239 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s cutucou %2$s" -#: ../../include/conversation.php:240 ../../include/text.php:895 +#: ../../include/conversation.php:243 ../../include/text.php:903 msgid "poked" msgstr "cutucado" -#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#: ../../include/conversation.php:261 ../../mod/mood.php:63 #, php-format msgctxt "mood" msgid "%1$s is %2$s" msgstr "%1$s estĂĄ %2$s" -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +#: ../../include/conversation.php:637 ../../include/ItemObject.php:126 msgid "Select" msgstr "Selecionar" -#: ../../include/conversation.php:632 ../../include/apps.php:215 -#: ../../include/ItemObject.php:108 ../../mod/admin.php:757 -#: ../../mod/admin.php:886 ../../mod/connedit.php:398 -#: ../../mod/settings.php:578 ../../mod/filestorage.php:175 -#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043 -msgid "Delete" -msgstr "Excluir" - -#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 -#: ../../mod/photos.php:846 +#: ../../include/conversation.php:645 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:878 msgid "Private Message" msgstr "Mensagem privada" -#: ../../include/conversation.php:646 ../../include/ItemObject.php:182 +#: ../../include/conversation.php:652 ../../include/ItemObject.php:194 msgid "Message is verified" msgstr "A mensagem foi verificada" -#: ../../include/conversation.php:666 +#: ../../include/conversation.php:671 #, php-format msgid "View %s's profile @ %s" msgstr "Ver o perfil de %s's @ %s" -#: ../../include/conversation.php:680 +#: ../../include/conversation.php:685 msgid "Categories:" msgstr "Categorias:" -#: ../../include/conversation.php:681 +#: ../../include/conversation.php:686 msgid "Filed under:" msgstr "Armazenado sob:" -#: ../../include/conversation.php:690 ../../include/ItemObject.php:250 +#: ../../include/conversation.php:694 ../../include/ItemObject.php:264 #, php-format msgid " from %s" msgstr "de %s" -#: ../../include/conversation.php:693 ../../include/ItemObject.php:253 +#: ../../include/conversation.php:697 ../../include/ItemObject.php:267 #, php-format msgid "last edited: %s" msgstr "Ășltima edição: %s" -#: ../../include/conversation.php:694 ../../include/ItemObject.php:254 +#: ../../include/conversation.php:698 ../../include/ItemObject.php:268 #, php-format msgid "Expires: %s" msgstr "Expira: %s" -#: ../../include/conversation.php:709 +#: ../../include/conversation.php:713 msgid "View in context" msgstr "Ver no contexto" -#: ../../include/conversation.php:711 ../../include/conversation.php:1127 -#: ../../include/ItemObject.php:294 ../../mod/editblock.php:120 +#: ../../include/conversation.php:715 ../../include/conversation.php:1149 +#: ../../include/ItemObject.php:308 ../../mod/editblock.php:120 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 -#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 -#: ../../mod/photos.php:974 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:1011 +#: ../../mod/mail.php:231 ../../mod/mail.php:346 msgid "Please wait" msgstr "Por favor, espere" -#: ../../include/conversation.php:838 +#: ../../include/conversation.php:839 msgid "remove" msgstr "remover" -#: ../../include/conversation.php:842 +#: ../../include/conversation.php:843 ../../include/nav.php:255 msgid "Loading..." msgstr "Carregando..." -#: ../../include/conversation.php:843 +#: ../../include/conversation.php:844 msgid "Delete Selected Items" msgstr "Excluir os itens selecionados" -#: ../../include/conversation.php:934 +#: ../../include/conversation.php:938 msgid "View Source" msgstr "Ver a fonte" -#: ../../include/conversation.php:935 +#: ../../include/conversation.php:939 msgid "Follow Thread" msgstr "Acompanhar a discussĂŁo" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:940 msgid "View Status" msgstr "Ver status" -#: ../../include/conversation.php:937 ../../include/nav.php:81 -#: ../../mod/connedit.php:351 ../../mod/connedit.php:465 +#: ../../include/conversation.php:941 ../../include/nav.php:98 +#: ../../mod/connedit.php:415 ../../mod/connedit.php:529 msgid "View Profile" msgstr "Ver perfil" -#: ../../include/conversation.php:938 +#: ../../include/conversation.php:942 msgid "View Photos" msgstr "Ver fotos" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:943 msgid "Matrix Activity" msgstr "Atividade na matriz" -#: ../../include/conversation.php:940 +#: ../../include/conversation.php:944 ../../include/identity.php:830 +#: ../../include/widgets.php:135 ../../include/widgets.php:175 +#: ../../include/Contact.php:107 ../../mod/directory.php:183 +#: ../../mod/dirprofile.php:164 ../../mod/suggest.php:51 +#: ../../mod/match.php:62 +msgid "Connect" +msgstr "Conectar" + +#: ../../include/conversation.php:945 msgid "Edit Contact" msgstr "Editar contato" -#: ../../include/conversation.php:941 +#: ../../include/conversation.php:946 msgid "Send PM" msgstr "Enviar MP" -#: ../../include/conversation.php:942 ../../include/apps.php:132 -msgid "Poke" -msgstr "Cutucar" - -#: ../../include/conversation.php:998 +#: ../../include/conversation.php:1020 #, php-format msgid "%s likes this." msgstr "%s gostou disso." -#: ../../include/conversation.php:998 +#: ../../include/conversation.php:1020 #, php-format msgid "%s doesn't like this." msgstr "%s nĂŁo gostou disso." -#: ../../include/conversation.php:1002 +#: ../../include/conversation.php:1024 #, php-format msgid "<span %1$s>%2$d people</span> like this." msgid_plural "<span %1$s>%2$d people</span> like this." msgstr[0] "" msgstr[1] "<span %1$s>%2$d pessoas</span> gostaram disso." -#: ../../include/conversation.php:1004 +#: ../../include/conversation.php:1026 #, php-format msgid "<span %1$s>%2$d people</span> don't like this." msgid_plural "<span %1$s>%2$d people</span> don't like this." msgstr[0] "" msgstr[1] "<span %1$s>%2$d pessoas</span> nĂŁo gostaram disso." -#: ../../include/conversation.php:1010 +#: ../../include/conversation.php:1032 msgid "and" msgstr "e" -#: ../../include/conversation.php:1013 +#: ../../include/conversation.php:1035 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] ", e mais %d outras pessoas" -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1036 #, php-format msgid "%s like this." msgstr "%s gostou disso." -#: ../../include/conversation.php:1014 +#: ../../include/conversation.php:1036 #, php-format msgid "%s don't like this." msgstr "%s nĂŁo gostou disso." -#: ../../include/conversation.php:1071 +#: ../../include/conversation.php:1093 msgid "Visible to <strong>everybody</strong>" msgstr "VisĂvel para <strong>todos</strong>" -#: ../../include/conversation.php:1072 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 +#: ../../include/conversation.php:1094 ../../mod/mail.php:167 +#: ../../mod/mail.php:279 msgid "Please enter a link URL:" msgstr "Por favor, digite uma URL:" -#: ../../include/conversation.php:1073 +#: ../../include/conversation.php:1095 msgid "Please enter a video link/URL:" msgstr "Por favor, digite o link/URL do vĂdeo:" -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1096 msgid "Please enter an audio link/URL:" msgstr "Por favor, digite o link/URL do ĂĄudio:" -#: ../../include/conversation.php:1075 +#: ../../include/conversation.php:1097 msgid "Tag term:" msgstr "Etiqueta:" -#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +#: ../../include/conversation.php:1098 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Salvar para a pasta:" -#: ../../include/conversation.php:1077 +#: ../../include/conversation.php:1099 msgid "Where are you right now?" msgstr "Onde vocĂȘ estĂĄ agora?" -#: ../../include/conversation.php:1078 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 +#: ../../include/conversation.php:1100 ../../mod/editpost.php:52 +#: ../../mod/mail.php:168 ../../mod/mail.php:280 msgid "Expires YYYY-MM-DD HH:MM" msgstr "Expira YYYY-MM-DD HH:MM" -#: ../../include/conversation.php:1088 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:592 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 -#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 -#: ../../mod/photos.php:994 -msgid "Preview" -msgstr "PrĂ©-visualizar" - -#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 -#: ../../mod/photos.php:973 +#: ../../include/conversation.php:1124 ../../mod/photos.php:1010 +#: ../../mod/layouts.php:122 msgid "Share" msgstr "Compartilhar" -#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +#: ../../include/conversation.php:1126 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "TĂtulo do link da pĂĄgina" -#: ../../include/conversation.php:1107 +#: ../../include/conversation.php:1129 msgid "Post as" msgstr "Publicar como" -#: ../../include/conversation.php:1108 ../../mod/editblock.php:112 +#: ../../include/conversation.php:1130 ../../mod/editblock.php:112 #: ../../mod/editlayout.php:107 ../../mod/editpost.php:113 -#: ../../mod/editwebpage.php:144 ../../mod/mail.php:219 ../../mod/mail.php:332 +#: ../../mod/editwebpage.php:144 ../../mod/mail.php:228 ../../mod/mail.php:342 msgid "Upload photo" msgstr "Enviar foto" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1131 msgid "upload photo" msgstr "enviar foto" -#: ../../include/conversation.php:1110 ../../mod/editblock.php:113 +#: ../../include/conversation.php:1132 ../../mod/editblock.php:113 #: ../../mod/editlayout.php:108 ../../mod/editpost.php:114 -#: ../../mod/editwebpage.php:145 ../../mod/mail.php:220 ../../mod/mail.php:333 +#: ../../mod/editwebpage.php:145 ../../mod/mail.php:229 ../../mod/mail.php:343 msgid "Attach file" msgstr "Anexar arquivo" -#: ../../include/conversation.php:1111 +#: ../../include/conversation.php:1133 msgid "attach file" msgstr "anexar arquivo" -#: ../../include/conversation.php:1112 ../../mod/editblock.php:114 +#: ../../include/conversation.php:1134 ../../mod/editblock.php:114 #: ../../mod/editlayout.php:109 ../../mod/editpost.php:115 -#: ../../mod/editwebpage.php:146 ../../mod/mail.php:221 ../../mod/mail.php:334 +#: ../../mod/editwebpage.php:146 ../../mod/mail.php:230 ../../mod/mail.php:344 msgid "Insert web link" msgstr "Inserir link web" -#: ../../include/conversation.php:1113 +#: ../../include/conversation.php:1135 msgid "web link" msgstr "link web" -#: ../../include/conversation.php:1114 +#: ../../include/conversation.php:1136 msgid "Insert video link" msgstr "Inserir link de vĂdeo" -#: ../../include/conversation.php:1115 +#: ../../include/conversation.php:1137 msgid "video link" msgstr "link de vĂdeo" -#: ../../include/conversation.php:1116 +#: ../../include/conversation.php:1138 msgid "Insert audio link" msgstr "Inserir link de ĂĄudio" -#: ../../include/conversation.php:1117 +#: ../../include/conversation.php:1139 msgid "audio link" msgstr "link de ĂĄudio" -#: ../../include/conversation.php:1118 ../../mod/editblock.php:118 +#: ../../include/conversation.php:1140 ../../mod/editblock.php:118 #: ../../mod/editlayout.php:113 ../../mod/editpost.php:119 #: ../../mod/editwebpage.php:150 msgid "Set your location" msgstr "Definir sua localização" -#: ../../include/conversation.php:1119 +#: ../../include/conversation.php:1141 msgid "set location" msgstr "definir localização" -#: ../../include/conversation.php:1120 ../../mod/editblock.php:119 +#: ../../include/conversation.php:1142 ../../mod/editblock.php:119 #: ../../mod/editlayout.php:114 ../../mod/editpost.php:120 #: ../../mod/editwebpage.php:151 msgid "Clear browser location" msgstr "Limpar a localização do navegador" -#: ../../include/conversation.php:1121 +#: ../../include/conversation.php:1143 msgid "clear location" msgstr "limpar a localização" -#: ../../include/conversation.php:1123 ../../mod/editblock.php:132 +#: ../../include/conversation.php:1145 ../../mod/editblock.php:132 #: ../../mod/editlayout.php:126 ../../mod/editpost.php:132 #: ../../mod/editwebpage.php:167 msgid "Set title" msgstr "Definir o tĂtulo" -#: ../../include/conversation.php:1126 ../../mod/editblock.php:135 +#: ../../include/conversation.php:1148 ../../mod/editblock.php:135 #: ../../mod/editlayout.php:129 ../../mod/editpost.php:134 -#: ../../mod/editwebpage.php:169 +#: ../../mod/editwebpage.php:169 ../../mod/events.php:560 msgid "Categories (comma-separated list)" msgstr "Categorias (lista separada por vĂrgulas)" -#: ../../include/conversation.php:1128 ../../mod/editblock.php:121 +#: ../../include/conversation.php:1150 ../../mod/editblock.php:121 #: ../../mod/editlayout.php:116 ../../mod/editpost.php:122 #: ../../mod/editwebpage.php:153 msgid "Permission settings" msgstr "ConfiguraçÔes de permissĂŁo" -#: ../../include/conversation.php:1129 +#: ../../include/conversation.php:1151 msgid "permissions" msgstr "permissĂ”es" -#: ../../include/conversation.php:1136 ../../mod/editblock.php:129 +#: ../../include/conversation.php:1158 ../../mod/editblock.php:129 #: ../../mod/editlayout.php:123 ../../mod/editpost.php:129 #: ../../mod/editwebpage.php:162 msgid "Public post" msgstr "Publicação pĂșblica" -#: ../../include/conversation.php:1138 ../../mod/editblock.php:136 +#: ../../include/conversation.php:1160 ../../mod/editblock.php:136 #: ../../mod/editlayout.php:130 ../../mod/editpost.php:135 #: ../../mod/editwebpage.php:170 msgid "Example: bob@example.com, mary@example.com" msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" -#: ../../include/conversation.php:1151 ../../mod/editblock.php:146 +#: ../../include/conversation.php:1173 ../../mod/editblock.php:146 #: ../../mod/editlayout.php:140 ../../mod/editpost.php:146 -#: ../../mod/editwebpage.php:180 ../../mod/mail.php:226 ../../mod/mail.php:339 +#: ../../mod/editwebpage.php:179 ../../mod/mail.php:235 ../../mod/mail.php:349 msgid "Set expiration date" msgstr "Definir data de expiração" -#: ../../include/conversation.php:1153 ../../include/ItemObject.php:595 -#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 +#: ../../include/conversation.php:1175 ../../include/ItemObject.php:609 +#: ../../mod/editpost.php:148 ../../mod/mail.php:237 ../../mod/mail.php:351 msgid "Encrypt text" msgstr "Encriptar texto" -#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +#: ../../include/conversation.php:1177 ../../mod/editpost.php:150 +#: ../../mod/events.php:567 msgid "OK" msgstr "Ok" -#: ../../include/conversation.php:1156 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/editpost.php:151 -#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 ../../mod/tagrm.php:11 -#: ../../mod/tagrm.php:94 +#: ../../include/conversation.php:1178 ../../mod/settings.php:520 +#: ../../mod/settings.php:546 ../../mod/editpost.php:151 +#: ../../mod/fbrowser.php:82 ../../mod/fbrowser.php:117 +#: ../../mod/events.php:566 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 msgid "Cancel" msgstr "Cancelar" -#: ../../include/conversation.php:1392 +#: ../../include/conversation.php:1422 msgid "Discover" msgstr "Descubra" -#: ../../include/conversation.php:1395 +#: ../../include/conversation.php:1425 msgid "Imported public streams" msgstr "Fluxos pĂșblicos importados" -#: ../../include/conversation.php:1400 +#: ../../include/conversation.php:1430 msgid "Commented Order" msgstr "Recentes e comentados" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1433 msgid "Sort by Comment Date" msgstr "Ordenar pela data do Ășltimo comentĂĄrio" -#: ../../include/conversation.php:1407 +#: ../../include/conversation.php:1437 msgid "Posted Order" msgstr "Recentemente publicados" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1440 msgid "Sort by Post Date" msgstr "Ordenar pela data da publicação" -#: ../../include/conversation.php:1415 ../../include/widgets.php:82 +#: ../../include/conversation.php:1445 ../../include/widgets.php:89 msgid "Personal" msgstr "Pessoal" -#: ../../include/conversation.php:1418 +#: ../../include/conversation.php:1448 msgid "Posts that mention or involve you" msgstr "PublicaçÔes que mencionam ou envolvem vocĂȘ" -#: ../../include/conversation.php:1424 ../../mod/connections.php:211 +#: ../../include/conversation.php:1454 ../../mod/connections.php:211 #: ../../mod/connections.php:224 ../../mod/menu.php:61 msgid "New" msgstr "Novo" -#: ../../include/conversation.php:1427 +#: ../../include/conversation.php:1457 msgid "Activity Stream - by date" msgstr "Fluxo de atividades - por data" -#: ../../include/conversation.php:1433 +#: ../../include/conversation.php:1463 msgid "Starred" msgstr "Estrelados" -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1466 msgid "Favourite Posts" msgstr "PublicaçÔes favoritas" -#: ../../include/conversation.php:1443 +#: ../../include/conversation.php:1473 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1446 +#: ../../include/conversation.php:1476 msgid "Posts flagged as SPAM" msgstr "PublicaçÔes marcadas como SPAM" -#: ../../include/conversation.php:1480 ../../mod/admin.php:890 +#: ../../include/conversation.php:1512 ../../mod/admin.php:867 msgid "Channel" msgstr "Canal" -#: ../../include/conversation.php:1483 +#: ../../include/conversation.php:1515 msgid "Status Messages and Posts" msgstr "Mensagens de status e publicaçÔes" -#: ../../include/conversation.php:1492 +#: ../../include/conversation.php:1524 msgid "About" msgstr "Sobre" -#: ../../include/conversation.php:1495 +#: ../../include/conversation.php:1527 msgid "Profile Details" msgstr "Detalhes do perfil" -#: ../../include/conversation.php:1501 ../../include/nav.php:84 -#: ../../include/apps.php:126 ../../mod/fbrowser.php:25 -msgid "Photos" -msgstr "Fotos" - -#: ../../include/conversation.php:1504 ../../include/photos.php:311 -msgid "Photo Albums" -msgstr "Ălbuns de fotos" - -#: ../../include/conversation.php:1510 ../../include/nav.php:85 -#: ../../include/apps.php:122 ../../mod/fbrowser.php:114 -msgid "Files" -msgstr "Arquivos" - -#: ../../include/conversation.php:1513 +#: ../../include/conversation.php:1545 msgid "Files and Storage" msgstr "Arquivos e armazenamento" -#: ../../include/conversation.php:1522 ../../include/conversation.php:1525 +#: ../../include/conversation.php:1554 ../../include/conversation.php:1557 msgid "Chatrooms" msgstr "Salas de bate-papo" -#: ../../include/conversation.php:1532 ../../include/nav.php:87 -#: ../../include/nav.php:180 ../../include/apps.php:127 -#: ../../mod/events.php:377 -msgid "Events" -msgstr "Eventos" - -#: ../../include/conversation.php:1535 -msgid "Events and Calendar" -msgstr "Eventos e calendĂĄrio" - -#: ../../include/conversation.php:1540 ../../include/nav.php:88 -#: ../../include/apps.php:116 -msgid "Bookmarks" -msgstr "Links guardados" - -#: ../../include/conversation.php:1543 +#: ../../include/conversation.php:1569 msgid "Saved Bookmarks" msgstr "Links guardados" -#: ../../include/conversation.php:1551 ../../include/nav.php:90 -#: ../../include/apps.php:123 ../../mod/webpages.php:79 -msgid "Webpages" -msgstr "PĂĄginas web" - -#: ../../include/conversation.php:1554 +#: ../../include/conversation.php:1580 msgid "Manage Webpages" msgstr "Administrar pĂĄginas web" -#: ../../include/page_widgets.php:6 -msgid "New Page" -msgstr "Nova pĂĄgina" - -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/apps.php:214 ../../include/menu.php:42 -#: ../../include/ItemObject.php:96 ../../mod/blocks.php:94 -#: ../../mod/connections.php:392 ../../mod/settings.php:577 -#: ../../mod/editblock.php:111 ../../mod/editlayout.php:106 -#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:143 -#: ../../mod/filestorage.php:174 ../../mod/thing.php:235 -#: ../../mod/layouts.php:112 ../../mod/menu.php:59 ../../mod/webpages.php:119 -msgid "Edit" -msgstr "Editar" - -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:97 -#: ../../mod/layouts.php:116 ../../mod/webpages.php:122 -msgid "View" -msgstr "Ver" - -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:124 -msgid "Actions" -msgstr "AçÔes" - -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:125 -msgid "Page Link" -msgstr "Link da pĂĄgina" - -#: ../../include/page_widgets.php:43 ../../mod/webpages.php:126 -msgid "Title" -msgstr "TĂtulo" - -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:127 -msgid "Created" -msgstr "Criado" - -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:128 -msgid "Edited" -msgstr "Editado" - -#: ../../include/permissions.php:13 -msgid "Can view my \"public\" stream and posts" -msgstr "Pode ver meus fluxo e publicaçÔes \"pĂșblicos\"" - -#: ../../include/permissions.php:14 -msgid "Can view my \"public\" channel profile" -msgstr "Pode ver o perfil \"pĂșblico\" do meu canal" - -#: ../../include/permissions.php:15 -msgid "Can view my \"public\" photo albums" -msgstr "Pode ver meus ĂĄlbuns de fotos \"pĂșblicos\"" - -#: ../../include/permissions.php:16 -msgid "Can view my \"public\" address book" -msgstr "Pode ver meu livro de endereços \"pĂșblico\"" - -#: ../../include/permissions.php:17 -msgid "Can view my \"public\" file storage" -msgstr "Pode ver meu armazenamento de arquivos \"pĂșblico\"" - -#: ../../include/permissions.php:18 -msgid "Can view my \"public\" pages" -msgstr "Pode ver minhas pĂĄginas \"pĂșblicas\"" - -#: ../../include/permissions.php:21 -msgid "Can send me their channel stream and posts" -msgstr "Pode me enviar seu fluxo e publicaçÔes" - -#: ../../include/permissions.php:22 -msgid "Can post on my channel page (\"wall\")" -msgstr "Pode publicar na pĂĄgina do meu canal (\"mural\")" - -#: ../../include/permissions.php:23 -msgid "Can comment on my posts" -msgstr "Pode comentar minhas publicaçÔes" - -#: ../../include/permissions.php:24 -msgid "Can send me private mail messages" -msgstr "Pode me enviar mensagens privadas" - -#: ../../include/permissions.php:25 -msgid "Can post photos to my photo albums" -msgstr "Pode publicar fotos nos meus ĂĄlbuns de fotos" - -#: ../../include/permissions.php:26 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Pode encaminhar para todos os contatos do meu canal via @mençÔes na publicação" - -#: ../../include/permissions.php:26 -msgid "Advanced - useful for creating group forum channels" -msgstr "Avançado - Ăștil para criar canais de fĂłruns de grupos" - -#: ../../include/permissions.php:27 -msgid "Can chat with me (when available)" -msgstr "Pode conversar comigo (quando disponĂvei)" - -#: ../../include/permissions.php:28 -msgid "Can write to my \"public\" file storage" -msgstr "Pode escrever em meu armazenamento de arquivos \"pĂșblico\"" - -#: ../../include/permissions.php:29 -msgid "Can edit my \"public\" pages" -msgstr "Pode editar minhas pĂĄginas \"pĂșblicas\"" - -#: ../../include/permissions.php:31 -msgid "Can source my \"public\" posts in derived channels" -msgstr "Pode usar minhas publicaçÔes \"pĂșblicas\" como fonte para canais derivados" - -#: ../../include/permissions.php:31 -msgid "Somewhat advanced - very useful in open communities" -msgstr "Avançado - muito Ăștil em comunidades abertas" - -#: ../../include/permissions.php:33 -msgid "Can administer my channel resources" -msgstr "Pode administrar os recursos do meu canal" - -#: ../../include/permissions.php:33 -msgid "" -"Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "Extremamente avançado. NĂŁo mexa nisso a nĂŁo ser que saiba o que estĂĄ fazendo" - -#: ../../include/account.php:23 -msgid "Not a valid email address" -msgstr "NĂŁo Ă© um endereço de e-mail vĂĄlido" - -#: ../../include/account.php:25 -msgid "Your email domain is not among those allowed on this site" -msgstr "O domĂnio do seu e-mail nĂŁo estĂĄ entre os permitidos neste site" - -#: ../../include/account.php:31 -msgid "Your email address is already registered at this site." -msgstr "O seu endereço de e-mail jĂĄ estĂĄ registrado neste site." - -#: ../../include/account.php:64 -msgid "An invitation is required." -msgstr "Ă necessĂĄrio um convite." - -#: ../../include/account.php:68 -msgid "Invitation could not be verified." -msgstr "NĂŁo foi possĂvel verificar o convite." - -#: ../../include/account.php:119 -msgid "Please enter the required information." -msgstr "Por favor, forneça a informação solicitada." - -#: ../../include/account.php:187 -msgid "Failed to store account information." -msgstr "NĂŁo foi possĂvel armazenar a informação da conta." - -#: ../../include/account.php:273 +#: ../../include/bookmarks.php:35 #, php-format -msgid "Registration request at %s" -msgstr "Solicitação de registro em %s" - -#: ../../include/account.php:275 ../../include/account.php:302 -#: ../../include/account.php:359 -msgid "Administrator" -msgstr "Administrador" - -#: ../../include/account.php:297 -msgid "your registration password" -msgstr "sua senha de registro" - -#: ../../include/account.php:300 ../../include/account.php:357 -#, php-format -msgid "Registration details for %s" -msgstr "Detalhes do registro de %s" - -#: ../../include/account.php:366 -msgid "Account approved." -msgstr "A conta foi aprovada." - -#: ../../include/account.php:400 -#, php-format -msgid "Registration revoked for %s" -msgstr "O registro de %s foi revogado" - -#: ../../include/photos.php:15 ../../include/attach.php:119 -#: ../../include/attach.php:166 ../../include/attach.php:229 -#: ../../include/attach.php:243 ../../include/attach.php:283 -#: ../../include/attach.php:297 ../../include/attach.php:322 -#: ../../include/attach.php:513 ../../include/attach.php:585 -#: ../../include/items.php:3673 ../../include/chat.php:116 -#: ../../mod/mood.php:112 ../../mod/mitem.php:73 ../../mod/achievements.php:27 -#: ../../mod/poke.php:128 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/authtest.php:13 ../../mod/profile.php:64 ../../mod/profile.php:72 -#: ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/profile_photo.php:263 ../../mod/profile_photo.php:276 -#: ../../mod/blocks.php:29 ../../mod/blocks.php:44 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/bookmarks.php:46 -#: ../../mod/channel.php:89 ../../mod/channel.php:193 -#: ../../mod/channel.php:236 ../../mod/chat.php:90 ../../mod/chat.php:95 -#: ../../mod/register.php:68 ../../mod/regmod.php:18 ../../mod/common.php:35 -#: ../../mod/network.php:12 ../../mod/connections.php:169 -#: ../../mod/connedit.php:221 ../../mod/delegate.php:6 ../../mod/page.php:30 -#: ../../mod/page.php:80 ../../mod/settings.php:492 ../../mod/setup.php:203 -#: ../../mod/editblock.php:34 ../../mod/pdledit.php:21 -#: ../../mod/editlayout.php:48 ../../mod/editpost.php:13 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/sources.php:66 ../../mod/events.php:141 -#: ../../mod/filestorage.php:10 ../../mod/filestorage.php:59 -#: ../../mod/filestorage.php:75 ../../mod/filestorage.php:98 -#: ../../mod/fsuggest.php:78 ../../mod/suggest.php:26 ../../mod/group.php:9 -#: ../../mod/thing.php:247 ../../mod/thing.php:263 ../../mod/thing.php:298 -#: ../../mod/invite.php:13 ../../mod/invite.php:104 ../../mod/item.php:179 -#: ../../mod/item.php:187 ../../mod/item.php:872 ../../mod/layouts.php:27 -#: ../../mod/layouts.php:39 ../../mod/viewconnections.php:22 -#: ../../mod/viewconnections.php:27 ../../mod/viewsrc.php:12 -#: ../../mod/mail.php:108 ../../mod/manage.php:6 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/message.php:16 -#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/photos.php:68 ../../mod/photos.php:526 -#: ../../mod/notifications.php:66 ../../mod/appman.php:66 ../../index.php:186 -#: ../../index.php:361 -msgid "Permission denied." -msgstr "PermissĂŁo negada." - -#: ../../include/photos.php:89 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "A imagem excede o limite de tamanho do site, que Ă© de %" - -#: ../../include/photos.php:96 -msgid "Image file is empty." -msgstr "O arquivo de imagem estĂĄ vazio." - -#: ../../include/photos.php:123 ../../mod/profile_photo.php:216 -msgid "Unable to process image" -msgstr "NĂŁo foi possĂvel processar a imagem" - -#: ../../include/photos.php:186 -msgid "Photo storage failed." -msgstr "NĂŁo foi possĂvel armazenar a foto." - -#: ../../include/photos.php:315 ../../mod/photos.php:693 -#: ../../mod/photos.php:1190 -msgid "Upload New Photos" -msgstr "Enviar novas fotos" - -#: ../../include/acl_selectors.php:238 -msgid "Visible to everybody" -msgstr "VisĂvel para todos" - -#: ../../include/acl_selectors.php:239 -msgid "Show" -msgstr "Exibir" - -#: ../../include/acl_selectors.php:240 -msgid "Don't show" -msgstr "NĂŁo exibir" - -#: ../../include/acl_selectors.php:246 ../../mod/chat.php:209 -#: ../../mod/filestorage.php:126 ../../mod/photos.php:606 -#: ../../mod/photos.php:949 -msgid "Permissions" -msgstr "PermissĂ”es" - -#: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:289 -msgid "Close" -msgstr "Fechar" - -#: ../../include/activities.php:39 -msgid " and " -msgstr " e " - -#: ../../include/activities.php:47 -msgid "public profile" -msgstr "perfil pĂșblico" - -#: ../../include/activities.php:52 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s mudou %2$s para “%3$s”" - -#: ../../include/activities.php:53 -#, php-format -msgid "Visit %1$s's %2$s" -msgstr "Visite o %2$s de %1$s" - -#: ../../include/activities.php:56 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s atualizou %2$s, alterando %3$s." - -#: ../../include/api.php:1016 -msgid "Public Timeline" -msgstr "Linha do tempo pĂșblica" - -#: ../../include/attach.php:224 ../../include/attach.php:278 -msgid "Item was not found." -msgstr "O item nĂŁo foi encontrado." - -#: ../../include/attach.php:335 -msgid "No source file." -msgstr "Nenhum arquivo de origem." - -#: ../../include/attach.php:352 -msgid "Cannot locate file to replace" -msgstr "NĂŁo foi possĂvel locar o arquivo a ser substituĂdo" - -#: ../../include/attach.php:370 -msgid "Cannot locate file to revise/update" -msgstr "NĂŁo foi possĂvel localizar o arquivo a ser revisado/atualizado" - -#: ../../include/attach.php:381 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "O arquivo excedeu o tamanho limite de %d" - -#: ../../include/attach.php:393 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "VocĂȘ atingiu o seu limite de %1$.0f Mbytes de armazenamento de anexos." - -#: ../../include/attach.php:475 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "NĂŁo foi possĂvel enviar o arquivo. ProvĂĄvel limite do sistema ou a ação foi encerrada." - -#: ../../include/attach.php:487 -msgid "Stored file could not be verified. Upload failed." -msgstr "NĂŁo foi possĂvel verificar o arquivo armazenado. Falha no envio." - -#: ../../include/attach.php:528 ../../include/attach.php:545 -msgid "Path not available." -msgstr "O caminho nĂŁo estĂĄ disponĂvel." - -#: ../../include/attach.php:590 -msgid "Empty pathname" -msgstr "O nome do caminho estĂĄ em branco" - -#: ../../include/attach.php:606 -msgid "duplicate filename or path" -msgstr "nome de arquivo ou caminho duplicado" - -#: ../../include/attach.php:630 -msgid "Path not found." -msgstr "Caminho nĂŁo encontrado." - -#: ../../include/attach.php:674 -msgid "mkdir failed." -msgstr "mkdir falhou." +msgid "%1$s's bookmarks" +msgstr "Links guardados de %1$s" -#: ../../include/attach.php:678 -msgid "database storage failed." -msgstr "armazenamento de banco de dados falhou." +#: ../../include/text.php:321 +msgid "prev" +msgstr "anterior" -#: ../../include/items.php:306 ../../mod/profperm.php:23 -#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:63 -#: ../../index.php:360 -msgid "Permission denied" -msgstr "PermissĂŁo negada" +#: ../../include/text.php:323 +msgid "first" +msgstr "primeiro" -#: ../../include/items.php:830 -msgid "(Unknown)" -msgstr "(Desconhecido)" +#: ../../include/text.php:352 +msgid "last" +msgstr "Ășltimo" -#: ../../include/items.php:3611 ../../mod/admin.php:159 -#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/display.php:32 -#: ../../mod/filestorage.php:18 ../../mod/home.php:65 ../../mod/thing.php:78 -#: ../../mod/viewsrc.php:18 -msgid "Item not found." -msgstr "O item nĂŁo foi encontrado." +#: ../../include/text.php:355 +msgid "next" +msgstr "prĂłximo" -#: ../../include/items.php:4035 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "A coleção nĂŁo foi encontrada." +#: ../../include/text.php:367 +msgid "older" +msgstr "mais antigo" -#: ../../include/items.php:4050 -msgid "Collection is empty." -msgstr "A coleção estĂĄ vazia." +#: ../../include/text.php:369 +msgid "newer" +msgstr "mais recente" -#: ../../include/items.php:4057 -#, php-format -msgid "Collection: %s" -msgstr "Coleção: %s" +#: ../../include/text.php:736 +msgid "No connections" +msgstr "Nenhuma conexĂŁo" -#: ../../include/items.php:4068 +#: ../../include/text.php:749 #, php-format -msgid "Connection: %s" -msgstr "ConexĂŁo: %s" - -#: ../../include/items.php:4071 -msgid "Connection not found." -msgstr "A conexĂŁo nĂŁo foi encontrada." +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d conexĂŁo" +msgstr[1] "%d conexĂ”es" -#: ../../include/bb2diaspora.php:441 ../../include/event.php:11 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/text.php:762 +msgid "View Connections" +msgstr "Ver conexĂ”es" -#: ../../include/bb2diaspora.php:447 ../../include/event.php:20 -msgid "Starts:" -msgstr "InĂcio:" +#: ../../include/text.php:823 ../../include/text.php:837 +#: ../../include/widgets.php:193 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 ../../mod/admin.php:1341 +#: ../../mod/admin.php:1362 +msgid "Save" +msgstr "Salvar" -#: ../../include/bb2diaspora.php:455 ../../include/event.php:30 -msgid "Finishes:" -msgstr "Fim:" +#: ../../include/text.php:903 +msgid "poke" +msgstr "cutucar" -#: ../../include/bb2diaspora.php:463 ../../include/event.php:40 -#: ../../include/identity.php:726 ../../mod/directory.php:156 -#: ../../mod/dirprofile.php:105 ../../mod/events.php:485 -msgid "Location:" -msgstr "Localização:" +#: ../../include/text.php:904 +msgid "ping" +msgstr "pingar" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451 -msgid "Logout" -msgstr "Sair" +#: ../../include/text.php:904 +msgid "pinged" +msgstr "pingou" -#: ../../include/nav.php:77 ../../include/nav.php:96 -msgid "End this session" -msgstr "Encerrar essa sessĂŁo" +#: ../../include/text.php:905 +msgid "prod" +msgstr "espetar" -#: ../../include/nav.php:80 ../../include/nav.php:130 -msgid "Home" -msgstr "Ver canal" +#: ../../include/text.php:905 +msgid "prodded" +msgstr "espetou" -#: ../../include/nav.php:80 -msgid "Your posts and conversations" -msgstr "Suas publicaçÔes e conversas" +#: ../../include/text.php:906 +msgid "slap" +msgstr "estapear" -#: ../../include/nav.php:81 -msgid "Your profile page" -msgstr "A pĂĄgina do seu perfil" +#: ../../include/text.php:906 +msgid "slapped" +msgstr "estapeou" -#: ../../include/nav.php:83 -msgid "Edit Profiles" -msgstr "Editar perfis" +#: ../../include/text.php:907 +msgid "finger" +msgstr "dar um toque" -#: ../../include/nav.php:83 -msgid "Manage/Edit profiles" -msgstr "Administrar/Editar perfis" +#: ../../include/text.php:907 +msgid "fingered" +msgstr "deu um toque" -#: ../../include/nav.php:84 -msgid "Your photos" -msgstr "Suas fotos" +#: ../../include/text.php:908 +msgid "rebuff" +msgstr "rebater" -#: ../../include/nav.php:85 -msgid "Your files" -msgstr "Seus arquivos" +#: ../../include/text.php:908 +msgid "rebuffed" +msgstr "rebateu" -#: ../../include/nav.php:86 ../../include/apps.php:133 -msgid "Chat" -msgstr "Bate-papo" +#: ../../include/text.php:917 +msgid "happy" +msgstr "feliz" -#: ../../include/nav.php:86 -msgid "Your chatrooms" -msgstr "Suas salas de bate-papo" +#: ../../include/text.php:918 +msgid "sad" +msgstr "triste" -#: ../../include/nav.php:87 -msgid "Your events" -msgstr "Seus eventos" +#: ../../include/text.php:919 +msgid "mellow" +msgstr "suave" -#: ../../include/nav.php:88 -msgid "Your bookmarks" -msgstr "Seus links guardados" +#: ../../include/text.php:920 +msgid "tired" +msgstr "cansad@" -#: ../../include/nav.php:90 -msgid "Your webpages" -msgstr "Suas pĂĄginas web" +#: ../../include/text.php:921 +msgid "perky" +msgstr "animad@" -#: ../../include/nav.php:94 ../../include/apps.php:118 ../../boot.php:1452 -msgid "Login" -msgstr "Entrar" +#: ../../include/text.php:922 +msgid "angry" +msgstr "nervos@" -#: ../../include/nav.php:94 -msgid "Sign in" -msgstr "Entrar" +#: ../../include/text.php:923 +msgid "stupified" +msgstr "embasbacad@" -#: ../../include/nav.php:111 -#, php-format -msgid "%s - click to logout" -msgstr "%s - clique para sair" +#: ../../include/text.php:924 +msgid "puzzled" +msgstr "confus@" -#: ../../include/nav.php:116 -msgid "Click to authenticate to your home hub" -msgstr "Clique para se autenticar com seu hub de origem" +#: ../../include/text.php:925 +msgid "interested" +msgstr "interessad@" -#: ../../include/nav.php:130 -msgid "Home Page" -msgstr "PĂĄgina inicial" +#: ../../include/text.php:926 +msgid "bitter" +msgstr "amarg@" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428 -msgid "Register" -msgstr "Registrar" +#: ../../include/text.php:927 +msgid "cheerful" +msgstr "animad@" -#: ../../include/nav.php:134 -msgid "Create an account" -msgstr "Criar uma conta" +#: ../../include/text.php:928 +msgid "alive" +msgstr "viv@" -#: ../../include/nav.php:139 ../../include/apps.php:129 ../../mod/help.php:60 -#: ../../mod/help.php:65 -msgid "Help" -msgstr "Ajuda" +#: ../../include/text.php:929 +msgid "annoyed" +msgstr "aborrecid@" -#: ../../include/nav.php:139 -msgid "Help and documentation" -msgstr "Ajuda e documentação" +#: ../../include/text.php:930 +msgid "anxious" +msgstr "ansios@" -#: ../../include/nav.php:142 ../../include/widgets.php:79 -#: ../../mod/apps.php:17 ../../mod/apps.php:36 -msgid "Apps" -msgstr "AplicaçÔes" +#: ../../include/text.php:931 +msgid "cranky" +msgstr "irritad@" -#: ../../include/nav.php:142 -msgid "Applications, utilities, links, games" -msgstr "AplicaçÔes, utilitĂĄrios, links, jogos" +#: ../../include/text.php:932 +msgid "disturbed" +msgstr "perturbad@" -#: ../../include/nav.php:144 ../../include/text.php:813 -#: ../../include/text.php:827 ../../include/apps.php:134 -#: ../../mod/search.php:29 -msgid "Search" -msgstr "Pesquisar" +#: ../../include/text.php:933 +msgid "frustrated" +msgstr "frustrad@" -#: ../../include/nav.php:144 -msgid "Search site content" -msgstr "Pesquisar o conteĂșdo do site" +#: ../../include/text.php:934 +msgid "depressed" +msgstr "deprimido" -#: ../../include/nav.php:147 ../../include/apps.php:128 -#: ../../mod/directory.php:210 -msgid "Directory" -msgstr "DiretĂłrio" +#: ../../include/text.php:935 +msgid "motivated" +msgstr "motivad@" -#: ../../include/nav.php:147 -msgid "Channel Locator" -msgstr "Localizador de canais" +#: ../../include/text.php:936 +msgid "relaxed" +msgstr "relaxad@" -#: ../../include/nav.php:158 ../../include/apps.php:120 -msgid "Matrix" -msgstr "Matriz" +#: ../../include/text.php:937 +msgid "surprised" +msgstr "surpres@" -#: ../../include/nav.php:158 -msgid "Your matrix" -msgstr "Sua matriz" +#: ../../include/text.php:1101 +msgid "Monday" +msgstr "Segunda" -#: ../../include/nav.php:159 -msgid "Mark all matrix notifications seen" -msgstr "Marcar todas as notificaçÔes da matriz como vistas" +#: ../../include/text.php:1101 +msgid "Tuesday" +msgstr "Terça" -#: ../../include/nav.php:161 ../../include/apps.php:124 -msgid "Channel Home" -msgstr "PĂĄgina inicial do canal" +#: ../../include/text.php:1101 +msgid "Wednesday" +msgstr "Quarta" -#: ../../include/nav.php:161 -msgid "Channel home" -msgstr "PĂĄgina inicial do canal" +#: ../../include/text.php:1101 +msgid "Thursday" +msgstr "Quinta" -#: ../../include/nav.php:162 -msgid "Mark all channel notifications seen" -msgstr "Marcar todas as notificaçÔes de canais como vistas" +#: ../../include/text.php:1101 +msgid "Friday" +msgstr "Sexta" -#: ../../include/nav.php:165 ../../include/nav.php:188 -#: ../../mod/connections.php:385 -msgid "Connections" -msgstr "ConexĂ”es" +#: ../../include/text.php:1101 +msgid "Saturday" +msgstr "SaÌbado" -#: ../../include/nav.php:168 -msgid "Notices" -msgstr "NotificaçÔes" +#: ../../include/text.php:1101 +msgid "Sunday" +msgstr "Domingo" -#: ../../include/nav.php:168 -msgid "Notifications" -msgstr "NotificaçÔes" +#: ../../include/text.php:1105 +msgid "January" +msgstr "Janeiro" -#: ../../include/nav.php:169 -msgid "See all notifications" -msgstr "Ver todas as notificaçÔes" +#: ../../include/text.php:1105 +msgid "February" +msgstr "Fevereiro" -#: ../../include/nav.php:170 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" -msgstr "Marcar todas as notificaçÔes de sistema como vistas" +#: ../../include/text.php:1105 +msgid "March" +msgstr "Março" -#: ../../include/nav.php:172 ../../include/apps.php:130 -msgid "Mail" -msgstr "Mensagens" +#: ../../include/text.php:1105 +msgid "April" +msgstr "Abril" -#: ../../include/nav.php:172 -msgid "Private mail" -msgstr "Mensagens privadas" +#: ../../include/text.php:1105 +msgid "May" +msgstr "Maio" -#: ../../include/nav.php:173 -msgid "See all private messages" -msgstr "Ver todas as mensagens privadas" +#: ../../include/text.php:1105 +msgid "June" +msgstr "Junho" -#: ../../include/nav.php:174 -msgid "Mark all private messages seen" -msgstr "Marcar todas as mensagens privadas como vistas" +#: ../../include/text.php:1105 +msgid "July" +msgstr "Julho" -#: ../../include/nav.php:175 -msgid "Inbox" -msgstr "Recebidas" +#: ../../include/text.php:1105 +msgid "August" +msgstr "Agosto" -#: ../../include/nav.php:176 -msgid "Outbox" -msgstr "Enviadas" +#: ../../include/text.php:1105 +msgid "September" +msgstr "Setembro" -#: ../../include/nav.php:177 ../../include/widgets.php:536 -msgid "New Message" -msgstr "Nova mensagem" +#: ../../include/text.php:1105 +msgid "October" +msgstr "Outubro" -#: ../../include/nav.php:180 -msgid "Event Calendar" -msgstr "Agenda de eventos" +#: ../../include/text.php:1105 +msgid "November" +msgstr "Novembro" -#: ../../include/nav.php:181 -msgid "See all events" -msgstr "Ver todos os eventos" +#: ../../include/text.php:1105 +msgid "December" +msgstr "Dezembro" -#: ../../include/nav.php:182 -msgid "Mark all events seen" -msgstr "Marcar todos os eventos como vistos" +#: ../../include/text.php:1183 +msgid "unknown.???" +msgstr "desconhecido.???" -#: ../../include/nav.php:184 ../../include/apps.php:119 -msgid "Channel Select" -msgstr "Seleção de canal" +#: ../../include/text.php:1184 +msgid "bytes" +msgstr "bytes" -#: ../../include/nav.php:184 -msgid "Manage Your Channels" -msgstr "Gerencie os seus canais" +#: ../../include/text.php:1223 +msgid "remove category" +msgstr "remover categoria" -#: ../../include/nav.php:186 ../../include/apps.php:121 -#: ../../include/widgets.php:514 ../../mod/admin.php:976 -#: ../../mod/admin.php:1181 -msgid "Settings" -msgstr "ConfiguraçÔes" +#: ../../include/text.php:1293 +msgid "remove from file" +msgstr "remover do arquivo" -#: ../../include/nav.php:186 -msgid "Account/Channel Settings" -msgstr "ConfiguraçÔes da conta/canal" +#: ../../include/text.php:1358 ../../include/text.php:1370 +msgid "Click to open/close" +msgstr "Clique para abrir/fechar" -#: ../../include/nav.php:188 -msgid "Manage/Edit Friends and Connections" -msgstr "Gerenciar/editar os amigos e as conexĂ”es" +#: ../../include/text.php:1525 ../../mod/events.php:414 +msgid "Link to Source" +msgstr "Link para a origem" -#: ../../include/nav.php:195 ../../mod/admin.php:117 -msgid "Admin" -msgstr "Admin" +#: ../../include/text.php:1544 +msgid "Select a page layout: " +msgstr "Selecione um layout de pĂĄgina:" -#: ../../include/nav.php:195 -msgid "Site Setup and Configuration" -msgstr "Configuração do site" +#: ../../include/text.php:1547 ../../include/text.php:1612 +msgid "default" +msgstr "default" -#: ../../include/nav.php:220 -msgid "Nothing new here" -msgstr "Nada de novo aqui" +#: ../../include/text.php:1583 +msgid "Page content type: " +msgstr "Tipo de conteĂșdo da pĂĄgina: " -#: ../../include/nav.php:224 -msgid "Please wait..." -msgstr "Por favor, aguarde..." +#: ../../include/text.php:1624 +msgid "Select an alternate language" +msgstr "Selecione um idioma alternativo" -#: ../../include/bookmarks.php:42 -#, php-format -msgid "%1$s's bookmarks" -msgstr "Links guardados de %1$s" +#: ../../include/text.php:1758 +msgid "activity" +msgstr "atividade" -#: ../../include/chat.php:10 -msgid "Missing room name" -msgstr "Nome da sala vazio" +#: ../../include/text.php:2030 +msgid "Design" +msgstr "Design" -#: ../../include/chat.php:19 -msgid "Duplicate room name" -msgstr "Nome da sala duplicado" +#: ../../include/text.php:2032 +msgid "Blocks" +msgstr "Blocos" -#: ../../include/chat.php:68 ../../include/chat.php:76 -msgid "Invalid room specifier." -msgstr "Especificador de sala invĂĄlido." +#: ../../include/text.php:2033 +msgid "Menus" +msgstr "Menus" -#: ../../include/chat.php:105 -msgid "Room not found." -msgstr "A sala nĂŁo foi encontrada." +#: ../../include/text.php:2034 +msgid "Layouts" +msgstr "Layouts" -#: ../../include/chat.php:126 -msgid "Room is full" -msgstr "A sala estĂĄ cheia" +#: ../../include/text.php:2035 +msgid "Pages" +msgstr "PĂĄginas" #: ../../include/taxonomy.php:210 msgid "Tags" @@ -1294,7 +1262,7 @@ msgstr "quero" msgid "wants" msgstr "quer" -#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:208 +#: ../../include/taxonomy.php:254 ../../include/ItemObject.php:220 msgid "like" msgstr "gostei" @@ -1302,7 +1270,7 @@ msgstr "gostei" msgid "likes" msgstr "gosta" -#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:209 +#: ../../include/taxonomy.php:255 ../../include/ItemObject.php:221 msgid "dislike" msgstr "nĂŁo gostei" @@ -1310,97 +1278,80 @@ msgstr "nĂŁo gostei" msgid "dislikes" msgstr "desgosta" +#: ../../include/taxonomy.php:338 ../../include/identity.php:1136 +#: ../../include/ItemObject.php:146 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "gostou" +msgstr[1] "gostaram" + #: ../../include/comanche.php:35 ../../view/theme/apw/php/config.php:185 -#: ../../view/theme/redbasic/php/config.php:84 msgid "Default" msgstr "Default" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" -msgstr "Desconhecido | NĂŁo categorizado" - -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" -msgstr "Bloquear imediatamente" - -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" -msgstr "Suspeito, spammer, propagandista" - -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" -msgstr "Eu conheço, mas nĂŁo tenho opiniĂŁo a respeito" - -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" -msgstr "Ok, provavelmente inofensivo" - -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" -msgstr "Boa reputação, tem minha confiança" - -#: ../../include/contact_selectors.php:54 +#: ../../include/contact_selectors.php:56 msgid "Frequently" msgstr "Frequentemente" -#: ../../include/contact_selectors.php:55 +#: ../../include/contact_selectors.php:57 msgid "Hourly" msgstr "De hora em hora" -#: ../../include/contact_selectors.php:56 +#: ../../include/contact_selectors.php:58 msgid "Twice daily" msgstr "Duas vezes ao dia" -#: ../../include/contact_selectors.php:57 +#: ../../include/contact_selectors.php:59 msgid "Daily" msgstr "Diariamente" -#: ../../include/contact_selectors.php:58 +#: ../../include/contact_selectors.php:60 msgid "Weekly" msgstr "Semanalmente" -#: ../../include/contact_selectors.php:59 +#: ../../include/contact_selectors.php:61 msgid "Monthly" msgstr "Mensalmente" -#: ../../include/contact_selectors.php:74 +#: ../../include/contact_selectors.php:76 msgid "Friendica" msgstr "Friendica" -#: ../../include/contact_selectors.php:75 +#: ../../include/contact_selectors.php:77 msgid "OStatus" msgstr "OStatus" -#: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:78 msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 -#: ../../mod/admin.php:762 ../../boot.php:1454 +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:728 +#: ../../mod/admin.php:737 ../../boot.php:1497 msgid "Email" msgstr "E-mail" -#: ../../include/contact_selectors.php:78 +#: ../../include/contact_selectors.php:80 msgid "Diaspora" msgstr "Diaspora" -#: ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:81 msgid "Facebook" msgstr "Facebook" -#: ../../include/contact_selectors.php:80 +#: ../../include/contact_selectors.php:82 msgid "Zot!" msgstr "Zot!" -#: ../../include/contact_selectors.php:81 +#: ../../include/contact_selectors.php:83 msgid "LinkedIn" msgstr "LinkedIn" -#: ../../include/contact_selectors.php:82 +#: ../../include/contact_selectors.php:84 msgid "XMPP/IM" msgstr "XMPP/MI" -#: ../../include/contact_selectors.php:83 +#: ../../include/contact_selectors.php:85 msgid "MySpace" msgstr "MySpace" @@ -1411,7 +1362,7 @@ msgid_plural "%d invitations available" msgstr[0] "%d convite disponĂvel" msgstr[1] "%d convites disponĂveis" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:418 msgid "Advanced" msgstr "Avançado" @@ -1431,8 +1382,8 @@ msgstr "Conectar/Acompanhar" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Por exemplo: JosĂ© da Silva, Pescaria" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:391 -#: ../../mod/directory.php:206 ../../mod/directory.php:211 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:412 +#: ../../mod/directory.php:222 ../../mod/directory.php:227 msgid "Find" msgstr "Pesquisar" @@ -1456,38 +1407,129 @@ msgstr "Exemplo: name=raoni and country=peru" msgid "Advanced Find" msgstr "Busca avançada" -#: ../../include/contact_widgets.php:58 ../../include/features.php:66 -#: ../../include/widgets.php:296 +#: ../../include/contact_widgets.php:58 ../../include/features.php:72 +#: ../../include/widgets.php:303 msgid "Saved Folders" msgstr "Pastas salvas" -#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:95 -#: ../../include/widgets.php:299 +#: ../../include/contact_widgets.php:61 ../../include/contact_widgets.php:96 +#: ../../include/widgets.php:306 msgid "Everything" msgstr "Tudo" -#: ../../include/contact_widgets.php:92 ../../include/widgets.php:29 +#: ../../include/contact_widgets.php:93 ../../include/widgets.php:29 msgid "Categories" msgstr "Categorias" -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:126 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" msgstr[0] "%d conexĂŁo em comum" msgstr[1] "%d conexĂ”es em comum" -#: ../../include/contact_widgets.php:130 +#: ../../include/contact_widgets.php:131 msgid "show more" msgstr "exibir mais" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:423 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:429 +msgid "Starts:" +msgstr "InĂcio:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:437 +msgid "Finishes:" +msgstr "Fim:" + +#: ../../include/event.php:40 ../../include/bb2diaspora.php:445 +#: ../../include/identity.php:881 ../../mod/directory.php:156 +#: ../../mod/dirprofile.php:105 ../../mod/events.php:579 +msgid "Location:" +msgstr "Localização:" + #: ../../include/event.php:326 msgid "This event has been added to your calendar." msgstr "Esse evento foi adicionado ao seu calendĂĄrio." -#: ../../include/reddav.php:1045 -msgid "Edit File properties" -msgstr "Editar propriedades do arquivo" +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "NĂŁo Ă© um endereço de e-mail vĂĄlido" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "O domĂnio do seu e-mail nĂŁo estĂĄ entre os permitidos neste site" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "O seu endereço de e-mail jĂĄ estĂĄ registrado neste site." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "Ă necessĂĄrio um convite." + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "NĂŁo foi possĂvel verificar o convite." + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Por favor, forneça a informação solicitada." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "NĂŁo foi possĂvel armazenar a informação da conta." + +#: ../../include/account.php:245 +#, php-format +msgid "Registration confirmation for %s" +msgstr "Confirmação de registro para %s" + +#: ../../include/account.php:313 +#, php-format +msgid "Registration request at %s" +msgstr "Solicitação de registro em %s" + +#: ../../include/account.php:315 ../../include/account.php:342 +#: ../../include/account.php:399 +msgid "Administrator" +msgstr "Administrador" + +#: ../../include/account.php:337 +msgid "your registration password" +msgstr "sua senha de registro" + +#: ../../include/account.php:340 ../../include/account.php:397 +#, php-format +msgid "Registration details for %s" +msgstr "Detalhes do registro de %s" + +#: ../../include/account.php:406 +msgid "Account approved." +msgstr "A conta foi aprovada." + +#: ../../include/account.php:440 +#, php-format +msgid "Registration revoked for %s" +msgstr "O registro de %s foi revogado" + +#: ../../include/account.php:486 +msgid "Account verified. Please login." +msgstr "Conta verificada. Por favor faça o login." + +#: ../../include/account.php:647 ../../include/account.php:649 +msgid "Click here to upgrade." +msgstr "Clique aqui para atualizar." + +#: ../../include/account.php:655 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Essa ação excede o limite definido para o seu plano de assinatura." + +#: ../../include/account.php:660 +msgid "This action is not available under your subscription plan." +msgstr "Essa ação nĂŁo estĂĄ disponĂvel para o seu plano de assinatura." #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" @@ -1572,34 +1614,38 @@ msgstr "AniversĂĄrio de %1$s " msgid "Happy Birthday %1$s" msgstr "Feliz AniversĂĄrio %1$s" -#: ../../include/dir_fns.php:36 +#: ../../include/dir_fns.php:56 msgid "Sort Options" msgstr "OpçÔes de ordenação" -#: ../../include/dir_fns.php:37 +#: ../../include/dir_fns.php:57 msgid "Alphabetic" msgstr "AlfabĂ©tica" -#: ../../include/dir_fns.php:38 +#: ../../include/dir_fns.php:58 msgid "Reverse Alphabetic" msgstr "AlfabĂ©tica reversa" -#: ../../include/dir_fns.php:39 +#: ../../include/dir_fns.php:59 msgid "Newest to Oldest" msgstr "Das mais recentes para as mais antigas" -#: ../../include/dir_fns.php:51 +#: ../../include/dir_fns.php:71 msgid "Enable Safe Search" msgstr "Habilitar busca tranquila" -#: ../../include/dir_fns.php:53 +#: ../../include/dir_fns.php:73 msgid "Disable Safe Search" msgstr "Desabilitar busca tranquila" -#: ../../include/dir_fns.php:55 +#: ../../include/dir_fns.php:75 msgid "Safe Mode" msgstr "Modo tranquilo" +#: ../../include/bb2diaspora.php:344 +msgid "Attachments:" +msgstr "Anexos:" + #: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "Notificação da Red Matrix" @@ -1792,6 +1838,107 @@ msgstr "Foto:" msgid "Please visit %s to approve or reject the suggestion." msgstr "Por favor, visite %s para aprovar ou rejeitar a sugestĂŁo." +#: ../../include/enotify.php:477 +msgid "[Red:Notify]" +msgstr "[Red:Notify]" + +#: ../../include/reddav.php:1145 ../../include/reddav.php:1288 +msgid "parent" +msgstr "nĂvel superior" + +#: ../../include/reddav.php:1169 +msgid "Collection" +msgstr "Coleção" + +#: ../../include/reddav.php:1172 +msgid "Principal" +msgstr "Principal" + +#: ../../include/reddav.php:1175 +msgid "Addressbook" +msgstr "Livro de endereços" + +#: ../../include/reddav.php:1178 +msgid "Calendar" +msgstr "CalendĂĄrio" + +#: ../../include/reddav.php:1181 +msgid "Schedule Inbox" +msgstr "Caixa de entrada da agenda" + +#: ../../include/reddav.php:1184 +msgid "Schedule Outbox" +msgstr "Caixa de saĂda da agenda" + +#: ../../include/reddav.php:1262 +#, php-format +msgid "%1$s used" +msgstr "%1$s usados" + +#: ../../include/reddav.php:1267 +#, php-format +msgid "%1$s used of %2$s (%3$s%)" +msgstr "%1$s usados de %2$s (%3$s%)" + +#: ../../include/reddav.php:1284 ../../mod/settings.php:521 +#: ../../mod/settings.php:547 ../../mod/admin.php:868 +msgid "Name" +msgstr "Nome" + +#: ../../include/reddav.php:1285 +msgid "Type" +msgstr "Tipo" + +#: ../../include/reddav.php:1286 +msgid "Size" +msgstr "Tamanho" + +#: ../../include/reddav.php:1287 +msgid "Last Modified" +msgstr "Ăltima modificação" + +#: ../../include/reddav.php:1291 +msgid "Total" +msgstr "Total" + +#: ../../include/reddav.php:1344 +msgid "Create new folder" +msgstr "Criar uma nova pasta" + +#: ../../include/reddav.php:1345 ../../mod/mitem.php:142 ../../mod/menu.php:84 +#: ../../mod/new_channel.php:122 +msgid "Create" +msgstr "Criar" + +#: ../../include/reddav.php:1346 +msgid "Upload file" +msgstr "Enviar arquivo" + +#: ../../include/reddav.php:1347 ../../mod/photos.php:1241 +#: ../../mod/profile_photo.php:361 +msgid "Upload" +msgstr "Enviar" + +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Nome da sala vazio" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Nome da sala duplicado" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Especificador de sala invĂĄlido." + +#: ../../include/chat.php:105 +msgid "Room not found." +msgstr "A sala nĂŁo foi encontrada." + +#: ../../include/chat.php:126 +msgid "Room is full" +msgstr "A sala estĂĄ cheia" + #: ../../include/features.php:23 msgid "General Features" msgstr "Recursos gerais" @@ -1813,231 +1960,331 @@ msgid "Ability to create multiple profiles" msgstr "Possibilidade de criar mĂșltiplos perfis" #: ../../include/features.php:27 +msgid "Advanced Profiles" +msgstr "Perfis avançados" + +#: ../../include/features.php:27 +msgid "Additional profile sections and selections" +msgstr "SeçÔes e seleçÔes adicionais no perfil" + +#: ../../include/features.php:28 +msgid "Profile Import/Export" +msgstr "Importar/exportar perfis" + +#: ../../include/features.php:28 +msgid "Save and load profile details across sites/channels" +msgstr "Salvar e carregar detalhes de perfis entre sites/canais" + +#: ../../include/features.php:29 msgid "Web Pages" msgstr "PĂĄginas web" -#: ../../include/features.php:27 +#: ../../include/features.php:29 msgid "Provide managed web pages on your channel" msgstr "Fornece pĂĄginas web gerenciĂĄveis no seu canal" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Private Notes" msgstr "Notas privadas" -#: ../../include/features.php:28 +#: ../../include/features.php:30 msgid "Enables a tool to store notes and reminders" msgstr "Habilita uma ferramenta para guardar notas e lembretes" -#: ../../include/features.php:33 +#: ../../include/features.php:34 +msgid "Navigation Channel Select" +msgstr "Seletor de canais na navegação" + +#: ../../include/features.php:34 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "Trocar canais diretamente a partir do menu expansĂvel na navegação" + +#: ../../include/features.php:38 msgid "Extended Identity Sharing" msgstr "Compartilhamento estendido de identidade" -#: ../../include/features.php:33 +#: ../../include/features.php:38 msgid "" "Share your identity with all websites on the internet. When disabled, " "identity is only shared with sites in the matrix." msgstr "Compartilhar sua identidade com todos os websites na internet. Quando desabilitado, sua identidade Ă© compartilhada apenas com outros sites na matrix." -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Expert Mode" msgstr "Modo Expert" -#: ../../include/features.php:34 +#: ../../include/features.php:39 msgid "Enable Expert Mode to provide advanced configuration options" msgstr "O Modo Expert fornece opçÔes de configuraçÔes avançadas" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "Premium Channel" msgstr "Canal premium" -#: ../../include/features.php:35 +#: ../../include/features.php:40 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" msgstr "Permite definir restriçÔes e termos para aqueles que se conectarem ao seu canal" -#: ../../include/features.php:40 +#: ../../include/features.php:45 msgid "Post Composition Features" msgstr "Recursos de composição de publicaçÔes" -#: ../../include/features.php:41 -msgid "Richtext Editor" -msgstr "Editor richtext" +#: ../../include/features.php:47 +msgid "Use Markdown" +msgstr "Usar Markdown" -#: ../../include/features.php:41 -msgid "Enable richtext editor" -msgstr "Habilita o editor richtext" +#: ../../include/features.php:47 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "Permitir o uso de \"Markdown\" para formatar publicaçÔes" -#: ../../include/features.php:42 +#: ../../include/features.php:48 msgid "Post Preview" msgstr "PrĂ©-visualizar a publicação" -#: ../../include/features.php:42 +#: ../../include/features.php:48 msgid "Allow previewing posts and comments before publishing them" msgstr "Permite visualizar publicaçÔes e comentĂĄrios antes de publicĂĄ-los" -#: ../../include/features.php:43 ../../include/widgets.php:503 +#: ../../include/features.php:49 ../../include/widgets.php:510 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Fontes do canal" -#: ../../include/features.php:43 +#: ../../include/features.php:49 msgid "Automatically import channel content from other channels or feeds" msgstr "Importar automaticamente conteĂșdo de outros canais ou fontes" -#: ../../include/features.php:44 +#: ../../include/features.php:50 msgid "Even More Encryption" msgstr "Mais encriptação ainda" -#: ../../include/features.php:44 +#: ../../include/features.php:50 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "Permitir encriptação opcional de conteĂșdo, ponta-a-ponta com uma chave secreta compartilhada" -#: ../../include/features.php:49 +#: ../../include/features.php:55 msgid "Network and Stream Filtering" msgstr "Filtragem de rede e fluxo" -#: ../../include/features.php:50 +#: ../../include/features.php:56 msgid "Search by Date" msgstr "Pesquisar por data" -#: ../../include/features.php:50 +#: ../../include/features.php:56 msgid "Ability to select posts by date ranges" msgstr "capacidade de selecionar publicaçÔes por intervalos de datas" -#: ../../include/features.php:51 +#: ../../include/features.php:57 msgid "Collections Filter" msgstr "Filtros de coleçÔes" -#: ../../include/features.php:51 +#: ../../include/features.php:57 msgid "Enable widget to display Network posts only from selected collections" msgstr "Habilita widget para exibir publicaçÔes da rede apenas para determinadas coleçÔes" -#: ../../include/features.php:52 ../../include/widgets.php:265 +#: ../../include/features.php:58 ../../include/widgets.php:272 msgid "Saved Searches" msgstr "Pesquisas salvas" -#: ../../include/features.php:52 +#: ../../include/features.php:58 msgid "Save search terms for re-use" msgstr "Termos de pesquisa salvos para reutilização" -#: ../../include/features.php:53 +#: ../../include/features.php:59 msgid "Network Personal Tab" msgstr "Aba de interaçÔes na rede" -#: ../../include/features.php:53 +#: ../../include/features.php:59 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "Habilita uma aba para exibir apenas publicaçÔes da rede com as quais vocĂȘ interagiu" -#: ../../include/features.php:54 +#: ../../include/features.php:60 msgid "Network New Tab" msgstr "Aba de novidades da rede" -#: ../../include/features.php:54 +#: ../../include/features.php:60 msgid "Enable tab to display all new Network activity" msgstr "Habilita uma aba para exibir todas as novas atividades da rede" -#: ../../include/features.php:55 +#: ../../include/features.php:61 msgid "Affinity Tool" msgstr "Ferramenta de afinidade" -#: ../../include/features.php:55 +#: ../../include/features.php:61 msgid "Filter stream activity by depth of relationships" msgstr "Filtra o fluxo de atividades de acordo com o nĂvel do relacionamento" -#: ../../include/features.php:56 +#: ../../include/features.php:62 msgid "Suggest Channels" msgstr "Sugerir canais" -#: ../../include/features.php:56 +#: ../../include/features.php:62 msgid "Show channel suggestions" msgstr "Exibir sugestĂ”es de canais" -#: ../../include/features.php:61 +#: ../../include/features.php:67 msgid "Post/Comment Tools" msgstr "Ferramentas de publicação/comentĂĄrio" -#: ../../include/features.php:63 +#: ../../include/features.php:69 msgid "Edit Sent Posts" msgstr "Editar publicaçÔes enviadas" -#: ../../include/features.php:63 +#: ../../include/features.php:69 msgid "Edit and correct posts and comments after sending" msgstr "Edita e corrige publicaçÔes e comentĂĄrios apĂłs terem sido enviados" -#: ../../include/features.php:64 +#: ../../include/features.php:70 msgid "Tagging" msgstr "Etiquetagem" -#: ../../include/features.php:64 +#: ../../include/features.php:70 msgid "Ability to tag existing posts" msgstr "Possibilidade de colocar etiquetas em publicaçÔes existentes" -#: ../../include/features.php:65 +#: ../../include/features.php:71 msgid "Post Categories" msgstr "Categorizar publicaçÔes" -#: ../../include/features.php:65 +#: ../../include/features.php:71 msgid "Add categories to your posts" msgstr "Adiciona categorias Ă s suas publicaçÔes" -#: ../../include/features.php:66 +#: ../../include/features.php:72 msgid "Ability to file posts under folders" msgstr "Possibilidade de arquivar publicaçÔes em pastas" -#: ../../include/features.php:67 +#: ../../include/features.php:73 msgid "Dislike Posts" msgstr "Desgostar de publicaçÔes" -#: ../../include/features.php:67 +#: ../../include/features.php:73 msgid "Ability to dislike posts/comments" msgstr "Possibilidade de desgostar de publicaçÔes/comentĂĄrios" -#: ../../include/features.php:68 +#: ../../include/features.php:74 msgid "Star Posts" msgstr "Destacar publicaçÔes" -#: ../../include/features.php:68 +#: ../../include/features.php:74 msgid "Ability to mark special posts with a star indicator" msgstr "Possibilidade de marcar publicaçÔes em destaque com uma estrela indicadora" -#: ../../include/features.php:69 +#: ../../include/features.php:75 msgid "Tag Cloud" msgstr "Nuvem de etiquetas" -#: ../../include/features.php:69 +#: ../../include/features.php:75 msgid "Provide a personal tag cloud on your channel page" msgstr "Fornece uma nuvem de etiquetas pessoais Ă pĂĄgina do seu canal" -#: ../../include/follow.php:23 +#: ../../include/follow.php:26 msgid "Channel is blocked on this site." msgstr "O canal estĂĄ bloqueado neste site." -#: ../../include/follow.php:28 +#: ../../include/follow.php:31 msgid "Channel location missing." msgstr "A localização do canal foi perdida" -#: ../../include/follow.php:54 +#: ../../include/follow.php:80 msgid "Response from remote channel was incomplete." msgstr "A resposta do canal remoto estĂĄ incompleta." -#: ../../include/follow.php:85 +#: ../../include/follow.php:97 msgid "Channel was deleted and no longer exists." msgstr "O canal foi deletado e nĂŁo existe mais." -#: ../../include/follow.php:132 +#: ../../include/follow.php:133 ../../include/follow.php:202 +msgid "Protocol disabled." +msgstr "Protocolo desabilitado." + +#: ../../include/follow.php:176 msgid "Channel discovery failed." msgstr "A descoberta de canais falhou." -#: ../../include/follow.php:149 +#: ../../include/follow.php:192 msgid "local account not found." msgstr "a conta local nĂŁo foi encontrada." -#: ../../include/follow.php:158 +#: ../../include/follow.php:219 msgid "Cannot connect to yourself." msgstr "NĂŁo Ă© possĂvel conectar-se consigo mesmo." +#: ../../include/items.php:375 ../../mod/profperm.php:23 +#: ../../mod/subthread.php:49 ../../mod/group.php:68 ../../mod/like.php:242 +#: ../../index.php:364 +msgid "Permission denied" +msgstr "PermissĂŁo negada" + +#: ../../include/items.php:962 ../../include/items.php:1007 +msgid "(Unknown)" +msgstr "(Desconhecido)" + +#: ../../include/items.php:1163 +msgid "Visible to anybody on the internet." +msgstr "VisĂvil para todos na internet." + +#: ../../include/items.php:1165 +msgid "Visible to you only." +msgstr "VisĂvel somente para vocĂȘ." + +#: ../../include/items.php:1167 +msgid "Visible to anybody in this network." +msgstr "VisĂvel para todos nesta rede." + +#: ../../include/items.php:1169 +msgid "Visible to anybody authenticated." +msgstr "VisĂvel para todos autenticados." + +#: ../../include/items.php:1171 +#, php-format +msgid "Visible to anybody on %s." +msgstr "VisĂvel para todos em %s." + +#: ../../include/items.php:1173 +msgid "Visible to all connections." +msgstr "VisĂvel para quaisquer conexĂ”es." + +#: ../../include/items.php:1175 +msgid "Visible to approved connections." +msgstr "VisĂvel para conexĂ”es aprovadas." + +#: ../../include/items.php:1177 +msgid "Visible to specific connections." +msgstr "VisĂvel para conexĂ”es especĂficas." + +#: ../../include/items.php:3938 ../../mod/display.php:32 +#: ../../mod/filestorage.php:18 ../../mod/admin.php:168 +#: ../../mod/admin.php:898 ../../mod/admin.php:1101 ../../mod/thing.php:76 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "O item nĂŁo foi encontrado." + +#: ../../include/items.php:4371 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "A coleção nĂŁo foi encontrada." + +#: ../../include/items.php:4386 +msgid "Collection is empty." +msgstr "A coleção estĂĄ vazia." + +#: ../../include/items.php:4393 +#, php-format +msgid "Collection: %s" +msgstr "Coleção: %s" + +#: ../../include/items.php:4404 +#, php-format +msgid "Connection: %s" +msgstr "ConexĂŁo: %s" + +#: ../../include/items.php:4407 +msgid "Connection not found." +msgstr "A conexĂŁo nĂŁo foi encontrada." + #: ../../include/group.php:25 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -2045,652 +2292,507 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "Um grupo com esse nome, anteriormente excluĂdo, foi reativado. PermissĂ”es de itens jĂĄ existentes <strong>poderĂŁo</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se nĂŁo Ă© essa a sua intenção, favor criar outro grupo com um nome diferente." -#: ../../include/group.php:223 +#: ../../include/group.php:234 msgid "Default privacy group for new contacts" msgstr "Grupo de privacidade padrĂŁo para novos contatos" -#: ../../include/group.php:242 ../../mod/admin.php:762 +#: ../../include/group.php:253 ../../mod/admin.php:737 msgid "All Channels" msgstr "Todos os canais" -#: ../../include/group.php:264 +#: ../../include/group.php:275 msgid "edit" msgstr "editar" -#: ../../include/group.php:285 +#: ../../include/group.php:297 msgid "Collections" msgstr "ColeçÔes" -#: ../../include/group.php:286 +#: ../../include/group.php:298 msgid "Edit collection" msgstr "Editar coleção" -#: ../../include/group.php:287 +#: ../../include/group.php:299 msgid "Create a new collection" msgstr "Criar uma nova coleção" -#: ../../include/group.php:288 +#: ../../include/group.php:300 msgid "Channels not in any collection" msgstr "Canais que nĂŁo estĂŁo em nenhuma coleção" -#: ../../include/group.php:290 ../../include/widgets.php:266 +#: ../../include/group.php:302 ../../include/widgets.php:273 msgid "add" msgstr "adicionar" -#: ../../include/identity.php:30 ../../mod/item.php:1244 +#: ../../include/bbcode.php:112 ../../include/bbcode.php:645 +#: ../../include/bbcode.php:648 ../../include/bbcode.php:653 +#: ../../include/bbcode.php:656 ../../include/bbcode.php:659 +#: ../../include/bbcode.php:662 ../../include/bbcode.php:667 +#: ../../include/bbcode.php:670 ../../include/bbcode.php:675 +#: ../../include/bbcode.php:678 ../../include/bbcode.php:681 +#: ../../include/bbcode.php:684 +msgid "Image/photo" +msgstr "Imagem/foto" + +#: ../../include/bbcode.php:147 ../../include/bbcode.php:695 +msgid "Encrypted content" +msgstr "ConteĂșdo criptografado" + +#: ../../include/bbcode.php:163 +msgid "QR code" +msgstr "cĂłdigo QR" + +#: ../../include/bbcode.php:212 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s escreveu a seguinte %2$s %3$s" + +#: ../../include/bbcode.php:214 +msgid "post" +msgstr "publicação" + +#: ../../include/bbcode.php:613 +msgid "$1 spoiler" +msgstr "$1 spoiler" + +#: ../../include/bbcode.php:633 +msgid "$1 wrote:" +msgstr "$1 escreveu:" + +#: ../../include/identity.php:31 ../../mod/item.php:1312 msgid "Unable to obtain identity information from database" msgstr "NĂŁo foi possĂvel obter a informação da identidade a partir do banco de dados" -#: ../../include/identity.php:63 +#: ../../include/identity.php:66 msgid "Empty name" msgstr "O nome estĂĄ em branco" -#: ../../include/identity.php:65 +#: ../../include/identity.php:68 msgid "Name too long" msgstr "O nome Ă© muito grande" -#: ../../include/identity.php:166 +#: ../../include/identity.php:169 msgid "No account identifier" msgstr "Sem identificador de conta" -#: ../../include/identity.php:176 +#: ../../include/identity.php:181 msgid "Nickname is required." msgstr "Ă necessĂĄrio informar o apelido." -#: ../../include/identity.php:190 +#: ../../include/identity.php:195 msgid "Reserved nickname. Please choose another." msgstr "Apelido reservado. Por favor escolha outro." -#: ../../include/identity.php:195 +#: ../../include/identity.php:200 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "O apelido possui caracteres nĂŁo suportados ou jĂĄ estĂĄ sendo usado nesse site." -#: ../../include/identity.php:258 +#: ../../include/identity.php:281 msgid "Unable to retrieve created identity" msgstr "NĂŁo foi possĂvel recuperar a identidade criada" -#: ../../include/identity.php:317 +#: ../../include/identity.php:340 msgid "Default Profile" msgstr "Perfil padrĂŁo" -#: ../../include/identity.php:342 ../../include/widgets.php:400 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:431 +#: ../../include/identity.php:379 ../../include/identity.php:380 +#: ../../include/identity.php:387 ../../include/widgets.php:407 +#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:495 msgid "Friends" msgstr "Amigos" -#: ../../include/identity.php:509 +#: ../../include/identity.php:633 msgid "Requested channel is not available." msgstr "Canal solicitado nĂŁo estĂĄ disponĂvel." -#: ../../include/identity.php:557 ../../mod/achievements.php:8 +#: ../../include/identity.php:681 ../../mod/achievements.php:11 #: ../../mod/profile.php:16 ../../mod/blocks.php:10 ../../mod/connect.php:13 #: ../../mod/filestorage.php:40 ../../mod/layouts.php:8 -#: ../../mod/webpages.php:8 +#: ../../mod/webpages.php:8 ../../mod/hcard.php:8 msgid "Requested profile is not available." msgstr "O perfil solicitado nĂŁo estĂĄ disponĂvel." -#: ../../include/identity.php:675 ../../include/widgets.php:128 -#: ../../include/widgets.php:168 ../../include/Contact.php:107 -#: ../../mod/directory.php:183 ../../mod/dirprofile.php:164 -#: ../../mod/suggest.php:51 ../../mod/match.php:62 -msgid "Connect" -msgstr "Conectar" - -#: ../../include/identity.php:689 ../../mod/profiles.php:603 +#: ../../include/identity.php:844 ../../mod/profiles.php:750 msgid "Change profile photo" msgstr "Mudar a foto do perfil" -#: ../../include/identity.php:695 +#: ../../include/identity.php:850 msgid "Profiles" msgstr "Perfis" -#: ../../include/identity.php:695 +#: ../../include/identity.php:850 msgid "Manage/edit profiles" msgstr "Administrar/editar perfis" -#: ../../include/identity.php:696 ../../mod/profiles.php:604 +#: ../../include/identity.php:851 ../../mod/profiles.php:751 msgid "Create New Profile" msgstr "Criar um novo perfil" -#: ../../include/identity.php:699 +#: ../../include/identity.php:854 ../../include/nav.php:102 msgid "Edit Profile" msgstr "Editar perfil" -#: ../../include/identity.php:710 ../../mod/profiles.php:615 +#: ../../include/identity.php:865 ../../mod/profiles.php:762 msgid "Profile Image" msgstr "Imagem do perfil" -#: ../../include/identity.php:713 ../../mod/profiles.php:618 +#: ../../include/identity.php:868 msgid "visible to everybody" msgstr "visĂvel para todos" -#: ../../include/identity.php:714 ../../mod/profiles.php:619 +#: ../../include/identity.php:869 ../../mod/profiles.php:645 +#: ../../mod/profiles.php:766 msgid "Edit visibility" msgstr "Editar a visibilidade" -#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../include/identity.php:883 ../../include/identity.php:1120 #: ../../mod/directory.php:158 msgid "Gender:" msgstr "GĂȘnero:" -#: ../../include/identity.php:729 ../../include/identity.php:977 +#: ../../include/identity.php:884 ../../include/identity.php:1164 #: ../../mod/directory.php:160 msgid "Status:" msgstr "Situação:" -#: ../../include/identity.php:730 ../../include/identity.php:988 +#: ../../include/identity.php:885 ../../include/identity.php:1175 #: ../../mod/directory.php:162 msgid "Homepage:" msgstr "PĂĄgina web:" -#: ../../include/identity.php:731 ../../mod/dirprofile.php:151 +#: ../../include/identity.php:886 ../../mod/dirprofile.php:151 msgid "Online Now" msgstr "Online agora" -#: ../../include/identity.php:796 ../../include/identity.php:876 -#: ../../mod/ping.php:262 +#: ../../include/identity.php:964 ../../include/identity.php:1044 +#: ../../mod/ping.php:298 msgid "g A l F d" msgstr "G l d F" -#: ../../include/identity.php:797 ../../include/identity.php:877 +#: ../../include/identity.php:965 ../../include/identity.php:1045 msgid "F d" msgstr "F d" -#: ../../include/identity.php:842 ../../include/identity.php:917 -#: ../../mod/ping.php:284 +#: ../../include/identity.php:1010 ../../include/identity.php:1085 +#: ../../mod/ping.php:320 msgid "[today]" msgstr "[hoje]" -#: ../../include/identity.php:854 +#: ../../include/identity.php:1022 msgid "Birthday Reminders" msgstr "Lembres de aniversĂĄrio" -#: ../../include/identity.php:855 +#: ../../include/identity.php:1023 msgid "Birthdays this week:" msgstr "AniversĂĄrios nesta semana:" -#: ../../include/identity.php:910 +#: ../../include/identity.php:1078 msgid "[No description]" msgstr "[Sem descrição]" -#: ../../include/identity.php:928 +#: ../../include/identity.php:1096 msgid "Event Reminders" msgstr "Lembretes de eventos" -#: ../../include/identity.php:929 +#: ../../include/identity.php:1097 msgid "Events this week:" msgstr "Eventos nesta semana:" -#: ../../include/identity.php:942 ../../include/identity.php:1031 -#: ../../include/apps.php:125 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "Perfil" - -#: ../../include/identity.php:950 ../../mod/settings.php:934 +#: ../../include/identity.php:1118 ../../mod/settings.php:953 msgid "Full Name:" msgstr "Nome completo:" -#: ../../include/identity.php:962 +#: ../../include/identity.php:1125 +msgid "Like this channel" +msgstr "Gostar deste canal" + +#: ../../include/identity.php:1149 msgid "j F, Y" msgstr "j \\d\\e F, Y" -#: ../../include/identity.php:963 +#: ../../include/identity.php:1150 msgid "j F" msgstr "j \\d\\e F" -#: ../../include/identity.php:970 +#: ../../include/identity.php:1157 msgid "Birthday:" msgstr "AniversĂĄrio:" -#: ../../include/identity.php:974 +#: ../../include/identity.php:1161 msgid "Age:" msgstr "Idade:" -#: ../../include/identity.php:983 +#: ../../include/identity.php:1170 #, php-format msgid "for %1$d %2$s" msgstr "para %1$d %2$s" -#: ../../include/identity.php:986 ../../mod/profiles.php:526 +#: ../../include/identity.php:1173 ../../mod/profiles.php:667 msgid "Sexual Preference:" msgstr "PreferĂȘncia sexual:" -#: ../../include/identity.php:990 ../../mod/profiles.php:528 +#: ../../include/identity.php:1177 ../../mod/profiles.php:669 msgid "Hometown:" msgstr "Cidade natal:" -#: ../../include/identity.php:992 +#: ../../include/identity.php:1179 msgid "Tags:" msgstr "Etiquetas:" -#: ../../include/identity.php:994 ../../mod/profiles.php:529 +#: ../../include/identity.php:1181 ../../mod/profiles.php:670 msgid "Political Views:" msgstr "Posição polĂtica:" -#: ../../include/identity.php:996 +#: ../../include/identity.php:1183 msgid "Religion:" msgstr "ReligiĂŁo:" -#: ../../include/identity.php:998 ../../mod/directory.php:164 +#: ../../include/identity.php:1185 ../../mod/directory.php:164 msgid "About:" msgstr "Sobre:" -#: ../../include/identity.php:1000 +#: ../../include/identity.php:1187 msgid "Hobbies/Interests:" msgstr "Hobbies/Interesses:" -#: ../../include/identity.php:1002 ../../mod/profiles.php:532 +#: ../../include/identity.php:1189 ../../mod/profiles.php:673 msgid "Likes:" msgstr "Gosta de:" -#: ../../include/identity.php:1004 ../../mod/profiles.php:533 +#: ../../include/identity.php:1191 ../../mod/profiles.php:674 msgid "Dislikes:" msgstr "NĂŁo gosta de:" -#: ../../include/identity.php:1007 +#: ../../include/identity.php:1194 msgid "Contact information and Social Networks:" msgstr "InformaçÔes de contato e redes sociais:" -#: ../../include/identity.php:1009 +#: ../../include/identity.php:1196 msgid "My other channels:" msgstr "Meus outros canais:" -#: ../../include/identity.php:1011 +#: ../../include/identity.php:1198 msgid "Musical interests:" msgstr "Interesses musicais:" -#: ../../include/identity.php:1013 +#: ../../include/identity.php:1200 msgid "Books, literature:" msgstr "Livros, literatura:" -#: ../../include/identity.php:1015 +#: ../../include/identity.php:1202 msgid "Television:" msgstr "TelevisĂŁo:" -#: ../../include/identity.php:1017 +#: ../../include/identity.php:1204 msgid "Film/dance/culture/entertainment:" msgstr "Filmes/dança/cultura/entretenimento:" -#: ../../include/identity.php:1019 +#: ../../include/identity.php:1206 msgid "Love/Romance:" msgstr "Amor/romance:" -#: ../../include/identity.php:1021 +#: ../../include/identity.php:1208 msgid "Work/employment:" msgstr "Trabalho/emprego:" -#: ../../include/identity.php:1023 +#: ../../include/identity.php:1210 msgid "School/education:" msgstr "Escola/educação:" -#: ../../include/network.php:652 -msgid "view full size" -msgstr "ver na tela inteira" - -#: ../../include/text.php:320 -msgid "prev" -msgstr "anterior" +#: ../../include/identity.php:1230 +msgid "Like this thing" +msgstr "Gostar desta coisa" -#: ../../include/text.php:322 -msgid "first" -msgstr "primeiro" - -#: ../../include/text.php:351 -msgid "last" -msgstr "Ășltimo" - -#: ../../include/text.php:354 -msgid "next" -msgstr "prĂłximo" - -#: ../../include/text.php:366 -msgid "older" -msgstr "mais antigo" - -#: ../../include/text.php:368 -msgid "newer" -msgstr "mais recente" - -#: ../../include/text.php:729 -msgid "No connections" -msgstr "Nenhuma conexĂŁo" - -#: ../../include/text.php:742 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d conexĂŁo" -msgstr[1] "%d conexĂ”es" - -#: ../../include/text.php:754 -msgid "View Connections" -msgstr "Ver conexĂ”es" - -#: ../../include/text.php:815 ../../include/text.php:829 -#: ../../include/widgets.php:186 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:98 ../../mod/filer.php:50 -msgid "Save" -msgstr "Salvar" - -#: ../../include/text.php:895 -msgid "poke" -msgstr "cutucar" - -#: ../../include/text.php:896 -msgid "ping" -msgstr "pingar" - -#: ../../include/text.php:896 -msgid "pinged" -msgstr "pingou" - -#: ../../include/text.php:897 -msgid "prod" -msgstr "espetar" - -#: ../../include/text.php:897 -msgid "prodded" -msgstr "espetou" - -#: ../../include/text.php:898 -msgid "slap" -msgstr "estapear" - -#: ../../include/text.php:898 -msgid "slapped" -msgstr "estapeou" - -#: ../../include/text.php:899 -msgid "finger" -msgstr "dar um toque" - -#: ../../include/text.php:899 -msgid "fingered" -msgstr "deu um toque" - -#: ../../include/text.php:900 -msgid "rebuff" -msgstr "rebater" - -#: ../../include/text.php:900 -msgid "rebuffed" -msgstr "rebateu" - -#: ../../include/text.php:909 -msgid "happy" -msgstr "feliz" - -#: ../../include/text.php:910 -msgid "sad" -msgstr "triste" - -#: ../../include/text.php:911 -msgid "mellow" -msgstr "suave" - -#: ../../include/text.php:912 -msgid "tired" -msgstr "cansad@" - -#: ../../include/text.php:913 -msgid "perky" -msgstr "animad@" - -#: ../../include/text.php:914 -msgid "angry" -msgstr "nervos@" - -#: ../../include/text.php:915 -msgid "stupified" -msgstr "embasbacad@" - -#: ../../include/text.php:916 -msgid "puzzled" -msgstr "confus@" - -#: ../../include/text.php:917 -msgid "interested" -msgstr "interessad@" - -#: ../../include/text.php:918 -msgid "bitter" -msgstr "amarg@" - -#: ../../include/text.php:919 -msgid "cheerful" -msgstr "animad@" - -#: ../../include/text.php:920 -msgid "alive" -msgstr "viv@" - -#: ../../include/text.php:921 -msgid "annoyed" -msgstr "aborrecid@" - -#: ../../include/text.php:922 -msgid "anxious" -msgstr "ansios@" - -#: ../../include/text.php:923 -msgid "cranky" -msgstr "irritad@" - -#: ../../include/text.php:924 -msgid "disturbed" -msgstr "perturbad@" - -#: ../../include/text.php:925 -msgid "frustrated" -msgstr "frustrad@" - -#: ../../include/text.php:926 -msgid "depressed" -msgstr "deprimido" - -#: ../../include/text.php:927 -msgid "motivated" -msgstr "motivad@" - -#: ../../include/text.php:928 -msgid "relaxed" -msgstr "relaxad@" - -#: ../../include/text.php:929 -msgid "surprised" -msgstr "surpres@" - -#: ../../include/text.php:1090 -msgid "Monday" -msgstr "Segunda" +#: ../../include/nav.php:94 ../../include/nav.php:126 ../../boot.php:1494 +msgid "Logout" +msgstr "Sair" -#: ../../include/text.php:1090 -msgid "Tuesday" -msgstr "Terça" +#: ../../include/nav.php:94 ../../include/nav.php:126 +msgid "End this session" +msgstr "Encerrar essa sessĂŁo" -#: ../../include/text.php:1090 -msgid "Wednesday" -msgstr "Quarta" +#: ../../include/nav.php:97 ../../include/nav.php:160 +msgid "Home" +msgstr "Ver canal" -#: ../../include/text.php:1090 -msgid "Thursday" -msgstr "Quinta" +#: ../../include/nav.php:97 +msgid "Your posts and conversations" +msgstr "Suas publicaçÔes e conversas" -#: ../../include/text.php:1090 -msgid "Friday" -msgstr "Sexta" +#: ../../include/nav.php:98 +msgid "Your profile page" +msgstr "A pĂĄgina do seu perfil" -#: ../../include/text.php:1090 -msgid "Saturday" -msgstr "SaÌbado" +#: ../../include/nav.php:100 +msgid "Edit Profiles" +msgstr "Editar perfis" -#: ../../include/text.php:1090 -msgid "Sunday" -msgstr "Domingo" +#: ../../include/nav.php:100 +msgid "Manage/Edit profiles" +msgstr "Administrar/Editar perfis" -#: ../../include/text.php:1094 -msgid "January" -msgstr "Janeiro" +#: ../../include/nav.php:102 +msgid "Edit your profile" +msgstr "Editar seu perfil" -#: ../../include/text.php:1094 -msgid "February" -msgstr "Fevereiro" +#: ../../include/nav.php:104 +msgid "Your photos" +msgstr "Suas fotos" -#: ../../include/text.php:1094 -msgid "March" -msgstr "Março" +#: ../../include/nav.php:105 +msgid "Your files" +msgstr "Seus arquivos" -#: ../../include/text.php:1094 -msgid "April" -msgstr "Abril" +#: ../../include/nav.php:110 +msgid "Your chatrooms" +msgstr "Suas salas de bate-papo" -#: ../../include/text.php:1094 -msgid "May" -msgstr "Maio" +#: ../../include/nav.php:116 +msgid "Your bookmarks" +msgstr "Seus links guardados" -#: ../../include/text.php:1094 -msgid "June" -msgstr "Junho" +#: ../../include/nav.php:120 +msgid "Your webpages" +msgstr "Suas pĂĄginas web" -#: ../../include/text.php:1094 -msgid "July" -msgstr "Julho" +#: ../../include/nav.php:124 +msgid "Sign in" +msgstr "Entrar" -#: ../../include/text.php:1094 -msgid "August" -msgstr "Agosto" +#: ../../include/nav.php:141 +#, php-format +msgid "%s - click to logout" +msgstr "%s - clique para sair" -#: ../../include/text.php:1094 -msgid "September" -msgstr "Setembro" +#: ../../include/nav.php:146 +msgid "Click to authenticate to your home hub" +msgstr "Clique para se autenticar com seu hub de origem" -#: ../../include/text.php:1094 -msgid "October" -msgstr "Outubro" +#: ../../include/nav.php:160 +msgid "Home Page" +msgstr "PĂĄgina inicial" -#: ../../include/text.php:1094 -msgid "November" -msgstr "Novembro" +#: ../../include/nav.php:164 ../../mod/register.php:220 ../../boot.php:1471 +msgid "Register" +msgstr "Registrar" -#: ../../include/text.php:1094 -msgid "December" -msgstr "Dezembro" +#: ../../include/nav.php:164 +msgid "Create an account" +msgstr "Criar uma conta" -#: ../../include/text.php:1172 -msgid "unknown.???" -msgstr "desconhecido.???" +#: ../../include/nav.php:169 +msgid "Help and documentation" +msgstr "Ajuda e documentação" -#: ../../include/text.php:1173 -msgid "bytes" -msgstr "bytes" +#: ../../include/nav.php:172 ../../include/widgets.php:86 +#: ../../mod/apps.php:33 +msgid "Apps" +msgstr "AplicaçÔes" -#: ../../include/text.php:1208 -msgid "remove category" -msgstr "remover categoria" +#: ../../include/nav.php:172 +msgid "Applications, utilities, links, games" +msgstr "AplicaçÔes, utilitĂĄrios, links, jogos" -#: ../../include/text.php:1257 -msgid "remove from file" -msgstr "remover do arquivo" +#: ../../include/nav.php:174 +msgid "Search site content" +msgstr "Pesquisar o conteĂșdo do site" -#: ../../include/text.php:1318 ../../include/text.php:1330 -msgid "Click to open/close" -msgstr "Clique para abrir/fechar" +#: ../../include/nav.php:177 +msgid "Channel Locator" +msgstr "Localizador de canais" -#: ../../include/text.php:1485 ../../mod/events.php:355 -msgid "Link to Source" -msgstr "Link para a origem" +#: ../../include/nav.php:188 +msgid "Your matrix" +msgstr "Sua matriz" -#: ../../include/text.php:1504 -msgid "Select a page layout: " -msgstr "Selecione um layout de pĂĄgina:" +#: ../../include/nav.php:189 +msgid "Mark all matrix notifications seen" +msgstr "Marcar todas as notificaçÔes da matriz como vistas" -#: ../../include/text.php:1507 ../../include/text.php:1572 -msgid "default" -msgstr "default" +#: ../../include/nav.php:191 +msgid "Channel home" +msgstr "PĂĄgina inicial do canal" -#: ../../include/text.php:1543 -msgid "Page content type: " -msgstr "Tipo de conteĂșdo da pĂĄgina: " +#: ../../include/nav.php:192 +msgid "Mark all channel notifications seen" +msgstr "Marcar todas as notificaçÔes de canais como vistas" -#: ../../include/text.php:1584 -msgid "Select an alternate language" -msgstr "Selecione um idioma alternativo" +#: ../../include/nav.php:195 ../../mod/connections.php:406 +msgid "Connections" +msgstr "ConexĂ”es" -#: ../../include/text.php:1718 -msgid "activity" -msgstr "atividade" +#: ../../include/nav.php:198 +msgid "Notices" +msgstr "NotificaçÔes" -#: ../../include/text.php:1977 -msgid "Design" -msgstr "Design" +#: ../../include/nav.php:198 +msgid "Notifications" +msgstr "NotificaçÔes" -#: ../../include/text.php:1979 -msgid "Blocks" -msgstr "Blocos" +#: ../../include/nav.php:199 +msgid "See all notifications" +msgstr "Ver todas as notificaçÔes" -#: ../../include/text.php:1980 -msgid "Menus" -msgstr "Menus" +#: ../../include/nav.php:200 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" +msgstr "Marcar todas as notificaçÔes de sistema como vistas" -#: ../../include/text.php:1981 -msgid "Layouts" -msgstr "Layouts" +#: ../../include/nav.php:202 +msgid "Private mail" +msgstr "Mensagens privadas" -#: ../../include/text.php:1982 -msgid "Pages" -msgstr "PĂĄginas" +#: ../../include/nav.php:203 +msgid "See all private messages" +msgstr "Ver todas as mensagens privadas" -#: ../../include/apps.php:115 -msgid "Site Admin" -msgstr "Administração do site" +#: ../../include/nav.php:204 +msgid "Mark all private messages seen" +msgstr "Marcar todas as mensagens privadas como vistas" -#: ../../include/apps.php:117 -msgid "Address Book" -msgstr "Livro de Endereços" +#: ../../include/nav.php:205 +msgid "Inbox" +msgstr "Recebidas" -#: ../../include/apps.php:131 ../../mod/mood.php:131 -msgid "Mood" -msgstr "Humor" +#: ../../include/nav.php:206 +msgid "Outbox" +msgstr "Enviadas" -#: ../../include/apps.php:135 -msgid "Probe" -msgstr "Sonda" +#: ../../include/nav.php:207 ../../include/widgets.php:543 +msgid "New Message" +msgstr "Nova mensagem" -#: ../../include/apps.php:136 -msgid "Suggest" -msgstr "Sugerir" +#: ../../include/nav.php:210 +msgid "Event Calendar" +msgstr "Agenda de eventos" -#: ../../include/apps.php:208 ../../mod/settings.php:79 -#: ../../mod/settings.php:541 -msgid "Update" -msgstr "Atualizar" +#: ../../include/nav.php:211 +msgid "See all events" +msgstr "Ver todos os eventos" -#: ../../include/apps.php:208 -msgid "Install" -msgstr "Instalar" +#: ../../include/nav.php:212 +msgid "Mark all events seen" +msgstr "Marcar todos os eventos como vistos" -#: ../../include/apps.php:212 -msgid "Purchase" -msgstr "Compras" +#: ../../include/nav.php:214 +msgid "Manage Your Channels" +msgstr "Gerencie os seus canais" -#: ../../include/apps.php:291 ../../include/apps.php:342 -#: ../../mod/connedit.php:434 -msgid "Unknown" -msgstr "Desconhecidos" +#: ../../include/nav.php:216 +msgid "Account/Channel Settings" +msgstr "ConfiguraçÔes da conta/canal" -#: ../../include/zot.php:603 -msgid "Invalid data packet" -msgstr "Pacote de dados invĂĄlido" +#: ../../include/nav.php:224 ../../mod/admin.php:123 +msgid "Admin" +msgstr "Admin" -#: ../../include/zot.php:613 -msgid "Unable to verify channel signature" -msgstr "NĂŁo foi possĂvel verificar a assinatura do canal" +#: ../../include/nav.php:224 +msgid "Site Setup and Configuration" +msgstr "Configuração do site" -#: ../../include/zot.php:810 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "NĂŁo foi possĂvel verificar a assinatura do site para %s" +#: ../../include/nav.php:260 +msgid "Please wait..." +msgstr "Por favor, aguarde..." #: ../../include/message.php:18 msgid "No recipient provided." @@ -2700,293 +2802,278 @@ msgstr "Falta o destinatĂĄrio." msgid "[no subject]" msgstr "[sem assunto]" -#: ../../include/message.php:42 +#: ../../include/message.php:45 msgid "Unable to determine sender." msgstr "NĂŁo foi possĂvel determinar o remetente." -#: ../../include/message.php:143 +#: ../../include/message.php:200 msgid "Stored post could not be verified." msgstr "NĂŁo foi possĂvel verificar a publicação armazenada." -#: ../../include/plugin.php:486 ../../include/plugin.php:488 -msgid "Click here to upgrade." -msgstr "Clique aqui para atualizar." - -#: ../../include/plugin.php:494 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Essa ação excede o limite definido para o seu plano de assinatura." - -#: ../../include/plugin.php:499 -msgid "This action is not available under your subscription plan." -msgstr "Essa ação nĂŁo estĂĄ disponĂvel para o seu plano de assinatura." - -#: ../../include/widgets.php:80 +#: ../../include/widgets.php:87 msgid "System" msgstr "Sistema" -#: ../../include/widgets.php:83 +#: ../../include/widgets.php:90 msgid "Create Personal App" msgstr "Crie aplicaçÔes pessoais" -#: ../../include/widgets.php:84 +#: ../../include/widgets.php:91 msgid "Edit Personal App" msgstr "Edite aplicaçÔes pessoais" -#: ../../include/widgets.php:130 ../../mod/suggest.php:53 +#: ../../include/widgets.php:137 ../../mod/suggest.php:53 msgid "Ignore/Hide" msgstr "Ignorar/Ocultar" -#: ../../include/widgets.php:136 ../../mod/connections.php:266 +#: ../../include/widgets.php:143 ../../mod/connections.php:267 msgid "Suggestions" msgstr "SugestĂ”es" -#: ../../include/widgets.php:137 +#: ../../include/widgets.php:144 msgid "See more..." msgstr "Veja mais..." -#: ../../include/widgets.php:159 +#: ../../include/widgets.php:166 #, php-format msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "VocĂȘ tem %1$.0f de %2$.0f conexĂ”es permitidas." -#: ../../include/widgets.php:165 +#: ../../include/widgets.php:172 msgid "Add New Connection" msgstr "Adicionar nova conexĂŁo" -#: ../../include/widgets.php:166 +#: ../../include/widgets.php:173 msgid "Enter the channel address" msgstr "Digite o endereço do canal" -#: ../../include/widgets.php:167 +#: ../../include/widgets.php:174 msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" -#: ../../include/widgets.php:184 +#: ../../include/widgets.php:191 msgid "Notes" msgstr "Notas" -#: ../../include/widgets.php:256 +#: ../../include/widgets.php:263 msgid "Remove term" msgstr "Remover termo" -#: ../../include/widgets.php:335 +#: ../../include/widgets.php:342 msgid "Archives" msgstr "Arquivos" -#: ../../include/widgets.php:397 +#: ../../include/widgets.php:404 msgid "Refresh" msgstr "Atualizar" -#: ../../include/widgets.php:398 ../../mod/connedit.php:428 +#: ../../include/widgets.php:405 ../../mod/connedit.php:492 msgid "Me" msgstr "Eu" -#: ../../include/widgets.php:399 ../../mod/connedit.php:430 +#: ../../include/widgets.php:406 ../../mod/connedit.php:494 msgid "Best Friends" msgstr "Melhores amigos" -#: ../../include/widgets.php:401 +#: ../../include/widgets.php:408 msgid "Co-workers" msgstr "Colegas de trabalho" -#: ../../include/widgets.php:402 ../../mod/connedit.php:432 +#: ../../include/widgets.php:409 ../../mod/connedit.php:496 msgid "Former Friends" msgstr "Amigos afastados" -#: ../../include/widgets.php:403 ../../mod/connedit.php:433 +#: ../../include/widgets.php:410 ../../mod/connedit.php:497 msgid "Acquaintances" msgstr "Conhecidos" -#: ../../include/widgets.php:404 +#: ../../include/widgets.php:411 msgid "Everybody" msgstr "Todos" -#: ../../include/widgets.php:436 +#: ../../include/widgets.php:443 msgid "Account settings" msgstr "ConfiguraçÔes da conta" -#: ../../include/widgets.php:442 +#: ../../include/widgets.php:449 msgid "Channel settings" msgstr "ConfiguraçÔes do canal" -#: ../../include/widgets.php:448 +#: ../../include/widgets.php:455 msgid "Additional features" msgstr "Recursos adicionais" -#: ../../include/widgets.php:454 +#: ../../include/widgets.php:461 msgid "Feature settings" msgstr "ConfiguraçÔes dos recursos" -#: ../../include/widgets.php:460 +#: ../../include/widgets.php:467 msgid "Display settings" msgstr "ConfiguraçÔes de exibição" -#: ../../include/widgets.php:466 +#: ../../include/widgets.php:473 msgid "Connected apps" msgstr "AplicaçÔes conectadas" -#: ../../include/widgets.php:472 +#: ../../include/widgets.php:479 msgid "Export channel" msgstr "Exportar o canal" -#: ../../include/widgets.php:484 +#: ../../include/widgets.php:485 +msgid "Export content" +msgstr "Exportar conteĂșdo" + +#: ../../include/widgets.php:491 msgid "Automatic Permissions (Advanced)" msgstr "PermissĂ”es automĂĄticas (avançado)" -#: ../../include/widgets.php:494 +#: ../../include/widgets.php:501 msgid "Premium Channel Settings" msgstr "ConfiguraçÔes de canal premium" -#: ../../include/widgets.php:531 +#: ../../include/widgets.php:538 msgid "Check Mail" msgstr "Checar mensagens" -#: ../../include/widgets.php:612 +#: ../../include/widgets.php:619 msgid "Chat Rooms" msgstr "Salas de bate-papo" -#: ../../include/widgets.php:630 +#: ../../include/widgets.php:637 msgid "Bookmarked Chatrooms" msgstr "Salas de bate-papo guardadas" -#: ../../include/widgets.php:648 +#: ../../include/widgets.php:655 msgid "Suggested Chatrooms" msgstr "Salas de bate-papo sugeridas" -#: ../../include/ItemObject.php:118 +#: ../../include/ItemObject.php:130 msgid "Save to Folder" msgstr "Salvar para pasta" -#: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142 +#: ../../include/ItemObject.php:142 ../../include/ItemObject.php:154 msgid "View all" msgstr "Ver tudo" -#: ../../include/ItemObject.php:134 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "gostou" -msgstr[1] "gostaram" - -#: ../../include/ItemObject.php:139 +#: ../../include/ItemObject.php:151 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "desgostou" msgstr[1] "desgostaram" -#: ../../include/ItemObject.php:167 +#: ../../include/ItemObject.php:179 msgid "Add Star" msgstr "Adicione estrela" -#: ../../include/ItemObject.php:168 +#: ../../include/ItemObject.php:180 msgid "Remove Star" msgstr "Remove estrela" -#: ../../include/ItemObject.php:169 +#: ../../include/ItemObject.php:181 msgid "Toggle Star Status" msgstr "Alterna status da estrela" -#: ../../include/ItemObject.php:173 +#: ../../include/ItemObject.php:185 msgid "starred" msgstr "destacado" -#: ../../include/ItemObject.php:190 +#: ../../include/ItemObject.php:202 msgid "Add Tag" msgstr "Adiciona etiqueta" -#: ../../include/ItemObject.php:208 ../../mod/photos.php:971 +#: ../../include/ItemObject.php:220 ../../mod/photos.php:1008 msgid "I like this (toggle)" msgstr "Eu gostei disso (alterna)" -#: ../../include/ItemObject.php:209 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:221 ../../mod/photos.php:1009 msgid "I don't like this (toggle)" msgstr "Eu nĂŁo gostei disso (alterna)" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:225 msgid "Share This" msgstr "Compartilhe isso" -#: ../../include/ItemObject.php:211 +#: ../../include/ItemObject.php:225 msgid "share" msgstr "compartilhar" -#: ../../include/ItemObject.php:235 ../../include/ItemObject.php:236 +#: ../../include/ItemObject.php:248 ../../include/ItemObject.php:249 #, php-format msgid "View %s's profile - %s" msgstr "Ver o perfil de %s - %s" -#: ../../include/ItemObject.php:237 +#: ../../include/ItemObject.php:250 msgid "to" msgstr "para" -#: ../../include/ItemObject.php:238 +#: ../../include/ItemObject.php:251 msgid "via" msgstr "via" -#: ../../include/ItemObject.php:239 +#: ../../include/ItemObject.php:252 msgid "Wall-to-Wall" msgstr "Mural-para-mural" -#: ../../include/ItemObject.php:240 +#: ../../include/ItemObject.php:253 msgid "via Wall-To-Wall:" msgstr "via Mural-para-mural" -#: ../../include/ItemObject.php:274 +#: ../../include/ItemObject.php:288 msgid "Save Bookmarks" msgstr "Salve Favoritos" -#: ../../include/ItemObject.php:275 +#: ../../include/ItemObject.php:289 msgid "Add to Calendar" msgstr "Adicione ao calendĂĄrio" -#: ../../include/ItemObject.php:283 +#: ../../include/ItemObject.php:297 msgctxt "noun" msgid "Likes" msgstr "Gostaram" -#: ../../include/ItemObject.php:284 +#: ../../include/ItemObject.php:298 msgctxt "noun" msgid "Dislikes" msgstr "Desgostaram" -#: ../../include/ItemObject.php:315 +#: ../../include/ItemObject.php:329 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d comentĂĄrio" msgstr[1] "%d comentĂĄrios" -#: ../../include/ItemObject.php:316 ../../include/js_strings.php:7 +#: ../../include/ItemObject.php:330 ../../include/js_strings.php:7 msgid "[+] show all" msgstr "[+] mostrar todos" -#: ../../include/ItemObject.php:580 ../../mod/photos.php:990 -#: ../../mod/photos.php:1077 +#: ../../include/ItemObject.php:594 ../../mod/photos.php:1027 +#: ../../mod/photos.php:1114 msgid "This is you" msgstr "Este(a) Ă© vocĂȘ" -#: ../../include/ItemObject.php:582 ../../include/js_strings.php:6 -#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +#: ../../include/ItemObject.php:596 ../../include/js_strings.php:6 +#: ../../mod/photos.php:1029 ../../mod/photos.php:1116 msgid "Comment" msgstr "Comentar" -#: ../../include/ItemObject.php:583 ../../mod/mood.php:135 -#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 -#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 -#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:476 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:749 ../../mod/settings.php:926 +#: ../../include/ItemObject.php:597 ../../mod/mood.php:135 +#: ../../mod/settings.php:519 ../../mod/settings.php:631 +#: ../../mod/settings.php:660 ../../mod/settings.php:684 +#: ../../mod/settings.php:760 ../../mod/settings.php:945 +#: ../../mod/poke.php:166 ../../mod/profiles.php:643 ../../mod/chat.php:177 +#: ../../mod/chat.php:211 ../../mod/connect.php:92 ../../mod/connedit.php:540 #: ../../mod/setup.php:307 ../../mod/setup.php:350 ../../mod/pdledit.php:58 +#: ../../mod/photos.php:563 ../../mod/photos.php:675 ../../mod/photos.php:990 +#: ../../mod/photos.php:1030 ../../mod/photos.php:1117 #: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/events.php:492 ../../mod/filestorage.php:135 -#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/thing.php:283 -#: ../../mod/thing.php:326 ../../mod/import.php:393 ../../mod/invite.php:156 -#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/photos.php:565 -#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 -#: ../../mod/photos.php:1080 ../../mod/appman.php:99 +#: ../../mod/events.php:586 ../../mod/filestorage.php:137 +#: ../../mod/fsuggest.php:108 ../../mod/group.php:81 ../../mod/admin.php:414 +#: ../../mod/admin.php:725 ../../mod/admin.php:861 ../../mod/admin.php:994 +#: ../../mod/admin.php:1193 ../../mod/admin.php:1280 ../../mod/thing.php:284 +#: ../../mod/thing.php:327 ../../mod/import.php:475 ../../mod/invite.php:142 +#: ../../mod/mail.php:345 ../../mod/appman.php:99 ../../mod/poll.php:68 #: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/php/config.php:67 #: ../../view/theme/blogga/view/theme/blog/config.php:67 @@ -2994,35 +3081,35 @@ msgstr "Comentar" msgid "Submit" msgstr "Enviar" -#: ../../include/ItemObject.php:584 +#: ../../include/ItemObject.php:598 msgid "Bold" msgstr "Negrito" -#: ../../include/ItemObject.php:585 +#: ../../include/ItemObject.php:599 msgid "Italic" msgstr "ItĂĄlico" -#: ../../include/ItemObject.php:586 +#: ../../include/ItemObject.php:600 msgid "Underline" msgstr "Sublinhado" -#: ../../include/ItemObject.php:587 +#: ../../include/ItemObject.php:601 msgid "Quote" msgstr "Citação" -#: ../../include/ItemObject.php:588 +#: ../../include/ItemObject.php:602 msgid "Code" msgstr "CĂłdigo" -#: ../../include/ItemObject.php:589 +#: ../../include/ItemObject.php:603 msgid "Image" msgstr "Imagem" -#: ../../include/ItemObject.php:590 +#: ../../include/ItemObject.php:604 msgid "Link" msgstr "Link" -#: ../../include/ItemObject.php:591 +#: ../../include/ItemObject.php:605 msgid "Video" msgstr "VĂdeo" @@ -3070,76 +3157,80 @@ msgstr "Atenção: permissĂ”es foram modificadas mas ainda nĂŁo foram enviadas." msgid "close all" msgstr "fechar tudo" -#: ../../include/js_strings.php:19 +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "Nada de novo aqui" + +#: ../../include/js_strings.php:20 msgid "timeago.prefixAgo" msgstr "timeago.prefixAgo" -#: ../../include/js_strings.php:20 +#: ../../include/js_strings.php:21 msgid "timeago.prefixFromNow" msgstr "timeago.prefixFromNow" -#: ../../include/js_strings.php:21 +#: ../../include/js_strings.php:22 msgid "ago" msgstr "atrĂĄs" -#: ../../include/js_strings.php:22 +#: ../../include/js_strings.php:23 msgid "from now" msgstr "de agora" -#: ../../include/js_strings.php:23 +#: ../../include/js_strings.php:24 msgid "less than a minute" msgstr "menos de um minuto" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about a minute" msgstr "aproximadamente um minuto" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "%d minutes" msgstr "%d minutos" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "about an hour" msgstr "aproximadamente uma hora" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "about %d hours" msgstr "aproximadamente %d horas" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "a day" msgstr "um dia" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d days" msgstr "%d dias" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a month" msgstr "aproximadamente um mĂȘs" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d months" msgstr "%d meses" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid "about a year" msgstr "aproximadamente um ano" -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 #, php-format msgid "%d years" msgstr "%d anos" -#: ../../include/js_strings.php:34 +#: ../../include/js_strings.php:35 msgid " " msgstr " " -#: ../../include/js_strings.php:35 +#: ../../include/js_strings.php:36 msgid "timeago.numbers" msgstr "timeago.numbers" @@ -3151,11 +3242,18 @@ msgstr "Nova janela" msgid "Open the selected location in a different window or browser tab" msgstr "Abre a localização selecionada em outra aba ou janela" +#: ../../include/Contact.php:211 ../../mod/admin.php:649 +#, php-format +msgid "User '%s' deleted" +msgstr "O usuĂĄrio/a '%s' foi deletado/a" + #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Male" msgstr "Masculino" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 msgid "Female" msgstr "Feminino" @@ -3200,6 +3298,9 @@ msgid "Non-specific" msgstr "NĂŁo especĂfico" #: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:746 msgid "Other" msgstr "Outro" @@ -3207,195 +3308,322 @@ msgstr "Outro" msgid "Undecided" msgstr "Indeciso" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Males" msgstr "Homens" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 msgid "Females" msgstr "Mulheres" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Gay" msgstr "Gays" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Lesbian" msgstr "LĂ©sbicas" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "No Preference" msgstr "Sem preferĂȘncia" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Bisexual" msgstr "Bissexuais" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Autosexual" msgstr "Autossexuais" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Abstinent" msgstr "Abstinentes" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Virgin" msgstr "Virgens" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Deviant" msgstr "Desviantes" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Fetish" msgstr "Fetiches" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Oodles" msgstr "AbundĂąncia" -#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:42 msgid "Nonsexual" msgstr "NĂŁo sexuais" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Single" msgstr "Solteiro(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Lonely" msgstr "SolitĂĄrio(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Available" msgstr "DisponĂvel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unavailable" msgstr "NĂŁo disponĂvel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Has crush" msgstr "Tem uma paixĂŁo" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Infatuated" msgstr "Apaixonado" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Dating" msgstr "Saindo com alguĂ©m" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unfaithful" msgstr "Infiel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Sex Addict" msgstr "Viciado(a) em sexo" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Friends/Benefits" msgstr "Amigos com benefĂcios" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Casual" msgstr "Casual" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Engaged" msgstr "Envolvido(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Married" msgstr "Casado(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily married" msgstr "Casado imaginariamente" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Partners" msgstr "Parceiros" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Cohabiting" msgstr "Coabitando" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Common law" msgstr "Direito comum" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Happy" msgstr "Feliz" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Not looking" msgstr "NĂŁo estou procurando" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Swinger" msgstr "Swinger" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Betrayed" msgstr "TraĂdo(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Separated" msgstr "Separado(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Unstable" msgstr "InstĂĄvel" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Divorced" msgstr "Divorciado(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Imaginarily divorced" msgstr "Divorciado imaginariamente" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "Widowed" msgstr "ViĂșvo(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Uncertain" msgstr "Incerto(a)" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 msgid "It's complicated" msgstr "Ă complicado" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Don't care" msgstr "NĂŁo importa" -#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:80 msgid "Ask me" msgstr "Pergunte-me" -#: ../../include/auth.php:79 +#: ../../include/auth.php:103 msgid "Logged out." msgstr "VocĂȘ saiu." -#: ../../include/auth.php:198 +#: ../../include/auth.php:249 msgid "Failed authentication" msgstr "NĂŁo foi possĂvel autenticar" -#: ../../include/auth.php:213 ../../mod/openid.php:188 +#: ../../include/auth.php:264 ../../mod/openid.php:188 msgid "Login failed." msgstr "NĂŁo foi possĂvel entrar." -#: ../../include/security.php:301 +#: ../../include/permissions.php:13 +msgid "Can view my normal stream and posts" +msgstr "Pode ver meus fluxo e publicaçÔes normais" + +#: ../../include/permissions.php:14 +msgid "Can view my default channel profile" +msgstr "Pode ver o perfil padrĂŁo do meu canal" + +#: ../../include/permissions.php:15 +msgid "Can view my photo albums" +msgstr "Pode ver meus ĂĄlbuns de fotos" + +#: ../../include/permissions.php:16 +msgid "Can view my connections" +msgstr "Pode ver minhas conexĂ”es" + +#: ../../include/permissions.php:17 +msgid "Can view my file storage" +msgstr "Pode ver meu armazenamento de arquivos" + +#: ../../include/permissions.php:18 +msgid "Can view my webpages" +msgstr "Pode ver minhas pĂĄginas web" + +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Pode me enviar seu fluxo e publicaçÔes" + +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Pode publicar na pĂĄgina do meu canal (\"mural\")" + +#: ../../include/permissions.php:23 +msgid "Can comment on or like my posts" +msgstr "Pode comentar em ou gostar de minhas publicaçÔes" + +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Pode me enviar mensagens privadas" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Pode publicar fotos nos meus ĂĄlbuns de fotos" + +#: ../../include/permissions.php:26 +msgid "Can like/dislike stuff" +msgstr "Pode gostar/desgostar de coisas" + +#: ../../include/permissions.php:26 +msgid "Profiles and things other than posts/comments" +msgstr "Perfis e coisas que nĂŁo publicaçÔes/comentĂĄrios" + +#: ../../include/permissions.php:28 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Pode encaminhar para todos os contatos do meu canal via @mençÔes na publicação" + +#: ../../include/permissions.php:28 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avançado - Ăștil para criar canais de fĂłruns de grupos" + +#: ../../include/permissions.php:29 +msgid "Can chat with me (when available)" +msgstr "Pode conversar comigo (quando disponĂvei)" + +#: ../../include/permissions.php:30 +msgid "Can write to my file storage" +msgstr "Pode escrever em meu armazenamento de arquivos" + +#: ../../include/permissions.php:31 +msgid "Can edit my webpages" +msgstr "Pode editar minhas pĂĄginas web" + +#: ../../include/permissions.php:33 +msgid "Can source my public posts in derived channels" +msgstr "Pode usar minhas publicaçÔes pĂșblicas como fonte para canais derivados" + +#: ../../include/permissions.php:33 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Avançado - muito Ăștil em comunidades abertas" + +#: ../../include/permissions.php:35 +msgid "Can administer my channel resources" +msgstr "Pode administrar os recursos do meu canal" + +#: ../../include/permissions.php:35 msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "O token de segurança do formulĂĄrio nĂŁo estava correto. Isso provavelmente aconteceu porque o formulĂĄrio ficou aberto por muito tempo (>3 horas) antes da sua submissĂŁo." +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Extremamente avançado. NĂŁo mexa nisso a nĂŁo ser que saiba o que estĂĄ fazendo" + +#: ../../include/permissions.php:738 +msgid "Social Networking" +msgstr "Rede social" + +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +#: ../../include/permissions.php:743 ../../include/permissions.php:745 +msgid "Mostly Public" +msgstr "PadrĂŁo pĂșblico" + +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +#: ../../include/permissions.php:743 +msgid "Restricted" +msgstr "Restrito" + +#: ../../include/permissions.php:739 ../../include/permissions.php:741 +msgid "Private" +msgstr "Privado" + +#: ../../include/permissions.php:740 +msgid "Community Forum" +msgstr "FĂłrum de comunidade" + +#: ../../include/permissions.php:742 +msgid "Feed Republish" +msgstr "Republicação de feed" + +#: ../../include/permissions.php:744 +msgid "Celebrity/Soapbox" +msgstr "Personalidade/Palanque" + +#: ../../include/permissions.php:747 +msgid "Custom/Expert Mode" +msgstr "Personalizado/Modo expert" #: ../../mod/mood.php:132 msgid "Set your current mood and tell your friends" @@ -3422,7 +3650,7 @@ msgid "Unable to add menu element." msgstr "NĂŁo foi possĂvel adicionar o elemento de menu." #: ../../mod/mitem.php:78 ../../mod/dirprofile.php:175 ../../mod/menu.php:120 -#: ../../mod/xchan.php:27 +#: ../../mod/xchan.php:38 msgid "Not found." msgstr "NĂŁo encontrado." @@ -3470,7 +3698,7 @@ msgstr "Novo elemento de menu" msgid "Menu Item Permissions" msgstr "PermissĂ”es do item do menu" -#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:959 +#: ../../mod/mitem.php:134 ../../mod/mitem.php:177 ../../mod/settings.php:980 msgid "(click to open/close)" msgstr "(clique para abrir/fechar)" @@ -3498,10 +3726,6 @@ msgstr "Ordem na lista" msgid "Higher numbers will sink to bottom of listing" msgstr "NĂșmeros mais altos descem para o fim da lista" -#: ../../mod/mitem.php:142 ../../mod/menu.php:84 ../../mod/new_channel.php:117 -msgid "Create" -msgstr "Criar" - #: ../../mod/mitem.php:154 msgid "Menu item not found." msgstr "O item de menu nĂŁo foi encontrado." @@ -3522,648 +3746,493 @@ msgstr "Editar elemento de menu" msgid "Modify" msgstr "Modificar" -#: ../../mod/ping.php:192 +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "Alguma coisa sobre o que fazer quando se Ă© novo aqui" + +#: ../../mod/ping.php:237 msgid "sent you a private message" msgstr "lhe enviou uma mensagem privada" -#: ../../mod/ping.php:250 +#: ../../mod/ping.php:288 msgid "added your channel" msgstr "adicionou seu canal" -#: ../../mod/ping.php:294 +#: ../../mod/ping.php:329 msgid "posted an event" msgstr "publicou um evento" -#: ../../mod/acl.php:239 +#: ../../mod/acl.php:244 msgid "network" msgstr "+ rede" -#: ../../mod/admin.php:52 -msgid "Theme settings updated." -msgstr "As configuraçÔes de tema foram atualizadas." - -#: ../../mod/admin.php:92 ../../mod/admin.php:440 -msgid "Site" -msgstr "Site" - -#: ../../mod/admin.php:93 -msgid "Accounts" -msgstr "Contas" - -#: ../../mod/admin.php:94 ../../mod/admin.php:883 -msgid "Channels" -msgstr "Canais" - -#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 -msgid "Plugins" -msgstr "Plugins" - -#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 -msgid "Themes" -msgstr "Temas" - -#: ../../mod/admin.php:97 ../../mod/admin.php:540 -msgid "Server" -msgstr "Servidor" - -#: ../../mod/admin.php:98 -msgid "DB updates" -msgstr "AtualizaçÔes do Banco de Dados" - -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 -msgid "Logs" -msgstr "Logs" - -#: ../../mod/admin.php:118 -msgid "Plugin Features" -msgstr "Recursos dos plugins" - -#: ../../mod/admin.php:120 -msgid "User registrations waiting for confirmation" -msgstr "Registros de usuĂĄrio aguardando confirmação" - -#: ../../mod/admin.php:197 -msgid "Message queues" -msgstr "Filas de mensagem" - -#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 -#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 -#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 -#: ../../mod/admin.php:1301 -msgid "Administration" -msgstr "Administração" - -#: ../../mod/admin.php:203 -msgid "Summary" -msgstr "Resumo" - -#: ../../mod/admin.php:205 -msgid "Registered users" -msgstr "UsuĂĄrios registrados" - -#: ../../mod/admin.php:207 ../../mod/admin.php:543 -msgid "Pending registrations" -msgstr "Registros pendentes" - -#: ../../mod/admin.php:208 -msgid "Version" -msgstr "VersĂŁo" - -#: ../../mod/admin.php:210 ../../mod/admin.php:544 -msgid "Active plugins" -msgstr "Plugins ativos" - -#: ../../mod/admin.php:360 -msgid "Site settings updated." -msgstr "As configuraçÔes de site foram atualizadas." - -#: ../../mod/admin.php:389 ../../mod/settings.php:708 -msgid "No special theme for mobile devices" -msgstr "Sem tema especial para aparelhos mĂłveis" - -#: ../../mod/admin.php:391 -msgid "No special theme for accessibility" -msgstr "Sem tema especial para acessibilidade" - -#: ../../mod/admin.php:419 ../../mod/api.php:106 ../../mod/profiles.php:484 -#: ../../mod/settings.php:876 ../../mod/settings.php:881 -#: ../../mod/settings.php:952 -msgid "No" -msgstr "NĂŁo" +#: ../../mod/settings.php:71 +msgid "Name is required" +msgstr "Ă necessĂĄrio informar o nome" -#: ../../mod/admin.php:420 -msgid "Yes - with approval" -msgstr "Sim - pendente aprovação" +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" +msgstr "A chave e o segredo sĂŁo obrigatĂłrios" -#: ../../mod/admin.php:421 ../../mod/api.php:105 ../../mod/profiles.php:483 -#: ../../mod/settings.php:876 ../../mod/settings.php:881 -#: ../../mod/settings.php:952 -msgid "Yes" -msgstr "Sim" +#: ../../mod/settings.php:198 +msgid "Passwords do not match. Password unchanged." +msgstr "As senhas nĂŁo correspondem. A senha nĂŁo foi modificada." -#: ../../mod/admin.php:426 -msgid "My site is not a public server" -msgstr "Meu site nĂŁo Ă© um servidor pĂșblico" +#: ../../mod/settings.php:202 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "NĂŁo Ă© permitido uma senha em branco. A senha nĂŁo foi modificada." -#: ../../mod/admin.php:427 -msgid "My site has paid access only" -msgstr "Meu site oferece somente acesso pago" +#: ../../mod/settings.php:216 +msgid "Password changed." +msgstr "A senha foi modificada." -#: ../../mod/admin.php:428 -msgid "My site has free access only" -msgstr "Meu site oferece somente acesso gratuito" +#: ../../mod/settings.php:218 +msgid "Password update failed. Please try again." +msgstr "NĂŁo foi possĂvel atualizar a senha. Por favor, tente novamente." -#: ../../mod/admin.php:429 -msgid "My site offers free accounts with optional paid upgrades" -msgstr "Meu site oferece contas gratuitas com recursos adicionais pagos" +#: ../../mod/settings.php:232 +msgid "Not valid email." +msgstr "NĂŁo Ă© um e-mail vĂĄlido" -#: ../../mod/admin.php:442 ../../mod/register.php:189 -msgid "Registration" -msgstr "Registro" +#: ../../mod/settings.php:235 +msgid "Protected email address. Cannot change to that email." +msgstr "Endereço de e-mail protegido. NĂŁo Ă© possĂvel mudar para esse e-mail." -#: ../../mod/admin.php:443 -msgid "File upload" -msgstr "Carregamento de arquivos" +#: ../../mod/settings.php:244 +msgid "System failure storing new email. Please try again." +msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente." -#: ../../mod/admin.php:444 -msgid "Policies" -msgstr "PolĂticas" +#: ../../mod/settings.php:447 +msgid "Settings updated." +msgstr "As configuraçÔes foram atualizadas." -#: ../../mod/admin.php:449 -msgid "Site name" -msgstr "Nome do site" +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +#: ../../mod/settings.php:580 +msgid "Add application" +msgstr "Adicionar aplicação" -#: ../../mod/admin.php:450 -msgid "Banner/Logo" -msgstr "Cartaz/Logo" +#: ../../mod/settings.php:521 +msgid "Name of application" +msgstr "Nome da aplicação" -#: ../../mod/admin.php:451 -msgid "Administrator Information" -msgstr "InformaçÔes do Administrador" +#: ../../mod/settings.php:522 ../../mod/settings.php:548 +msgid "Consumer Key" +msgstr "Chave de consumidor" -#: ../../mod/admin.php:451 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "InformaçÔes de contato com administradores do site. Exibida na pĂĄgina siteinfo. BBCode pode ser usado aqui." +#: ../../mod/settings.php:522 ../../mod/settings.php:523 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Gerado automaticamente - troque se desejĂĄvel. Comprimento mĂĄximo 20" -#: ../../mod/admin.php:452 -msgid "System language" -msgstr "Idioma do sistema" +#: ../../mod/settings.php:523 ../../mod/settings.php:549 +msgid "Consumer Secret" +msgstr "Segredo de consumidor" -#: ../../mod/admin.php:453 -msgid "System theme" -msgstr "Tema do sistema" +#: ../../mod/settings.php:524 ../../mod/settings.php:550 +msgid "Redirect" +msgstr "Redirecionamento" -#: ../../mod/admin.php:453 +#: ../../mod/settings.php:524 msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" -msgstr "Tema padrĂŁo do sistema - pode ser sobrescrito por perfis de usuĂĄrio - <a href='#' id='cnftheme'>mudar configuraçÔes do tema</a>" - -#: ../../mod/admin.php:454 -msgid "Mobile system theme" -msgstr "Tema do sistema mĂłvel" - -#: ../../mod/admin.php:454 -msgid "Theme for mobile devices" -msgstr "Tema para dispositivos mĂłveis" - -#: ../../mod/admin.php:455 -msgid "Accessibility system theme" -msgstr "Tema do sistema acessĂvel" - -#: ../../mod/admin.php:455 -msgid "Accessibility theme" -msgstr "Tema acessĂvel" - -#: ../../mod/admin.php:456 -msgid "Channel to use for this website's static pages" -msgstr "Canal a utilizar para as pĂĄginas estĂĄticas desse website" - -#: ../../mod/admin.php:456 -msgid "Site Channel" -msgstr "Canal do site" - -#: ../../mod/admin.php:458 -msgid "Maximum image size" -msgstr "Tamanho mĂĄximo de imagens" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "URI de redirecionamento - deixe em branco, a nĂŁo ser que sua aplicação especificamente requeira isso" -#: ../../mod/admin.php:458 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Tamanho mĂĄximo em bytes de imagens carregadas. O padrĂŁo Ă© 0, significando sem limites." +#: ../../mod/settings.php:525 ../../mod/settings.php:551 +msgid "Icon url" +msgstr "URL do Ăcone" -#: ../../mod/admin.php:459 -msgid "Does this site allow new member registration?" -msgstr "Este site permite o registro de novos membros?" +#: ../../mod/settings.php:525 +msgid "Optional" +msgstr "Opcional" -#: ../../mod/admin.php:460 -msgid "Which best describes the types of account offered by this hub?" -msgstr "Qual descreve melhor os tipos de conta oferecidas por este hub?" +#: ../../mod/settings.php:536 +msgid "You can't edit this application." +msgstr "VocĂȘ nĂŁo pode editar esta aplicação." -#: ../../mod/admin.php:461 -msgid "Register text" -msgstr "Texto de registro" +#: ../../mod/settings.php:579 +msgid "Connected Apps" +msgstr "AplicaçÔes conectadas" -#: ../../mod/admin.php:461 -msgid "Will be displayed prominently on the registration page." -msgstr "SerĂĄ exibido proeminentemente na pĂĄgina de registro." +#: ../../mod/settings.php:583 +msgid "Client key starts with" +msgstr "Chave do cliente começa com" -#: ../../mod/admin.php:462 -msgid "Accounts abandoned after x days" -msgstr "Contas abandonadas apĂłs x dias" +#: ../../mod/settings.php:584 +msgid "No name" +msgstr "Sem nome" -#: ../../mod/admin.php:462 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "NĂŁo gastarĂĄ recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo." +#: ../../mod/settings.php:585 +msgid "Remove authorization" +msgstr "Remover autorização" -#: ../../mod/admin.php:463 -msgid "Allowed friend domains" -msgstr "DomĂnios permitidos para amigos" +#: ../../mod/settings.php:596 +msgid "No feature settings configured" +msgstr "NĂŁo foi definida nenhuma configuração do recurso" -#: ../../mod/admin.php:463 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Lista, separada por vĂrgulas, de domĂnios permitidos para estabelecer amizades com este site. <em>Wildcards</em> sĂŁo aceitas. Vazio para permitir qualquer domĂnio" +#: ../../mod/settings.php:604 +msgid "Feature Settings" +msgstr "ConfiguraçÔes do recurso" -#: ../../mod/admin.php:464 -msgid "Allowed email domains" -msgstr "DomĂnios permitidos de e-mail" +#: ../../mod/settings.php:627 +msgid "Account Settings" +msgstr "ConfiguraçÔes da conta" -#: ../../mod/admin.php:464 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Lista, separada por vĂrgulas, de domĂnios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> sĂŁo aceitas. Vazio para permitir qualquer domĂnio" +#: ../../mod/settings.php:628 +msgid "Password Settings" +msgstr "ConfiguraçÔes da senha" -#: ../../mod/admin.php:465 -msgid "Block public" -msgstr "Bloquear pĂșblico" +#: ../../mod/settings.php:629 +msgid "New Password:" +msgstr "Nova senha:" -#: ../../mod/admin.php:465 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Marque para bloquear o acesso pĂșblico a todas as pĂĄginas pessoais que seriam pĂșblicas, a nĂŁo ser que se esteja autenticado." +#: ../../mod/settings.php:630 +msgid "Confirm:" +msgstr "Confirme:" -#: ../../mod/admin.php:466 -msgid "Force publish" -msgstr "Forçar publicação" +#: ../../mod/settings.php:630 +msgid "Leave password fields blank unless changing" +msgstr "Deixe os campos de senha em branco, a nĂŁo ser que vocĂȘ queira alterĂĄ-la" -#: ../../mod/admin.php:466 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretĂłrio do site." +#: ../../mod/settings.php:632 ../../mod/settings.php:954 +msgid "Email Address:" +msgstr "Endereço de e-mail:" -#: ../../mod/admin.php:467 -msgid "Disable discovery tab" -msgstr "Desabilitar a aba \"Descubra\"" +#: ../../mod/settings.php:633 ../../mod/removeaccount.php:61 +msgid "Remove Account" +msgstr "Remover conta" -#: ../../mod/admin.php:467 -msgid "" -"Remove the tab in the network view with public content pulled from sources " -"chosen for this site." -msgstr "Remove da visualização de rede a aba com conteĂșdos pĂșblicos obtidos de fontes escolhidas para esse site." +#: ../../mod/settings.php:634 +msgid "Remove this account from this server including all its channels" +msgstr "Remove esta conta deste servidor incluindo todos os seus canais." -#: ../../mod/admin.php:468 -msgid "No login on Homepage" -msgstr "Sem formulĂĄrio de autenticação na pĂĄgina inicial" +#: ../../mod/settings.php:635 ../../mod/settings.php:1019 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Atenção: Esta ação Ă© permanente e nĂŁo pode ser revertida." -#: ../../mod/admin.php:468 -msgid "" -"Check to hide the login form from your sites homepage when visitors arrive " -"who are not logged in (e.g. when you put the content of the homepage in via " -"the site channel)." -msgstr "Marque para esconder o formulĂĄrio de autenticação da pĂĄgina inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando vocĂȘ inclui os conteĂșdos da pĂĄgina inicial atravĂ©s do canal do site)." +#: ../../mod/settings.php:651 +msgid "Off" +msgstr "Desligado" -#: ../../mod/admin.php:470 -msgid "Proxy user" -msgstr "UsuĂĄrio do proxy" +#: ../../mod/settings.php:651 +msgid "On" +msgstr "Ligado" -#: ../../mod/admin.php:471 -msgid "Proxy URL" -msgstr "URL do proxy" +#: ../../mod/settings.php:658 +msgid "Additional Features" +msgstr "Recursos adicionais" -#: ../../mod/admin.php:472 -msgid "Network timeout" -msgstr "Timeout da rede" +#: ../../mod/settings.php:683 +msgid "Connector Settings" +msgstr "ConfiguraçÔes do conector" -#: ../../mod/admin.php:472 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valor em segundos. Use 0 para ilimitado (nĂŁo recomendado)." +#: ../../mod/settings.php:713 ../../mod/admin.php:362 +msgid "No special theme for mobile devices" +msgstr "Sem tema especial para aparelhos mĂłveis" -#: ../../mod/admin.php:473 -msgid "Delivery interval" -msgstr "Intervalo de entrega" +#: ../../mod/settings.php:722 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimental)" -#: ../../mod/admin.php:473 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Atrase os processos de entrega em segundo plano por este nĂșmero de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados." +#: ../../mod/settings.php:758 +msgid "Display Settings" +msgstr "ConfiguraçÔes de exibição" -#: ../../mod/admin.php:474 -msgid "Poll interval" -msgstr "Intervalo de coleta" +#: ../../mod/settings.php:764 +msgid "Display Theme:" +msgstr "Tema do perfil:" -#: ../../mod/admin.php:474 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Atrase os processos de coleta em segundo plano por este nĂșmero de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega." +#: ../../mod/settings.php:765 +msgid "Mobile Theme:" +msgstr "Tema mĂłvel:" -#: ../../mod/admin.php:475 -msgid "Maximum Load Average" -msgstr "Carga mĂ©dia mĂĄxima" +#: ../../mod/settings.php:766 +msgid "Enable user zoom on mobile devices" +msgstr "Permitir zoom pelo usuĂĄrio em dispositivos mĂłveis" -#: ../../mod/admin.php:475 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Carga mĂĄxima do sistema antes de adiar processos de entrega e coleta - padrĂŁo 50." +#: ../../mod/settings.php:767 +msgid "Update browser every xx seconds" +msgstr "Atualizar navegador a cada xx segundos" -#: ../../mod/admin.php:531 -msgid "No server found" -msgstr "Nenhum servidor foi encontrado" +#: ../../mod/settings.php:767 +msgid "Minimum of 10 seconds, no maximum" +msgstr "MĂnimo de 10 segundos, sem mĂĄximo" -#: ../../mod/admin.php:538 ../../mod/admin.php:762 -msgid "ID" -msgstr "ID" +#: ../../mod/settings.php:768 +msgid "Maximum number of conversations to load at any time:" +msgstr "NĂșmero mĂĄximo permitido de conversas carregadas:" -#: ../../mod/admin.php:538 -msgid "for channel" -msgstr "para o canal" +#: ../../mod/settings.php:768 +msgid "Maximum of 100 items" +msgstr "MĂĄximo de 100 itens" -#: ../../mod/admin.php:538 -msgid "on server" -msgstr "no servidor" +#: ../../mod/settings.php:769 +msgid "Don't show emoticons" +msgstr "NĂŁo exibir emoticons" -#: ../../mod/admin.php:538 -msgid "Status" -msgstr "Status" +#: ../../mod/settings.php:770 +msgid "Link post titles to source" +msgstr "Ligar o tĂtulo dos posts Ă fonte" -#: ../../mod/admin.php:559 -msgid "Update has been marked successful" -msgstr "A atualização foi designada bem sucedida" +#: ../../mod/settings.php:771 +msgid "System Page Layout Editor - (advanced)" +msgstr "Editor de layout de pĂĄgina do sistema - (avançado)" -#: ../../mod/admin.php:569 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Execução de %s falhou. Verifique os logs do sistema." +#: ../../mod/settings.php:807 +msgid "Nobody except yourself" +msgstr "NinguĂ©m exceto vocĂȘ mesmo" -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s was successfully applied." -msgstr "A atualização %s foi aplicada com sucesso." +#: ../../mod/settings.php:808 +msgid "Only those you specifically allow" +msgstr "Apenas quem vocĂȘ der permissĂŁo" -#: ../../mod/admin.php:576 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "A atualização %s nĂŁo retornou um status. Situação incerta quando ao seu sucesso." +#: ../../mod/settings.php:809 +msgid "Approved connections" +msgstr "ConexĂ”es aprovadas" -#: ../../mod/admin.php:579 -#, php-format -msgid "Update function %s could not be found." -msgstr "A função de atualização %s nĂŁo foi encontrada." +#: ../../mod/settings.php:810 +msgid "Any connections" +msgstr "Quaisquer conexĂ”es" -#: ../../mod/admin.php:594 -msgid "No failed updates." -msgstr "Nenhuma falha nas atualizaçÔes." +#: ../../mod/settings.php:811 +msgid "Anybody on this website" +msgstr "Qualquer um neste site" -#: ../../mod/admin.php:598 -msgid "Failed Updates" -msgstr "Falha nas atualizaçÔes" +#: ../../mod/settings.php:812 +msgid "Anybody in this network" +msgstr "Qualquer um nesta rede" -#: ../../mod/admin.php:600 -msgid "Mark success (if update was manually applied)" -msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" +#: ../../mod/settings.php:813 +msgid "Anybody authenticated" +msgstr "Qualquer um autenticado" -#: ../../mod/admin.php:601 -msgid "Attempt to execute this update step automatically" -msgstr "Tente executar este passo da atualização automaticamente" +#: ../../mod/settings.php:814 +msgid "Anybody on the internet" +msgstr "Qualquer um na internet" -#: ../../mod/admin.php:627 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s usuĂĄrio foi bloqueado/desbloqueado" -msgstr[1] "%s usuĂĄrios foram bloqueados/desbloqueados" +#: ../../mod/settings.php:891 +msgid "Publish your default profile in the network directory" +msgstr "Publicar seu perfil padrĂŁo no diretĂłrio da rede?" -#: ../../mod/admin.php:634 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s usuĂĄrio foi deletado" -msgstr[1] "%s usuĂĄrios foram deletados" +#: ../../mod/settings.php:891 ../../mod/settings.php:896 +#: ../../mod/settings.php:973 ../../mod/api.php:106 ../../mod/profiles.php:602 +#: ../../mod/admin.php:392 +msgid "No" +msgstr "NĂŁo" -#: ../../mod/admin.php:665 -msgid "Account not found" -msgstr "A conta nĂŁo foi encontrada" +#: ../../mod/settings.php:891 ../../mod/settings.php:896 +#: ../../mod/settings.php:973 ../../mod/api.php:105 ../../mod/profiles.php:601 +#: ../../mod/admin.php:394 +msgid "Yes" +msgstr "Sim" -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' deleted" -msgstr "O usuĂĄrio/a '%s' foi deletado/a" +#: ../../mod/settings.php:896 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Permitir sugerir vocĂȘ como amigo potencial para outros membros?" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' unblocked" -msgstr "O usuĂĄrio/a '%s' foi desbloqueado/a" +#: ../../mod/settings.php:900 ../../mod/profile_photo.php:365 +msgid "or" +msgstr "ou" -#: ../../mod/admin.php:685 -#, php-format -msgid "User '%s' blocked" -msgstr "O usuĂĄrio/a '%s' foi bloqueado/a" +#: ../../mod/settings.php:905 +msgid "Your channel address is" +msgstr "O endereço do seu canal Ă©" -#: ../../mod/admin.php:749 ../../mod/admin.php:761 -msgid "Users" -msgstr "UsuĂĄrios" +#: ../../mod/settings.php:943 +msgid "Channel Settings" +msgstr "ConfiguraçÔes do canal" -#: ../../mod/admin.php:751 ../../mod/admin.php:885 -msgid "select all" -msgstr "selecionar tudo" +#: ../../mod/settings.php:952 +msgid "Basic Settings" +msgstr "ConfiguraçÔes bĂĄsicas" -#: ../../mod/admin.php:752 -msgid "User registrations waiting for confirm" -msgstr "Registros de usuĂĄrio aguardando confirmação" +#: ../../mod/settings.php:955 +msgid "Your Timezone:" +msgstr "Seu fuso horĂĄrio:" -#: ../../mod/admin.php:753 -msgid "Request date" -msgstr "Data de requisição" +#: ../../mod/settings.php:956 +msgid "Default Post Location:" +msgstr "Localização padrĂŁo de suas publicaçÔes:" -#: ../../mod/admin.php:754 -msgid "No registrations." -msgstr "Nenhum registro." +#: ../../mod/settings.php:956 +msgid "Geographical location to display on your posts" +msgstr "Localização geogrĂĄfica para exibir em suas publicaçÔes" -#: ../../mod/admin.php:755 -msgid "Approve" -msgstr "Aprovar" +#: ../../mod/settings.php:957 +msgid "Use Browser Location:" +msgstr "Usar localizador do navegador:" -#: ../../mod/admin.php:756 -msgid "Deny" -msgstr "Negar" +#: ../../mod/settings.php:959 +msgid "Adult Content" +msgstr "ConteĂșdo adulto" -#: ../../mod/admin.php:758 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Block" -msgstr "Bloquear" +#: ../../mod/settings.php:959 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Este canal frequentemente ou regularmente publica conteĂșdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)" -#: ../../mod/admin.php:759 ../../mod/connedit.php:372 -#: ../../mod/connedit.php:515 -msgid "Unblock" -msgstr "Desbloquear" +#: ../../mod/settings.php:961 +msgid "Security and Privacy Settings" +msgstr "ConfiguraçÔes de segurança e privacidade" -#: ../../mod/admin.php:762 -msgid "Register date" -msgstr "Data de registro" +#: ../../mod/settings.php:963 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "Suas permissĂ”es jĂĄ foram configuradas. Clique para vĂȘ-las/ajustĂĄ-las" -#: ../../mod/admin.php:762 -msgid "Last login" -msgstr "Ăltima autenticação" +#: ../../mod/settings.php:965 +msgid "Hide my online presence" +msgstr "Esconda minha presença online" -#: ../../mod/admin.php:762 -msgid "Expires" -msgstr "Expira" +#: ../../mod/settings.php:965 +msgid "Prevents displaying in your profile that you are online" +msgstr "Previne exibir em seu perfil que vocĂȘ estĂĄ online" -#: ../../mod/admin.php:762 -msgid "Service Class" -msgstr "Classe de serviço" +#: ../../mod/settings.php:967 +msgid "Simple Privacy Settings:" +msgstr "ConfiguraçÔes de privacidade simples:" -#: ../../mod/admin.php:764 +#: ../../mod/settings.php:968 msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Os usuĂĄrios selecionados serĂŁo deletados!\\n\\nTudo o que esses usuĂĄrios postaram neste site serĂĄ permanentemente deletado!\\n\\nTem certeza?" +"Very Public - <em>extremely permissive (should be used with caution)</em>" +msgstr "Muito pĂșblico - <em>extremamente permissivo (deve ser usado com cuidado)</em>" -#: ../../mod/admin.php:765 +#: ../../mod/settings.php:969 msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "O/A usuĂĄrio/a {0} serĂĄ deletado/a!\\n\\nTudo o que esse/a usuĂĄrio/a postou neste site serĂĄ permanentemente deletado!\\n\\nTem certeza?" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" +msgstr "TĂpico - <em>pĂșblico por padrĂŁo, privado quando desejĂĄvel (similar Ă s permissĂ”es de redes sociais, mas com melhor privacidade)</em>" -#: ../../mod/admin.php:797 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channelss censored/uncensored" -msgstr[0] "%s canal censurado/descensurado" -msgstr[1] "%s canais censurados/descensurados" +#: ../../mod/settings.php:970 +msgid "Private - <em>default private, never open or public</em>" +msgstr "Privado - <em>privado por padrĂŁo, nunca aberto ou pĂșblico</em>" -#: ../../mod/admin.php:804 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "%s canal deletado" -msgstr[1] "%s canais deletados" +#: ../../mod/settings.php:971 +msgid "Blocked - <em>default blocked to/from everybody</em>" +msgstr "Bloqueado - <em>por padrĂŁo bloquado de/para todos</em>" -#: ../../mod/admin.php:823 -msgid "Channel not found" -msgstr "Canal nĂŁo encontrado" +#: ../../mod/settings.php:973 +msgid "Allow others to tag your posts" +msgstr "Permitir que outros etiquetem suas publicaçÔes" -#: ../../mod/admin.php:834 -#, php-format -msgid "Channel '%s' deleted" -msgstr "Canal '%s' deletado" +#: ../../mod/settings.php:973 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteĂșdo inapropriado" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "Canal '%s' nĂŁo censurado" +#: ../../mod/settings.php:975 +msgid "Advanced Privacy Settings" +msgstr "ConfiguraçÔes de privacidade avançadas" -#: ../../mod/admin.php:844 -#, php-format -msgid "Channel '%s' censored" -msgstr "Canal '%s' censurado" +#: ../../mod/settings.php:977 +msgid "Expire other channel content after this many days" +msgstr "Expirar outros conteĂșdos do canal apĂłs este nĂșmero de dias" -#: ../../mod/admin.php:887 -msgid "Censor" -msgstr "Censurar" +#: ../../mod/settings.php:977 +msgid "0 or blank prevents expiration" +msgstr "0 ou em branco previne expiração" -#: ../../mod/admin.php:888 -msgid "Uncensor" -msgstr "NĂŁo censurar" +#: ../../mod/settings.php:978 +msgid "Maximum Friend Requests/Day:" +msgstr "NĂșmero mĂĄximo de requisiçÔes de amizade por dia:" -#: ../../mod/admin.php:891 -msgid "UID" -msgstr "UID" +#: ../../mod/settings.php:978 +msgid "May reduce spam activity" +msgstr "Pode reduzir a frequĂȘncia de spam" -#: ../../mod/admin.php:891 ../../mod/settings.php:517 -#: ../../mod/settings.php:543 -msgid "Name" -msgstr "Nome" +#: ../../mod/settings.php:979 +msgid "Default Post Permissions" +msgstr "PermissĂ”es padrĂŁo de publicação" -#: ../../mod/admin.php:891 ../../mod/profiles.php:337 -msgid "Address" -msgstr "Endereço" +#: ../../mod/settings.php:991 +msgid "Maximum private messages per day from unknown people:" +msgstr "MĂĄximo nĂșmero de mensagens privadas por dia de pessoas desconhecidas:" -#: ../../mod/admin.php:893 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Os canais selecionados serĂŁo deletados!\\n\\nTudo que foi postado nesses canais nesse site serĂĄ permanentemente deletado!\\n\\nVocĂȘ tem certeza?" +#: ../../mod/settings.php:991 +msgid "Useful to reduce spamming" +msgstr "Ătil para reduzir a frequĂȘncia de spam" -#: ../../mod/admin.php:894 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "O canal {0} serĂĄ deletado!\\n\\nTudo o que foi postado nesse canal nesse site serĂĄ permanentemente deletado!\\n\\nVocĂȘ tem certeza?" +#: ../../mod/settings.php:994 +msgid "Notification Settings" +msgstr "ConfiguraçÔes de notificação" -#: ../../mod/admin.php:933 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s desabilitado." +#: ../../mod/settings.php:995 +msgid "By default post a status message when:" +msgstr "Por padrĂŁo, publicar uma mensagem de status quando:" -#: ../../mod/admin.php:937 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s habilitado." +#: ../../mod/settings.php:996 +msgid "accepting a friend request" +msgstr "aceitar um pedido de amizade" -#: ../../mod/admin.php:947 ../../mod/admin.php:1149 -msgid "Disable" -msgstr "Desabilitar" +#: ../../mod/settings.php:997 +msgid "joining a forum/community" +msgstr "associar-se a um fĂłrum/comunidade" -#: ../../mod/admin.php:949 ../../mod/admin.php:1151 -msgid "Enable" -msgstr "Habilitar" +#: ../../mod/settings.php:998 +msgid "making an <em>interesting</em> profile change" +msgstr "modificar algo <em>interessante</em> em seu perfil" -#: ../../mod/admin.php:975 ../../mod/admin.php:1180 -msgid "Toggle" -msgstr "Alternar" +#: ../../mod/settings.php:999 +msgid "Send a notification email when:" +msgstr "Enviar um e-mail de notificação quando:" -#: ../../mod/admin.php:983 ../../mod/admin.php:1190 -msgid "Author: " -msgstr "Autor:" +#: ../../mod/settings.php:1000 +msgid "You receive a connection request" +msgstr "VocĂȘ recebe uma solicitação de conexĂŁo" -#: ../../mod/admin.php:984 ../../mod/admin.php:1191 -msgid "Maintainer: " -msgstr "Mantenedor:" +#: ../../mod/settings.php:1001 +msgid "Your connections are confirmed" +msgstr "Suas conexĂ”es sĂŁo confirmadas" -#: ../../mod/admin.php:1113 -msgid "No themes found." -msgstr "Nenhum tema foi encontrado." +#: ../../mod/settings.php:1002 +msgid "Someone writes on your profile wall" +msgstr "AlguĂ©m escrever no mural do seu perfil" -#: ../../mod/admin.php:1172 -msgid "Screenshot" -msgstr "Captura de tela" +#: ../../mod/settings.php:1003 +msgid "Someone writes a followup comment" +msgstr "AlguĂ©m comenta uma publicação" -#: ../../mod/admin.php:1220 -msgid "[Experimental]" -msgstr "[Experimental]" +#: ../../mod/settings.php:1004 +msgid "You receive a private message" +msgstr "VocĂȘ recebeu uma mensagem privada" -#: ../../mod/admin.php:1221 -msgid "[Unsupported]" -msgstr "[Desassistido]" +#: ../../mod/settings.php:1005 +msgid "You receive a friend suggestion" +msgstr "VocĂȘ recebe uma sugestĂŁo de amizade" -#: ../../mod/admin.php:1248 -msgid "Log settings updated." -msgstr "As configuraçÔes de log foram atualizadas." +#: ../../mod/settings.php:1006 +msgid "You are tagged in a post" +msgstr "VocĂȘ Ă© mencionado num post" -#: ../../mod/admin.php:1304 -msgid "Clear" -msgstr "Limpar" +#: ../../mod/settings.php:1007 +msgid "You are poked/prodded/etc. in a post" +msgstr "VocĂȘ foi cutucado/espetado/etc. numa publicação" -#: ../../mod/admin.php:1310 -msgid "Debugging" -msgstr "Depuração" +#: ../../mod/settings.php:1010 +msgid "Advanced Account/Page Type Settings" +msgstr "ConfiguraçÔes avançadas de conta/tipo de pĂĄgina" -#: ../../mod/admin.php:1311 -msgid "Log file" -msgstr "Arquivo de log" +#: ../../mod/settings.php:1011 +msgid "Change the behaviour of this account for special situations" +msgstr "Mudar o comportamento dessa conta em situaçÔes especiais" -#: ../../mod/admin.php:1311 +#: ../../mod/settings.php:1014 msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "Ă necessĂĄrio que o servidor web possa escrever neste arquivo. Relativo ao diretĂłrio raiz da Red." +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" +msgstr "Por favor, habilite o modo expert (em <a href=\"settings/features\">ConfiguraçÔes > Recursos adicionais</a>) para ajustar!" -#: ../../mod/admin.php:1312 -msgid "Log level" -msgstr "NĂvel do log" +#: ../../mod/settings.php:1015 +msgid "Miscellaneous Settings" +msgstr "ConfiguraçÔes miscelĂąneas" + +#: ../../mod/settings.php:1017 +msgid "Personal menu to display in your channel pages" +msgstr "Menu pessoal para exibir nas pĂĄginas dos seus canais" + +#: ../../mod/settings.php:1018 +msgid "Remove this channel" +msgstr "Remover este canal" #: ../../mod/poke.php:159 msgid "Poke/Prod" @@ -4203,13 +4272,13 @@ msgid "" " and/or create new posts for you?" msgstr "Deseja autorizar esta aplicação a acessar suas publicaçÔes e contatos e/ou criar novas publicaçÔes para vocĂȘ?" -#: ../../mod/post.php:226 +#: ../../mod/post.php:229 msgid "" "Remote authentication blocked. You are logged into this site locally. Please" " logout and retry." msgstr "Autenticação remota bloqueada. VocĂȘ estĂĄ autenticado neste site localmente. Por favor, saia e tente novamente." -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#: ../../mod/post.php:261 ../../mod/openid.php:72 ../../mod/openid.php:178 #, php-format msgid "Welcome %s. Remote authentication successful." msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." @@ -4227,102 +4296,68 @@ msgstr "Carregar o URL retorna o erro: %1$s" msgid "Invalid item." msgstr "Item invĂĄlido." -#: ../../mod/block.php:39 ../../mod/chanview.php:77 ../../mod/page.php:47 -#: ../../mod/home.php:52 ../../mod/wall_upload.php:28 +#: ../../mod/block.php:39 ../../mod/page.php:47 ../../mod/wall_upload.php:28 msgid "Channel not found." msgstr "O canal nĂŁo foi encontrado." -#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../mod/help.php:72 ../../index.php:236 +#: ../../mod/block.php:75 ../../mod/page.php:83 ../../mod/display.php:102 +#: ../../mod/help.php:72 ../../index.php:240 msgid "Page not found." msgstr "PĂĄgina nĂŁo encontrada." -#: ../../mod/profile_photo.php:108 -msgid "Image uploaded but image cropping failed." -msgstr "A imagem foi enviada, mas nĂŁo foi possĂvel cortĂĄ-la." - -#: ../../mod/profile_photo.php:161 -msgid "Image resize failed." -msgstr "Falha ao modificar o tamanho da imagem." - -#: ../../mod/profile_photo.php:205 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Se a nova foto nĂŁo aparecer imediatamente, recarregue a pĂĄgina segurando a tecla \"shift\" ou limpe o cache do navegador, " - -#: ../../mod/profile_photo.php:232 +#: ../../mod/siteinfo.php:126 #, php-format -msgid "Image exceeds size limit of %d" -msgstr "A imagem excede o limite de tamanho de %d" - -#: ../../mod/profile_photo.php:241 -msgid "Unable to process image." -msgstr "NĂŁo foi possĂvel processar a imagem." - -#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 -msgid "Photo not available." -msgstr "A foto nĂŁo estĂĄ disponĂvel." - -#: ../../mod/profile_photo.php:358 -msgid "Upload File:" -msgstr "Enviar arquivo:" - -#: ../../mod/profile_photo.php:359 -msgid "Select a profile:" -msgstr "Selecione um perfil:" - -#: ../../mod/profile_photo.php:360 -msgid "Upload Profile Photo" -msgstr "Enviar foto do perfil" - -#: ../../mod/profile_photo.php:361 -msgid "Upload" -msgstr "Enviar" +msgid "Version %s" +msgstr "VersĂŁo %s" -#: ../../mod/profile_photo.php:365 ../../mod/settings.php:885 -msgid "or" -msgstr "ou" +#: ../../mod/siteinfo.php:145 +msgid "Installed plugins/addons/apps:" +msgstr "Plugins/complementos/aplicaçÔes instalados:" -#: ../../mod/profile_photo.php:365 -msgid "skip this step" -msgstr "pule esta etapa" +#: ../../mod/siteinfo.php:158 +msgid "No installed plugins/addons/apps" +msgstr "Nenhum plugin/complemento/aplicação instalado" -#: ../../mod/profile_photo.php:365 -msgid "select a photo from your photo albums" -msgstr "selecione uma foto do seu ĂĄlbum de fotos" +#: ../../mod/siteinfo.php:166 +msgid "Red" +msgstr "Red" -#: ../../mod/profile_photo.php:379 -msgid "Crop Image" -msgstr "Cortar a imagem" +#: ../../mod/siteinfo.php:167 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralized privacy enhanced websites." +msgstr "Este Ă© um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada." -#: ../../mod/profile_photo.php:380 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Por favor, ajuste o corte da imagem para a melhor visualização." +#: ../../mod/siteinfo.php:170 +msgid "Running at web location" +msgstr "Sendo executado no endereço web" -#: ../../mod/profile_photo.php:382 -msgid "Done Editing" -msgstr "Encerrar a edição" +#: ../../mod/siteinfo.php:171 +msgid "" +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." +msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>." -#: ../../mod/profile_photo.php:425 -msgid "Image uploaded successfully." -msgstr "A imagem foi enviada com sucesso." +#: ../../mod/siteinfo.php:172 +msgid "Bug reports and issues: please visit" +msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" -#: ../../mod/profile_photo.php:427 -msgid "Image upload failed." -msgstr "NĂŁo foi possĂvel enviar a imagem." +#: ../../mod/siteinfo.php:175 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "SugestĂ”es, elogios, etc - mande um e-mail para \"redmatrix\" arrĂŽba librelist ponto com" -#: ../../mod/profile_photo.php:436 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "NĂŁo foi possĂvel reduzir o tamanho da imagem [%s]." +#: ../../mod/siteinfo.php:177 +msgid "Site Administrators" +msgstr "Administradores do site" -#: ../../mod/blocks.php:66 +#: ../../mod/blocks.php:62 msgid "Block Name" msgstr "Nome do bloco" -#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 -#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +#: ../../mod/profiles.php:18 ../../mod/profiles.php:165 +#: ../../mod/profiles.php:222 ../../mod/profiles.php:575 msgid "Profile not found." msgstr "O perfil nĂŁo foi encontrado." @@ -4342,231 +4377,245 @@ msgstr "O novo perfil foi criado." msgid "Profile unavailable to clone." msgstr "O perfil nĂŁo estĂĄ disponĂvel para clonagem." -#: ../../mod/profiles.php:178 +#: ../../mod/profiles.php:136 +msgid "Profile unavailable to export." +msgstr "Perfil indisponĂvel para exportar." + +#: ../../mod/profiles.php:232 msgid "Profile Name is required." msgstr "Ă obrigatĂłrio informar o nome do perfil." -#: ../../mod/profiles.php:294 +#: ../../mod/profiles.php:390 msgid "Marital Status" msgstr "Estado civil" -#: ../../mod/profiles.php:298 +#: ../../mod/profiles.php:394 msgid "Romantic Partner" msgstr "Parceiro/a romĂąntico/a" -#: ../../mod/profiles.php:302 +#: ../../mod/profiles.php:398 msgid "Likes" msgstr "Gosta de" -#: ../../mod/profiles.php:306 +#: ../../mod/profiles.php:402 msgid "Dislikes" msgstr "NĂŁo gosta de" -#: ../../mod/profiles.php:310 +#: ../../mod/profiles.php:406 msgid "Work/Employment" msgstr "Trabalho/Emprego" -#: ../../mod/profiles.php:313 +#: ../../mod/profiles.php:409 msgid "Religion" msgstr "ReligiĂŁo" -#: ../../mod/profiles.php:317 +#: ../../mod/profiles.php:413 msgid "Political Views" msgstr "Posição polĂtica" -#: ../../mod/profiles.php:321 +#: ../../mod/profiles.php:417 msgid "Gender" msgstr "GĂȘnero" -#: ../../mod/profiles.php:325 +#: ../../mod/profiles.php:421 msgid "Sexual Preference" msgstr "PreferĂȘncia sexual" -#: ../../mod/profiles.php:329 +#: ../../mod/profiles.php:425 msgid "Homepage" msgstr "PĂĄgina web" -#: ../../mod/profiles.php:333 +#: ../../mod/profiles.php:429 msgid "Interests" msgstr "Interesses" -#: ../../mod/profiles.php:344 ../../mod/pubsites.php:25 +#: ../../mod/profiles.php:433 ../../mod/admin.php:868 +msgid "Address" +msgstr "Endereço" + +#: ../../mod/profiles.php:440 ../../mod/pubsites.php:25 msgid "Location" msgstr "Localização" -#: ../../mod/profiles.php:427 +#: ../../mod/profiles.php:523 msgid "Profile updated." msgstr "O perfil foi atualizado." -#: ../../mod/profiles.php:482 +#: ../../mod/profiles.php:600 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?" -#: ../../mod/profiles.php:505 +#: ../../mod/profiles.php:642 msgid "Edit Profile Details" msgstr "Editar os detalhes do perfil" -#: ../../mod/profiles.php:507 +#: ../../mod/profiles.php:644 msgid "View this profile" msgstr "Ver este perfil" -#: ../../mod/profiles.php:508 +#: ../../mod/profiles.php:646 msgid "Change Profile Photo" msgstr "Mudar a foto do perfil" -#: ../../mod/profiles.php:509 +#: ../../mod/profiles.php:647 msgid "Create a new profile using these settings" msgstr "Criar um novo perfil usando estas configuraçÔes" -#: ../../mod/profiles.php:510 +#: ../../mod/profiles.php:648 msgid "Clone this profile" msgstr "Clonar este perfil" -#: ../../mod/profiles.php:511 +#: ../../mod/profiles.php:649 msgid "Delete this profile" msgstr "Excluir este perfil" -#: ../../mod/profiles.php:512 +#: ../../mod/profiles.php:651 +msgid "Import profile from file" +msgstr "Importar perfil dum arquivo" + +#: ../../mod/profiles.php:652 +msgid "Export profile to file" +msgstr "Exportar perfil para arquivo" + +#: ../../mod/profiles.php:653 msgid "Profile Name:" msgstr "Nome do perfil:" -#: ../../mod/profiles.php:513 +#: ../../mod/profiles.php:654 msgid "Your Full Name:" msgstr "Seu nome completo:" -#: ../../mod/profiles.php:514 +#: ../../mod/profiles.php:655 msgid "Title/Description:" msgstr "TĂtulo/Descrição:" -#: ../../mod/profiles.php:515 +#: ../../mod/profiles.php:656 msgid "Your Gender:" msgstr "Seu gĂȘnero:" -#: ../../mod/profiles.php:516 +#: ../../mod/profiles.php:657 #, php-format msgid "Birthday (%s):" msgstr "AniversĂĄrio (%s):" -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:658 msgid "Street Address:" msgstr "Endereço:" -#: ../../mod/profiles.php:518 +#: ../../mod/profiles.php:659 msgid "Locality/City:" msgstr "Localidade/Cidade:" -#: ../../mod/profiles.php:519 +#: ../../mod/profiles.php:660 msgid "Postal/Zip Code:" msgstr "CEP:" -#: ../../mod/profiles.php:520 +#: ../../mod/profiles.php:661 msgid "Country:" msgstr "PaĂs:" -#: ../../mod/profiles.php:521 +#: ../../mod/profiles.php:662 msgid "Region/State:" msgstr "RegiĂŁo/Estado:" -#: ../../mod/profiles.php:522 +#: ../../mod/profiles.php:663 msgid "<span class=\"heart\">♥</span> Marital Status:" msgstr "Estado civil <span class=\"heart\">♥</span>:" -#: ../../mod/profiles.php:523 +#: ../../mod/profiles.php:664 msgid "Who: (if applicable)" msgstr "Quem: (se aplicĂĄvel)" -#: ../../mod/profiles.php:524 +#: ../../mod/profiles.php:665 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com" -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:666 msgid "Since [date]:" msgstr "Desde [data]:" -#: ../../mod/profiles.php:527 +#: ../../mod/profiles.php:668 msgid "Homepage URL:" msgstr "Endereço do website:" -#: ../../mod/profiles.php:530 +#: ../../mod/profiles.php:671 msgid "Religious Views:" msgstr "Orientação religiosa:" -#: ../../mod/profiles.php:531 +#: ../../mod/profiles.php:672 msgid "Keywords:" msgstr "Palavras-chave:" -#: ../../mod/profiles.php:534 +#: ../../mod/profiles.php:675 msgid "Example: fishing photography software" msgstr "Exemplo: pesca fotografia software" -#: ../../mod/profiles.php:535 +#: ../../mod/profiles.php:676 msgid "Used in directory listings" msgstr "Usado em listas de diretĂłrio" -#: ../../mod/profiles.php:536 +#: ../../mod/profiles.php:677 msgid "Tell us about yourself..." msgstr "Fale um pouco sobre vocĂȘ..." -#: ../../mod/profiles.php:537 +#: ../../mod/profiles.php:678 msgid "Hobbies/Interests" msgstr "Hobbies/Interesses" -#: ../../mod/profiles.php:538 +#: ../../mod/profiles.php:679 msgid "Contact information and Social Networks" msgstr "InformaçÔes de contato e redes sociais" -#: ../../mod/profiles.php:539 +#: ../../mod/profiles.php:680 msgid "My other channels" msgstr "Meus outros canais" -#: ../../mod/profiles.php:540 +#: ../../mod/profiles.php:681 msgid "Musical interests" msgstr "Interesses musicais" -#: ../../mod/profiles.php:541 +#: ../../mod/profiles.php:682 msgid "Books, literature" msgstr "Livros, literatura" -#: ../../mod/profiles.php:542 +#: ../../mod/profiles.php:683 msgid "Television" msgstr "TelevisĂŁo" -#: ../../mod/profiles.php:543 +#: ../../mod/profiles.php:684 msgid "Film/dance/culture/entertainment" msgstr "Filme/dança/cultura/entretenimento" -#: ../../mod/profiles.php:544 +#: ../../mod/profiles.php:685 msgid "Love/romance" msgstr "Amor/romance" -#: ../../mod/profiles.php:545 +#: ../../mod/profiles.php:686 msgid "Work/employment" msgstr "Trabalho/emprego" -#: ../../mod/profiles.php:546 +#: ../../mod/profiles.php:687 msgid "School/education" msgstr "Escola/educação" -#: ../../mod/profiles.php:551 -msgid "" -"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " -"be visible to anybody using the internet." -msgstr "Este Ă© o seu perfil <strong>pĂșblico</strong>.<br />Ele <strong>pode</strong> estar visĂvel para qualquer um que acesse a Internet." +#: ../../mod/profiles.php:693 +msgid "This is your default profile." +msgstr "Este Ă© seu perfil padrĂŁo." -#: ../../mod/profiles.php:561 ../../mod/directory.php:143 +#: ../../mod/profiles.php:704 ../../mod/directory.php:143 #: ../../mod/dirprofile.php:92 msgid "Age: " msgstr "Idade: " -#: ../../mod/profiles.php:600 +#: ../../mod/profiles.php:747 msgid "Edit/Manage Profiles" msgstr "Editar/Administrar perfis" -#: ../../mod/profiles.php:601 +#: ../../mod/profiles.php:748 msgid "Add profile things" msgstr "Adicionar coisas ao perfil" -#: ../../mod/profiles.php:602 +#: ../../mod/profiles.php:749 msgid "Include desirable objects in your profile" msgstr "Inclua objetos desejĂĄveis no seu perfil" @@ -4598,7 +4647,7 @@ msgstr "Clique em um contato para adicionar ou remover." msgid "Visible To" msgstr "VisĂvel para" -#: ../../mod/profperm.php:139 ../../mod/connections.php:278 +#: ../../mod/profperm.php:139 ../../mod/connections.php:279 msgid "All Connections" msgstr "Todas as conexĂ”es" @@ -4692,78 +4741,82 @@ msgstr "Nome da sala de bate-papo" msgid "%1$s's Chatrooms" msgstr "Salas de bate-papo de %1$s" -#: ../../mod/register.php:43 +#: ../../mod/register.php:42 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "NĂșmero mĂĄximo de novos registros neste site excedido por hoje. Por favor, tente novamente amanhĂŁ." -#: ../../mod/register.php:49 +#: ../../mod/register.php:48 msgid "" "Please indicate acceptance of the Terms of Service. Registration failed." msgstr "Por favor, indique a aceitação dos Termos de Serviço. Falha ao registrar." -#: ../../mod/register.php:77 +#: ../../mod/register.php:82 msgid "Passwords do not match." msgstr "Senhas nĂŁo conferem." -#: ../../mod/register.php:105 +#: ../../mod/register.php:115 msgid "" "Registration successful. Please check your email for validation " "instructions." msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para confirmar o registro." -#: ../../mod/register.php:111 +#: ../../mod/register.php:121 msgid "Your registration is pending approval by the site owner." msgstr "A aprovação do seu registro estĂĄ pendente junto ao administrador do site." -#: ../../mod/register.php:114 +#: ../../mod/register.php:124 msgid "Your registration can not be processed." msgstr "NĂŁo foi possĂvel processar o seu registro." -#: ../../mod/register.php:147 +#: ../../mod/register.php:161 msgid "Registration on this site/hub is by approval only." msgstr "O registro neste site/hub requer aprovação." -#: ../../mod/register.php:148 +#: ../../mod/register.php:162 msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" msgstr "<a href=\"pubsites\">Registre em um outro site/hub afiliado</a>" -#: ../../mod/register.php:156 +#: ../../mod/register.php:170 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Este site excedeu o nĂșmero mĂĄximo de registros de novas contas. Por favor, tente novamente amanhĂŁ." -#: ../../mod/register.php:167 +#: ../../mod/register.php:181 msgid "Terms of Service" msgstr "Termos de Serviço" -#: ../../mod/register.php:173 +#: ../../mod/register.php:187 #, php-format msgid "I accept the %s for this website" msgstr "Eu aceito os %s deste website." -#: ../../mod/register.php:175 +#: ../../mod/register.php:189 #, php-format msgid "I am over 13 years of age and accept the %s for this website" msgstr "Eu sou maior de 13 anos e aceito os %s deste website" -#: ../../mod/register.php:194 +#: ../../mod/register.php:203 ../../mod/admin.php:415 +msgid "Registration" +msgstr "Registro" + +#: ../../mod/register.php:208 msgid "Membership on this site is by invitation only." msgstr "Novas contas neste site se dĂŁo apenas por convite." -#: ../../mod/register.php:195 +#: ../../mod/register.php:209 msgid "Please enter your invitation code" msgstr "Por favor, digite o cĂłdigo do seu convite" -#: ../../mod/register.php:198 +#: ../../mod/register.php:212 msgid "Your email address" msgstr "Seu endereço de e-mail" -#: ../../mod/register.php:199 +#: ../../mod/register.php:213 msgid "Choose a password" msgstr "Escolha uma senha" -#: ../../mod/register.php:200 +#: ../../mod/register.php:214 msgid "Please re-enter your password" msgstr "Por favor, digite sua senha novamente" @@ -4775,39 +4828,45 @@ msgstr "Ausente" msgid "Online" msgstr "Online" -#: ../../mod/regmod.php:12 +#: ../../mod/regmod.php:11 msgid "Please login." msgstr "Por favor, autentique-se." -#: ../../mod/cloud.php:112 +#: ../../mod/cloud.php:126 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "Red Matrix - Visitantes: UsuĂĄrio: {seu endereço de e-mail}, Senha: +++" -#: ../../mod/removeme.php:49 +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "A remoção da canais fica desabilitada por 48 horas apĂłs uma troca de senha da conta." + +#: ../../mod/removeme.php:57 msgid "Remove This Channel" msgstr "Remover este canal" -#: ../../mod/removeme.php:50 +#: ../../mod/removeme.php:58 msgid "" "This will completely remove this channel from the network. Once this has " "been done it is not recoverable." msgstr "Isso irĂĄ remover completamente este canal da rede. Uma vez que seja feito nĂŁo serĂĄ possĂvel recuperĂĄ-lo." -#: ../../mod/removeme.php:51 +#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 msgid "Please enter your password for verification:" msgstr "Por favor, digite a sua senha para verificação:" -#: ../../mod/removeme.php:52 +#: ../../mod/removeme.php:60 msgid "Remove this channel and all its clones from the network" msgstr "Remover este canal e todos os seus clones da rede" -#: ../../mod/removeme.php:52 +#: ../../mod/removeme.php:60 msgid "" "By default only the instance of the channel located on this hub will be " "removed from the network" msgstr "Por padrĂŁo, apenas a instĂąncia do canal localizada neste hub serĂĄ removida da rede" -#: ../../mod/removeme.php:53 +#: ../../mod/removeme.php:61 msgid "Remove Channel" msgstr "Remover canal" @@ -4837,15 +4896,15 @@ msgstr "A mensagem de erro foi:" msgid "Authentication failed." msgstr "A autenticação falhou." -#: ../../mod/rmagic.php:78 +#: ../../mod/rmagic.php:82 msgid "Remote Authentication" msgstr "Autenticação remota" -#: ../../mod/rmagic.php:79 +#: ../../mod/rmagic.php:83 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)" -#: ../../mod/rmagic.php:80 +#: ../../mod/rmagic.php:84 msgid "Authenticate" msgstr "Autenticar" @@ -4896,23 +4955,23 @@ msgstr "Canal restrito ou premium" msgid "No such group" msgstr "Este grupo nĂŁo existe" -#: ../../mod/network.php:119 +#: ../../mod/network.php:118 msgid "Search Results For:" msgstr "Resultados da busca por:" -#: ../../mod/network.php:173 +#: ../../mod/network.php:172 msgid "Collection is empty" msgstr "A coleção estĂĄ vazia" -#: ../../mod/network.php:181 +#: ../../mod/network.php:180 msgid "Collection: " msgstr "Coleção:" -#: ../../mod/network.php:194 +#: ../../mod/network.php:193 msgid "Connection: " msgstr "ConexĂŁo:" -#: ../../mod/network.php:197 +#: ../../mod/network.php:196 msgid "Invalid connection." msgstr "ConexĂŁo invĂĄlida." @@ -4924,325 +4983,331 @@ msgstr "NĂŁo foi possĂvel acessar o registro do contato." msgid "Could not locate selected profile." msgstr "NĂŁo foi possĂvel localizar o perfil selecionado." -#: ../../mod/connections.php:94 ../../mod/connedit.php:131 +#: ../../mod/connections.php:94 ../../mod/connedit.php:132 msgid "Connection updated." msgstr "A conexĂŁo foi atualizada." -#: ../../mod/connections.php:96 ../../mod/connedit.php:133 +#: ../../mod/connections.php:96 ../../mod/connedit.php:134 msgid "Failed to update connection record." msgstr "NĂŁo foi possĂvel atualizar o registro da conexĂŁo." -#: ../../mod/connections.php:191 ../../mod/connections.php:291 +#: ../../mod/connections.php:191 ../../mod/connections.php:292 msgid "Blocked" msgstr "Bloqueado" -#: ../../mod/connections.php:196 ../../mod/connections.php:298 +#: ../../mod/connections.php:196 ../../mod/connections.php:299 msgid "Ignored" msgstr "Ignorado" -#: ../../mod/connections.php:201 ../../mod/connections.php:312 +#: ../../mod/connections.php:201 ../../mod/connections.php:313 msgid "Hidden" msgstr "Oculto" -#: ../../mod/connections.php:206 ../../mod/connections.php:305 +#: ../../mod/connections.php:206 ../../mod/connections.php:306 msgid "Archived" msgstr "Arquivado" -#: ../../mod/connections.php:230 ../../mod/connections.php:244 +#: ../../mod/connections.php:230 ../../mod/connections.php:245 msgid "All" msgstr "Todos" -#: ../../mod/connections.php:239 ../../mod/connections.php:319 -msgid "Unconnected" -msgstr "NĂŁo conectado" - -#: ../../mod/connections.php:269 +#: ../../mod/connections.php:270 msgid "Suggest new connections" msgstr "Sugerir novas conexĂ”es" -#: ../../mod/connections.php:272 +#: ../../mod/connections.php:273 msgid "New Connections" msgstr "Novas conexĂ”es" -#: ../../mod/connections.php:275 +#: ../../mod/connections.php:276 msgid "Show pending (new) connections" msgstr "Exibir conexĂ”es pendentes (novas)" -#: ../../mod/connections.php:281 +#: ../../mod/connections.php:282 msgid "Show all connections" msgstr "Exibir todas as conexĂ”es" -#: ../../mod/connections.php:284 +#: ../../mod/connections.php:285 msgid "Unblocked" msgstr "NĂŁo bloqueado" -#: ../../mod/connections.php:287 +#: ../../mod/connections.php:288 msgid "Only show unblocked connections" msgstr "Exibir apenas conexĂ”es nĂŁo bloqueadas" -#: ../../mod/connections.php:294 +#: ../../mod/connections.php:295 msgid "Only show blocked connections" msgstr "Exibir apenas conexĂ”es bloqueadas" -#: ../../mod/connections.php:301 +#: ../../mod/connections.php:302 msgid "Only show ignored connections" msgstr "Exibir apenas conexĂ”es ignoradas" -#: ../../mod/connections.php:308 +#: ../../mod/connections.php:309 msgid "Only show archived connections" msgstr "Exibir apenas conexĂ”es arquivadas" -#: ../../mod/connections.php:315 +#: ../../mod/connections.php:316 msgid "Only show hidden connections" msgstr "Exibir apenas conexĂ”es ocultas" -#: ../../mod/connections.php:322 -msgid "Only show one-way connections" -msgstr "Exibir apenas conexĂ”es de mĂŁo Ășnica" - -#: ../../mod/connections.php:367 +#: ../../mod/connections.php:371 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:368 -msgid "Edit contact" -msgstr "Editar o contato" +#: ../../mod/connections.php:372 +msgid "Edit connection" +msgstr "Editar conexĂŁo" -#: ../../mod/connections.php:389 +#: ../../mod/connections.php:410 msgid "Search your connections" msgstr "Pesquisar em suas conexĂ”es" -#: ../../mod/connections.php:390 +#: ../../mod/connections.php:411 msgid "Finding: " msgstr "Pesquisando: " -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +#: ../../mod/rpost.php:97 ../../mod/editpost.php:42 msgid "Edit post" msgstr "Editar a publicação" -#: ../../mod/connedit.php:243 +#: ../../mod/connedit.php:181 +msgid "is now connected to" +msgstr "estĂĄ agora conectado a" + +#: ../../mod/connedit.php:296 msgid "Could not access address book record." msgstr "NĂŁo foi possĂvel acessar o registro do contato." -#: ../../mod/connedit.php:257 +#: ../../mod/connedit.php:310 msgid "Refresh failed - channel is currently unavailable." msgstr "A atualização falhou - o canal estĂĄ indisponĂvel no momento." -#: ../../mod/connedit.php:264 +#: ../../mod/connedit.php:317 msgid "Channel has been unblocked" msgstr "O canal foi desbloqueado" -#: ../../mod/connedit.php:265 +#: ../../mod/connedit.php:318 msgid "Channel has been blocked" msgstr "O canal foi bloqueado" -#: ../../mod/connedit.php:269 ../../mod/connedit.php:281 -#: ../../mod/connedit.php:293 ../../mod/connedit.php:305 -#: ../../mod/connedit.php:320 +#: ../../mod/connedit.php:322 ../../mod/connedit.php:334 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:358 +#: ../../mod/connedit.php:374 msgid "Unable to set address book parameters." msgstr "NĂŁo foi possĂvel definir os parĂąmetros do contato." -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:329 msgid "Channel has been unignored" msgstr "O canal nĂŁo estĂĄ mais ignorado" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:330 msgid "Channel has been ignored" msgstr "O canal passou a estar ignorado" -#: ../../mod/connedit.php:288 +#: ../../mod/connedit.php:341 msgid "Channel has been unarchived" msgstr "O canal deixou o arquivo" -#: ../../mod/connedit.php:289 +#: ../../mod/connedit.php:342 msgid "Channel has been archived" msgstr "O canal foi colocado no arquivo" -#: ../../mod/connedit.php:300 +#: ../../mod/connedit.php:353 msgid "Channel has been unhidden" msgstr "O canal nĂŁo estĂĄ mais oculto" -#: ../../mod/connedit.php:301 +#: ../../mod/connedit.php:354 msgid "Channel has been hidden" msgstr "O canal passou a estar oculto" -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:369 msgid "Channel has been approved" msgstr "O canal foi aprovado" -#: ../../mod/connedit.php:316 +#: ../../mod/connedit.php:370 msgid "Channel has been unapproved" msgstr "O canal deixou de estar aprovado" -#: ../../mod/connedit.php:334 +#: ../../mod/connedit.php:398 msgid "Connection has been removed." msgstr "A conexĂŁo foi removida." -#: ../../mod/connedit.php:354 +#: ../../mod/connedit.php:418 #, php-format msgid "View %s's profile" msgstr "Ver o perfil de %s" -#: ../../mod/connedit.php:358 +#: ../../mod/connedit.php:422 msgid "Refresh Permissions" msgstr "Atualizar permissĂ”es" -#: ../../mod/connedit.php:361 +#: ../../mod/connedit.php:425 msgid "Fetch updated permissions" msgstr "Buscar as permissĂ”es atualizadas" -#: ../../mod/connedit.php:365 +#: ../../mod/connedit.php:429 msgid "Recent Activity" msgstr "Atividades recentes" -#: ../../mod/connedit.php:368 +#: ../../mod/connedit.php:432 msgid "View recent posts and comments" msgstr "Exibir publicaçÔes e comentĂĄrios recentes" -#: ../../mod/connedit.php:375 +#: ../../mod/connedit.php:436 ../../mod/connedit.php:579 +#: ../../mod/admin.php:734 +msgid "Unblock" +msgstr "Desbloquear" + +#: ../../mod/connedit.php:436 ../../mod/connedit.php:579 +#: ../../mod/admin.php:733 +msgid "Block" +msgstr "Bloquear" + +#: ../../mod/connedit.php:439 msgid "Block or Unblock this connection" msgstr "Bloquear ou desbloquear esta conexĂŁo" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/connedit.php:443 ../../mod/connedit.php:580 msgid "Unignore" msgstr "NĂŁo ignorar" -#: ../../mod/connedit.php:379 ../../mod/connedit.php:516 +#: ../../mod/connedit.php:443 ../../mod/connedit.php:580 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorar" -#: ../../mod/connedit.php:382 +#: ../../mod/connedit.php:446 msgid "Ignore or Unignore this connection" msgstr "Ignorar ou deixar de ignorar esta conexĂŁo" -#: ../../mod/connedit.php:385 +#: ../../mod/connedit.php:449 msgid "Unarchive" msgstr "NĂŁo arquivar" -#: ../../mod/connedit.php:385 +#: ../../mod/connedit.php:449 msgid "Archive" msgstr "Arquivar" -#: ../../mod/connedit.php:388 +#: ../../mod/connedit.php:452 msgid "Archive or Unarchive this connection" msgstr "Colocar ou retirar do arquivo esta conexĂŁo" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:455 msgid "Unhide" msgstr "NĂŁo ocultar" -#: ../../mod/connedit.php:391 +#: ../../mod/connedit.php:455 msgid "Hide" msgstr "Ocultar" -#: ../../mod/connedit.php:394 +#: ../../mod/connedit.php:458 msgid "Hide or Unhide this connection" msgstr "Ocultar ou deixar de ocultar esta conexĂŁo" -#: ../../mod/connedit.php:401 +#: ../../mod/connedit.php:465 msgid "Delete this connection" msgstr "Deletar esta conexĂŁo" -#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 +#: ../../mod/connedit.php:508 ../../mod/connedit.php:537 msgid "Approve this connection" msgstr "Aprovar esta conexĂŁo" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:508 msgid "Accept connection to allow communication" msgstr "Aceite a conexĂŁo para permitir comunicação" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:524 msgid "Automatic Permissions Settings" msgstr "ConfiguraçÔes de permissĂŁo automĂĄticas" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:524 #, php-format msgid "Connections: settings for %s" msgstr "ConexĂ”es: configuraçÔes para %s" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:528 msgid "" "When receiving a channel introduction, any permissions provided here will be" " applied to the new connection automatically and the introduction approved. " "Leave this page if you do not wish to use this feature." msgstr "Ao receber uma apresentação de um canal, quaisquer permissĂ”es definidas aqui serĂŁo automaticamente aplicadas Ă nova conexĂŁo e a apresentação aprovada. Deixe esta pĂĄgina se vocĂȘ nĂŁo quer usar este recurso." -#: ../../mod/connedit.php:466 +#: ../../mod/connedit.php:530 msgid "Slide to adjust your degree of friendship" msgstr "Deslize para ajustar seu grau de amizade" -#: ../../mod/connedit.php:472 +#: ../../mod/connedit.php:536 msgid "inherited" msgstr "herdado" -#: ../../mod/connedit.php:474 +#: ../../mod/connedit.php:538 msgid "Connection has no individual permissions!" msgstr "A conexĂŁo nĂŁo tem permissĂ”es individuais!" -#: ../../mod/connedit.php:475 +#: ../../mod/connedit.php:539 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Isso pode ser adequado baseado nas suas <a href=\"settings\">configuraçÔes de privacidade</a>, mas talvez vocĂȘ queira rever suas \"PermissĂ”es Avançadas\"." -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:541 msgid "Profile Visibility" msgstr "Visibilidade do perfil" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:542 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Por favor, selecione o perfil que vocĂȘ gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro." -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:543 msgid "Contact Information / Notes" msgstr "InformaçÔes de contato / Notas" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:544 msgid "Edit contact notes" msgstr "Editar anotaçÔes sobre o contato" -#: ../../mod/connedit.php:482 +#: ../../mod/connedit.php:546 msgid "Their Settings" msgstr "ConfiguraçÔes dele/a" -#: ../../mod/connedit.php:483 +#: ../../mod/connedit.php:547 msgid "My Settings" msgstr "Minhas configuraçÔes" -#: ../../mod/connedit.php:485 +#: ../../mod/connedit.php:549 msgid "Clear/Disable Automatic Permissions" msgstr "Limpa/Desabilita permissĂ”es automĂĄticas" -#: ../../mod/connedit.php:486 +#: ../../mod/connedit.php:550 msgid "Forum Members" -msgstr "Membros do fĂłrum" +msgstr "Membros de fĂłrum" -#: ../../mod/connedit.php:487 +#: ../../mod/connedit.php:551 msgid "Soapbox" msgstr "Caixa de sabĂŁo" -#: ../../mod/connedit.php:488 +#: ../../mod/connedit.php:552 msgid "Full Sharing (typical social network permissions)" msgstr "Compartilhamento completo (permissĂ”es tĂpicas de redes sociais)" -#: ../../mod/connedit.php:489 +#: ../../mod/connedit.php:553 msgid "Cautious Sharing " msgstr "Compartilhamento cauteloso" -#: ../../mod/connedit.php:490 +#: ../../mod/connedit.php:554 msgid "Follow Only" msgstr "Apenas seguir" -#: ../../mod/connedit.php:491 +#: ../../mod/connedit.php:555 msgid "Individual Permissions" msgstr "PermissĂ”es individuais" -#: ../../mod/connedit.php:492 +#: ../../mod/connedit.php:556 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5250,72 +5315,72 @@ msgid "" "have no effect." msgstr "Algumas permissĂ”es serĂŁo herdadas das <a href=\"settings\">configuraçÔes de privacidade</a> do seu canal, e terĂŁo prioridade sobre as configuraçÔes individuais. Modificar nesta pĂĄgina tais configuraçÔes herdadas nĂŁo surtirĂĄ efeito algum." -#: ../../mod/connedit.php:493 +#: ../../mod/connedit.php:557 msgid "Advanced Permissions" msgstr "PermissĂ”es avançadas" -#: ../../mod/connedit.php:494 +#: ../../mod/connedit.php:558 msgid "Simple Permissions (select one and submit)" msgstr "PermissĂ”es simples (slecione uma e submeta)" -#: ../../mod/connedit.php:498 +#: ../../mod/connedit.php:562 #, php-format msgid "Visit %s's profile - %s" msgstr "Ver o perfil de %s - %s" -#: ../../mod/connedit.php:499 +#: ../../mod/connedit.php:563 msgid "Block/Unblock contact" msgstr "Bloquear/desbloquear o contato" -#: ../../mod/connedit.php:500 +#: ../../mod/connedit.php:564 msgid "Ignore contact" msgstr "Ignorar o contato" -#: ../../mod/connedit.php:501 +#: ../../mod/connedit.php:565 msgid "Repair URL settings" msgstr "Reparar configuraçÔes de URL" -#: ../../mod/connedit.php:502 +#: ../../mod/connedit.php:566 msgid "View conversations" msgstr "Ver as conversas" -#: ../../mod/connedit.php:504 +#: ../../mod/connedit.php:568 msgid "Delete contact" msgstr "Excluir o contato" -#: ../../mod/connedit.php:507 +#: ../../mod/connedit.php:571 msgid "Last update:" msgstr "Ăltima atualização:" -#: ../../mod/connedit.php:509 +#: ../../mod/connedit.php:573 msgid "Update public posts" msgstr "Atualizar publicaçÔes pĂșblicas" -#: ../../mod/connedit.php:511 +#: ../../mod/connedit.php:575 msgid "Update now" msgstr "Atualizar agora" -#: ../../mod/connedit.php:517 +#: ../../mod/connedit.php:581 msgid "Currently blocked" msgstr "Atualmente bloqueado" -#: ../../mod/connedit.php:518 +#: ../../mod/connedit.php:582 msgid "Currently ignored" msgstr "Atualmente ignorado" -#: ../../mod/connedit.php:519 +#: ../../mod/connedit.php:583 msgid "Currently archived" msgstr "Atualmente arquivado" -#: ../../mod/connedit.php:520 +#: ../../mod/connedit.php:584 msgid "Currently pending" msgstr "Atualmente pendente" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:585 msgid "Hide this contact from others" msgstr "Esconda este contato dos demais" -#: ../../mod/connedit.php:521 +#: ../../mod/connedit.php:585 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Respostas/reaçÔes Ă s suas publicaçÔes pĂșblicas <strong>podem</strong> continuar visĂveis." @@ -5347,7 +5412,7 @@ msgstr "Atuais delegados da pĂĄgina" msgid "Potential Delegates" msgstr "Potenciais delegados" -#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 ../../mod/photos.php:908 +#: ../../mod/delegate.php:130 ../../mod/photos.php:940 ../../mod/tagrm.php:93 msgid "Remove" msgstr "Remover" @@ -5360,8 +5425,8 @@ msgid "No entries." msgstr "Sem entradas." #: ../../mod/search.php:13 ../../mod/directory.php:15 -#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 -#: ../../mod/viewconnections.php:17 ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/display.php:9 ../../mod/photos.php:443 +#: ../../mod/viewconnections.php:17 msgid "Public access denied." msgstr "Acesso pĂșblico negado." @@ -5369,19 +5434,19 @@ msgstr "Acesso pĂșblico negado." msgid "Gender: " msgstr "GĂȘnero: " -#: ../../mod/directory.php:207 +#: ../../mod/directory.php:223 msgid "Finding:" msgstr "Pesquisando:" -#: ../../mod/directory.php:215 +#: ../../mod/directory.php:228 msgid "next page" msgstr "prĂłxima pĂĄgina" -#: ../../mod/directory.php:215 +#: ../../mod/directory.php:228 msgid "previous page" msgstr "pĂĄgina anterior" -#: ../../mod/directory.php:222 +#: ../../mod/directory.php:245 msgid "No entries (some entries may be hidden)." msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)." @@ -5413,430 +5478,6 @@ msgstr "Palavras-chave:" msgid "This site is not a directory server" msgstr "Este site nĂŁo Ă© um servidor de diretĂłrio" -#: ../../mod/settings.php:71 -msgid "Name is required" -msgstr "Ă necessĂĄrio informar o nome" - -#: ../../mod/settings.php:75 -msgid "Key and Secret are required" -msgstr "A chave e o segredo sĂŁo obrigatĂłrios" - -#: ../../mod/settings.php:195 -msgid "Passwords do not match. Password unchanged." -msgstr "As senhas nĂŁo correspondem. A senha nĂŁo foi modificada." - -#: ../../mod/settings.php:199 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "NĂŁo Ă© permitido uma senha em branco. A senha nĂŁo foi modificada." - -#: ../../mod/settings.php:212 -msgid "Password changed." -msgstr "A senha foi modificada." - -#: ../../mod/settings.php:214 -msgid "Password update failed. Please try again." -msgstr "NĂŁo foi possĂvel atualizar a senha. Por favor, tente novamente." - -#: ../../mod/settings.php:228 -msgid "Not valid email." -msgstr "NĂŁo Ă© um e-mail vĂĄlido" - -#: ../../mod/settings.php:231 -msgid "Protected email address. Cannot change to that email." -msgstr "Endereço de e-mail protegido. NĂŁo Ă© possĂvel mudar para esse e-mail." - -#: ../../mod/settings.php:240 -msgid "System failure storing new email. Please try again." -msgstr "Falha do sistema ao armazenar novo e-mail. Por favor, tente novamente." - -#: ../../mod/settings.php:443 -msgid "Settings updated." -msgstr "As configuraçÔes foram atualizadas." - -#: ../../mod/settings.php:514 ../../mod/settings.php:540 -#: ../../mod/settings.php:576 -msgid "Add application" -msgstr "Adicionar aplicação" - -#: ../../mod/settings.php:517 -msgid "Name of application" -msgstr "Nome da aplicação" - -#: ../../mod/settings.php:518 ../../mod/settings.php:544 -msgid "Consumer Key" -msgstr "Chave de consumidor" - -#: ../../mod/settings.php:518 ../../mod/settings.php:519 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "Gerado automaticamente - troque se desejĂĄvel. Comprimento mĂĄximo 20" - -#: ../../mod/settings.php:519 ../../mod/settings.php:545 -msgid "Consumer Secret" -msgstr "Segredo de consumidor" - -#: ../../mod/settings.php:520 ../../mod/settings.php:546 -msgid "Redirect" -msgstr "Redirecionamento" - -#: ../../mod/settings.php:520 -msgid "" -"Redirect URI - leave blank unless your application specifically requires " -"this" -msgstr "URI de redirecionamento - deixe em branco, a nĂŁo ser que sua aplicação especificamente requeira isso" - -#: ../../mod/settings.php:521 ../../mod/settings.php:547 -msgid "Icon url" -msgstr "URL do Ăcone" - -#: ../../mod/settings.php:521 -msgid "Optional" -msgstr "Opcional" - -#: ../../mod/settings.php:532 -msgid "You can't edit this application." -msgstr "VocĂȘ nĂŁo pode editar esta aplicação." - -#: ../../mod/settings.php:575 -msgid "Connected Apps" -msgstr "AplicaçÔes conectadas" - -#: ../../mod/settings.php:579 -msgid "Client key starts with" -msgstr "Chave do cliente começa com" - -#: ../../mod/settings.php:580 -msgid "No name" -msgstr "Sem nome" - -#: ../../mod/settings.php:581 -msgid "Remove authorization" -msgstr "Remover autorização" - -#: ../../mod/settings.php:592 -msgid "No feature settings configured" -msgstr "NĂŁo foi definida nenhuma configuração do recurso" - -#: ../../mod/settings.php:600 -msgid "Feature Settings" -msgstr "ConfiguraçÔes do recurso" - -#: ../../mod/settings.php:623 -msgid "Account Settings" -msgstr "ConfiguraçÔes da conta" - -#: ../../mod/settings.php:624 -msgid "Password Settings" -msgstr "ConfiguraçÔes da senha" - -#: ../../mod/settings.php:625 -msgid "New Password:" -msgstr "Nova senha:" - -#: ../../mod/settings.php:626 -msgid "Confirm:" -msgstr "Confirme:" - -#: ../../mod/settings.php:626 -msgid "Leave password fields blank unless changing" -msgstr "Deixe os campos de senha em branco, a nĂŁo ser que vocĂȘ queira alterĂĄ-la" - -#: ../../mod/settings.php:628 ../../mod/settings.php:935 -msgid "Email Address:" -msgstr "Endereço de e-mail:" - -#: ../../mod/settings.php:629 -msgid "Remove Account" -msgstr "Remover conta" - -#: ../../mod/settings.php:630 -msgid "Warning: This action is permanent and cannot be reversed." -msgstr "Atenção: Esta ação Ă© permanente e nĂŁo pode ser revertida." - -#: ../../mod/settings.php:646 -msgid "Off" -msgstr "Desligado" - -#: ../../mod/settings.php:646 -msgid "On" -msgstr "Ligado" - -#: ../../mod/settings.php:653 -msgid "Additional Features" -msgstr "Recursos adicionais" - -#: ../../mod/settings.php:678 -msgid "Connector Settings" -msgstr "ConfiguraçÔes do conector" - -#: ../../mod/settings.php:717 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimental)" - -#: ../../mod/settings.php:747 -msgid "Display Settings" -msgstr "ConfiguraçÔes de exibição" - -#: ../../mod/settings.php:753 -msgid "Display Theme:" -msgstr "Tema do perfil:" - -#: ../../mod/settings.php:754 -msgid "Mobile Theme:" -msgstr "Tema mĂłvel:" - -#: ../../mod/settings.php:755 -msgid "Update browser every xx seconds" -msgstr "Atualizar navegador a cada xx segundos" - -#: ../../mod/settings.php:755 -msgid "Minimum of 10 seconds, no maximum" -msgstr "MĂnimo de 10 segundos, sem mĂĄximo" - -#: ../../mod/settings.php:756 -msgid "Maximum number of conversations to load at any time:" -msgstr "NĂșmero mĂĄximo permitido de conversas carregadas:" - -#: ../../mod/settings.php:756 -msgid "Maximum of 100 items" -msgstr "MĂĄximo de 100 itens" - -#: ../../mod/settings.php:757 -msgid "Don't show emoticons" -msgstr "NĂŁo exibir emoticons" - -#: ../../mod/settings.php:758 -msgid "System Page Layout Editor - (advanced)" -msgstr "Editor de layout de pĂĄgina do sistema - (avançado)" - -#: ../../mod/settings.php:793 -msgid "Nobody except yourself" -msgstr "NinguĂ©m exceto vocĂȘ mesmo" - -#: ../../mod/settings.php:794 -msgid "Only those you specifically allow" -msgstr "Apenas quem vocĂȘ der permissĂŁo" - -#: ../../mod/settings.php:795 -msgid "Anybody in your address book" -msgstr "Qualquer um nos seus contatos" - -#: ../../mod/settings.php:796 -msgid "Anybody on this website" -msgstr "Qualquer um neste site" - -#: ../../mod/settings.php:797 -msgid "Anybody in this network" -msgstr "Qualquer um nesta rede" - -#: ../../mod/settings.php:798 -msgid "Anybody authenticated" -msgstr "Qualquer um autenticado" - -#: ../../mod/settings.php:799 -msgid "Anybody on the internet" -msgstr "Qualquer um na internet" - -#: ../../mod/settings.php:876 -msgid "Publish your default profile in the network directory" -msgstr "Publicar seu perfil padrĂŁo no diretĂłrio da rede?" - -#: ../../mod/settings.php:881 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Permitir sugerir vocĂȘ como amigo potencial para outros membros?" - -#: ../../mod/settings.php:890 -msgid "Your channel address is" -msgstr "O endereço do seu canal Ă©" - -#: ../../mod/settings.php:924 -msgid "Channel Settings" -msgstr "ConfiguraçÔes do canal" - -#: ../../mod/settings.php:933 -msgid "Basic Settings" -msgstr "ConfiguraçÔes bĂĄsicas" - -#: ../../mod/settings.php:936 -msgid "Your Timezone:" -msgstr "Seu fuso horĂĄrio:" - -#: ../../mod/settings.php:937 -msgid "Default Post Location:" -msgstr "Localização padrĂŁo de suas publicaçÔes:" - -#: ../../mod/settings.php:937 -msgid "Geographical location to display on your posts" -msgstr "Localização geogrĂĄfica para exibir em suas publicaçÔes" - -#: ../../mod/settings.php:938 -msgid "Use Browser Location:" -msgstr "Usar localizador do navegador:" - -#: ../../mod/settings.php:940 -msgid "Adult Content" -msgstr "ConteĂșdo adulto" - -#: ../../mod/settings.php:940 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "Este canal frequentemente ou regularmente publica conteĂșdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)" - -#: ../../mod/settings.php:942 -msgid "Security and Privacy Settings" -msgstr "ConfiguraçÔes de segurança e privacidade" - -#: ../../mod/settings.php:944 -msgid "Hide my online presence" -msgstr "Esconda minha presença online" - -#: ../../mod/settings.php:944 -msgid "Prevents displaying in your profile that you are online" -msgstr "Previne exibir em seu perfil que vocĂȘ estĂĄ online" - -#: ../../mod/settings.php:946 -msgid "Simple Privacy Settings:" -msgstr "ConfiguraçÔes de privacidade simples:" - -#: ../../mod/settings.php:947 -msgid "" -"Very Public - <em>extremely permissive (should be used with caution)</em>" -msgstr "Muito pĂșblico - <em>extremamente permissivo (deve ser usado com cuidado)</em>" - -#: ../../mod/settings.php:948 -msgid "" -"Typical - <em>default public, privacy when desired (similar to social " -"network permissions but with improved privacy)</em>" -msgstr "TĂpico - <em>pĂșblico por padrĂŁo, privado quando desejĂĄvel (similar Ă s permissĂ”es de redes sociais, mas com melhor privacidade)</em>" - -#: ../../mod/settings.php:949 -msgid "Private - <em>default private, never open or public</em>" -msgstr "Privado - <em>privado por padrĂŁo, nunca aberto ou pĂșblico</em>" - -#: ../../mod/settings.php:950 -msgid "Blocked - <em>default blocked to/from everybody</em>" -msgstr "Bloqueado - <em>por padrĂŁo bloquado de/para todos</em>" - -#: ../../mod/settings.php:952 -msgid "Allow others to tag your posts" -msgstr "Permitir que outros etiquetem suas publicaçÔes" - -#: ../../mod/settings.php:952 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteĂșdo inapropriado" - -#: ../../mod/settings.php:954 -msgid "Advanced Privacy Settings" -msgstr "ConfiguraçÔes de privacidade avançadas" - -#: ../../mod/settings.php:956 -msgid "Expire other channel content after this many days" -msgstr "Expirar outros conteĂșdos do canal apĂłs este nĂșmero de dias" - -#: ../../mod/settings.php:956 -msgid "0 or blank prevents expiration" -msgstr "0 ou em branco previne expiração" - -#: ../../mod/settings.php:957 -msgid "Maximum Friend Requests/Day:" -msgstr "NĂșmero mĂĄximo de requisiçÔes de amizade por dia:" - -#: ../../mod/settings.php:957 -msgid "May reduce spam activity" -msgstr "Pode reduzir a frequĂȘncia de spam" - -#: ../../mod/settings.php:958 -msgid "Default Post Permissions" -msgstr "PermissĂ”es padrĂŁo de publicação" - -#: ../../mod/settings.php:970 -msgid "Maximum private messages per day from unknown people:" -msgstr "MĂĄximo nĂșmero de mensagens privadas por dia de pessoas desconhecidas:" - -#: ../../mod/settings.php:970 -msgid "Useful to reduce spamming" -msgstr "Ătil para reduzir a frequĂȘncia de spam" - -#: ../../mod/settings.php:973 -msgid "Notification Settings" -msgstr "ConfiguraçÔes de notificação" - -#: ../../mod/settings.php:974 -msgid "By default post a status message when:" -msgstr "Por padrĂŁo, publicar uma mensagem de status quando:" - -#: ../../mod/settings.php:975 -msgid "accepting a friend request" -msgstr "aceitar um pedido de amizade" - -#: ../../mod/settings.php:976 -msgid "joining a forum/community" -msgstr "associar-se a um fĂłrum/comunidade" - -#: ../../mod/settings.php:977 -msgid "making an <em>interesting</em> profile change" -msgstr "modificar algo <em>interessante</em> em seu perfil" - -#: ../../mod/settings.php:978 -msgid "Send a notification email when:" -msgstr "Enviar um e-mail de notificação quando:" - -#: ../../mod/settings.php:979 -msgid "You receive a connection request" -msgstr "VocĂȘ recebe uma solicitação de conexĂŁo" - -#: ../../mod/settings.php:980 -msgid "Your connections are confirmed" -msgstr "Suas conexĂ”es sĂŁo confirmadas" - -#: ../../mod/settings.php:981 -msgid "Someone writes on your profile wall" -msgstr "AlguĂ©m escrever no mural do seu perfil" - -#: ../../mod/settings.php:982 -msgid "Someone writes a followup comment" -msgstr "AlguĂ©m comenta uma publicação" - -#: ../../mod/settings.php:983 -msgid "You receive a private message" -msgstr "VocĂȘ recebeu uma mensagem privada" - -#: ../../mod/settings.php:984 -msgid "You receive a friend suggestion" -msgstr "VocĂȘ recebe uma sugestĂŁo de amizade" - -#: ../../mod/settings.php:985 -msgid "You are tagged in a post" -msgstr "VocĂȘ Ă© mencionado num post" - -#: ../../mod/settings.php:986 -msgid "You are poked/prodded/etc. in a post" -msgstr "VocĂȘ foi cutucado/espetado/etc. numa publicação" - -#: ../../mod/settings.php:989 -msgid "Advanced Account/Page Type Settings" -msgstr "ConfiguraçÔes avançadas de conta/tipo de pĂĄgina" - -#: ../../mod/settings.php:990 -msgid "Change the behaviour of this account for special situations" -msgstr "Mudar o comportamento dessa conta em situaçÔes especiais" - -#: ../../mod/settings.php:993 -msgid "" -"Please enable expert mode (in <a href=\"settings/features\">Settings > " -"Additional features</a>) to adjust!" -msgstr "Por favor, habilite o modo expert (em <a href=\"settings/features\">ConfiguraçÔes > Recursos adicionais</a>) para ajustar!" - -#: ../../mod/settings.php:994 -msgid "Miscellaneous Settings" -msgstr "ConfiguraçÔes miscelĂąneas" - -#: ../../mod/settings.php:996 -msgid "Personal menu to display in your channel pages" -msgstr "Menu pessoal para exibir nas pĂĄginas dos seus canais" - #: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "Servidor Red Matrix - Configuração" @@ -5873,7 +5514,7 @@ msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"." msgid "System check" msgstr "Checagem do sistema" -#: ../../mod/setup.php:261 ../../mod/events.php:380 +#: ../../mod/setup.php:261 ../../mod/events.php:439 msgid "Next" msgstr "PrĂłximo" @@ -6114,11 +5755,11 @@ msgid "" msgstr "Red usa o engine de template Smarty3 para renderizar suas telas. Smarty3 compila templates para PHP para acelerar a renderização." #: ../../mod/setup.php:517 +#, php-format msgid "" "In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "Para guardar os templates compilados, o servidor web necessita de permissĂŁo de escrita no diretĂłrio view/tpl/smarty3/ dentro do diretĂłrio raiz da Red." +"write access to the directory %s under the Red top level folder." +msgstr "Para guardar os templates compilados, o servidor web necessita de permissĂŁo de escrita no diretĂłrio %s no diretĂłrio raiz da Red." #: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" @@ -6127,14 +5768,16 @@ msgid "" msgstr "Por favor, certifique-se de que o usuĂĄrio sob o qual o servidor web roda (ex: www-data) tenha permissĂŁo de escrita nesse diretĂłrio." #: ../../mod/setup.php:519 +#, php-format msgid "" "Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Nota: como uma medida de segurança, vocĂȘ deve fornecer ao servidor web permissĂŁo de escrita somente em view/tpl/smarty3/ e nĂŁo aos arquivos de template (.tpl) que ele contĂ©m." +"%s only--not the template files (.tpl) that it contains." +msgstr "Nota: como uma medida de segurança, vocĂȘ deve fornecer ao servidor web permissĂŁo de escrita somente em %s e nĂŁo aos arquivos de template (.tpl) que ele contĂ©m." #: ../../mod/setup.php:522 -msgid "view/tpl/smarty3 is writable" -msgstr "view/tpl/smarty3 tem permissĂŁo de escrita" +#, php-format +msgid "%s is writable" +msgstr "%s tem permissĂŁo de escrita" #: ../../mod/setup.php:535 msgid "" @@ -6167,7 +5810,7 @@ msgstr "Essa restrição Ă© incorporada porque publicaçÔes pĂșblicas suas pode #: ../../mod/setup.php:572 msgid "" -"If your certificate is not recognised, members of other sites (who may " +"If your certificate is not recognized, members of other sites (who may " "themselves have valid certificates) will get a warning message on their own " "site complaining about security issues." msgstr "Se seu certificado nĂŁo for reconhecido, membros de outros sites (que podem ter certificados vĂĄlidos) receberĂŁo uma mensagem de aviso nos seus prĂłprios sites reclamando de problemas de segurança." @@ -6299,56 +5942,213 @@ msgstr "Editar pĂĄgina web" msgid "Delete webpage?" msgstr "Deletar pĂĄgina web?" -#: ../../mod/editwebpage.php:187 +#: ../../mod/editwebpage.php:186 msgid "Delete Webpage" msgstr "Deletar pĂĄgina web" -#: ../../mod/siteinfo.php:57 +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "As informaçÔes do dono da pagina nĂŁo puderam ser obtidas." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "O ĂĄlbum nĂŁo foi encontrado." + +#: ../../mod/photos.php:119 ../../mod/photos.php:676 +msgid "Delete Album" +msgstr "Excluir o ĂĄlbum" + +#: ../../mod/photos.php:159 ../../mod/photos.php:991 +msgid "Delete Photo" +msgstr "Excluir a foto" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "NĂŁo foi selecionada nenhuma foto" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "O acesso a este item estĂĄ restrito." + +#: ../../mod/photos.php:574 #, php-format -msgid "Version %s" -msgstr "VersĂŁo %s" +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "VocĂȘ usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos." -#: ../../mod/siteinfo.php:76 -msgid "Installed plugins/addons/apps:" -msgstr "Plugins/complementos/aplicaçÔes instalados:" +#: ../../mod/photos.php:577 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "VocĂȘ usou %1$.2f Mbytes de armazenamento de fotos." -#: ../../mod/siteinfo.php:89 -msgid "No installed plugins/addons/apps" -msgstr "Nenhum plugin/complemento/aplicação instalado" +#: ../../mod/photos.php:596 +msgid "Upload Photos" +msgstr "Enviar fotos" -#: ../../mod/siteinfo.php:97 -msgid "Red" -msgstr "Red" +#: ../../mod/photos.php:600 ../../mod/photos.php:671 +msgid "New album name: " +msgstr "Novo nome de ĂĄlbum: " -#: ../../mod/siteinfo.php:98 -msgid "" -"This is a hub of the Red Matrix - a global cooperative network of " -"decentralised privacy enhanced websites." -msgstr "Este Ă© um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada." +#: ../../mod/photos.php:601 +msgid "or existing album name: " +msgstr "ou nome de um ĂĄlbum jĂĄ existente: " -#: ../../mod/siteinfo.php:101 -msgid "Running at web location" -msgstr "Sendo executado no endereço web" +#: ../../mod/photos.php:602 +msgid "Do not show a status post for this upload" +msgstr "NĂŁo exibir uma publicação de status para este carregamento" + +#: ../../mod/photos.php:622 +msgid "Album name could not be decoded" +msgstr "NĂŁo foi possĂvel decodificar o nome do ĂĄlbum" + +#: ../../mod/photos.php:660 ../../mod/photos.php:682 ../../mod/photos.php:1163 +#: ../../mod/photos.php:1178 +msgid "Contact Photos" +msgstr "Fotos dos contatos" + +#: ../../mod/photos.php:684 +msgid "Edit Album" +msgstr "Editar o ĂĄlbum" + +#: ../../mod/photos.php:690 +msgid "Show Newest First" +msgstr "Exibir primeiro os mais recentes" + +#: ../../mod/photos.php:692 +msgid "Show Oldest First" +msgstr "Exibir primeiro os mais antigos" + +#: ../../mod/photos.php:745 ../../mod/photos.php:1210 +msgid "View Photo" +msgstr "Ver a foto" + +#: ../../mod/photos.php:810 +msgid "Permission denied. Access to this item may be restricted." +msgstr "PermissĂŁo negada. Acesso a este item pode estar restrito." + +#: ../../mod/photos.php:812 +msgid "Photo not available" +msgstr "A foto nĂŁo estĂĄ disponĂvel" + +#: ../../mod/photos.php:872 +msgid "Use as profile photo" +msgstr "Usar como uma foto de perfil" + +#: ../../mod/photos.php:896 +msgid "View Full Size" +msgstr "Ver no tamanho real" + +#: ../../mod/photos.php:974 +msgid "Edit photo" +msgstr "Editar a foto" + +#: ../../mod/photos.php:976 +msgid "Rotate CW (right)" +msgstr "Rotacionar H (horĂĄrio)" + +#: ../../mod/photos.php:977 +msgid "Rotate CCW (left)" +msgstr "Rotacionar AH (anti-horĂĄrio)" + +#: ../../mod/photos.php:980 +msgid "New album name" +msgstr "Novo nome para o ĂĄlbum" -#: ../../mod/siteinfo.php:102 +#: ../../mod/photos.php:983 +msgid "Caption" +msgstr "Legenda" + +#: ../../mod/photos.php:985 +msgid "Add a Tag" +msgstr "Adicionar uma etiqueta" + +#: ../../mod/photos.php:988 msgid "" -"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " -"about the Red Matrix." -msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>." +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" -#: ../../mod/siteinfo.php:103 -msgid "Bug reports and issues: please visit" -msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" +#: ../../mod/photos.php:1141 +msgid "In This Photo:" +msgstr "Nesta foto:" + +#: ../../mod/photos.php:1216 +msgid "View Album" +msgstr "Ver ĂĄlbum" + +#: ../../mod/photos.php:1239 +msgid "Recent Photos" +msgstr "Fotos recentes" + +#: ../../mod/profile_photo.php:108 +msgid "Image uploaded but image cropping failed." +msgstr "A imagem foi enviada, mas nĂŁo foi possĂvel cortĂĄ-la." + +#: ../../mod/profile_photo.php:161 +msgid "Image resize failed." +msgstr "Falha ao modificar o tamanho da imagem." -#: ../../mod/siteinfo.php:106 +#: ../../mod/profile_photo.php:205 msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " -"com" -msgstr "SugestĂ”es, elogios, etc - mande um e-mail para \"redmatrix\" arrĂŽba librelist ponto com" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Se a nova foto nĂŁo aparecer imediatamente, recarregue a pĂĄgina segurando a tecla \"shift\" ou limpe o cache do navegador, " -#: ../../mod/siteinfo.php:108 -msgid "Site Administrators" -msgstr "Administradores do site" +#: ../../mod/profile_photo.php:232 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "A imagem excede o limite de tamanho de %d" + +#: ../../mod/profile_photo.php:241 +msgid "Unable to process image." +msgstr "NĂŁo foi possĂvel processar a imagem." + +#: ../../mod/profile_photo.php:290 ../../mod/profile_photo.php:339 +msgid "Photo not available." +msgstr "A foto nĂŁo estĂĄ disponĂvel." + +#: ../../mod/profile_photo.php:358 +msgid "Upload File:" +msgstr "Enviar arquivo:" + +#: ../../mod/profile_photo.php:359 +msgid "Select a profile:" +msgstr "Selecione um perfil:" + +#: ../../mod/profile_photo.php:360 +msgid "Upload Profile Photo" +msgstr "Enviar foto do perfil" + +#: ../../mod/profile_photo.php:365 +msgid "skip this step" +msgstr "pule esta etapa" + +#: ../../mod/profile_photo.php:365 +msgid "select a photo from your photo albums" +msgstr "selecione uma foto do seu ĂĄlbum de fotos" + +#: ../../mod/profile_photo.php:381 +msgid "Crop Image" +msgstr "Cortar a imagem" + +#: ../../mod/profile_photo.php:382 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Por favor, ajuste o corte da imagem para a melhor visualização." + +#: ../../mod/profile_photo.php:384 +msgid "Done Editing" +msgstr "Encerrar a edição" + +#: ../../mod/profile_photo.php:427 +msgid "Image uploaded successfully." +msgstr "A imagem foi enviada com sucesso." + +#: ../../mod/profile_photo.php:429 +msgid "Image upload failed." +msgstr "NĂŁo foi possĂvel enviar a imagem." + +#: ../../mod/profile_photo.php:438 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "NĂŁo foi possĂvel reduzir o tamanho da imagem [%s]." #: ../../mod/sources.php:32 msgid "Failed to create source. No channel selected." @@ -6389,7 +6189,7 @@ msgid "Leave blank to import all public content" msgstr "Deixe em branco para importar todo o conteĂșdo pĂșblico" #: ../../mod/sources.php:103 ../../mod/sources.php:137 -#: ../../mod/new_channel.php:110 +#: ../../mod/new_channel.php:112 msgid "Channel Name" msgstr "Nome do canal" @@ -6417,69 +6217,77 @@ msgstr "NĂŁo foi possĂvel remover a fonte." msgid "- select -" msgstr "- selecionar -" -#: ../../mod/events.php:72 +#: ../../mod/events.php:91 msgid "Event title and start time are required." msgstr "O tĂtulo do evento e a hora de inĂcio sĂŁo obrigatĂłrios." -#: ../../mod/events.php:310 +#: ../../mod/events.php:105 +msgid "Event not found." +msgstr "Evento nĂŁo encontrado." + +#: ../../mod/events.php:369 msgid "l, F j" msgstr "l, F j" -#: ../../mod/events.php:332 +#: ../../mod/events.php:391 msgid "Edit event" msgstr "Editar o evento" -#: ../../mod/events.php:378 +#: ../../mod/events.php:437 msgid "Create New Event" msgstr "Criar um novo evento" -#: ../../mod/events.php:379 +#: ../../mod/events.php:438 msgid "Previous" msgstr "Anterior" -#: ../../mod/events.php:450 +#: ../../mod/events.php:536 msgid "hour:minute" msgstr "hora:minuto" -#: ../../mod/events.php:470 +#: ../../mod/events.php:556 msgid "Event details" msgstr "Detalhes do evento" -#: ../../mod/events.php:471 +#: ../../mod/events.php:557 #, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "O formato Ă© %s %s. A data de inĂcio e o tĂtulo sĂŁo obrigatĂłrios." +msgid "Format is %s %s." +msgstr "O formato Ă© %s %s." + +#: ../../mod/events.php:558 +msgid "Starting date and Title are required." +msgstr "Data de inĂcio e tĂtulo sĂŁo obrigatĂłrios." -#: ../../mod/events.php:473 +#: ../../mod/events.php:562 msgid "Event Starts:" msgstr "InĂcio do evento:" -#: ../../mod/events.php:473 ../../mod/events.php:487 ../../mod/appman.php:91 +#: ../../mod/events.php:562 ../../mod/events.php:581 ../../mod/appman.php:91 #: ../../mod/appman.php:92 msgid "Required" msgstr "ObrigatĂłrio" -#: ../../mod/events.php:476 +#: ../../mod/events.php:570 msgid "Finish date/time is not known or not relevant" msgstr "A data/hora de tĂ©rmino nĂŁo Ă© conhecida ou nĂŁo Ă© relevante" -#: ../../mod/events.php:478 +#: ../../mod/events.php:572 msgid "Event Finishes:" msgstr "TĂ©rmino do evento:" -#: ../../mod/events.php:481 +#: ../../mod/events.php:575 msgid "Adjust for viewer timezone" msgstr "Ajustar para o fuso horĂĄrio do visualizador" -#: ../../mod/events.php:483 +#: ../../mod/events.php:577 msgid "Description:" msgstr "Descrição:" -#: ../../mod/events.php:487 +#: ../../mod/events.php:581 msgid "Title:" msgstr "TĂtulo:" -#: ../../mod/events.php:489 +#: ../../mod/events.php:583 msgid "Share this event" msgstr "Compartilhar este evento" @@ -6491,46 +6299,30 @@ msgstr "PermissĂŁo negada." msgid "File not found." msgstr "O arquivo nĂŁo foi encontrado." -#: ../../mod/filestorage.php:121 +#: ../../mod/filestorage.php:122 msgid "Edit file permissions" msgstr "Editar permissĂ”es do arquivo" -#: ../../mod/filestorage.php:129 +#: ../../mod/filestorage.php:131 msgid "Set/edit permissions" msgstr "Definir/editar permissĂ”es" -#: ../../mod/filestorage.php:130 +#: ../../mod/filestorage.php:132 msgid "Include all files and sub folders" msgstr "Incluir todos os arquivos e subpastas" -#: ../../mod/filestorage.php:131 +#: ../../mod/filestorage.php:133 msgid "Return to file list" msgstr "Retornar Ă lista de arquivos" -#: ../../mod/filestorage.php:133 +#: ../../mod/filestorage.php:135 msgid "Copy/paste this code to attach file to a post" msgstr "Copiar/colar este cĂłdigo para anexar um arquivo a uma publicação" -#: ../../mod/filestorage.php:134 +#: ../../mod/filestorage.php:136 msgid "Copy/paste this URL to link file from a web page" msgstr "Copiar/colar este URL para linkar para o arquivo em uma pĂĄgina web" -#: ../../mod/filestorage.php:171 -msgid "Download" -msgstr "Baixar" - -#: ../../mod/filestorage.php:177 -msgid "Used: " -msgstr "Utilizado:" - -#: ../../mod/filestorage.php:178 -msgid "[directory]" -msgstr "[diretĂłrio]" - -#: ../../mod/filestorage.php:180 -msgid "Limit: " -msgstr "Limite:" - #: ../../mod/follow.php:25 msgid "Channel added." msgstr "Canal adicionado." @@ -6607,7 +6399,7 @@ msgstr "Membros" msgid "All Connected Channels" msgstr "Todas os canais conectados" -#: ../../mod/group.php:231 +#: ../../mod/group.php:233 msgid "Click on a channel to add or remove." msgstr "Clique em um canal para adicionar ou remover." @@ -6620,7 +6412,7 @@ msgstr "%1$s marcou %3$s de %2$s com %4$s" msgid "Help:" msgstr "Ajuda:" -#: ../../mod/help.php:69 ../../index.php:233 +#: ../../mod/help.php:69 ../../index.php:237 msgid "Not Found" msgstr "NĂŁo encontrada" @@ -6636,110 +6428,750 @@ msgstr "Remover a etiqueta de item" msgid "Select a tag to remove: " msgstr "Selecione uma etiqueta para remover: " -#: ../../mod/home.php:91 +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "As configuraçÔes de tema foram atualizadas." + +#: ../../mod/admin.php:97 ../../mod/admin.php:413 +msgid "Site" +msgstr "Site" + +#: ../../mod/admin.php:98 +msgid "Accounts" +msgstr "Contas" + +#: ../../mod/admin.php:99 ../../mod/admin.php:860 +msgid "Channels" +msgstr "Canais" + +#: ../../mod/admin.php:100 ../../mod/admin.php:951 ../../mod/admin.php:993 +msgid "Plugins" +msgstr "Plugins" + +#: ../../mod/admin.php:101 ../../mod/admin.php:1156 ../../mod/admin.php:1192 +msgid "Themes" +msgstr "Temas" + +#: ../../mod/admin.php:102 ../../mod/admin.php:515 +msgid "Server" +msgstr "Servidor" + +#: ../../mod/admin.php:103 +msgid "Profile Config" +msgstr "Configuração de perfis" + +#: ../../mod/admin.php:104 +msgid "DB updates" +msgstr "AtualizaçÔes do Banco de Dados" + +#: ../../mod/admin.php:118 ../../mod/admin.php:125 ../../mod/admin.php:1279 +msgid "Logs" +msgstr "Logs" + +#: ../../mod/admin.php:124 +msgid "Plugin Features" +msgstr "Recursos dos plugins" + +#: ../../mod/admin.php:126 +msgid "User registrations waiting for confirmation" +msgstr "Registros de usuĂĄrio aguardando confirmação" + +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "Filas de mensagem" + +#: ../../mod/admin.php:211 ../../mod/admin.php:412 ../../mod/admin.php:514 +#: ../../mod/admin.php:723 ../../mod/admin.php:859 ../../mod/admin.php:950 +#: ../../mod/admin.php:992 ../../mod/admin.php:1155 ../../mod/admin.php:1191 +#: ../../mod/admin.php:1278 +msgid "Administration" +msgstr "Administração" + +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "Resumo" + +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "UsuĂĄrios registrados" + +#: ../../mod/admin.php:216 ../../mod/admin.php:518 +msgid "Pending registrations" +msgstr "Registros pendentes" + +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "VersĂŁo" + +#: ../../mod/admin.php:219 ../../mod/admin.php:519 +msgid "Active plugins" +msgstr "Plugins ativos" + +#: ../../mod/admin.php:333 +msgid "Site settings updated." +msgstr "As configuraçÔes de site foram atualizadas." + +#: ../../mod/admin.php:364 +msgid "No special theme for accessibility" +msgstr "Sem tema especial para acessibilidade" + +#: ../../mod/admin.php:393 +msgid "Yes - with approval" +msgstr "Sim - pendente aprovação" + +#: ../../mod/admin.php:399 +msgid "My site is not a public server" +msgstr "Meu site nĂŁo Ă© um servidor pĂșblico" + +#: ../../mod/admin.php:400 +msgid "My site has paid access only" +msgstr "Meu site oferece somente acesso pago" + +#: ../../mod/admin.php:401 +msgid "My site has free access only" +msgstr "Meu site oferece somente acesso gratuito" + +#: ../../mod/admin.php:402 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "Meu site oferece contas gratuitas com recursos adicionais pagos" + +#: ../../mod/admin.php:416 +msgid "File upload" +msgstr "Carregamento de arquivos" + +#: ../../mod/admin.php:417 +msgid "Policies" +msgstr "PolĂticas" + +#: ../../mod/admin.php:422 +msgid "Site name" +msgstr "Nome do site" + +#: ../../mod/admin.php:423 +msgid "Banner/Logo" +msgstr "Cartaz/Logo" + +#: ../../mod/admin.php:424 +msgid "Administrator Information" +msgstr "InformaçÔes do Administrador" + +#: ../../mod/admin.php:424 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "InformaçÔes de contato com administradores do site. Exibida na pĂĄgina siteinfo. BBCode pode ser usado aqui." + +#: ../../mod/admin.php:425 +msgid "System language" +msgstr "Idioma do sistema" + +#: ../../mod/admin.php:426 +msgid "System theme" +msgstr "Tema do sistema" + +#: ../../mod/admin.php:426 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" +msgstr "Tema padrĂŁo do sistema - pode ser sobrescrito por perfis de usuĂĄrio - <a href='#' id='cnftheme'>mudar configuraçÔes do tema</a>" + +#: ../../mod/admin.php:427 +msgid "Mobile system theme" +msgstr "Tema do sistema mĂłvel" + +#: ../../mod/admin.php:427 +msgid "Theme for mobile devices" +msgstr "Tema para dispositivos mĂłveis" + +#: ../../mod/admin.php:428 +msgid "Accessibility system theme" +msgstr "Tema do sistema acessĂvel" + +#: ../../mod/admin.php:428 +msgid "Accessibility theme" +msgstr "Tema acessĂvel" + +#: ../../mod/admin.php:430 +msgid "Enable Diaspora Protocol" +msgstr "Habilitar protocolo Diaspora" + +#: ../../mod/admin.php:430 +msgid "Communicate with Diaspora and Friendica - experimental" +msgstr "Comunicar com Diaspora e Friendica - experimental" + +#: ../../mod/admin.php:431 +msgid "Allow Feeds as Connections" +msgstr "Permitir Feeds como conexĂ”es" + +#: ../../mod/admin.php:431 +msgid "(Heavy system resource usage)" +msgstr "(Alto uso de recursos do sistema)" + +#: ../../mod/admin.php:432 +msgid "Maximum image size" +msgstr "Tamanho mĂĄximo de imagens" + +#: ../../mod/admin.php:432 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Tamanho mĂĄximo em bytes de imagens carregadas. O padrĂŁo Ă© 0, significando sem limites." + +#: ../../mod/admin.php:433 +msgid "Does this site allow new member registration?" +msgstr "Este site permite o registro de novos membros?" + +#: ../../mod/admin.php:434 +msgid "Which best describes the types of account offered by this hub?" +msgstr "Qual descreve melhor os tipos de conta oferecidas por este hub?" + +#: ../../mod/admin.php:435 +msgid "Register text" +msgstr "Texto de registro" + +#: ../../mod/admin.php:435 +msgid "Will be displayed prominently on the registration page." +msgstr "SerĂĄ exibido proeminentemente na pĂĄgina de registro." + +#: ../../mod/admin.php:436 +msgid "Accounts abandoned after x days" +msgstr "Contas abandonadas apĂłs x dias" + +#: ../../mod/admin.php:436 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "NĂŁo gastarĂĄ recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo." + +#: ../../mod/admin.php:437 +msgid "Allowed friend domains" +msgstr "DomĂnios permitidos para amigos" + +#: ../../mod/admin.php:437 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Lista, separada por vĂrgulas, de domĂnios permitidos para estabelecer amizades com este site. <em>Wildcards</em> sĂŁo aceitas. Vazio para permitir qualquer domĂnio" + +#: ../../mod/admin.php:438 +msgid "Allowed email domains" +msgstr "DomĂnios permitidos de e-mail" + +#: ../../mod/admin.php:438 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Lista, separada por vĂrgulas, de domĂnios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> sĂŁo aceitas. Vazio para permitir qualquer domĂnio" + +#: ../../mod/admin.php:439 +msgid "Block public" +msgstr "Bloquear pĂșblico" + +#: ../../mod/admin.php:439 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Marque para bloquear o acesso pĂșblico a todas as pĂĄginas pessoais que seriam pĂșblicas, a nĂŁo ser que se esteja autenticado." + +#: ../../mod/admin.php:440 +msgid "Verify Email Addresses" +msgstr "Verificar endereços de email" + +#: ../../mod/admin.php:440 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "Clique para verificar endereços de email usados no registro de contas (recomendado)." + +#: ../../mod/admin.php:441 +msgid "Force publish" +msgstr "Forçar publicação" + +#: ../../mod/admin.php:441 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretĂłrio do site." + +#: ../../mod/admin.php:442 +msgid "Disable discovery tab" +msgstr "Desabilitar a aba \"Descubra\"" + +#: ../../mod/admin.php:442 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Remove da visualização de rede a aba com conteĂșdos pĂșblicos obtidos de fontes escolhidas para esse site." + +#: ../../mod/admin.php:443 +msgid "No login on Homepage" +msgstr "Sem formulĂĄrio de autenticação na pĂĄgina inicial" + +#: ../../mod/admin.php:443 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." +msgstr "Marque para esconder o formulĂĄrio de autenticação da pĂĄgina inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando vocĂȘ inclui os conteĂșdos da pĂĄgina inicial atravĂ©s do canal do site)." + +#: ../../mod/admin.php:445 +msgid "Proxy user" +msgstr "UsuĂĄrio do proxy" + +#: ../../mod/admin.php:446 +msgid "Proxy URL" +msgstr "URL do proxy" + +#: ../../mod/admin.php:447 +msgid "Network timeout" +msgstr "Timeout da rede" + +#: ../../mod/admin.php:447 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valor em segundos. Use 0 para ilimitado (nĂŁo recomendado)." + +#: ../../mod/admin.php:448 +msgid "Delivery interval" +msgstr "Intervalo de entrega" + +#: ../../mod/admin.php:448 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Atrase os processos de entrega em segundo plano por este nĂșmero de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados." + +#: ../../mod/admin.php:449 +msgid "Poll interval" +msgstr "Intervalo de coleta" + +#: ../../mod/admin.php:449 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Atrase os processos de coleta em segundo plano por este nĂșmero de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega." + +#: ../../mod/admin.php:450 +msgid "Maximum Load Average" +msgstr "Carga mĂ©dia mĂĄxima" + +#: ../../mod/admin.php:450 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Carga mĂĄxima do sistema antes de adiar processos de entrega e coleta - padrĂŁo 50." + +#: ../../mod/admin.php:506 +msgid "No server found" +msgstr "Nenhum servidor foi encontrado" + +#: ../../mod/admin.php:513 ../../mod/admin.php:737 +msgid "ID" +msgstr "ID" + +#: ../../mod/admin.php:513 +msgid "for channel" +msgstr "para o canal" + +#: ../../mod/admin.php:513 +msgid "on server" +msgstr "no servidor" + +#: ../../mod/admin.php:513 +msgid "Status" +msgstr "Status" + +#: ../../mod/admin.php:534 +msgid "Update has been marked successful" +msgstr "A atualização foi designada bem sucedida" + +#: ../../mod/admin.php:544 #, php-format -msgid "Welcome to %s" -msgstr "Bem-vindo(a) a %s" +msgid "Executing %s failed. Check system logs." +msgstr "Execução de %s falhou. Verifique os logs do sistema." + +#: ../../mod/admin.php:547 +#, php-format +msgid "Update %s was successfully applied." +msgstr "A atualização %s foi aplicada com sucesso." + +#: ../../mod/admin.php:551 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "A atualização %s nĂŁo retornou um status. Situação incerta quando ao seu sucesso." + +#: ../../mod/admin.php:554 +#, php-format +msgid "Update function %s could not be found." +msgstr "A função de atualização %s nĂŁo foi encontrada." + +#: ../../mod/admin.php:569 +msgid "No failed updates." +msgstr "Nenhuma falha nas atualizaçÔes." + +#: ../../mod/admin.php:573 +msgid "Failed Updates" +msgstr "Falha nas atualizaçÔes" + +#: ../../mod/admin.php:575 +msgid "Mark success (if update was manually applied)" +msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" + +#: ../../mod/admin.php:576 +msgid "Attempt to execute this update step automatically" +msgstr "Tente executar este passo da atualização automaticamente" + +#: ../../mod/admin.php:602 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s usuĂĄrio foi bloqueado/desbloqueado" +msgstr[1] "%s usuĂĄrios foram bloqueados/desbloqueados" + +#: ../../mod/admin.php:609 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s usuĂĄrio foi deletado" +msgstr[1] "%s usuĂĄrios foram deletados" + +#: ../../mod/admin.php:638 +msgid "Account not found" +msgstr "A conta nĂŁo foi encontrada" + +#: ../../mod/admin.php:658 +#, php-format +msgid "User '%s' unblocked" +msgstr "O usuĂĄrio/a '%s' foi desbloqueado/a" + +#: ../../mod/admin.php:658 +#, php-format +msgid "User '%s' blocked" +msgstr "O usuĂĄrio/a '%s' foi bloqueado/a" + +#: ../../mod/admin.php:724 ../../mod/admin.php:736 +msgid "Users" +msgstr "UsuĂĄrios" + +#: ../../mod/admin.php:726 ../../mod/admin.php:862 +msgid "select all" +msgstr "selecionar tudo" + +#: ../../mod/admin.php:727 +msgid "User registrations waiting for confirm" +msgstr "Registros de usuĂĄrio aguardando confirmação" + +#: ../../mod/admin.php:728 +msgid "Request date" +msgstr "Data de requisição" + +#: ../../mod/admin.php:729 +msgid "No registrations." +msgstr "Nenhum registro." + +#: ../../mod/admin.php:730 +msgid "Approve" +msgstr "Aprovar" + +#: ../../mod/admin.php:731 +msgid "Deny" +msgstr "Negar" + +#: ../../mod/admin.php:737 +msgid "Register date" +msgstr "Data de registro" + +#: ../../mod/admin.php:737 +msgid "Last login" +msgstr "Ăltima autenticação" + +#: ../../mod/admin.php:737 +msgid "Expires" +msgstr "Expira" + +#: ../../mod/admin.php:737 +msgid "Service Class" +msgstr "Classe de serviço" + +#: ../../mod/admin.php:739 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Os usuĂĄrios selecionados serĂŁo deletados!\\n\\nTudo o que esses usuĂĄrios postaram neste site serĂĄ permanentemente deletado!\\n\\nTem certeza?" + +#: ../../mod/admin.php:740 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "O/A usuĂĄrio/a {0} serĂĄ deletado/a!\\n\\nTudo o que esse/a usuĂĄrio/a postou neste site serĂĄ permanentemente deletado!\\n\\nTem certeza?" + +#: ../../mod/admin.php:773 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "%s canal censurado/descensurado" +msgstr[1] "%s canais censurados/descensurados" + +#: ../../mod/admin.php:780 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s canal deletado" +msgstr[1] "%s canais deletados" + +#: ../../mod/admin.php:799 +msgid "Channel not found" +msgstr "Canal nĂŁo encontrado" + +#: ../../mod/admin.php:810 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Canal '%s' deletado" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Canal '%s' nĂŁo censurado" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Channel '%s' censored" +msgstr "Canal '%s' censurado" + +#: ../../mod/admin.php:864 +msgid "Censor" +msgstr "Censurar" + +#: ../../mod/admin.php:865 +msgid "Uncensor" +msgstr "NĂŁo censurar" + +#: ../../mod/admin.php:868 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:870 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Os canais selecionados serĂŁo deletados!\\n\\nTudo que foi postado nesses canais nesse site serĂĄ permanentemente deletado!\\n\\nVocĂȘ tem certeza?" + +#: ../../mod/admin.php:871 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "O canal {0} serĂĄ deletado!\\n\\nTudo o que foi postado nesse canal nesse site serĂĄ permanentemente deletado!\\n\\nVocĂȘ tem certeza?" + +#: ../../mod/admin.php:910 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plugin %s desabilitado." + +#: ../../mod/admin.php:914 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plugin %s habilitado." + +#: ../../mod/admin.php:924 ../../mod/admin.php:1126 +msgid "Disable" +msgstr "Desabilitar" -#: ../../mod/thing.php:98 +#: ../../mod/admin.php:926 ../../mod/admin.php:1128 +msgid "Enable" +msgstr "Habilitar" + +#: ../../mod/admin.php:952 ../../mod/admin.php:1157 +msgid "Toggle" +msgstr "Alternar" + +#: ../../mod/admin.php:960 ../../mod/admin.php:1167 +msgid "Author: " +msgstr "Autor:" + +#: ../../mod/admin.php:961 ../../mod/admin.php:1168 +msgid "Maintainer: " +msgstr "Mantenedor:" + +#: ../../mod/admin.php:1090 +msgid "No themes found." +msgstr "Nenhum tema foi encontrado." + +#: ../../mod/admin.php:1149 +msgid "Screenshot" +msgstr "Captura de tela" + +#: ../../mod/admin.php:1197 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: ../../mod/admin.php:1198 +msgid "[Unsupported]" +msgstr "[Desassistido]" + +#: ../../mod/admin.php:1225 +msgid "Log settings updated." +msgstr "As configuraçÔes de log foram atualizadas." + +#: ../../mod/admin.php:1281 +msgid "Clear" +msgstr "Limpar" + +#: ../../mod/admin.php:1287 +msgid "Debugging" +msgstr "Depuração" + +#: ../../mod/admin.php:1288 +msgid "Log file" +msgstr "Arquivo de log" + +#: ../../mod/admin.php:1288 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Ă necessĂĄrio que o servidor web possa escrever neste arquivo. Relativo ao diretĂłrio raiz da Red." + +#: ../../mod/admin.php:1289 +msgid "Log level" +msgstr "NĂvel do log" + +#: ../../mod/admin.php:1336 +msgid "New Profile Field" +msgstr "Novo campo de perfil" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "Field nickname" +msgstr "Nome de apresentação do campo" + +#: ../../mod/admin.php:1337 ../../mod/admin.php:1358 +msgid "System name of field" +msgstr "Nome de sistema do campo" + +#: ../../mod/admin.php:1338 ../../mod/admin.php:1359 +msgid "Input type" +msgstr "Tipo de entrada" + +#: ../../mod/admin.php:1339 ../../mod/admin.php:1360 +msgid "Field Name" +msgstr "Nome do campo" + +#: ../../mod/admin.php:1339 ../../mod/admin.php:1360 +msgid "Label on profile pages" +msgstr "RĂłtulo nas pĂĄginas de perfil" + +#: ../../mod/admin.php:1340 ../../mod/admin.php:1361 +msgid "Help text" +msgstr "Texto de ajuda" + +#: ../../mod/admin.php:1340 ../../mod/admin.php:1361 +msgid "Additional info (optional)" +msgstr "InformaçÔes adicionais (opcional)" + +#: ../../mod/admin.php:1351 +msgid "Field definition not found" +msgstr "A dfinição de campo nĂŁo foi encontrada" + +#: ../../mod/admin.php:1357 +msgid "Edit Profile Field" +msgstr "Editar campo de perfil" + +#: ../../mod/thing.php:96 msgid "Thing updated" msgstr "A coisa foi atualizada" -#: ../../mod/thing.php:158 +#: ../../mod/thing.php:156 msgid "Object store: failed" msgstr "Armazenamento do objeto: falhou" -#: ../../mod/thing.php:162 +#: ../../mod/thing.php:160 msgid "Thing added" msgstr "A coisa foi adicionada" -#: ../../mod/thing.php:182 +#: ../../mod/thing.php:180 #, php-format msgid "OBJ: %1$s %2$s %3$s" msgstr "OBJ: %1$s %2$s %3$s" -#: ../../mod/thing.php:234 +#: ../../mod/thing.php:232 msgid "Show Thing" msgstr "Exibir coisa" -#: ../../mod/thing.php:241 +#: ../../mod/thing.php:239 msgid "item not found." msgstr "o item nĂŁo foi encontrado" -#: ../../mod/thing.php:269 +#: ../../mod/thing.php:270 msgid "Edit Thing" msgstr "Editar coisa" -#: ../../mod/thing.php:271 ../../mod/thing.php:318 +#: ../../mod/thing.php:272 ../../mod/thing.php:319 msgid "Select a profile" msgstr "Selecione um perfil" -#: ../../mod/thing.php:273 ../../mod/thing.php:320 -msgid "Select a category of stuff. e.g. I ______ something" -msgstr "Escolha uma categoria de coisas. e.g. Eu ______ algo" - -#: ../../mod/thing.php:275 ../../mod/thing.php:321 +#: ../../mod/thing.php:276 ../../mod/thing.php:322 msgid "Post an activity" msgstr "Publique uma atividade" -#: ../../mod/thing.php:275 ../../mod/thing.php:321 +#: ../../mod/thing.php:276 ../../mod/thing.php:322 msgid "Only sends to viewers of the applicable profile" msgstr "Envia apenas para a audiĂȘncia do perfil aplicĂĄvel" -#: ../../mod/thing.php:277 ../../mod/thing.php:323 +#: ../../mod/thing.php:278 ../../mod/thing.php:324 msgid "Name of thing e.g. something" msgstr "Nome da coisa e.g. coisinha" -#: ../../mod/thing.php:279 ../../mod/thing.php:324 +#: ../../mod/thing.php:280 ../../mod/thing.php:325 msgid "URL of thing (optional)" msgstr "URL da coisa (opcional)" -#: ../../mod/thing.php:281 ../../mod/thing.php:325 +#: ../../mod/thing.php:282 ../../mod/thing.php:326 msgid "URL for photo of thing (optional)" msgstr "URL para foto da coisa (opcional)" -#: ../../mod/thing.php:316 +#: ../../mod/thing.php:317 msgid "Add Thing to your Profile" msgstr "Adicionar a coisa ao seu perfil" -#: ../../mod/import.php:36 +#: ../../mod/import.php:25 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "Seu plano de serviço permite apenas %d canais." + +#: ../../mod/import.php:51 msgid "Nothing to import." msgstr "Nada a importar." -#: ../../mod/import.php:58 +#: ../../mod/import.php:75 msgid "Unable to download data from old server" msgstr "NĂŁo foi possĂvel descarregar os dados do servidor antigo" -#: ../../mod/import.php:64 +#: ../../mod/import.php:81 msgid "Imported file is empty." msgstr "O arquivo importado estĂĄ vazio." -#: ../../mod/import.php:88 +#: ../../mod/import.php:105 msgid "" "Cannot create a duplicate channel identifier on this system. Import failed." msgstr "NĂŁo foi possĂvel criar um identificador de canal duplicado neste sistema. A importação falhou." -#: ../../mod/import.php:106 +#: ../../mod/import.php:123 msgid "Channel clone failed. Import failed." msgstr "Clonagem do canal falhou. A importação falhou." -#: ../../mod/import.php:116 +#: ../../mod/import.php:133 msgid "Cloned channel not found. Import failed." msgstr "Canal a clonar nĂŁo encontrado. A importação falhou." -#: ../../mod/import.php:364 +#: ../../mod/import.php:446 msgid "Import completed." msgstr "A importação foi completada." -#: ../../mod/import.php:377 +#: ../../mod/import.php:458 msgid "You must be logged in to use this feature." msgstr "VocĂȘ precisa estar autenticado para usar este recurso." -#: ../../mod/import.php:382 +#: ../../mod/import.php:463 msgid "Import Channel" msgstr "Importar canal" -#: ../../mod/import.php:383 +#: ../../mod/import.php:464 msgid "" "Use this form to import an existing channel from a different server/hub. You" " may retrieve the channel identity from the old server/hub via the network " @@ -6747,27 +7179,27 @@ msgid "" "be imported. Importation of content is not yet available." msgstr "Use este formulĂĄrio para importar um canal existente de um servidor/hub diferente. VocĂȘ pode obter a identidade do canal do servidor/hub antigo pela rede, ou fornecer um arquivo de exportação. Somente a identidade e as conexĂ”es/relacionamentos serĂŁo importados. Importação de conteĂșdos ainda nĂŁo estĂĄ disponĂvel." -#: ../../mod/import.php:384 +#: ../../mod/import.php:465 msgid "File to Upload" msgstr "Arquivo a carregar" -#: ../../mod/import.php:385 +#: ../../mod/import.php:466 msgid "Or provide the old server/hub details" msgstr "Ou forneça os detalhes do antigo servidor/hub" -#: ../../mod/import.php:386 +#: ../../mod/import.php:467 msgid "Your old identity address (xyz@example.com)" msgstr "O endereço da sua velha identidade (xyz@exemplo.com)" -#: ../../mod/import.php:387 +#: ../../mod/import.php:468 msgid "Your old login email address" msgstr "O endereço de e-mail da sua antiga conta" -#: ../../mod/import.php:388 +#: ../../mod/import.php:469 msgid "Your old login password" msgstr "A senha dua sua antiga conta" -#: ../../mod/import.php:389 +#: ../../mod/import.php:470 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be" @@ -6775,10 +7207,14 @@ msgid "" "primary location for files, photos, and media." msgstr "Para qualquer das opçÔes, por favor escolha se deseja fazer deste hub seu novo endereço primĂĄrio, ou se o velho local deve continuar com esse papel. VocĂȘ serĂĄ capaz de publicar a partir de ambos os locais, mas somente um pode estar designado como local primĂĄrio para arquivos, fotos e mĂdia." -#: ../../mod/import.php:390 +#: ../../mod/import.php:471 msgid "Make this hub my primary location" msgstr "Faça deste hub meu local primĂĄrio" +#: ../../mod/import.php:472 +msgid "Import existing posts if possible" +msgstr "Importar publicaçÔes existentes se possĂvel" + #: ../../mod/invite.php:25 msgid "Total invitation limit exceeded." msgstr "Foi excedido o nĂșmero total de convites." @@ -6812,72 +7248,64 @@ msgstr[1] "%d mensagens enviadas." msgid "You have no more invitations available" msgstr "VocĂȘ nĂŁo possui mais convites disponĂveis" -#: ../../mod/invite.php:141 +#: ../../mod/invite.php:129 msgid "Send invitations" msgstr "Enviar convites." -#: ../../mod/invite.php:142 +#: ../../mod/invite.php:130 msgid "Enter email addresses, one per line:" msgstr "Digite os endereços de e-mail, um por linha:" -#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +#: ../../mod/invite.php:131 ../../mod/mail.php:225 ../../mod/mail.php:338 msgid "Your message:" msgstr "Sua mensagem:" -#: ../../mod/invite.php:144 -msgid "" -"You are cordially invited to join me and some other close friends on the Red" -" Matrix - a revolutionary new decentralised communication and information " -"tool." -msgstr "VocĂȘ estĂĄ convidado a juntar-se a mim e alguns outros amigos prĂłximos na Red Matrix - uma revolucionĂĄria nova ferramenta para comunicação e informação descentralizada." +#: ../../mod/invite.php:132 +msgid "Please join my community on RedMatrix." +msgstr "Por favor junte-se Ă minha comunidade na RedMatrix" -#: ../../mod/invite.php:146 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "VocĂȘ deve informar este cĂłdigo de convite: $invite_code" +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "VocĂȘ precisarĂĄ fornecer este cĂłdigo de convite:" -#: ../../mod/invite.php:147 -msgid "Please visit my channel at" -msgstr "Por favor, visite o meu canal em" +#: ../../mod/invite.php:135 +msgid "1. Register at any RedMatrix location (they are all inter-connected)" +msgstr "1. Registre-se em qualquer site da RedMatrix (eles sĂŁo todos interconectados)" -#: ../../mod/invite.php:151 -msgid "" -"Once you have registered (on ANY Red Matrix site - they are all inter-" -"connected), please connect with my Red Matrix channel address:" -msgstr "ApĂłs vocĂȘ se registrar (em qualquer site da Red Matrix - eles sĂŁo todos interconectados!), peço que conecte-se comigo usando o endereço do meu canal:" +#: ../../mod/invite.php:137 +msgid "2. Enter my RedMatrix network address into the site searchbar." +msgstr "2. Entre meu endereço da rede RedMatrix na barra de busca do site." -#: ../../mod/invite.php:153 -msgid "Click the [Register] link on the following page to join." -msgstr "Clique no link [Registrar] na seguinte pĂĄgina para participar." +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "ou visite" -#: ../../mod/invite.php:155 -msgid "" -"For more information about the Red Matrix Project and why it has the " -"potential to change the internet as we know it, please visit " -"http://getzot.com" -msgstr "Para maiores informaçÔes sobre o Projeto Red Matrix e porque ele tem potencial para mudar a Internet como a conhecemos, por favor visite: http://getzot.com" +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "3. Clique [Conectar]" -#: ../../mod/item.php:147 +#: ../../mod/item.php:146 msgid "Unable to locate original post." msgstr "NĂŁo foi possĂvel localizar a publicação original." -#: ../../mod/item.php:352 +#: ../../mod/item.php:379 msgid "Empty post discarded." msgstr "A publicação em branco foi descartada." -#: ../../mod/item.php:392 +#: ../../mod/item.php:421 msgid "Executable content type not permitted to this channel." msgstr "ConteĂșdo de tipo executĂĄvel nĂŁo permitido para este canal." -#: ../../mod/item.php:806 +#: ../../mod/item.php:849 msgid "System error. Post not saved." msgstr "Erro no sistema. A publicação nĂŁo foi salva." -#: ../../mod/item.php:1249 +#: ../../mod/item.php:1317 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "VocĂȘ atingiu o seu limite de %1$.0f publicaçÔes de novos tĂłpicos." -#: ../../mod/item.php:1255 +#: ../../mod/item.php:1323 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "VocĂȘ atingiu o seu limite de %1$.0f pĂĄginas web." @@ -6891,15 +7319,53 @@ msgstr "[ConteĂșdo incorporado - recarregue a pĂĄgina para ver]" msgid "Help with this feature" msgstr "Ajuda com este recurso" -#: ../../mod/layouts.php:84 +#: ../../mod/layouts.php:85 msgid "Layout Name" msgstr "Nome do layout" -#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +#: ../../mod/like.php:15 +msgid "Like/Dislike" +msgstr "Gostar/Desgostar" + +#: ../../mod/like.php:20 +msgid "This action is restricted to members." +msgstr "Esta ação Ă© restrita a membros." + +#: ../../mod/like.php:21 +msgid "" +"Please <a href=\"rmagic\">login with your RedMatrix ID</a> or <a " +"href=\"register\">register as a new RedMatrix member</a> to continue." +msgstr "Por favor <a href=\"rmagic\">entre com sua ID da RedMatrix</a> ou <a href=\"register\">registre-se como um novo membro da RedMatrix</a> para continuar." + +#: ../../mod/like.php:77 ../../mod/like.php:104 ../../mod/like.php:142 +msgid "Invalid request." +msgstr "Solicitação invĂĄlida." + +#: ../../mod/like.php:119 +msgid "thing" +msgstr "coisa" + +#: ../../mod/like.php:165 +msgid "Channel unavailable." +msgstr "Canal nĂŁo disponĂvel." + +#: ../../mod/like.php:204 +msgid "Previous action reversed." +msgstr "Ação anterior revertida." + +#: ../../mod/like.php:417 +msgid "Action completed." +msgstr "Ação completada." + +#: ../../mod/like.php:418 +msgid "Thank you." +msgstr "Obrigado." + +#: ../../mod/lockview.php:31 msgid "Remote privacy information not available." msgstr "NĂŁo existe informação disponĂvel sobre a privacidade remota." -#: ../../mod/lockview.php:45 +#: ../../mod/lockview.php:52 msgid "Visible to:" msgstr "VisĂvel para:" @@ -6907,12 +7373,12 @@ msgstr "VisĂvel para:" msgid "No connections." msgstr "Nenhuma conexĂŁo." -#: ../../mod/viewconnections.php:70 +#: ../../mod/viewconnections.php:71 #, php-format msgid "Visit %s's profile [%s]" msgstr "Ver o perfil de %s [%s]" -#: ../../mod/viewconnections.php:85 +#: ../../mod/viewconnections.php:86 msgid "View Connnections" msgstr "Ver conexĂ”es" @@ -6940,7 +7406,7 @@ msgid "" "Password reset failed." msgstr "NĂŁo foi possĂvel verificar a solicitação (vocĂȘ pode tĂȘ-la submetido anteriormente). A senha nĂŁo foi restaurada." -#: ../../mod/lostpass.php:85 ../../boot.php:1462 +#: ../../mod/lostpass.php:85 ../../boot.php:1505 msgid "Password Reset" msgstr "Reiniciar a senha" @@ -7029,78 +7495,78 @@ msgstr "A mensagem foi excluĂda." msgid "Message recalled." msgstr "Mensagem retirada." -#: ../../mod/mail.php:206 +#: ../../mod/mail.php:215 msgid "Send Private Message" msgstr "Enviar mensagem privada" -#: ../../mod/mail.php:207 ../../mod/mail.php:323 +#: ../../mod/mail.php:216 ../../mod/mail.php:333 msgid "To:" msgstr "Para:" -#: ../../mod/mail.php:212 ../../mod/mail.php:325 +#: ../../mod/mail.php:221 ../../mod/mail.php:335 msgid "Subject:" msgstr "Assunto:" -#: ../../mod/mail.php:249 +#: ../../mod/mail.php:232 +msgid "Send" +msgstr "Enviar" + +#: ../../mod/mail.php:259 msgid "Message not found." msgstr "Mensagem nĂŁo encontrada." -#: ../../mod/mail.php:292 ../../mod/message.php:72 +#: ../../mod/mail.php:302 ../../mod/message.php:72 msgid "Delete message" msgstr "Excluir a mensagem" -#: ../../mod/mail.php:293 +#: ../../mod/mail.php:303 msgid "Recall message" msgstr "Retirar mensagem" -#: ../../mod/mail.php:295 +#: ../../mod/mail.php:305 msgid "Message has been recalled." msgstr "A mensagem foi retirada." -#: ../../mod/mail.php:312 +#: ../../mod/mail.php:322 msgid "Private Conversation" msgstr "Conversa privada" -#: ../../mod/mail.php:316 +#: ../../mod/mail.php:326 msgid "Delete conversation" msgstr "Excluir conversa" -#: ../../mod/mail.php:318 +#: ../../mod/mail.php:328 msgid "" "No secure communications available. You <strong>may</strong> be able to " "respond from the sender's profile page." msgstr "Comunicação segura indisponĂvel. VocĂȘ <strong>talvez</strong> consiga responder pela pĂĄgina de perfil do remetente." -#: ../../mod/mail.php:322 +#: ../../mod/mail.php:332 msgid "Send Reply" msgstr "Enviar resposta" -#: ../../mod/manage.php:64 +#: ../../mod/manage.php:136 #, php-format msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "VocĂȘ criou %1$.0f de %2$.0f canais permitidos." -#: ../../mod/manage.php:72 +#: ../../mod/manage.php:144 msgid "Create a new channel" msgstr "Criar um novo canal" -#: ../../mod/manage.php:77 -msgid "Channel Manager" -msgstr "Administrador do canal" - -#: ../../mod/manage.php:78 +#: ../../mod/manage.php:149 msgid "Current Channel" msgstr "Canal atual" -#: ../../mod/manage.php:80 +#: ../../mod/manage.php:151 msgid "Attach to one of your channels by selecting it." msgstr "Selecione um dos seus canais para utilizĂĄ-lo." -#: ../../mod/manage.php:81 +#: ../../mod/manage.php:152 msgid "Default Channel" msgstr "Canal padrĂŁo" -#: ../../mod/manage.php:82 +#: ../../mod/manage.php:153 msgid "Make Default" msgstr "Tornar padrĂŁo" @@ -7220,163 +7686,54 @@ msgstr "Nenhuma mensagem." msgid "D, d M Y - g:i A" msgstr "D, d M Y - g:i A" -#: ../../mod/new_channel.php:107 +#: ../../mod/new_channel.php:109 msgid "Add a Channel" msgstr "Adicionar um canal" -#: ../../mod/new_channel.php:108 +#: ../../mod/new_channel.php:110 msgid "" "A channel is your own collection of related web pages. A channel can be used" " to hold social network profiles, blogs, conversation groups and forums, " "celebrity pages, and much more. You may create as many channels as your " "service provider allows." -msgstr "Um canal Ă© uma coleção sua de pĂĄginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fĂłruns, pĂĄginas de celebridades, e muito mais. VocĂȘ pode criar tantos canais quanto seu provedor de serviço permita." +msgstr "Um canal Ă© uma coleção sua de pĂĄginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fĂłruns temĂĄticos, pĂĄginas de personalidades, e muito mais. VocĂȘ pode criar tantos canais quanto o provedor de serviço permita." -#: ../../mod/new_channel.php:111 +#: ../../mod/new_channel.php:113 msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " -msgstr "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\"" +msgstr "Exemplos: \"Maria CaiouĂĄ\", \"Roberto Salinas\", \"Elis e sua banda\", \"Futebol de salĂŁo\", \"FanĂĄticos por aeromodelismo\"" -#: ../../mod/new_channel.php:112 +#: ../../mod/new_channel.php:114 msgid "Choose a short nickname" msgstr "Escolha um apelido curto" -#: ../../mod/new_channel.php:113 +#: ../../mod/new_channel.php:115 msgid "" "Your nickname will be used to create an easily remembered channel address " "(like an email address) which you can share with others." msgstr "Seu apelido serĂĄ usado para criar um endereço para o canal de fĂĄcil memorização (como um endereço de email), que vocĂȘ poderĂĄ compartilhar com outros." -#: ../../mod/new_channel.php:114 +#: ../../mod/new_channel.php:116 msgid "Or <a href=\"import\">import an existing channel</a> from another location" msgstr "Ou <a href=\"import\">importe um canal existente</a> de outro local" -#: ../../mod/photos.php:77 -msgid "Page owner information could not be retrieved." -msgstr "As informaçÔes do dono da pagina nĂŁo puderam ser obtidas." - -#: ../../mod/photos.php:97 -msgid "Album not found." -msgstr "O ĂĄlbum nĂŁo foi encontrado." - -#: ../../mod/photos.php:119 ../../mod/photos.php:671 -msgid "Delete Album" -msgstr "Excluir o ĂĄlbum" - -#: ../../mod/photos.php:159 ../../mod/photos.php:954 -msgid "Delete Photo" -msgstr "Excluir a foto" - -#: ../../mod/photos.php:453 -msgid "No photos selected" -msgstr "NĂŁo foi selecionada nenhuma foto" - -#: ../../mod/photos.php:500 -msgid "Access to this item is restricted." -msgstr "O acesso a este item estĂĄ restrito." - -#: ../../mod/photos.php:576 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "VocĂȘ usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos." - -#: ../../mod/photos.php:579 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "VocĂȘ usou %1$.2f Mbytes de armazenamento de fotos." - -#: ../../mod/photos.php:598 -msgid "Upload Photos" -msgstr "Enviar fotos" - -#: ../../mod/photos.php:602 ../../mod/photos.php:666 -msgid "New album name: " -msgstr "Novo nome de ĂĄlbum: " - -#: ../../mod/photos.php:603 -msgid "or existing album name: " -msgstr "ou nome de um ĂĄlbum jĂĄ existente: " - -#: ../../mod/photos.php:604 -msgid "Do not show a status post for this upload" -msgstr "NĂŁo exibir uma publicação de status para este carregamento" - -#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 -#: ../../mod/photos.php:1141 -msgid "Contact Photos" -msgstr "Fotos dos contatos" - -#: ../../mod/photos.php:681 -msgid "Edit Album" -msgstr "Editar o ĂĄlbum" - -#: ../../mod/photos.php:687 -msgid "Show Newest First" -msgstr "Exibir primeiro os mais recentes" - -#: ../../mod/photos.php:689 -msgid "Show Oldest First" -msgstr "Exibir primeiro os mais antigos" - -#: ../../mod/photos.php:732 ../../mod/photos.php:1173 -msgid "View Photo" -msgstr "Ver a foto" - -#: ../../mod/photos.php:778 -msgid "Permission denied. Access to this item may be restricted." -msgstr "PermissĂŁo negada. Acesso a este item pode estar restrito." - -#: ../../mod/photos.php:780 -msgid "Photo not available" -msgstr "A foto nĂŁo estĂĄ disponĂvel" - -#: ../../mod/photos.php:840 -msgid "Use as profile photo" -msgstr "Usar como uma foto de perfil" - -#: ../../mod/photos.php:864 -msgid "View Full Size" -msgstr "Ver no tamanho real" - -#: ../../mod/photos.php:938 -msgid "Edit photo" -msgstr "Editar a foto" - -#: ../../mod/photos.php:940 -msgid "Rotate CW (right)" -msgstr "Rotacionar H (horĂĄrio)" - -#: ../../mod/photos.php:941 -msgid "Rotate CCW (left)" -msgstr "Rotacionar AH (anti-horĂĄrio)" - -#: ../../mod/photos.php:943 -msgid "New album name" -msgstr "Novo nome para o ĂĄlbum" - -#: ../../mod/photos.php:946 -msgid "Caption" -msgstr "Legenda" - -#: ../../mod/photos.php:948 -msgid "Add a Tag" -msgstr "Adicionar uma etiqueta" +#: ../../mod/new_channel.php:118 +msgid "Channel Type" +msgstr "Tipo de canal" -#: ../../mod/photos.php:951 +#: ../../mod/new_channel.php:119 msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "Por favor, escolha um tipo de canal (por exemplo rede social ou fĂłrum de comunidade) e requisito de privacidade, para que possamos configurar as melhores permissĂ”es para vocĂȘ" -#: ../../mod/photos.php:1104 -msgid "In This Photo:" -msgstr "Nesta foto:" - -#: ../../mod/photos.php:1179 -msgid "View Album" -msgstr "Ver ĂĄlbum" +#: ../../mod/home.php:46 +msgid "Red Matrix - "The Network"" +msgstr "Red Matrix - "A Rede"" -#: ../../mod/photos.php:1188 -msgid "Recent Photos" -msgstr "Fotos recentes" +#: ../../mod/home.php:101 +#, php-format +msgid "Welcome to %s" +msgstr "Bem-vindo(a) a %s" #: ../../mod/notifications.php:26 msgid "Invalid request identifier." @@ -7386,11 +7743,11 @@ msgstr "Identificador de solicitação invĂĄlido" msgid "Discard" msgstr "Descartar" -#: ../../mod/notifications.php:94 ../../mod/notify.php:54 +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 msgid "No more system notifications." msgstr "Sem novas notificaçÔes do sistema." -#: ../../mod/notifications.php:98 ../../mod/notify.php:58 +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 msgid "System Notifications" msgstr "NotificaçÔes do sistema" @@ -7458,6 +7815,46 @@ msgstr "Preço do aplicativo" msgid "Location (URL) to purchase app" msgstr "Endereço (URL) para comprar o aplicativo" +#: ../../mod/poll.php:64 +msgid "Poll" +msgstr "Votação" + +#: ../../mod/poll.php:69 +msgid "View Results" +msgstr "Ver resultados" + +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "A remoção da conta fica desabilitada por 48 horas apĂłs uma troca de senha da conta." + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "Remover esta conta" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This will completely remove this account including all its channels from the" +" network. Once this has been done it is not recoverable." +msgstr "Isso irĂĄ remover completamente esta conta, incluindo todos os canais da rede. Uma vez feito isso eles nĂŁo poderĂŁo ser recuperados." + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "Remove esta conta, todos os seus canais e todos os clones desses canais da rede." + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "Por padrĂŁo, apenas as instĂąncias dos canais localizadas neste hub serĂŁo removidas da rede" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "NĂŁo foram encontradas restriçÔes de classe de serviço." + #: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" @@ -7469,7 +7866,7 @@ msgstr "Sans-Serif" #: ../../view/theme/apw/php/config.php:204 msgid "Monospace" -msgstr "Monoespaçada" +msgstr "Monospace" #: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/php/config.php:69 @@ -7505,7 +7902,7 @@ msgid "Set small shadow size, default 5px 5px 5px" msgstr "Definir o tamanho da sombra pequena, padrĂŁo 5px 5px 5px" #: ../../view/theme/apw/php/config.php:266 -msgid "Set shadow colour, default #000" +msgid "Set shadow color, default #000" msgstr "Definir a cor da sombra, padrĂŁo #000" #: ../../view/theme/apw/php/config.php:267 @@ -7525,7 +7922,7 @@ msgid "Set background attachment" msgstr "Definir o anexo de pano de fundo" #: ../../view/theme/apw/php/config.php:271 -msgid "Set background colour" +msgid "Set background color" msgstr "Definir a cor do pano de fundo" #: ../../view/theme/apw/php/config.php:272 @@ -7533,15 +7930,15 @@ msgid "Set section background image" msgstr "Definir a imagem de fundo de seção" #: ../../view/theme/apw/php/config.php:273 -msgid "Set section background colour" +msgid "Set section background color" msgstr "Definir a cor de fundo de seção" #: ../../view/theme/apw/php/config.php:274 -msgid "Set colour of items - use hex" +msgid "Set color of items - use hex" msgstr "Definir a cor dos items - use hex" #: ../../view/theme/apw/php/config.php:275 -msgid "Set colour of links - use hex" +msgid "Set color of links - use hex" msgstr "Definir a cor dos links - use hex" #: ../../view/theme/apw/php/config.php:276 @@ -7557,7 +7954,7 @@ msgid "Set the generic content wrapper width. Default 48%" msgstr "Definir a largura do envĂłlucro para conteĂșdo genĂ©rico. PadrĂŁo 48%" #: ../../view/theme/apw/php/config.php:279 -msgid "Set colour of fonts - use hex" +msgid "Set color of fonts - use hex" msgstr "Definir a cor das fontes - use hex" #: ../../view/theme/apw/php/config.php:280 @@ -7594,7 +7991,7 @@ msgstr "Deslocamento direito do elemento de seção" #: ../../view/theme/apw/php/config.php:288 msgid "Section width" -msgstr "Largura de seção" +msgstr "largura de seção" #: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" @@ -7619,52 +8016,56 @@ msgstr "Imagem de cabeçalho" msgid "Header image only on profile pages" msgstr "Imagem de cabeçalho apenas em pĂĄginas de perfil" +#: ../../view/theme/redbasic/php/config.php:84 +msgid "Light (Red Matrix default)" +msgstr "Leve (padrĂŁo da Red Matrix)" + #: ../../view/theme/redbasic/php/config.php:104 msgid "Narrow navbar" msgstr "Barra de navegação estreita" #: ../../view/theme/redbasic/php/config.php:105 -msgid "Navigation bar background colour" +msgid "Navigation bar background color" msgstr "Cor de fundo da barra de navegação" #: ../../view/theme/redbasic/php/config.php:106 -msgid "Navigation bar gradient top colour" +msgid "Navigation bar gradient top color" msgstr "Cor no topo de gradiente da barra de navegação" #: ../../view/theme/redbasic/php/config.php:107 -msgid "Navigation bar gradient bottom colour" +msgid "Navigation bar gradient bottom color" msgstr "Cor na base de gradiente da barra de navegação" #: ../../view/theme/redbasic/php/config.php:108 -msgid "Navigation active button gradient top colour" +msgid "Navigation active button gradient top color" msgstr "Cor no topo de gradiente de botĂŁo ativo de navegação" #: ../../view/theme/redbasic/php/config.php:109 -msgid "Navigation active button gradient bottom colour" +msgid "Navigation active button gradient bottom color" msgstr "Cor na base de gradiente de botĂŁo ativo de navegação" #: ../../view/theme/redbasic/php/config.php:110 -msgid "Navigation bar border colour " +msgid "Navigation bar border color " msgstr "Cor de borda da barra de navegação" #: ../../view/theme/redbasic/php/config.php:111 -msgid "Navigation bar icon colour " +msgid "Navigation bar icon color " msgstr "Cor de Ăcone da barra de navegação" #: ../../view/theme/redbasic/php/config.php:112 -msgid "Navigation bar active icon colour " +msgid "Navigation bar active icon color " msgstr "Cor de Ăcone ativo da barra de navegação" #: ../../view/theme/redbasic/php/config.php:113 -msgid "link colour" +msgid "link color" msgstr "cor dos links" #: ../../view/theme/redbasic/php/config.php:114 -msgid "Set font-colour for banner" +msgid "Set font-color for banner" msgstr "Definir a cor da fonte para o cartaz" #: ../../view/theme/redbasic/php/config.php:115 -msgid "Set the background colour" +msgid "Set the background color" msgstr "Definir a cor do pano de fundo" #: ../../view/theme/redbasic/php/config.php:116 @@ -7672,15 +8073,15 @@ msgid "Set the background image" msgstr "Definir a imagem do pano de fundo" #: ../../view/theme/redbasic/php/config.php:117 -msgid "Set the background colour of items" +msgid "Set the background color of items" msgstr "Definir a cor de fundo dos items" #: ../../view/theme/redbasic/php/config.php:118 -msgid "Set the background colour of comments" +msgid "Set the background color of comments" msgstr "Definir a cor de fundo dos comentĂĄrios" #: ../../view/theme/redbasic/php/config.php:119 -msgid "Set the border colour of comments" +msgid "Set the border color of comments" msgstr "Definir a cor da borda dos comentĂĄrios" #: ../../view/theme/redbasic/php/config.php:120 @@ -7688,11 +8089,11 @@ msgid "Set the indent for comments" msgstr "Definir a indentação de comentĂĄrios" #: ../../view/theme/redbasic/php/config.php:121 -msgid "Set the basic colour for item icons" +msgid "Set the basic color for item icons" msgstr "Definir a cor bĂĄsica para Ăcones de itens" #: ../../view/theme/redbasic/php/config.php:122 -msgid "Set the hover colour for item icons" +msgid "Set the hover color for item icons" msgstr "Definir a cor para Ăcones de itens quando que o mouse estĂĄ sobre eles" #: ../../view/theme/redbasic/php/config.php:123 @@ -7700,7 +8101,7 @@ msgid "Set font-size for the entire application" msgstr "Definir o tamanho da fonte para a aplicação como um todo" #: ../../view/theme/redbasic/php/config.php:125 -msgid "Set font-colour for posts and comments" +msgid "Set font-color for posts and comments" msgstr "Definir a cor da fonte para publicaçÔes e comentĂĄrios" #: ../../view/theme/redbasic/php/config.php:126 @@ -7739,41 +8140,41 @@ msgstr "Ălbuns de fotos desleixados" msgid "Are you a clean desk or a messy desk person?" msgstr "Sua mesa Ă© do tipo limpinha ou bagunçada?" -#: ../../boot.php:1260 +#: ../../boot.php:1293 #, php-format msgid "Update %s failed. See error logs." msgstr "A atualização %s falhou. Veja os logs de erro." -#: ../../boot.php:1263 +#: ../../boot.php:1296 #, php-format msgid "Update Error at %s" msgstr "Erro de atualização em %s" -#: ../../boot.php:1427 +#: ../../boot.php:1470 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Crie uma conta para acessar serviços e aplicaçÔes na Red Matrix" -#: ../../boot.php:1455 +#: ../../boot.php:1498 msgid "Password" msgstr "Senha" -#: ../../boot.php:1456 +#: ../../boot.php:1499 msgid "Remember me" msgstr "Lembrar de mim" -#: ../../boot.php:1461 +#: ../../boot.php:1504 msgid "Forgot your password?" msgstr "Esqueceu a sua senha?" -#: ../../boot.php:1526 +#: ../../boot.php:1569 msgid "permission denied" msgstr "permissĂŁo negada" -#: ../../boot.php:1527 +#: ../../boot.php:1570 msgid "Got Zot?" msgstr "JĂĄ tem Zot?" -#: ../../boot.php:1957 +#: ../../boot.php:2000 msgid "toggle mobile" msgstr "alternar para interface mĂłvel" diff --git a/view/pt-br/request_notify_eml.tpl b/view/pt-br/request_notify_eml.tpl deleted file mode 100644 index 3f0befb3f..000000000 --- a/view/pt-br/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Caro/a {{$myname}}, - -VocĂȘ acaba de receber uma solicitação de conexĂŁo em {{$sitename}} - -por '{{$requestor}}'. - -VocĂȘ pode ver o perfil dele em {{$url}}. - -Por favor, autentique-se no seu site para ver a apresentação completa -e aprovar ou ignorar/cancelar o pedido. - -{{$siteurl}} - -GratidĂŁo, - - {{$sitename}} administrador diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index fbcf08b24..eaeb012ab 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -90,56 +90,114 @@ $a->strings["duplicate filename or path"] = "nome de arquivo ou caminho duplicad $a->strings["Path not found."] = "Caminho nĂŁo encontrado."; $a->strings["mkdir failed."] = "mkdir falhou."; $a->strings["database storage failed."] = "armazenamento de banco de dados falhou."; -$a->strings["Logout"] = "Sair"; -$a->strings["End this session"] = "Encerrar essa sessĂŁo"; -$a->strings["Home"] = "Ver canal"; -$a->strings["Your posts and conversations"] = "Suas publicaçÔes e conversas"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "evento"; +$a->strings["channel"] = "canal"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "comentĂĄrio"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nĂŁo gosta de %3\$s de %2\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s agora estĂĄ conectado com %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s"; +$a->strings["poked"] = "cutucado"; +$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s estĂĄ %2\$s"; +$a->strings["Select"] = "Selecionar"; +$a->strings["Private Message"] = "Mensagem privada"; +$a->strings["Message is verified"] = "A mensagem foi verificada"; +$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s's @ %s"; +$a->strings["Categories:"] = "Categorias:"; +$a->strings["Filed under:"] = "Armazenado sob:"; +$a->strings[" from %s"] = "de %s"; +$a->strings["last edited: %s"] = "Ășltima edição: %s"; +$a->strings["Expires: %s"] = "Expira: %s"; +$a->strings["View in context"] = "Ver no contexto"; +$a->strings["Please wait"] = "Por favor, espere"; +$a->strings["remove"] = "remover"; +$a->strings["Loading..."] = "Carregando..."; +$a->strings["Delete Selected Items"] = "Excluir os itens selecionados"; +$a->strings["View Source"] = "Ver a fonte"; +$a->strings["Follow Thread"] = "Acompanhar a discussĂŁo"; +$a->strings["View Status"] = "Ver status"; $a->strings["View Profile"] = "Ver perfil"; -$a->strings["Your profile page"] = "A pĂĄgina do seu perfil"; -$a->strings["Edit Profiles"] = "Editar perfis"; -$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis"; -$a->strings["Edit Profile"] = "Editar perfil"; -$a->strings["Edit your profile"] = "Editar seu perfil"; -$a->strings["Your photos"] = "Suas fotos"; -$a->strings["Your files"] = "Seus arquivos"; -$a->strings["Your chatrooms"] = "Suas salas de bate-papo"; -$a->strings["Your bookmarks"] = "Seus links guardados"; -$a->strings["Your webpages"] = "Suas pĂĄginas web"; -$a->strings["Sign in"] = "Entrar"; -$a->strings["%s - click to logout"] = "%s - clique para sair"; -$a->strings["Click to authenticate to your home hub"] = "Clique para se autenticar com seu hub de origem"; -$a->strings["Home Page"] = "PĂĄgina inicial"; -$a->strings["Register"] = "Registrar"; -$a->strings["Create an account"] = "Criar uma conta"; -$a->strings["Help and documentation"] = "Ajuda e documentação"; -$a->strings["Apps"] = "AplicaçÔes"; -$a->strings["Applications, utilities, links, games"] = "AplicaçÔes, utilitĂĄrios, links, jogos"; -$a->strings["Search site content"] = "Pesquisar o conteĂșdo do site"; -$a->strings["Channel Locator"] = "Localizador de canais"; -$a->strings["Your matrix"] = "Sua matriz"; -$a->strings["Mark all matrix notifications seen"] = "Marcar todas as notificaçÔes da matriz como vistas"; -$a->strings["Channel home"] = "PĂĄgina inicial do canal"; -$a->strings["Mark all channel notifications seen"] = "Marcar todas as notificaçÔes de canais como vistas"; -$a->strings["Connections"] = "ConexĂ”es"; -$a->strings["Notices"] = "NotificaçÔes"; -$a->strings["Notifications"] = "NotificaçÔes"; -$a->strings["See all notifications"] = "Ver todas as notificaçÔes"; -$a->strings["Mark all system notifications seen"] = "Marcar todas as notificaçÔes de sistema como vistas"; -$a->strings["Private mail"] = "Mensagens privadas"; -$a->strings["See all private messages"] = "Ver todas as mensagens privadas"; -$a->strings["Mark all private messages seen"] = "Marcar todas as mensagens privadas como vistas"; -$a->strings["Inbox"] = "Recebidas"; -$a->strings["Outbox"] = "Enviadas"; -$a->strings["New Message"] = "Nova mensagem"; -$a->strings["Event Calendar"] = "Agenda de eventos"; -$a->strings["See all events"] = "Ver todos os eventos"; -$a->strings["Mark all events seen"] = "Marcar todos os eventos como vistos"; -$a->strings["Manage Your Channels"] = "Gerencie os seus canais"; -$a->strings["Account/Channel Settings"] = "ConfiguraçÔes da conta/canal"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site Setup and Configuration"] = "Configuração do site"; -$a->strings["Nothing new here"] = "Nada de novo aqui"; -$a->strings["Please wait..."] = "Por favor, aguarde..."; +$a->strings["View Photos"] = "Ver fotos"; +$a->strings["Matrix Activity"] = "Atividade na matriz"; +$a->strings["Connect"] = "Conectar"; +$a->strings["Edit Contact"] = "Editar contato"; +$a->strings["Send PM"] = "Enviar MP"; +$a->strings["%s likes this."] = "%s gostou disso."; +$a->strings["%s doesn't like this."] = "%s nĂŁo gostou disso."; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( + 0 => "", + 1 => "<span %1\$s>%2\$d pessoas</span> gostaram disso.", +); +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( + 0 => "", + 1 => "<span %1\$s>%2\$d pessoas</span> nĂŁo gostaram disso.", +); +$a->strings["and"] = "e"; +$a->strings[", and %d other people"] = array( + 0 => "", + 1 => ", e mais %d outras pessoas", +); +$a->strings["%s like this."] = "%s gostou disso."; +$a->strings["%s don't like this."] = "%s nĂŁo gostou disso."; +$a->strings["Visible to <strong>everybody</strong>"] = "VisĂvel para <strong>todos</strong>"; +$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:"; +$a->strings["Please enter a video link/URL:"] = "Por favor, digite o link/URL do vĂdeo:"; +$a->strings["Please enter an audio link/URL:"] = "Por favor, digite o link/URL do ĂĄudio:"; +$a->strings["Tag term:"] = "Etiqueta:"; +$a->strings["Save to Folder:"] = "Salvar para a pasta:"; +$a->strings["Where are you right now?"] = "Onde vocĂȘ estĂĄ agora?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM"; +$a->strings["Share"] = "Compartilhar"; +$a->strings["Page link title"] = "TĂtulo do link da pĂĄgina"; +$a->strings["Post as"] = "Publicar como"; +$a->strings["Upload photo"] = "Enviar foto"; +$a->strings["upload photo"] = "enviar foto"; +$a->strings["Attach file"] = "Anexar arquivo"; +$a->strings["attach file"] = "anexar arquivo"; +$a->strings["Insert web link"] = "Inserir link web"; +$a->strings["web link"] = "link web"; +$a->strings["Insert video link"] = "Inserir link de vĂdeo"; +$a->strings["video link"] = "link de vĂdeo"; +$a->strings["Insert audio link"] = "Inserir link de ĂĄudio"; +$a->strings["audio link"] = "link de ĂĄudio"; +$a->strings["Set your location"] = "Definir sua localização"; +$a->strings["set location"] = "definir localização"; +$a->strings["Clear browser location"] = "Limpar a localização do navegador"; +$a->strings["clear location"] = "limpar a localização"; +$a->strings["Set title"] = "Definir o tĂtulo"; +$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vĂrgulas)"; +$a->strings["Permission settings"] = "ConfiguraçÔes de permissĂŁo"; +$a->strings["permissions"] = "permissĂ”es"; +$a->strings["Public post"] = "Publicação pĂșblica"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; +$a->strings["Set expiration date"] = "Definir data de expiração"; +$a->strings["Encrypt text"] = "Encriptar texto"; +$a->strings["OK"] = "Ok"; +$a->strings["Cancel"] = "Cancelar"; +$a->strings["Discover"] = "Descubra"; +$a->strings["Imported public streams"] = "Fluxos pĂșblicos importados"; +$a->strings["Commented Order"] = "Recentes e comentados"; +$a->strings["Sort by Comment Date"] = "Ordenar pela data do Ășltimo comentĂĄrio"; +$a->strings["Posted Order"] = "Recentemente publicados"; +$a->strings["Sort by Post Date"] = "Ordenar pela data da publicação"; +$a->strings["Personal"] = "Pessoal"; +$a->strings["Posts that mention or involve you"] = "PublicaçÔes que mencionam ou envolvem vocĂȘ"; +$a->strings["New"] = "Novo"; +$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data"; +$a->strings["Starred"] = "Estrelados"; +$a->strings["Favourite Posts"] = "PublicaçÔes favoritas"; +$a->strings["Spam"] = "Spam"; +$a->strings["Posts flagged as SPAM"] = "PublicaçÔes marcadas como SPAM"; +$a->strings["Channel"] = "Canal"; +$a->strings["Status Messages and Posts"] = "Mensagens de status e publicaçÔes"; +$a->strings["About"] = "Sobre"; +$a->strings["Profile Details"] = "Detalhes do perfil"; +$a->strings["Files and Storage"] = "Arquivos e armazenamento"; +$a->strings["Chatrooms"] = "Salas de bate-papo"; +$a->strings["Saved Bookmarks"] = "Links guardados"; +$a->strings["Manage Webpages"] = "Administrar pĂĄginas web"; $a->strings["%1\$s's bookmarks"] = "Links guardados de %1\$s"; $a->strings["prev"] = "anterior"; $a->strings["first"] = "primeiro"; @@ -155,7 +213,6 @@ $a->strings["%d Connection"] = array( $a->strings["View Connections"] = "Ver conexĂ”es"; $a->strings["Save"] = "Salvar"; $a->strings["poke"] = "cutucar"; -$a->strings["poked"] = "cutucado"; $a->strings["ping"] = "pingar"; $a->strings["pinged"] = "pingou"; $a->strings["prod"] = "espetar"; @@ -216,10 +273,6 @@ $a->strings["Select a page layout: "] = "Selecione um layout de pĂĄgina:"; $a->strings["default"] = "default"; $a->strings["Page content type: "] = "Tipo de conteĂșdo da pĂĄgina: "; $a->strings["Select an alternate language"] = "Selecione um idioma alternativo"; -$a->strings["photo"] = "foto"; -$a->strings["event"] = "evento"; -$a->strings["status"] = "status"; -$a->strings["comment"] = "comentĂĄrio"; $a->strings["activity"] = "atividade"; $a->strings["Design"] = "Design"; $a->strings["Blocks"] = "Blocos"; @@ -303,7 +356,6 @@ $a->strings["Account verified. Please login."] = "Conta verificada. Por favor fa $a->strings["Click here to upgrade."] = "Clique aqui para atualizar."; $a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura."; $a->strings["This action is not available under your subscription plan."] = "Essa ação nĂŁo estĂĄ disponĂvel para o seu plano de assinatura."; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s"; $a->strings["Miscellaneous"] = "MiscelĂąnea"; $a->strings["year"] = "ano"; $a->strings["month"] = "mĂȘs"; @@ -390,107 +442,11 @@ $a->strings["Create new folder"] = "Criar uma nova pasta"; $a->strings["Create"] = "Criar"; $a->strings["Upload file"] = "Enviar arquivo"; $a->strings["Upload"] = "Enviar"; -$a->strings["channel"] = "canal"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nĂŁo gosta de %3\$s de %2\$s"; -$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s agora estĂĄ conectado com %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s"; -$a->strings["__ctx:mood__ %1\$s is %2\$s"] = "%1\$s estĂĄ %2\$s"; -$a->strings["Select"] = "Selecionar"; -$a->strings["Private Message"] = "Mensagem privada"; -$a->strings["Message is verified"] = "A mensagem foi verificada"; -$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s's @ %s"; -$a->strings["Categories:"] = "Categorias:"; -$a->strings["Filed under:"] = "Armazenado sob:"; -$a->strings[" from %s"] = "de %s"; -$a->strings["last edited: %s"] = "Ășltima edição: %s"; -$a->strings["Expires: %s"] = "Expira: %s"; -$a->strings["View in context"] = "Ver no contexto"; -$a->strings["Please wait"] = "Por favor, espere"; -$a->strings["remove"] = "remover"; -$a->strings["Loading..."] = "Carregando..."; -$a->strings["Delete Selected Items"] = "Excluir os itens selecionados"; -$a->strings["View Source"] = "Ver a fonte"; -$a->strings["Follow Thread"] = "Acompanhar a discussĂŁo"; -$a->strings["View Status"] = "Ver status"; -$a->strings["View Photos"] = "Ver fotos"; -$a->strings["Matrix Activity"] = "Atividade na matriz"; -$a->strings["Connect"] = "Conectar"; -$a->strings["Edit Contact"] = "Editar contato"; -$a->strings["Send PM"] = "Enviar MP"; -$a->strings["%s likes this."] = "%s gostou disso."; -$a->strings["%s doesn't like this."] = "%s nĂŁo gostou disso."; -$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( - 0 => "", - 1 => "<span %1\$s>%2\$d pessoas</span> gostaram disso.", -); -$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( - 0 => "", - 1 => "<span %1\$s>%2\$d pessoas</span> nĂŁo gostaram disso.", -); -$a->strings["and"] = "e"; -$a->strings[", and %d other people"] = array( - 0 => "", - 1 => ", e mais %d outras pessoas", -); -$a->strings["%s like this."] = "%s gostou disso."; -$a->strings["%s don't like this."] = "%s nĂŁo gostou disso."; -$a->strings["Visible to <strong>everybody</strong>"] = "VisĂvel para <strong>todos</strong>"; -$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:"; -$a->strings["Please enter a video link/URL:"] = "Por favor, digite o link/URL do vĂdeo:"; -$a->strings["Please enter an audio link/URL:"] = "Por favor, digite o link/URL do ĂĄudio:"; -$a->strings["Tag term:"] = "Etiqueta:"; -$a->strings["Save to Folder:"] = "Salvar para a pasta:"; -$a->strings["Where are you right now?"] = "Onde vocĂȘ estĂĄ agora?"; -$a->strings["Expires YYYY-MM-DD HH:MM"] = "Expira YYYY-MM-DD HH:MM"; -$a->strings["Share"] = "Compartilhar"; -$a->strings["Page link title"] = "TĂtulo do link da pĂĄgina"; -$a->strings["Post as"] = "Publicar como"; -$a->strings["Upload photo"] = "Enviar foto"; -$a->strings["upload photo"] = "enviar foto"; -$a->strings["Attach file"] = "Anexar arquivo"; -$a->strings["attach file"] = "anexar arquivo"; -$a->strings["Insert web link"] = "Inserir link web"; -$a->strings["web link"] = "link web"; -$a->strings["Insert video link"] = "Inserir link de vĂdeo"; -$a->strings["video link"] = "link de vĂdeo"; -$a->strings["Insert audio link"] = "Inserir link de ĂĄudio"; -$a->strings["audio link"] = "link de ĂĄudio"; -$a->strings["Set your location"] = "Definir sua localização"; -$a->strings["set location"] = "definir localização"; -$a->strings["Clear browser location"] = "Limpar a localização do navegador"; -$a->strings["clear location"] = "limpar a localização"; -$a->strings["Set title"] = "Definir o tĂtulo"; -$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vĂrgulas)"; -$a->strings["Permission settings"] = "ConfiguraçÔes de permissĂŁo"; -$a->strings["permissions"] = "permissĂ”es"; -$a->strings["Public post"] = "Publicação pĂșblica"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; -$a->strings["Set expiration date"] = "Definir data de expiração"; -$a->strings["Encrypt text"] = "Encriptar texto"; -$a->strings["OK"] = "Ok"; -$a->strings["Cancel"] = "Cancelar"; -$a->strings["Discover"] = "Descubra"; -$a->strings["Imported public streams"] = "Fluxos pĂșblicos importados"; -$a->strings["Commented Order"] = "Recentes e comentados"; -$a->strings["Sort by Comment Date"] = "Ordenar pela data do Ășltimo comentĂĄrio"; -$a->strings["Posted Order"] = "Recentemente publicados"; -$a->strings["Sort by Post Date"] = "Ordenar pela data da publicação"; -$a->strings["Personal"] = "Pessoal"; -$a->strings["Posts that mention or involve you"] = "PublicaçÔes que mencionam ou envolvem vocĂȘ"; -$a->strings["New"] = "Novo"; -$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data"; -$a->strings["Starred"] = "Estrelados"; -$a->strings["Favourite Posts"] = "PublicaçÔes favoritas"; -$a->strings["Spam"] = "Spam"; -$a->strings["Posts flagged as SPAM"] = "PublicaçÔes marcadas como SPAM"; -$a->strings["Channel"] = "Canal"; -$a->strings["Status Messages and Posts"] = "Mensagens de status e publicaçÔes"; -$a->strings["About"] = "Sobre"; -$a->strings["Profile Details"] = "Detalhes do perfil"; -$a->strings["Files and Storage"] = "Arquivos e armazenamento"; -$a->strings["Chatrooms"] = "Salas de bate-papo"; -$a->strings["Saved Bookmarks"] = "Links guardados"; -$a->strings["Manage Webpages"] = "Administrar pĂĄginas web"; +$a->strings["Missing room name"] = "Nome da sala vazio"; +$a->strings["Duplicate room name"] = "Nome da sala duplicado"; +$a->strings["Invalid room specifier."] = "Especificador de sala invĂĄlido."; +$a->strings["Room not found."] = "A sala nĂŁo foi encontrada."; +$a->strings["Room is full"] = "A sala estĂĄ cheia"; $a->strings["General Features"] = "Recursos gerais"; $a->strings["Content Expiration"] = "Expiração de conteĂșdo"; $a->strings["Remove posts/comments and/or private messages at a future time"] = "Remover publicaçÔes/comentĂĄrios e/ou mensagens privadas num momento futuro."; @@ -558,11 +514,6 @@ $a->strings["Protocol disabled."] = "Protocolo desabilitado."; $a->strings["Channel discovery failed."] = "A descoberta de canais falhou."; $a->strings["local account not found."] = "a conta local nĂŁo foi encontrada."; $a->strings["Cannot connect to yourself."] = "NĂŁo Ă© possĂvel conectar-se consigo mesmo."; -$a->strings["Missing room name"] = "Nome da sala vazio"; -$a->strings["Duplicate room name"] = "Nome da sala duplicado"; -$a->strings["Invalid room specifier."] = "Especificador de sala invĂĄlido."; -$a->strings["Room not found."] = "A sala nĂŁo foi encontrada."; -$a->strings["Room is full"] = "A sala estĂĄ cheia"; $a->strings["Permission denied"] = "PermissĂŁo negada"; $a->strings["(Unknown)"] = "(Desconhecido)"; $a->strings["Visible to anybody on the internet."] = "VisĂvil para todos na internet."; @@ -588,6 +539,13 @@ $a->strings["Edit collection"] = "Editar coleção"; $a->strings["Create a new collection"] = "Criar uma nova coleção"; $a->strings["Channels not in any collection"] = "Canais que nĂŁo estĂŁo em nenhuma coleção"; $a->strings["add"] = "adicionar"; +$a->strings["Image/photo"] = "Imagem/foto"; +$a->strings["Encrypted content"] = "ConteĂșdo criptografado"; +$a->strings["QR code"] = "cĂłdigo QR"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s"; +$a->strings["post"] = "publicação"; +$a->strings["$1 spoiler"] = "$1 spoiler"; +$a->strings["$1 wrote:"] = "$1 escreveu:"; $a->strings["Unable to obtain identity information from database"] = "NĂŁo foi possĂvel obter a informação da identidade a partir do banco de dados"; $a->strings["Empty name"] = "O nome estĂĄ em branco"; $a->strings["Name too long"] = "O nome Ă© muito grande"; @@ -604,6 +562,7 @@ $a->strings["Change profile photo"] = "Mudar a foto do perfil"; $a->strings["Profiles"] = "Perfis"; $a->strings["Manage/edit profiles"] = "Administrar/editar perfis"; $a->strings["Create New Profile"] = "Criar um novo perfil"; +$a->strings["Edit Profile"] = "Editar perfil"; $a->strings["Profile Image"] = "Imagem do perfil"; $a->strings["visible to everybody"] = "visĂvel para todos"; $a->strings["Edit visibility"] = "Editar a visibilidade"; @@ -645,12 +604,53 @@ $a->strings["Love/Romance:"] = "Amor/romance:"; $a->strings["Work/employment:"] = "Trabalho/emprego:"; $a->strings["School/education:"] = "Escola/educação:"; $a->strings["Like this thing"] = "Gostar desta coisa"; -$a->strings["Image/photo"] = "Imagem/foto"; -$a->strings["Encrypted content"] = "ConteĂșdo criptografado"; -$a->strings["QR code"] = "cĂłdigo QR"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s"; -$a->strings["post"] = "publicação"; -$a->strings["$1 wrote:"] = "$1 escreveu:"; +$a->strings["Logout"] = "Sair"; +$a->strings["End this session"] = "Encerrar essa sessĂŁo"; +$a->strings["Home"] = "Ver canal"; +$a->strings["Your posts and conversations"] = "Suas publicaçÔes e conversas"; +$a->strings["Your profile page"] = "A pĂĄgina do seu perfil"; +$a->strings["Edit Profiles"] = "Editar perfis"; +$a->strings["Manage/Edit profiles"] = "Administrar/Editar perfis"; +$a->strings["Edit your profile"] = "Editar seu perfil"; +$a->strings["Your photos"] = "Suas fotos"; +$a->strings["Your files"] = "Seus arquivos"; +$a->strings["Your chatrooms"] = "Suas salas de bate-papo"; +$a->strings["Your bookmarks"] = "Seus links guardados"; +$a->strings["Your webpages"] = "Suas pĂĄginas web"; +$a->strings["Sign in"] = "Entrar"; +$a->strings["%s - click to logout"] = "%s - clique para sair"; +$a->strings["Click to authenticate to your home hub"] = "Clique para se autenticar com seu hub de origem"; +$a->strings["Home Page"] = "PĂĄgina inicial"; +$a->strings["Register"] = "Registrar"; +$a->strings["Create an account"] = "Criar uma conta"; +$a->strings["Help and documentation"] = "Ajuda e documentação"; +$a->strings["Apps"] = "AplicaçÔes"; +$a->strings["Applications, utilities, links, games"] = "AplicaçÔes, utilitĂĄrios, links, jogos"; +$a->strings["Search site content"] = "Pesquisar o conteĂșdo do site"; +$a->strings["Channel Locator"] = "Localizador de canais"; +$a->strings["Your matrix"] = "Sua matriz"; +$a->strings["Mark all matrix notifications seen"] = "Marcar todas as notificaçÔes da matriz como vistas"; +$a->strings["Channel home"] = "PĂĄgina inicial do canal"; +$a->strings["Mark all channel notifications seen"] = "Marcar todas as notificaçÔes de canais como vistas"; +$a->strings["Connections"] = "ConexĂ”es"; +$a->strings["Notices"] = "NotificaçÔes"; +$a->strings["Notifications"] = "NotificaçÔes"; +$a->strings["See all notifications"] = "Ver todas as notificaçÔes"; +$a->strings["Mark all system notifications seen"] = "Marcar todas as notificaçÔes de sistema como vistas"; +$a->strings["Private mail"] = "Mensagens privadas"; +$a->strings["See all private messages"] = "Ver todas as mensagens privadas"; +$a->strings["Mark all private messages seen"] = "Marcar todas as mensagens privadas como vistas"; +$a->strings["Inbox"] = "Recebidas"; +$a->strings["Outbox"] = "Enviadas"; +$a->strings["New Message"] = "Nova mensagem"; +$a->strings["Event Calendar"] = "Agenda de eventos"; +$a->strings["See all events"] = "Ver todos os eventos"; +$a->strings["Mark all events seen"] = "Marcar todos os eventos como vistos"; +$a->strings["Manage Your Channels"] = "Gerencie os seus canais"; +$a->strings["Account/Channel Settings"] = "ConfiguraçÔes da conta/canal"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site Setup and Configuration"] = "Configuração do site"; +$a->strings["Please wait..."] = "Por favor, aguarde..."; $a->strings["No recipient provided."] = "Falta o destinatĂĄrio."; $a->strings["[no subject]"] = "[sem assunto]"; $a->strings["Unable to determine sender."] = "NĂŁo foi possĂvel determinar o remetente."; @@ -740,6 +740,7 @@ $a->strings["Secret Passphrase"] = "Frase secreta"; $a->strings["Passphrase hint"] = "Dica da frase secreta"; $a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Atenção: permissĂ”es foram modificadas mas ainda nĂŁo foram enviadas."; $a->strings["close all"] = "fechar tudo"; +$a->strings["Nothing new here"] = "Nada de novo aqui"; $a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; $a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; $a->strings["ago"] = "atrĂĄs"; @@ -848,7 +849,7 @@ $a->strings["Restricted"] = "Restrito"; $a->strings["Private"] = "Privado"; $a->strings["Community Forum"] = "FĂłrum de comunidade"; $a->strings["Feed Republish"] = "Republicação de feed"; -$a->strings["Celebrity/Soapbox"] = "Celebridade/Palanque"; +$a->strings["Celebrity/Soapbox"] = "Personalidade/Palanque"; $a->strings["Custom/Expert Mode"] = "Personalizado/Modo expert"; $a->strings["Set your current mood and tell your friends"] = "Marque seu humor atual e compartilhe com seus amigos"; $a->strings["Menu not found."] = "O menu nĂŁo foi encontrado."; @@ -1014,23 +1015,16 @@ $a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o err $a->strings["Invalid item."] = "Item invĂĄlido."; $a->strings["Channel not found."] = "O canal nĂŁo foi encontrado."; $a->strings["Page not found."] = "PĂĄgina nĂŁo encontrada."; -$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas nĂŁo foi possĂvel cortĂĄ-la."; -$a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto nĂŁo aparecer imediatamente, recarregue a pĂĄgina segurando a tecla \"shift\" ou limpe o cache do navegador, "; -$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d"; -$a->strings["Unable to process image."] = "NĂŁo foi possĂvel processar a imagem."; -$a->strings["Photo not available."] = "A foto nĂŁo estĂĄ disponĂvel."; -$a->strings["Upload File:"] = "Enviar arquivo:"; -$a->strings["Select a profile:"] = "Selecione um perfil:"; -$a->strings["Upload Profile Photo"] = "Enviar foto do perfil"; -$a->strings["skip this step"] = "pule esta etapa"; -$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu ĂĄlbum de fotos"; -$a->strings["Crop Image"] = "Cortar a imagem"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização."; -$a->strings["Done Editing"] = "Encerrar a edição"; -$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso."; -$a->strings["Image upload failed."] = "NĂŁo foi possĂvel enviar a imagem."; -$a->strings["Image size reduction [%s] failed."] = "NĂŁo foi possĂvel reduzir o tamanho da imagem [%s]."; +$a->strings["Version %s"] = "VersĂŁo %s"; +$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicaçÔes instalados:"; +$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Este Ă© um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."; +$a->strings["Running at web location"] = "Sendo executado no endereço web"; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."; +$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "SugestĂ”es, elogios, etc - mande um e-mail para \"redmatrix\" arrĂŽba librelist ponto com"; +$a->strings["Site Administrators"] = "Administradores do site"; $a->strings["Block Name"] = "Nome do bloco"; $a->strings["Profile not found."] = "O perfil nĂŁo foi encontrado."; $a->strings["Profile deleted."] = "O perfil foi excluĂdo."; @@ -1397,16 +1391,6 @@ $a->strings["Delete item?"] = "Deletar item?"; $a->strings["Edit Webpage"] = "Editar pĂĄgina web"; $a->strings["Delete webpage?"] = "Deletar pĂĄgina web?"; $a->strings["Delete Webpage"] = "Deletar pĂĄgina web"; -$a->strings["Version %s"] = "VersĂŁo %s"; -$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicaçÔes instalados:"; -$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado"; -$a->strings["Red"] = "Red"; -$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralized privacy enhanced websites."] = "Este Ă© um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."; -$a->strings["Running at web location"] = "Sendo executado no endereço web"; -$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>."; -$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; -$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "SugestĂ”es, elogios, etc - mande um e-mail para \"redmatrix\" arrĂŽba librelist ponto com"; -$a->strings["Site Administrators"] = "Administradores do site"; $a->strings["Page owner information could not be retrieved."] = "As informaçÔes do dono da pagina nĂŁo puderam ser obtidas."; $a->strings["Album not found."] = "O ĂĄlbum nĂŁo foi encontrado."; $a->strings["Delete Album"] = "Excluir o ĂĄlbum"; @@ -1439,6 +1423,23 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings["In This Photo:"] = "Nesta foto:"; $a->strings["View Album"] = "Ver ĂĄlbum"; $a->strings["Recent Photos"] = "Fotos recentes"; +$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas nĂŁo foi possĂvel cortĂĄ-la."; +$a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto nĂŁo aparecer imediatamente, recarregue a pĂĄgina segurando a tecla \"shift\" ou limpe o cache do navegador, "; +$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d"; +$a->strings["Unable to process image."] = "NĂŁo foi possĂvel processar a imagem."; +$a->strings["Photo not available."] = "A foto nĂŁo estĂĄ disponĂvel."; +$a->strings["Upload File:"] = "Enviar arquivo:"; +$a->strings["Select a profile:"] = "Selecione um perfil:"; +$a->strings["Upload Profile Photo"] = "Enviar foto do perfil"; +$a->strings["skip this step"] = "pule esta etapa"; +$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu ĂĄlbum de fotos"; +$a->strings["Crop Image"] = "Cortar a imagem"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização."; +$a->strings["Done Editing"] = "Encerrar a edição"; +$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso."; +$a->strings["Image upload failed."] = "NĂŁo foi possĂvel enviar a imagem."; +$a->strings["Image size reduction [%s] failed."] = "NĂŁo foi possĂvel reduzir o tamanho da imagem [%s]."; $a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado."; $a->strings["Source created."] = "A fonte foi criada."; $a->strings["Source updated."] = "A fonte foi atualizada."; @@ -1695,6 +1696,7 @@ $a->strings["Your old login email address"] = "O endereço de e-mail da sua anti $a->strings["Your old login password"] = "A senha dua sua antiga conta"; $a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Para qualquer das opçÔes, por favor escolha se deseja fazer deste hub seu novo endereço primĂĄrio, ou se o velho local deve continuar com esse papel. VocĂȘ serĂĄ capaz de publicar a partir de ambos os locais, mas somente um pode estar designado como local primĂĄrio para arquivos, fotos e mĂdia."; $a->strings["Make this hub my primary location"] = "Faça deste hub meu local primĂĄrio"; +$a->strings["Import existing posts if possible"] = "Importar publicaçÔes existentes se possĂvel"; $a->strings["Total invitation limit exceeded."] = "Foi excedido o nĂșmero total de convites."; $a->strings["%s : Not a valid email address."] = "%s : NĂŁo Ă© um endereço de e-mail vĂĄlido."; $a->strings["Please join us on Red"] = "Por favor, una-se a nĂłs na Red"; @@ -1811,8 +1813,8 @@ $a->strings["Conversation removed."] = "A conversa foi removida."; $a->strings["No messages."] = "Nenhuma mensagem."; $a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; $a->strings["Add a Channel"] = "Adicionar um canal"; -$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Um canal Ă© uma coleção sua de pĂĄginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fĂłruns, pĂĄginas de celebridades, e muito mais. VocĂȘ pode criar tantos canais quanto seu provedor de serviço permita."; -$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Beto Salinas\", \"Elis e seus Cavalos\", \"Futebol\", \"Grupo de aviadores\""; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "Um canal Ă© uma coleção sua de pĂĄginas relacionadas. Um canal pode ser usado para um perfil de rede social, um blog, grupos de conversação e fĂłruns temĂĄticos, pĂĄginas de personalidades, e muito mais. VocĂȘ pode criar tantos canais quanto o provedor de serviço permita."; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exemplos: \"Maria CaiouĂĄ\", \"Roberto Salinas\", \"Elis e sua banda\", \"Futebol de salĂŁo\", \"FanĂĄticos por aeromodelismo\""; $a->strings["Choose a short nickname"] = "Escolha um apelido curto"; $a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Seu apelido serĂĄ usado para criar um endereço para o canal de fĂĄcil memorização (como um endereço de email), que vocĂȘ poderĂĄ compartilhar com outros."; $a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Ou <a href=\"import\">importe um canal existente</a> de outro local"; diff --git a/view/ru/follow_notify_eml.tpl b/view/ru/follow_notify_eml.tpl deleted file mode 100644 index ba07b19da..000000000 --- a/view/ru/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/ru/friend_complete_eml.tpl b/view/ru/friend_complete_eml.tpl deleted file mode 100644 index 1c647b994..000000000 --- a/view/ru/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/ru/intro_complete_eml.tpl b/view/ru/intro_complete_eml.tpl deleted file mode 100644 index 2c2428d68..000000000 --- a/view/ru/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/ru/request_notify_eml.tpl b/view/ru/request_notify_eml.tpl deleted file mode 100644 index d01b8ff27..000000000 --- a/view/ru/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/sv/cmnt_received_eml.tpl b/view/sv/cmnt_received_eml.tpl deleted file mode 100644 index d87c7a1d1..000000000 --- a/view/sv/cmnt_received_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -$username, - -'$from' har kommenterat nĂ„got som du följer. - ------ -$body ------ - -Logga in pĂ„ $siteurl för att se hela konversationen: - -$display - -HĂ€lsningar, -$sitename admin - - diff --git a/view/sv/follow_notify_eml.tpl b/view/sv/follow_notify_eml.tpl deleted file mode 100644 index 254478c7a..000000000 --- a/view/sv/follow_notify_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ - -Hej {{$myname}}, - -Du har en ny följare pĂ„ {{$sitename}} - '{{$requestor}}'. - -Du kan besöka profilen pĂ„ {{$url}}. - -Logga in pĂ„ din server för att godkĂ€nna eller ignorera/avslĂ„ förfrĂ„gan. - -{{$siteurl}} - -HĂ€lsningar, - - {{$sitename}}-administratören diff --git a/view/sv/friend_complete_eml.tpl b/view/sv/friend_complete_eml.tpl deleted file mode 100644 index 31916367a..000000000 --- a/view/sv/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Hej {{$username}}, - - Goda nyheter... '{{$fn}}' med '{{$dfrn_url}}' har accepterat -din kontaktförfrĂ„gan pĂ„ '{{$sitename}}'. - -Ni Ă€r nu ömsesidiga vĂ€nner och kan dela statusuppdateringar, foton och -e-post utan restriktioner. - -Besök sidan 'Kontakter' pĂ„ {{$sitename}} om du önskar göra nĂ„gra -förĂ€ndringar av den hĂ€r relationen. - -{{$siteurl}} - -[Du kan till exempel skapa en separat profil med information som inte Ă€r -tillgĂ€nglig för allmĂ€nheten - och ge '{{$fn}}' visningsrĂ€ttigheter]. - -HĂ€lsningar, - - {{$sitename}}-administratören - - diff --git a/view/sv/intro_complete_eml.tpl b/view/sv/intro_complete_eml.tpl deleted file mode 100644 index f0513429f..000000000 --- a/view/sv/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ - -Hej {{$username}}, - - '{{$fn}}' med '{{$dfrn_url}}' har accepterat -din kontaktförfrĂ„gan pĂ„ '{{$sitename}}'. - - '{{$fn}}' har valt att acceptera dig som ett "fan", vilket begrĂ€nsar -vissa former av kommunikation - exempelvis privata meddelanden och viss -profilinteraktion. Om detta Ă€r en fansida eller gemenskapssida anvĂ€nds -de instĂ€llningarna automatiskt. - - '{{$fn}}' kan vĂ€lja att utöka detta till en tvĂ„vĂ€gs eller mer -tillĂ„tande relation i framtiden. - - Du kommer att börja fĂ„ offentliga statusuppdateringar frĂ„n '{{$fn}}', -vilka kommer att synas pĂ„ din 'Matrix'-sida pĂ„ - -{{$siteurl}} - -HĂ€lsningar, - - {{$sitename}}-administratören diff --git a/view/sv/mail_received_html_body_eml.tpl b/view/sv/mail_received_html_body_eml.tpl deleted file mode 100644 index a9a34c23a..000000000 --- a/view/sv/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Meddelande på Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from har skickat ett personligt meddelande till dig på $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Logga in på <a href="$siteurl">$siteurl</a> för att läsa och svara på personliga meddelanden.</td></tr> - <tr><td></td><td>Hälsningar,</td></tr> - <tr><td></td><td>$siteName admin</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/sv/mail_received_text_body_eml.tpl b/view/sv/mail_received_text_body_eml.tpl deleted file mode 100644 index ac2857b58..000000000 --- a/view/sv/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,10 +0,0 @@ -$from har skickat ett personligt meddelande till dig pÄ $siteName. - -$title - -$textversion - -Logga in pÄ $siteurl för att lÀsa och svara pÄ personliga meddelanden. - -HÀlsningar, -$siteName admin diff --git a/view/sv/request_notify_eml.tpl b/view/sv/request_notify_eml.tpl deleted file mode 100644 index e0b165258..000000000 --- a/view/sv/request_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -Hej {{$myname}}, - -Du har precis fÄtt en kontaktförfrÄgan pÄ {{$sitename}} - -frÄn '{{$requestor}}'. - -Du kan besöka profilen pÄ {{$url}}. - -Logga in pÄ din server och se hela presentationen och -godkÀnn eller ignorera/avslÄ förfrÄgan. - -{{$siteurl}} - -HÀlsningar, - - {{$sitename}}-administratören diff --git a/view/sv/wall_received_eml.tpl b/view/sv/wall_received_eml.tpl deleted file mode 100644 index fc450a06d..000000000 --- a/view/sv/wall_received_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -$username, - -'$from' har skrivit pÄ din profilsida. - ------ -$body ------ - -Logga in pÄ $siteurl för att kolla eller ta bort: - -$display - -HÀlsningar, -$sitename admin - - diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1d5fcaa1a..c448c877f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -118,15 +118,11 @@ pre code { } code { - font-family: Courier, monospace; font-size: 1em; - display: block; - overflow: auto; + padding: 5px; border: 1px solid $code_borderc; background: $code_bgcolour; color: $code_txtcolour; - padding: 10px; - margin-top: 20px; } pre { @@ -894,18 +890,6 @@ footer { font-family: FontAwesome; } -#search-text { - border: 1px solid #ccc; - font-size: 1em; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; -} - -#netsearch-box .btn-sm { - padding: 2.78px 10px; -} - - .profile-clear { clear: both; } @@ -1243,21 +1227,6 @@ footer { text-decoration: underline; } -#lang-select-icon { - cursor: pointer; - position: absolute; - left: 4px; -/*because of the shape, if this is lined up properly it looks like it's lined up wrong... -lining it up too high is the only way to make it look correctly aligned. The human -brain is weird like that */ - top: 2px; -} - -#lang-select-icon:hover { - opacity: 1; - filter:alpha(opacity=100); -} - .notif-image { height: 80px; width: 80px; @@ -1347,38 +1316,6 @@ brain is weird like that */ .field.radio .field_help { margin-left: 0px; } - - -/* - * UPDATE - */ -.popup { - width: 100%; height: 100%; - top:0px; left:0px; - position: absolute; - display: none; -} - -.popup .background { - background-color: rgba(0,0,0,128); - opacity: 0.5; - width: 100%; height: 100%; - position: absolute; - top:0px; left:0px; -} -.popup .panel { - top:25%;left:25%;width:50%;height:50%; - padding: 1em; - position: absolute; - border: 4px solid #000000; - background-color: #FFFFFF; -} -.popup .panel .panel_text { display: block; overflow: auto; height: 80%; } -.popup .panel .panel_in { width: 100%; height: 100%; position: relative; } -.popup .panel .panel_actions { width: 100%; bottom: 4px; left: 0px; position: absolute; } -.panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px} -.panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;} - /** * OAuth */ @@ -1406,63 +1343,6 @@ brain is weird like that */ float: left; } -/** - * ICONS - */ -.iconspacer { - display: block; width: 16px; height: 16px; -/* visibility: hidden; */ -} - -.iconspacer:hover { -/* visibility: visible; */ -} - -.icon { - display: block; width: 16px; height: 16px; - background-image: url('../../../../images/icons.png'); -} -.article { background-position: 0px 0px;} -.audio { background-position: -16px 0px;} -.block { background-position: -32px 0px;} -.drop { background-position: -48px 0px;} -.drophide { background-position: -64px 0px;} -.delete { background-position: -64px 0px;} -.edit { background-position: -80px 0px;} -.camera { background-position: -96px 0px;} -.dislike { background-position: -112px 0px;} -.like { background-position: -128px 0px;} -.link { background-position: -144px 0px;} - -.globe { background-position: 0px -16px;} -.noglobe { background-position: -16px -16px;} -.no { background-position: -32px -16px;} -.pause { background-position: -48px -16px;} -.play { background-position: -64px -16px;} -.pencil { background-position: -80px -16px;} -.small-pencil { background-position: -96px -16px;} -.recycle { background-position: -112px -16px;} -.remote-link { background-position: -128px -16px;} -.share { background-position: -144px -16px;} - -.tools { background-position: 0px -32px;} -.lock { background-position: -16px -32px;} -.unlock { background-position: -32px -32px; } -.video { background-position: -48px -32px;} -.youtube { background-position: -64px -32px;} -.attach { background-position: -80px -32px; } -.language { background-position: -96px -32px; } -.prev { background-position: -112px -32px; } -.next { background-position: -128px -32px; } -.on { background-position: -144px -32px; } - -.off { background-position: 0px -48px; } -.tagged { background-position: -48px -48px; } -.yellow { background-position: -64px -48px; } - -.icon.dim { opacity: 0.3;filter:alpha(opacity=30); } - - .body-attach { margin-top: 10px; @@ -1538,6 +1418,7 @@ div.jGrowl div.jGrowl-notification { margin-left: $radiuspx; border: 1px solid #ccc; border-top: none; + width: calc(197px - $radiuspx * 2) !important; } #recip-ac .autocomplete, @@ -1597,14 +1478,6 @@ a.rconnect:hover { color: #0080FF; } -#profiles-menu li a { - color: #ffffff; -} - -#profiles-menu li a:hover { - color: #000000; -} - /* header */ header { @@ -1991,13 +1864,16 @@ img.mail-list-sender-photo { .wall-item-content-wrapper { background-color: $item_colour; padding: 10px; -} - -.wall-item-content-wrapper { border-top-right-radius: $radiuspx; border-top-left-radius: $radiuspx; } +.generic-content-wrapper-styled { + background-color: $genericcontent_bgcolour; + padding: 10px; + border-radius: $radiuspx; +} + .comment .wall-item-body { padding-left: $comment_padding; } @@ -2288,12 +2164,12 @@ blockquote { } aside .nav > li > a:hover, aside .nav > li > a:focus { - text-decoration: $navtabs_decohover; - background-color: $navaside_bghover; + text-decoration: $navtabs_decohover; + background-color: $navaside_bghover; } aside .nav-pills > li > a { - padding: 6px 10px; + padding: 6px 10px; } .dropdown-menu img { diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 01ca5a7b9..045ddc309 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -125,6 +125,8 @@ if(! $a->install) { $item_colour = "rgba(238,238,238,0.8)"; if (! $comment_item_colour) $comment_item_colour = "rgba(254,254,254,0.4)"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = $comment_item_colour; if (! $comment_border_colour) $comment_border_colour = "rgba(238,238,238,0.8)"; if (! $toolicon_colour) @@ -152,11 +154,11 @@ if(! $a->install) { if (! $blockquote_bordercolour) $blockquote_bordercolour = "#ccc"; if (! $code_borderc) - $code_borderc = "#444"; + $code_borderc = "#ccc"; if (! $code_bgcolour) - $code_bgcolour = "#EEE"; + $code_bgcolour = "#ccc"; if (! $code_txtcolour) - $code_txtcolour = "#444"; + $code_txtcolour = "#000"; if (! $pre_borderc) $pre_borderc = "#ccc"; if (! $pre_bgcolour) @@ -331,6 +333,7 @@ $options = array ( '$search_background' => $search_background, '$bgcolour' => $bgcolour, '$background_image' => $background_image, +'$genericcontent_bgcolour' => $genericcontent_bgcolour, '$item_colour' => $item_colour, '$comment_item_colour' => $comment_item_colour, '$comment_border_colour' => $comment_border_colour, diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 96600f9f6..51a6d23a4 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -54,6 +54,8 @@ $item_colour = "rgba(28,28,28,0.8)"; if (! $comment_item_colour) $comment_item_colour = "rgba(18,18,18,0.4)"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = "rgba(28,28,28,0.8)"; if (! $comment_border_colour) $comment_border_colour = "rgba(28,28,28,0.8)"; if (! $toolicon_colour) diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php index 42a62c5ba..2bf002bca 100644 --- a/view/theme/redbasic/schema/simple_black_on_white.php +++ b/view/theme/redbasic/schema/simple_black_on_white.php @@ -34,7 +34,7 @@ $navtabs_bgchover = "#fff"; if (! $navtabs_decohover) $navtabs_decohover = "underline"; -if (! $navaside_bghover) + if (! $navaside_bghover) $navaside_bghover = "#F5F5F5"; if (! $link_colour) $link_colour = "#000"; @@ -50,6 +50,8 @@ if (! $navaside_bghover) $search_background = "#F5F5F5"; if (! $bgcolour) $bgcolour = "#fff"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = 'rgba(255,255,255,0.8)'; if (! $item_colour) $item_colour = "rgba(255,255,255,0.8)"; if (! $comment_item_colour) diff --git a/view/theme/redbasic/schema/simple_green_on_black.php b/view/theme/redbasic/schema/simple_green_on_black.php index 641a46668..15adcf198 100644 --- a/view/theme/redbasic/schema/simple_green_on_black.php +++ b/view/theme/redbasic/schema/simple_green_on_black.php @@ -50,6 +50,8 @@ if (! $navaside_bghover) $search_background = "#000"; if (! $bgcolour) $bgcolour = "#000"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour = 'rgba(0,0,0,0.8)'; if (! $item_colour) $item_colour = "rgba(0,0,0,0.8)"; if (! $comment_item_colour) diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php index 50379dfe4..96450d835 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.php +++ b/view/theme/redbasic/schema/simple_white_on_black.php @@ -50,6 +50,8 @@ $search_background = "#000"; if (! $bgcolour) $bgcolour = "#000"; + if (! $genericcontent_bgcolour) + $genericcontent_bgcolour ='rgba(0,0,0,0.8)'; if (! $item_colour) $item_colour = "rgba(0,0,0,0.8)"; if (! $comment_item_colour) diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 95285ac79..078eb4df4 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h2>{{$header}}</h2> <h3>{{$addr}}</h3> diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index b1838ece1..2ab3edcc2 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -10,6 +10,7 @@ }); }); </script> +<div class="widget"> <h3>{{$admtxt}}</h3> <ul class="nav nav-pills nav-stacked"> <li><a href='{{$admin.site.0}}'>{{$admin.site.1}}</a></li> @@ -20,6 +21,7 @@ <li><a href='{{$admin.hubloc.0}}'>{{$admin.hubloc.1}}</a></li> <li><a href='{{$admin.dbsync.0}}'>{{$admin.dbsync.1}}</a></li> </ul> +</div> {{if $admin.update}} <ul class="nav nav-pills nav-stacked"> @@ -29,16 +31,20 @@ {{/if}} -{{if $admin.plugins_admin}}<h3>{{$plugadmtxt}}</h3>{{/if}} +{{if $admin.plugins_admin}} +<div class="widget"> +<h3>{{$plugadmtxt}}</h3> <ul class="nav nav-pills nav-stacked"> {{foreach $admin.plugins_admin as $l}} <li><a href='{{$l.0}}'>{{$l.1}}</a></li> {{/foreach}} </ul> +</div> +{{/if}} - +<div class="widget"> <h3>{{$logtxt}}</h3> <ul class="nav nav-pills nav-stacked"> <li><a href='{{$admin.logs.0}}'>{{$admin.logs.1}}</a></li> </ul> - +</div> diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl index b26e67687..817eb939a 100755 --- a/view/tpl/admin_channels.tpl +++ b/view/tpl/admin_channels.tpl @@ -10,7 +10,7 @@ return false; } </script> -<div class = "generic-content-wrapper" id='adminpage'> +<div class = "generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/channels" method="post"> diff --git a/view/tpl/admin_hubloc.tpl b/view/tpl/admin_hubloc.tpl index 06a8cdf6a..1bd1f0122 100755 --- a/view/tpl/admin_hubloc.tpl +++ b/view/tpl/admin_hubloc.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper" id='adminpage'> +<div class="generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <table id='server'> diff --git a/view/tpl/admin_logs.tpl b/view/tpl/admin_logs.tpl index 3d2adc660..6d2d7834c 100755 --- a/view/tpl/admin_logs.tpl +++ b/view/tpl/admin_logs.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper" id='adminpage'> +<div class="generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/logs" method="post"> diff --git a/view/tpl/admin_plugins.tpl b/view/tpl/admin_plugins.tpl index 40821c534..0f76cc4fe 100755 --- a/view/tpl/admin_plugins.tpl +++ b/view/tpl/admin_plugins.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper" id='adminpage'> +<div class="generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <ul id='pluginslist'> diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index 1c1a59879..bdcc82c08 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -1,4 +1,4 @@ -<div class = "generic-content-wrapper" id='adminpage'> +<div class = "generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <p><i class='toggleplugin {{if $status==on}}icon-check{{else}}icon-check-empty{{/if}} admin-icons'></i> {{$info.name}} - {{$info.version}} : <a href="{{$baseurl}}/admin/{{$function}}/{{$plugin}}/?a=t&t={{$form_security_token}}">{{$action}}</a></p> diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 56485dff6..8c62cb80f 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -34,7 +34,7 @@ }); }); </script> -<div id="adminpage" class="generic-content-wrapper"> +<div id="adminpage" class="generic-content-wrapper-styled"> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/site" method="post"> diff --git a/view/tpl/admin_summary.tpl b/view/tpl/admin_summary.tpl index 24cdd57cc..7f752a773 100755 --- a/view/tpl/admin_summary.tpl +++ b/view/tpl/admin_summary.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper" id='adminpage'> +<div class="generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <dl> diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl index 65fffd17c..5bf64b4df 100755 --- a/view/tpl/admin_users.tpl +++ b/view/tpl/admin_users.tpl @@ -10,7 +10,7 @@ return false; } </script> -<div class = "generic-content-wrapper" id='adminpage'> +<div class = "generic-content-wrapper-styled" id='adminpage'> <h1>{{$title}} - {{$page}}</h1> <form action="{{$baseurl}}/admin/users" method="post"> diff --git a/view/tpl/channels.tpl b/view/tpl/channels.tpl index 2c31cb498..0dec68a53 100755 --- a/view/tpl/channels.tpl +++ b/view/tpl/channels.tpl @@ -1,6 +1,6 @@ +<div class="generic-content-wrapper-styled"> <h3>{{$header}}</h3> - {{if $links}} {{foreach $links as $l}} <a class="channels-links" href="{{$l.0}}" title="{{$l.1}}">{{$l.2}}</a> @@ -30,3 +30,5 @@ </div> <div class="channels-end all"></div> + +</div> diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 69931b292..00f243c1e 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -1,3 +1,5 @@ +<div class="generic-content-wrapper-styled"> + <table> <tr> <td><strong>{{$folder_header}}</strong> </td> @@ -20,4 +22,6 @@ </form> </td> </tr> -</table>
\ No newline at end of file +</table> + +</div> diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 5d22e4a16..639a6bf61 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$header}}</h1> <table id="cloud-index"> <tr> @@ -40,4 +41,5 @@ {{if $quota.limit || $quota.used}} <p><strong>{{$total}}</strong> {{$quota.desc}}</p> -{{/if}}
\ No newline at end of file +{{/if}} +</div> diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index 1429576b1..8e5266978 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -1,3 +1,5 @@ +<div class="generic-content-wrapper-styled"> + <h1>{{$header}}{{if $total}} ({{$total}}){{/if}}</h1> {{if $finding}}<h4>{{$finding}}</h4>{{/if}} @@ -20,10 +22,6 @@ <div id="page-end"></div> </div> <div id="contact-edit-end"></div> +</div> <script>$(document).ready(function() { loadingPage = false;});</script> <div id="page-spinner"></div> - - - - - diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 01356597e..477df8a63 100755 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$dirlbl}}</h1> {{if $search}} @@ -8,9 +9,8 @@ {{include file="direntry.tpl"}} {{/foreach}} - <div id="page-end"></div> <div class="directory-end"></div> +</div> <script>$(document).ready(function() { loadingPage = false;});</script> <div id="page-spinner"></div> - diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index e5f12944e..a6252bb9a 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -1,5 +1,4 @@ <div class="directory-item lframe" id="directory-item-{{$entry.id}}" > -<div class="generic-content-wrapper"> <div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$entry.id}}" > <div class="contact-photo" id="directory-photo-{{$entry.id}}" > @@ -13,4 +12,3 @@ {{/if}} <div class="contact-details">{{$entry.details}}</div> </div> -</div> diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index b2455e26c..2a580e3b8 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -1,3 +1,5 @@ +<div class="generic-content-wrapper-styled"> + <h3>{{$title}}</h3> <p> @@ -147,4 +149,4 @@ }); }); </script> - +</div> diff --git a/view/tpl/events-js.tpl b/view/tpl/events-js.tpl index c87d20529..69a248512 100755 --- a/view/tpl/events-js.tpl +++ b/view/tpl/events-js.tpl @@ -1,6 +1,8 @@ {{$tabs}} +<div class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div> <div id="events-calendar"></div> +</div> diff --git a/view/tpl/failed_updates.tpl b/view/tpl/failed_updates.tpl index 68c0bcdf2..f53f1f478 100755 --- a/view/tpl/failed_updates.tpl +++ b/view/tpl/failed_updates.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h2>{{$banner}}</h2> <div id="failed_updates_desc">{{$desc}}</div> @@ -14,4 +15,4 @@ <hr /> {{/foreach}} {{/if}} - +</div> diff --git a/view/tpl/menulist.tpl b/view/tpl/menulist.tpl index 271bace82..2feb75d90 100644 --- a/view/tpl/menulist.tpl +++ b/view/tpl/menulist.tpl @@ -1,3 +1,5 @@ +<div class="generic-content-wrapper-styled"> + <h1>{{$title}}</h1> <a href="menu/new" title="{{$hintnew}}">{{$hintnew}}</a> @@ -12,5 +14,4 @@ </ul> {{/if}} - - +</div> diff --git a/view/tpl/notifications.tpl b/view/tpl/notifications.tpl index 285efbae0..0b24da7c3 100755 --- a/view/tpl/notifications.tpl +++ b/view/tpl/notifications.tpl @@ -1,7 +1,11 @@ +<div class="generic-content-wrapper-styled"> + <h1>{{$notif_header}}</h1> + {{if $notifications_available}} <a href="#" onclick="markRead('notify'); setTimeout(function() { window.location.href=window.location.href; },1500); return false;">{{$notif_link_mark_seen}}</a> {{/if}} <div class="notif-network-wrapper"> {{$notif_content}} </div> +</div> diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index d23f7e817..0c878b950 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -12,7 +12,7 @@ <div class="clear"></div> </div> -<div id="photo-album-contents"> +<div id="photo-album-contents" class="generic-content-wrapper"> {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index a0ca7e0f9..f895b3129 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -1,4 +1,5 @@ <div id="live-photos"></div> +<div class="generic-content-wrapper-styled"> <h3><a href="{{$album.0}}">{{$album.1}}</a></h3> <div id="photo-edit-link-wrap"> @@ -97,5 +98,7 @@ <div class="clear"></div> +</div> + {{$paginate}} diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl index 6b0f555b6..91b088c93 100755 --- a/view/tpl/photos_recent.tpl +++ b/view/tpl/photos_recent.tpl @@ -5,7 +5,7 @@ <h2>{{$title}}</h2> <div class="clear"></div> </div> -<div id="photo-album-contents"> +<div id="photo-album-contents" class="generic-content-wrapper"> {{foreach $photos as $photo}} {{include file="photo_top.tpl"}} {{/foreach}} diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index c0e891547..81d7b6dc0 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -4,7 +4,8 @@ <div class="clear"></div> </div> -<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > +<div class="generic-content-wrapper-styled"> +<form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form"> <input type="hidden" id="photos-upload-source" name="source" value="photos" /> <div id="photos-upload-new-wrapper" > <div id="photos-upload-newalbum-div"> @@ -40,4 +41,4 @@ <div class="photos-upload-end" ></div> </form> - +</div> diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index cbb078710..aa169e6c0 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -1,4 +1,4 @@ -<div id="profile-content-wrapper" class="generic-content-wrapper"> +<div id="profile-content-wrapper" class="generic-content-wrapper-styled"> <h2>{{$title}}</h2> {{if $profile.canlike || $profile.like_count}} diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index b453b1cfa..535aa19dd 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -1,4 +1,4 @@ -{{if $is_default}} +<div class="generic-content-wrapper-styled">{{if $is_default}} <p id="profile-edit-default-desc">{{$default}}</p> {{/if}} @@ -363,4 +363,5 @@ </form> </div> +</div> diff --git a/view/tpl/profile_entry.tpl b/view/tpl/profile_entry.tpl index cc0f3477c..ab81a7fbc 100755 --- a/view/tpl/profile_entry.tpl +++ b/view/tpl/profile_entry.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <div class="profile-listing" > <div class="profile-listing-photo-wrapper" > <a href="profiles/{{$id}}" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-{{$id}}" src="{{$photo}}" alt="{{$alt}}" /></a> @@ -7,4 +8,4 @@ <div class="profile-listing-visible">{{$visible}}</div> </div> <div class="profile-listing-end"></div> - +</div> diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl index c4bc367ba..09d00f982 100755 --- a/view/tpl/profile_listing_header.tpl +++ b/view/tpl/profile_listing_header.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$header}}</h1> <p id="profile-listing-desc" class="btn btn-default" > <a href="profile_photo" >{{$chg_photo}}</a> @@ -8,4 +9,3 @@ <p id="profile-listing-new-link-wrapper" class="btn btn-default" > <a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a> </div> - diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 1340a1653..07a37f773 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$ptitle}}</h1> {{$nickname_block}} diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 1e28d8b84..36bb494d8 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 3e447cd0a..f0d5195bf 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> diff --git a/view/tpl/settings_connectors.tpl b/view/tpl/settings_connectors.tpl index a8bde4c1e..8bea9ca63 100755 --- a/view/tpl/settings_connectors.tpl +++ b/view/tpl/settings_connectors.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> <form action="settings/connectors" method="post" autocomplete="off"> @@ -6,4 +7,4 @@ {{$settings_connectors}} </form> - +</div> diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl index f10f2e1c2..d3134ea88 100755 --- a/view/tpl/settings_display.tpl +++ b/view/tpl/settings_display.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$ptitle}}</h1> <form action="settings/display" id="settings-form" method="post" autocomplete="off" > diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index a03817f82..3291162fa 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 9be0035ff..f7b4a0b1a 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -1,4 +1,4 @@ -<div class="generic-content-wrapper"> +<div class="generic-content-wrapper-styled"> <h1>{{$title}}</h1> diff --git a/view/tpl/siteinfo.tpl b/view/tpl/siteinfo.tpl index d956a7228..a6105227e 100755 --- a/view/tpl/siteinfo.tpl +++ b/view/tpl/siteinfo.tpl @@ -4,6 +4,9 @@ {{if $version}} <p>{{$version}}{{if $commit}}+{{$commit}}{{/if}}</p> {{/if}} +{{if $tag}} +<p>Tag: {{$tag}}</p> +{{/if}} <p>{{$web_location}}</p> <p>{{$visit}}</p> <p>{{$bug_text}} <a href="{{$bug_link_url}}">{{$bug_link_text}}</a></p> diff --git a/view/tpl/viewcontact_template.tpl b/view/tpl/viewcontact_template.tpl index 18fed6bb4..cde24525c 100755 --- a/view/tpl/viewcontact_template.tpl +++ b/view/tpl/viewcontact_template.tpl @@ -1,3 +1,4 @@ +<div class="generic-content-wrapper generic-content-wrapper-styled"> <h3>{{$title}}</h3> {{foreach $contacts as $contact}} @@ -5,5 +6,5 @@ {{/foreach}} <div id="view-contact-end"></div> - {{$paginate}} +</div> diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 4ae153423..8335ebd62 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -1,6 +1,7 @@ +{{$listtitle}} {{if $pages}} - <div id="pagelist-content-wrapper" class="generic-content-wrapper"> + <div id="pagelist-content-wrapper" class="generic-content-wrapper-styled"> <table class="webpage-list-table"> <tr><td>{{$actions_txt}}</td><td>{{$pagelink_txt}}</td><td>{{$title_txt}}</td><td>{{$created_txt}}</td><td>{{$edited_txt}}</td></tr> {{foreach $pages as $key => $items}} @@ -9,7 +10,7 @@ <td> {{if $edit}}<a href="{{$baseurl}}/{{$item.url}}" title="{{$edit}}"><i class="icon-pencil design-icons design-edit-icon btn btn-default"></i></a> {{/if}} {{if $view}}<a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$view}}"><i class="icon-external-link design-icons design-view-icon btn btn-default"></i></a> {{/if}} - {{if $preview}}<a href="page/{{$channel}}/{{$item.pagetitle}}?iframe=true&width=80%&height=80%" title="{{$preview}}" class="webpage-preview" ><i class="icon-eye-open design-icons design-preview-icon btn btn-default"></i></a> {{/if}} + {{if $preview}}<a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$preview}}" class="webpage-preview" ><i class="icon-eye-open design-icons design-preview-icon btn btn-default"></i></a> {{/if}} </td> <td> {{if $view}}<a href="page/{{$channel}}/{{$item.pagetitle}}" title="{{$view}}">{{$item.pagetitle}}</a> |