From a5cb47c3d2a137f9823da26d03126f987d7fcecf Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Mar 2014 01:33:54 -0700 Subject: [PATCH 001/186] The README is getting a bit tired and really needs a re-write, but in the meanitme there's a link to donations that had to be cleaned up until we figure out how to do that without paypal. --- README.md | 2 -- version.inc | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 419793e19..bdef2b3bf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,5 @@ The Red Matrix is free and open source distributed under the MIT license. Please connect with one of the developer channels ("Channel One" would be a good choice) if you are interested in helping us out. -[Please help us change the world by providing a small donation.](http://redmatrix.me/siteinfo) (Large donations are also graciously accepted). - If you would like to become a member of the Red Matrix **right now** , please select a public hub from one of our open providers at [https://zothub.com/pubsites](https://zothub.com/pubsites). All sites are interlinked and you can always move to another, so the choice of site can be somewhat arbitrary. \ No newline at end of file diff --git a/version.inc b/version.inc index 44e90f8eb..757756362 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-09.611 +2014-03-10.612 From 34fd387438f5f3d06b0a1c26d5c7ca5c1f5bd270 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 10 Mar 2014 17:17:49 +0100 Subject: [PATCH 002/186] this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space. --- include/bbcode.php | 14 ++++++------- view/css/bootstrap-red.css | 4 ++++ view/css/conversation.css | 33 ++++++++---------------------- view/css/default.css | 11 ++++++++-- view/theme/redbasic/css/style.css | 5 +++++ view/theme/redbasic/js/redbasic.js | 8 ++++---- view/theme/redbasic/php/style.php | 2 +- view/tpl/conv_item.tpl | 9 ++++---- view/tpl/jot.tpl | 2 +- 9 files changed, 45 insertions(+), 43 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index 8bbf7ae01..cd0bf527e 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -46,7 +46,7 @@ function tryzrlvideo($match) { } if($zrl) $link = zid($link); - return ''; + return ''; } @@ -620,24 +620,24 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true) { // [img=widthxheight]pathtoimage[/img] if (strpos($Text,'[/img]') !== false) { - $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); } if (strpos($Text,'[/zmg]') !== false) { - $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); } // [img=widthxheight float={left, right}]pathtoimage[/img] if (strpos($Text,'[/img]') !== false) { - $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); } if (strpos($Text,'[/img]') !== false) { - $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); } if (strpos($Text,'[/zmg]') !== false) { - $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=left\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); } if (strpos($Text,'[/zmg]') !== false) { - $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*) float=right\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); } // style (sanitized) diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 00e2f30b7..aff35bf85 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -120,3 +120,7 @@ nav .navbar-collapse .navbar-right { height: 32px; margin-right: 5px; } + +code { + white-space: normal; +} diff --git a/view/css/conversation.css b/view/css/conversation.css index 3de9a1ec9..484941926 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -11,7 +11,7 @@ margin: 0px; padding: 8px; height: 1.8em; - width: 530px; + width: 70%; margin-bottom: 5px; } @@ -138,14 +138,9 @@ .wall-item-info { display: block; float: left; - width:110px; margin-right:10px; } -.comment .wall-item-info { - width: 70px; -} - .wallwall .wwto { left: 50px; margin: 0; @@ -166,7 +161,6 @@ margin-top: 0px; margin-left: 10px; margin-bottom: 10px; - width: 100px; } .wall-item-photo-menu-button { @@ -203,15 +197,15 @@ .wall-item-arrowphoto-wrapper { position: absolute; z-index: 99; + left: 75px; } .wall-item-wrapper { margin-left:10px; } - .wall-item-arrowphoto-wrapper { - left: 75px; + } .wall-item-lock { @@ -233,14 +227,8 @@ } .wall-item-location { - overflow: hidden; - /* add ellipsis on text overflow */ - /* this work on safari, opera, ie, chrome. */ - /* firefox users have to wait support or we */ - /* can use a jquery plugin http://bit.ly/zJskg */ text-overflow: ellipsis; - -o-text-overflow: ellipsis; - width: 100%; + max-width: 30%; } .wall-item-author { @@ -258,7 +246,7 @@ } .wall-item-content img { - max-width: 95% !important; + max-width: 95%; } .wall-item-title { @@ -354,10 +342,7 @@ } .comment-edit-photo { - margin-top: 10px; - margin-left: 10px; - margin-bottom: 10px; - width: 100px; + margin: 10px; float: left; } @@ -386,15 +371,15 @@ } .comment-edit-text-empty { - height: 1.0em; - width: 270px; + height: 1.2em; + width: 30%; overflow: auto; margin-bottom: 10px; } .comment-edit-text-full { height: 150px; - width: 80%; + width: 50%; overflow: auto; } diff --git a/view/css/default.css b/view/css/default.css index a98374960..271e15620 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -6,11 +6,17 @@ header #banner { margin-right: auto; } +main { + display: table; + width: 100%; + height: 100%; +} + aside#region_1 { min-width: 210px; display: table-cell; vertical-align: top; - padding: 65px 10px 10px 10px; + padding: 65px 7px 7px 7px; } aside input[type='text'] { @@ -19,7 +25,8 @@ aside input[type='text'] { section { width: 100%; + min-width: 298px; display: table-cell; vertical-align: top; - padding: 65px 15px 200px 10px; + padding: 65px 15px 200px 7px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 67aa6a3c1..7cdc55644 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -7,6 +7,10 @@ /* generals */ +html { + height: 100%; +} + body { font-family: arial,freesans,sans-serif; font-size: $body_font_size; @@ -16,6 +20,7 @@ body { background-size: cover; color: $font_colour; margin: 0px; + height: 100%; } .jslider { font-family: arial,freesans,sans-serif; diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 7e957a4f4..4bc94287d 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -9,10 +9,10 @@ function cmtBbOpen(comment, id) { } function cmtBbClose(comment, id) { -// if($(comment).hasClass('comment-edit-text-empty')) { -// $(".comment-edit-bb-" + id).hide(); -// return true; -// } + if($(comment).hasClass('comment-edit-text-empty')) { + $(".comment-edit-bb-" + id).hide(); + return true; + } return false; } diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 8fb4de381..c3153a025 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -119,7 +119,7 @@ if(! $a->install) { if (! $converse_width) $converse_width="1024px"; if(! $top_photo) - $top_photo = '64px'; + $top_photo = '48px'; $pmenu_top = intval($top_photo) - 16 . 'px'; $wwtop = intval($top_photo) - 15 . 'px'; $comment_indent = intval($top_photo) + 10 . 'px'; diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 869692bfa..1e7fcbab5 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -9,18 +9,20 @@
+ {{* comment out for now. let's see if somebody is missing it. if yes we need a better visual concept. {{if $item.owner_url}}
- {{$item.owner_name}} + {{$item.owner_name}}
{{$item.wall}}
{{/if}} + *}}
- {{$item.name}} + {{$item.name}} menu
    @@ -33,13 +35,12 @@
    {{if $item.lock}} {{else}}
    {{/if}} -
    {{$item.location}}
{{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}}
-
{{if $item.verified}} {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.app}}{{$item.str_app}}{{/if}}
+
{{if $item.verified}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.app}}{{$item.str_app}}{{/if}}
{{$item.title}}
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index e1e1e3080..4cc9c0d10 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -23,7 +23,7 @@
{{/if}}
- +
From 3f20debf5e30782832a601a5ac297906942bc05f Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 10 Mar 2014 17:47:53 +0100 Subject: [PATCH 003/186] fixes locations with a link --- view/tpl/conv_item.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 1e7fcbab5..395904c80 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -40,7 +40,7 @@
{{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}}
-
{{if $item.verified}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.app}}{{$item.str_app}}{{/if}}
+
{{if $item.verified}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.app}}{{$item.str_app}}{{/if}}
{{$item.title}}
From 313240488ae7de9deb54dfb0e20d83cdf715b557 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 10 Mar 2014 18:08:44 +0100 Subject: [PATCH 004/186] fix lock position --- view/css/conversation.css | 3 ++- view/tpl/conv_item.tpl | 8 ++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index 484941926..42da46cc7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -208,6 +208,7 @@ } +/* .wall-item-lock { position: absolute; left: 105px; @@ -221,7 +222,7 @@ .wall-item-lock { } - +*/ .lockview { cursor: pointer; } diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 395904c80..8d59951e7 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -32,14 +32,10 @@
-
- {{if $item.lock}} - {{else}}
{{/if}} -
+
- {{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}}
- + {{if $item.lock}} {{/if}}{{$item.name}}{{if $item.owner_url}} {{$item.via}} {{$item.owner_name}}{{/if}}
{{if $item.verified}} {{/if}}{{if $item.location}}{{$item.location}}, {{/if}}{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}{{if $item.app}}{{$item.str_app}}{{/if}}
From f78c4f485c9f773fe51ce3e8a26c6232d5f7f5f8 Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 10 Mar 2014 19:25:38 +0100 Subject: [PATCH 005/186] 10px is probably to close --- view/css/conversation.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index 42da46cc7..0100f58b5 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -138,7 +138,7 @@ .wall-item-info { display: block; float: left; - margin-right:10px; + margin-right: 20px; } .wallwall .wwto { @@ -343,7 +343,7 @@ } .comment-edit-photo { - margin: 10px; + margin: 10px 20px 10px 10px; float: left; } From 403a0fa1589896a6acff3971077818333ffec45f Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Mar 2014 18:14:33 -0700 Subject: [PATCH 006/186] nb-no language update --- view/nb-no/messages.po | 15308 ++++++++++++++++++--------------------- view/nb-no/strings.php | 3661 +++++----- 2 files changed, 8702 insertions(+), 10267 deletions(-) diff --git a/view/nb-no/messages.po b/view/nb-no/messages.po index 362dc0682..83c280dd3 100644 --- a/view/nb-no/messages.po +++ b/view/nb-no/messages.po @@ -1,7363 +1,2399 @@ -# FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project -# This file is distributed under the same license as the Friendica package. +# Red Matrix Project +# Copyright (C) 2012-2014 the Red Matrix Project +# This file is distributed under the same license as the Red package. # # Translators: -# Haakon Meland Eriksen , 2012. +# Haakon Meland Eriksen , 2013-2014 msgid "" msgstr "" -"Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2012-09-27 10:00-0700\n" -"PO-Revision-Date: 2012-09-28 08:27+0000\n" +"Project-Id-Version: Red Matrix\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-03-07 00:03-0800\n" +"PO-Revision-Date: 2014-03-08 09:20+0000\n" "Last-Translator: Haakon Meland Eriksen \n" -"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/friendica/language/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/red-matrix/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Innlegg vellykket." - -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -msgid "[Embedded content - reload page to view]" -msgstr "[Innebygget innhold - hent siden på nytt for å se det]" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Kontaktinnstillinger i bruk." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Kontaktoppdatering mislyktes." - -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:128 ../../mod/photos.php:972 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:146 -#: ../../mod/settings.php:86 ../../mod/settings.php:525 -#: ../../mod/settings.php:530 ../../mod/manage.php:87 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewconnections.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:126 -#: ../../mod/item.php:142 ../../mod/mood.php:114 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/message.php:38 ../../mod/message.php:168 -#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 -#: ../../mod/wall_upload.php:64 ../../mod/follow.php:9 -#: ../../mod/display.php:141 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:413 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159 -#: ../../addon/fbpost/fbpost.php:165 -#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3913 -#: ../../index.php:317 -msgid "Permission denied." -msgstr "Ingen tilgang." - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." -msgstr "Kontakt ikke funnet." - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Reparer kontaktinnstillinger" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "" - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "" - -#: ../../mod/crepair.php:148 ../../mod/settings.php:545 -#: ../../mod/settings.php:571 ../../mod/admin.php:692 ../../mod/admin.php:702 -msgid "Name" -msgstr "Navn" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Konto Kallenavn" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "Konto URL" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "Venneforespørsel URL" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "Vennebekreftelse URL" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "Endepunkt URL for beskjed" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "Poll/Feed URL" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "" - -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:455 ../../mod/photos.php:1005 -#: ../../mod/photos.php:1081 ../../mod/photos.php:1338 -#: ../../mod/photos.php:1378 ../../mod/photos.php:1419 -#: ../../mod/photos.php:1451 ../../mod/install.php:246 -#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199 -#: ../../mod/content.php:693 ../../mod/contacts.php:348 -#: ../../mod/settings.php:543 ../../mod/settings.php:697 -#: ../../mod/settings.php:769 ../../mod/settings.php:976 -#: ../../mod/group.php:85 ../../mod/mood.php:137 ../../mod/message.php:294 -#: ../../mod/message.php:480 ../../mod/admin.php:443 ../../mod/admin.php:689 -#: ../../mod/admin.php:826 ../../mod/admin.php:1025 ../../mod/admin.php:1112 -#: ../../mod/profiles.php:583 ../../mod/invite.php:119 -#: ../../addon/fromgplus/fromgplus.php:40 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 ../../addon/bg/bg.php:90 -#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76 -#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88 -#: ../../addon/page/page.php:210 ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/drpost/drpost.php:110 ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 ../../addon/oembed.old/oembed.php:41 -#: ../../addon/forumlist/forumlist.php:163 -#: ../../addon/impressum/impressum.php:83 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/group_text/group_text.php:84 -#: ../../addon/libravatar/libravatar.php:99 -#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87 -#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84 -#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:307 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:576 ../../addon/tumblr/tumblr.php:90 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:394 -#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77 -#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:757 -#: ../../view/theme/diabook/config.php:190 -#: ../../view/theme/quattro/config.php:53 ../../view/theme/dispy/config.php:70 -#: ../../object/Item.php:560 -msgid "Submit" -msgstr "Lagre" - -#: ../../mod/help.php:30 -msgid "Help:" -msgstr "Hjelp:" - -#: ../../mod/help.php:34 ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../include/nav.php:86 -msgid "Help" -msgstr "Hjelp" - -#: ../../mod/help.php:38 ../../index.php:226 -msgid "Not Found" -msgstr "Ikke funnet" - -#: ../../mod/help.php:41 ../../index.php:229 -msgid "Page not found." -msgstr "Fant ikke siden." - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Filstørrelsen er større enn begrensning på %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Opplasting av filen mislyktes." - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Venneforslag sendt." - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Foreslå venner" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Foreslå en venn for %s" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "" - -#: ../../mod/events.php:279 -msgid "l, F j" -msgstr "" - -#: ../../mod/events.php:301 -msgid "Edit event" -msgstr "Rediger hendelse" - -#: ../../mod/events.php:323 ../../include/text.php:1187 -msgid "link to source" -msgstr "lenke til kilde" - -#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:131 -#: ../../include/nav.php:52 ../../boot.php:1689 -msgid "Events" -msgstr "Hendelser" - -#: ../../mod/events.php:348 -msgid "Create New Event" -msgstr "Lag ny hendelse" - -#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263 -msgid "Previous" -msgstr "Forrige" - -#: ../../mod/events.php:350 ../../mod/install.php:205 -#: ../../addon/dav/friendica/layout.fnk.php:266 -msgid "Next" -msgstr "Neste" - -#: ../../mod/events.php:423 -msgid "hour:minute" -msgstr "time:minutt" - -#: ../../mod/events.php:433 -msgid "Event details" -msgstr "Hendelsesdetaljer" - -#: ../../mod/events.php:434 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "" - -#: ../../mod/events.php:436 -msgid "Event Starts:" -msgstr "Hendelsen starter:" - -#: ../../mod/events.php:436 ../../mod/events.php:450 -msgid "Required" -msgstr "" - -#: ../../mod/events.php:439 -msgid "Finish date/time is not known or not relevant" -msgstr "Avslutningsdato/-tid er ukjent eller ikke relevant" - -#: ../../mod/events.php:441 -msgid "Event Finishes:" -msgstr "Hendelsen slutter:" - -#: ../../mod/events.php:444 -msgid "Adjust for viewer timezone" -msgstr "Tilpass til iakttakerens tidssone" - -#: ../../mod/events.php:446 -msgid "Description:" -msgstr "Beskrivelse:" - -#: ../../mod/events.php:448 ../../mod/directory.php:134 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:412 -#: ../../boot.php:1226 -msgid "Location:" -msgstr "Plassering:" - -#: ../../mod/events.php:450 -msgid "Title:" -msgstr "" - -#: ../../mod/events.php:452 -msgid "Share this event" -msgstr "Del denne hendelsen" - -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:136 -#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:544 -#: ../../mod/settings.php:570 ../../addon/js_upload/js_upload.php:45 -#: ../../include/conversation.php:935 -msgid "Cancel" -msgstr "Avbryt" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Fjernet tag" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Fjern tag" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Velg en tag å fjerne:" - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -#: ../../addon/dav/common/wdcal_edit.inc.php:468 -msgid "Remove" -msgstr "Slett" - -#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530 -#, php-format -msgid "%s welcomes %s" -msgstr "%s hilser %s velkommen" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "" - -#: ../../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 "" - -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:236 -#: ../../mod/profiles.php:563 -msgid "Yes" -msgstr "Ja" - -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836 -#: ../../mod/settings.php:892 ../../mod/settings.php:898 -#: ../../mod/settings.php:906 ../../mod/settings.php:910 -#: ../../mod/settings.php:915 ../../mod/settings.php:921 -#: ../../mod/settings.php:927 ../../mod/settings.php:933 -#: ../../mod/settings.php:963 ../../mod/settings.php:964 -#: ../../mod/settings.php:965 ../../mod/settings.php:966 -#: ../../mod/settings.php:967 ../../mod/register.php:237 -#: ../../mod/profiles.php:564 -msgid "No" -msgstr "Nei" - -#: ../../mod/photos.php:46 ../../boot.php:1682 -msgid "Photo Albums" -msgstr "Fotoalbum" - -#: ../../mod/photos.php:54 ../../mod/photos.php:149 ../../mod/photos.php:986 -#: ../../mod/photos.php:1073 ../../mod/photos.php:1088 -#: ../../mod/photos.php:1530 ../../mod/photos.php:1542 -#: ../../addon/communityhome/communityhome.php:110 -#: ../../view/theme/diabook/theme.php:598 -msgid "Contact Photos" -msgstr "Kontaktbilder" - -#: ../../mod/photos.php:61 ../../mod/photos.php:1104 ../../mod/photos.php:1580 -msgid "Upload New Photos" -msgstr "Last opp nye bilder" - -#: ../../mod/photos.php:74 ../../mod/settings.php:23 -msgid "everybody" -msgstr "alle" - -#: ../../mod/photos.php:138 -msgid "Contact information unavailable" -msgstr "Kontaktinformasjon utilgjengelig" - -#: ../../mod/photos.php:149 ../../mod/photos.php:653 ../../mod/photos.php:1073 -#: ../../mod/photos.php:1088 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 -#: ../../addon/communityhome/communityhome.php:111 -#: ../../view/theme/diabook/theme.php:599 ../../include/user.php:324 -#: ../../include/user.php:331 ../../include/user.php:338 -msgid "Profile Photos" -msgstr "Profilbilder" - -#: ../../mod/photos.php:159 -msgid "Album not found." -msgstr "Album ble ikke funnet." - -#: ../../mod/photos.php:177 ../../mod/photos.php:1082 -msgid "Delete Album" -msgstr "Slett album" - -#: ../../mod/photos.php:240 ../../mod/photos.php:1339 -msgid "Delete Photo" -msgstr "Slett bilde" - -#: ../../mod/photos.php:584 -msgid "was tagged in a" -msgstr "ble tagget i et" - -#: ../../mod/photos.php:584 ../../mod/like.php:145 ../../mod/tagger.php:62 -#: ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:570 ../../include/text.php:1439 -#: ../../include/diaspora.php:1824 ../../include/conversation.php:125 -#: ../../include/conversation.php:253 -msgid "photo" -msgstr "bilde" - -#: ../../mod/photos.php:584 -msgid "by" -msgstr "av" - -#: ../../mod/photos.php:689 ../../addon/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " -msgstr "Bilde overstiger størrelsesbegrensningen på " - -#: ../../mod/photos.php:697 -msgid "Image file is empty." -msgstr "Bildefilen er tom." - -#: ../../mod/photos.php:729 ../../mod/profile_photo.php:153 -#: ../../mod/wall_upload.php:110 -msgid "Unable to process image." -msgstr "Ikke i stand til å behandle bildet." - -#: ../../mod/photos.php:756 ../../mod/profile_photo.php:301 -#: ../../mod/wall_upload.php:136 -msgid "Image upload failed." -msgstr "Mislyktes med å laste opp bilde." - -#: ../../mod/photos.php:842 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:760 ../../mod/viewconnections.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:73 ../../mod/directory.php:31 -msgid "Public access denied." -msgstr "Offentlig tilgang ikke tillatt." - -#: ../../mod/photos.php:852 -msgid "No photos selected" -msgstr "Ingen bilder er valgt" - -#: ../../mod/photos.php:953 -msgid "Access to this item is restricted." -msgstr "Tilgang til dette elementet er begrenset." - -#: ../../mod/photos.php:1015 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: ../../mod/photos.php:1018 -#, php-format -msgid "You have used %1$.2f Mbytes of photo storage." -msgstr "" - -#: ../../mod/photos.php:1024 -msgid "Upload Photos" -msgstr "Last opp bilder" - -#: ../../mod/photos.php:1028 ../../mod/photos.php:1077 -msgid "New album name: " -msgstr "Nytt albumnavn:" - -#: ../../mod/photos.php:1029 -msgid "or existing album name: " -msgstr "eller eksisterende albumnavn:" - -#: ../../mod/photos.php:1030 -msgid "Do not show a status post for this upload" -msgstr "Ikke vis statusoppdatering for denne opplastingen" - -#: ../../mod/photos.php:1032 ../../mod/photos.php:1334 -msgid "Permissions" -msgstr "Tillatelser" - -#: ../../mod/photos.php:1092 -msgid "Edit Album" -msgstr "Endre album" - -#: ../../mod/photos.php:1098 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:1100 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:1124 ../../mod/photos.php:1563 -msgid "View Photo" -msgstr "Vis bilde" - -#: ../../mod/photos.php:1159 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Tilgang nektet. Tilgang til dette elementet kan være begrenset." - -#: ../../mod/photos.php:1161 -msgid "Photo not available" -msgstr "Bilde ikke tilgjengelig" - -#: ../../mod/photos.php:1217 -msgid "View photo" -msgstr "Vis foto" - -#: ../../mod/photos.php:1217 -msgid "Edit photo" -msgstr "Endre bilde" - -#: ../../mod/photos.php:1218 -msgid "Use as profile photo" -msgstr "Bruk som profilbilde" - -#: ../../mod/photos.php:1224 ../../mod/content.php:603 -#: ../../object/Item.php:103 -msgid "Private Message" -msgstr "Privat melding" - -#: ../../mod/photos.php:1243 -msgid "View Full Size" -msgstr "Vis i full størrelse" - -#: ../../mod/photos.php:1311 -msgid "Tags: " -msgstr "Tagger:" - -#: ../../mod/photos.php:1314 -msgid "[Remove any tag]" -msgstr "[Fjern en tag]" - -#: ../../mod/photos.php:1324 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:1325 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:1327 -msgid "New album name" -msgstr "Nytt albumnavn" - -#: ../../mod/photos.php:1330 -msgid "Caption" -msgstr "Overskrift" - -#: ../../mod/photos.php:1332 -msgid "Add a Tag" -msgstr "Legg til tag" - -#: ../../mod/photos.php:1336 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1356 ../../mod/content.php:667 -#: ../../object/Item.php:196 -msgid "I like this (toggle)" -msgstr "Jeg liker dette (skru på/av)" - -#: ../../mod/photos.php:1357 ../../mod/content.php:668 -#: ../../object/Item.php:197 -msgid "I don't like this (toggle)" -msgstr "Jeg liker ikke dette (skru på/av)" - -#: ../../mod/photos.php:1358 ../../include/conversation.php:896 -msgid "Share" -msgstr "Del" - -#: ../../mod/photos.php:1359 ../../mod/editpost.php:112 -#: ../../mod/content.php:482 ../../mod/content.php:845 -#: ../../mod/wallmessage.php:152 ../../mod/message.php:293 -#: ../../mod/message.php:481 ../../include/conversation.php:570 -#: ../../include/conversation.php:915 ../../object/Item.php:258 -msgid "Please wait" -msgstr "Vennligst vent" - -#: ../../mod/photos.php:1375 ../../mod/photos.php:1416 -#: ../../mod/photos.php:1448 ../../mod/content.php:690 -#: ../../object/Item.php:557 -msgid "This is you" -msgstr "Dette er deg" - -#: ../../mod/photos.php:1377 ../../mod/photos.php:1418 -#: ../../mod/photos.php:1450 ../../mod/content.php:692 ../../boot.php:574 -#: ../../object/Item.php:559 -msgid "Comment" -msgstr "Kommentar" - -#: ../../mod/photos.php:1379 ../../mod/editpost.php:133 -#: ../../mod/content.php:702 ../../include/conversation.php:933 -#: ../../object/Item.php:569 -msgid "Preview" -msgstr "" - -#: ../../mod/photos.php:1479 ../../mod/content.php:439 -#: ../../mod/content.php:723 ../../mod/settings.php:606 -#: ../../mod/settings.php:695 ../../mod/group.php:168 ../../mod/admin.php:696 -#: ../../include/conversation.php:515 ../../object/Item.php:117 -msgid "Delete" -msgstr "Slett" - -#: ../../mod/photos.php:1569 -msgid "View Album" -msgstr "Vis album" - -#: ../../mod/photos.php:1578 -msgid "Recent Photos" -msgstr "Nye bilder" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Ikke tilgjengelig." - -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:133 -#: ../../include/nav.php:101 -msgid "Community" -msgstr "Fellesskap" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -#: ../../mod/search.php:148 ../../mod/search.php:174 -msgid "No results." -msgstr "Fant ikke noe." - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "kjører på web-plassering" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "" - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Feilrapporter og problemer: vennligst besøk" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Ingen installerte plugins/tillegg/apper" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Fant ikke elementet" - -#: ../../mod/editpost.php:36 -msgid "Edit post" -msgstr "Endre innlegg" - -#: ../../mod/editpost.php:88 ../../include/conversation.php:882 -msgid "Post to Email" -msgstr "Innlegg til e-post" - -#: ../../mod/editpost.php:103 ../../mod/content.php:710 -#: ../../mod/settings.php:605 ../../object/Item.php:107 -msgid "Edit" -msgstr "Endre" - -#: ../../mod/editpost.php:104 ../../mod/wallmessage.php:150 -#: ../../mod/message.php:291 ../../mod/message.php:478 -#: ../../include/conversation.php:897 -msgid "Upload photo" -msgstr "Last opp bilde" - -#: ../../mod/editpost.php:105 ../../include/conversation.php:899 -msgid "Attach file" -msgstr "Legg ved fil" - -#: ../../mod/editpost.php:106 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:292 ../../mod/message.php:479 -#: ../../include/conversation.php:901 -msgid "Insert web link" -msgstr "Sett inn web-adresse" - -#: ../../mod/editpost.php:107 -msgid "Insert YouTube video" -msgstr "Sett inn YouTube-video" - -#: ../../mod/editpost.php:108 -msgid "Insert Vorbis [.ogg] video" -msgstr "Sett inn Vorbis [.ogg] video" - -#: ../../mod/editpost.php:109 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Sett inn Vorbis [ogg] lydfil" - -#: ../../mod/editpost.php:110 ../../include/conversation.php:907 -msgid "Set your location" -msgstr "Angi din plassering" - -#: ../../mod/editpost.php:111 ../../include/conversation.php:909 -msgid "Clear browser location" -msgstr "Fjern nettleserplassering" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:916 -msgid "Permission settings" -msgstr "Tillatelser" - -#: ../../mod/editpost.php:121 ../../include/conversation.php:925 -msgid "CC: email addresses" -msgstr "Kopi: e-postadresser" - -#: ../../mod/editpost.php:122 ../../include/conversation.php:926 -msgid "Public post" -msgstr "Offentlig innlegg" - -#: ../../mod/editpost.php:125 ../../include/conversation.php:912 -msgid "Set title" -msgstr "Lagre tittel" - -#: ../../mod/editpost.php:127 ../../include/conversation.php:914 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../mod/editpost.php:128 ../../include/conversation.php:928 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Eksempel: ola@example.com, kari@example.com" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Denne introduksjonen har allerede blitt akseptert." - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon." - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Advarsel: profilstedet har ikke identifiserbart eiernavn." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519 -msgid "Warning: profile location has no profile photo." -msgstr "Advarsel: profilstedet har ikke noe profilbilde." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "one: %d nødvendig parameter ble ikke funnet på angitt sted" -msgstr[1] "other: %d nødvendige parametre ble ikke funnet på angitt sted" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Introduksjon ferdig." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Uopprettelig protokollfeil." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Profil utilgjengelig." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s har mottatt for mange kontaktforespørsler idag." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Tiltak mot søppelpost har blitt iverksatt." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Venner anbefales å prøve igjen om 24 timer." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Ugyldig stedsangivelse" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "" - -#: ../../mod/dfrn_request.php:361 -msgid "This account has not been configured for email. Request failed." -msgstr "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes." - -#: ../../mod/dfrn_request.php:457 -msgid "Unable to resolve your name at the provided location." -msgstr "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet." - -#: ../../mod/dfrn_request.php:470 -msgid "You have already introduced yourself here." -msgstr "Du har allerede introdusert deg selv her." - -#: ../../mod/dfrn_request.php:474 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Du er visst allerede venn med %s." - -#: ../../mod/dfrn_request.php:495 -msgid "Invalid profile URL." -msgstr "Ugyldig profil-URL." - -#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "Underkjent profil-URL." - -#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:123 -msgid "Failed to update contact record." -msgstr "Mislyktes med å oppdatere kontaktposten." - -#: ../../mod/dfrn_request.php:591 -msgid "Your introduction has been sent." -msgstr "Din introduksjon er sendt." - -#: ../../mod/dfrn_request.php:644 -msgid "Please login to confirm introduction." -msgstr "Vennligst logg inn for å bekrefte introduksjonen." - -#: ../../mod/dfrn_request.php:658 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen." - -#: ../../mod/dfrn_request.php:669 -msgid "Hide this contact" -msgstr "" - -#: ../../mod/dfrn_request.php:672 -#, php-format -msgid "Welcome home %s." -msgstr "Velkommen hjem %s." - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s." - -#: ../../mod/dfrn_request.php:674 -msgid "Confirm" -msgstr "Bekreft" - -#: ../../mod/dfrn_request.php:715 ../../include/items.php:3292 -msgid "[Name Withheld]" -msgstr "[Navnet tilbakeholdt]" - -#: ../../mod/dfrn_request.php:810 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "" - -#: ../../mod/dfrn_request.php:826 -msgid "Connect as an email follower (Coming soon)" -msgstr "" - -#: ../../mod/dfrn_request.php:828 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "" - -#: ../../mod/dfrn_request.php:831 -msgid "Friend/Connection Request" -msgstr "Venne-/Koblings-forespørsel" - -#: ../../mod/dfrn_request.php:832 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "" - -#: ../../mod/dfrn_request.php:833 -msgid "Please answer the following:" -msgstr "Vennligst svar på følgende:" - -#: ../../mod/dfrn_request.php:834 -#, php-format -msgid "Does %s know you?" -msgstr "Kjenner %s deg?" - -#: ../../mod/dfrn_request.php:837 -msgid "Add a personal note:" -msgstr "Legg til en personlig melding:" - -#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "" - -#: ../../mod/dfrn_request.php:840 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federeated Social Web" - -#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:640 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../mod/dfrn_request.php:842 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "" - -#: ../../mod/dfrn_request.php:843 -msgid "Your Identity Address:" -msgstr "Din identitetsadresse:" - -#: ../../mod/dfrn_request.php:846 -msgid "Submit Request" -msgstr "Send forespørsel" - -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" -msgstr "" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "" - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "" - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "" - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql." - -#: ../../mod/install.php:139 ../../mod/install.php:204 -#: ../../mod/install.php:488 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Vennligst se filen \"INSTALL.txt\"." - -#: ../../mod/install.php:201 -msgid "System check" -msgstr "" - -#: ../../mod/install.php:206 -msgid "Check again" -msgstr "" - -#: ../../mod/install.php:225 -msgid "Database connection" -msgstr "" - -#: ../../mod/install.php:226 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "" - -#: ../../mod/install.php:227 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene." - -#: ../../mod/install.php:228 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter." - -#: ../../mod/install.php:232 -msgid "Database Server Name" -msgstr "Databasetjenerens navn" - -#: ../../mod/install.php:233 -msgid "Database Login Name" -msgstr "Database brukernavn" - -#: ../../mod/install.php:234 -msgid "Database Login Password" -msgstr "Database passord" - -#: ../../mod/install.php:235 -msgid "Database Name" -msgstr "Databasenavn" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "Site administrator email address" -msgstr "" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: ../../mod/install.php:240 ../../mod/install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Vennligst velg en standard tidssone for ditt nettsted" - -#: ../../mod/install.php:265 -msgid "Site settings" -msgstr "" - -#: ../../mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH." - -#: ../../mod/install.php:319 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Activating scheduled tasks'" -msgstr "" - -#: ../../mod/install.php:323 -msgid "PHP executable path" -msgstr "" - -#: ../../mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: ../../mod/install.php:328 -msgid "Command line PHP" -msgstr "" - -#: ../../mod/install.php:337 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert." - -#: ../../mod/install.php:338 -msgid "This is required for message delivery to work." -msgstr "Dette er nødvendig for at meldingslevering skal virke." - -#: ../../mod/install.php:340 -msgid "PHP register_argc_argv" -msgstr "" - -#: ../../mod/install.php:361 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler" - -#: ../../mod/install.php:362 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:364 -msgid "Generate encryption keys" -msgstr "" - -#: ../../mod/install.php:371 -msgid "libCurl PHP module" -msgstr "" - -#: ../../mod/install.php:372 -msgid "GD graphics PHP module" -msgstr "" - -#: ../../mod/install.php:373 -msgid "OpenSSL PHP module" -msgstr "" - -#: ../../mod/install.php:374 -msgid "mysqli PHP module" -msgstr "" - -#: ../../mod/install.php:375 -msgid "mb_string PHP module" -msgstr "" - -#: ../../mod/install.php:380 ../../mod/install.php:382 -msgid "Apache mod_rewrite module" -msgstr "" - -#: ../../mod/install.php:380 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert." - -#: ../../mod/install.php:388 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert." - -#: ../../mod/install.php:392 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert." - -#: ../../mod/install.php:396 -msgid "Error: openssl PHP module required but not installed." -msgstr "Feil: openssl PHP-modulen er påkrevet, men er ikke installert." - -#: ../../mod/install.php:400 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert." - -#: ../../mod/install.php:404 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Feil: mb_string PHP-modulen er påkrevet men ikke installert." - -#: ../../mod/install.php:421 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette." - -#: ../../mod/install.php:422 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan." - -#: ../../mod/install.php:423 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "" - -#: ../../mod/install.php:424 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/install.php:427 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/install.php:439 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: ../../mod/install.php:441 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/install.php:451 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener." - -#: ../../mod/install.php:475 -msgid "Errors encountered creating database tables." -msgstr "Feil oppstod under opprettelsen av databasetabeller." - -#: ../../mod/install.php:486 -msgid "

What next

" -msgstr "" - -#: ../../mod/install.php:487 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering." - -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:390 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tidskonvertering" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendika provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner." - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC tid: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Gjeldende tidssone: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Konvertert lokaltid: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Vennligst velg din tidssone:" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Profiltreff" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "" - -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1164 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +msgid "Categories" +msgstr "Kategorier" + +#: ../../include/widgets.php:115 ../../include/widgets.php:155 +#: ../../include/Contact.php:107 ../../include/identity.php:643 +#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" -msgstr "Forbindelse" +msgstr "Koble" -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" -msgstr "Ingen treff" +#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Ignorer/Skjul" -#: ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig." - -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "Synlig for:" - -#: ../../mod/content.php:119 ../../mod/network.php:436 -msgid "No such group" -msgstr "Gruppen finnes ikke" - -#: ../../mod/content.php:130 ../../mod/network.php:447 -msgid "Group is empty" -msgstr "Gruppen er tom" - -#: ../../mod/content.php:134 ../../mod/network.php:451 -msgid "Group: " -msgstr "Gruppe:" - -#: ../../mod/content.php:438 ../../mod/content.php:722 -#: ../../include/conversation.php:514 ../../object/Item.php:116 -msgid "Select" -msgstr "Velg" - -#: ../../mod/content.php:455 ../../mod/content.php:815 -#: ../../mod/content.php:816 ../../include/conversation.php:533 -#: ../../object/Item.php:227 ../../object/Item.php:228 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../mod/content.php:465 ../../mod/content.php:827 -#: ../../include/conversation.php:553 ../../object/Item.php:240 -#, php-format -msgid "%s from %s" -msgstr "%s fra %s" - -#: ../../mod/content.php:480 ../../include/conversation.php:568 -msgid "View in context" -msgstr "Vis i sammenheng" - -#: ../../mod/content.php:586 ../../object/Item.php:277 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/content.php:588 ../../include/text.php:1443 -#: ../../object/Item.php:279 ../../object/Item.php:292 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/content.php:589 ../../addon/page/page.php:76 -#: ../../addon/page/page.php:110 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:195 ../../boot.php:575 -#: ../../object/Item.php:280 -msgid "show more" -msgstr "" - -#: ../../mod/content.php:667 ../../object/Item.php:196 -msgid "like" -msgstr "" - -#: ../../mod/content.php:668 ../../object/Item.php:197 -msgid "dislike" -msgstr "" - -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "Share this" -msgstr "" - -#: ../../mod/content.php:670 ../../object/Item.php:199 -msgid "share" -msgstr "" - -#: ../../mod/content.php:694 ../../object/Item.php:561 -msgid "Bold" -msgstr "" - -#: ../../mod/content.php:695 ../../object/Item.php:562 -msgid "Italic" -msgstr "" - -#: ../../mod/content.php:696 ../../object/Item.php:563 -msgid "Underline" -msgstr "" - -#: ../../mod/content.php:697 ../../object/Item.php:564 -msgid "Quote" -msgstr "" - -#: ../../mod/content.php:698 ../../object/Item.php:565 -msgid "Code" -msgstr "" - -#: ../../mod/content.php:699 ../../object/Item.php:566 -msgid "Image" -msgstr "" - -#: ../../mod/content.php:700 ../../object/Item.php:567 -msgid "Link" -msgstr "" - -#: ../../mod/content.php:701 ../../object/Item.php:568 -msgid "Video" -msgstr "" - -#: ../../mod/content.php:735 ../../object/Item.php:180 -msgid "add star" -msgstr "" - -#: ../../mod/content.php:736 ../../object/Item.php:181 -msgid "remove star" -msgstr "" - -#: ../../mod/content.php:737 ../../object/Item.php:182 -msgid "toggle star status" -msgstr "veksle stjernestatus" - -#: ../../mod/content.php:740 ../../object/Item.php:185 -msgid "starred" -msgstr "" - -#: ../../mod/content.php:741 ../../object/Item.php:186 -msgid "add tag" -msgstr "" - -#: ../../mod/content.php:745 ../../object/Item.php:120 -msgid "save to folder" -msgstr "" - -#: ../../mod/content.php:817 ../../object/Item.php:229 -msgid "to" -msgstr "til" - -#: ../../mod/content.php:818 ../../object/Item.php:230 -msgid "Wall-to-Wall" -msgstr "vegg-til-vegg" - -#: ../../mod/content.php:819 ../../object/Item.php:231 -msgid "via Wall-To-Wall:" -msgstr "via vegg-til-vegg" - -#: ../../mod/home.php:28 ../../addon/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" -msgstr "Velkommen til %s" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Ugyldig forespørselsidentifikator." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:207 -msgid "Discard" -msgstr "Forkast" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:160 -#: ../../mod/notifications.php:206 ../../mod/contacts.php:321 -#: ../../mod/contacts.php:375 -msgid "Ignore" -msgstr "Ignorer" - -#: ../../mod/notifications.php:75 -msgid "System" -msgstr "" - -#: ../../mod/notifications.php:80 ../../include/nav.php:113 -msgid "Network" -msgstr "Nettverk" - -#: ../../mod/notifications.php:85 ../../mod/network.php:300 -msgid "Personal" -msgstr "" - -#: ../../mod/notifications.php:90 ../../view/theme/diabook/theme.php:127 -#: ../../include/nav.php:77 ../../include/nav.php:115 -msgid "Home" -msgstr "Hjem" - -#: ../../mod/notifications.php:95 ../../include/nav.php:121 -msgid "Introductions" -msgstr "" - -#: ../../mod/notifications.php:100 ../../mod/message.php:176 -#: ../../include/nav.php:128 -msgid "Messages" -msgstr "Meldinger" - -#: ../../mod/notifications.php:119 -msgid "Show Ignored Requests" -msgstr "Vis ignorerte forespørsler" - -#: ../../mod/notifications.php:119 -msgid "Hide Ignored Requests" -msgstr "Skjul ignorerte forespørsler" - -#: ../../mod/notifications.php:145 ../../mod/notifications.php:191 -msgid "Notification type: " -msgstr "Beskjedtype:" - -#: ../../mod/notifications.php:146 -msgid "Friend Suggestion" -msgstr "Venneforslag" - -#: ../../mod/notifications.php:148 -#, php-format -msgid "suggested by %s" -msgstr "foreslått av %s" - -#: ../../mod/notifications.php:153 ../../mod/notifications.php:200 -#: ../../mod/contacts.php:381 -msgid "Hide this contact from others" -msgstr "" - -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "Post a new friend activity" -msgstr "" - -#: ../../mod/notifications.php:154 ../../mod/notifications.php:201 -msgid "if applicable" -msgstr "" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/admin.php:694 -msgid "Approve" -msgstr "Godkjenn" - -#: ../../mod/notifications.php:177 -msgid "Claims to be known to you: " -msgstr "Påstår å kjenne deg:" - -#: ../../mod/notifications.php:177 -msgid "yes" -msgstr "ja" - -#: ../../mod/notifications.php:177 -msgid "no" -msgstr "ei" - -#: ../../mod/notifications.php:184 -msgid "Approve as: " -msgstr "Godkjenn som:" - -#: ../../mod/notifications.php:185 -msgid "Friend" -msgstr "Venn" - -#: ../../mod/notifications.php:186 -msgid "Sharer" -msgstr "" - -#: ../../mod/notifications.php:186 -msgid "Fan/Admirer" -msgstr "Fan/Beundrer" - -#: ../../mod/notifications.php:192 -msgid "Friend/Connect Request" -msgstr "Venn/kontakt-forespørsel" - -#: ../../mod/notifications.php:192 -msgid "New Follower" -msgstr "Ny følgesvenn" - -#: ../../mod/notifications.php:213 -msgid "No introductions." -msgstr "" - -#: ../../mod/notifications.php:216 ../../include/nav.php:122 -msgid "Notifications" -msgstr "Varslinger" - -#: ../../mod/notifications.php:253 ../../mod/notifications.php:378 -#: ../../mod/notifications.php:465 -#, php-format -msgid "%s liked %s's post" -msgstr "" - -#: ../../mod/notifications.php:262 ../../mod/notifications.php:387 -#: ../../mod/notifications.php:474 -#, php-format -msgid "%s disliked %s's post" -msgstr "" - -#: ../../mod/notifications.php:276 ../../mod/notifications.php:401 -#: ../../mod/notifications.php:488 -#, php-format -msgid "%s is now friends with %s" -msgstr "" - -#: ../../mod/notifications.php:283 ../../mod/notifications.php:408 -#, php-format -msgid "%s created a new post" -msgstr "" - -#: ../../mod/notifications.php:284 ../../mod/notifications.php:409 -#: ../../mod/notifications.php:497 -#, php-format -msgid "%s commented on %s's post" -msgstr "" - -#: ../../mod/notifications.php:298 -msgid "No more network notifications." -msgstr "" - -#: ../../mod/notifications.php:302 -msgid "Network Notifications" -msgstr "" - -#: ../../mod/notifications.php:328 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "" - -#: ../../mod/notifications.php:423 -msgid "No more personal notifications." -msgstr "" - -#: ../../mod/notifications.php:427 -msgid "Personal Notifications" -msgstr "" - -#: ../../mod/notifications.php:504 -msgid "No more home notifications." -msgstr "" - -#: ../../mod/notifications.php:508 -msgid "Home Notifications" -msgstr "" - -#: ../../mod/contacts.php:84 ../../mod/contacts.php:164 -msgid "Could not access contact record." -msgstr "Fikk ikke tilgang til kontaktposten." - -#: ../../mod/contacts.php:98 -msgid "Could not locate selected profile." -msgstr "Kunne ikke lokalisere valgt profil." - -#: ../../mod/contacts.php:121 -msgid "Contact updated." -msgstr "Kontakt oppdatert." - -#: ../../mod/contacts.php:186 -msgid "Contact has been blocked" -msgstr "Kontakten er blokkert" - -#: ../../mod/contacts.php:186 -msgid "Contact has been unblocked" -msgstr "Kontakten er ikke blokkert lenger" - -#: ../../mod/contacts.php:200 -msgid "Contact has been ignored" -msgstr "Kontakten er ignorert" - -#: ../../mod/contacts.php:200 -msgid "Contact has been unignored" -msgstr "Kontakten er ikke ignorert lenger" - -#: ../../mod/contacts.php:216 -msgid "Contact has been archived" -msgstr "" - -#: ../../mod/contacts.php:216 -msgid "Contact has been unarchived" -msgstr "" - -#: ../../mod/contacts.php:229 -msgid "Contact has been removed." -msgstr "Kontakten er fjernet." - -#: ../../mod/contacts.php:263 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Du er gjensidig venn med %s" - -#: ../../mod/contacts.php:267 -#, php-format -msgid "You are sharing with %s" -msgstr "Du deler med %s" - -#: ../../mod/contacts.php:272 -#, php-format -msgid "%s is sharing with you" -msgstr "%s deler med deg" - -#: ../../mod/contacts.php:289 -msgid "Private communications are not available for this contact." -msgstr "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten." - -#: ../../mod/contacts.php:292 -msgid "Never" -msgstr "Aldri" - -#: ../../mod/contacts.php:296 -msgid "(Update was successful)" -msgstr "(Oppdatering vellykket)" - -#: ../../mod/contacts.php:296 -msgid "(Update was not successful)" -msgstr "(Oppdatering mislykket)" - -#: ../../mod/contacts.php:298 -msgid "Suggest friends" -msgstr "Foreslå venner" - -#: ../../mod/contacts.php:302 -#, php-format -msgid "Network type: %s" -msgstr "Nettverkstype: %s" - -#: ../../mod/contacts.php:305 ../../include/contact_widgets.php:190 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d felles kontakt" -msgstr[1] "%d felles kontakter" - -#: ../../mod/contacts.php:310 -msgid "View all contacts" -msgstr "Vis alle kontakter" - -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:698 -msgid "Unblock" -msgstr "Ikke blokker" - -#: ../../mod/contacts.php:315 ../../mod/contacts.php:374 -#: ../../mod/admin.php:697 -msgid "Block" -msgstr "Blokker" - -#: ../../mod/contacts.php:318 -msgid "Toggle Blocked status" -msgstr "" - -#: ../../mod/contacts.php:321 ../../mod/contacts.php:375 -msgid "Unignore" -msgstr "Fjern ignorering" - -#: ../../mod/contacts.php:324 -msgid "Toggle Ignored status" -msgstr "" - -#: ../../mod/contacts.php:328 -msgid "Unarchive" -msgstr "" - -#: ../../mod/contacts.php:328 -msgid "Archive" -msgstr "" - -#: ../../mod/contacts.php:331 -msgid "Toggle Archive status" -msgstr "" - -#: ../../mod/contacts.php:334 -msgid "Repair" -msgstr "Reparer" - -#: ../../mod/contacts.php:337 -msgid "Advanced Contact Settings" -msgstr "" - -#: ../../mod/contacts.php:343 -msgid "Communications lost with this contact!" -msgstr "" - -#: ../../mod/contacts.php:346 -msgid "Contact Editor" -msgstr "Endre kontakt" - -#: ../../mod/contacts.php:349 -msgid "Profile Visibility" -msgstr "Profilens synlighet" - -#: ../../mod/contacts.php:350 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte." - -#: ../../mod/contacts.php:351 -msgid "Contact Information / Notes" -msgstr "Kontaktinformasjon/-notater" - -#: ../../mod/contacts.php:352 -msgid "Edit contact notes" -msgstr "Endre kontaktnotater" - -#: ../../mod/contacts.php:357 ../../mod/contacts.php:549 -#: ../../mod/viewconnections.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Besøk %ss profil [%s]" - -#: ../../mod/contacts.php:358 -msgid "Block/Unblock contact" -msgstr "Blokker kontakt/fjern blokkering for kontakt" - -#: ../../mod/contacts.php:359 -msgid "Ignore contact" -msgstr "Ignorer kontakt" - -#: ../../mod/contacts.php:360 -msgid "Repair URL settings" -msgstr "Reparer URL-innstillinger" - -#: ../../mod/contacts.php:361 -msgid "View conversations" -msgstr "Vis samtaler" - -#: ../../mod/contacts.php:363 -msgid "Delete contact" -msgstr "Slett kontakt" - -#: ../../mod/contacts.php:367 -msgid "Last update:" -msgstr "Siste oppdatering:" - -#: ../../mod/contacts.php:369 -msgid "Update public posts" -msgstr "Oppdater offentlige innlegg" - -#: ../../mod/contacts.php:371 ../../mod/admin.php:1170 -msgid "Update now" -msgstr "Oppdater nå" - -#: ../../mod/contacts.php:378 -msgid "Currently blocked" -msgstr "Blokkert nå" - -#: ../../mod/contacts.php:379 -msgid "Currently ignored" -msgstr "Ignorert nå" - -#: ../../mod/contacts.php:380 -msgid "Currently archived" -msgstr "" - -#: ../../mod/contacts.php:381 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: ../../mod/contacts.php:434 +#: ../../include/widgets.php:123 ../../mod/connections.php:244 msgid "Suggestions" -msgstr "" +msgstr "Forslag" -#: ../../mod/contacts.php:437 -msgid "Suggest potential friends" -msgstr "" +#: ../../include/widgets.php:124 +msgid "See more..." +msgstr "Se mer..." -#: ../../mod/contacts.php:440 ../../mod/group.php:191 -msgid "All Contacts" -msgstr "Alle kontakter" - -#: ../../mod/contacts.php:443 -msgid "Show all contacts" -msgstr "" - -#: ../../mod/contacts.php:446 -msgid "Unblocked" -msgstr "" - -#: ../../mod/contacts.php:449 -msgid "Only show unblocked contacts" -msgstr "" - -#: ../../mod/contacts.php:453 -msgid "Blocked" -msgstr "" - -#: ../../mod/contacts.php:456 -msgid "Only show blocked contacts" -msgstr "" - -#: ../../mod/contacts.php:460 -msgid "Ignored" -msgstr "" - -#: ../../mod/contacts.php:463 -msgid "Only show ignored contacts" -msgstr "" - -#: ../../mod/contacts.php:467 -msgid "Archived" -msgstr "" - -#: ../../mod/contacts.php:470 -msgid "Only show archived contacts" -msgstr "" - -#: ../../mod/contacts.php:474 -msgid "Hidden" -msgstr "" - -#: ../../mod/contacts.php:477 -msgid "Only show hidden contacts" -msgstr "" - -#: ../../mod/contacts.php:525 -msgid "Mutual Friendship" -msgstr "Gjensidig vennskap" - -#: ../../mod/contacts.php:529 -msgid "is a fan of yours" -msgstr "er en tilhenger av deg" - -#: ../../mod/contacts.php:533 -msgid "you are a fan of" -msgstr "du er en tilhenger av" - -#: ../../mod/contacts.php:550 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Endre kontakt" - -#: ../../mod/contacts.php:571 ../../view/theme/diabook/theme.php:129 -#: ../../include/nav.php:139 -msgid "Contacts" -msgstr "Kontakter" - -#: ../../mod/contacts.php:575 -msgid "Search your contacts" -msgstr "Søk i dine kontakter" - -#: ../../mod/contacts.php:576 ../../mod/directory.php:59 -msgid "Finding: " -msgstr "Fant:" - -#: ../../mod/contacts.php:577 ../../mod/directory.php:61 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "Finn" - -#: ../../mod/lostpass.php:16 -msgid "No valid account found." -msgstr "Fant ingen gyldig konto." - -#: ../../mod/lostpass.php:32 -msgid "Password reset request issued. Check your email." -msgstr "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din." - -#: ../../mod/lostpass.php:43 +#: ../../include/widgets.php:146 #, php-format -msgid "Password reset requested at %s" -msgstr "Forespørsel om tilbakestilling av passord ved %s" +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Du har %1$.0f av %2$.0f tillate forbindelser." -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:90 ../../mod/register.php:144 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3301 -#: ../../boot.php:788 -msgid "Administrator" -msgstr "Administrator" +#: ../../include/widgets.php:152 +msgid "Add New Connection" +msgstr "Legg til ny forbindelse" -#: ../../mod/lostpass.php:65 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes." +#: ../../include/widgets.php:153 +msgid "Enter the channel address" +msgstr "Skriv kanal-adressen" -#: ../../mod/lostpass.php:83 ../../boot.php:925 -msgid "Password Reset" -msgstr "Passord tilbakestilling" +#: ../../include/widgets.php:154 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann" -#: ../../mod/lostpass.php:84 -msgid "Your password has been reset as requested." -msgstr "Ditt passord er tilbakestilt som forespurt." +#: ../../include/widgets.php:171 +msgid "Notes" +msgstr "Merknader" -#: ../../mod/lostpass.php:85 -msgid "Your new password is" -msgstr "Ditt nye passord er" - -#: ../../mod/lostpass.php:86 -msgid "Save or copy your new password - and then" -msgstr "Lagre eller kopier ditt nye passord, og deretter" - -#: ../../mod/lostpass.php:87 -msgid "click here to login" -msgstr "klikk her for å logge inn" - -#: ../../mod/lostpass.php:88 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Passordet ditt kan endres fra siden Innstillinger etter vellykket logg inn." - -#: ../../mod/lostpass.php:119 -msgid "Forgot your Password?" -msgstr "Glemte du passordet?" - -#: ../../mod/lostpass.php:120 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring." - -#: ../../mod/lostpass.php:121 -msgid "Nickname or Email: " -msgstr "Kallenavn eller e-post:" - -#: ../../mod/lostpass.php:122 -msgid "Reset" -msgstr "Tilbakestill" - -#: ../../mod/settings.php:30 ../../include/nav.php:137 -msgid "Account settings" -msgstr "Kontoinnstillinger" - -#: ../../mod/settings.php:35 -msgid "Display settings" -msgstr "" - -#: ../../mod/settings.php:41 -msgid "Connector settings" -msgstr "Koblingsinnstillinger" - -#: ../../mod/settings.php:46 -msgid "Plugin settings" -msgstr "Tilleggsinnstillinger" - -#: ../../mod/settings.php:51 -msgid "Connected apps" -msgstr "Tilkoblede programmer" - -#: ../../mod/settings.php:56 -msgid "Export personal data" -msgstr "Eksporter personlige data" - -#: ../../mod/settings.php:61 -msgid "Remove account" -msgstr "" - -#: ../../mod/settings.php:69 ../../mod/newmember.php:22 -#: ../../mod/admin.php:785 ../../mod/admin.php:990 -#: ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:773 ../../include/nav.php:137 -msgid "Settings" -msgstr "Innstillinger" - -#: ../../mod/settings.php:113 -msgid "Missing some important data!" -msgstr "Mangler noen viktige data!" - -#: ../../mod/settings.php:116 ../../mod/settings.php:569 -msgid "Update" -msgstr "Oppdater" - -#: ../../mod/settings.php:221 -msgid "Failed to connect with email account using the settings provided." -msgstr "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene." - -#: ../../mod/settings.php:226 -msgid "Email settings updated." -msgstr "E-postinnstillinger er oppdatert." - -#: ../../mod/settings.php:290 -msgid "Passwords do not match. Password unchanged." -msgstr "Passordene er ikke like. Passord uendret." - -#: ../../mod/settings.php:295 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tomme passord er ikke lov. Passord uendret." - -#: ../../mod/settings.php:306 -msgid "Password changed." -msgstr "Passord endret." - -#: ../../mod/settings.php:308 -msgid "Password update failed. Please try again." -msgstr "Passordoppdatering mislyktes. Vennligst prøv igjen." - -#: ../../mod/settings.php:373 -msgid " Please use a shorter name." -msgstr "Vennligst bruk et kortere navn." - -#: ../../mod/settings.php:375 -msgid " Name too short." -msgstr "Navnet er for kort." - -#: ../../mod/settings.php:381 -msgid " Not valid email." -msgstr "Ugyldig e-postadresse." - -#: ../../mod/settings.php:383 -msgid " Cannot change to that email." -msgstr "Kan ikke endre til den e-postadressen." - -#: ../../mod/settings.php:437 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: ../../mod/settings.php:441 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: ../../mod/settings.php:471 ../../addon/facebook/facebook.php:495 -#: ../../addon/fbpost/fbpost.php:144 ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105 -#: ../../addon/twitter/twitter.php:389 -msgid "Settings updated." -msgstr "Innstillinger oppdatert." - -#: ../../mod/settings.php:542 ../../mod/settings.php:568 -#: ../../mod/settings.php:604 -msgid "Add application" -msgstr "Legg til program" - -#: ../../mod/settings.php:546 ../../mod/settings.php:572 -#: ../../addon/statusnet/statusnet.php:570 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: ../../mod/settings.php:547 ../../mod/settings.php:573 -#: ../../addon/statusnet/statusnet.php:569 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: ../../mod/settings.php:548 ../../mod/settings.php:574 -msgid "Redirect" -msgstr "Omdiriger" - -#: ../../mod/settings.php:549 ../../mod/settings.php:575 -msgid "Icon url" -msgstr "Ikon URL" - -#: ../../mod/settings.php:560 -msgid "You can't edit this application." -msgstr "Du kan ikke redigere dette programmet." - -#: ../../mod/settings.php:603 -msgid "Connected Apps" -msgstr "Tilkoblede programmer" - -#: ../../mod/settings.php:607 -msgid "Client key starts with" -msgstr "Klientnøkkelen starter med" - -#: ../../mod/settings.php:608 -msgid "No name" -msgstr "Ingen navn" - -#: ../../mod/settings.php:609 -msgid "Remove authorization" -msgstr "Fjern tillatelse" - -#: ../../mod/settings.php:620 -msgid "No Plugin settings configured" -msgstr "Ingen tilleggsinnstillinger konfigurert" - -#: ../../mod/settings.php:628 ../../addon/widgets/widgets.php:123 -msgid "Plugin Settings" -msgstr "Tilleggsinnstillinger" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Innebygget støtte for %s forbindelse er %s" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "enabled" -msgstr "aktivert" - -#: ../../mod/settings.php:640 ../../mod/settings.php:641 -msgid "disabled" -msgstr "avskrudd" - -#: ../../mod/settings.php:641 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:673 -msgid "Email access is disabled on this site." -msgstr "E-posttilgang er avskrudd på dette stedet." - -#: ../../mod/settings.php:679 -msgid "Connector Settings" -msgstr "Koblingsinnstillinger" - -#: ../../mod/settings.php:684 -msgid "Email/Mailbox Setup" -msgstr "E-post-/postboksinnstillinger" - -#: ../../mod/settings.php:685 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes." - -#: ../../mod/settings.php:686 -msgid "Last successful email check:" -msgstr "Siste vellykkede e-postsjekk:" - -#: ../../mod/settings.php:688 -msgid "IMAP server name:" -msgstr "IMAP-tjeners navn:" - -#: ../../mod/settings.php:689 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: ../../mod/settings.php:690 -msgid "Security:" -msgstr "Sikkerhet:" - -#: ../../mod/settings.php:690 ../../mod/settings.php:695 -#: ../../addon/dav/common/wdcal_edit.inc.php:191 -msgid "None" -msgstr "Ingen" - -#: ../../mod/settings.php:691 -msgid "Email login name:" -msgstr "E-post brukernavn:" - -#: ../../mod/settings.php:692 -msgid "Email password:" -msgstr "E-post passord:" - -#: ../../mod/settings.php:693 -msgid "Reply-to address:" -msgstr "Svar-til-adresse:" - -#: ../../mod/settings.php:694 -msgid "Send public posts to all email contacts:" -msgstr "Send offentlige meldinger til alle e-postkontakter:" - -#: ../../mod/settings.php:695 -msgid "Action after import:" -msgstr "" - -#: ../../mod/settings.php:695 -msgid "Mark as seen" -msgstr "" - -#: ../../mod/settings.php:695 -msgid "Move to folder" -msgstr "" - -#: ../../mod/settings.php:696 -msgid "Move to folder:" -msgstr "" - -#: ../../mod/settings.php:727 ../../mod/admin.php:402 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/settings.php:767 -msgid "Display Settings" -msgstr "" - -#: ../../mod/settings.php:773 ../../mod/settings.php:784 -msgid "Display Theme:" -msgstr "Vis tema:" - -#: ../../mod/settings.php:774 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:775 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../mod/settings.php:775 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../mod/settings.php:776 -msgid "Number of items to display per page:" -msgstr "" - -#: ../../mod/settings.php:776 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:777 -msgid "Don't show emoticons" -msgstr "" - -#: ../../mod/settings.php:853 -msgid "Normal Account Page" -msgstr "" - -#: ../../mod/settings.php:854 -msgid "This account is a normal personal profile" -msgstr "Denne kontoen er en vanlig personlig profil" - -#: ../../mod/settings.php:857 -msgid "Soapbox Page" -msgstr "" - -#: ../../mod/settings.php:858 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter" - -#: ../../mod/settings.php:861 -msgid "Community Forum/Celebrity Account" -msgstr "" - -#: ../../mod/settings.php:862 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter" - -#: ../../mod/settings.php:865 -msgid "Automatic Friend Page" -msgstr "" - -#: ../../mod/settings.php:866 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner" - -#: ../../mod/settings.php:869 -msgid "Private Forum [Experimental]" -msgstr "" - -#: ../../mod/settings.php:870 -msgid "Private forum - approved members only" -msgstr "" - -#: ../../mod/settings.php:882 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:882 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen." - -#: ../../mod/settings.php:892 -msgid "Publish your default profile in your local site directory?" -msgstr "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?" - -#: ../../mod/settings.php:898 -msgid "Publish your default profile in the global social directory?" -msgstr "Skal standardprofilen din publiseres i den globale sosiale katalogen?" - -#: ../../mod/settings.php:906 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?" - -#: ../../mod/settings.php:910 -msgid "Hide your profile details from unknown viewers?" -msgstr "" - -#: ../../mod/settings.php:915 -msgid "Allow friends to post to your profile page?" -msgstr "Tillat venner å poste innlegg på din profilside?" - -#: ../../mod/settings.php:921 -msgid "Allow friends to tag your posts?" -msgstr "Tillat venner å merke dine innlegg?" - -#: ../../mod/settings.php:927 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: ../../mod/settings.php:933 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: ../../mod/settings.php:941 -msgid "Profile is not published." -msgstr "Profilen er ikke publisert." - -#: ../../mod/settings.php:944 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "eller" - -#: ../../mod/settings.php:949 -msgid "Your Identity Address is" -msgstr "Din identitetsadresse er" - -#: ../../mod/settings.php:960 -msgid "Automatically expire posts after this many days:" -msgstr "" - -#: ../../mod/settings.php:960 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Tomme innlegg utgår ikke. Utgåtte innlegg slettes." - -#: ../../mod/settings.php:961 -msgid "Advanced expiration settings" -msgstr "" - -#: ../../mod/settings.php:962 -msgid "Advanced Expiration" -msgstr "" - -#: ../../mod/settings.php:963 -msgid "Expire posts:" -msgstr "" - -#: ../../mod/settings.php:964 -msgid "Expire personal notes:" -msgstr "" - -#: ../../mod/settings.php:965 -msgid "Expire starred posts:" -msgstr "" - -#: ../../mod/settings.php:966 -msgid "Expire photos:" -msgstr "" - -#: ../../mod/settings.php:967 -msgid "Only expire posts by others:" -msgstr "" - -#: ../../mod/settings.php:974 -msgid "Account Settings" -msgstr "Kontoinnstillinger" - -#: ../../mod/settings.php:982 -msgid "Password Settings" -msgstr "Passordinnstillinger" - -#: ../../mod/settings.php:983 -msgid "New Password:" -msgstr "Nytt passord:" - -#: ../../mod/settings.php:984 -msgid "Confirm:" -msgstr "Bekreft:" - -#: ../../mod/settings.php:984 -msgid "Leave password fields blank unless changing" -msgstr "La passordfeltene stå tomme hvis du ikke skal bytte" - -#: ../../mod/settings.php:988 -msgid "Basic Settings" -msgstr "Grunninnstillinger" - -#: ../../mod/settings.php:989 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Fullt navn:" - -#: ../../mod/settings.php:990 -msgid "Email Address:" -msgstr "E-postadresse:" - -#: ../../mod/settings.php:991 -msgid "Your Timezone:" -msgstr "Din tidssone:" - -#: ../../mod/settings.php:992 -msgid "Default Post Location:" -msgstr "Standard oppholdssted når du poster:" - -#: ../../mod/settings.php:993 -msgid "Use Browser Location:" -msgstr "Bruk nettleserens oppholdssted:" - -#: ../../mod/settings.php:996 -msgid "Security and Privacy Settings" -msgstr "Sikkerhet og privatlivsinnstillinger" - -#: ../../mod/settings.php:998 -msgid "Maximum Friend Requests/Day:" -msgstr "Maksimum venneforespørsler/dag:" - -#: ../../mod/settings.php:998 ../../mod/settings.php:1017 -msgid "(to prevent spam abuse)" -msgstr "(for å forhindre søppelpost)" - -#: ../../mod/settings.php:999 -msgid "Default Post Permissions" -msgstr "Standardtillatelser ved posting" - -#: ../../mod/settings.php:1000 -msgid "(click to open/close)" -msgstr "(klikk for å åpne/lukke)" - -#: ../../mod/settings.php:1017 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:1020 -msgid "Notification Settings" -msgstr "Beskjedinnstillinger" - -#: ../../mod/settings.php:1021 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:1022 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:1023 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:1024 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:1025 -msgid "Send a notification email when:" -msgstr "Send en e-post med beskjed når:" - -#: ../../mod/settings.php:1026 -msgid "You receive an introduction" -msgstr "Du mottar en introduksjon" - -#: ../../mod/settings.php:1027 -msgid "Your introductions are confirmed" -msgstr "Dine introduksjoner er bekreftet" - -#: ../../mod/settings.php:1028 -msgid "Someone writes on your profile wall" -msgstr "Noen skriver på veggen til profilen din" - -#: ../../mod/settings.php:1029 -msgid "Someone writes a followup comment" -msgstr "Noen skriver en oppfølgingskommentar" - -#: ../../mod/settings.php:1030 -msgid "You receive a private message" -msgstr "Du mottar en privat melding" - -#: ../../mod/settings.php:1031 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:1032 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:1033 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1036 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1037 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/manage.php:91 -msgid "Manage Identities and/or Pages" -msgstr "Behandle identiteter og/eller sider" - -#: ../../mod/manage.php:94 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser" - -#: ../../mod/manage.php:96 -msgid "Select an identity to manage: " -msgstr "Velg en identitet å behandle:" - -#: ../../mod/network.php:97 -msgid "Search Results For:" -msgstr "" - -#: ../../mod/network.php:137 ../../mod/search.php:16 -msgid "Remove term" -msgstr "Fjern uttrykk" - -#: ../../mod/network.php:146 ../../mod/search.php:13 -msgid "Saved Searches" -msgstr "Lagrede søk" - -#: ../../mod/network.php:147 ../../include/group.php:244 -msgid "add" -msgstr "" - -#: ../../mod/network.php:287 -msgid "Commented Order" -msgstr "" - -#: ../../mod/network.php:290 -msgid "Sort by Comment Date" -msgstr "" - -#: ../../mod/network.php:293 -msgid "Posted Order" -msgstr "" - -#: ../../mod/network.php:296 -msgid "Sort by Post Date" -msgstr "" - -#: ../../mod/network.php:303 -msgid "Posts that mention or involve you" -msgstr "" - -#: ../../mod/network.php:306 -msgid "New" -msgstr "" - -#: ../../mod/network.php:309 -msgid "Activity Stream - by date" -msgstr "" - -#: ../../mod/network.php:312 -msgid "Starred" -msgstr "" - -#: ../../mod/network.php:315 -msgid "Favourite Posts" -msgstr "" - -#: ../../mod/network.php:318 -msgid "Shared Links" -msgstr "" - -#: ../../mod/network.php:321 -msgid "Interesting Links" -msgstr "" - -#: ../../mod/network.php:388 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk." -msgstr[1] "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk." - -#: ../../mod/network.php:391 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Private meldinger til denne gruppen risikerer å bli offentliggjort." - -#: ../../mod/network.php:461 -msgid "Contact: " -msgstr "Kontakt:" - -#: ../../mod/network.php:463 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Private meldinger til denne personen risikerer å bli offentliggjort." - -#: ../../mod/network.php:468 -msgid "Invalid contact." -msgstr "Ugyldig kontakt." - -#: ../../mod/notes.php:44 ../../boot.php:1696 -msgid "Personal Notes" -msgstr "Personlige notater" - -#: ../../mod/notes.php:63 ../../mod/filer.php:30 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon/fbpost/fbpost.php:267 -#: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:681 +#: ../../include/widgets.php:173 ../../include/text.php:765 +#: ../../include/text.php:779 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 msgid "Save" msgstr "Lagre" -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes." - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:59 -msgid "No recipient selected." -msgstr "Ingen mottaker valgt." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "" - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:66 -msgid "Message could not be sent." -msgstr "Meldingen kunne ikke sendes." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:69 -msgid "Message collection failure." -msgstr "" - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:72 -msgid "Message sent." -msgstr "Melding sendt." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" - -#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 -#: ../../mod/message.php:242 ../../mod/message.php:250 -#: ../../include/conversation.php:833 ../../include/conversation.php:850 -msgid "Please enter a link URL:" -msgstr "Vennligst skriv inn en lenke URL:" - -#: ../../mod/wallmessage.php:138 ../../mod/message.php:278 -msgid "Send Private Message" -msgstr "Send privat melding" - -#: ../../mod/wallmessage.php:139 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: ../../mod/wallmessage.php:140 ../../mod/message.php:279 -#: ../../mod/message.php:469 -msgid "To:" -msgstr "Til:" - -#: ../../mod/wallmessage.php:141 ../../mod/message.php:284 -#: ../../mod/message.php:471 -msgid "Subject:" -msgstr "Emne:" - -#: ../../mod/wallmessage.php:147 ../../mod/message.php:288 -#: ../../mod/message.php:474 ../../mod/invite.php:113 -msgid "Your message:" -msgstr "Din melding:" - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Sjekkliste for nye medlemmer" - -#: ../../mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" - -#: ../../mod/newmember.php:14 -msgid "Getting Started" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "" - -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "" - -#: ../../mod/newmember.php:26 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "" - -#: ../../mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg." - -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:128 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1672 -msgid "Profile" -msgstr "Profil" - -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "Last opp profilbilde" - -#: ../../mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det." - -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "" - -#: ../../mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende." - -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "" - -#: ../../mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap." - -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "" - -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239 -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler." - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "" - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "" - -#: ../../mod/newmember.php:56 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "" - -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" -msgstr "" - -#: ../../mod/newmember.php:58 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "" - -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" -msgstr "" - -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det." - -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "" - -#: ../../mod/newmember.php:62 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "" - -#: ../../mod/newmember.php:66 ../../include/group.php:239 -msgid "Groups" -msgstr "" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "" - -#: ../../mod/newmember.php:70 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side." - -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: ../../mod/newmember.php:73 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "" - -#: ../../mod/newmember.php:78 -msgid "Getting Help" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Elementet er ikke tilgjengelig." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Elementet ble ikke funnet." - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Gruppen er laget." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Kunne ikke lage gruppen." - -#: ../../mod/group.php:47 ../../mod/group.php:137 -msgid "Group not found." -msgstr "Fant ikke gruppen." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Gruppenavnet er endret" - -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:316 -msgid "Permission denied" -msgstr "Tilgang nektet" - -#: ../../mod/group.php:90 -msgid "Create a group of contacts/friends." -msgstr "Lag en gruppe med kontakter/venner." - -#: ../../mod/group.php:91 ../../mod/group.php:177 -msgid "Group Name: " -msgstr "Gruppenavn:" - -#: ../../mod/group.php:110 -msgid "Group removed." -msgstr "Gruppe fjernet." - -#: ../../mod/group.php:112 -msgid "Unable to remove group." -msgstr "Mislyktes med å fjerne gruppe." - -#: ../../mod/group.php:176 -msgid "Group Editor" -msgstr "Gruppebehandler" - -#: ../../mod/group.php:189 -msgid "Members" -msgstr "Medlemmer" - -#: ../../mod/group.php:221 ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." -msgstr "Klikk på en kontakt for å legge til eller fjerne." - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Ugyldig profilidentifikator." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Behandle profilsynlighet" - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Synlig for" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Alle kontakter (med sikret profiltilgang)" - -#: ../../mod/viewconnections.php:39 -msgid "No contacts." -msgstr "Ingen kontakter." - -#: ../../mod/viewconnections.php:76 ../../include/text.php:618 -msgid "View Contacts" -msgstr "Vis kontakter" - -#: ../../mod/register.php:88 ../../mod/regmod.php:52 -#, php-format -msgid "Registration details for %s" -msgstr "Registeringsdetaljer for %s" - -#: ../../mod/register.php:96 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner." - -#: ../../mod/register.php:100 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes." - -#: ../../mod/register.php:105 -msgid "Your registration can not be processed." -msgstr "Din registrering kan ikke behandles." - -#: ../../mod/register.php:142 -#, php-format -msgid "Registration request at %s" -msgstr "Henvendelse om registrering ved %s" - -#: ../../mod/register.php:151 -msgid "Your registration is pending approval by the site owner." -msgstr "Din registrering venter på godkjenning fra eier av stedet." - -#: ../../mod/register.php:189 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:217 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"." - -#: ../../mod/register.php:218 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene." - -#: ../../mod/register.php:219 -msgid "Your OpenID (optional): " -msgstr "Din OpenID (valgfritt):" - -#: ../../mod/register.php:233 -msgid "Include your profile in member directory?" -msgstr "Legg til profilen din i medlemskatalogen?" - -#: ../../mod/register.php:255 -msgid "Membership on this site is by invitation only." -msgstr "Medlemskap ved dette nettstedet skjer bare på invitasjon." - -#: ../../mod/register.php:256 -msgid "Your invitation ID: " -msgstr "Din invitasjons-ID:" - -#: ../../mod/register.php:259 ../../mod/admin.php:444 -msgid "Registration" -msgstr "Registrering" - -#: ../../mod/register.php:267 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Ditt fulle navn (f.eks. Ola Nordmann):" - -#: ../../mod/register.php:268 -msgid "Your Email Address: " -msgstr "Din e-postadresse:" - -#: ../../mod/register.php:269 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@$sitename\"." - -#: ../../mod/register.php:270 -msgid "Choose a nickname: " -msgstr "Velg et kallenavn:" - -#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:887 -msgid "Register" -msgstr "Registrer" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Personsøk" - -#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/tagger.php:62 -#: ../../addon/facebook/facebook.php:1598 -#: ../../addon/communityhome/communityhome.php:158 -#: ../../addon/communityhome/communityhome.php:167 -#: ../../view/theme/diabook/theme.php:565 -#: ../../view/theme/diabook/theme.php:574 ../../include/diaspora.php:1824 -#: ../../include/conversation.php:120 ../../include/conversation.php:129 -#: ../../include/conversation.php:248 ../../include/conversation.php:257 -msgid "status" -msgstr "status" - -#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602 -#: ../../addon/communityhome/communityhome.php:172 -#: ../../view/theme/diabook/theme.php:579 ../../include/diaspora.php:1840 -#: ../../include/conversation.php:136 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s liker %2$s's %3$s" - -#: ../../mod/like.php:164 ../../include/conversation.php:139 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s liker ikke %2$s's %3$s" - -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:734 ../../mod/admin.php:933 ../../mod/display.php:29 -#: ../../mod/display.php:145 ../../include/items.php:3779 -msgid "Item not found." -msgstr "Enheten ble ikke funnet." - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "" - -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:130 -#: ../../include/nav.php:51 ../../boot.php:1679 -msgid "Photos" -msgstr "Bilder" - -#: ../../mod/fbrowser.php:96 -msgid "Files" -msgstr "" - -#: ../../mod/regmod.php:61 -msgid "Account approved." -msgstr "Konto godkjent." - -#: ../../mod/regmod.php:98 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registreringen til %s er trukket tilbake" - -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "Vennligst logg inn." - -#: ../../mod/item.php:91 -msgid "Unable to locate original post." -msgstr "Mislyktes med å lokalisere opprinnelig melding." - -#: ../../mod/item.php:275 -msgid "Empty post discarded." -msgstr "Tom melding forkastet." - -#: ../../mod/item.php:407 ../../mod/wall_upload.php:133 -#: ../../mod/wall_upload.php:142 ../../mod/wall_upload.php:149 -#: ../../include/message.php:144 -msgid "Wall Photos" -msgstr "Veggbilder" - -#: ../../mod/item.php:820 -msgid "System error. Post not saved." -msgstr "Systemfeil. Meldingen ble ikke lagret." - -#: ../../mod/item.php:845 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "" - -#: ../../mod/item.php:847 -#, php-format -msgid "You may visit them online at %s" -msgstr "Du kan besøke dem online på %s" - -#: ../../mod/item.php:848 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene." - -#: ../../mod/item.php:850 -#, php-format -msgid "%s posted an update." -msgstr "%s postet en oppdatering." - -#: ../../mod/mood.php:62 ../../include/conversation.php:226 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Bildet ble lastet opp, men beskjæringen mislyktes." - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Reduksjon av bildestørrelse [%s] mislyktes." - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart." - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Mislyktes med å behandle bilde" - -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:88 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Bildets størrelse overstiger størrelsesbegrensningen på %d" - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Last opp fil:" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" -msgstr "" - -#: ../../mod/profile_photo.php:245 -#: ../../addon/dav/friendica/layout.fnk.php:152 -msgid "Upload" -msgstr "Last opp" - -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "hopp over dette steget" - -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "velg et bilde fra dine fotoalbum" - -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Beskjær bilde" - -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Vennligst juster beskjæringen av bildet for optimal visning." - -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Behandling ferdig" - -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "Bilde ble lastet opp." - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Ingen profil" - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Slett min konto" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Vennligst skriv inn ditt passord for å bekrefte:" - -#: ../../mod/message.php:9 ../../include/nav.php:131 +#: ../../include/widgets.php:243 +msgid "Remove term" +msgstr "Fjern begrep" + +#: ../../include/widgets.php:252 ../../include/features.php:52 +msgid "Saved Searches" +msgstr "Lagrede søk" + +#: ../../include/widgets.php:253 ../../include/group.php:290 +msgid "add" +msgstr "legg til" + +#: ../../include/widgets.php:283 ../../include/features.php:66 +#: ../../include/contact_widgets.php:53 +msgid "Saved Folders" +msgstr "Lagrede mapper" + +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 +#: ../../include/contact_widgets.php:90 +msgid "Everything" +msgstr "Alt" + +#: ../../include/widgets.php:318 +msgid "Archives" +msgstr "Arkiv" + +#: ../../include/widgets.php:370 +msgid "Refresh" +msgstr "Forny" + +#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +msgid "Me" +msgstr "Meg" + +#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +msgid "Best Friends" +msgstr "Bestevenner" + +#: ../../include/widgets.php:373 ../../include/identity.php:314 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +msgid "Friends" +msgstr "Venner" + +#: ../../include/widgets.php:374 +msgid "Co-workers" +msgstr "Medarbeidere" + +#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +msgid "Former Friends" +msgstr "Tidligere venner" + +#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +msgid "Acquaintances" +msgstr "Bekjente" + +#: ../../include/widgets.php:377 +msgid "Everybody" +msgstr "Alle" + +#: ../../include/widgets.php:409 +msgid "Account settings" +msgstr "Kontoinnstillinger" + +#: ../../include/widgets.php:415 +msgid "Channel settings" +msgstr "Kanalinnstillinger" + +#: ../../include/widgets.php:421 +msgid "Additional features" +msgstr "Tilleggsfunksjoner" + +#: ../../include/widgets.php:427 +msgid "Feature settings" +msgstr "Funksjonsinnstillinger" + +#: ../../include/widgets.php:433 +msgid "Display settings" +msgstr "Visningsinnstillinger" + +#: ../../include/widgets.php:439 +msgid "Connected apps" +msgstr "Tilkoblede app-er" + +#: ../../include/widgets.php:445 +msgid "Export channel" +msgstr "Eksporter kanal" + +#: ../../include/widgets.php:457 +msgid "Automatic Permissions (Advanced)" +msgstr "Automatiske tillatelser (avansert)" + +#: ../../include/widgets.php:467 +msgid "Premium Channel Settings" +msgstr "Premiumkanal-innstillinger" + +#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanalkilder" + +#: ../../include/widgets.php:487 ../../include/nav.php:186 +#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +msgid "Settings" +msgstr "Innstillinger" + +#: ../../include/widgets.php:504 +msgid "Check Mail" +msgstr "Sjekk meldinger" + +#: ../../include/widgets.php:509 ../../include/nav.php:177 msgid "New Message" msgstr "Ny melding" -#: ../../mod/message.php:63 -msgid "Unable to locate contact information." -msgstr "Mislyktes med å finne kontaktinformasjon." +#: ../../include/widgets.php:585 +msgid "Chat Rooms" +msgstr "Chatrom" -#: ../../mod/message.php:191 -msgid "Message deleted." -msgstr "Melding slettet." +#: ../../include/widgets.php:603 +msgid "Bookmarked Chatrooms" +msgstr "Bokmerkede chatrom" -#: ../../mod/message.php:221 -msgid "Conversation removed." -msgstr "Samtale slettet." +#: ../../include/widgets.php:621 +msgid "Suggested Chatrooms" +msgstr "Foreslåtte chatrom" -#: ../../mod/message.php:327 -msgid "No messages." -msgstr "Ingen meldinger." +#: ../../include/acl_selectors.php:235 +msgid "Visible to everybody" +msgstr "Synlig for alle" -#: ../../mod/message.php:334 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: ../../mod/message.php:337 -#, php-format -msgid "You and %s" -msgstr "" - -#: ../../mod/message.php:340 -#, php-format -msgid "%s and You" -msgstr "" - -#: ../../mod/message.php:350 ../../mod/message.php:462 -msgid "Delete conversation" -msgstr "Slett samtale" - -#: ../../mod/message.php:353 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:356 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/message.php:391 -msgid "Message not available." -msgstr "Melding utilgjengelig." - -#: ../../mod/message.php:444 -msgid "Delete message" -msgstr "Slett melding" - -#: ../../mod/message.php:464 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/message.php:468 -msgid "Send Reply" -msgstr "Send svar" - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Venner av %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:96 ../../mod/admin.php:442 -msgid "Site" -msgstr "Nettsted" - -#: ../../mod/admin.php:97 ../../mod/admin.php:688 ../../mod/admin.php:701 -msgid "Users" -msgstr "Brukere" - -#: ../../mod/admin.php:98 ../../mod/admin.php:783 ../../mod/admin.php:825 -msgid "Plugins" -msgstr "Tillegg" - -#: ../../mod/admin.php:99 ../../mod/admin.php:988 ../../mod/admin.php:1024 -msgid "Themes" -msgstr "" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1111 -msgid "Logs" -msgstr "Logger" - -#: ../../mod/admin.php:120 ../../include/nav.php:146 -msgid "Admin" -msgstr "Administrator" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Brukerregistreringer venter på bekreftelse" - -#: ../../mod/admin.php:183 ../../mod/admin.php:669 -msgid "Normal Account" -msgstr "Vanlig konto" - -#: ../../mod/admin.php:184 ../../mod/admin.php:670 -msgid "Soapbox Account" -msgstr "Talerstol-konto" - -#: ../../mod/admin.php:185 ../../mod/admin.php:671 -msgid "Community/Celebrity Account" -msgstr "Gruppe-/kjendiskonto" - -#: ../../mod/admin.php:186 ../../mod/admin.php:672 -msgid "Automatic Friend Account" -msgstr "Automatisk vennekonto" - -#: ../../mod/admin.php:187 -msgid "Blog Account" -msgstr "" - -#: ../../mod/admin.php:188 -msgid "Private Forum" -msgstr "" - -#: ../../mod/admin.php:207 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:212 ../../mod/admin.php:441 ../../mod/admin.php:687 -#: ../../mod/admin.php:782 ../../mod/admin.php:824 ../../mod/admin.php:987 -#: ../../mod/admin.php:1023 ../../mod/admin.php:1110 -msgid "Administration" -msgstr "Administrasjon" - -#: ../../mod/admin.php:213 -msgid "Summary" -msgstr "Oppsummering" - -#: ../../mod/admin.php:215 -msgid "Registered users" -msgstr "Registrerte brukere" - -#: ../../mod/admin.php:217 -msgid "Pending registrations" -msgstr "Ventende registreringer" - -#: ../../mod/admin.php:218 -msgid "Version" -msgstr "Versjon" - -#: ../../mod/admin.php:220 -msgid "Active plugins" -msgstr "Aktive tillegg" - -#: ../../mod/admin.php:373 -msgid "Site settings updated." -msgstr "Nettstedets innstillinger er oppdatert." - -#: ../../mod/admin.php:428 -msgid "Closed" -msgstr "Stengt" - -#: ../../mod/admin.php:429 -msgid "Requires approval" -msgstr "Krever godkjenning" - -#: ../../mod/admin.php:430 -msgid "Open" -msgstr "Åpen" - -#: ../../mod/admin.php:434 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: ../../mod/admin.php:435 -msgid "Force all links to use SSL" -msgstr "" - -#: ../../mod/admin.php:436 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: ../../mod/admin.php:445 -msgid "File upload" -msgstr "Last opp fil" - -#: ../../mod/admin.php:446 -msgid "Policies" -msgstr "Retningslinjer" - -#: ../../mod/admin.php:447 -msgid "Advanced" -msgstr "Avansert" - -#: ../../mod/admin.php:451 ../../addon/statusnet/statusnet.php:567 -msgid "Site name" -msgstr "Nettstedets navn" - -#: ../../mod/admin.php:452 -msgid "Banner/Logo" -msgstr "Banner/logo" - -#: ../../mod/admin.php:453 -msgid "System language" -msgstr "Systemspråk" - -#: ../../mod/admin.php:454 -msgid "System theme" -msgstr "Systemtema" - -#: ../../mod/admin.php:454 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:455 -msgid "Mobile system theme" -msgstr "" - -#: ../../mod/admin.php:455 -msgid "Theme for mobile devices" -msgstr "" - -#: ../../mod/admin.php:456 -msgid "SSL link policy" -msgstr "" - -#: ../../mod/admin.php:456 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: ../../mod/admin.php:457 -msgid "Maximum image size" -msgstr "Maksimum bildestørrelse" - -#: ../../mod/admin.php:457 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:458 -msgid "Maximum image length" -msgstr "" - -#: ../../mod/admin.php:458 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: ../../mod/admin.php:459 -msgid "JPEG image quality" -msgstr "" - -#: ../../mod/admin.php:459 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: ../../mod/admin.php:461 -msgid "Register policy" -msgstr "Registrer retningslinjer" - -#: ../../mod/admin.php:462 -msgid "Register text" -msgstr "Registrer tekst" - -#: ../../mod/admin.php:462 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: ../../mod/admin.php:463 -msgid "Accounts abandoned after x days" -msgstr "" - -#: ../../mod/admin.php:463 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: ../../mod/admin.php:464 -msgid "Allowed friend domains" -msgstr "Tillate vennedomener" - -#: ../../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 "" - -#: ../../mod/admin.php:465 -msgid "Allowed email domains" -msgstr "Tillate e-postdomener" - -#: ../../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 "" - -#: ../../mod/admin.php:466 -msgid "Block public" -msgstr "Utesteng publikum" - -#: ../../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 "" - -#: ../../mod/admin.php:467 -msgid "Force publish" -msgstr "Tving publisering" - -#: ../../mod/admin.php:467 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:468 -msgid "Global directory update URL" -msgstr "URL for oppdatering av Global-katalog" - -#: ../../mod/admin.php:468 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "" - -#: ../../mod/admin.php:469 -msgid "Allow threaded items" -msgstr "" - -#: ../../mod/admin.php:469 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: ../../mod/admin.php:470 -msgid "Private posts by default for new users" -msgstr "" - -#: ../../mod/admin.php:470 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: ../../mod/admin.php:472 -msgid "Block multiple registrations" -msgstr "Blokker flere registreringer" - -#: ../../mod/admin.php:472 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: ../../mod/admin.php:473 -msgid "OpenID support" -msgstr "OpenID-støtte" - -#: ../../mod/admin.php:473 -msgid "OpenID support for registration and logins." -msgstr "" - -#: ../../mod/admin.php:474 -msgid "Fullname check" -msgstr "Sjekk fullt navn" - -#: ../../mod/admin.php:474 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: ../../mod/admin.php:475 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 regulære uttrykk" - -#: ../../mod/admin.php:475 -msgid "Use PHP UTF8 regular expressions" -msgstr "" - -#: ../../mod/admin.php:476 -msgid "Show Community Page" -msgstr "Vis Felleskap-side" - -#: ../../mod/admin.php:476 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "" - -#: ../../mod/admin.php:477 -msgid "Enable OStatus support" -msgstr "Aktiver Ostatus-støtte" - -#: ../../mod/admin.php:477 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: ../../mod/admin.php:478 -msgid "Enable Diaspora support" -msgstr "" - -#: ../../mod/admin.php:478 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: ../../mod/admin.php:479 -msgid "Only allow Friendica contacts" -msgstr "" - -#: ../../mod/admin.php:479 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: ../../mod/admin.php:480 -msgid "Verify SSL" -msgstr "Bekreft SSL" - -#: ../../mod/admin.php:480 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "" - -#: ../../mod/admin.php:481 -msgid "Proxy user" -msgstr "Brukernavn til mellomtjener" - -#: ../../mod/admin.php:482 -msgid "Proxy URL" -msgstr "Mellomtjener URL" - -#: ../../mod/admin.php:483 -msgid "Network timeout" -msgstr "Tidsavbrudd for nettverk" - -#: ../../mod/admin.php:483 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:484 -msgid "Delivery interval" -msgstr "" - -#: ../../mod/admin.php:484 -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 "" - -#: ../../mod/admin.php:485 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:485 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:486 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:486 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:503 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:513 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Utføring av %s mislyktes. Sjekk systemlogger." - -#: ../../mod/admin.php:516 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:520 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:523 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:538 -msgid "No failed updates." -msgstr "Ingen mislykkede oppdateringer." - -#: ../../mod/admin.php:542 -msgid "Failed Updates" -msgstr "Mislykkede oppdateringer" - -#: ../../mod/admin.php:543 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:544 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:545 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:570 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:577 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s bruker slettet" -msgstr[1] "%s brukere slettet" - -#: ../../mod/admin.php:616 -#, php-format -msgid "User '%s' deleted" -msgstr "Brukeren '%s' er slettet" - -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' unblocked" -msgstr "Brukeren '%s' er ikke blokkert" - -#: ../../mod/admin.php:624 -#, php-format -msgid "User '%s' blocked" -msgstr "Brukeren '%s' er blokkert" - -#: ../../mod/admin.php:690 -msgid "select all" -msgstr "velg alle" - -#: ../../mod/admin.php:691 -msgid "User registrations waiting for confirm" -msgstr "Brukerregistreringer venter på bekreftelse" - -#: ../../mod/admin.php:692 -msgid "Request date" -msgstr "Forespørselsdato" - -#: ../../mod/admin.php:692 ../../mod/admin.php:702 -#: ../../include/contact_selectors.php:79 -msgid "Email" -msgstr "E-post" - -#: ../../mod/admin.php:693 -msgid "No registrations." -msgstr "Ingen registreringer." - -#: ../../mod/admin.php:695 -msgid "Deny" -msgstr "Nekt" - -#: ../../mod/admin.php:699 -msgid "Site admin" -msgstr "" - -#: ../../mod/admin.php:702 -msgid "Register date" -msgstr "Registreringsdato" - -#: ../../mod/admin.php:702 -msgid "Last login" -msgstr "Siste innlogging" - -#: ../../mod/admin.php:702 -msgid "Last item" -msgstr "Siste element" - -#: ../../mod/admin.php:702 -msgid "Account" -msgstr "Konto" - -#: ../../mod/admin.php:704 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?" - -#: ../../mod/admin.php:705 -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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?" - -#: ../../mod/admin.php:746 -#, php-format -msgid "Plugin %s disabled." -msgstr "Tillegget %s er avskrudd." - -#: ../../mod/admin.php:750 -#, php-format -msgid "Plugin %s enabled." -msgstr "Tillegget %s er aktivert." - -#: ../../mod/admin.php:760 ../../mod/admin.php:958 -msgid "Disable" -msgstr "Skru av" - -#: ../../mod/admin.php:762 ../../mod/admin.php:960 -msgid "Enable" -msgstr "Aktiver" - -#: ../../mod/admin.php:784 ../../mod/admin.php:989 -msgid "Toggle" -msgstr "Veksle" - -#: ../../mod/admin.php:792 ../../mod/admin.php:999 -msgid "Author: " -msgstr "" - -#: ../../mod/admin.php:793 ../../mod/admin.php:1000 -msgid "Maintainer: " -msgstr "" - -#: ../../mod/admin.php:922 -msgid "No themes found." -msgstr "" - -#: ../../mod/admin.php:981 -msgid "Screenshot" -msgstr "" - -#: ../../mod/admin.php:1029 -msgid "[Experimental]" -msgstr "" - -#: ../../mod/admin.php:1030 -msgid "[Unsupported]" -msgstr "" - -#: ../../mod/admin.php:1057 -msgid "Log settings updated." -msgstr "Logginnstillinger er oppdatert." - -#: ../../mod/admin.php:1113 -msgid "Clear" -msgstr "Tøm" - -#: ../../mod/admin.php:1119 -msgid "Debugging" -msgstr "Feilsøking" - -#: ../../mod/admin.php:1120 -msgid "Log file" -msgstr "Loggfil" - -#: ../../mod/admin.php:1120 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: ../../mod/admin.php:1121 -msgid "Log level" -msgstr "Loggnivå" - -#: ../../mod/admin.php:1171 -msgid "Close" -msgstr "Lukk" - -#: ../../mod/admin.php:1177 -msgid "FTP Host" -msgstr "FTP-tjener" - -#: ../../mod/admin.php:1178 -msgid "FTP Path" -msgstr "FTP-sti" - -#: ../../mod/admin.php:1179 -msgid "FTP User" -msgstr "FTP-bruker" - -#: ../../mod/admin.php:1180 -msgid "FTP Password" -msgstr "FTP-passord" - -#: ../../mod/profile.php:22 ../../boot.php:1074 -msgid "Requested profile is not available." -msgstr "" - -#: ../../mod/profile.php:152 ../../mod/display.php:77 -msgid "Access to this profile has been restricted." -msgstr "Tilgang til denne profilen er blitt begrenset." - -#: ../../mod/profile.php:177 -msgid "Tips for New Members" -msgstr "Tips til nye medlemmer" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} ønsker å bli din venn" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} sendte deg en melding" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} forespurte om registrering" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} kommenterte %s sitt innlegg" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} likte %s sitt innlegg" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} likte ikke %s sitt innlegg" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} er nå venner med %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} postet et innlegg" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} merket %s sitt innlegg med #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "" - -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" -msgstr "" - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "" - -#: ../../mod/openid.php:93 ../../include/auth.php:98 -#: ../../include/auth.php:161 -msgid "Login failed." -msgstr "Innlogging mislyktes." - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "" - -#: ../../mod/share.php:28 -msgid "link" -msgstr "" - -#: ../../mod/display.php:138 -msgid "Item has been removed." -msgstr "Elementet har blitt slettet." - -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "Programmer" - -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "Ingen installerte programmer." - -#: ../../mod/search.php:85 ../../include/text.php:678 -#: ../../include/text.php:679 ../../include/nav.php:91 -msgid "Search" -msgstr "Søk" - -#: ../../mod/profiles.php:21 ../../mod/profiles.php:423 -#: ../../mod/profiles.php:537 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Fant ikke profilen." - -#: ../../mod/profiles.php:31 -msgid "Profile Name is required." -msgstr "Profilnavn er påkrevet." - -#: ../../mod/profiles.php:160 -msgid "Marital Status" -msgstr "" - -#: ../../mod/profiles.php:164 -msgid "Romantic Partner" -msgstr "" - -#: ../../mod/profiles.php:168 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:172 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:176 -msgid "Work/Employment" -msgstr "" - -#: ../../mod/profiles.php:179 -msgid "Religion" -msgstr "" - -#: ../../mod/profiles.php:183 -msgid "Political Views" -msgstr "" - -#: ../../mod/profiles.php:187 -msgid "Gender" -msgstr "" - -#: ../../mod/profiles.php:191 -msgid "Sexual Preference" -msgstr "" - -#: ../../mod/profiles.php:195 -msgid "Homepage" -msgstr "" - -#: ../../mod/profiles.php:199 -msgid "Interests" -msgstr "" - -#: ../../mod/profiles.php:203 -msgid "Address" -msgstr "" - -#: ../../mod/profiles.php:210 ../../addon/dav/common/wdcal_edit.inc.php:183 -msgid "Location" -msgstr "" - -#: ../../mod/profiles.php:293 -msgid "Profile updated." -msgstr "Profil oppdatert." - -#: ../../mod/profiles.php:360 -msgid " and " -msgstr "" - -#: ../../mod/profiles.php:368 -msgid "public profile" -msgstr "" - -#: ../../mod/profiles.php:371 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../mod/profiles.php:372 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: ../../mod/profiles.php:375 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: ../../mod/profiles.php:442 -msgid "Profile deleted." -msgstr "Profil slettet." - -#: ../../mod/profiles.php:460 ../../mod/profiles.php:494 -msgid "Profile-" -msgstr "Profil-" - -#: ../../mod/profiles.php:479 ../../mod/profiles.php:521 -msgid "New profile created." -msgstr "Ny profil opprettet." - -#: ../../mod/profiles.php:500 -msgid "Profile unavailable to clone." -msgstr "Profilen er utilgjengelig for kloning." - -#: ../../mod/profiles.php:562 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Skjul kontakten/vennen din fra folk som kan se denne profilen?" - -#: ../../mod/profiles.php:582 -msgid "Edit Profile Details" -msgstr "Endre profildetaljer" - -#: ../../mod/profiles.php:584 -msgid "View this profile" -msgstr "Vis denne profilen" - -#: ../../mod/profiles.php:585 -msgid "Create a new profile using these settings" -msgstr "Opprett en ny profil med disse innstillingene" - -#: ../../mod/profiles.php:586 -msgid "Clone this profile" -msgstr "Klon denne profilen" - -#: ../../mod/profiles.php:587 -msgid "Delete this profile" -msgstr "Slette denne profilen" - -#: ../../mod/profiles.php:588 -msgid "Profile Name:" -msgstr "Profilnavn:" - -#: ../../mod/profiles.php:589 -msgid "Your Full Name:" -msgstr "Ditt fulle navn:" - -#: ../../mod/profiles.php:590 -msgid "Title/Description:" -msgstr "Tittel/Beskrivelse:" - -#: ../../mod/profiles.php:591 -msgid "Your Gender:" -msgstr "Ditt kjønn:" - -#: ../../mod/profiles.php:592 -#, php-format -msgid "Birthday (%s):" -msgstr "Fødselsdag (%s):" - -#: ../../mod/profiles.php:593 -msgid "Street Address:" -msgstr "Gateadresse:" - -#: ../../mod/profiles.php:594 -msgid "Locality/City:" -msgstr "Plassering/by:" - -#: ../../mod/profiles.php:595 -msgid "Postal/Zip Code:" -msgstr "Postnummer:" - -#: ../../mod/profiles.php:596 -msgid "Country:" -msgstr "Land:" - -#: ../../mod/profiles.php:597 -msgid "Region/State:" -msgstr "Region/fylke:" - -#: ../../mod/profiles.php:598 -msgid " Marital Status:" -msgstr " Sivilstand:" - -#: ../../mod/profiles.php:599 -msgid "Who: (if applicable)" -msgstr "Hvem: (hvis gjeldende)" - -#: ../../mod/profiles.php:600 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Eksempler: kari123, Kari Nordmann, kari@example.com" - -#: ../../mod/profiles.php:601 -msgid "Since [date]:" -msgstr "" - -#: ../../mod/profiles.php:602 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Seksuell orientering:" - -#: ../../mod/profiles.php:603 -msgid "Homepage URL:" -msgstr "Hjemmeside URL:" - -#: ../../mod/profiles.php:604 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "" - -#: ../../mod/profiles.php:605 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Politisk ståsted:" - -#: ../../mod/profiles.php:606 -msgid "Religious Views:" -msgstr "Religiøst ståsted:" - -#: ../../mod/profiles.php:607 -msgid "Public Keywords:" -msgstr "Offentlige nøkkelord:" - -#: ../../mod/profiles.php:608 -msgid "Private Keywords:" -msgstr "Private nøkkelord:" - -#: ../../mod/profiles.php:609 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "" - -#: ../../mod/profiles.php:610 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "" - -#: ../../mod/profiles.php:611 -msgid "Example: fishing photography software" -msgstr "Eksempel: fisking fotografering programvare" - -#: ../../mod/profiles.php:612 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Brukes for å foreslå mulige venner, kan ses av andre)" - -#: ../../mod/profiles.php:613 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Brukes for å søke i profiler, vises aldri til andre)" - -#: ../../mod/profiles.php:614 -msgid "Tell us about yourself..." -msgstr "Fortell oss om deg selv..." - -#: ../../mod/profiles.php:615 -msgid "Hobbies/Interests" -msgstr "Hobbier/interesser" - -#: ../../mod/profiles.php:616 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformasjon og sosiale nettverk" - -#: ../../mod/profiles.php:617 -msgid "Musical interests" -msgstr "Musikksmak" - -#: ../../mod/profiles.php:618 -msgid "Books, literature" -msgstr "Bøker, litteratur" - -#: ../../mod/profiles.php:619 -msgid "Television" -msgstr "TV" - -#: ../../mod/profiles.php:620 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/kultur/underholdning" - -#: ../../mod/profiles.php:621 -msgid "Love/romance" -msgstr "Kjærlighet/romanse" - -#: ../../mod/profiles.php:622 -msgid "Work/employment" -msgstr "Arbeid/ansatt hos" - -#: ../../mod/profiles.php:623 -msgid "School/education" -msgstr "Skole/utdanning" - -#: ../../mod/profiles.php:628 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Dette er din offentlige profil.
Den kan ses av alle på Internet." - -#: ../../mod/profiles.php:638 ../../mod/directory.php:111 -msgid "Age: " -msgstr "Alder:" - -#: ../../mod/profiles.php:677 -msgid "Edit/Manage Profiles" -msgstr "Rediger/Behandle profiler" - -#: ../../mod/profiles.php:678 ../../boot.php:1192 -msgid "Change profile photo" -msgstr "Endre profilbilde" - -#: ../../mod/profiles.php:679 ../../boot.php:1193 -msgid "Create New Profile" -msgstr "Lag ny profil" - -#: ../../mod/profiles.php:690 ../../boot.php:1203 -msgid "Profile Image" -msgstr "Profilbilde" - -#: ../../mod/profiles.php:692 ../../boot.php:1206 -msgid "visible to everybody" -msgstr "synlig for alle" - -#: ../../mod/profiles.php:693 ../../boot.php:1207 -msgid "Edit visibility" -msgstr "Endre synlighet" - -#: ../../mod/filer.php:29 ../../include/conversation.php:837 -#: ../../include/conversation.php:854 -msgid "Save to Folder:" -msgstr "" - -#: ../../mod/filer.php:29 -msgid "- select -" -msgstr "" - -#: ../../mod/tagger.php:95 ../../include/conversation.php:265 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "" - -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Deleger sidebehandling" - -#: ../../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 "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Eksisterende sidebehandlere" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "" - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: ../../mod/babel.php:35 -msgid "bb2html: " -msgstr "" - -#: ../../mod/babel.php:39 -msgid "bb2html2bb: " -msgstr "" - -#: ../../mod/babel.php:43 -msgid "bb2md: " -msgstr "" - -#: ../../mod/babel.php:47 -msgid "bb2md2html: " -msgstr "" - -#: ../../mod/babel.php:51 -msgid "bb2dia2bb: " -msgstr "" - -#: ../../mod/babel.php:55 -msgid "bb2md2html2bb: " -msgstr "" - -#: ../../mod/babel.php:65 -msgid "Source input (Diaspora format): " -msgstr "" - -#: ../../mod/babel.php:70 -msgid "diaspora2bb: " -msgstr "" - -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:626 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "Venneforslag" - -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" - -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "Ignorér/Skjul" - -#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:624 -msgid "Global Directory" -msgstr "Global katalog" - -#: ../../mod/directory.php:57 -msgid "Find on this site" -msgstr "" - -#: ../../mod/directory.php:60 -msgid "Site Directory" -msgstr "Stedets katalog" - -#: ../../mod/directory.php:114 -msgid "Gender: " -msgstr "Kjønn:" - -#: ../../mod/directory.php:136 ../../include/profile_advanced.php:17 -#: ../../boot.php:1228 -msgid "Gender:" -msgstr "Kjønn:" - -#: ../../mod/directory.php:138 ../../include/profile_advanced.php:37 -#: ../../boot.php:1231 -msgid "Status:" -msgstr "Status:" - -#: ../../mod/directory.php:140 ../../include/profile_advanced.php:48 -#: ../../boot.php:1233 -msgid "Homepage:" -msgstr "Hjemmeside:" - -#: ../../mod/directory.php:142 ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "Om:" - -#: ../../mod/directory.php:180 -msgid "No entries (some entries may be hidden)." -msgstr "Ingen oppføringer (noen oppføringer kan være skjulte)." - -#: ../../mod/invite.php:35 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Ugyldig e-postadresse." - -#: ../../mod/invite.php:59 -msgid "Please join us on Friendica" -msgstr "" - -#: ../../mod/invite.php:69 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Mislyktes med å levere meldingen." - -#: ../../mod/invite.php:73 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "one: %d melding sendt." -msgstr[1] "other: %d meldinger sendt." - -#: ../../mod/invite.php:92 -msgid "You have no more invitations available" -msgstr "Du har ingen flere tilgjengelige invitasjoner" - -#: ../../mod/invite.php:100 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "" - -#: ../../mod/invite.php:102 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: ../../mod/invite.php:103 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "" - -#: ../../mod/invite.php:106 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer." - -#: ../../mod/invite.php:111 -msgid "Send invitations" -msgstr "Send invitasjoner" - -#: ../../mod/invite.php:112 -msgid "Enter email addresses, one per line:" -msgstr "Skriv e-postadresser, en per linje:" - -#: ../../mod/invite.php:114 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "" - -#: ../../mod/invite.php:116 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Du må oppgi denne invitasjonskoden: $invite_code" - -#: ../../mod/invite.php:116 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Når du har registrert, vennligst kontakt meg via min profilside på:" - -#: ../../mod/invite.php:118 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "Forstod ikke svaret fra det andre stedet." - -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Uventet svar fra det andre stedet:" - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "Sending av bekreftelse var vellykket. " - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "Det andre stedet rapporterte:" - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Midlertidig feil. Vennligst vent og prøv igjen." - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "Introduksjon mislyktes eller ble trukket tilbake." - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Fikk ikke satt kontaktbilde." - -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:608 -#: ../../include/conversation.php:171 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s er nå venner med %2$s" - -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Ingen brukerregistrering funnet for '%s'" - -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt." - -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss." - -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted." - -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "" - -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen." - -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "Får ikke lagret din kontaktlegitamasjon på vårt system." - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "Får ikke oppdatert kontaktdetaljene dine på vårt system." - -#: ../../mod/dfrn_confirm.php:750 -#, php-format -msgid "Connection accepted at %s" -msgstr "Tilkobling godtatt på %s" - -#: ../../mod/dfrn_confirm.php:799 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "" - -#: ../../addon/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" -msgstr "" - -#: ../../addon/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" -msgstr "" - -#: ../../addon/fromgplus/fromgplus.php:35 -msgid "Google Account ID" -msgstr "" - -#: ../../addon/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." -msgstr "" - -#: ../../addon/facebook/facebook.php:523 -msgid "Facebook disabled" -msgstr "Facebook avskrudd" - -#: ../../addon/facebook/facebook.php:528 -msgid "Updating contacts" -msgstr "Oppdaterer kontakter" - -#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192 -msgid "Facebook API key is missing." -msgstr "Facebook API-nøkkel mangler." - -#: ../../addon/facebook/facebook.php:558 -msgid "Facebook Connect" -msgstr "Facebook-kobling" - -#: ../../addon/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." -msgstr "Legg til Facebook-kobling for denne kontoen." - -#: ../../addon/facebook/facebook.php:571 -msgid "Remove Facebook connector" -msgstr "Fjern Facebook-kobling" - -#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" -msgstr "" - -#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224 -msgid "Post to Facebook by default" -msgstr "Post til Facebook som standard" - -#: ../../addon/facebook/facebook.php:589 -msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." -msgstr "" - -#: ../../addon/facebook/facebook.php:593 -msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." -msgstr "" - -#: ../../addon/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" -msgstr "" - -#: ../../addon/facebook/facebook.php:598 -msgid "" -"Facebook conversations consist of your profile wall and your friend" -" stream." -msgstr "" - -#: ../../addon/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." -msgstr "" - -#: ../../addon/facebook/facebook.php:600 -msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." -msgstr "" - -#: ../../addon/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" -msgstr "" - -#: ../../addon/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" -msgstr "" - -#: ../../addon/facebook/facebook.php:611 -msgid "" -"If you choose to link conversations and leave both of these boxes unchecked," -" your Facebook profile wall will be merged with your profile wall on this " -"website and your privacy settings on this website will be used to determine " -"who may see the conversations." -msgstr "" - -#: ../../addon/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" -msgstr "" - -#: ../../addon/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:729 -msgid "Facebook Connector Settings" -msgstr "Innstillinger for Facebook-kobling" - -#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255 -msgid "Facebook API Key" -msgstr "" - -#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262 -msgid "" -"Error: it appears that you have specified the App-ID and -Secret in your " -".htconfig.php file. As long as they are specified there, they cannot be set " -"using this form.

" -msgstr "" - -#: ../../addon/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token" -" could not be retrieved)." -msgstr "" - -#: ../../addon/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." -msgstr "" - -#: ../../addon/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." -msgstr "" - -#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264 -msgid "App-ID / API-Key" -msgstr "" - -#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265 -msgid "Application secret" -msgstr "" - -#: ../../addon/facebook/facebook.php:768 -#, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "" - -#: ../../addon/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" -msgstr "" - -#: ../../addon/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "" - -#: ../../addon/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "" - -#: ../../addon/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "" - -#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282 -#: ../../addon/dav/friendica/layout.fnk.php:361 -msgid "The new values have been saved." -msgstr "" - -#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301 -msgid "Post to Facebook" -msgstr "Post til Facebook" - -#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "Posting til Facebook avbrutt på grunn av konflikt med tilgangsrettigheter i multi-nettverk." - -#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:610 -msgid "View on Friendica" -msgstr "" - -#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643 -msgid "Facebook post failed. Queued for retry." -msgstr "Facebook-innlegg mislyktes. Innlegget er lagt i kø for å prøve igjen." - -#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683 -msgid "Your Facebook connection became invalid. Please Re-authenticate." -msgstr "" - -#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684 -msgid "Facebook connection became invalid" -msgstr "" - -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." -msgstr "" - -#: ../../addon/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." -msgstr "" - -#: ../../addon/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" -msgstr "" - -#: ../../addon/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "" - -#: ../../addon/bg/bg.php:51 -msgid "Bg settings updated." -msgstr "" - -#: ../../addon/bg/bg.php:82 -msgid "Bg Settings" -msgstr "" - -#: ../../addon/bg/bg.php:84 ../../addon/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:260 -msgid "Lifetime of the cache (in hours)" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:265 -msgid "Cache Statistics" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:268 -msgid "Number of items" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:270 -msgid "Size of the cache" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:272 -msgid "Delete the whole cache" -msgstr "" - -#: ../../addon/fbpost/fbpost.php:172 -msgid "Facebook Post disabled" -msgstr "" - -#: ../../addon/fbpost/fbpost.php:199 -msgid "Facebook Post" -msgstr "" - -#: ../../addon/fbpost/fbpost.php:205 -msgid "Install Facebook Post connector for this account." -msgstr "" - -#: ../../addon/fbpost/fbpost.php:212 -msgid "Remove Facebook Post connector" -msgstr "" - -#: ../../addon/fbpost/fbpost.php:240 -msgid "Facebook Post Settings" -msgstr "" - -#: ../../addon/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "" -msgstr[1] "" - -#: ../../addon/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "" -msgstr[1] "" - -#: ../../addon/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" -msgstr "" - -#: ../../addon/widgets/widgets.php:56 -msgid "Generate new key" -msgstr "Lag ny nøkkel" - -#: ../../addon/widgets/widgets.php:59 -msgid "Widgets key" -msgstr "Nøkkel til småprogrammer" - -#: ../../addon/widgets/widgets.php:61 -msgid "Widgets available" -msgstr "Småprogrammer er tilgjengelige" - -#: ../../addon/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:19 -msgid "bitchslap" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:19 -msgid "bitchslapped" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -msgid "shag" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -msgid "shagged" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:21 -msgid "do something obscenely biological to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:21 -msgid "did something obscenely biological to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:22 -msgid "point out the poke feature to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:22 -msgid "pointed out the poke feature to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:23 -msgid "declare undying love for" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:23 -msgid "declared undying love for" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:24 -msgid "patent" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:24 -msgid "patented" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:25 -msgid "stroke beard" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:25 -msgid "stroked their beard at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:26 -msgid "" -"bemoan the declining standards of modern secondary and tertiary education to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:26 -msgid "" -"bemoans the declining standards of modern secondary and tertiary education " -"to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:27 -msgid "hug" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:27 -msgid "hugged" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:28 -msgid "kiss" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:28 -msgid "kissed" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:29 -msgid "raise eyebrows at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:29 -msgid "raised their eyebrows at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:30 -msgid "insult" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:30 -msgid "insulted" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:31 -msgid "praise" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:31 -msgid "praised" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:32 -msgid "be dubious of" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:32 -msgid "was dubious of" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:33 -msgid "eat" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:33 -msgid "ate" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:34 -msgid "giggle and fawn at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:34 -msgid "giggled and fawned at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:35 -msgid "doubt" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:35 -msgid "doubted" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:36 -msgid "glare" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:36 -msgid "glared at" -msgstr "" - -#: ../../addon/yourls/yourls.php:55 -msgid "YourLS Settings" -msgstr "" - -#: ../../addon/yourls/yourls.php:57 -msgid "URL: http://" -msgstr "" - -#: ../../addon/yourls/yourls.php:62 -msgid "Username:" -msgstr "" - -#: ../../addon/yourls/yourls.php:67 -msgid "Password:" -msgstr "" - -#: ../../addon/yourls/yourls.php:72 -msgid "Use SSL " -msgstr "" - -#: ../../addon/yourls/yourls.php:92 -msgid "yourls Settings saved." -msgstr "" - -#: ../../addon/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" -msgstr "" - -#: ../../addon/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" -msgstr "" - -#: ../../addon/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" -msgstr "" - -#: ../../addon/ljpost/ljpost.php:77 -msgid "LiveJournal username" -msgstr "" - -#: ../../addon/ljpost/ljpost.php:82 -msgid "LiveJournal password" -msgstr "" - -#: ../../addon/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" -msgstr "" - -#: ../../addon/nsfw/nsfw.php:78 -msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "" - -#: ../../addon/nsfw/nsfw.php:80 -msgid "" -"This plugin looks in posts for the words/text you specify below, and " -"collapses any content containing those keywords so it is not displayed at " -"inappropriate times, such as sexual innuendo that may be improper in a work " -"setting. It is polite and recommended to tag any content containing nudity " -"with #NSFW. This filter can also match any other word/text you specify, and" -" can thereby be used as a general purpose content filter." -msgstr "" - -#: ../../addon/nsfw/nsfw.php:81 -msgid "Enable Content filter" -msgstr "" - -#: ../../addon/nsfw/nsfw.php:84 -msgid "Comma separated list of keywords to hide" -msgstr "" - -#: ../../addon/nsfw/nsfw.php:89 -msgid "Use /expression/ to provide regular expressions" -msgstr "" - -#: ../../addon/nsfw/nsfw.php:105 -msgid "NSFW Settings saved." -msgstr "" - -#: ../../addon/nsfw/nsfw.php:157 -#, php-format -msgid "%s - Click to open/close" -msgstr "" - -#: ../../addon/page/page.php:61 ../../addon/page/page.php:91 -#: ../../addon/forumlist/forumlist.php:55 -msgid "Forums" -msgstr "" - -#: ../../addon/page/page.php:129 ../../addon/forumlist/forumlist.php:89 -msgid "Forums:" -msgstr "" - -#: ../../addon/page/page.php:165 -msgid "Page settings updated." -msgstr "" - -#: ../../addon/page/page.php:194 -msgid "Page Settings" -msgstr "" - -#: ../../addon/page/page.php:196 -msgid "How many forums to display on sidebar without paging" -msgstr "" - -#: ../../addon/page/page.php:199 -msgid "Randomise Page/Forum list" -msgstr "" - -#: ../../addon/page/page.php:202 -msgid "Show pages/forums on profile page" -msgstr "" - -#: ../../addon/planets/planets.php:150 -msgid "Planets Settings" -msgstr "" - -#: ../../addon/planets/planets.php:152 -msgid "Enable Planets Plugin" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:912 -msgid "Login" -msgstr "Logg inn" - -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:81 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:98 -msgid "Latest photos" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:133 -msgid "Latest likes" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:155 -#: ../../view/theme/diabook/theme.php:562 ../../include/text.php:1437 -#: ../../include/conversation.php:117 ../../include/conversation.php:245 -msgid "event" -msgstr "hendelse" - -#: ../../addon/dav/common/wdcal_backend.inc.php:92 -#: ../../addon/dav/common/wdcal_backend.inc.php:166 -#: ../../addon/dav/common/wdcal_backend.inc.php:178 -#: ../../addon/dav/common/wdcal_backend.inc.php:206 -#: ../../addon/dav/common/wdcal_backend.inc.php:214 -#: ../../addon/dav/common/wdcal_backend.inc.php:229 -msgid "No access" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:30 -#: ../../addon/dav/common/wdcal_edit.inc.php:738 -msgid "Could not open component for editing" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:140 -#: ../../addon/dav/friendica/layout.fnk.php:143 -#: ../../addon/dav/friendica/layout.fnk.php:422 -msgid "Go back to the calendar" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:144 -msgid "Event data" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:146 -#: ../../addon/dav/friendica/main.php:239 -msgid "Calendar" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:163 -msgid "Special color" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:169 -msgid "Subject" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:173 -msgid "Starts" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:178 -msgid "Ends" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:185 -msgid "Description" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:188 -msgid "Recurrence" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:190 -msgid "Frequency" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:194 -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "Daglig" - -#: ../../addon/dav/common/wdcal_edit.inc.php:197 -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Ukentlig" - -#: ../../addon/dav/common/wdcal_edit.inc.php:200 -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Månedlig" - -#: ../../addon/dav/common/wdcal_edit.inc.php:203 -msgid "Yearly" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:214 -#: ../../include/datetime.php:288 -msgid "days" -msgstr "dager" - -#: ../../addon/dav/common/wdcal_edit.inc.php:215 -#: ../../include/datetime.php:287 -msgid "weeks" -msgstr "uker" - -#: ../../addon/dav/common/wdcal_edit.inc.php:216 -#: ../../include/datetime.php:286 -msgid "months" -msgstr "måneder" - -#: ../../addon/dav/common/wdcal_edit.inc.php:217 -#: ../../include/datetime.php:285 -msgid "years" -msgstr "år" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -msgid "Interval" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -msgid "All %select% %time%" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:222 -#: ../../addon/dav/common/wdcal_edit.inc.php:260 -#: ../../addon/dav/common/wdcal_edit.inc.php:481 -msgid "Days" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:231 -#: ../../addon/dav/common/wdcal_edit.inc.php:254 -#: ../../addon/dav/common/wdcal_edit.inc.php:270 -#: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:917 -msgid "Sunday" -msgstr "søndag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:235 -#: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:917 -msgid "Monday" -msgstr "mandag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:917 -msgid "Tuesday" -msgstr "tirsdag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:917 -msgid "Wednesday" -msgstr "onsdag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:917 -msgid "Thursday" -msgstr "torsdag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:917 -msgid "Friday" -msgstr "fredag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:917 -msgid "Saturday" -msgstr "lørdag" - -#: ../../addon/dav/common/wdcal_edit.inc.php:297 -msgid "First day of week:" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:350 -#: ../../addon/dav/common/wdcal_edit.inc.php:373 -msgid "Day of month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:354 -msgid "#num#th of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:357 -msgid "#num#th-last of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:360 -msgid "#num#th #wkday# of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:363 -msgid "#num#th-last #wkday# of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:372 -#: ../../addon/dav/friendica/layout.fnk.php:255 -msgid "Month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:377 -msgid "#num#th of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:380 -msgid "#num#th-last of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:383 -msgid "#num#th #wkday# of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:386 -msgid "#num#th-last #wkday# of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:413 -msgid "Repeat until" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:417 -msgid "Infinite" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:420 -msgid "Until the following date" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:423 -msgid "Number of times" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:429 -msgid "Exceptions" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:432 -msgid "none" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:449 -msgid "Notification" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:466 -msgid "Notify by" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:469 -msgid "E-Mail" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:470 -msgid "On Friendica / Display" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:474 -msgid "Time" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:478 -msgid "Hours" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:479 -msgid "Minutes" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:480 -msgid "Seconds" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:482 -msgid "Weeks" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:485 -msgid "before the" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:486 -msgid "start of the event" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:487 -msgid "end of the event" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:492 -msgid "Add a notification" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:687 -msgid "The event #name# will start at #date" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:696 -msgid "#name# is about to begin." -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:769 -msgid "Saved" -msgstr "" - -#: ../../addon/dav/common/wdcal_configuration.php:148 -msgid "U.S. Time Format (mm/dd/YYYY)" -msgstr "" - -#: ../../addon/dav/common/wdcal_configuration.php:243 -msgid "German Time Format (dd.mm.YYYY)" -msgstr "" - -#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39 -msgid "Private Events" -msgstr "" - -#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46 -msgid "Private Addressbooks" -msgstr "" - -#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -msgid "Friendica-Native events" -msgstr "" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -msgid "Friendica-Contacts" -msgstr "" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -msgid "Your Friendica-Contacts" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:99 -#: ../../addon/dav/friendica/layout.fnk.php:136 -msgid "" -"Something went wrong when trying to import the file. Sorry. Maybe some " -"events were imported anyway." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:131 -msgid "Something went wrong when trying to import the file. Sorry." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:134 -msgid "The ICS-File has been imported." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:138 -msgid "No file was uploaded." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:147 -msgid "Import a ICS-file" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:150 -msgid "ICS-File" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:151 -msgid "Overwrite all #num# existing events" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:228 -msgid "New event" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:232 -msgid "Today" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:241 -msgid "Day" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:248 -msgid "Week" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:260 -msgid "Reload" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:271 -msgid "Date" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:313 -msgid "Error" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:380 -msgid "The calendar has been updated." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:393 -msgid "The new calendar has been created." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:417 -msgid "The calendar has been deleted." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:424 -msgid "Calendar Settings" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:430 -msgid "Date format" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:439 -msgid "Time zone" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:445 -msgid "Calendars" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:487 -msgid "Create a new calendar" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:496 -msgid "Limitations" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:500 -#: ../../addon/libravatar/libravatar.php:82 -msgid "Warning" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:504 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:511 -msgid "Synchronizing this calendar with the iPhone" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:522 -msgid "Synchronizing your Friendica-Contacts with the iPhone" -msgstr "" - -#: ../../addon/dav/friendica/main.php:202 -msgid "" -"The current version of this plugin has not been set up correctly. Please " -"contact the system administrator of your installation of friendica to fix " -"this." -msgstr "" - -#: ../../addon/dav/friendica/main.php:242 -msgid "Extended calendar with CalDAV-support" -msgstr "" - -#: ../../addon/dav/friendica/main.php:279 -#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464 -#: ../../include/enotify.php:28 ../../include/notifier.php:710 -msgid "noreply" -msgstr "ikke svar" - -#: ../../addon/dav/friendica/main.php:282 -msgid "Notification: " -msgstr "" - -#: ../../addon/dav/friendica/main.php:309 -msgid "The database tables have been installed." -msgstr "" - -#: ../../addon/dav/friendica/main.php:310 -msgid "An error occurred during the installation." -msgstr "" - -#: ../../addon/dav/friendica/main.php:316 -msgid "The database tables have been updated." -msgstr "" - -#: ../../addon/dav/friendica/main.php:317 -msgid "An error occurred during the update." -msgstr "" - -#: ../../addon/dav/friendica/main.php:333 -msgid "No system-wide settings yet." -msgstr "" - -#: ../../addon/dav/friendica/main.php:336 -msgid "Database status" -msgstr "" - -#: ../../addon/dav/friendica/main.php:339 -msgid "Installed" -msgstr "" - -#: ../../addon/dav/friendica/main.php:343 -msgid "Upgrade needed" -msgstr "" - -#: ../../addon/dav/friendica/main.php:343 -msgid "" -"Please back up all calendar data (the tables beginning with dav_*) before " -"proceeding. While all calendar events should be converted to the new " -"database structure, it's always safe to have a backup. Below, you can have a" -" look at the database-queries that will be made when pressing the " -"'update'-button." -msgstr "" - -#: ../../addon/dav/friendica/main.php:343 -msgid "Upgrade" -msgstr "" - -#: ../../addon/dav/friendica/main.php:346 -msgid "Not installed" -msgstr "" - -#: ../../addon/dav/friendica/main.php:346 -msgid "Install" -msgstr "" - -#: ../../addon/dav/friendica/main.php:350 -msgid "Unknown" -msgstr "" - -#: ../../addon/dav/friendica/main.php:350 -msgid "" -"Something really went wrong. I cannot recover from this state automatically," -" sorry. Please go to the database backend, back up the data, and delete all " -"tables beginning with 'dav_' manually. Afterwards, this installation routine" -" should be able to reinitialize the tables automatically." -msgstr "" - -#: ../../addon/dav/friendica/main.php:355 -msgid "Troubleshooting" -msgstr "" - -#: ../../addon/dav/friendica/main.php:356 -msgid "Manual creation of the database tables:" -msgstr "" - -#: ../../addon/dav/friendica/main.php:357 -msgid "Show SQL-statements" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206 -msgid "Private Calendar" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207 -msgid "Friendica Events: Mine" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208 -msgid "Friendica Events: Contacts" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248 -msgid "Private Addresses" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249 -msgid "Friendica Contacts" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#, php-format -msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled" -" storage (like ownCloud). See RemoteStorage" -" WebFinger" -msgstr "Tillat å bruke din friendica id (%s) for å koble til ekstern unhosted-aktivert lagring (som ownCloud). Se RemoteStorage WebFinger" - -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" -msgstr "" - -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -msgid "Api" -msgstr "" - -#: ../../addon/membersince/membersince.php:18 -msgid "Member since:" -msgstr "" - -#: ../../addon/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" -msgstr "Tredimensjonal tre-på-rad" - -#: ../../addon/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" -msgstr "3D tre-på-rad" - -#: ../../addon/tictac/tictac.php:58 -msgid "New game" -msgstr "Nytt spill" - -#: ../../addon/tictac/tictac.php:59 -msgid "New game with handicap" -msgstr "Nytt spill med handikapp" - -#: ../../addon/tictac/tictac.php:60 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " -msgstr "Tredimensjonal tre-på-rad er akkurat som det vanlige spillet, bortsett fra at det spilles på flere nivåer samtidig." - -#: ../../addon/tictac/tictac.php:61 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." -msgstr "I dette tilfellet er det tre nivåer. Du vinner ved å få tre på rad på ethvert nivå, samt opp, ned og diagonalt på tvers av forskjellige nivåer." - -#: ../../addon/tictac/tictac.php:63 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." -msgstr "Handicap-spillet skrur av midtposisjonen på det midtre nivået, fordi spilleren som tar denne posisjonen ofte får en urettferdig fordel." - -#: ../../addon/tictac/tictac.php:182 -msgid "You go first..." -msgstr "Du starter først..." - -#: ../../addon/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "Jeg starter først denne gangen..." - -#: ../../addon/tictac/tictac.php:193 -msgid "You won!" -msgstr "Du vant!" - -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "\"Katte\"-spill!" - -#: ../../addon/tictac/tictac.php:222 -msgid "I won!" -msgstr "Jeg vant!" - -#: ../../addon/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "Tilfeldig plassering" - -#: ../../addon/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "Aktiver Tilfeldig plassering-tillegget" - -#: ../../addon/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "" - -#: ../../addon/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "" - -#: ../../addon/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "" - -#: ../../addon/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "" - -#: ../../addon/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "" - -#: ../../addon/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "" - -#: ../../addon/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "" - -#: ../../addon/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" -msgstr "" - -#: ../../addon/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "" - -#: ../../addon/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" -msgstr "" - -#: ../../addon/drpost/drpost.php:104 -msgid "Post to Drupal by default" -msgstr "" - -#: ../../addon/drpost/drpost.php:184 ../../addon/wppost/wppost.php:201 -#: ../../addon/blogger/blogger.php:172 ../../addon/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "" - -#: ../../addon/startpage/startpage.php:83 -msgid "Startpage Settings" -msgstr "" - -#: ../../addon/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" -msgstr "" - -#: ../../addon/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "" - -#: ../../addon/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "" - -#: ../../addon/geonames/geonames.php:179 -msgid "Geonames Settings" -msgstr "" - -#: ../../addon/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#, php-format -msgid "Your account on %s will expire in a few days." -msgstr "" - -#: ../../addon/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." -msgstr "" - -#: ../../addon/public_server/public_server.php:128 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "Last opp en fil" - -#: ../../addon/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "Slipp filer her for å laste de opp" - -#: ../../addon/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "Mislyktes" - -#: ../../addon/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "Ingen filer ble lastet opp." - -#: ../../addon/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" -msgstr "Opplastet fil er tom" - -#: ../../addon/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " -msgstr "Filen har en ugyldig endelse, den må være en av " - -#: ../../addon/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" -msgstr "Opplasting avbrutt, eller det oppstod en feil på tjeneren" - -#: ../../addon/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" -msgstr "OEmbed-innstillingene er oppdatert" - -#: ../../addon/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" -msgstr "Bruk OEmbed til YouTube-videoer" - -#: ../../addon/oembed.old/oembed.php:71 -msgid "URL to embed:" -msgstr "URL som skal innebygges:" - -#: ../../addon/forumlist/forumlist.php:58 -msgid "show/hide" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:72 -msgid "No forum subscriptions" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:125 -msgid "Forumlist settings updated." -msgstr "" - -#: ../../addon/forumlist/forumlist.php:150 -msgid "Forumlist Settings" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:152 -msgid "Randomise forum list" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:155 -msgid "Show forums on profile page" -msgstr "" - -#: ../../addon/impressum/impressum.php:37 -msgid "Impressum" -msgstr "Informasjon om nettstedet" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:52 -#: ../../addon/impressum/impressum.php:84 -msgid "Site Owner" -msgstr "Nettstedets eier" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:88 -msgid "Email Address" -msgstr "E-postadresse" - -#: ../../addon/impressum/impressum.php:55 -#: ../../addon/impressum/impressum.php:86 -msgid "Postal Address" -msgstr "Postadresse" - -#: ../../addon/impressum/impressum.php:61 -msgid "" -"The impressum addon needs to be configured!
Please add at least the " -"owner variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "Tillegget for \"Informasjon om nettstedet\" må konfigureres!
Vennligst fyll ut minst eier variabelen i konfigurasjonsfilen din. For andre variabler, vennligst se over README-filen til tillegget." - -#: ../../addon/impressum/impressum.php:84 -msgid "The page operators name." -msgstr "" - -#: ../../addon/impressum/impressum.php:85 -msgid "Site Owners Profile" -msgstr "Nettstedseiers profil" - -#: ../../addon/impressum/impressum.php:85 -msgid "Profile address of the operator." -msgstr "" - -#: ../../addon/impressum/impressum.php:86 -msgid "How to contact the operator via snail mail. You can use BBCode here." -msgstr "" - -#: ../../addon/impressum/impressum.php:87 -msgid "Notes" -msgstr "Notater" - -#: ../../addon/impressum/impressum.php:87 -msgid "" -"Additional notes that are displayed beneath the contact information. You can" -" use BBCode here." -msgstr "" - -#: ../../addon/impressum/impressum.php:88 -msgid "How to contact the operator via email. (will be displayed obfuscated)" -msgstr "" - -#: ../../addon/impressum/impressum.php:89 -msgid "Footer note" -msgstr "" - -#: ../../addon/impressum/impressum.php:89 -msgid "Text for the footer. You can use BBCode here." -msgstr "" - -#: ../../addon/buglink/buglink.php:15 -msgid "Report Bug" -msgstr "" - -#: ../../addon/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "" - -#: ../../addon/notimeline/notimeline.php:56 -msgid "No Timeline Settings" -msgstr "" - -#: ../../addon/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" -msgstr "" - -#: ../../addon/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" -msgstr "" - -#: ../../addon/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" -msgstr "" - -#: ../../addon/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." -msgstr "" - -#: ../../addon/blockem/blockem.php:105 -#, php-format -msgid "Blocked %s - Click to open/close" -msgstr "" - -#: ../../addon/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "" - -#: ../../addon/blockem/blockem.php:162 -msgid "Block Author" -msgstr "" - -#: ../../addon/blockem/blockem.php:194 -msgid "blockem settings updated" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-)" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:51 -msgid ":-(" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:51 -msgid "lol" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to" -" provide simple replies." -msgstr "" - -#: ../../addon/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" -msgstr "" - -#: ../../addon/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of public tile servers" -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" -msgstr "" - -#: ../../addon/group_text/group_text.php:46 -#: ../../addon/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "" - -#: ../../addon/group_text/group_text.php:76 -msgid "Group Text" -msgstr "" - -#: ../../addon/group_text/group_text.php:78 -msgid "Use a text only (non-image) group selector in the \"group edit\" menu" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:73 -#: ../../addon/gravatar/gravatar.php:71 -msgid "generic profile image" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:74 -#: ../../addon/gravatar/gravatar.php:72 -msgid "random geometric pattern" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:75 -#: ../../addon/gravatar/gravatar.php:73 -msgid "monster face" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:76 -#: ../../addon/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:77 -#: ../../addon/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon/gravatar/gravatar.php:89 -msgid "Information" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:93 -msgid "" -"Gravatar addon is installed. Please disable the Gravatar addon.
The " -"Libravatar addon will fall back to Gravatar if nothing was found at " -"Libravatar." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon/gravatar/gravatar.php:96 -msgid "Default avatar image" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:100 -msgid "Select default avatar image if none was found. See README" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "" - -#: ../../addon/libertree/libertree.php:36 -msgid "Post to libertree" -msgstr "" - -#: ../../addon/libertree/libertree.php:67 -msgid "libertree Post Settings" -msgstr "" - -#: ../../addon/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" -msgstr "" - -#: ../../addon/libertree/libertree.php:74 -msgid "Libertree API token" -msgstr "" - -#: ../../addon/libertree/libertree.php:79 -msgid "Libertree site URL" -msgstr "" - -#: ../../addon/libertree/libertree.php:84 -msgid "Post to Libertree by default" -msgstr "" - -#: ../../addon/altpager/altpager.php:46 -msgid "Altpager settings updated." -msgstr "" - -#: ../../addon/altpager/altpager.php:79 -msgid "Alternate Pagination Setting" -msgstr "" - -#: ../../addon/altpager/altpager.php:81 -msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:37 -msgid "" -"The MathJax addon renders mathematical formulae written using the LaTeX " -"syntax surrounded by the usual $$ or an eqnarray block in the postings of " -"your wall,network tab and private mail." -msgstr "" - -#: ../../addon/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:74 -msgid "MathJax Base URL" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:74 -msgid "" -"The URL for the javascript file that should be included to use MathJax. Can " -"be either the MathJax CDN or another installation of MathJax." -msgstr "" - -#: ../../addon/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "" - -#: ../../addon/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:89 -msgid "" -"Libravatar addon is installed, too. Please disable Libravatar addon or this " -"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " -"nothing was found at Libravatar." -msgstr "" - -#: ../../addon/gravatar/gravatar.php:96 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:97 -msgid "Rating of images" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:97 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:111 -msgid "Gravatar settings updated." -msgstr "" - -#: ../../addon/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." -msgstr "" - -#: ../../addon/testdrive/testdrive.php:96 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." -msgstr "" - -#: ../../addon/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "" - -#: ../../addon/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." -msgstr "" - -#: ../../addon/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" -msgstr "" - -#: ../../addon/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" -msgstr "" - -#: ../../addon/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" -msgstr "" - -#: ../../addon/ijpost/ijpost.php:77 -msgid "InsaneJournal username" -msgstr "" - -#: ../../addon/ijpost/ijpost.php:82 -msgid "InsaneJournal password" -msgstr "" - -#: ../../addon/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:268 -msgid "Activate addon" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:271 -msgid "" -"Do not insert the Jappixmini Chat-Widget into the webinterface" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:274 -msgid "Jabber username" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:277 -msgid "Jabber server" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:281 -msgid "Jabber BOSH host" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:285 -msgid "Jabber password" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:290 -msgid "Encrypt Jabber password with Friendica password (recommended)" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:293 -msgid "Friendica password" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:296 -msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:299 -msgid "Subscribe to Friendica contacts automatically" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:302 -msgid "Purge internal list of jabber addresses of contacts" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:308 -msgid "Add contact" -msgstr "" - -#: ../../addon/viewsrc/viewsrc.php:37 -msgid "View Source" -msgstr "" - -#: ../../addon/statusnet/statusnet.php:134 -msgid "Post to StatusNet" -msgstr "Post til StatusNet" - -#: ../../addon/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.
The provided API URL is not " -"valid." -msgstr "Vennligst kontakt administratoren på nettstedet ditt.
Den oppgitter API URL-en er ikke gyldig." - -#: ../../addon/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "Vi kunne ikke kontakte StatusNet API-en med den banen du oppgav." - -#: ../../addon/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." -msgstr "StatusNet-innstillinger er oppdatert." - -#: ../../addon/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" -msgstr "Innstillinger for posting til StatusNet" - -#: ../../addon/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "Globalt tilgjengelige StatusNet OAuthKeys" - -#: ../../addon/statusnet/statusnet.php:272 -msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Det finnes ferdig konfigurerte OAuth nøkkelpar tilgjengelig for noen StatusNet-tjenere. Hvis du bruker en av disse, vennligst bruk disse som legitimasjon. Hvis ikke, så er du fri til å opprette en forbindelse til enhver annen StatusNet-forekomst (se nedenfor)." - -#: ../../addon/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" -msgstr "Oppgi din egen OAuth-legitimasjon" - -#: ../../addon/statusnet/statusnet.php:281 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " -"here and enter the API base root.
Before you register your own OAuth " -"key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." -msgstr "" - -#: ../../addon/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" -msgstr "OAuth Consumer Key" - -#: ../../addon/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" -msgstr "OAuth Consumer Secret" - -#: ../../addon/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" -msgstr "Base API Path (husk / på slutten)" - -#: ../../addon/statusnet/statusnet.php:310 -msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your public posts will be posted" -" to StatusNet." -msgstr "For å koble din StatusNet-konto, klikk knappen under for å få en sikkerhetskode fra StatusNet som du må kopiere inn i tekstfeltet under, og send inn skjemaet. Det er bare dine offentlige meldinger som blir postet til StatusNet." - -#: ../../addon/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" -msgstr "Logg inn med StatusNet" - -#: ../../addon/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" -msgstr "Kopier sikkerhetskoden fra StatusNet hit" - -#: ../../addon/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" -msgstr "Avbryt forbindelsesprosessen" - -#: ../../addon/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" -msgstr "Gjeldende StatusNet API er" - -#: ../../addon/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" -msgstr "Avbryt StatusNet-forbindelsen" - -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -msgid "Currently connected to: " -msgstr "For øyeblikket tilkoblet til:" - -#: ../../addon/statusnet/statusnet.php:334 -msgid "" -"If enabled all your public postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " -"for every posting separately in the posting options when writing the entry." -msgstr "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede StatusNet-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg." - -#: ../../addon/statusnet/statusnet.php:336 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to StatusNet will lead the visitor to a blank page " -"informing the visitor that the access to your profile has been restricted." -msgstr "" - -#: ../../addon/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" -msgstr "Tillat innlegg til StatusNet" - -#: ../../addon/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" -msgstr "Send offentlige innlegg til StatusNet som standard" - -#: ../../addon/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" -msgstr "" - -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -msgid "Clear OAuth configuration" -msgstr "Fjern OAuth-konfigurasjon" - -#: ../../addon/statusnet/statusnet.php:568 -msgid "API URL" -msgstr "API URL" - -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:36 -msgid "Post to Tumblr" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:74 -msgid "Tumblr login" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:79 -msgid "Tumblr password" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" -msgstr "" - -#: ../../addon/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." -msgstr "" - -#: ../../addon/numfriends/numfriends.php:77 -msgid "Numfriends Settings" -msgstr "" - -#: ../../addon/gnot/gnot.php:48 -msgid "Gnot settings updated." -msgstr "" - -#: ../../addon/gnot/gnot.php:79 -msgid "Gnot Settings" -msgstr "" - -#: ../../addon/gnot/gnot.php:81 -msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the" -" subject line." -msgstr "" - -#: ../../addon/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" -msgstr "" - -#: ../../addon/gnot/gnot.php:97 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" -msgstr "" - -#: ../../addon/wppost/wppost.php:42 -msgid "Post to Wordpress" -msgstr "" - -#: ../../addon/wppost/wppost.php:76 -msgid "WordPress Post Settings" -msgstr "" - -#: ../../addon/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" -msgstr "" - -#: ../../addon/wppost/wppost.php:83 -msgid "WordPress username" -msgstr "" - -#: ../../addon/wppost/wppost.php:88 -msgid "WordPress password" -msgstr "" - -#: ../../addon/wppost/wppost.php:93 -msgid "WordPress API URL" -msgstr "" - -#: ../../addon/wppost/wppost.php:98 -msgid "Post to WordPress by default" -msgstr "" - -#: ../../addon/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" -msgstr "" - -#: ../../addon/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" -msgstr "" - -#: ../../addon/showmore/showmore.php:38 -msgid "\"Show more\" Settings" -msgstr "" - -#: ../../addon/showmore/showmore.php:41 -msgid "Enable Show More" -msgstr "" - -#: ../../addon/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" -msgstr "" - -#: ../../addon/showmore/showmore.php:65 -msgid "Show More Settings saved." -msgstr "" - -#: ../../addon/piwik/piwik.php:79 -msgid "" -"This website is tracked using the Piwik " -"analytics tool." -msgstr "" - -#: ../../addon/piwik/piwik.php:82 -#, php-format -msgid "" -"If you do not want that your visits are logged this way you can" -" set a cookie to prevent Piwik from tracking further visits of the site " -"(opt-out)." -msgstr "" - -#: ../../addon/piwik/piwik.php:90 -msgid "Piwik Base URL" -msgstr "Piwik Base URL" - -#: ../../addon/piwik/piwik.php:90 -msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" -msgstr "" - -#: ../../addon/piwik/piwik.php:91 -msgid "Site ID" -msgstr "Nettstedets ID" - -#: ../../addon/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "Vis lenke for å velge bort cookie?" - -#: ../../addon/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "" - -#: ../../addon/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "Post til Twitter" - -#: ../../addon/twitter/twitter.php:122 -msgid "Twitter settings updated." -msgstr "Twitter-innstilinger oppdatert." - -#: ../../addon/twitter/twitter.php:146 -msgid "Twitter Posting Settings" -msgstr "Innstillinger for posting til Twitter" - -#: ../../addon/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." -msgstr "Ingen \"consumer key pair\" for Twitter funnet. Vennligst kontakt stedets administrator." - -#: ../../addon/twitter/twitter.php:172 -msgid "" -"At this Friendica instance the Twitter plugin was enabled but you have not " -"yet connected your account to your Twitter account. To do so click the " -"button below to get a PIN from Twitter which you have to copy into the input" -" box below and submit the form. Only your public posts will" -" be posted to Twitter." -msgstr "Ved denne Friendica-forekomsten er Twitter-tillegget aktivert, men du har ennå ikke tilkoblet din konto til din Twitter-konto. For å gjøre det, klikk på knappen nedenfor for å få en PIN-kode fra Twitter som du må kopiere inn i feltet nedenfor og sende inn skjemaet. Bare dine offentlige innlegg vil bli lagt inn på Twitter. " - -#: ../../addon/twitter/twitter.php:173 -msgid "Log in with Twitter" -msgstr "Logg inn via Twitter" - -#: ../../addon/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "Kopier PIN-kode fra Twitter hit" - -#: ../../addon/twitter/twitter.php:190 -msgid "" -"If enabled all your public postings can be posted to the " -"associated Twitter account. You can choose to do so by default (here) or for" -" every posting separately in the posting options when writing the entry." -msgstr "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede Twitter-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg." - -#: ../../addon/twitter/twitter.php:192 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to Twitter will lead the visitor to a blank page informing " -"the visitor that the access to your profile has been restricted." -msgstr "" - -#: ../../addon/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "Tillat posting til Twitter" - -#: ../../addon/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "Send offentlige innlegg til Twitter som standard" - -#: ../../addon/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "" - -#: ../../addon/twitter/twitter.php:396 -msgid "Consumer key" -msgstr "Consumer key" - -#: ../../addon/twitter/twitter.php:397 -msgid "Consumer secret" -msgstr "Consumer secret" - -#: ../../addon/irc/irc.php:44 -msgid "IRC Settings" -msgstr "" - -#: ../../addon/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "" - -#: ../../addon/irc/irc.php:51 -msgid "Popular Channels (comma separated)" -msgstr "" - -#: ../../addon/irc/irc.php:69 -msgid "IRC settings saved." -msgstr "" - -#: ../../addon/irc/irc.php:74 -msgid "IRC Chatroom" -msgstr "" - -#: ../../addon/irc/irc.php:96 -msgid "Popular Channels" -msgstr "" - -#: ../../addon/fromapp/fromapp.php:38 -msgid "Fromapp settings updated." -msgstr "" - -#: ../../addon/fromapp/fromapp.php:64 -msgid "FromApp Settings" -msgstr "" - -#: ../../addon/fromapp/fromapp.php:66 -msgid "" -"The application name you would like to show your posts originating from." -msgstr "" - -#: ../../addon/fromapp/fromapp.php:70 -msgid "Use this application name even if another application was used." -msgstr "" - -#: ../../addon/blogger/blogger.php:42 -msgid "Post to blogger" -msgstr "" - -#: ../../addon/blogger/blogger.php:74 -msgid "Blogger Post Settings" -msgstr "" - -#: ../../addon/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" -msgstr "" - -#: ../../addon/blogger/blogger.php:81 -msgid "Blogger username" -msgstr "" - -#: ../../addon/blogger/blogger.php:86 -msgid "Blogger password" -msgstr "" - -#: ../../addon/blogger/blogger.php:91 -msgid "Blogger API URL" -msgstr "" - -#: ../../addon/blogger/blogger.php:96 -msgid "Post to Blogger by default" -msgstr "" - -#: ../../addon/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "" - -#: ../../addon/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "" - -#: ../../addon/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "" - -#: ../../addon/posterous/posterous.php:77 -msgid "Posterous login" -msgstr "" - -#: ../../addon/posterous/posterous.php:82 -msgid "Posterous password" -msgstr "" - -#: ../../addon/posterous/posterous.php:87 -msgid "Posterous site ID" -msgstr "" - -#: ../../addon/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "" - -#: ../../addon/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:192 -#: ../../view/theme/quattro/config.php:55 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:193 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:57 -msgid "Color scheme" -msgstr "" - -#: ../../view/theme/diabook/theme.php:127 ../../include/nav.php:49 -#: ../../include/nav.php:115 -msgid "Your posts and conversations" -msgstr "Dine innlegg og samtaler" - -#: ../../view/theme/diabook/theme.php:128 ../../include/nav.php:50 -msgid "Your profile page" -msgstr "" - -#: ../../view/theme/diabook/theme.php:129 -msgid "Your contacts" -msgstr "" - -#: ../../view/theme/diabook/theme.php:130 ../../include/nav.php:51 -msgid "Your photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:131 ../../include/nav.php:52 -msgid "Your events" -msgstr "" - -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Personal notes" -msgstr "" - -#: ../../view/theme/diabook/theme.php:132 ../../include/nav.php:53 -msgid "Your personal photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:134 -#: ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/theme.php:747 -#: ../../view/theme/diabook/config.php:201 -msgid "Community Pages" -msgstr "" - -#: ../../view/theme/diabook/theme.php:490 -#: ../../view/theme/diabook/theme.php:749 -#: ../../view/theme/diabook/config.php:203 -msgid "Community Profiles" -msgstr "" - -#: ../../view/theme/diabook/theme.php:511 -#: ../../view/theme/diabook/theme.php:754 -#: ../../view/theme/diabook/config.php:208 -msgid "Last users" -msgstr "" - -#: ../../view/theme/diabook/theme.php:540 -#: ../../view/theme/diabook/theme.php:756 -#: ../../view/theme/diabook/config.php:210 -msgid "Last likes" -msgstr "" - -#: ../../view/theme/diabook/theme.php:585 -#: ../../view/theme/diabook/theme.php:755 -#: ../../view/theme/diabook/config.php:209 -msgid "Last photos" -msgstr "" - -#: ../../view/theme/diabook/theme.php:622 -#: ../../view/theme/diabook/theme.php:752 -#: ../../view/theme/diabook/config.php:206 -msgid "Find Friends" -msgstr "" - -#: ../../view/theme/diabook/theme.php:623 -msgid "Local Directory" -msgstr "" - -#: ../../view/theme/diabook/theme.php:625 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "" - -#: ../../view/theme/diabook/theme.php:627 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "Inviterer venner" - -#: ../../view/theme/diabook/theme.php:678 -#: ../../view/theme/diabook/theme.php:748 -#: ../../view/theme/diabook/config.php:202 -msgid "Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:683 -msgid "Set zoomfactor for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:684 -#: ../../view/theme/diabook/config.php:199 -msgid "Set longitude (X) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:685 -#: ../../view/theme/diabook/config.php:200 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:698 -#: ../../view/theme/diabook/theme.php:750 -#: ../../view/theme/diabook/config.php:204 -msgid "Help or @NewHere ?" -msgstr "" - -#: ../../view/theme/diabook/theme.php:705 -#: ../../view/theme/diabook/theme.php:751 -#: ../../view/theme/diabook/config.php:205 -msgid "Connect Services" -msgstr "" - -#: ../../view/theme/diabook/theme.php:712 -#: ../../view/theme/diabook/theme.php:753 -msgid "Last Tweets" -msgstr "" - -#: ../../view/theme/diabook/theme.php:715 -#: ../../view/theme/diabook/config.php:197 -msgid "Set twitter search term" -msgstr "" - -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:288 -msgid "don't show" -msgstr "ikke vis" - -#: ../../view/theme/diabook/theme.php:735 -#: ../../view/theme/diabook/theme.php:736 -#: ../../view/theme/diabook/theme.php:737 -#: ../../view/theme/diabook/theme.php:738 -#: ../../view/theme/diabook/theme.php:739 -#: ../../view/theme/diabook/theme.php:740 -#: ../../view/theme/diabook/theme.php:741 -#: ../../view/theme/diabook/theme.php:742 -#: ../../view/theme/diabook/theme.php:743 -#: ../../view/theme/diabook/theme.php:744 ../../include/acl_selectors.php:287 +#: ../../include/acl_selectors.php:236 msgid "show" msgstr "vis" -#: ../../view/theme/diabook/theme.php:745 -msgid "Show/hide boxes at right-hand column:" -msgstr "" +#: ../../include/acl_selectors.php:237 +msgid "don't show" +msgstr "ikke vis" -#: ../../view/theme/diabook/config.php:194 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "" +#: ../../include/activities.php:39 +msgid " and " +msgstr "og" -#: ../../view/theme/diabook/config.php:195 -msgid "Set resolution for middle column" -msgstr "" +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "offentlig profil" -#: ../../view/theme/diabook/config.php:196 -msgid "Set color scheme" -msgstr "" - -#: ../../view/theme/diabook/config.php:198 -msgid "Set zoomfactor for Earth Layer" -msgstr "" - -#: ../../view/theme/diabook/config.php:207 -msgid "Last tweets" -msgstr "" - -#: ../../view/theme/quattro/config.php:56 -msgid "Alignment" -msgstr "" - -#: ../../view/theme/quattro/config.php:56 -msgid "Left" -msgstr "" - -#: ../../view/theme/quattro/config.php:56 -msgid "Center" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "" - -#: ../../include/profile_advanced.php:22 -msgid "j F, Y" -msgstr "j F, Y" - -#: ../../include/profile_advanced.php:23 -msgid "j F" -msgstr "j F" - -#: ../../include/profile_advanced.php:30 -msgid "Birthday:" -msgstr "Fødselsdag:" - -#: ../../include/profile_advanced.php:34 -msgid "Age:" -msgstr "Alder:" - -#: ../../include/profile_advanced.php:43 +#: ../../include/activities.php:52 #, php-format -msgid "for %1$d %2$s" -msgstr "" +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s endret %2$s til “%3$s”" -#: ../../include/profile_advanced.php:52 -msgid "Tags:" -msgstr "" +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Besøk %1$s sitt %2$s" -#: ../../include/profile_advanced.php:56 -msgid "Religion:" -msgstr "Religion:" +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s har oppdatert %2$s, endret %3$s." -#: ../../include/profile_advanced.php:60 -msgid "Hobbies/Interests:" -msgstr "Hobbyer/Interesser:" +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1427 +msgid "Logout" +msgstr "Logg ut" -#: ../../include/profile_advanced.php:67 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformasjon og sosiale nettverk:" +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" +msgstr "Avslutt denne økten" -#: ../../include/profile_advanced.php:69 -msgid "Musical interests:" -msgstr "Musikksmak:" +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" +msgstr "Hjem" -#: ../../include/profile_advanced.php:71 -msgid "Books, literature:" -msgstr "Bøker, litteratur:" +#: ../../include/nav.php:80 +msgid "Your posts and conversations" +msgstr "Dine innlegg og samtaler" -#: ../../include/profile_advanced.php:73 -msgid "Television:" -msgstr "TV:" +#: ../../include/nav.php:81 ../../include/conversation.php:933 +#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +msgid "View Profile" +msgstr "Vis profil" -#: ../../include/profile_advanced.php:75 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/kultur/underholdning:" +#: ../../include/nav.php:81 +msgid "Your profile page" +msgstr "Din profilside" -#: ../../include/profile_advanced.php:77 -msgid "Love/Romance:" -msgstr "Kjærlighet/romanse:" +#: ../../include/nav.php:83 +msgid "Edit Profiles" +msgstr "Endre profiler" -#: ../../include/profile_advanced.php:79 -msgid "Work/employment:" -msgstr "Arbeid/ansatt hos:" +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" +msgstr "Håndter/endre profiler" -#: ../../include/profile_advanced.php:81 -msgid "School/education:" -msgstr "Skole/utdanning:" +#: ../../include/nav.php:84 ../../include/conversation.php:1475 +#: ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Bilder" -#: ../../include/contact_selectors.php:32 +#: ../../include/nav.php:84 +msgid "Your photos" +msgstr "Dine bilder" + +#: ../../include/nav.php:85 ../../include/conversation.php:1484 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Filer" + +#: ../../include/nav.php:85 +msgid "Your files" +msgstr "Dine filer" + +#: ../../include/nav.php:86 +msgid "Chat" +msgstr "Chat" + +#: ../../include/nav.php:86 +msgid "Your chatrooms" +msgstr "Dine chatterom" + +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1506 ../../mod/events.php:354 +msgid "Events" +msgstr "Hendelser" + +#: ../../include/nav.php:87 +msgid "Your events" +msgstr "Dine hendelser" + +#: ../../include/nav.php:88 ../../include/conversation.php:1514 +msgid "Bookmarks" +msgstr "Bokmerker" + +#: ../../include/nav.php:88 +msgid "Your bookmarks" +msgstr "Dine bokmerker" + +#: ../../include/nav.php:90 ../../include/conversation.php:1525 +msgid "Webpages" +msgstr "Websider" + +#: ../../include/nav.php:90 +msgid "Your webpages" +msgstr "Dine websider" + +#: ../../include/nav.php:94 ../../boot.php:1428 +msgid "Login" +msgstr "Logg inn" + +#: ../../include/nav.php:94 +msgid "Sign in" +msgstr "Logg på" + +#: ../../include/nav.php:111 +#, php-format +msgid "%s - click to logout" +msgstr "%s - klikk for å logge ut" + +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" +msgstr "Klikk for å godkjennes mot din hjemme-hub" + +#: ../../include/nav.php:130 +msgid "Home Page" +msgstr "Hjemmeside" + +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1404 +msgid "Register" +msgstr "Registrer" + +#: ../../include/nav.php:134 +msgid "Create an account" +msgstr "Lag en konto" + +#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 +msgid "Help" +msgstr "Hjelp" + +#: ../../include/nav.php:139 +msgid "Help and documentation" +msgstr "Hjelp og dokumentasjon" + +#: ../../include/nav.php:142 +msgid "Apps" +msgstr "Apper" + +#: ../../include/nav.php:142 +msgid "Addon applications, utilities, games" +msgstr "Tilleggsprogrammer, verktøy, spill" + +#: ../../include/nav.php:144 ../../include/text.php:763 +#: ../../include/text.php:777 ../../mod/search.php:29 +msgid "Search" +msgstr "Søk" + +#: ../../include/nav.php:144 +msgid "Search site content" +msgstr "Søk stedets innhold" + +#: ../../include/nav.php:147 ../../mod/directory.php:211 +msgid "Directory" +msgstr "Katalog" + +#: ../../include/nav.php:147 +msgid "Channel Locator" +msgstr "Kanal-finner" + +#: ../../include/nav.php:158 +msgid "Matrix" +msgstr "Matrix" + +#: ../../include/nav.php:158 +msgid "Your matrix" +msgstr "Din matrix" + +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" +msgstr "Merk alle matrix-varsler som sett" + +#: ../../include/nav.php:161 +msgid "Channel Home" +msgstr "Kanalhjem" + +#: ../../include/nav.php:161 +msgid "Channel home" +msgstr "Kanalhjem" + +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" +msgstr "Merk alle kanalvarsler som sett" + +#: ../../include/nav.php:165 +msgid "Intros" +msgstr "Introduksjoner" + +#: ../../include/nav.php:165 ../../mod/connections.php:250 +msgid "New Connections" +msgstr "Nye forbindelser" + +#: ../../include/nav.php:168 +msgid "Notices" +msgstr "Varsel" + +#: ../../include/nav.php:168 +msgid "Notifications" +msgstr "Varsler" + +#: ../../include/nav.php:169 +msgid "See all notifications" +msgstr "Se alle varsler" + +#: ../../include/nav.php:170 +msgid "Mark all system notifications seen" +msgstr "Merk alle systemvarsler som sett" + +#: ../../include/nav.php:172 +msgid "Mail" +msgstr "Melding" + +#: ../../include/nav.php:172 +msgid "Private mail" +msgstr "Privat post" + +#: ../../include/nav.php:173 +msgid "See all private messages" +msgstr "Se alle private meldinger" + +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" +msgstr "Merk alle private meldinger som sett" + +#: ../../include/nav.php:175 +msgid "Inbox" +msgstr "Innboks" + +#: ../../include/nav.php:176 +msgid "Outbox" +msgstr "Utboks" + +#: ../../include/nav.php:180 +msgid "Event Calendar" +msgstr "Hendelseskalender" + +#: ../../include/nav.php:181 +msgid "See all events" +msgstr "Se alle hendelser" + +#: ../../include/nav.php:182 +msgid "Mark all events seen" +msgstr "Merk alle hendelser som sett" + +#: ../../include/nav.php:184 +msgid "Channel Select" +msgstr "Kanalvalg" + +#: ../../include/nav.php:184 +msgid "Manage Your Channels" +msgstr "Håndter dine kanaler" + +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" +msgstr "Konto-/kanal-innstillinger" + +#: ../../include/nav.php:188 ../../mod/connections.php:365 +msgid "Connections" +msgstr "Forbindelser" + +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" +msgstr "Håndter/Endre venner og forbindelser" + +#: ../../include/nav.php:195 ../../mod/admin.php:112 +msgid "Admin" +msgstr "Administrator" + +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" +msgstr "Nettstedsoppsett og -konfigurasjon" + +#: ../../include/nav.php:220 +msgid "Nothing new here" +msgstr "Ikke noe nytt her" + +#: ../../include/nav.php:225 +msgid "Please wait..." +msgstr "Vennligst vent..." + +#: ../../include/text.php:315 +msgid "prev" +msgstr "forrige" + +#: ../../include/text.php:317 +msgid "first" +msgstr "første" + +#: ../../include/text.php:346 +msgid "last" +msgstr "siste" + +#: ../../include/text.php:349 +msgid "next" +msgstr "neste" + +#: ../../include/text.php:361 +msgid "older" +msgstr "eldre" + +#: ../../include/text.php:363 +msgid "newer" +msgstr "nyere" + +#: ../../include/text.php:678 +msgid "No connections" +msgstr "Ingen forbindelser" + +#: ../../include/text.php:692 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d forbindelse" +msgstr[1] "%d forbindelser" + +#: ../../include/text.php:704 +msgid "View Connections" +msgstr "Vis forbindelser" + +#: ../../include/text.php:845 +msgid "poke" +msgstr "prikk" + +#: ../../include/text.php:845 ../../include/conversation.php:240 +msgid "poked" +msgstr "prikket" + +#: ../../include/text.php:846 +msgid "ping" +msgstr "varsle" + +#: ../../include/text.php:846 +msgid "pinged" +msgstr "varslet" + +#: ../../include/text.php:847 +msgid "prod" +msgstr "oppildne" + +#: ../../include/text.php:847 +msgid "prodded" +msgstr "oppildnet" + +#: ../../include/text.php:848 +msgid "slap" +msgstr "daske" + +#: ../../include/text.php:848 +msgid "slapped" +msgstr "dasket" + +#: ../../include/text.php:849 +msgid "finger" +msgstr "fingre" + +#: ../../include/text.php:849 +msgid "fingered" +msgstr "fingret" + +#: ../../include/text.php:850 +msgid "rebuff" +msgstr "tilbakevise" + +#: ../../include/text.php:850 +msgid "rebuffed" +msgstr "tilbakeviste" + +#: ../../include/text.php:862 +msgid "happy" +msgstr "glad" + +#: ../../include/text.php:863 +msgid "sad" +msgstr "trist" + +#: ../../include/text.php:864 +msgid "mellow" +msgstr "dempet" + +#: ../../include/text.php:865 +msgid "tired" +msgstr "trøtt" + +#: ../../include/text.php:866 +msgid "perky" +msgstr "oppkvikket" + +#: ../../include/text.php:867 +msgid "angry" +msgstr "sint" + +#: ../../include/text.php:868 +msgid "stupified" +msgstr "sløvet" + +#: ../../include/text.php:869 +msgid "puzzled" +msgstr "forundret" + +#: ../../include/text.php:870 +msgid "interested" +msgstr "interessert" + +#: ../../include/text.php:871 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:872 +msgid "cheerful" +msgstr "munter" + +#: ../../include/text.php:873 +msgid "alive" +msgstr "levende" + +#: ../../include/text.php:874 +msgid "annoyed" +msgstr "irritert" + +#: ../../include/text.php:875 +msgid "anxious" +msgstr "nervøs" + +#: ../../include/text.php:876 +msgid "cranky" +msgstr "gretten" + +#: ../../include/text.php:877 +msgid "disturbed" +msgstr "foruroliget" + +#: ../../include/text.php:878 +msgid "frustrated" +msgstr "frustrert" + +#: ../../include/text.php:879 +msgid "motivated" +msgstr "motivert" + +#: ../../include/text.php:880 +msgid "relaxed" +msgstr "avslappet" + +#: ../../include/text.php:881 +msgid "surprised" +msgstr "overrasket" + +#: ../../include/text.php:1042 +msgid "Monday" +msgstr "mandag" + +#: ../../include/text.php:1042 +msgid "Tuesday" +msgstr "tirsdag" + +#: ../../include/text.php:1042 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../include/text.php:1042 +msgid "Thursday" +msgstr "torsdag" + +#: ../../include/text.php:1042 +msgid "Friday" +msgstr "fredag" + +#: ../../include/text.php:1042 +msgid "Saturday" +msgstr "lørdag" + +#: ../../include/text.php:1042 +msgid "Sunday" +msgstr "søndag" + +#: ../../include/text.php:1046 +msgid "January" +msgstr "januar" + +#: ../../include/text.php:1046 +msgid "February" +msgstr "februar" + +#: ../../include/text.php:1046 +msgid "March" +msgstr "mars" + +#: ../../include/text.php:1046 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1046 +msgid "May" +msgstr "mai" + +#: ../../include/text.php:1046 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1046 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1046 +msgid "August" +msgstr "august" + +#: ../../include/text.php:1046 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1046 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1046 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1046 +msgid "December" +msgstr "desember" + +#: ../../include/text.php:1124 +msgid "unknown.???" +msgstr "ukjent.???" + +#: ../../include/text.php:1125 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1160 +msgid "remove category" +msgstr "fjern kategori" + +#: ../../include/text.php:1182 +msgid "remove from file" +msgstr "fjern fra fil" + +#: ../../include/text.php:1240 ../../include/text.php:1252 +msgid "Click to open/close" +msgstr "Klikk for å åpne/lukke" + +#: ../../include/text.php:1407 ../../mod/events.php:332 +msgid "link to source" +msgstr "lenke til kilde" + +#: ../../include/text.php:1426 +msgid "Select a page layout: " +msgstr "Velg en side-layout:" + +#: ../../include/text.php:1429 ../../include/text.php:1494 +msgid "default" +msgstr "standard" + +#: ../../include/text.php:1465 +msgid "Page content type: " +msgstr "Sidens innholdstype:" + +#: ../../include/text.php:1506 +msgid "Select an alternate language" +msgstr "Velg et annet språk" + +#: ../../include/text.php:1627 ../../include/conversation.php:117 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" + +#: ../../include/text.php:1630 ../../include/conversation.php:120 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "hendelse" + +#: ../../include/text.php:1633 ../../include/conversation.php:145 +#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "status" + +#: ../../include/text.php:1635 ../../include/conversation.php:147 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "kommentar" + +#: ../../include/text.php:1640 +msgid "activity" +msgstr "aktivitet" + +#: ../../include/text.php:1897 +msgid "Design" +msgstr "Formgivning" + +#: ../../include/text.php:1899 +msgid "Blocks" +msgstr "Byggeklosser" + +#: ../../include/text.php:1900 +msgid "Menus" +msgstr "Menyer" + +#: ../../include/text.php:1901 +msgid "Layouts" +msgstr "Layout" + +#: ../../include/text.php:1902 +msgid "Pages" +msgstr "Sider" + +#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 +#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 +#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 +#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 +#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 +#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 +#: ../../include/bbcode.php:640 +msgid "Image/photo" +msgstr "Bilde/fotografi" + +#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 +msgid "Encrypted content" +msgstr "Kryptert innhold" + +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "QR-kode" + +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s skrev følgende %2$s %3$s" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "innlegg" + +#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 +msgid "$1 wrote:" +msgstr "$1 skrev:" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nytt vindu" + +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Åpne det valgte stedet i et annet vindu eller nettleser-fane" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Generelle funksjoner" + +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Innholdet utløper" + +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Fjern innlegg/kommentarer og/eller private meldinger på et angitt tidspunkt i fremtiden" + +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Flere profiler" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Mulig å lage flere profiler" + +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "Web-sider" + +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" +msgstr "Tilby kontrollerte web-sider på din kanal" + +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "Private merknader" + +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" +msgstr "Skrur på et verktøy for lagre merknader og påminnelser" + +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "Utvidet identitetsdeling" + +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Del din identiet med alle nettsteder på Internett. Når denne er avskrudd, deles identiteten bare med nettsteder i matrix." + +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "Ekspertmodus" + +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Skru på Ekspertmodus for å tilby avanserte konfigurasjonsvalg" + +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "Premiumkanal" + +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "Lar deg angi restriksjoner og betingelser for de som kobler seg til din kanal" + +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "Funksjoner for å lage innlegg" + +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "Riktekst redigeringsverktøy" + +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "Skru på redigeringverktøy for riktekst" + +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "Forhåndsvisning av innlegg" + +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Tillat forhåndsvisning av innlegg og kommentarer før publisering" + +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Automatisk import av kanalinnhold fra andre kanaler eller strømmer" + +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "Enda mer kryptering" + +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "Tillat valgfri kryptering av innhold ende-til-ende via en delt hemmelig nøkkel" + +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "Nettverk- og strømfiltrering" + +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "Søk etter dato" + +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "Mulighet for å velge innlegg etter datoområde" + +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "Filter for samlinger" + +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Skru på miniprogram for å vise Nettverksinnlegg bare fra valgte samlinger" + +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "Lagre søkeuttrykk for senere bruk" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "Nettverk personlig fane" + +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Skru på fane for å bare vise Nettverksinnlegg som du har deltatt i" + +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "Nettverk Ny fane" + +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" +msgstr "Skru på fane for å vise all ny nettverksaktivitet" + +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "Nærhetsverktøy" + +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" +msgstr "Filtrer strømaktiviteten etter releasjonsdybde" + +#: ../../include/features.php:56 +msgid "Suggest Channels" +msgstr "Foreslå kanaler" + +#: ../../include/features.php:56 +msgid "Show channel suggestions" +msgstr "Vis kanalforslag" + +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "Innlegg-/Kommentar-verktøy" + +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "Endre publiserte innlegg" + +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "Endre og korrigere innlegg og kommentarer etter sending" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "Merking" + +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" +msgstr "Mulighet til å merke eksisterende meldinger" + +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "Innleggskategorier" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "Legg kategorier til dine innlegg" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" +msgstr "Mulighet til å sortere innlegg i mapper" + +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "Mislik innlegg" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" +msgstr "Mulighet til å mislike innlegg/kommentarer" + +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "Stjerneinnlegg" + +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "Mulighet til å merke spesielle innlegg med en stjerne" + +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "Merkelappsky" + +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" +msgstr "Tilby en personlig merkelappsky på din kanalside" + +#: ../../include/contact_selectors.php:30 msgid "Unknown | Not categorised" msgstr "Ukjent | Ikke kategorisert" -#: ../../include/contact_selectors.php:33 +#: ../../include/contact_selectors.php:31 msgid "Block immediately" msgstr "Blokker umiddelbart" -#: ../../include/contact_selectors.php:34 +#: ../../include/contact_selectors.php:32 msgid "Shady, spammer, self-marketer" -msgstr "Grumsete, poster søppel, fremhever bare seg selv" +msgstr "Lyssky, utsender av søppelpost, egenkampanje" -#: ../../include/contact_selectors.php:35 +#: ../../include/contact_selectors.php:33 msgid "Known to me, but no opinion" -msgstr "Bekjent av meg, men har ingen mening" +msgstr "Bekjent av meg, men jeg er uten mening" -#: ../../include/contact_selectors.php:36 +#: ../../include/contact_selectors.php:34 msgid "OK, probably harmless" msgstr "OK, antakelig harmløs" -#: ../../include/contact_selectors.php:37 +#: ../../include/contact_selectors.php:35 msgid "Reputable, has my trust" -msgstr "Respektert, har min tillit" +msgstr "Hederlig, har min tillit" -#: ../../include/contact_selectors.php:56 +#: ../../include/contact_selectors.php:54 msgid "Frequently" msgstr "Ofte" -#: ../../include/contact_selectors.php:57 +#: ../../include/contact_selectors.php:55 msgid "Hourly" msgstr "Hver time" -#: ../../include/contact_selectors.php:58 +#: ../../include/contact_selectors.php:56 msgid "Twice daily" msgstr "To ganger daglig" -#: ../../include/contact_selectors.php:77 +#: ../../include/contact_selectors.php:57 +msgid "Daily" +msgstr "Daglig" + +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "Ukentlig" + +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "Månedlig" + +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:75 msgid "OStatus" -msgstr "" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 +#: ../../mod/admin.php:751 ../../boot.php:1430 +msgid "Email" +msgstr "E-post" #: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "" +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "LinkedIn" #: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "" +msgid "XMPP/IM" +msgstr "XMPP/IM" #: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/contact_selectors.php:85 msgid "MySpace" -msgstr "" +msgstr "MySpace" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Forskjellig" + +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "år" + +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "måned" + +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "dag" + +#: ../../include/datetime.php:275 +msgid "never" +msgstr "aldri" + +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "for mindre enn ett sekund siden" + +#: ../../include/datetime.php:284 +msgid "years" +msgstr "år" + +#: ../../include/datetime.php:285 +msgid "months" +msgstr "måneder" + +#: ../../include/datetime.php:286 +msgid "week" +msgstr "uke" + +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "uker" + +#: ../../include/datetime.php:287 +msgid "days" +msgstr "dager" + +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "time" + +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "timer" + +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "minutt" + +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "minutter" + +#: ../../include/datetime.php:290 +msgid "second" +msgstr "sekund" + +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "sekunder" + +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s siden" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kan ikke finne DNS-informasjon om databasetjener '%s'" + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Starter:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Slutter:" + +#: ../../include/event.php:40 ../../include/identity.php:694 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 +#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 +msgid "Location:" +msgstr "Plassering:" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet kan gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn." + +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Standard personverngruppe for nye kontakter" + +#: ../../include/group.php:242 ../../mod/admin.php:751 +msgid "All Channels" +msgstr "Alle kanaler" + +#: ../../include/group.php:264 +msgid "edit" +msgstr "endre" + +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Samlinger" + +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Endre samling" + +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Lag en ny samling" + +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Kanaler som ikke er i noen samling" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Slett dette elementet?" + +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 +#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +msgid "Comment" +msgstr "Kommentar" + +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 +#: ../../include/contact_widgets.php:125 +msgid "show more" +msgstr "vis mer" + +#: ../../include/js_strings.php:8 +msgid "show fewer" +msgstr "vis færre" + +#: ../../include/js_strings.php:9 +msgid "+ Show More" +msgstr "+ Vis mer" + +#: ../../include/js_strings.php:10 +msgid "- Show Less" +msgstr "- Vis mindre" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Passordet er for kort" + +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Passordene er ikke like" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "alle" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Hemmelig passordsetning" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "Hint om passordsetning" + +#: ../../include/js_strings.php:17 +msgid "timeago.prefixAgo" +msgstr "timeago.prefixAgo" + +#: ../../include/js_strings.php:18 +msgid "timeago.prefixFromNow" +msgstr "timeago.prefixFromNow" + +#: ../../include/js_strings.php:19 +msgid "ago" +msgstr "siden" + +#: ../../include/js_strings.php:20 +msgid "from now" +msgstr "fra nå" + +#: ../../include/js_strings.php:21 +msgid "less than a minute" +msgstr "mindre enn ett minutt" + +#: ../../include/js_strings.php:22 +msgid "about a minute" +msgstr "omtrent et minutt" + +#: ../../include/js_strings.php:23 +#, php-format +msgid "%d minutes" +msgstr "%d minutter" + +#: ../../include/js_strings.php:24 +msgid "about an hour" +msgstr "omtrent en time" + +#: ../../include/js_strings.php:25 +#, php-format +msgid "about %d hours" +msgstr "om %d timer" + +#: ../../include/js_strings.php:26 +msgid "a day" +msgstr "en dag" + +#: ../../include/js_strings.php:27 +#, php-format +msgid "%d days" +msgstr "%d dager" + +#: ../../include/js_strings.php:28 +msgid "about a month" +msgstr "omtrent en måned" + +#: ../../include/js_strings.php:29 +#, php-format +msgid "%d months" +msgstr "%d måneder" + +#: ../../include/js_strings.php:30 +msgid "about a year" +msgstr "omtrent et år" + +#: ../../include/js_strings.php:31 +#, php-format +msgid "%d years" +msgstr "%d år" + +#: ../../include/js_strings.php:32 +msgid " " +msgstr " " + +#: ../../include/js_strings.php:33 +msgid "timeago.numbers" +msgstr "timeago.numbers" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Ingen mottaker angitt." + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[ikke noe emne]" + +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Kan ikke avgjøre avsender." + +#: ../../include/message.php:143 +msgid "Stored post could not be verified." +msgstr "Lagret innlegg kunne ikke bekreftes." + +#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 +#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 +#: ../../mod/photos.php:656 ../../mod/photos.php:678 +msgid "Profile Photos" +msgstr "Profilbilder" + +#: ../../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:113 +#: ../../include/photos.php:15 ../../include/items.php:3571 +#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 +#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 +#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 +#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 +#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/network.php:12 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 +#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 +#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 +#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 +#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 +#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 +#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 +msgid "Permission denied." +msgstr "Tilatelse avslått." + +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Elementet ble ikke funnet." + +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Ingen kildefil." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Kan ikke finne filen som skal byttes ut" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Finner ikke filen som skal revideres/oppdateres" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Filens størrelse overgår grensen på %d" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Du har nådd din lagringsgrense for vedlegg på %1$.0f Mbytes." + +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Mislyktes med å laste opp filen. Mulig systemgrense eller handling avbrutt." + +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Lagret fil kunne ikke bekreftes. Opplasting mislyktes." + +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Stien er ikke tilgjengelig." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Tomt sti-navn" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "duplikat av filnavn eller sti" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Stien ble ikke funnet." + +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "mkdir mislyktes." + +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "databaselagring mislyktes." + +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" +msgstr "%1$s sine bokmerker" + +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "kanal" + +#: ../../include/conversation.php:161 ../../mod/like.php:134 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s liker %2$s sin %3$s" + +#: ../../include/conversation.php:164 ../../mod/like.php:136 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s liker ikke %2$s sin %3$s" + +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s er nå forbundet med %2$s" + +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s prikket %2$s" + +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s er for øyeblikket %2$s" + +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "Velg" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 +#: ../../mod/admin.php:746 ../../mod/connedit.php:359 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 +msgid "Delete" +msgstr "Slett" + +#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 +msgid "Message is verified" +msgstr "Innlegg er bekreftet" + +#: ../../include/conversation.php:662 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vis %s sin profile @ %s" + +#: ../../include/conversation.php:676 +msgid "Categories:" +msgstr "Kategorier:" + +#: ../../include/conversation.php:677 +msgid "Filed under:" +msgstr "Sortert under:" + +#: ../../include/conversation.php:686 ../../include/ItemObject.php:226 +#, php-format +msgid " from %s" +msgstr "fra %s" + +#: ../../include/conversation.php:689 ../../include/ItemObject.php:229 +#, php-format +msgid "last edited: %s" +msgstr "sist endret: %s" + +#: ../../include/conversation.php:690 ../../include/ItemObject.php:230 +#, php-format +msgid "Expires: %s" +msgstr "Utløper: %s" + +#: ../../include/conversation.php:705 +msgid "View in context" +msgstr "Vis i sammenheng" + +#: ../../include/conversation.php:707 ../../include/conversation.php:1120 +#: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 +#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 +#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:120 +#: ../../mod/photos.php:975 +msgid "Please wait" +msgstr "Vennligst vent" + +#: ../../include/conversation.php:834 +msgid "remove" +msgstr "fjern" + +#: ../../include/conversation.php:838 +msgid "Loading..." +msgstr "Laster..." + +#: ../../include/conversation.php:839 +msgid "Delete Selected Items" +msgstr "Slett valgte elementer" + +#: ../../include/conversation.php:930 +msgid "View Source" +msgstr "Vis kilde" + +#: ../../include/conversation.php:931 +msgid "Follow Thread" +msgstr "Følg tråd" + +#: ../../include/conversation.php:932 +msgid "View Status" +msgstr "Vis status" + +#: ../../include/conversation.php:934 +msgid "View Photos" +msgstr "Vis bilder" + +#: ../../include/conversation.php:935 +msgid "Matrix Activity" +msgstr "Matrix-aktivitet" + +#: ../../include/conversation.php:936 +msgid "Edit Contact" +msgstr "Endre kontakt" + +#: ../../include/conversation.php:937 +msgid "Send PM" +msgstr "Send privat melding" + +#: ../../include/conversation.php:938 +msgid "Poke" +msgstr "Prikk" + +#: ../../include/conversation.php:1000 +#, php-format +msgid "%s likes this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:1000 +#, php-format +msgid "%s doesn't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:1004 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "%2$d person liker dette." +msgstr[1] "%2$d personer liker dette." + +#: ../../include/conversation.php:1006 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "%2$d person liker ikke dette." +msgstr[1] "%2$d personer liker ikke dette." + +#: ../../include/conversation.php:1012 +msgid "and" +msgstr "og" + +#: ../../include/conversation.php:1015 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", og %d annen person" +msgstr[1] ", og %d andre personer" + +#: ../../include/conversation.php:1016 +#, php-format +msgid "%s like this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:1016 +#, php-format +msgid "%s don't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:1066 +msgid "Visible to everybody" +msgstr "Synlig for alle" + +#: ../../include/conversation.php:1067 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" +msgstr "Vennligst skriv inn en lenke URL:" + +#: ../../include/conversation.php:1068 +msgid "Please enter a video link/URL:" +msgstr "Vennligst skriv en videolenke/URL:" + +#: ../../include/conversation.php:1069 +msgid "Please enter an audio link/URL:" +msgstr "Vennligst skriv en lydlenke/URL:" + +#: ../../include/conversation.php:1070 +msgid "Tag term:" +msgstr "Merkelapp:" + +#: ../../include/conversation.php:1071 ../../mod/filer.php:35 +msgid "Save to Folder:" +msgstr "Lagre til mappe:" + +#: ../../include/conversation.php:1072 +msgid "Where are you right now?" +msgstr "Hvor er du akkurat nå?" + +#: ../../include/conversation.php:1073 ../../mod/editpost.php:52 +#: ../../mod/mail.php:172 ../../mod/mail.php:270 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Utløper YYYY-MM-DD HH:MM" + +#: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 +#: ../../mod/webpages.php:122 ../../mod/editpost.php:141 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 +#: ../../mod/editblock.php:142 ../../mod/photos.php:995 +msgid "Preview" +msgstr "Forhåndsvisning" + +#: ../../include/conversation.php:1097 ../../mod/layouts.php:112 +#: ../../mod/photos.php:974 +msgid "Share" +msgstr "Del" + +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 +msgid "Page link title" +msgstr "Sidens lenketittel" + +#: ../../include/conversation.php:1101 ../../mod/editpost.php:113 +#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 +#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:112 +msgid "Upload photo" +msgstr "Last opp bilde" + +#: ../../include/conversation.php:1102 +msgid "upload photo" +msgstr "last opp bilde" + +#: ../../include/conversation.php:1103 ../../mod/editpost.php:114 +#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 +#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:113 +msgid "Attach file" +msgstr "Legg ved fil" + +#: ../../include/conversation.php:1104 +msgid "attach file" +msgstr "legg ved fil" + +#: ../../include/conversation.php:1105 ../../mod/editpost.php:115 +#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 +#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:114 +msgid "Insert web link" +msgstr "Sett inn web-lenke" + +#: ../../include/conversation.php:1106 +msgid "web link" +msgstr "web-lenke" + +#: ../../include/conversation.php:1107 +msgid "Insert video link" +msgstr "Sett inn videolenke" + +#: ../../include/conversation.php:1108 +msgid "video link" +msgstr "videolenke" + +#: ../../include/conversation.php:1109 +msgid "Insert audio link" +msgstr "Sett inn lenke til lyd" + +#: ../../include/conversation.php:1110 +msgid "audio link" +msgstr "lenke til lyd" + +#: ../../include/conversation.php:1111 ../../mod/editpost.php:119 +#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 +#: ../../mod/editblock.php:118 +msgid "Set your location" +msgstr "Angi din plassering" + +#: ../../include/conversation.php:1112 +msgid "set location" +msgstr "angi plassering" + +#: ../../include/conversation.php:1113 ../../mod/editpost.php:120 +#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 +#: ../../mod/editblock.php:119 +msgid "Clear browser location" +msgstr "Fjern nettleserplassering" + +#: ../../include/conversation.php:1114 +msgid "clear location" +msgstr "fjern plassering" + +#: ../../include/conversation.php:1116 ../../mod/editpost.php:133 +#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 +#: ../../mod/editblock.php:133 +msgid "Set title" +msgstr "Angi tittel" + +#: ../../include/conversation.php:1119 ../../mod/editpost.php:135 +#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 +#: ../../mod/editblock.php:136 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparert liste)" + +#: ../../include/conversation.php:1121 ../../mod/editpost.php:122 +#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 +#: ../../mod/editblock.php:121 +msgid "Permission settings" +msgstr "Tillatelser - innstillinger" + +#: ../../include/conversation.php:1122 +msgid "permissions" +msgstr "tillatelser" + +#: ../../include/conversation.php:1130 ../../mod/editpost.php:130 +#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 +#: ../../mod/editblock.php:130 +msgid "Public post" +msgstr "Offentlig innlegg" + +#: ../../include/conversation.php:1132 ../../mod/editpost.php:136 +#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 +#: ../../mod/editblock.php:137 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Eksempel: ola@eksempel.no, kari@eksempel.no" + +#: ../../include/conversation.php:1145 ../../mod/editpost.php:147 +#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 +#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:147 +msgid "Set expiration date" +msgstr "Angi utløpsdato" + +#: ../../include/conversation.php:1147 ../../include/ItemObject.php:560 +#: ../../mod/editpost.php:149 ../../mod/mail.php:228 ../../mod/mail.php:341 +msgid "Encrypt text" +msgstr "Krypter tekst" + +#: ../../include/conversation.php:1149 ../../mod/editpost.php:151 +msgid "OK" +msgstr "OK" + +#: ../../include/conversation.php:1150 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 +msgid "Cancel" +msgstr "Avbryt" + +#: ../../include/conversation.php:1381 +msgid "Commented Order" +msgstr "Kommentert" + +#: ../../include/conversation.php:1384 +msgid "Sort by Comment Date" +msgstr "Sorter etter kommentert dato" + +#: ../../include/conversation.php:1387 +msgid "Posted Order" +msgstr "Lagt inn" + +#: ../../include/conversation.php:1390 +msgid "Sort by Post Date" +msgstr "Sorter etter innleggsdato" + +#: ../../include/conversation.php:1394 +msgid "Personal" +msgstr "Personlig" + +#: ../../include/conversation.php:1397 +msgid "Posts that mention or involve you" +msgstr "Innlegg som nevner eller involverer deg" + +#: ../../include/conversation.php:1400 ../../mod/menu.php:61 +#: ../../mod/connections.php:211 +msgid "New" +msgstr "Nye" + +#: ../../include/conversation.php:1403 +msgid "Activity Stream - by date" +msgstr "Aktivitetsstrøm - etter dato" + +#: ../../include/conversation.php:1410 +msgid "Starred" +msgstr "Stjerne" + +#: ../../include/conversation.php:1413 +msgid "Favourite Posts" +msgstr "Favorittinnlegg" + +#: ../../include/conversation.php:1420 +msgid "Spam" +msgstr "Søppel" + +#: ../../include/conversation.php:1423 +msgid "Posts flagged as SPAM" +msgstr "Innlegg merket som SØPPEL" + +#: ../../include/conversation.php:1454 +msgid "Channel" +msgstr "Kanal" + +#: ../../include/conversation.php:1457 +msgid "Status Messages and Posts" +msgstr "Statusmeldinger og -innlegg" + +#: ../../include/conversation.php:1466 +msgid "About" +msgstr "Om" + +#: ../../include/conversation.php:1469 +msgid "Profile Details" +msgstr "Profildetaljer" + +#: ../../include/conversation.php:1478 ../../include/photos.php:302 +msgid "Photo Albums" +msgstr "Fotoalbum" + +#: ../../include/conversation.php:1487 +msgid "Files and Storage" +msgstr "Filer og lagring" + +#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 +msgid "Chatrooms" +msgstr "Chatrom" + +#: ../../include/conversation.php:1509 +msgid "Events and Calendar" +msgstr "Hendelser og kalender" + +#: ../../include/conversation.php:1517 +msgid "Saved Bookmarks" +msgstr "Lagrede bokmerker" + +#: ../../include/conversation.php:1528 +msgid "Manage Webpages" +msgstr "Håndtere websider" + +#: ../../include/identity.php:30 ../../mod/item.php:1187 +msgid "Unable to obtain identity information from database" +msgstr "Klarer ikke å få tak i identitetsinformasjon fra databasen" + +#: ../../include/identity.php:63 +msgid "Empty name" +msgstr "Mangler navn" + +#: ../../include/identity.php:65 +msgid "Name too long" +msgstr "Navnet er for langt" + +#: ../../include/identity.php:147 +msgid "No account identifier" +msgstr "Ingen kontoidentifikator" + +#: ../../include/identity.php:157 +msgid "Nickname is required." +msgstr "Kallenavn er påkrevd." + +#: ../../include/identity.php:171 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk på dette nettstedet." + +#: ../../include/identity.php:230 +msgid "Unable to retrieve created identity" +msgstr "Klarer ikke å hente den lagede identiteten" + +#: ../../include/identity.php:289 +msgid "Default Profile" +msgstr "Standardprofil" + +#: ../../include/identity.php:481 +msgid "Requested channel is not available." +msgstr "Forespurt kanal er ikke tilgjengelig." + +#: ../../include/identity.php:528 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/layouts.php:8 +#: ../../mod/achievements.php:8 ../../mod/blocks.php:10 +#: ../../mod/profile.php:16 ../../mod/filestorage.php:40 +msgid "Requested profile is not available." +msgstr "Forespurt profil er ikke tilgjengelig." + +#: ../../include/identity.php:580 +msgid " Sorry, you don't have the permission to view this profile. " +msgstr "Beklager, du har ikke tillatelse til å se denne profilen." + +#: ../../include/identity.php:657 ../../mod/profiles.php:603 +msgid "Change profile photo" +msgstr "Endre profilbilde" + +#: ../../include/identity.php:663 +msgid "Profiles" +msgstr "Profiler" + +#: ../../include/identity.php:663 +msgid "Manage/edit profiles" +msgstr "Håndtere/endre profiler" + +#: ../../include/identity.php:664 ../../mod/profiles.php:604 +msgid "Create New Profile" +msgstr "Lag ny profil" + +#: ../../include/identity.php:667 +msgid "Edit Profile" +msgstr "Endre profil" + +#: ../../include/identity.php:678 ../../mod/profiles.php:615 +msgid "Profile Image" +msgstr "Profilbilde" + +#: ../../include/identity.php:681 ../../mod/profiles.php:618 +msgid "visible to everybody" +msgstr "synlig for alle" + +#: ../../include/identity.php:682 ../../mod/profiles.php:619 +msgid "Edit visibility" +msgstr "Endre synlighet" + +#: ../../include/identity.php:696 ../../include/identity.php:923 +#: ../../mod/directory.php:159 +msgid "Gender:" +msgstr "Kjønn:" + +#: ../../include/identity.php:697 ../../include/identity.php:943 +#: ../../mod/directory.php:161 +msgid "Status:" +msgstr "Status:" + +#: ../../include/identity.php:698 ../../include/identity.php:954 +#: ../../mod/directory.php:163 +msgid "Homepage:" +msgstr "Hjemmeside:" + +#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 +msgid "Online Now" +msgstr "Online nå" + +#: ../../include/identity.php:767 ../../include/identity.php:847 +#: ../../mod/ping.php:262 +msgid "g A l F d" +msgstr "g A l F d" + +#: ../../include/identity.php:768 ../../include/identity.php:848 +msgid "F d" +msgstr "F d" + +#: ../../include/identity.php:813 ../../include/identity.php:888 +#: ../../mod/ping.php:284 +msgid "[today]" +msgstr "[idag]" + +#: ../../include/identity.php:825 +msgid "Birthday Reminders" +msgstr "Fødselsdagspåminnnelser" + +#: ../../include/identity.php:826 +msgid "Birthdays this week:" +msgstr "Fødselsdager denne uken:" + +#: ../../include/identity.php:881 +msgid "[No description]" +msgstr "[Ingen beskrivelse]" + +#: ../../include/identity.php:899 +msgid "Event Reminders" +msgstr "Hendelsespåminnelser" + +#: ../../include/identity.php:900 +msgid "Events this week:" +msgstr "Hendelser denne uken:" + +#: ../../include/identity.php:913 ../../include/identity.php:997 +#: ../../mod/profperm.php:107 +msgid "Profile" +msgstr "Profil" + +#: ../../include/identity.php:921 ../../mod/settings.php:937 +msgid "Full Name:" +msgstr "Fullt navn:" + +#: ../../include/identity.php:928 +msgid "j F, Y" +msgstr "j F, Y" + +#: ../../include/identity.php:929 +msgid "j F" +msgstr "j F" + +#: ../../include/identity.php:936 +msgid "Birthday:" +msgstr "Fødselsdag:" + +#: ../../include/identity.php:940 +msgid "Age:" +msgstr "Alder:" + +#: ../../include/identity.php:949 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" + +#: ../../include/identity.php:952 ../../mod/profiles.php:526 +msgid "Sexual Preference:" +msgstr "Seksuell preferanse:" + +#: ../../include/identity.php:956 ../../mod/profiles.php:528 +msgid "Hometown:" +msgstr "Hjemby:" + +#: ../../include/identity.php:958 +msgid "Tags:" +msgstr "Merkelapper:" + +#: ../../include/identity.php:960 ../../mod/profiles.php:529 +msgid "Political Views:" +msgstr "Politiske synspunkter:" + +#: ../../include/identity.php:962 +msgid "Religion:" +msgstr "Religion:" + +#: ../../include/identity.php:964 ../../mod/directory.php:165 +msgid "About:" +msgstr "Om:" + +#: ../../include/identity.php:966 +msgid "Hobbies/Interests:" +msgstr "Hobbyer/interesser:" + +#: ../../include/identity.php:968 ../../mod/profiles.php:532 +msgid "Likes:" +msgstr "Liker:" + +#: ../../include/identity.php:970 ../../mod/profiles.php:533 +msgid "Dislikes:" +msgstr "Misliker:" + +#: ../../include/identity.php:973 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformasjon og sosiale nettverk:" + +#: ../../include/identity.php:975 +msgid "My other channels:" +msgstr "Mine andre kanaler:" + +#: ../../include/identity.php:977 +msgid "Musical interests:" +msgstr "Musikkinteresse:" + +#: ../../include/identity.php:979 +msgid "Books, literature:" +msgstr "Bøker, litteratur:" + +#: ../../include/identity.php:981 +msgid "Television:" +msgstr "TV:" + +#: ../../include/identity.php:983 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/kultur/underholdning:" + +#: ../../include/identity.php:985 +msgid "Love/Romance:" +msgstr "Kjærlighet/romantikk:" + +#: ../../include/identity.php:987 +msgid "Work/employment:" +msgstr "Arbeid/sysselsetting:" + +#: ../../include/identity.php:989 +msgid "School/education:" +msgstr "Skole/utdannelse:" + +#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 +msgid "Private Message" +msgstr "Privat melding" + +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../include/menu.php:42 ../../mod/thing.php:235 +#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:111 +#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 +#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:111 +#: ../../mod/filestorage.php:170 +msgid "Edit" +msgstr "Endre" + +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "lagre i mappe" + +#: ../../include/ItemObject.php:146 +msgid "add star" +msgstr "legg til stjerne" + +#: ../../include/ItemObject.php:147 +msgid "remove star" +msgstr "ta bort stjerne" + +#: ../../include/ItemObject.php:148 +msgid "toggle star status" +msgstr "Skru av og på stjernestatus" + +#: ../../include/ItemObject.php:152 +msgid "starred" +msgstr "stjernemerket" + +#: ../../include/ItemObject.php:169 +msgid "add tag" +msgstr "legg til merkelapp" + +#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 +msgid "I like this (toggle)" +msgstr "Jeg liker dette (skru av og på)" + +#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 +msgid "like" +msgstr "liker" + +#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 +msgid "I don't like this (toggle)" +msgstr "Jeg liker ikke dette (skru av og på)" + +#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 +msgid "dislike" +msgstr "misliker" + +#: ../../include/ItemObject.php:187 +msgid "Share this" +msgstr "Del dette" + +#: ../../include/ItemObject.php:187 +msgid "share" +msgstr "del" + +#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#, php-format +msgid "View %s's profile - %s" +msgstr "Vis %s sin profil - %s" + +#: ../../include/ItemObject.php:213 +msgid "to" +msgstr "til" + +#: ../../include/ItemObject.php:214 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:215 +msgid "Wall-to-Wall" +msgstr "vegg-til-vegg" + +#: ../../include/ItemObject.php:216 +msgid "via Wall-To-Wall:" +msgstr "via vegg-til-vegg:" + +#: ../../include/ItemObject.php:250 +msgid "Bookmark Links" +msgstr "Bokmerkelenker" + +#: ../../include/ItemObject.php:280 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d kommentar" +msgstr[1] "%d kommentarer" + +#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 +#: ../../mod/photos.php:1078 +msgid "This is you" +msgstr "Dette er deg" + +#: ../../include/ItemObject.php:548 ../../mod/events.php:469 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 +#: ../../mod/settings.php:515 ../../mod/settings.php:627 +#: ../../mod/settings.php:655 ../../mod/settings.php:679 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 +#: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431 +#: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078 +#: ../../mod/admin.php:1165 ../../mod/connedit.php:437 +#: ../../mod/profiles.php:506 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347 +#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335 +#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 +#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 +#: ../../mod/photos.php:1081 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/blogga/php/config.php:67 +msgid "Submit" +msgstr "Send" + +#: ../../include/ItemObject.php:549 +msgid "Bold" +msgstr "Uthevet" + +#: ../../include/ItemObject.php:550 +msgid "Italic" +msgstr "Kursiv" + +#: ../../include/ItemObject.php:551 +msgid "Underline" +msgstr "Understreket" + +#: ../../include/ItemObject.php:552 +msgid "Quote" +msgstr "Sitat" + +#: ../../include/ItemObject.php:553 +msgid "Code" +msgstr "Kode" + +#: ../../include/ItemObject.php:554 +msgid "Image" +msgstr "Bilde" + +#: ../../include/ItemObject.php:555 +msgid "Link" +msgstr "Lenke" + +#: ../../include/ItemObject.php:556 +msgid "Video" +msgstr "Video" + +#: ../../include/api.php:1022 +msgid "Public Timeline" +msgstr "Offentlig tidslinje" + +#: ../../include/network.php:640 +msgid "view full size" +msgstr "vis full størrelse" + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "laget et nytt innlegg" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "kommenterte på %s sitt innlegg" #: ../../include/profile_selectors.php:6 msgid "Male" -msgstr "Mann" +msgstr "Mannlig" #: ../../include/profile_selectors.php:6 msgid "Female" -msgstr "Kvinne" +msgstr "Kvinnelig" #: ../../include/profile_selectors.php:6 msgid "Currently Male" -msgstr "For øyeblikket mann" +msgstr "For tiden mann" #: ../../include/profile_selectors.php:6 msgid "Currently Female" -msgstr "For øyeblikket kvinne" +msgstr "For tiden kvinne" #: ../../include/profile_selectors.php:6 msgid "Mostly Male" -msgstr "Stort sett mann" +msgstr "For det meste mann" #: ../../include/profile_selectors.php:6 msgid "Mostly Female" -msgstr "Stort sett kvinne" +msgstr "For det meste kvinne" #: ../../include/profile_selectors.php:6 msgid "Transgender" @@ -7365,7 +2401,7 @@ msgstr "Transkjønnet" #: ../../include/profile_selectors.php:6 msgid "Intersex" -msgstr "Tvekjønnet" +msgstr "interkjønnet" #: ../../include/profile_selectors.php:6 msgid "Transsexual" @@ -7381,11 +2417,11 @@ msgstr "Intetkjønn" #: ../../include/profile_selectors.php:6 msgid "Non-specific" -msgstr "Ikke spesifisert" +msgstr "Ubestemt" #: ../../include/profile_selectors.php:6 msgid "Other" -msgstr "Annet" +msgstr "Annen" #: ../../include/profile_selectors.php:6 msgid "Undecided" @@ -7401,11 +2437,11 @@ msgstr "Kvinner" #: ../../include/profile_selectors.php:23 msgid "Gay" -msgstr "Homse" +msgstr "Homo" #: ../../include/profile_selectors.php:23 msgid "Lesbian" -msgstr "Lesbe" +msgstr "Lesbisk" #: ../../include/profile_selectors.php:23 msgid "No Preference" @@ -7429,7 +2465,7 @@ msgstr "Jomfru" #: ../../include/profile_selectors.php:23 msgid "Deviant" -msgstr "Avvikende" +msgstr "Avviker" #: ../../include/profile_selectors.php:23 msgid "Fetish" @@ -7437,15 +2473,15 @@ msgstr "Fetisj" #: ../../include/profile_selectors.php:23 msgid "Oodles" -msgstr "Mange" +msgstr "Masse" #: ../../include/profile_selectors.php:23 msgid "Nonsexual" -msgstr "Aseksuell" +msgstr "Ikke-seksuell" #: ../../include/profile_selectors.php:42 msgid "Single" -msgstr "Alene" +msgstr "Enslig" #: ../../include/profile_selectors.php:42 msgid "Lonely" @@ -7461,15 +2497,15 @@ msgstr "Ikke tilgjengelig" #: ../../include/profile_selectors.php:42 msgid "Has crush" -msgstr "" +msgstr "Er forelsket" #: ../../include/profile_selectors.php:42 msgid "Infatuated" -msgstr "" +msgstr "Betatt" #: ../../include/profile_selectors.php:42 msgid "Dating" -msgstr "Stevnemøter/dater" +msgstr "Sammen med" #: ../../include/profile_selectors.php:42 msgid "Unfaithful" @@ -7479,14 +2515,9 @@ msgstr "Utro" msgid "Sex Addict" msgstr "Sexavhengig" -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:282 -msgid "Friends" -msgstr "Venner" - #: ../../include/profile_selectors.php:42 msgid "Friends/Benefits" -msgstr "Venner med fordeler" +msgstr "Venner med frynsegoder" #: ../../include/profile_selectors.php:42 msgid "Casual" @@ -7502,7 +2533,7 @@ msgstr "Gift" #: ../../include/profile_selectors.php:42 msgid "Imaginarily married" -msgstr "" +msgstr "Gift i fantasien" #: ../../include/profile_selectors.php:42 msgid "Partners" @@ -7510,11 +2541,11 @@ msgstr "Partnere" #: ../../include/profile_selectors.php:42 msgid "Cohabiting" -msgstr "Samboere" +msgstr "Samboer" #: ../../include/profile_selectors.php:42 msgid "Common law" -msgstr "" +msgstr "Samboer" #: ../../include/profile_selectors.php:42 msgid "Happy" @@ -7522,11 +2553,11 @@ msgstr "Lykkelig" #: ../../include/profile_selectors.php:42 msgid "Not looking" -msgstr "" +msgstr "Ikke på utkikk" #: ../../include/profile_selectors.php:42 msgid "Swinger" -msgstr "Partnerbytte/swinger" +msgstr "Partnerbytte" #: ../../include/profile_selectors.php:42 msgid "Betrayed" @@ -7538,7 +2569,7 @@ msgstr "Separert" #: ../../include/profile_selectors.php:42 msgid "Unstable" -msgstr "Ustabil" +msgstr "Ustabilt" #: ../../include/profile_selectors.php:42 msgid "Divorced" @@ -7546,1220 +2577,4869 @@ msgstr "Skilt" #: ../../include/profile_selectors.php:42 msgid "Imaginarily divorced" -msgstr "" +msgstr "Skilt i fantasien" #: ../../include/profile_selectors.php:42 msgid "Widowed" -msgstr "Enke/enkemann" +msgstr "Enke" #: ../../include/profile_selectors.php:42 msgid "Uncertain" -msgstr "Usikker" +msgstr "Usikkert" #: ../../include/profile_selectors.php:42 msgid "It's complicated" -msgstr "" +msgstr "Det er komplisert" #: ../../include/profile_selectors.php:42 msgid "Don't care" -msgstr "Uinteressert" +msgstr "Bryr meg ikke" #: ../../include/profile_selectors.php:42 msgid "Ask me" msgstr "Spør meg" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:396 -msgid "Starts:" -msgstr "Starter:" +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Mangler romnavn" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:404 -msgid "Finishes:" -msgstr "Slutter:" +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Duplikat romnavn" -#: ../../include/delivery.php:457 ../../include/notifier.php:703 -msgid "(no subject)" -msgstr "(uten emne)" +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ugyldig rom-spesifisering" -#: ../../include/Scrape.php:576 -msgid " on Last.fm" -msgstr "" +#: ../../include/chat.php:102 +msgid "Room not found." +msgstr "Rommet ble ikke funnet." -#: ../../include/text.php:243 -msgid "prev" -msgstr "forrige" +#: ../../include/chat.php:123 +msgid "Room is full" +msgstr "Rommet er fullt" -#: ../../include/text.php:245 -msgid "first" -msgstr "første" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78 +#: ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Standard" -#: ../../include/text.php:274 -msgid "last" -msgstr "siste" +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Merkelapper" -#: ../../include/text.php:277 -msgid "next" -msgstr "neste" +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Nøkkelord" -#: ../../include/text.php:295 -msgid "newer" -msgstr "" +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "har" -#: ../../include/text.php:299 -msgid "older" -msgstr "" +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "har" -#: ../../include/text.php:597 -msgid "No contacts" -msgstr "Ingen kontakter" +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "ønsker" -#: ../../include/text.php:606 +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "ønsker" + +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "liker" + +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "misliker" + +#: ../../include/auth.php:79 +msgid "Logged out." +msgstr "Logget ut." + +#: ../../include/auth.php:197 +msgid "Failed authentication" +msgstr "Mislykket autentisering" + +#: ../../include/auth.php:212 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Innlogging mislyktes." + +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Ikke en gyldig e-postadresse" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Ditt e-postdomene er ikke blant de som er tillatt på dette stedet" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Din e-postadresse er allerede registrert på dette nettstedet." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "En invitasjon er påkrevd." + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Invitasjon kunne ikke bekreftes." + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Vennligst skriv inn nødvendig informasjon." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Mislyktes med å lagre kontoinformasjon." + +#: ../../include/account.php:273 #, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontakter" +msgid "Registration request at %s" +msgstr "Registreringsforespørsel hos %s" -#: ../../include/text.php:719 -msgid "poke" -msgstr "" +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" +msgstr "Administrator" -#: ../../include/text.php:719 ../../include/conversation.php:210 -msgid "poked" -msgstr "" +#: ../../include/account.php:297 +msgid "your registration password" +msgstr "ditt registreringspassord" -#: ../../include/text.php:720 -msgid "ping" -msgstr "" +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" +msgstr "Registreringsdetaljer for %s" -#: ../../include/text.php:720 -msgid "pinged" -msgstr "" +#: ../../include/account.php:366 +msgid "Account approved." +msgstr "Konto godkjent." -#: ../../include/text.php:721 -msgid "prod" -msgstr "" +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrering trukket tilbake for %s" -#: ../../include/text.php:721 -msgid "prodded" -msgstr "" +#: ../../include/dir_fns.php:15 +msgid "Sort Options" +msgstr "Sorteringsmuligheter" -#: ../../include/text.php:722 -msgid "slap" -msgstr "" +#: ../../include/dir_fns.php:16 +msgid "Alphabetic" +msgstr "Alfabetisk" -#: ../../include/text.php:722 -msgid "slapped" -msgstr "" +#: ../../include/dir_fns.php:17 +msgid "Reverse Alphabetic" +msgstr "Omvendt alfabetisk" -#: ../../include/text.php:723 -msgid "finger" -msgstr "" +#: ../../include/dir_fns.php:18 +msgid "Newest to Oldest" +msgstr "Nyest til eldst" -#: ../../include/text.php:723 -msgid "fingered" -msgstr "" +#: ../../include/dir_fns.php:30 +msgid "Enable Safe Search" +msgstr "Skru på Trygt søk" -#: ../../include/text.php:724 -msgid "rebuff" -msgstr "" +#: ../../include/dir_fns.php:32 +msgid "Disable Safe Search" +msgstr "Skru av Trygt søk" -#: ../../include/text.php:724 -msgid "rebuffed" -msgstr "" +#: ../../include/dir_fns.php:34 +msgid "Safe Mode" +msgstr "Trygt modus" -#: ../../include/text.php:736 -msgid "happy" -msgstr "" +#: ../../include/enotify.php:40 +msgid "Red Matrix Notification" +msgstr "Red Matrix-varsling" -#: ../../include/text.php:737 -msgid "sad" -msgstr "" +#: ../../include/enotify.php:41 +msgid "redmatrix" +msgstr "redmatrix" -#: ../../include/text.php:738 -msgid "mellow" -msgstr "" +#: ../../include/enotify.php:43 +msgid "Thank You," +msgstr "Tusen takk," -#: ../../include/text.php:739 -msgid "tired" -msgstr "" +#: ../../include/enotify.php:45 +#, php-format +msgid "%s Administrator" +msgstr "%s administrator" -#: ../../include/text.php:740 -msgid "perky" -msgstr "" +#: ../../include/enotify.php:80 +#, php-format +msgid "%s " +msgstr "%s " -#: ../../include/text.php:741 -msgid "angry" -msgstr "" +#: ../../include/enotify.php:84 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Notify] Ny melding mottatt hos %s" -#: ../../include/text.php:742 -msgid "stupified" -msgstr "" +#: ../../include/enotify.php:86 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s sendte deg en ny privat melding på %3$s." -#: ../../include/text.php:743 -msgid "puzzled" -msgstr "" +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s sendte deg %2$s." -#: ../../include/text.php:744 -msgid "interested" -msgstr "" +#: ../../include/enotify.php:87 +msgid "a private message" +msgstr "en privat melding" -#: ../../include/text.php:745 -msgid "bitter" -msgstr "" +#: ../../include/enotify.php:88 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger." -#: ../../include/text.php:746 -msgid "cheerful" -msgstr "" +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]a %4$s[/zrl]" -#: ../../include/text.php:747 -msgid "alive" -msgstr "" +#: ../../include/enotify.php:150 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]%4$s's %5$s[/zrl]" -#: ../../include/text.php:748 -msgid "annoyed" -msgstr "" +#: ../../include/enotify.php:159 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]din %4$s[/zrl]" -#: ../../include/text.php:749 -msgid "anxious" -msgstr "" +#: ../../include/enotify.php:170 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Notify] Kommentar til samtale #%1$d av %2$s" -#: ../../include/text.php:750 -msgid "cranky" -msgstr "" +#: ../../include/enotify.php:171 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s kommenterte på et element eller en samtale du følger" -#: ../../include/text.php:751 -msgid "disturbed" -msgstr "" +#: ../../include/enotify.php:174 ../../include/enotify.php:189 +#: ../../include/enotify.php:215 ../../include/enotify.php:234 +#: ../../include/enotify.php:248 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Vennligst besøk %s for å se og/eller svare i samtalen" -#: ../../include/text.php:752 -msgid "frustrated" -msgstr "" +#: ../../include/enotify.php:180 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Notify] %s skrev et innlegg på din profilvegg" -#: ../../include/text.php:753 -msgid "motivated" -msgstr "" +#: ../../include/enotify.php:182 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s skrev et innlegg på din profilvegg på %3$s" -#: ../../include/text.php:754 -msgid "relaxed" -msgstr "" +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s skrev et innlegg på [zrl=%3$s]din vegg[/zrl]" -#: ../../include/text.php:755 -msgid "surprised" -msgstr "" +#: ../../include/enotify.php:208 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Notify] %s merket deg" -#: ../../include/text.php:921 -msgid "January" -msgstr "januar" +#: ../../include/enotify.php:209 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s merket deg på %3$s" -#: ../../include/text.php:921 -msgid "February" -msgstr "februar" +#: ../../include/enotify.php:210 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]merket deg[/zrl]." -#: ../../include/text.php:921 -msgid "March" -msgstr "mars" +#: ../../include/enotify.php:223 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Notify] %1$s prikket deg" -#: ../../include/text.php:921 -msgid "April" -msgstr "april" +#: ../../include/enotify.php:224 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s dyttet deg på %3$s" -#: ../../include/text.php:921 -msgid "May" -msgstr "mai" +#: ../../include/enotify.php:225 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]dyttet deg[/zrl]." -#: ../../include/text.php:921 -msgid "June" -msgstr "juni" +#: ../../include/enotify.php:241 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Notify] %s merket ditt innlegg" -#: ../../include/text.php:921 -msgid "July" -msgstr "juli" +#: ../../include/enotify.php:242 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s merket ditt innlegg på %3$s" -#: ../../include/text.php:921 -msgid "August" -msgstr "august" +#: ../../include/enotify.php:243 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s merket [zrl=%3$s]ditt innlegg[/zrl]" -#: ../../include/text.php:921 -msgid "September" -msgstr "september" +#: ../../include/enotify.php:255 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Notify] Introduksjon mottatt" -#: ../../include/text.php:921 -msgid "October" -msgstr "oktober" +#: ../../include/enotify.php:256 +#, php-format +msgid "%1$s, you've received an introduction from '%2$s' at %3$s" +msgstr "%1$s, du har mottatt en introduksjon fra '%2$s' på %3$s" -#: ../../include/text.php:921 -msgid "November" -msgstr "november" +#: ../../include/enotify.php:257 +#, php-format +msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." +msgstr "%1$s, du mottok [zrl=%2$s]en introduksjon[/zrl] fra %3$s." -#: ../../include/text.php:921 -msgid "December" -msgstr "desember" +#: ../../include/enotify.php:261 ../../include/enotify.php:280 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Du kan besøke profilen deres på %s" -#: ../../include/text.php:1007 -msgid "bytes" -msgstr "bytes" +#: ../../include/enotify.php:263 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Vennligst besøk %s for å godkjenne eller avslå denne introduksjonen." -#: ../../include/text.php:1034 ../../include/text.php:1046 -msgid "Click to open/close" -msgstr "" +#: ../../include/enotify.php:270 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Notify] Venneforslag mottatt" -#: ../../include/text.php:1219 ../../include/user.php:236 -msgid "default" -msgstr "" +#: ../../include/enotify.php:271 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, du har mottatt en venneforespørsel fra '%2$s' hos %3$s" -#: ../../include/text.php:1231 -msgid "Select an alternate language" -msgstr "Velg et annet språk" - -#: ../../include/text.php:1441 -msgid "activity" -msgstr "" - -#: ../../include/text.php:1444 -msgid "post" -msgstr "" - -#: ../../include/text.php:1599 -msgid "Item filed" -msgstr "" - -#: ../../include/diaspora.php:691 -msgid "Sharing notification from Diaspora network" -msgstr "Dele varslinger fra Diaspora nettverket" - -#: ../../include/diaspora.php:2211 -msgid "Attachments:" -msgstr "" - -#: ../../include/network.php:849 -msgid "view full size" -msgstr "" - -#: ../../include/oembed.php:137 -msgid "Embedded content" -msgstr "" - -#: ../../include/oembed.php:146 -msgid "Embedding disabled" -msgstr "Innebygging avskrudd" - -#: ../../include/group.php:25 +#: ../../include/enotify.php:272 +#, php-format msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, du har mottatt [zrl=%2$s]et venneforslaget[/zrl] angående %3$s fra %4$s. " -#: ../../include/group.php:176 -msgid "Default privacy group for new contacts" -msgstr "" +#: ../../include/enotify.php:278 +msgid "Name:" +msgstr "Navn:" -#: ../../include/group.php:195 -msgid "Everybody" -msgstr "Alle" +#: ../../include/enotify.php:279 +msgid "Photo:" +msgstr "Bilde:" -#: ../../include/group.php:218 -msgid "edit" -msgstr "" +#: ../../include/enotify.php:282 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Vennligst besøk %s for å godkjenne eller avslå dette forslaget." -#: ../../include/group.php:240 -msgid "Edit group" -msgstr "" +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bilde overstiger nettstedets størrelsesbegrensning på %lu bytes" -#: ../../include/group.php:241 -msgid "Create a new group" -msgstr "Lag en ny gruppe" +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "Bildefilen er tom." -#: ../../include/group.php:242 -msgid "Contacts not in any group" -msgstr "" +#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 +msgid "Unable to process image" +msgstr "Kan ikke behandle bildet" -#: ../../include/nav.php:46 ../../boot.php:911 -msgid "Logout" -msgstr "Logg ut" +#: ../../include/photos.php:185 +msgid "Photo storage failed." +msgstr "Bildelagring mislyktes." -#: ../../include/nav.php:46 -msgid "End this session" -msgstr "Avslutt denne økten" +#: ../../include/photos.php:306 ../../mod/photos.php:694 +#: ../../mod/photos.php:1191 +msgid "Upload New Photos" +msgstr "Last opp nye bilder" -#: ../../include/nav.php:49 ../../boot.php:1665 -msgid "Status" -msgstr "Status" +#: ../../include/reddav.php:1063 +msgid "Edit File properties" +msgstr "Endre filegenskaper" -#: ../../include/nav.php:64 -msgid "Sign in" -msgstr "Logg inn" - -#: ../../include/nav.php:77 -msgid "Home Page" -msgstr "Hovedside" - -#: ../../include/nav.php:81 -msgid "Create an account" -msgstr "Lag konto" - -#: ../../include/nav.php:86 -msgid "Help and documentation" -msgstr "Hjelp og dokumentasjon" - -#: ../../include/nav.php:89 -msgid "Apps" -msgstr "Programmer" - -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" -msgstr "Tilleggsprorammer, verktøy, spill" - -#: ../../include/nav.php:91 -msgid "Search site content" -msgstr "Søk i nettstedets innhold" - -#: ../../include/nav.php:101 -msgid "Conversations on this site" -msgstr "Samtaler på dette nettstedet" - -#: ../../include/nav.php:103 -msgid "Directory" -msgstr "Katalog" - -#: ../../include/nav.php:103 -msgid "People directory" -msgstr "Personkatalog" - -#: ../../include/nav.php:113 -msgid "Conversations from your friends" -msgstr "Samtaler fra dine venner" - -#: ../../include/nav.php:121 -msgid "Friend Requests" -msgstr "" - -#: ../../include/nav.php:123 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:124 -msgid "Mark all system notifications seen" -msgstr "" - -#: ../../include/nav.php:128 -msgid "Private mail" -msgstr "Privat post" - -#: ../../include/nav.php:129 -msgid "Inbox" -msgstr "Innboks" - -#: ../../include/nav.php:130 -msgid "Outbox" -msgstr "Utboks" - -#: ../../include/nav.php:134 -msgid "Manage" -msgstr "Behandle" - -#: ../../include/nav.php:134 -msgid "Manage other pages" -msgstr "Behandle andre sider" - -#: ../../include/nav.php:138 ../../boot.php:1186 -msgid "Profiles" -msgstr "Profiler" - -#: ../../include/nav.php:138 ../../boot.php:1186 -msgid "Manage/edit profiles" -msgstr "Behandle/endre profiler" - -#: ../../include/nav.php:139 -msgid "Manage/edit friends and contacts" -msgstr "Behandle/endre venner og kontakter" - -#: ../../include/nav.php:146 -msgid "Site setup and configuration" -msgstr "Nettstedsoppsett og konfigurasjon" - -#: ../../include/nav.php:170 -msgid "Nothing new here" -msgstr "" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Eksempel: ole@eksempel.no, http://eksempel.no/kari" - -#: ../../include/contact_widgets.php:23 +#: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" msgid_plural "%d invitations available" msgstr[0] "%d invitasjon tilgjengelig" msgstr[1] "%d invitasjoner tilgjengelig" -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "" +#: ../../include/contact_widgets.php:20 +msgid "Find Channels" +msgstr "Finn kanaler" -#: ../../include/contact_widgets.php:30 +#: ../../include/contact_widgets.php:21 msgid "Enter name or interest" -msgstr "" +msgstr "Skriv navn eller interesse" -#: ../../include/contact_widgets.php:31 +#: ../../include/contact_widgets.php:22 msgid "Connect/Follow" -msgstr "Koble/Følg" +msgstr "Forbindelse/Følg" -#: ../../include/contact_widgets.php:32 +#: ../../include/contact_widgets.php:23 msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" +msgstr "Eksempler: Ola Nordmann, fisking" -#: ../../include/contact_widgets.php:36 +#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 +#: ../../mod/directory.php:212 ../../mod/connections.php:371 +msgid "Find" +msgstr "Finn" + +#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Kanalforslag" + +#: ../../include/contact_widgets.php:27 msgid "Random Profile" -msgstr "" +msgstr "Tilfeldig profil" -#: ../../include/contact_widgets.php:68 -msgid "Networks" -msgstr "" +#: ../../include/contact_widgets.php:28 +msgid "Invite Friends" +msgstr "Inviter venner" -#: ../../include/contact_widgets.php:71 -msgid "All Networks" -msgstr "" - -#: ../../include/contact_widgets.php:98 -msgid "Saved Folders" -msgstr "" - -#: ../../include/contact_widgets.php:101 ../../include/contact_widgets.php:129 -msgid "Everything" -msgstr "" - -#: ../../include/contact_widgets.php:126 -msgid "Categories" -msgstr "" - -#: ../../include/auth.php:35 -msgid "Logged out." -msgstr "Logget ut." - -#: ../../include/auth.php:114 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: ../../include/auth.php:114 -msgid "The error message was:" -msgstr "" - -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Diverse" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "år" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "måned" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "dag" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "aldri" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "for mindre enn ett sekund siden" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "uke" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "time" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "timer" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minutt" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minutter" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "sekund" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "sekunder" - -#: ../../include/datetime.php:300 +#: ../../include/contact_widgets.php:120 #, php-format -msgid "%1$d %2$s ago" -msgstr "" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d forbindelse felles" +msgstr[1] "%d forbindelser felles" -#: ../../include/datetime.php:472 ../../include/items.php:1688 -#, php-format -msgid "%s's birthday" -msgstr "" +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Ny side" -#: ../../include/datetime.php:473 ../../include/items.php:1689 -#, php-format -msgid "Happy Birthday %s" -msgstr "" +#: ../../include/plugin.php:475 ../../include/plugin.php:477 +msgid "Click here to upgrade." +msgstr "Klikk her for å oppgradere." -#: ../../include/onepoll.php:399 -msgid "From: " -msgstr "Fra: " +#: ../../include/plugin.php:483 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Denne handlingen går utenfor grensene satt i din abonnementsplan." -#: ../../include/bbcode.php:185 ../../include/bbcode.php:406 -msgid "Image/photo" -msgstr "Bilde/fotografi" +#: ../../include/plugin.php:488 +msgid "This action is not available under your subscription plan." +msgstr "Denne handlingen er ikke tilgjengelig i din abonnementsplan." -#: ../../include/bbcode.php:371 ../../include/bbcode.php:391 -msgid "$1 wrote:" -msgstr "" +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Kanalen er blokkert på dette nettstedet." -#: ../../include/bbcode.php:410 ../../include/bbcode.php:411 -msgid "Encrypted content" -msgstr "" +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Kanalplassering mangler." -#: ../../include/dba.php:41 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kan ikke finne DNS informasjon for databasetjeneren '%s' " +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "Svaret fra den andre kanalen var ikke komplett." -#: ../../include/message.php:15 ../../include/message.php:171 -msgid "[no subject]" -msgstr "[ikke noe emne]" +#: ../../include/follow.php:126 +msgid "Channel discovery failed." +msgstr "Kanaloppdagelse mislyktes." -#: ../../include/acl_selectors.php:286 -msgid "Visible to everybody" -msgstr "Synlig for alle" +#: ../../include/follow.php:143 +msgid "local account not found." +msgstr "lokal konto ble ikke funnet." -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "" +#: ../../include/follow.php:152 +msgid "Cannot connect to yourself." +msgstr "Kan ikke lage forbindelse med deg selv." -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "" - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "" - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "" - -#: ../../include/enotify.php:89 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:96 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "" - -#: ../../include/enotify.php:104 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:114 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: ../../include/enotify.php:115 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "" - -#: ../../include/enotify.php:118 ../../include/enotify.php:133 -#: ../../include/enotify.php:146 ../../include/enotify.php:164 -#: ../../include/enotify.php:177 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "" - -#: ../../include/enotify.php:125 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "" - -#: ../../include/enotify.php:127 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: ../../include/enotify.php:129 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" - -#: ../../include/enotify.php:140 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "" - -#: ../../include/enotify.php:141 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "" - -#: ../../include/enotify.php:154 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "" - -#: ../../include/enotify.php:155 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" - -#: ../../include/enotify.php:171 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "" - -#: ../../include/enotify.php:172 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" - -#: ../../include/enotify.php:184 -msgid "[Friendica:Notify] Introduction received" -msgstr "" - -#: ../../include/enotify.php:185 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" - -#: ../../include/enotify.php:189 ../../include/enotify.php:207 -#, php-format -msgid "You may visit their profile at %s" -msgstr "" - -#: ../../include/enotify.php:191 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "" - -#: ../../include/enotify.php:198 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "" - -#: ../../include/enotify.php:199 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:200 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:205 -msgid "Name:" -msgstr "" - -#: ../../include/enotify.php:206 -msgid "Photo:" -msgstr "" - -#: ../../include/enotify.php:209 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "" - -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "" - -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk." - -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget." - -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Den angitte profiladressen inneholder for lite information." - -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Fant ingen forfatter eller navn." - -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Ingen nettleser-URL passet med denne adressen." - -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet." - -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg." - -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Ikke i stand til å hente kontaktinformasjon." - -#: ../../include/follow.php:259 -msgid "following" -msgstr "følger" - -#: ../../include/items.php:3299 -msgid "A new person is sharing with you at " -msgstr "" - -#: ../../include/items.php:3299 -msgid "You have a new follower at " -msgstr "Du har en ny følgesvenn på " - -#: ../../include/items.php:3980 -msgid "Archives" -msgstr "" - -#: ../../include/user.php:38 -msgid "An invitation is required." -msgstr "En invitasjon er nødvendig." - -#: ../../include/user.php:43 -msgid "Invitation could not be verified." -msgstr "Invitasjon kunne ikke bekreftes." - -#: ../../include/user.php:51 -msgid "Invalid OpenID url" -msgstr "Ugyldig OpenID URL" - -#: ../../include/user.php:66 -msgid "Please enter the required information." -msgstr "Vennligst skriv inn den nødvendige informasjonen." - -#: ../../include/user.php:80 -msgid "Please use a shorter name." -msgstr "Vennligst bruk et kortere navn." - -#: ../../include/user.php:82 -msgid "Name too short." -msgstr "Navnet er for kort." - -#: ../../include/user.php:97 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)." - -#: ../../include/user.php:102 -msgid "Your email domain is not among those allowed on this site." -msgstr "Ditt e-postdomene er ikke blant de som er tillat på dette stedet." - -#: ../../include/user.php:105 -msgid "Not a valid email address." -msgstr "Ugyldig e-postadresse." - -#: ../../include/user.php:115 -msgid "Cannot use that email." -msgstr "Kan ikke bruke den e-postadressen." - -#: ../../include/user.php:121 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav." - -#: ../../include/user.php:127 ../../include/user.php:225 -msgid "Nickname is already registered. Please choose another." -msgstr "Kallenavnet er allerede registrert. Vennligst velg et annet." - -#: ../../include/user.php:137 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "" - -#: ../../include/user.php:153 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler." - -#: ../../include/user.php:211 -msgid "An error occurred during registration. Please try again." -msgstr "En feil oppstod under registreringen. Vennligst prøv igjen." - -#: ../../include/user.php:246 -msgid "An error occurred creating your default profile. Please try again." -msgstr "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen." - -#: ../../include/security.php:22 -msgid "Welcome " -msgstr "Velkommen" - -#: ../../include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Vennligst last opp et profilbilde." - -#: ../../include/security.php:26 -msgid "Welcome back " -msgstr "Velkommen tilbake" - -#: ../../include/security.php:344 +#: ../../include/security.php:294 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 "" +msgstr "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært åpnet for lenge (>3 timer) før det ble sendt inn." -#: ../../include/Contact.php:111 -msgid "stopped following" -msgstr "sluttet å følge" +#: ../../include/oembed.php:168 +msgid "Embedded content" +msgstr "Innebygget innhold" -#: ../../include/Contact.php:220 ../../include/conversation.php:734 -msgid "Poke" -msgstr "" +#: ../../include/oembed.php:177 +msgid "Embedding disabled" +msgstr "Innbygging avskrudd" -#: ../../include/Contact.php:221 ../../include/conversation.php:728 -msgid "View Status" -msgstr "" +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "Kan se min \"offentlige\" strøm og innlegg" -#: ../../include/Contact.php:222 ../../include/conversation.php:729 -msgid "View Profile" -msgstr "" +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "Kan se min \"offentlige\" kanalprofil" -#: ../../include/Contact.php:223 ../../include/conversation.php:730 -msgid "View Photos" -msgstr "" +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "Kan se mine \"offentlige\" fotoalbum" -#: ../../include/Contact.php:224 ../../include/Contact.php:237 -#: ../../include/conversation.php:731 -msgid "Network Posts" -msgstr "" +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "Kan se min \"offentlige\" adressebok" -#: ../../include/Contact.php:225 ../../include/Contact.php:237 -#: ../../include/conversation.php:732 -msgid "Edit Contact" -msgstr "" +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "Kan se mitt \"offentlige\" fillager" -#: ../../include/Contact.php:226 ../../include/Contact.php:237 -#: ../../include/conversation.php:733 -msgid "Send PM" +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "Kan se mine \"offentlige\" sider" + +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Kan sende meg deres kanalstrøm og innlegg" + +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan lage innlegg på min kanalside (\"vegg\")" + +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "Kan kommentere på mine innlegg" + +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Kan sende meg private meldinger" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Kan legge inn bilder i mine fotoalbum" + +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan videresende til alle mine kanalkontakter via @navn i innlegg" + +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avansert - nyttig for å lage forumkanaler for grupper" + +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "Kan chatte/sende lynmeldinger til meg (når tilgjengelig)" + +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "Kan skrive til mitt \"offentlige\" fillager" + +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "Kan endre mine \"offentlige\" sider" + +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "Kan bruke mine \"offentlige\" innlegg som kanalkilde i egne kanaler" + +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Litt avansert - svært nyttig i åpne fellesskap" + +#: ../../include/permissions.php:32 +msgid "Can send me bookmarks" +msgstr "Kan sende meg bokmerker" + +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" +msgstr "Kan administrere mine kanalressurser" + +#: ../../include/permissions.php:33 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Ekstremt avansert. La dette være med mindre du vet hva du gjør" + +#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "Tillatelse avvist" + +#: ../../include/items.php:756 +msgid "(Unknown)" +msgstr "(Ukjent)" + +#: ../../include/items.php:3509 ../../mod/thing.php:78 ../../mod/admin.php:151 +#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "Elementet ble ikke funnet." + +#: ../../include/items.php:3845 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Samlingen ble ikke funnet." + +#: ../../include/items.php:3860 +msgid "Collection is empty." +msgstr "Samlingen er tom." + +#: ../../include/items.php:3867 +#, php-format +msgid "Collection: %s" +msgstr "Samling: %s" + +#: ../../include/items.php:3878 +#, php-format +msgid "Connection: %s" +msgstr "Forbindelse: %s" + +#: ../../include/items.php:3881 +msgid "Connection not found." +msgstr "Forbindelsen ble ikke funnet." + +#: ../../include/zot.php:574 +msgid "Invalid data packet" +msgstr "Ugyldig datapakke" + +#: ../../include/zot.php:584 +msgid "Unable to verify channel signature" +msgstr "Ikke i stand til å sjekke kanalsignaturen" + +#: ../../include/zot.php:761 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Ikke i stand til å bekrefte signaturen til %s" + +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Ingen kanal." + +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Felles forbindelser" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Ingen forbindelser felles." + +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Hendelsestittel og starttidspunkt er påkrevd." + +#: ../../mod/events.php:287 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:309 +msgid "Edit event" +msgstr "Endre hendelse" + +#: ../../mod/events.php:355 +msgid "Create New Event" +msgstr "Lag ny hendelse" + +#: ../../mod/events.php:356 +msgid "Previous" +msgstr "Forrige" + +#: ../../mod/events.php:357 ../../mod/setup.php:258 +msgid "Next" +msgstr "Neste" + +#: ../../mod/events.php:428 +msgid "hour:minute" +msgstr "time:minutt" + +#: ../../mod/events.php:447 +msgid "Event details" +msgstr "Hendelsesdetaljer" + +#: ../../mod/events.php:448 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Formatet er %s %s. Startdato og tittel er påkrevd." + +#: ../../mod/events.php:450 +msgid "Event Starts:" +msgstr "Hendelsen starter:" + +#: ../../mod/events.php:450 ../../mod/events.php:464 +msgid "Required" +msgstr "Påkrevd" + +#: ../../mod/events.php:453 +msgid "Finish date/time is not known or not relevant" +msgstr "Sluttdato/-tidspunkt er ikke kjent eller ikke relevant" + +#: ../../mod/events.php:455 +msgid "Event Finishes:" +msgstr "Hendelsen slutter:" + +#: ../../mod/events.php:458 +msgid "Adjust for viewer timezone" +msgstr "Juster i forhold til tilskuerens tidssone" + +#: ../../mod/events.php:460 +msgid "Description:" +msgstr "Beskrivelse:" + +#: ../../mod/events.php:464 +msgid "Title:" +msgstr "Tittel:" + +#: ../../mod/events.php:466 +msgid "Share this event" +msgstr "Del denne hendelsen" + +#: ../../mod/thing.php:98 +msgid "Thing updated" +msgstr "Tingen er oppdatert" + +#: ../../mod/thing.php:158 +msgid "Object store: failed" +msgstr "Objektlagring: mislyktes" + +#: ../../mod/thing.php:162 +msgid "Thing added" +msgstr "Ting lagt til" + +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" + +#: ../../mod/thing.php:234 +msgid "Show Thing" +msgstr "Vis ting" + +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "element ble ikke funnet." + +#: ../../mod/thing.php:269 +msgid "Edit Thing" +msgstr "Endre ting" + +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" +msgstr "Velg en profil" + +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" +msgstr "Velg en kategori med ting, for eksempel l_____ noe" + +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" +msgstr "Legg inn en aktivitet" + +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" +msgstr "Sender bare til seere av den aktuelle profilen" + +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" +msgstr "Navn på ting for eksempel noe" + +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" +msgstr "URL til ting (valgfritt)" + +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" +msgstr "URL til bilde av ting (valgfritt)" + +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" +msgstr "Legg til ting i din profil" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Grensen for totalt antall invitasjoner er overskredet." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : ikke en gyldig e-postadresse." + +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "Bli med oss på Red" + +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted." + +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : meldingslevering feilet." + +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d melding sendt." +msgstr[1] "%d meldinger sendt." + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Du har ikke flere invitasjoner tilgjengelig" + +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Send invitasjoner" + +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Skriv e-postadresser, en per linje:" + +#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +msgid "Your message:" +msgstr "Din melding:" + +#: ../../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 "Du er hjertelig invitert til å være med meg og noen andre nære venner i Red Matrix - et nytt og revolusjonerende desentralisert kommunikasjons- og informasjonsverktøy." + +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Du må oppgi denne invitasjonskoden: $invite_code" + +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Vennligst besøk min kanal hos" + +#: ../../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 "Når du har registrert (på ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:" + +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "Klikk på [Registering]-lenken på følgende side for å bli med." + +#: ../../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 "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til å forandre Internett som vi kjenner det, vær vennlig å besøke http://getzot.com" + +#: ../../mod/settings.php:71 +msgid "Name is required" +msgstr "Navn er påkrevd" + +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" +msgstr "Nøkkel og hemmelighet er påkrevd" + +#: ../../mod/settings.php:79 ../../mod/settings.php:541 +msgid "Update" +msgstr "Oppdater" + +#: ../../mod/settings.php:195 +msgid "Passwords do not match. Password unchanged." +msgstr "Passordene stemmer ikke overens. Passord uforandret." + +#: ../../mod/settings.php:199 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tomme passord er ikke tillatt. Passord uforandret." + +#: ../../mod/settings.php:212 +msgid "Password changed." +msgstr "Passord endret." + +#: ../../mod/settings.php:214 +msgid "Password update failed. Please try again." +msgstr "Passord oppdatering mislyktes. Vennligst prøv igjen." + +#: ../../mod/settings.php:228 +msgid "Not valid email." +msgstr "Ikke gyldig e-post." + +#: ../../mod/settings.php:231 +msgid "Protected email address. Cannot change to that email." +msgstr "Beskyttet e-postadresse. Kan ikke endre til den e-postadressen." + +#: ../../mod/settings.php:240 +msgid "System failure storing new email. Please try again." +msgstr "Systemfeil ved lagring av ny e-post. Vennligst prøv igjen." + +#: ../../mod/settings.php:443 +msgid "Settings updated." +msgstr "Innstillinger oppdatert." + +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 +msgid "Add application" +msgstr "Legg til program" + +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +msgid "Name" +msgstr "Navn" + +#: ../../mod/settings.php:517 +msgid "Name of application" +msgstr "Navn på program" + +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: ../../mod/settings.php:518 ../../mod/settings.php:519 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatisk laget - kan endres om du vil. Største lengde 20" + +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: ../../mod/settings.php:520 ../../mod/settings.php:546 +msgid "Redirect" +msgstr "Omdirigering" + +#: ../../mod/settings.php:520 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "Omdirigerings-URI - la stå tomt hvis ikke ditt program spesifikt krever dette" + +#: ../../mod/settings.php:521 ../../mod/settings.php:547 +msgid "Icon url" +msgstr "Ikon-URL" + +#: ../../mod/settings.php:521 +msgid "Optional" +msgstr "Valgfritt" + +#: ../../mod/settings.php:532 +msgid "You can't edit this application." +msgstr "Du kan ikke endre dette programmet." + +#: ../../mod/settings.php:575 +msgid "Connected Apps" +msgstr "Tilkoblede app-er" + +#: ../../mod/settings.php:579 +msgid "Client key starts with" +msgstr "Klientnøkkel starter med" + +#: ../../mod/settings.php:580 +msgid "No name" +msgstr "Ikke noe navn" + +#: ../../mod/settings.php:581 +msgid "Remove authorization" +msgstr "Fjern tillatelse" + +#: ../../mod/settings.php:592 +msgid "No feature settings configured" +msgstr "Ingen funksjonsinnstillinger er konfigurert" + +#: ../../mod/settings.php:600 +msgid "Feature Settings" +msgstr "Funksjonsinnstillinger" + +#: ../../mod/settings.php:623 +msgid "Account Settings" +msgstr "Kontoinnstillinger" + +#: ../../mod/settings.php:624 +msgid "Password Settings" +msgstr "Passordinnstillinger" + +#: ../../mod/settings.php:625 +msgid "New Password:" +msgstr "Nytt passord:" + +#: ../../mod/settings.php:626 +msgid "Confirm:" +msgstr "Bekreft:" + +#: ../../mod/settings.php:626 +msgid "Leave password fields blank unless changing" +msgstr "La passordfeltene stå blanke om det ikke skal endres" + +#: ../../mod/settings.php:628 ../../mod/settings.php:938 +msgid "Email Address:" +msgstr "E-postadresse:" + +#: ../../mod/settings.php:629 +msgid "Remove Account" +msgstr "Slett konto" + +#: ../../mod/settings.php:630 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Advarsel: Denne handlingen er permanent og kan ikke angres." + +#: ../../mod/settings.php:646 +msgid "Off" +msgstr "Av" + +#: ../../mod/settings.php:646 +msgid "On" +msgstr "På" + +#: ../../mod/settings.php:653 +msgid "Additional Features" +msgstr "Ekstra funksjoner" + +#: ../../mod/settings.php:678 +msgid "Connector Settings" +msgstr "Koblingsinnstillinger" + +#: ../../mod/settings.php:708 ../../mod/admin.php:379 +msgid "No special theme for mobile devices" +msgstr "Ikke noe spesielt tema for mobile enheter" + +#: ../../mod/settings.php:749 +msgid "Display Settings" +msgstr "Visningsinnstillinger" + +#: ../../mod/settings.php:755 +msgid "Display Theme:" +msgstr "Visningstema:" + +#: ../../mod/settings.php:756 +msgid "Mobile Theme:" +msgstr "Mobiltema:" + +#: ../../mod/settings.php:757 +msgid "Update browser every xx seconds" +msgstr "Oppdater nettleser hvert xx sekunder" + +#: ../../mod/settings.php:757 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimum 10 sekunder, ikke noe maksimum" + +#: ../../mod/settings.php:758 +msgid "Maximum number of conversations to load at any time:" +msgstr "Maksimalt antall samtaler å laste samtidig:" + +#: ../../mod/settings.php:758 +msgid "Maximum of 100 items" +msgstr "Maksimum 100 elementer" + +#: ../../mod/settings.php:759 +msgid "Don't show emoticons" +msgstr "Ikke vis følelsesikoner" + +#: ../../mod/settings.php:760 +msgid "Do not view remote profiles in frames" +msgstr "Ikke vis eksterne profiler i rammer" + +#: ../../mod/settings.php:760 +msgid "By default open in a sub-window of your own site" +msgstr "Standard - åpne i et sub-vindu på ditt eget nettsted" + +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" +msgstr "Systemsidens layoutbehandler - (avansert)" + +#: ../../mod/settings.php:796 +msgid "Nobody except yourself" +msgstr "Ingen unntatt deg selv" + +#: ../../mod/settings.php:797 +msgid "Only those you specifically allow" +msgstr "Bare de du spesifikt tillater" + +#: ../../mod/settings.php:798 +msgid "Anybody in your address book" +msgstr "Enhver i din adressebok" + +#: ../../mod/settings.php:799 +msgid "Anybody on this website" +msgstr "Enhver ved dette nettstedet" + +#: ../../mod/settings.php:800 +msgid "Anybody in this network" +msgstr "Enhver i dette nettverket" + +#: ../../mod/settings.php:801 +msgid "Anybody authenticated" +msgstr "Enhver som er autentisert" + +#: ../../mod/settings.php:802 +msgid "Anybody on the internet" +msgstr "Enhver på Internett" + +#: ../../mod/settings.php:879 +msgid "Publish your default profile in the network directory" +msgstr "Publiser din standardprofil i nettverkskatalogen" + +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 +msgid "No" +msgstr "Nei" + +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/settings.php:884 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?" + +#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288 +msgid "or" +msgstr "eller" + +#: ../../mod/settings.php:893 +msgid "Your channel address is" +msgstr "Din kanaladresse er" + +#: ../../mod/settings.php:927 +msgid "Channel Settings" +msgstr "Kanalinnstillinger" + +#: ../../mod/settings.php:936 +msgid "Basic Settings" +msgstr "Grunninnstillinger" + +#: ../../mod/settings.php:939 +msgid "Your Timezone:" +msgstr "Din tidssone:" + +#: ../../mod/settings.php:940 +msgid "Default Post Location:" +msgstr "Standard plassering ved innlegg:" + +#: ../../mod/settings.php:941 +msgid "Use Browser Location:" +msgstr "Bruk nettleseren sin plassering:" + +#: ../../mod/settings.php:943 +msgid "Adult Content" +msgstr "Voksent innhold" + +#: ../../mod/settings.php:943 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Denne kanalen vil ofte eller jevnlig publisere voksent innhold. (Vennligst merk alt voksent materiale og/eller nakenhet med #NSFW)" + +#: ../../mod/settings.php:945 +msgid "Security and Privacy Settings" +msgstr "Sikkerhets- og personverninnstillinger" + +#: ../../mod/settings.php:947 +msgid "Hide my online presence" +msgstr "Skjul min tilstedeværelse online" + +#: ../../mod/settings.php:947 +msgid "Prevents displaying in your profile that you are online" +msgstr "Forhindrer visning på din profil av at du er online " + +#: ../../mod/settings.php:949 +msgid "Simple Privacy Settings:" +msgstr "Enkle personverninnstillinger:" + +#: ../../mod/settings.php:950 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "Svært offentlig - ekstremt åpent (bør brukes med varsomhet)" + +#: ../../mod/settings.php:951 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "Typisk - standard er offentlig, personvern når ønsket (likner på tillatelser i sosiale nettverk, men med forbedret personvern)" + +#: ../../mod/settings.php:952 +msgid "Private - default private, never open or public" +msgstr "Privat - standard er privat, aldri åpen eller offentlig" + +#: ../../mod/settings.php:953 +msgid "Blocked - default blocked to/from everybody" +msgstr "Blokkert - standard blokkert til/fra alle" + +#: ../../mod/settings.php:955 +msgid "Allow others to tag your posts" +msgstr "Tillat andre å merke dine innlegg" + +#: ../../mod/settings.php:955 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Ofte brukt av fellesskapet for å merke upassende innhold i etterkant" + +#: ../../mod/settings.php:957 +msgid "Advanced Privacy Settings" +msgstr "Avanserte personverninnstillinger" + +#: ../../mod/settings.php:959 +msgid "Maximum Friend Requests/Day:" +msgstr "Maksimalt antall venneforespørsler per dag:" + +#: ../../mod/settings.php:959 +msgid "May reduce spam activity" +msgstr "Kan redusere søppelpostaktivitet" + +#: ../../mod/settings.php:960 +msgid "Default Post Permissions" +msgstr "Standard innleggstillatelser" + +#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +msgid "(click to open/close)" +msgstr "(klikk for å åpne/lukke)" + +#: ../../mod/settings.php:972 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:" + +#: ../../mod/settings.php:972 +msgid "Useful to reduce spamming" +msgstr "Nyttig for å redusere søppelpost" + +#: ../../mod/settings.php:975 +msgid "Notification Settings" +msgstr "Varslingsinnstillinger" + +#: ../../mod/settings.php:976 +msgid "By default post a status message when:" +msgstr "Legg inn en statusmelding når du:" + +#: ../../mod/settings.php:977 +msgid "accepting a friend request" +msgstr "aksepterer en venneforespørsel" + +#: ../../mod/settings.php:978 +msgid "joining a forum/community" +msgstr "blir med i et forum/miljø" + +#: ../../mod/settings.php:979 +msgid "making an interesting profile change" +msgstr "gjør en interessant profilendring" + +#: ../../mod/settings.php:980 +msgid "Send a notification email when:" +msgstr "Send en varsel-e-post når:" + +#: ../../mod/settings.php:981 +msgid "You receive an introduction" +msgstr "Du mottar en introduksjon" + +#: ../../mod/settings.php:982 +msgid "Your introductions are confirmed" +msgstr "Dine introduksjoner blir bekreftet" + +#: ../../mod/settings.php:983 +msgid "Someone writes on your profile wall" +msgstr "Noen skriver på din profilvegg" + +#: ../../mod/settings.php:984 +msgid "Someone writes a followup comment" +msgstr "Noen skriver en oppfølgende kommentar" + +#: ../../mod/settings.php:985 +msgid "You receive a private message" +msgstr "Du mottar en privat melding" + +#: ../../mod/settings.php:986 +msgid "You receive a friend suggestion" +msgstr "Du mottok et venneforslag" + +#: ../../mod/settings.php:987 +msgid "You are tagged in a post" +msgstr "Du merkes i et innlegg" + +#: ../../mod/settings.php:988 +msgid "You are poked/prodded/etc. in a post" +msgstr "Du ble prikket/oppildnet/og så vider i et innlegg" + +#: ../../mod/settings.php:991 +msgid "Advanced Account/Page Type Settings" +msgstr "Avanserte innstillinger for konto/sidetype" + +#: ../../mod/settings.php:992 +msgid "Change the behaviour of this account for special situations" +msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner" + +#: ../../mod/settings.php:995 +msgid "" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "Vennligst skru på ekspertmodus (under Innstillinger > Ekstra funksjoner) for å justere!" + +#: ../../mod/settings.php:996 +msgid "Miscellaneous Settings" +msgstr "Diverse innstillinger" + +#: ../../mod/settings.php:998 +msgid "Personal menu to display in your channel pages" +msgstr "Personlig meny som kan vises på dine kanalsider" + +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Menyen er oppdatert." + +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Ikke i stand til å oppdatere meny." + +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Meny laget." + +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Ikke i stand til å lage meny." + +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Håndtere menyer" + +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Slett" + +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Lag en ny meny" + +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Slett denne menyen" + +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Endre menyinnholdet" + +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Endre denne menyen" + +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Ny meny" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Menynavn" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "Må være unik, ses bare av deg" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Menytittel" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "Menytittelen andre ser" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "Tillat bokmerker" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menyen kan brukes til å lagre lagrede bokmerker" + +#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117 +msgid "Create" +msgstr "Lag" + +#: ../../mod/menu.php:92 ../../mod/mitem.php:14 +msgid "Menu not found." +msgstr "Menyen ble ikke funnet." + +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Meny slettet." + +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." +msgstr "Menyen kunne ikke bli slettet." + +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Endre meny" + +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "Legg til eller fjern punkter i denne menyen" + +#: ../../mod/menu.php:114 ../../mod/mitem.php:186 +msgid "Modify" +msgstr "Endre" + +#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/dirprofile.php:181 +msgid "Not found." +msgstr "Ikke funnet." + +#: ../../mod/webpages.php:121 ../../mod/layouts.php:115 +#: ../../mod/blocks.php:96 +msgid "View" +msgstr "Vis" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Tillat programforbindelse" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Gå tilbake til din app og legg inn denne sikkerhetskoden:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Vennligst logg inn for å fortsette." + +#: ../../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 "Vil du tillate dette programmet å få tilgang til dine innlegg og kontakter, og/eller lage nye innlegg for deg?" + +#: ../../mod/apps.php:8 +msgid "No installed applications." +msgstr "Ingen installerte programmer." + +#: ../../mod/apps.php:13 +msgid "Applications" +msgstr "Programmer" + +#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +msgid "Edit post" +msgstr "Endre innlegg" + +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++" + +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "Bokmerke lagt til" + +#: ../../mod/bookmarks.php:53 +msgid "My Bookmarks" +msgstr "Mine bokmerker" + +#: ../../mod/bookmarks.php:64 +msgid "My Connections Bookmarks" +msgstr "Mine forbindelsers bokmerker" + +#: ../../mod/item.php:145 +msgid "Unable to locate original post." +msgstr "Ikke i stand til å finne opprinnelig innlegg." + +#: ../../mod/item.php:346 +msgid "Empty post discarded." +msgstr "Tomt innlegg forkastet." + +#: ../../mod/item.php:388 +msgid "Executable content type not permitted to this channel." +msgstr "Kjørbar innholdstype er ikke tillat for denne kanalen." + +#: ../../mod/item.php:845 +msgid "System error. Post not saved." +msgstr "Systemfeil. Innlegg ble ikke lagret." + +#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Veggbilder" + +#: ../../mod/item.php:1192 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Du har nådd din grense på %1$.0f startinnlegg." + +#: ../../mod/item.php:1198 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Du har nådd din grense på %1$.0f websider." + +#: ../../mod/subthread.php:105 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s følger %2$s sin %3$s" + +#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 +#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 +#: ../../mod/update_community.php:18 +msgid "[Embedded content - reload page to view]" +msgstr "[Innebygget innhold - last siden på nytt for å se]" + +#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 +#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Kanalen ble ikke funnet." + +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" +msgstr "Skru på fullskjerm-modus" + +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s merket %3$s til %2$s med %4$s" + +#: ../../mod/chat.php:19 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "Du må være innloegget for å se denne siden." + +#: ../../mod/chat.php:165 +msgid "Room not found" +msgstr "Rommet ble ikke funnet" + +#: ../../mod/chat.php:175 +msgid "Leave Room" +msgstr "Forlat rom" + +#: ../../mod/chat.php:176 +msgid "I am away right now" +msgstr "Jeg er borte akkurat nå" + +#: ../../mod/chat.php:177 +msgid "I am online" +msgstr "Jeg er online" + +#: ../../mod/chat.php:179 +msgid "Bookmark this room" +msgstr "Bokmerk dette rommet" + +#: ../../mod/chat.php:203 ../../mod/chat.php:223 +msgid "New Chatroom" +msgstr "Nytt chatrom" + +#: ../../mod/chat.php:204 +msgid "Chatroom Name" +msgstr "Navn på chatrom" + +#: ../../mod/chat.php:219 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "%1$s sine chatrom" + +#: ../../mod/viewconnections.php:17 ../../mod/search.php:13 +#: ../../mod/directory.php:15 ../../mod/display.php:9 +#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 +#: ../../mod/photos.php:443 +msgid "Public access denied." +msgstr "Offentlig tilgang avvist." + +#: ../../mod/viewconnections.php:43 +msgid "No connections." +msgstr "Ingen forbindelser." + +#: ../../mod/viewconnections.php:55 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Besøk %s sin profil [%s]" + +#: ../../mod/viewconnections.php:70 +msgid "View Connnections" +msgstr "Vis forbindelser" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Merkelapp fjernet" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Fjern merkelapp fra element" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Velg merkelapp å fjerne:" + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +msgid "Remove" +msgstr "Fjern" + +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Fortsett" + +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Premiumkanal-oppsett" + +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "Slå på restriksjoner for forbindelse med premiumkanal" + +#: ../../mod/connect.php:87 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Vennligst skriv dine restriksjoner og betingelser, slik som PayPal-kvittering, retningslinjer for bruk, og så videre." + +#: ../../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 "Denne kanalen kan kreve ytterligere steg og bekreftelse av følgende betingelser før tilkobling:" + +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Potensielle forbindelser vil da se følgende tekst før de går videre:" + +#: ../../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 "Ved å fortsette bekrefter jeg at jeg har oppfylt alle instruksjoner gitt på denne siden." + +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Ingen spesifikke instruksjoner er gitt av kanaleieren.)" + +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "Begrenset kanal eller premiumkanal" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Ingen potensielle sidedelegater er funnet." + +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Deleger sidehåndtering" + +#: ../../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 "Delegater kan håndtere alle sider ved denne kontoen/siden unntatt grunnleggende kontoinformasjon. Vennligst ikke deleger din personlige konto til noen du ikke stoler fullstendig på." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Eksisterende sidehåndterere" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Eksisterende sidedelegater" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potensielle sidedelegater" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Legg til" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Ingen oppføringer." + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout er oppdatert." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Endre beskrivelsen av systemsiden" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layouten ble ikke funnet." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulnavn:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Layout-hjelp" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Elementet er ikke tilgjengelig." + +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "Menyelement er oppdatert." + +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." +msgstr "Ikke i stand til å oppdatere menyelement." + +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Menyelement lagt til." + +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Ikke i stand til å legge til menyelement." + +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Håndtere menyelementer" + +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Endre meny" + +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Endre element" + +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Slett element" + +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Nytt element" + +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" +msgstr "Endre denne menybeholderen" + +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Legg til menyelement" + +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Slett dette menyelementet" + +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Endre dette menyelementet" + +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Nytt menyelement" + +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "Menyelement Tillatelser" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Lenketekst" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "URL-en til lenken" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "Bruk Red sin magiske-autent hvis mulig" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "Åpne lenke i nytt vindu" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "Ordne i liste" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Høyere tall vil synke mot bunnen av listen" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "Menyelement ble ikke funnet." + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "Menyelement slettet." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "Menyelement kunne ikke bli slettet." + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Endre menyelement" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ugyldig profil-identifikator." + +#: ../../mod/profperm.php:105 +msgid "Profile Visibility Editor" +msgstr "Endre profilsynlighet" + +#: ../../mod/profperm.php:109 +msgid "Click on a contact to add or remove." +msgstr "Klikk på en kontakt for å legge til eller fjerne." + +#: ../../mod/profperm.php:118 +msgid "Visible To" +msgstr "Synlig for" + +#: ../../mod/profperm.php:134 ../../mod/connections.php:256 +msgid "All Connections" +msgstr "Alle forbindelser" + +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Samling opprettet." + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Kunne ikke lage samling." + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Samlingen er oppdatert." + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Lag en samling med kanaler." + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Navn på samling:" + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Medlemmer er synlig for andre kanaler" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Samling fjernet." + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Ikke i stand til å fjerne samlingen." + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Samlingsbehandler" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Medlemmer" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alle tilkoblede kanaler" + +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "Klikk på en kanal for å legge til eller fjerne." + +#: ../../mod/admin.php:48 +msgid "Theme settings updated." +msgstr "Temainnstillinger er oppdatert." + +#: ../../mod/admin.php:88 ../../mod/admin.php:430 +msgid "Site" +msgstr "Nettsted" + +#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 +msgid "Users" +msgstr "Brukere" + +#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +msgid "Plugins" +msgstr "Tilleggsfunksjoner" + +#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +msgid "Themes" +msgstr "Temaer" + +#: ../../mod/admin.php:92 ../../mod/admin.php:529 +msgid "Server" +msgstr "Tjener" + +#: ../../mod/admin.php:93 +msgid "DB updates" +msgstr "Databaseoppdateringer" + +#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +msgid "Logs" +msgstr "Logger" + +#: ../../mod/admin.php:113 +msgid "Plugin Features" +msgstr "Tilleggsfunksjoner" + +#: ../../mod/admin.php:115 +msgid "User registrations waiting for confirmation" +msgstr "Brukerregistreringer som venter på bekreftelse" + +#: ../../mod/admin.php:189 +msgid "Message queues" +msgstr "Meldingskøer" + +#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 +#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 +#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +msgid "Administration" +msgstr "Administrasjon" + +#: ../../mod/admin.php:195 +msgid "Summary" +msgstr "Sammendrag" + +#: ../../mod/admin.php:197 +msgid "Registered users" +msgstr "Registrerte brukere" + +#: ../../mod/admin.php:199 ../../mod/admin.php:532 +msgid "Pending registrations" +msgstr "Ventende registreringer" + +#: ../../mod/admin.php:200 +msgid "Version" +msgstr "Versjon" + +#: ../../mod/admin.php:202 ../../mod/admin.php:533 +msgid "Active plugins" +msgstr "Aktive tilleggsfunksjoner" + +#: ../../mod/admin.php:350 +msgid "Site settings updated." +msgstr "Nettstedsinnstillinger er oppdatert." + +#: ../../mod/admin.php:381 +msgid "No special theme for accessibility" +msgstr "Ikke noe spesielt tema for universell utforming" + +#: ../../mod/admin.php:409 +msgid "Closed" +msgstr "Lukket" + +#: ../../mod/admin.php:410 +msgid "Requires approval" +msgstr "Krever godkjenning" + +#: ../../mod/admin.php:411 +msgid "Open" +msgstr "Åpen" + +#: ../../mod/admin.php:416 +msgid "Private" +msgstr "Privat" + +#: ../../mod/admin.php:417 +msgid "Paid Access" +msgstr "Betalt tilgang" + +#: ../../mod/admin.php:418 +msgid "Free Access" +msgstr "Gratis tilgang" + +#: ../../mod/admin.php:419 +msgid "Tiered Access" +msgstr "Lagdelt tilgang" + +#: ../../mod/admin.php:432 ../../mod/register.php:189 +msgid "Registration" +msgstr "Registrering" + +#: ../../mod/admin.php:433 +msgid "File upload" +msgstr "Last opp fil" + +#: ../../mod/admin.php:434 +msgid "Policies" +msgstr "Retningslinjer" + +#: ../../mod/admin.php:435 +msgid "Advanced" +msgstr "Avansert" + +#: ../../mod/admin.php:439 +msgid "Site name" +msgstr "Nettstedets navn" + +#: ../../mod/admin.php:440 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: ../../mod/admin.php:441 +msgid "Administrator Information" +msgstr "Administratorinformasjon" + +#: ../../mod/admin.php:441 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Kontaktinformasjon til nettstedsadministratorer. Vises på siteinfo-siden. BBCode kan brukes her" + +#: ../../mod/admin.php:442 +msgid "System language" +msgstr "Systemspråk" + +#: ../../mod/admin.php:443 +msgid "System theme" +msgstr "Systemtema" + +#: ../../mod/admin.php:443 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Standard systemtema - kan overstyres av brukerprofiler - endre temainnstillinger" + +#: ../../mod/admin.php:444 +msgid "Mobile system theme" +msgstr "Mobilt systemtema" + +#: ../../mod/admin.php:444 +msgid "Theme for mobile devices" +msgstr "Tema for mobile enheter" + +#: ../../mod/admin.php:445 +msgid "Accessibility system theme" +msgstr "Universelt utformet systemtema" + +#: ../../mod/admin.php:445 +msgid "Accessibility theme" +msgstr "Universelt utformet tema" + +#: ../../mod/admin.php:446 +msgid "Channel to use for this website's static pages" +msgstr "Kanal å bruke for dette nettstedets statiske sider" + +#: ../../mod/admin.php:446 +msgid "Site Channel" +msgstr "Nettstedets kanal" + +#: ../../mod/admin.php:448 +msgid "Maximum image size" +msgstr "Største bildestørrelse" + +#: ../../mod/admin.php:448 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset." + +#: ../../mod/admin.php:449 +msgid "Register policy" +msgstr "Retningslinjer for registrering" + +#: ../../mod/admin.php:450 +msgid "Access policy" +msgstr "Retningslinjer for tilgang" + +#: ../../mod/admin.php:451 +msgid "Register text" +msgstr "Registreringstekst" + +#: ../../mod/admin.php:451 +msgid "Will be displayed prominently on the registration page." +msgstr "Vil bli vist på en fremtredende måte på registreringssiden." + +#: ../../mod/admin.php:452 +msgid "Accounts abandoned after x days" +msgstr "Kontoer forlatt etter x dager" + +#: ../../mod/admin.php:452 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for å ikke sette noen tidsgrense." + +#: ../../mod/admin.php:453 +msgid "Allowed friend domains" +msgstr "Tillatte vennedomener" + +#: ../../mod/admin.php:453 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Kommaseparert liste over domener som har lov til å etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for å tillate alle domener." + +#: ../../mod/admin.php:454 +msgid "Allowed email domains" +msgstr "Tillate e-postdomener" + +#: ../../mod/admin.php:454 +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 "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt" + +#: ../../mod/admin.php:455 +msgid "Block public" +msgstr "Blokker offentlig tilgang" + +#: ../../mod/admin.php:455 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Kryss av for å blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige på dette nettstedet med mindre du er logget inn." + +#: ../../mod/admin.php:456 +msgid "Force publish" +msgstr "Tving publisering" + +#: ../../mod/admin.php:456 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Kryss av for å tvinge alle profiler på dette nettstedet til å bli oppført i nettstedet sin katalog." + +#: ../../mod/admin.php:457 +msgid "No login on Homepage" +msgstr "Ingen innlogging på hjemmesiden" + +#: ../../mod/admin.php:457 +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 "Sett hake for å skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel når du legger inn innhold på hjemmesiden via nettstedskanalen)." + +#: ../../mod/admin.php:459 +msgid "Proxy user" +msgstr "Brukernavn mellomtjener" + +#: ../../mod/admin.php:460 +msgid "Proxy URL" +msgstr "Mellomtjener URL" + +#: ../../mod/admin.php:461 +msgid "Network timeout" +msgstr "Nettverk tidsavbrudd" + +#: ../../mod/admin.php:461 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt)." + +#: ../../mod/admin.php:462 +msgid "Delivery interval" +msgstr "Leveringsinterval" + +#: ../../mod/admin.php:462 +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 "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere." + +#: ../../mod/admin.php:463 +msgid "Poll interval" +msgstr "Spørreintervall" + +#: ../../mod/admin.php:463 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet." + +#: ../../mod/admin.php:464 +msgid "Maximum Load Average" +msgstr "Største belastningsgjennomsnitt" + +#: ../../mod/admin.php:464 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50." + +#: ../../mod/admin.php:520 +msgid "No server found" +msgstr "Ingen tjener funnet" + +#: ../../mod/admin.php:527 ../../mod/admin.php:751 +msgid "ID" +msgstr "ID" + +#: ../../mod/admin.php:527 +msgid "for channel" +msgstr "for kanalen" + +#: ../../mod/admin.php:527 +msgid "on server" +msgstr "på tjener" + +#: ../../mod/admin.php:527 +msgid "Status" +msgstr "Status" + +#: ../../mod/admin.php:548 +msgid "Update has been marked successful" +msgstr "Oppdateringen har blitt merket som en suksess" + +#: ../../mod/admin.php:558 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Utføring av %s feilet. Sjekk systemlogger." + +#: ../../mod/admin.php:561 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Oppdatering %s ble gjennomført med suksess." + +#: ../../mod/admin.php:565 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket." + +#: ../../mod/admin.php:568 +#, php-format +msgid "Update function %s could not be found." +msgstr "Oppdatering av funksjon %s kunne ikke finnes." + +#: ../../mod/admin.php:583 +msgid "No failed updates." +msgstr "Ingen mislykkede oppdateringer." + +#: ../../mod/admin.php:587 +msgid "Failed Updates" +msgstr "Mislykkede oppdateringer" + +#: ../../mod/admin.php:589 +msgid "Mark success (if update was manually applied)" +msgstr "Marker suksess (hvis oppdateringen ble gjennomført manuelt)" + +#: ../../mod/admin.php:590 +msgid "Attempt to execute this update step automatically" +msgstr "Prøv å gjennomføre dette oppdateringstrinnet automatisk" + +#: ../../mod/admin.php:616 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s bruker blokkert/ikke blokkert lenger" +msgstr[1] "%s brukere blokkert/ikke blokkert lenger" + +#: ../../mod/admin.php:623 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s bruker slettet" +msgstr[1] "%s brukere slettet" + +#: ../../mod/admin.php:654 +msgid "Account not found" +msgstr "Kontoen ble ikke funnet" + +#: ../../mod/admin.php:665 +#, php-format +msgid "User '%s' deleted" +msgstr "Brukeren '%s' er slettet" + +#: ../../mod/admin.php:674 +#, php-format +msgid "User '%s' unblocked" +msgstr "Brukeren '%s' er ikke blokkert lenger" + +#: ../../mod/admin.php:674 +#, php-format +msgid "User '%s' blocked" +msgstr "Brukeren '%s' er blokkert" + +#: ../../mod/admin.php:740 +msgid "select all" +msgstr "velg alle" + +#: ../../mod/admin.php:741 +msgid "User registrations waiting for confirm" +msgstr "Brukerregistreringer som venter på bekreftelse" + +#: ../../mod/admin.php:742 +msgid "Request date" +msgstr "Dato for forespørsel" + +#: ../../mod/admin.php:743 +msgid "No registrations." +msgstr "Ingen registreringer." + +#: ../../mod/admin.php:744 +msgid "Approve" +msgstr "Godkjenn" + +#: ../../mod/admin.php:745 +msgid "Deny" +msgstr "Avslå" + +#: ../../mod/admin.php:747 ../../mod/connedit.php:333 +#: ../../mod/connedit.php:475 +msgid "Block" +msgstr "Blokker" + +#: ../../mod/admin.php:748 ../../mod/connedit.php:333 +#: ../../mod/connedit.php:475 +msgid "Unblock" +msgstr "Ikke blokker lenger" + +#: ../../mod/admin.php:751 +msgid "Register date" +msgstr "Registreringsdato" + +#: ../../mod/admin.php:751 +msgid "Last login" +msgstr "Siste innlogging" + +#: ../../mod/admin.php:751 +msgid "Expires" +msgstr "Utløper" + +#: ../../mod/admin.php:751 +msgid "Service Class" +msgstr "Tjenesteklasse" + +#: ../../mod/admin.php:753 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette valgte brukere og deres innhold?" + +#: ../../mod/admin.php:754 +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 "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren og alt innholdet til denne brukeren?" + +#: ../../mod/admin.php:795 +#, php-format +msgid "Plugin %s disabled." +msgstr "Tilleggsfunksjonen %s er avskrudd." + +#: ../../mod/admin.php:799 +#, php-format +msgid "Plugin %s enabled." +msgstr "Tilleggsfunksjonen %s er påskrudd." + +#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +msgid "Disable" +msgstr "Skru av" + +#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +msgid "Enable" +msgstr "Skru på" + +#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +msgid "Toggle" +msgstr "Skru av og på" + +#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +msgid "Author: " +msgstr "Forfatter:" + +#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +msgid "Maintainer: " +msgstr "Vedlikeholder:" + +#: ../../mod/admin.php:975 +msgid "No themes found." +msgstr "Ingen temaer er funnet." + +#: ../../mod/admin.php:1034 +msgid "Screenshot" +msgstr "Skjermbilde" + +#: ../../mod/admin.php:1082 +msgid "[Experimental]" +msgstr "[Eksperimentelt]" + +#: ../../mod/admin.php:1083 +msgid "[Unsupported]" +msgstr "[Ingen støtte]" + +#: ../../mod/admin.php:1110 +msgid "Log settings updated." +msgstr "Logginnstillinger er oppdatert." + +#: ../../mod/admin.php:1166 +msgid "Clear" +msgstr "Tøm" + +#: ../../mod/admin.php:1172 +msgid "Debugging" +msgstr "Feilsøking" + +#: ../../mod/admin.php:1173 +msgid "Log file" +msgstr "Loggfil" + +#: ../../mod/admin.php:1173 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "Må kunne skrives til av webtjenesten. Relativ til din Red sin toppnivåkatalog." + +#: ../../mod/admin.php:1174 +msgid "Log level" +msgstr "Loggnivå" + +#: ../../mod/filer.php:35 +msgid "- select -" +msgstr "- velg -" + +#: ../../mod/home.php:89 +#, php-format +msgid "Welcome to %s" +msgstr "Velkommen til %s" + +#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 +#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 +msgid "Item not found" +msgstr "Elementet ble ikke funnet." + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Elementet kan ikke endres" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Slett element?" + +#: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 +#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:115 +msgid "Insert YouTube video" +msgstr "Sett inn YouTube-video" + +#: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 +#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:116 +msgid "Insert Vorbis [.ogg] video" +msgstr "Sett inn Vorbis [.ogg] video" + +#: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 +#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:117 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Legg i" + +#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/dirprofile.php:98 +msgid "Age: " +msgstr "Alder:" + +#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +msgid "Gender: " +msgstr "Kjønn:" + +#: ../../mod/directory.php:208 +msgid "Finding:" +msgstr "Finner:" + +#: ../../mod/directory.php:216 +msgid "next page" +msgstr "neste side" + +#: ../../mod/directory.php:216 +msgid "previous page" +msgstr "forrige side" + +#: ../../mod/directory.php:223 +msgid "No entries (some entries may be hidden)." +msgstr "Ingen oppføringer (noen oppføringer kan være skjult)." + +#: ../../mod/connedit.php:49 ../../mod/connections.php:37 +msgid "Could not access contact record." +msgstr "Fikk ikke tilgang til kontaktinformasjonen." + +#: ../../mod/connedit.php:63 ../../mod/connections.php:51 +msgid "Could not locate selected profile." +msgstr "Fant ikke valgt profil." + +#: ../../mod/connedit.php:107 ../../mod/connections.php:94 +msgid "Connection updated." +msgstr "Forbindelsen er oppdatert." + +#: ../../mod/connedit.php:109 ../../mod/connections.php:96 +msgid "Failed to update connection record." +msgstr "Mislyktes med å oppdatere forbindelsesinformasjonen." + +#: ../../mod/connedit.php:204 +msgid "Could not access address book record." +msgstr "Fikk ikke tilgang til informasjonen i adresseboken." + +#: ../../mod/connedit.php:218 +msgid "Refresh failed - channel is currently unavailable." +msgstr "Oppfrisking mislyktes - kanalen er for øyeblikket utilgjengelig." + +#: ../../mod/connedit.php:225 +msgid "Channel has been unblocked" +msgstr "Kanalen er ikke blokkert lenger" + +#: ../../mod/connedit.php:226 +msgid "Channel has been blocked" +msgstr "Kanalen har blitt blokkert" + +#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 +#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 +#: ../../mod/connedit.php:281 +msgid "Unable to set address book parameters." +msgstr "Ikke i stand til å angi parametre for adresseboken." + +#: ../../mod/connedit.php:237 +msgid "Channel has been unignored" +msgstr "Kanalen er ikke lenger ignorert" + +#: ../../mod/connedit.php:238 +msgid "Channel has been ignored" +msgstr "Kanalen blir ignorert" + +#: ../../mod/connedit.php:249 +msgid "Channel has been unarchived" +msgstr "Kanalen er ikke lenger arkivert" + +#: ../../mod/connedit.php:250 +msgid "Channel has been archived" +msgstr "Kanalen er arkivert" + +#: ../../mod/connedit.php:261 +msgid "Channel has been unhidden" +msgstr "Kanalen er ikke lenger skjult" + +#: ../../mod/connedit.php:262 +msgid "Channel has been hidden" +msgstr "Kanalen er blitt skjult" + +#: ../../mod/connedit.php:276 +msgid "Channel has been approved" +msgstr "Kanalen har blitt godkjent" + +#: ../../mod/connedit.php:277 +msgid "Channel has been unapproved" +msgstr "Kanalen er ikke lenger godkjent" + +#: ../../mod/connedit.php:295 +msgid "Contact has been removed." +msgstr "Kontakten har blitt fjernet." + +#: ../../mod/connedit.php:315 +#, php-format +msgid "View %s's profile" +msgstr "Vis %s sin profil" + +#: ../../mod/connedit.php:319 +msgid "Refresh Permissions" +msgstr "Oppfrisk tillatelser" + +#: ../../mod/connedit.php:322 +msgid "Fetch updated permissions" +msgstr "Hent oppdaterte tillatelser" + +#: ../../mod/connedit.php:326 +msgid "Recent Activity" +msgstr "Nylig aktivitet" + +#: ../../mod/connedit.php:329 +msgid "View recent posts and comments" +msgstr "Vis nylige innlegg og kommentarer" + +#: ../../mod/connedit.php:336 +msgid "Block or Unblock this connection" +msgstr "Blokker eller fjern blokkering av denne forbindelsen " + +#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +msgid "Unignore" +msgstr "Ikke ignorer lenger" + +#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Ignorer" + +#: ../../mod/connedit.php:343 +msgid "Ignore or Unignore this connection" +msgstr "Ignorer eller fjern ignorering av denne forbindelsen" + +#: ../../mod/connedit.php:346 +msgid "Unarchive" +msgstr "Ikke arkiver lenger" + +#: ../../mod/connedit.php:346 +msgid "Archive" +msgstr "Arkiver" + +#: ../../mod/connedit.php:349 +msgid "Archive or Unarchive this connection" +msgstr "Arkiver eller fjern arkivering av denne forbindelsen" + +#: ../../mod/connedit.php:352 +msgid "Unhide" +msgstr "Ikke skjul lenger" + +#: ../../mod/connedit.php:352 +msgid "Hide" +msgstr "Skjul" + +#: ../../mod/connedit.php:355 +msgid "Hide or Unhide this connection" +msgstr "Skjul eller fjern skjuling av denne forbindelsen" + +#: ../../mod/connedit.php:362 +msgid "Delete this connection" +msgstr "Slett denne forbindelsen" + +#: ../../mod/connedit.php:395 +msgid "Unknown" +msgstr "Ukjent" + +#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +msgid "Approve this connection" +msgstr "Godta denne forbindelsen" + +#: ../../mod/connedit.php:405 +msgid "Accept connection to allow communication" +msgstr "Godta denne forbindelsen for å tillate kommunikasjon" + +#: ../../mod/connedit.php:421 +msgid "Automatic Permissions Settings" +msgstr "Automatiske innstillinger for tillatelser" + +#: ../../mod/connedit.php:421 +#, php-format +msgid "Connections: settings for %s" +msgstr "Forbindelser: innstillinger for %s" + +#: ../../mod/connedit.php:425 +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 "Når du mottar en kanal-introduksjon, så vil alle tillatelser gitt her gjelde for den nye forbindelsen automatisk og introduksjonen godkjennes. Forlat denne siden hvis du ikke ønsker å bruke denne egenskapen." + +#: ../../mod/connedit.php:427 +msgid "Slide to adjust your degree of friendship" +msgstr "Flytt for å justere din grad av vennskap" + +#: ../../mod/connedit.php:433 +msgid "inherited" +msgstr "arvet" + +#: ../../mod/connedit.php:435 +msgid "Connection has no individual permissions!" +msgstr "Forbindelsen har ingen individuelle tillatelser!" + +#: ../../mod/connedit.php:436 +msgid "" +"This may be appropriate based on your privacy " +"settings, though you may wish to review the \"Advanced Permissions\"." +msgstr "Dette kan være riktig basert på dine personverninnstillinger, men kanskje du bør se over \"Avanserte tillatelser\"." + +#: ../../mod/connedit.php:438 +msgid "Profile Visibility" +msgstr "Profilens synlighet" + +#: ../../mod/connedit.php:439 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Vennligst velg profilen du ønsker å vise %s når profilen din ses på en sikret måte. " + +#: ../../mod/connedit.php:440 +msgid "Contact Information / Notes" +msgstr "Kontaktinformasjon / Merknader" + +#: ../../mod/connedit.php:441 +msgid "Edit contact notes" +msgstr "Endre kontaktmerknader" + +#: ../../mod/connedit.php:443 +msgid "Their Settings" +msgstr "Deres innstillinger" + +#: ../../mod/connedit.php:444 +msgid "My Settings" +msgstr "Mine innstillinger" + +#: ../../mod/connedit.php:446 +msgid "Forum Members" +msgstr "Forummedlemmer" + +#: ../../mod/connedit.php:447 +msgid "Soapbox" +msgstr "Talerstol" + +#: ../../mod/connedit.php:448 +msgid "Full Sharing (typical social network permissions)" +msgstr "Full deling (typiske tillatelser i sosiale nettverk)" + +#: ../../mod/connedit.php:449 +msgid "Cautious Sharing " +msgstr "Forsiktig deling" + +#: ../../mod/connedit.php:450 +msgid "Follow Only" +msgstr "Bare følg" + +#: ../../mod/connedit.php:451 +msgid "Individual Permissions" +msgstr "Individuelle tillatelser" + +#: ../../mod/connedit.php:452 +msgid "" +"Some permissions may be inherited from your channel privacy settings, which have higher priority than " +"individual settings. Changing those inherited settings on this page will " +"have no effect." +msgstr "Noen tillatelser kan være arvet fra din kanals personverninnstillinger, som har høyere prioritet enn individuelle innstillinger. Å endre arvede innstillinger på denne siden vil ikke ha noen effekt." + +#: ../../mod/connedit.php:453 +msgid "Advanced Permissions" +msgstr "Avanserte tillatelser" + +#: ../../mod/connedit.php:454 +msgid "Simple Permissions (select one and submit)" +msgstr "Enkle tillatelser (velg en og lagre)" + +#: ../../mod/connedit.php:458 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "Besøk %s sin profil - %s" + +#: ../../mod/connedit.php:459 +msgid "Block/Unblock contact" +msgstr "Blokker/Ikke blokker kontakt" + +#: ../../mod/connedit.php:460 +msgid "Ignore contact" +msgstr "Ignorer kontakt" + +#: ../../mod/connedit.php:461 +msgid "Repair URL settings" +msgstr "Reparer URL-innstillinger" + +#: ../../mod/connedit.php:462 +msgid "View conversations" +msgstr "Vis samtaler" + +#: ../../mod/connedit.php:464 +msgid "Delete contact" +msgstr "Slett kontakt" + +#: ../../mod/connedit.php:467 +msgid "Last update:" +msgstr "Siste oppdatering:" + +#: ../../mod/connedit.php:469 +msgid "Update public posts" +msgstr "Oppdater offentlige innlegg" + +#: ../../mod/connedit.php:471 +msgid "Update now" +msgstr "Oppdater nå" + +#: ../../mod/connedit.php:477 +msgid "Currently blocked" +msgstr "For øyeblikket blokkert" + +#: ../../mod/connedit.php:478 +msgid "Currently ignored" +msgstr "For øyeblikket ignorert" + +#: ../../mod/connedit.php:479 +msgid "Currently archived" +msgstr "For øyeblikket arkivert" + +#: ../../mod/connedit.php:480 +msgid "Currently pending" +msgstr "For øyeblikket ventende" + +#: ../../mod/connedit.php:481 +msgid "Hide this contact from others" +msgstr "Skjul denne kontakten for andre" + +#: ../../mod/connedit.php:481 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Svar/likes på dine offentlige innlegg kan fortsatt være synlige" + +#: ../../mod/layouts.php:62 +msgid "Help with this feature" +msgstr "Hjelp med denne funksjonen" + +#: ../../mod/layouts.php:83 +msgid "Layout Name" +msgstr "Layout-navn" + +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Hjelp:" + +#: ../../mod/help.php:69 ../../index.php:223 +msgid "Not Found" +msgstr "Ikke funnet" + +#: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../mod/block.php:75 ../../index.php:226 +msgid "Page not found." +msgstr "Siden ikke funnet." + +#: ../../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 "Vi støtte på et problem under innloggingen med din OpenID. Vennligst sjekk at ID-en er stavet riktig." + +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Feilmeldingen var:" + +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Autentisering mislyktes." + +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Fjernautentisering" + +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Skriv din kanaladresse (for eksempel channel@exampel.com)" + +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Autentiser" + +#: ../../mod/page.php:35 ../../mod/block.php:27 +msgid "Invalid item." +msgstr "Ugyldig element." + +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Gruppen finnes ikke" + +#: ../../mod/network.php:118 +msgid "Search Results For:" +msgstr "Søkeresultat for:" + +#: ../../mod/network.php:172 +msgid "Collection is empty" +msgstr "Samlingen er tom" + +#: ../../mod/network.php:180 +msgid "Collection: " +msgstr "Samling:" + +#: ../../mod/network.php:193 +msgid "Connection: " +msgstr "Forbindelse:" + +#: ../../mod/network.php:196 +msgid "Invalid connection." +msgstr "Ugyldig forbindelse." + +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +msgid "Profile not found." +msgstr "Profilen ble ikke funnet." + +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profilen er slettet." + +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" + +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Ny profil opprettet." + +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profilen er utilgjengelig for klonen." + +#: ../../mod/profiles.php:178 +msgid "Profile Name is required." +msgstr "Profilnavn er påkrevd." + +#: ../../mod/profiles.php:294 +msgid "Marital Status" +msgstr "Sivilstand" + +#: ../../mod/profiles.php:298 +msgid "Romantic Partner" +msgstr "Romantisk partner" + +#: ../../mod/profiles.php:302 +msgid "Likes" +msgstr "Liker" + +#: ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "Liker ikke" + +#: ../../mod/profiles.php:310 +msgid "Work/Employment" +msgstr "Arbeid/sysselsetting" + +#: ../../mod/profiles.php:313 +msgid "Religion" +msgstr "Religion" + +#: ../../mod/profiles.php:317 +msgid "Political Views" +msgstr "Politiske synspunkter" + +#: ../../mod/profiles.php:321 +msgid "Gender" +msgstr "Kjønn" + +#: ../../mod/profiles.php:325 +msgid "Sexual Preference" +msgstr "Seksuelle preferanser" + +#: ../../mod/profiles.php:329 +msgid "Homepage" +msgstr "Hjemmeside" + +#: ../../mod/profiles.php:333 +msgid "Interests" +msgstr "Interesser" + +#: ../../mod/profiles.php:337 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 +msgid "Location" +msgstr "Plassering" + +#: ../../mod/profiles.php:427 +msgid "Profile updated." +msgstr "Profilen er oppdatert." + +#: ../../mod/profiles.php:482 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Skjul kontakt-/vennelisten din fra de som ser på denne profilen?" + +#: ../../mod/profiles.php:505 +msgid "Edit Profile Details" +msgstr "Endre profildetaljer" + +#: ../../mod/profiles.php:507 +msgid "View this profile" +msgstr "Vis denne profilen" + +#: ../../mod/profiles.php:508 +msgid "Change Profile Photo" +msgstr "Endre profilbilde" + +#: ../../mod/profiles.php:509 +msgid "Create a new profile using these settings" +msgstr "Lag en ny profil ved å bruke disse innstillingene" + +#: ../../mod/profiles.php:510 +msgid "Clone this profile" +msgstr "Klon denne profilen" + +#: ../../mod/profiles.php:511 +msgid "Delete this profile" +msgstr "Slett denne profilen" + +#: ../../mod/profiles.php:512 +msgid "Profile Name:" +msgstr "Profilnavn:" + +#: ../../mod/profiles.php:513 +msgid "Your Full Name:" +msgstr "Ditt fulle navn:" + +#: ../../mod/profiles.php:514 +msgid "Title/Description:" +msgstr "Tittel/Beskrivelse:" + +#: ../../mod/profiles.php:515 +msgid "Your Gender:" +msgstr "Ditt kjønn:" + +#: ../../mod/profiles.php:516 +#, php-format +msgid "Birthday (%s):" +msgstr "Fødselsdag (%s):" + +#: ../../mod/profiles.php:517 +msgid "Street Address:" +msgstr "Gateadresse:" + +#: ../../mod/profiles.php:518 +msgid "Locality/City:" +msgstr "Sted/By:" + +#: ../../mod/profiles.php:519 +msgid "Postal/Zip Code:" +msgstr "Postnummer/ZIP-kode:" + +#: ../../mod/profiles.php:520 +msgid "Country:" +msgstr "Land:" + +#: ../../mod/profiles.php:521 +msgid "Region/State:" +msgstr "Region/fylke:" + +#: ../../mod/profiles.php:522 +msgid " Marital Status:" +msgstr " Sivilstand:" + +#: ../../mod/profiles.php:523 +msgid "Who: (if applicable)" +msgstr "Hvem: (hvis det er aktuelt) " + +#: ../../mod/profiles.php:524 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Eksempler: kari123, Kari Villiamsen, kari@example.com" + +#: ../../mod/profiles.php:525 +msgid "Since [date]:" +msgstr "Siden [dato]:" + +#: ../../mod/profiles.php:527 +msgid "Homepage URL:" +msgstr "Hjemmeside URL:" + +#: ../../mod/profiles.php:530 +msgid "Religious Views:" +msgstr "Religiøse synspunkter:" + +#: ../../mod/profiles.php:531 +msgid "Keywords:" +msgstr "Nøkkelord:" + +#: ../../mod/profiles.php:534 +msgid "Example: fishing photography software" +msgstr "Eksempel: fisking fotografering programvare" + +#: ../../mod/profiles.php:535 +msgid "Used in directory listings" +msgstr "Brukt i katalogoppføringer" + +#: ../../mod/profiles.php:536 +msgid "Tell us about yourself..." +msgstr "Fortell oss om deg selv..." + +#: ../../mod/profiles.php:537 +msgid "Hobbies/Interests" +msgstr "Hobbier/Interesser" + +#: ../../mod/profiles.php:538 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformasjon og sosiale nettverk" + +#: ../../mod/profiles.php:539 +msgid "My other channels" +msgstr "Mine andre kanaler" + +#: ../../mod/profiles.php:540 +msgid "Musical interests" +msgstr "Musikkinteresser" + +#: ../../mod/profiles.php:541 +msgid "Books, literature" +msgstr "Bøker, litteratur" + +#: ../../mod/profiles.php:542 +msgid "Television" +msgstr "TV/fjernsyn" + +#: ../../mod/profiles.php:543 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/kultur/underholdning" + +#: ../../mod/profiles.php:544 +msgid "Love/romance" +msgstr "Kjærlighet/romantikk" + +#: ../../mod/profiles.php:545 +msgid "Work/employment" +msgstr "Arbeid/sysselsetting" + +#: ../../mod/profiles.php:546 +msgid "School/education" +msgstr "Skole/utdanning" + +#: ../../mod/profiles.php:551 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Dette er din offentlige profil.
Den kan være synlig for alle på Internett." + +#: ../../mod/profiles.php:600 +msgid "Edit/Manage Profiles" +msgstr "Endre/håndter profiler" + +#: ../../mod/profiles.php:601 +msgid "Add profile things" +msgstr "Legg til profilting" + +#: ../../mod/profiles.php:602 +msgid "Include desirable objects in your profile" +msgstr "Inkluder ønskverdige objekter i din profil" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal lagt til." + +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt." + +#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Velkommen %s. Ekstern autentisering er vellykket." + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Dette nettstedet er ikke en katalogtjener" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Mislyktes med å lage kilde. Ingen kanal er valgt." + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Kilden er laget." + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Kilden er oppdatert." + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Håndtere eksterne innholdskilder til din kanal." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Ny kilde" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importer alt eller et utvalgt av innhold fra følgende kanal inn i denne kanalen og distribuer det i henhold til dine egne kanalinnstillinger." + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Bare importer innhold med disse ordene (ett ord per linje)" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "La stå tomt for å importere alt offentlig innhold" + +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" +msgstr "Kanalnavn" + +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Kilden ble ikke funnet." + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Endre kilde" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Slett kilde" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Kilden er fjernet" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Ikke i stand til å fjerne kilde." + +#: ../../mod/lockview.php:34 +msgid "Remote privacy information not available." +msgstr "Ekstern personverninformasjon er ikke tilgjengelig." + +#: ../../mod/lockview.php:43 +msgid "Visible to:" +msgstr "Synlig for:" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Hubben ble ikke funnet." + +#: ../../mod/setup.php:161 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix tjener - oppsett" + +#: ../../mod/setup.php:167 +msgid "Could not connect to database." +msgstr "Fikk ikke kontakt med databasen." + +#: ../../mod/setup.php:171 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS." + +#: ../../mod/setup.php:176 +msgid "Could not create table." +msgstr "Kunne ikke lage tabellen." + +#: ../../mod/setup.php:182 +msgid "Your site database has been installed." +msgstr "Databasen til ditt nettsted har blitt installert." + +#: ../../mod/setup.php:187 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." +msgstr "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql." + +#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Vennligst les filen \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:254 +msgid "System check" +msgstr "Systemsjekk" + +#: ../../mod/setup.php:259 +msgid "Check again" +msgstr "Sjekk igjen" + +#: ../../mod/setup.php:281 +msgid "Database connection" +msgstr "Databaseforbindelse" + +#: ../../mod/setup.php:282 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes." + +#: ../../mod/setup.php:283 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene." + +#: ../../mod/setup.php:284 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter." + +#: ../../mod/setup.php:288 +msgid "Database Server Name" +msgstr "Navn på databasetjener" + +#: ../../mod/setup.php:288 +msgid "Default is localhost" +msgstr "Standard er localhost" + +#: ../../mod/setup.php:289 +msgid "Database Port" +msgstr "Databaseport" + +#: ../../mod/setup.php:289 +msgid "Communication port number - use 0 for default" +msgstr "Kommunikasjonsportnummer - bruk 0 for standard" + +#: ../../mod/setup.php:290 +msgid "Database Login Name" +msgstr "Database innloggingsnavn" + +#: ../../mod/setup.php:291 +msgid "Database Login Password" +msgstr "Database innloggingspassord" + +#: ../../mod/setup.php:292 +msgid "Database Name" +msgstr "Databasenavn" + +#: ../../mod/setup.php:294 ../../mod/setup.php:336 +msgid "Site administrator email address" +msgstr "E-postadressen til administrator ved nettstedet" + +#: ../../mod/setup.php:294 ../../mod/setup.php:336 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet." + +#: ../../mod/setup.php:295 ../../mod/setup.php:338 +msgid "Website URL" +msgstr "Nettstedets URL" + +#: ../../mod/setup.php:295 ../../mod/setup.php:338 +msgid "Please use SSL (https) URL if available." +msgstr "Vennligst bruk SSL (https) URL hvis tilgjengelig." + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please select a default timezone for your website" +msgstr "Vennligst velg en standard tidssone for ditt nettsted" + +#: ../../mod/setup.php:325 +msgid "Site settings" +msgstr "Nettstedets innstillinger" + +#: ../../mod/setup.php:384 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)." + +#: ../../mod/setup.php:385 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron." + +#: ../../mod/setup.php:389 +msgid "PHP executable path" +msgstr "PHP-kjørefilens sti" + +#: ../../mod/setup.php:389 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen." + +#: ../../mod/setup.php:394 +msgid "Command line PHP" +msgstr "Kommandolinje PHP" + +#: ../../mod/setup.php:403 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd." + +#: ../../mod/setup.php:404 +msgid "This is required for message delivery to work." +msgstr "Dette er påkrevd for at meldingslevering skal virke." + +#: ../../mod/setup.php:406 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:427 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler" + +#: ../../mod/setup.php:428 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/setup.php:430 +msgid "Generate encryption keys" +msgstr "Lag krypteringsnøkler" + +#: ../../mod/setup.php:437 +msgid "libCurl PHP module" +msgstr "libCurl PHP-modul" + +#: ../../mod/setup.php:438 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP-modul" + +#: ../../mod/setup.php:439 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP-modul" + +#: ../../mod/setup.php:440 +msgid "mysqli PHP module" +msgstr "mysqli PHP-modul" + +#: ../../mod/setup.php:441 +msgid "mb_string PHP module" +msgstr "mb_string PHP-modul" + +#: ../../mod/setup.php:442 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP-modul" + +#: ../../mod/setup.php:447 ../../mod/setup.php:449 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite-modul" + +#: ../../mod/setup.php:447 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert." + +#: ../../mod/setup.php:453 ../../mod/setup.php:456 +msgid "proc_open" +msgstr "proc_open" + +#: ../../mod/setup.php:453 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini" + +#: ../../mod/setup.php:461 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Feil: libCURL PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:465 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:469 +msgid "Error: openssl PHP module required but not installed." +msgstr "Feil: openssl PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:473 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Feil: mysqli PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:477 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Feil: mb_string PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:481 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:497 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til." + +#: ../../mod/setup.php:498 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan." + +#: ../../mod/setup.php:499 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red." + +#: ../../mod/setup.php:500 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner." + +#: ../../mod/setup.php:503 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php kan skrives til" + +#: ../../mod/setup.php:513 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen." + +#: ../../mod/setup.php:514 +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 "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe." + +#: ../../mod/setup.php:515 ../../mod/setup.php:533 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen." + +#: ../../mod/setup.php:516 +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 "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder." + +#: ../../mod/setup.php:519 +msgid "view/tpl/smarty3 is writable" +msgstr "view/tpl/smarty3 er skrivbar" + +#: ../../mod/setup.php:532 +msgid "" +"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" +msgstr "Red bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe." + +#: ../../mod/setup.php:536 +msgid "store is writable" +msgstr "lageret kan skrives til" + +#: ../../mod/setup.php:551 +msgid "SSL certificate validation" +msgstr "SSL sertifikat-kontroll" + +#: ../../mod/setup.php:551 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet." + +#: ../../mod/setup.php:558 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren." + +#: ../../mod/setup.php:560 +msgid "Url rewrite is working" +msgstr "URL rewrite virker" + +#: ../../mod/setup.php:570 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener." + +#: ../../mod/setup.php:594 +msgid "Errors encountered creating database tables." +msgstr "Feil oppstod under opprettelsen av databasetabeller." + +#: ../../mod/setup.php:607 +msgid "

What next

" +msgstr "

Hva gjenstår

" + +#: ../../mod/setup.php:608 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren." + +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "Versjon %s" + +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "Installerte tilleggsfunksjoner/tillegg/apper:" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Ingen installerte tilleggsfunksjoner/tillegg/apper" + +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "Dette er en hub i Red Matrix - et globalt kooperativt nettverk av desentraliserte personvernforsterkede nettsteder." + +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" +msgstr "Kjører på webplasseringen" + +#: ../../mod/siteinfo.php:102 +msgid "" +"Please visit GetZot.com to learn more " +"about the Red Matrix." +msgstr "Vennligst besøk GetZot.com for å lære mer om Red Matrix." + +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" +msgstr "Feilmeldinger og feilretting: vennligst besøk" + +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Forslag, ros og så videre - vennligst e-post \"redmatrix\" hos librelist - punktum com" + +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" +msgstr "Nettstedsadministratorer" + +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Legg til en kanal" + +#: ../../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 "En kanal er din egen samling av relaterte web-sider. En kanal kan brukes til å samle sosiale nettverksprofiler, blogger, samtalegrupper og forum, kjendissider og mye mer. Du kan lage så mange kanaler som din tjenestetilbyder tillater." + +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Eksempel: \"Ola Nordmann\", \"Lisa og hestene hennes\", \"Fotball\", \"Sykkelgruppa\"" + +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Velg et kort kallenavn" + +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Ditt kallenavn brukes til å lage en kanaladresse som er enkel å huske (minner om en e-postadresse) og som du kan dele med andre." + +#: ../../mod/new_channel.php:114 +msgid "Or import an existing channel from another location" +msgstr "Eller importerer en eksisterende kanal fra et annet sted." + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Ingen gyldig konto funnet." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "Forespørsel om å tilbakestille passord er mottatt. Sjekk e-posten din." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Nettstedsmedlem (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "Forespurt om å tilbakestille passord hos %s" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes." + +#: ../../mod/lostpass.php:85 ../../boot.php:1438 +msgid "Password Reset" +msgstr "Tilbakestill passord" + +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ditt passord har blitt tilbakestilt som forespurt." + +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ditt nye passord er" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Lagre eller kopier ditt nye passord, og deretter kan du" + +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "klikke her for å logge inn" + +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Ditt passord kan endres på siden Innstillinger etter vellykket innlogging." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Ditt passord er endret hos %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Glemt passord ditt?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Skriv e-postadressen din og send inn for å tilbakestille passordet ditt. Sjekk deretter din e-post for videre instruksjoner." + +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-postadresse" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Tilbakestill" + +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Velg en bokmerkemappe" + +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Lagre bokmerke" + +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "URL-en til bokmerket" + +#: ../../mod/rbmark.php:95 +msgid "Description" +msgstr "Beskrivelse" + +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Eller skriv nytt navn på bokmerkemappe" + +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Ingenting å importere." + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Ikke i stand til å laste ned data fra gammel tjener" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Importert fil er tom." + +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan ikke lage en kopi av kanal-identifikatoren på dette systemet. Import mislyktes." + +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." +msgstr "Kanalkloning mislyktes. Import mislyktes." + +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." +msgstr "Klonet kanal ble ikke funnet. Import mislyktes." + +#: ../../mod/import.php:358 +msgid "Import completed." +msgstr "Import ferdig." + +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." +msgstr "Du må være innlogget for å bruke denne funksjonen." + +#: ../../mod/import.php:376 +msgid "Import Channel" +msgstr "Importer kanal" + +#: ../../mod/import.php:377 +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 provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Bruk dette skjemaet til å importere en eksisterende kanal fra en annen tjener/hub. Du kan hente kanalidentiteten fra den gamle tjeneren/hubben via nettverket eller bruke en eksportert fil. Bare identiteten og forbindelser/relasjoner vil bli importert. Importering av innhold er ennå ikke tilgjengelig." + +#: ../../mod/import.php:378 +msgid "File to Upload" +msgstr "Fil som skal lastes opp" + +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" +msgstr "Eller oppgi detaljene fra den gamle tjeneren/hub-en" + +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" +msgstr "Din gamle identitetsadresse (xyz@example.com)" + +#: ../../mod/import.php:381 +msgid "Your old login email address" +msgstr "Din gamle innloggings e-postadresse" + +#: ../../mod/import.php:382 +msgid "Your old login password" +msgstr "Ditt gamle innloggingspassord" + +#: ../../mod/import.php:383 +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" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Enten du tar det ene eller det andre valget, vennligst angi om du vil at denne hubben skal være din nye primære adresse, eller om din gamle plassering skal fortsette å ha denne rollen. Du kan lage innlegg fra den ene eller den andre plasseringen, men bare en av dem kan markeres som den primære plasseringen for filer, bilder og media." + +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" +msgstr "Gjør dette nettstedet til min primære plassering" + +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du har laget %1$.0f av %2$.0f tillatte kanaler." + +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Lag en ny kanal" + +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Kanalstyring" + +#: ../../mod/manage.php:78 +msgid "Current Channel" +msgstr "Gjeldende kanal" + +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." +msgstr "Bytt til en av dine kanaler ved å velge den." + +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Standardkanal" + +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Gjør til standard" + +#: ../../mod/vote.php:97 +msgid "Total votes" +msgstr "Totalt antall stemmer" + +#: ../../mod/vote.php:98 +msgid "Average Rating" +msgstr "Gjennomsnittlig vurdering" + +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profiltreff" + +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord til din standardprofil." + +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "er interessert i:" + +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Ingen treff" + +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "Målets signatur er ugyldig" + +#: ../../mod/chatsvc.php:102 +msgid "Away" +msgstr "Borte" + +#: ../../mod/chatsvc.php:106 +msgid "Online" +msgstr "Online" + +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Ikke i stand til å slå opp mottaker." + +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Ikke i stand til å kommunisere med forespurt kanal." + +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan ikke bekrefte forespurt kanal." + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet." + +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "Meldinger" + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Melding slettet." + +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Innlegg tilbakekalt." + +#: ../../mod/mail.php:206 +msgid "Send Private Message" msgstr "Send privat melding" -#: ../../include/conversation.php:206 +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Til:" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Emne:" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Melding ikke funnet." + +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "Slett melding" + +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "Tilbakekall innlegg" + +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "Innlegget har blitt tilbakekalt." + +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Privat samtale" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Slett samtale" + +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan muligens greie å svare via senderens profilside." + +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Send svar" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protokollfeil. Ingen ID ble returnert." + +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Endre layout" + +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Slett layout?" + +#: ../../mod/editlayout.php:147 +msgid "Delete Layout" +msgstr "Slett layout" + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "Bildet ble lastet opp, men beskjæring av bildet mislyktes." + +#: ../../mod/profile_photo.php:97 +msgid "Image resize failed." +msgstr "Endring av bildestørrelse mislyktes." + +#: ../../mod/profile_photo.php:141 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Hold nede Shift-knappen og last siden på nytt eller tøm nettleserens mellomlager hvis det nye bildet ikke vises umiddelbart." + +#: ../../mod/profile_photo.php:163 #, php-format -msgid "%1$s poked %2$s" -msgstr "" +msgid "Image exceeds size limit of %d" +msgstr "Bildet overstiger størrelsesbegrensningen på %d" -#: ../../include/conversation.php:290 -msgid "post/item" -msgstr "" +#: ../../mod/profile_photo.php:172 +msgid "Unable to process image." +msgstr "Kan ikke behandle bildet." -#: ../../include/conversation.php:291 +#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262 +msgid "Photo not available." +msgstr "Bildet er ikke tilgjengelig." + +#: ../../mod/profile_photo.php:281 +msgid "Upload File:" +msgstr "Last opp fil:" + +#: ../../mod/profile_photo.php:282 +msgid "Select a profile:" +msgstr "Velg en profil:" + +#: ../../mod/profile_photo.php:283 +msgid "Upload Profile Photo" +msgstr "Last opp profilbilde:" + +#: ../../mod/profile_photo.php:284 +msgid "Upload" +msgstr "Last opp" + +#: ../../mod/profile_photo.php:288 +msgid "skip this step" +msgstr "hopp over dette steget" + +#: ../../mod/profile_photo.php:288 +msgid "select a photo from your photo albums" +msgstr "velg et bilde fra dine fotoalbum" + +#: ../../mod/profile_photo.php:302 +msgid "Crop Image" +msgstr "Beskjær bildet" + +#: ../../mod/profile_photo.php:303 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Vennligst juster bildebeskjæringen for optimal visning." + +#: ../../mod/profile_photo.php:305 +msgid "Done Editing" +msgstr "Avslutt redigering" + +#: ../../mod/profile_photo.php:340 +msgid "Image uploaded successfully." +msgstr "Opplasting av bildet var vellykket." + +#: ../../mod/profile_photo.php:342 +msgid "Image upload failed." +msgstr "Opplasting av bildet mislyktes." + +#: ../../mod/profile_photo.php:351 #, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" +msgid "Image size reduction [%s] failed." +msgstr "Forminsking av bildet [%s] mislyktes." -#: ../../include/conversation.php:545 ../../object/Item.php:218 -msgid "Categories:" -msgstr "" +#: ../../mod/connections.php:191 ../../mod/connections.php:269 +msgid "Blocked" +msgstr "Blokkert" -#: ../../include/conversation.php:546 ../../object/Item.php:219 -msgid "Filed under:" -msgstr "" +#: ../../mod/connections.php:196 ../../mod/connections.php:276 +msgid "Ignored" +msgstr "Ignorert" -#: ../../include/conversation.php:630 -msgid "remove" -msgstr "" +#: ../../mod/connections.php:201 ../../mod/connections.php:290 +msgid "Hidden" +msgstr "Skjult" -#: ../../include/conversation.php:634 -msgid "Delete Selected Items" -msgstr "Slette valgte elementer" +#: ../../mod/connections.php:206 ../../mod/connections.php:283 +msgid "Archived" +msgstr "Arkivert" -#: ../../include/conversation.php:792 +#: ../../mod/connections.php:217 ../../mod/connections.php:297 +msgid "Unconnected" +msgstr "Ikke tilkoblet" + +#: ../../mod/connections.php:222 +msgid "All" +msgstr "Alle" + +#: ../../mod/connections.php:247 +msgid "Suggest new connections" +msgstr "Foreslå nye forbindelser" + +#: ../../mod/connections.php:253 +msgid "Show pending (new) connections" +msgstr "Vis ventende (nye) forbindelser" + +#: ../../mod/connections.php:259 +msgid "Show all connections" +msgstr "Vis alle forbindelser" + +#: ../../mod/connections.php:262 +msgid "Unblocked" +msgstr "Ikke blokkert lenger" + +#: ../../mod/connections.php:265 +msgid "Only show unblocked connections" +msgstr "Vis bare forbindelser som ikke er blokkert" + +#: ../../mod/connections.php:272 +msgid "Only show blocked connections" +msgstr "Vis bare forbindelser som er blokkert" + +#: ../../mod/connections.php:279 +msgid "Only show ignored connections" +msgstr "Vis bare ignorerte forbindelser" + +#: ../../mod/connections.php:286 +msgid "Only show archived connections" +msgstr "Vis bare arkiverte forbindelser" + +#: ../../mod/connections.php:293 +msgid "Only show hidden connections" +msgstr "Vis bare skjulte forbindelser" + +#: ../../mod/connections.php:300 +msgid "Only show one-way connections" +msgstr "Vis bare en-veis-forbindelser" + +#: ../../mod/connections.php:345 #, php-format -msgid "%s likes this." -msgstr "%s liker dette." +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" -#: ../../include/conversation.php:792 +#: ../../mod/connections.php:346 +msgid "Edit contact" +msgstr "Endre kontakt" + +#: ../../mod/connections.php:369 +msgid "Search your connections" +msgstr "Søk blant dine forbindelser" + +#: ../../mod/connections.php:370 +msgid "Finding: " +msgstr "Fant:" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ugyldig forespørselsidentifikator." + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Forkast" + +#: ../../mod/notifications.php:93 ../../mod/notify.php:54 +msgid "No more system notifications." +msgstr "Ingen flere systemvarsler." + +#: ../../mod/notifications.php:97 ../../mod/notify.php:58 +msgid "System Notifications" +msgstr "Systemvarsler" + +#: ../../mod/blocks.php:65 +msgid "Block Name" +msgstr "Byggeklossens navn" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Ikke i stand til å finne hubben din." + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Innlegg vellykket." + +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "Endre webside" + +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Slett webside?" + +#: ../../mod/editwebpage.php:189 +msgid "Delete Webpage" +msgstr "Slett webside" + +#: ../../mod/profile.php:64 ../../mod/profile.php:72 +msgid "Access to this profile has been restricted." +msgstr "Tilgang til denne profilen er begrenset." + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Prikke/oppildne" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "prikke, oppildne eller gjør andre ting med noen" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Mottaker" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Velg hva du ønsker å gjøre med mottakeren" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Gjør dette innlegget privat" + +#: ../../mod/channel.php:85 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden." + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Ikke tilgjengelig." + +#: ../../mod/community.php:32 +msgid "Community" +msgstr "Felleskapet" + +#: ../../mod/community.php:63 ../../mod/community.php:88 +msgid "No results." +msgstr "Ingen resultater." + +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Kontakten ble ikke funnet." + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Venneforespørsel sendt." + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Foreslå venner" + +#: ../../mod/fsuggest.php:99 #, php-format -msgid "%s doesn't like this." -msgstr "%s liker ikke dette." +msgid "Suggest a friend for %s" +msgstr "Foreslå en venn for %s" -#: ../../include/conversation.php:796 +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Endre byggekloss" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Slett byggeklossen?" + +#: ../../mod/editblock.php:154 +msgid "Delete Block" +msgstr "Slett byggekloss" + +#: ../../mod/dirprofile.php:114 +msgid "Status: " +msgstr "Status:" + +#: ../../mod/dirprofile.php:115 +msgid "Sexual Preference: " +msgstr "Seksuelle preferanser:" + +#: ../../mod/dirprofile.php:117 +msgid "Homepage: " +msgstr "Hjemmeside:" + +#: ../../mod/dirprofile.php:118 +msgid "Hometown: " +msgstr "Hjemby:" + +#: ../../mod/dirprofile.php:120 +msgid "About: " +msgstr "Om:" + +#: ../../mod/dirprofile.php:168 +msgid "Keywords: " +msgstr "Nøkkelord:" + +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Tillatelse avvist." + +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Filen ble ikke funnet." + +#: ../../mod/filestorage.php:119 +msgid "Edit file permissions" +msgstr "Endre filtillatelser" + +#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 +#: ../../mod/photos.php:950 +msgid "Permissions" +msgstr "Tillatelser" + +#: ../../mod/filestorage.php:126 +msgid "Include all files and sub folders" +msgstr "Inkluder alle filer og undermapper" + +#: ../../mod/filestorage.php:127 +msgid "Return to file list" +msgstr "Gå tilbake til filoversikten" + +#: ../../mod/filestorage.php:129 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopier og lim inn denne koden for å legge til filen i et innlegg" + +#: ../../mod/filestorage.php:130 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopier og lim inn denne URL-en for å lenke til filen fra en webside" + +#: ../../mod/filestorage.php:167 +msgid "Download" +msgstr "Last ned" + +#: ../../mod/filestorage.php:173 +msgid "Used: " +msgstr "Brukt:" + +#: ../../mod/filestorage.php:174 +msgid "[directory]" +msgstr "[mappe]" + +#: ../../mod/filestorage.php:176 +msgid "Limit: " +msgstr "Grense:" + +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Ingen forslag tilgjengelige. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer." + +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Samtale fjernet." + +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Ingen meldinger." + +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/pubsites.php:22 +msgid "Public Sites" +msgstr "Offentlige nettsteder" + +#: ../../mod/pubsites.php:25 +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 may provide " +"additional details." +msgstr "Nettstedene på listen tillater offentlig registrering i Red Matrix. Alle nettsteder i matrix er forbundet så medlemskap på enhver av dem formidler medlemskap i hele matrix. Noen nettsteder kan kreve abonnement eller tilby lagdelte tjenesteavtaler. Tilbyderlenkene kan gi tilleggsopplysninger." + +#: ../../mod/pubsites.php:31 +msgid "Site URL" +msgstr "Nettstedets URL" + +#: ../../mod/pubsites.php:31 +msgid "Access Type" +msgstr "Tilgangstype" + +#: ../../mod/pubsites.php:31 +msgid "Registration Policy" +msgstr "Retningslinjer for registrering" + +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Antallet daglige registreringer ved nettstedet er overskredet. Vær vennlig å prøve igjen imorgen." + +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Vennligst angi at tjenesteavtalen er akseptert. Registrering mislyktes." + +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "Passordene er ikke like." + +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registreringen er vellykket. Vennligst sjekk e-posten din for å bekrefte opprettelsen." + +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." +msgstr "Din registrering venter på godkjenning av nettstedets eier." + +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "Din registrering kan ikke behandles." + +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." +msgstr "Registrering på dette nettstedet/denne hubben skjer bare gjennom godkjenning." + +#: ../../mod/register.php:148 +msgid "Register at another affiliated site/hub" +msgstr "Registrer på et annet tilknyttet nettsted/hub" + +#: ../../mod/register.php:156 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Dette nettstedet har overskredet antallet tillate kontoregistreringer per dag. Vennligst prøv igjen imorgen." + +#: ../../mod/register.php:167 +msgid "Terms of Service" +msgstr "Tjenesteavtale" + +#: ../../mod/register.php:173 #, php-format -msgid "%2$d people like this." -msgstr "%2$d personer liker dette." +msgid "I accept the %s for this website" +msgstr "Jeg godtar %s for dette nettstedet" -#: ../../include/conversation.php:798 +#: ../../mod/register.php:175 #, php-format -msgid "%2$d people don't like this." -msgstr "%2$d personer liker ikke dette." +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Jeg er over 13 år gammel og aksepterer %s for dette nettstedet." -#: ../../include/conversation.php:804 -msgid "and" -msgstr "og" +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." +msgstr "Medlemskap ved dette nettstedet skjer kun via invitasjon." -#: ../../include/conversation.php:807 +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" +msgstr "Vennligst skriv din invitasjonskode" + +#: ../../mod/register.php:198 +msgid "Your email address" +msgstr "Din e-postadresse" + +#: ../../mod/register.php:199 +msgid "Choose a password" +msgstr "Velg et passord" + +#: ../../mod/register.php:200 +msgid "Please re-enter your password" +msgstr "Vennligst skriv ditt passord en gang til" + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Vennligst logg inn." + +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Fjern denne kanalen" + +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Dette vil fullstendig fjerne kanalen fra nettverket. Når det er gjort kan det ikke angres." + +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Vennligst skriv ditt passord for å få bekreftelse:" + +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "Fjern denne kanalen og alle dens kloner fra nettverket" + +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Som standard vil bare forekomsten av denne kanalen lokalisert på denne hubben bli fjernet fra nettverket" + +#: ../../mod/removeme.php:53 +msgid "Remove Channel" +msgstr "Fjern kanal" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Informasjon om sideeier kunne ikke hentes." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Albumet ble ikke funnet." + +#: ../../mod/photos.php:119 ../../mod/photos.php:672 +msgid "Delete Album" +msgstr "Slett album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:955 +msgid "Delete Photo" +msgstr "Slett bilde" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Ingen bilder valgt" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Tilgang til dette elementet er begrenset." + +#: ../../mod/photos.php:577 #, php-format -msgid ", and %d other people" -msgstr ", og %d andre personer" +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes i bildelageret." -#: ../../include/conversation.php:808 +#: ../../mod/photos.php:580 #, php-format -msgid "%s like this." -msgstr "%s liker dette." +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Du har brukt %1$.2f Mbytes av bildelageret." -#: ../../include/conversation.php:808 -#, php-format -msgid "%s don't like this." -msgstr "%s liker ikke dette." +#: ../../mod/photos.php:599 +msgid "Upload Photos" +msgstr "Last opp bilder" -#: ../../include/conversation.php:832 ../../include/conversation.php:849 -msgid "Visible to everybody" -msgstr "Synlig for alle" +#: ../../mod/photos.php:603 ../../mod/photos.php:667 +msgid "New album name: " +msgstr "Nytt albumnavn:" -#: ../../include/conversation.php:834 ../../include/conversation.php:851 -msgid "Please enter a video link/URL:" -msgstr "" +#: ../../mod/photos.php:604 +msgid "or existing album name: " +msgstr "eller eksisterende albumnavn:" -#: ../../include/conversation.php:835 ../../include/conversation.php:852 -msgid "Please enter an audio link/URL:" -msgstr "" +#: ../../mod/photos.php:605 +msgid "Do not show a status post for this upload" +msgstr "Ikke lag et statusinnlegg for denne oppdateringen" -#: ../../include/conversation.php:836 ../../include/conversation.php:853 -msgid "Tag term:" -msgstr "" +#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 +#: ../../mod/photos.php:1142 +msgid "Contact Photos" +msgstr "Kontaktbilder" -#: ../../include/conversation.php:838 ../../include/conversation.php:855 -msgid "Where are you right now?" -msgstr "Hvor er du akkurat nå?" +#: ../../mod/photos.php:682 +msgid "Edit Album" +msgstr "Endre album" -#: ../../include/conversation.php:898 -msgid "upload photo" -msgstr "" +#: ../../mod/photos.php:688 +msgid "Show Newest First" +msgstr "Vis nyeste først" -#: ../../include/conversation.php:900 -msgid "attach file" -msgstr "" +#: ../../mod/photos.php:690 +msgid "Show Oldest First" +msgstr "Vis eldste først" -#: ../../include/conversation.php:902 -msgid "web link" -msgstr "" +#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +msgid "View Photo" +msgstr "Vis foto" -#: ../../include/conversation.php:903 -msgid "Insert video link" -msgstr "" +#: ../../mod/photos.php:779 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Tillatelse avvist. Tilgang til dette elementet kan være begrenset." -#: ../../include/conversation.php:904 -msgid "video link" -msgstr "" +#: ../../mod/photos.php:781 +msgid "Photo not available" +msgstr "Bilde er utilgjengelig" -#: ../../include/conversation.php:905 -msgid "Insert audio link" -msgstr "" +#: ../../mod/photos.php:841 +msgid "Use as profile photo" +msgstr "Bruk som profilbilde" -#: ../../include/conversation.php:906 -msgid "audio link" -msgstr "" +#: ../../mod/photos.php:865 +msgid "View Full Size" +msgstr "Vis i full størrelse" -#: ../../include/conversation.php:908 -msgid "set location" -msgstr "" +#: ../../mod/photos.php:939 +msgid "Edit photo" +msgstr "Endre bilde" -#: ../../include/conversation.php:910 -msgid "clear location" -msgstr "" +#: ../../mod/photos.php:941 +msgid "Rotate CW (right)" +msgstr "Roter med klokka (mot høyre)" -#: ../../include/conversation.php:917 -msgid "permissions" -msgstr "" +#: ../../mod/photos.php:942 +msgid "Rotate CCW (left)" +msgstr "Roter mot klokka (venstre)" -#: ../../include/plugin.php:389 ../../include/plugin.php:391 -msgid "Click here to upgrade." -msgstr "" +#: ../../mod/photos.php:944 +msgid "New album name" +msgstr "Nytt albumnavn" -#: ../../include/plugin.php:397 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" +#: ../../mod/photos.php:947 +msgid "Caption" +msgstr "Overskrift" -#: ../../include/plugin.php:402 -msgid "This action is not available under your subscription plan." -msgstr "" +#: ../../mod/photos.php:949 +msgid "Add a Tag" +msgstr "Legg til merkelapp" -#: ../../boot.php:573 -msgid "Delete this item?" -msgstr "Slett dette elementet?" +#: ../../mod/photos.php:952 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Eksempel: @ola, @Kari_Nordmann, @jim@example.com, #Norge, #telttur" -#: ../../boot.php:576 -msgid "show fewer" -msgstr "" +#: ../../mod/photos.php:1105 +msgid "In This Photo:" +msgstr "I dette bildet:" -#: ../../boot.php:783 +#: ../../mod/photos.php:1180 +msgid "View Album" +msgstr "Vis album" + +#: ../../mod/photos.php:1189 +msgid "Recent Photos" +msgstr "Nye bilder" + +#: ../../mod/mood.php:138 +msgid "Mood" +msgstr "Stemning" + +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" +msgstr "Angi ditt nåværende humør og fortell dine venner" + +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "sendte deg en privat melding" + +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "la til din kanal" + +#: ../../mod/ping.php:294 +msgid "posted an event" +msgstr "la ut en hendelse" + +#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/blogga/php/config.php:69 +msgid "Theme settings" +msgstr "Temainnstillinger" + +#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/apw/php/config.php:260 +msgid "Set scheme" +msgstr "Angi skjema" + +#: ../../view/theme/redbasic/php/config.php:98 +msgid "Narrow navbar" +msgstr "Smal navigasjonslinje" + +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Navigation bar background colour" +msgstr "Navigasjonslinjens bakgrunnsfarge" + +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Navigation bar gradient top colour" +msgstr "Navigasjonslinjens graderte toppfarge" + +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Navigation bar gradient bottom colour" +msgstr "Navigasjonslinjens graderte bunnfarge" + +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Navigation active button gradient top colour" +msgstr "Aktiv navigasjonsknapp sin graderte toppfarge" + +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Navigation active button gradient bottom colour" +msgstr "Aktiv navigasjonsknapp sin graderte bunnfarge" + +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Navigation bar border colour " +msgstr "Navigasjonslinjens kantfarge" + +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar icon colour " +msgstr "Navigasjonslinjens ikonfarge" + +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar active icon colour " +msgstr "Navigasjonslinjens aktive ikoners farge" + +#: ../../view/theme/redbasic/php/config.php:107 +msgid "link colour" +msgstr "lenkefarge" + +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Set font-colour for banner" +msgstr "Angi skriftfargen for banneret" + +#: ../../view/theme/redbasic/php/config.php:109 +msgid "Set the background colour" +msgstr "Angi bakgrunnsfargen" + +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Set the background image" +msgstr "Angi bakgrunnsbilde" + +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Set the background colour of items" +msgstr "Angi bakgrunnsfargen til elementer" + +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Set the opacity of items" +msgstr "Angi dekkevnen til elementer" + +#: ../../view/theme/redbasic/php/config.php:113 +msgid "Set the basic colour for item icons" +msgstr "Angi grunnfargen for elementikoner" + +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set the hover colour for item icons" +msgstr "Angi fargen til elementikoner ved berøring" + +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set font-size for the entire application" +msgstr "Angi skriftstørrelsen for hele programmet" + +#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/apw/php/config.php:261 +msgid "Set font-size for posts and comments" +msgstr "Angi skriftstørrelse for innlegg og kommentarer" + +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set font-colour for posts and comments" +msgstr "Angi skriftfargen for innlegg og kommentarer" + +#: ../../view/theme/redbasic/php/config.php:118 +msgid "Set radius of corners" +msgstr "Angi hjørneradius" + +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set shadow depth of photos" +msgstr "Angi skyggedybden til bilder" + +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set maximum width of conversation regions" +msgstr "Angi største bredde for samtaleregioner" + +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "Angi minste dekkevne for navigasjonslinjen - for å skjule den" + +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set size of conversation author photo" +msgstr "Angi størrelsen for samtalens forfatterbilde" + +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Set size of followup author photos" +msgstr "Angi størrelsen på forfatterbilder ved oppfølging" + +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Sloppy photo albums" +msgstr "Slurvete fotoalbum" + +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Are you a clean desk or a messy desk person?" +msgstr "Er du en person med ryddig arbeidsbord eller et rotete arbeidsbord?" + +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 +msgid "Schema Default" +msgstr "Standardskjema" + +#: ../../view/theme/apw/php/config.php:203 +msgid "Sans-Serif" +msgstr "Sans-Serif" + +#: ../../view/theme/apw/php/config.php:204 +msgid "Monospace" +msgstr "Monospace" + +#: ../../view/theme/apw/php/config.php:262 +msgid "Set font face" +msgstr "Angi skrifttype" + +#: ../../view/theme/apw/php/config.php:263 +msgid "Set iconset" +msgstr "Angi ikonsett" + +#: ../../view/theme/apw/php/config.php:264 +msgid "Set big shadow size, default 15px 15px 15px" +msgstr "Angi stor skyggestørrelse, standard 15px 15px 15px" + +#: ../../view/theme/apw/php/config.php:265 +msgid "Set small shadow size, default 5px 5px 5px" +msgstr "Angi liten skyggestørrelse, standard 5px 5px 5px" + +#: ../../view/theme/apw/php/config.php:266 +msgid "Set shadow colour, default #000" +msgstr "Angi skyggefarge, standard #000" + +#: ../../view/theme/apw/php/config.php:267 +msgid "Set radius size, default 5px" +msgstr "Angi størrelsen på radius, standard 5px" + +#: ../../view/theme/apw/php/config.php:268 +msgid "Set line-height for posts and comments" +msgstr "Angi linjeavstand for innlegg og kommentarer" + +#: ../../view/theme/apw/php/config.php:269 +msgid "Set background image" +msgstr "Angi bakgrunnsbilde" + +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "Angi bakgrunnsvedlegg" + +#: ../../view/theme/apw/php/config.php:271 +msgid "Set background colour" +msgstr "Angi bakgrunnsbilde" + +#: ../../view/theme/apw/php/config.php:272 +msgid "Set section background image" +msgstr "Angi seksjonens bakgrunnsbilde" + +#: ../../view/theme/apw/php/config.php:273 +msgid "Set section background colour" +msgstr "Angi seksjonens bakgrunnsfarge" + +#: ../../view/theme/apw/php/config.php:274 +msgid "Set colour of items - use hex" +msgstr "Angi fargen til elementer - bruk hex" + +#: ../../view/theme/apw/php/config.php:275 +msgid "Set colour of links - use hex" +msgstr "Angi fargen til lenker - bruk hex" + +#: ../../view/theme/apw/php/config.php:276 +msgid "Set max-width for items. Default 400px" +msgstr "Angi største bredde for elementer. Standard 400px." + +#: ../../view/theme/apw/php/config.php:277 +msgid "Set min-width for items. Default 240px" +msgstr "Angi minste bredde for elementer. Standard 240px." + +#: ../../view/theme/apw/php/config.php:278 +msgid "Set the generic content wrapper width. Default 48%" +msgstr "Angi bredden til den generelle innholdsinnpakningen. Standard 48%" + +#: ../../view/theme/apw/php/config.php:279 +msgid "Set colour of fonts - use hex" +msgstr "Angi skriftfargen - bruk hex" + +#: ../../view/theme/apw/php/config.php:280 +msgid "Set background-size element" +msgstr "Angi størrelsen på bakgrunnselementet" + +#: ../../view/theme/apw/php/config.php:281 +msgid "Item opacity" +msgstr "Elementets dekkevne" + +#: ../../view/theme/apw/php/config.php:282 +msgid "Display post previews only" +msgstr "Vis kun forhåndsvisning av innlegg" + +#: ../../view/theme/apw/php/config.php:283 +msgid "Display side bar on channel page" +msgstr "Vis sidestolpe på kanalsiden" + +#: ../../view/theme/apw/php/config.php:284 +msgid "Colour of the navigation bar" +msgstr "Fargen til navigasjonslinjen" + +#: ../../view/theme/apw/php/config.php:285 +msgid "Item float" +msgstr "Elementflyt" + +#: ../../view/theme/apw/php/config.php:286 +msgid "Left offset of the section element" +msgstr "Til venstre for seksjonselementet" + +#: ../../view/theme/apw/php/config.php:287 +msgid "Right offset of the section element" +msgstr "Til høyre for seksjonselementet" + +#: ../../view/theme/apw/php/config.php:288 +msgid "Section width" +msgstr "Seksjonsbredde" + +#: ../../view/theme/apw/php/config.php:289 +msgid "Left offset of the aside" +msgstr "Til venstre for sidestolpen" + +#: ../../view/theme/apw/php/config.php:290 +msgid "Right offset of the aside element" +msgstr "Til høyre for sidestolpen" + +#: ../../view/theme/blogga/view/theme/blog/config.php:47 +#: ../../view/theme/blogga/php/config.php:47 +msgid "None" +msgstr "Ingen" + +#: ../../view/theme/blogga/view/theme/blog/config.php:70 +#: ../../view/theme/blogga/php/config.php:70 +msgid "Header image" +msgstr "Topptekstbilde" + +#: ../../view/theme/blogga/view/theme/blog/config.php:71 +#: ../../view/theme/blogga/php/config.php:71 +msgid "Header image only on profile pages" +msgstr "Topptekstbilde bare på profilsider" + +#: ../../boot.php:1236 #, php-format msgid "Update %s failed. See error logs." -msgstr "Oppdatering %s mislyktes. Se feilloggene." +msgstr "Oppdatering %s mislyktes. Se feilloggen." -#: ../../boot.php:785 +#: ../../boot.php:1239 #, php-format msgid "Update Error at %s" -msgstr "" +msgstr "Oppdateringsfeil ved %s" -#: ../../boot.php:886 -msgid "Create a New Account" -msgstr "Lag en ny konto" +#: ../../boot.php:1403 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "Lag en konto for å få tilgang til tjenester og programmer i Red Matrix" -#: ../../boot.php:914 -msgid "Nickname or Email address: " -msgstr "Kallenavn eller epostadresse: " +#: ../../boot.php:1431 +msgid "Password" +msgstr "Passord" -#: ../../boot.php:915 -msgid "Password: " -msgstr "Passord: " +#: ../../boot.php:1432 +msgid "Remember me" +msgstr "Husk meg" -#: ../../boot.php:918 -msgid "Or login using OpenID: " -msgstr "" - -#: ../../boot.php:924 +#: ../../boot.php:1437 msgid "Forgot your password?" -msgstr "Glemt passordet?" +msgstr "Glemt passordet ditt?" -#: ../../boot.php:1035 -msgid "Requested account is not available." -msgstr "" +#: ../../boot.php:1502 +msgid "permission denied" +msgstr "tillatelse avvist" -#: ../../boot.php:1112 -msgid "Edit profile" -msgstr "Rediger profil" +#: ../../boot.php:1503 +msgid "Got Zot?" +msgstr "Har du Zot?" -#: ../../boot.php:1178 -msgid "Message" -msgstr "" - -#: ../../boot.php:1300 ../../boot.php:1386 -msgid "g A l F d" -msgstr "" - -#: ../../boot.php:1301 ../../boot.php:1387 -msgid "F d" -msgstr "" - -#: ../../boot.php:1346 ../../boot.php:1427 -msgid "[today]" -msgstr "[idag]" - -#: ../../boot.php:1358 -msgid "Birthday Reminders" -msgstr "Fødselsdager" - -#: ../../boot.php:1359 -msgid "Birthdays this week:" -msgstr "Fødselsdager denne uken:" - -#: ../../boot.php:1420 -msgid "[No description]" -msgstr "[Ingen beskrivelse]" - -#: ../../boot.php:1438 -msgid "Event Reminders" -msgstr "Påminnelser om hendelser" - -#: ../../boot.php:1439 -msgid "Events this week:" -msgstr "Hendelser denne uken:" - -#: ../../boot.php:1668 -msgid "Status Messages and Posts" -msgstr "" - -#: ../../boot.php:1675 -msgid "Profile Details" -msgstr "" - -#: ../../boot.php:1692 -msgid "Events and Calendar" -msgstr "" - -#: ../../boot.php:1699 -msgid "Only You Can See This" -msgstr "" +#: ../../boot.php:1924 +msgid "toggle mobile" +msgstr "Skru på mobil" diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 88b5bc5a8..708a69a5a 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -1,1770 +1,174 @@ strings["Post successful."] = "Innlegg vellykket."; -$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - hent siden på nytt for å se det]"; -$a->strings["Contact settings applied."] = "Kontaktinnstillinger i bruk."; -$a->strings["Contact update failed."] = "Kontaktoppdatering mislyktes."; -$a->strings["Permission denied."] = "Ingen tilgang."; -$a->strings["Contact not found."] = "Kontakt ikke funnet."; -$a->strings["Repair Contact Settings"] = "Reparer kontaktinnstillinger"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Vennligst bruk Tilbake-knappen i nettleseren din hvis du er usikker på hva du bør gjøre på denne siden."; -$a->strings["Return to contact editor"] = ""; -$a->strings["Name"] = "Navn"; -$a->strings["Account Nickname"] = "Konto Kallenavn"; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = "Konto URL"; -$a->strings["Friend Request URL"] = "Venneforespørsel URL"; -$a->strings["Friend Confirm URL"] = "Vennebekreftelse URL"; -$a->strings["Notification Endpoint URL"] = "Endepunkt URL for beskjed"; -$a->strings["Poll/Feed URL"] = "Poll/Feed URL"; -$a->strings["New photo from this URL"] = ""; -$a->strings["Submit"] = "Lagre"; -$a->strings["Help:"] = "Hjelp:"; -$a->strings["Help"] = "Hjelp"; -$a->strings["Not Found"] = "Ikke funnet"; -$a->strings["Page not found."] = "Fant ikke siden."; -$a->strings["File exceeds size limit of %d"] = "Filstørrelsen er større enn begrensning på %d"; -$a->strings["File upload failed."] = "Opplasting av filen mislyktes."; -$a->strings["Friend suggestion sent."] = "Venneforslag sendt."; -$a->strings["Suggest Friends"] = "Foreslå venner"; -$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s"; -$a->strings["Event title and start time are required."] = ""; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = "Rediger hendelse"; -$a->strings["link to source"] = "lenke til kilde"; -$a->strings["Events"] = "Hendelser"; -$a->strings["Create New Event"] = "Lag ny hendelse"; -$a->strings["Previous"] = "Forrige"; -$a->strings["Next"] = "Neste"; -$a->strings["hour:minute"] = "time:minutt"; -$a->strings["Event details"] = "Hendelsesdetaljer"; -$a->strings["Format is %s %s. Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Hendelsen starter:"; -$a->strings["Required"] = ""; -$a->strings["Finish date/time is not known or not relevant"] = "Avslutningsdato/-tid er ukjent eller ikke relevant"; -$a->strings["Event Finishes:"] = "Hendelsen slutter:"; -$a->strings["Adjust for viewer timezone"] = "Tilpass til iakttakerens tidssone"; -$a->strings["Description:"] = "Beskrivelse:"; -$a->strings["Location:"] = "Plassering:"; -$a->strings["Title:"] = ""; -$a->strings["Share this event"] = "Del denne hendelsen"; -$a->strings["Cancel"] = "Avbryt"; -$a->strings["Tag removed"] = "Fjernet tag"; -$a->strings["Remove Item Tag"] = "Fjern tag"; -$a->strings["Select a tag to remove: "] = "Velg en tag å fjerne:"; -$a->strings["Remove"] = "Slett"; -$a->strings["%s welcomes %s"] = "%s hilser %s velkommen"; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = ""; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["Yes"] = "Ja"; -$a->strings["No"] = "Nei"; -$a->strings["Photo Albums"] = "Fotoalbum"; -$a->strings["Contact Photos"] = "Kontaktbilder"; -$a->strings["Upload New Photos"] = "Last opp nye bilder"; -$a->strings["everybody"] = "alle"; -$a->strings["Contact information unavailable"] = "Kontaktinformasjon utilgjengelig"; -$a->strings["Profile Photos"] = "Profilbilder"; -$a->strings["Album not found."] = "Album ble ikke funnet."; -$a->strings["Delete Album"] = "Slett album"; -$a->strings["Delete Photo"] = "Slett bilde"; -$a->strings["was tagged in a"] = "ble tagget i et"; -$a->strings["photo"] = "bilde"; -$a->strings["by"] = "av"; -$a->strings["Image exceeds size limit of "] = "Bilde overstiger størrelsesbegrensningen på "; -$a->strings["Image file is empty."] = "Bildefilen er tom."; -$a->strings["Unable to process image."] = "Ikke i stand til å behandle bildet."; -$a->strings["Image upload failed."] = "Mislyktes med å laste opp bilde."; -$a->strings["Public access denied."] = "Offentlig tilgang ikke tillatt."; -$a->strings["No photos selected"] = "Ingen bilder er valgt"; -$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["You have used %1$.2f Mbytes of photo storage."] = ""; -$a->strings["Upload Photos"] = "Last opp bilder"; -$a->strings["New album name: "] = "Nytt albumnavn:"; -$a->strings["or existing album name: "] = "eller eksisterende albumnavn:"; -$a->strings["Do not show a status post for this upload"] = "Ikke vis statusoppdatering for denne opplastingen"; -$a->strings["Permissions"] = "Tillatelser"; -$a->strings["Edit Album"] = "Endre album"; -$a->strings["Show Newest First"] = ""; -$a->strings["Show Oldest First"] = ""; -$a->strings["View Photo"] = "Vis bilde"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Tilgang nektet. Tilgang til dette elementet kan være begrenset."; -$a->strings["Photo not available"] = "Bilde ikke tilgjengelig"; -$a->strings["View photo"] = "Vis foto"; -$a->strings["Edit photo"] = "Endre bilde"; -$a->strings["Use as profile photo"] = "Bruk som profilbilde"; -$a->strings["Private Message"] = "Privat melding"; -$a->strings["View Full Size"] = "Vis i full størrelse"; -$a->strings["Tags: "] = "Tagger:"; -$a->strings["[Remove any tag]"] = "[Fjern en tag]"; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; -$a->strings["New album name"] = "Nytt albumnavn"; -$a->strings["Caption"] = "Overskrift"; -$a->strings["Add a Tag"] = "Legg til tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["I like this (toggle)"] = "Jeg liker dette (skru på/av)"; -$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru på/av)"; -$a->strings["Share"] = "Del"; -$a->strings["Please wait"] = "Vennligst vent"; -$a->strings["This is you"] = "Dette er deg"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["Preview"] = ""; -$a->strings["Delete"] = "Slett"; -$a->strings["View Album"] = "Vis album"; -$a->strings["Recent Photos"] = "Nye bilder"; -$a->strings["Not available."] = "Ikke tilgjengelig."; -$a->strings["Community"] = "Fellesskap"; -$a->strings["No results."] = "Fant ikke noe."; -$a->strings["This is Friendica, version"] = ""; -$a->strings["running at web location"] = "kjører på web-plassering"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = ""; -$a->strings["Bug reports and issues: please visit"] = "Feilrapporter og problemer: vennligst besøk"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["Installed plugins/addons/apps:"] = ""; -$a->strings["No installed plugins/addons/apps"] = "Ingen installerte plugins/tillegg/apper"; -$a->strings["Item not found"] = "Fant ikke elementet"; -$a->strings["Edit post"] = "Endre innlegg"; -$a->strings["Post to Email"] = "Innlegg til e-post"; -$a->strings["Edit"] = "Endre"; -$a->strings["Upload photo"] = "Last opp bilde"; -$a->strings["Attach file"] = "Legg ved fil"; -$a->strings["Insert web link"] = "Sett inn web-adresse"; -$a->strings["Insert YouTube video"] = "Sett inn YouTube-video"; -$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Sett inn Vorbis [ogg] lydfil"; -$a->strings["Set your location"] = "Angi din plassering"; -$a->strings["Clear browser location"] = "Fjern nettleserplassering"; -$a->strings["Permission settings"] = "Tillatelser"; -$a->strings["CC: email addresses"] = "Kopi: e-postadresser"; -$a->strings["Public post"] = "Offentlig innlegg"; -$a->strings["Set title"] = "Lagre tittel"; -$a->strings["Categories (comma-separated list)"] = ""; -$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@example.com, kari@example.com"; -$a->strings["This introduction has already been accepted."] = "Denne introduksjonen har allerede blitt akseptert."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profilstedet er ikke gyldig og inneholder ikke profilinformasjon."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Advarsel: profilstedet har ikke identifiserbart eiernavn."; -$a->strings["Warning: profile location has no profile photo."] = "Advarsel: profilstedet har ikke noe profilbilde."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "one: %d nødvendig parameter ble ikke funnet på angitt sted", - 1 => "other: %d nødvendige parametre ble ikke funnet på angitt sted", -); -$a->strings["Introduction complete."] = "Introduksjon ferdig."; -$a->strings["Unrecoverable protocol error."] = "Uopprettelig protokollfeil."; -$a->strings["Profile unavailable."] = "Profil utilgjengelig."; -$a->strings["%s has received too many connection requests today."] = "%s har mottatt for mange kontaktforespørsler idag."; -$a->strings["Spam protection measures have been invoked."] = "Tiltak mot søppelpost har blitt iverksatt."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Venner anbefales å prøve igjen om 24 timer."; -$a->strings["Invalid locator"] = "Ugyldig stedsangivelse"; -$a->strings["Invalid email address."] = ""; -$a->strings["This account has not been configured for email. Request failed."] = "Denne kontoen er ikke konfigurert for e-post. Forespørsel mislyktes."; -$a->strings["Unable to resolve your name at the provided location."] = "Ikke i stand til å avgjøre navnet ditt hos det oppgitte stedet."; -$a->strings["You have already introduced yourself here."] = "Du har allerede introdusert deg selv her."; -$a->strings["Apparently you are already friends with %s."] = "Du er visst allerede venn med %s."; -$a->strings["Invalid profile URL."] = "Ugyldig profil-URL."; -$a->strings["Disallowed profile URL."] = "Underkjent profil-URL."; -$a->strings["Failed to update contact record."] = "Mislyktes med å oppdatere kontaktposten."; -$a->strings["Your introduction has been sent."] = "Din introduksjon er sendt."; -$a->strings["Please login to confirm introduction."] = "Vennligst logg inn for å bekrefte introduksjonen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Feil identitet er logget inn for øyeblikket. Vennligst logg inn i denne profilen."; -$a->strings["Hide this contact"] = ""; -$a->strings["Welcome home %s."] = "Velkommen hjem %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Vennligst bekreft din introduksjons-/forbindelses- forespørsel til %s."; -$a->strings["Confirm"] = "Bekreft"; -$a->strings["[Name Withheld]"] = "[Navnet tilbakeholdt]"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = ""; -$a->strings["Connect as an email follower (Coming soon)"] = ""; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Venne-/Koblings-forespørsel"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = ""; -$a->strings["Please answer the following:"] = "Vennligst svar på følgende:"; -$a->strings["Does %s know you?"] = "Kjenner %s deg?"; -$a->strings["Add a personal note:"] = "Legg til en personlig melding:"; -$a->strings["Friendica"] = ""; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federeated Social Web"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = ""; -$a->strings["Your Identity Address:"] = "Din identitetsadresse:"; -$a->strings["Submit Request"] = "Send forespørsel"; -$a->strings["Friendica Social Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = ""; -$a->strings["Could not create table."] = ""; -$a->strings["Your Friendica site database has been installed."] = ""; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Vennligst se filen \"INSTALL.txt\"."; -$a->strings["System check"] = ""; -$a->strings["Check again"] = ""; -$a->strings["Database connection"] = ""; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din tilbyder eller administrator hvis du har spørsmål til disse innstillingene."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes. Hvis ikke, vennligst opprett den før du fortsetter."; -$a->strings["Database Server Name"] = "Databasetjenerens navn"; -$a->strings["Database Login Name"] = "Database brukernavn"; -$a->strings["Database Login Password"] = "Database passord"; -$a->strings["Database Name"] = "Databasenavn"; -$a->strings["Site administrator email address"] = ""; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted"; -$a->strings["Site settings"] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = ""; -$a->strings["PHP executable path"] = ""; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; -$a->strings["Command line PHP"] = ""; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" aktivert."; -$a->strings["This is required for message delivery to work."] = "Dette er nødvendig for at meldingslevering skal virke."; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "For kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = ""; -$a->strings["libCurl PHP module"] = ""; -$a->strings["GD graphics PHP module"] = ""; -$a->strings["OpenSSL PHP module"] = ""; -$a->strings["mysqli PHP module"] = ""; -$a->strings["mb_string PHP module"] = ""; -$a->strings["Apache mod_rewrite module"] = ""; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Modulen mod-rewrite for Apache-webtjeneren er påkrevet, men er ikke installert."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modulen er påkrevet, men er ikke installert."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modulen med JPEG-støtte er påkrevet, men er ikke installert."; -$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modulen er påkrevet, men er ikke installert."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modulen er påkrevet, men er ikke installert."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modulen er påkrevet men ikke installert."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installatøren trenger å kunne lage filen \".htconfig.php\" i topp-folderen på web-tjeneren din, men den får ikke til dette."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette skyldes oftest manglende tillatelse, ettersom web-tjeneren kanskje ikke kan skrive filer i din mappe - selv om du kan."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; -$a->strings[".htconfig.php is writable"] = ""; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Filen \".htconfig.php\" med databasekonfigurasjonen kunne ikke bli skrevet. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i roten på din web-tjener."; -$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller."; -$a->strings["

What next

"] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en planlagt oppgave for oppdatering."; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Time Conversion"] = "Tidskonvertering"; -$a->strings["Friendika provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica har denne tjenesten for å dele hendelser med andre nettverk og venner i ukjente tidssoner."; -$a->strings["UTC time: %s"] = "UTC tid: %s"; -$a->strings["Current timezone: %s"] = "Gjeldende tidssone: %s"; -$a->strings["Converted localtime: %s"] = "Konvertert lokaltid: %s"; -$a->strings["Please select your timezone:"] = "Vennligst velg din tidssone:"; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = ""; -$a->strings["Choose what you wish to do to recipient"] = ""; -$a->strings["Make this post private"] = ""; -$a->strings["Profile Match"] = "Profiltreff"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord i din standardprofil."; -$a->strings["is interested in:"] = ""; -$a->strings["Connect"] = "Forbindelse"; -$a->strings["No matches"] = "Ingen treff"; -$a->strings["Remote privacy information not available."] = "Ekstern informasjon om privatlivsinnstillinger er ikke tilgjengelig."; -$a->strings["Visible to:"] = "Synlig for:"; -$a->strings["No such group"] = "Gruppen finnes ikke"; -$a->strings["Group is empty"] = "Gruppen er tom"; -$a->strings["Group: "] = "Gruppe:"; -$a->strings["Select"] = "Velg"; -$a->strings["View %s's profile @ %s"] = ""; -$a->strings["%s from %s"] = "%s fra %s"; -$a->strings["View in context"] = "Vis i sammenheng"; -$a->strings["%d comment"] = array( - 0 => "", - 1 => "", -); -$a->strings["comment"] = array( - 0 => "", - 1 => "", -); -$a->strings["show more"] = ""; -$a->strings["like"] = ""; -$a->strings["dislike"] = ""; -$a->strings["Share this"] = ""; -$a->strings["share"] = ""; -$a->strings["Bold"] = ""; -$a->strings["Italic"] = ""; -$a->strings["Underline"] = ""; -$a->strings["Quote"] = ""; -$a->strings["Code"] = ""; -$a->strings["Image"] = ""; -$a->strings["Link"] = ""; -$a->strings["Video"] = ""; -$a->strings["add star"] = ""; -$a->strings["remove star"] = ""; -$a->strings["toggle star status"] = "veksle stjernestatus"; -$a->strings["starred"] = ""; -$a->strings["add tag"] = ""; -$a->strings["save to folder"] = ""; -$a->strings["to"] = "til"; -$a->strings["Wall-to-Wall"] = "vegg-til-vegg"; -$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg"; -$a->strings["Welcome to %s"] = "Velkommen til %s"; -$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator."; -$a->strings["Discard"] = "Forkast"; -$a->strings["Ignore"] = "Ignorer"; -$a->strings["System"] = ""; -$a->strings["Network"] = "Nettverk"; -$a->strings["Personal"] = ""; -$a->strings["Home"] = "Hjem"; -$a->strings["Introductions"] = ""; -$a->strings["Messages"] = "Meldinger"; -$a->strings["Show Ignored Requests"] = "Vis ignorerte forespørsler"; -$a->strings["Hide Ignored Requests"] = "Skjul ignorerte forespørsler"; -$a->strings["Notification type: "] = "Beskjedtype:"; -$a->strings["Friend Suggestion"] = "Venneforslag"; -$a->strings["suggested by %s"] = "foreslått av %s"; -$a->strings["Hide this contact from others"] = ""; -$a->strings["Post a new friend activity"] = ""; -$a->strings["if applicable"] = ""; -$a->strings["Approve"] = "Godkjenn"; -$a->strings["Claims to be known to you: "] = "Påstår å kjenne deg:"; -$a->strings["yes"] = "ja"; -$a->strings["no"] = "ei"; -$a->strings["Approve as: "] = "Godkjenn som:"; -$a->strings["Friend"] = "Venn"; -$a->strings["Sharer"] = ""; -$a->strings["Fan/Admirer"] = "Fan/Beundrer"; -$a->strings["Friend/Connect Request"] = "Venn/kontakt-forespørsel"; -$a->strings["New Follower"] = "Ny følgesvenn"; -$a->strings["No introductions."] = ""; -$a->strings["Notifications"] = "Varslinger"; -$a->strings["%s liked %s's post"] = ""; -$a->strings["%s disliked %s's post"] = ""; -$a->strings["%s is now friends with %s"] = ""; -$a->strings["%s created a new post"] = ""; -$a->strings["%s commented on %s's post"] = ""; -$a->strings["No more network notifications."] = ""; -$a->strings["Network Notifications"] = ""; -$a->strings["No more system notifications."] = ""; -$a->strings["System Notifications"] = ""; -$a->strings["No more personal notifications."] = ""; -$a->strings["Personal Notifications"] = ""; -$a->strings["No more home notifications."] = ""; -$a->strings["Home Notifications"] = ""; -$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktposten."; -$a->strings["Could not locate selected profile."] = "Kunne ikke lokalisere valgt profil."; -$a->strings["Contact updated."] = "Kontakt oppdatert."; -$a->strings["Contact has been blocked"] = "Kontakten er blokkert"; -$a->strings["Contact has been unblocked"] = "Kontakten er ikke blokkert lenger"; -$a->strings["Contact has been ignored"] = "Kontakten er ignorert"; -$a->strings["Contact has been unignored"] = "Kontakten er ikke ignorert lenger"; -$a->strings["Contact has been archived"] = ""; -$a->strings["Contact has been unarchived"] = ""; -$a->strings["Contact has been removed."] = "Kontakten er fjernet."; -$a->strings["You are mutual friends with %s"] = "Du er gjensidig venn med %s"; -$a->strings["You are sharing with %s"] = "Du deler med %s"; -$a->strings["%s is sharing with you"] = "%s deler med deg"; -$a->strings["Private communications are not available for this contact."] = "Privat kommunikasjon er ikke tilgjengelig mot denne kontakten."; -$a->strings["Never"] = "Aldri"; -$a->strings["(Update was successful)"] = "(Oppdatering vellykket)"; -$a->strings["(Update was not successful)"] = "(Oppdatering mislykket)"; -$a->strings["Suggest friends"] = "Foreslå venner"; -$a->strings["Network type: %s"] = "Nettverkstype: %s"; -$a->strings["%d contact in common"] = array( - 0 => "%d felles kontakt", - 1 => "%d felles kontakter", -); -$a->strings["View all contacts"] = "Vis alle kontakter"; -$a->strings["Unblock"] = "Ikke blokker"; -$a->strings["Block"] = "Blokker"; -$a->strings["Toggle Blocked status"] = ""; -$a->strings["Unignore"] = "Fjern ignorering"; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Unarchive"] = ""; -$a->strings["Archive"] = ""; -$a->strings["Toggle Archive status"] = ""; -$a->strings["Repair"] = "Reparer"; -$a->strings["Advanced Contact Settings"] = ""; -$a->strings["Communications lost with this contact!"] = ""; -$a->strings["Contact Editor"] = "Endre kontakt"; -$a->strings["Profile Visibility"] = "Profilens synlighet"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise til %s når denne ser profilen på en sikret måte."; -$a->strings["Contact Information / Notes"] = "Kontaktinformasjon/-notater"; -$a->strings["Edit contact notes"] = "Endre kontaktnotater"; -$a->strings["Visit %s's profile [%s]"] = "Besøk %ss profil [%s]"; -$a->strings["Block/Unblock contact"] = "Blokker kontakt/fjern blokkering for kontakt"; -$a->strings["Ignore contact"] = "Ignorer kontakt"; -$a->strings["Repair URL settings"] = "Reparer URL-innstillinger"; -$a->strings["View conversations"] = "Vis samtaler"; -$a->strings["Delete contact"] = "Slett kontakt"; -$a->strings["Last update:"] = "Siste oppdatering:"; -$a->strings["Update public posts"] = "Oppdater offentlige innlegg"; -$a->strings["Update now"] = "Oppdater nå"; -$a->strings["Currently blocked"] = "Blokkert nå"; -$a->strings["Currently ignored"] = "Ignorert nå"; -$a->strings["Currently archived"] = ""; -$a->strings["Replies/likes to your public posts may still be visible"] = ""; -$a->strings["Suggestions"] = ""; -$a->strings["Suggest potential friends"] = ""; -$a->strings["All Contacts"] = "Alle kontakter"; -$a->strings["Show all contacts"] = ""; -$a->strings["Unblocked"] = ""; -$a->strings["Only show unblocked contacts"] = ""; -$a->strings["Blocked"] = ""; -$a->strings["Only show blocked contacts"] = ""; -$a->strings["Ignored"] = ""; -$a->strings["Only show ignored contacts"] = ""; -$a->strings["Archived"] = ""; -$a->strings["Only show archived contacts"] = ""; -$a->strings["Hidden"] = ""; -$a->strings["Only show hidden contacts"] = ""; -$a->strings["Mutual Friendship"] = "Gjensidig vennskap"; -$a->strings["is a fan of yours"] = "er en tilhenger av deg"; -$a->strings["you are a fan of"] = "du er en tilhenger av"; -$a->strings["Edit contact"] = "Endre kontakt"; -$a->strings["Contacts"] = "Kontakter"; -$a->strings["Search your contacts"] = "Søk i dine kontakter"; -$a->strings["Finding: "] = "Fant:"; -$a->strings["Find"] = "Finn"; -$a->strings["No valid account found."] = "Fant ingen gyldig konto."; -$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er sendt. Sjekk e-posten din."; -$a->strings["Password reset requested at %s"] = "Forespørsel om tilbakestilling av passord ved %s"; -$a->strings["Administrator"] = "Administrator"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørselen kunne ikke verifiseres. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord milslyktes."; -$a->strings["Password Reset"] = "Passord tilbakestilling"; -$a->strings["Your password has been reset as requested."] = "Ditt passord er tilbakestilt som forespurt."; -$a->strings["Your new password is"] = "Ditt nye passord er"; -$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter"; -$a->strings["click here to login"] = "klikk her for å logge inn"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Passordet ditt kan endres fra siden Innstillinger etter vellykket logg inn."; -$a->strings["Forgot your Password?"] = "Glemte du passordet?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv inn e-postadressen og send inn for å tilbakestille passordet ditt. Sjekk deretter e-posten din for nærmere forklaring."; -$a->strings["Nickname or Email: "] = "Kallenavn eller e-post:"; -$a->strings["Reset"] = "Tilbakestill"; -$a->strings["Account settings"] = "Kontoinnstillinger"; -$a->strings["Display settings"] = ""; -$a->strings["Connector settings"] = "Koblingsinnstillinger"; -$a->strings["Plugin settings"] = "Tilleggsinnstillinger"; -$a->strings["Connected apps"] = "Tilkoblede programmer"; -$a->strings["Export personal data"] = "Eksporter personlige data"; -$a->strings["Remove account"] = ""; -$a->strings["Settings"] = "Innstillinger"; -$a->strings["Missing some important data!"] = "Mangler noen viktige data!"; -$a->strings["Update"] = "Oppdater"; -$a->strings["Failed to connect with email account using the settings provided."] = "Mislyktes i å opprette forbindelse med e-postkontoen med de oppgitte innstillingene."; -$a->strings["Email settings updated."] = "E-postinnstillinger er oppdatert."; -$a->strings["Passwords do not match. Password unchanged."] = "Passordene er ikke like. Passord uendret."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke lov. Passord uendret."; -$a->strings["Password changed."] = "Passord endret."; -$a->strings["Password update failed. Please try again."] = "Passordoppdatering mislyktes. Vennligst prøv igjen."; -$a->strings[" Please use a shorter name."] = "Vennligst bruk et kortere navn."; -$a->strings[" Name too short."] = "Navnet er for kort."; -$a->strings[" Not valid email."] = "Ugyldig e-postadresse."; -$a->strings[" Cannot change to that email."] = "Kan ikke endre til den e-postadressen."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = ""; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; -$a->strings["Settings updated."] = "Innstillinger oppdatert."; -$a->strings["Add application"] = "Legg til program"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Omdiriger"; -$a->strings["Icon url"] = "Ikon URL"; -$a->strings["You can't edit this application."] = "Du kan ikke redigere dette programmet."; -$a->strings["Connected Apps"] = "Tilkoblede programmer"; -$a->strings["Client key starts with"] = "Klientnøkkelen starter med"; -$a->strings["No name"] = "Ingen navn"; -$a->strings["Remove authorization"] = "Fjern tillatelse"; -$a->strings["No Plugin settings configured"] = "Ingen tilleggsinnstillinger konfigurert"; -$a->strings["Plugin Settings"] = "Tilleggsinnstillinger"; -$a->strings["Built-in support for %s connectivity is %s"] = "Innebygget støtte for %s forbindelse er %s"; -$a->strings["enabled"] = "aktivert"; -$a->strings["disabled"] = "avskrudd"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "E-posttilgang er avskrudd på dette stedet."; -$a->strings["Connector Settings"] = "Koblingsinnstillinger"; -$a->strings["Email/Mailbox Setup"] = "E-post-/postboksinnstillinger"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Hvis du ønsker å kommunisere med e-postkontakter via denne tjenesten (frivillig), vennligst oppgi hvordan din postboks kontaktes."; -$a->strings["Last successful email check:"] = "Siste vellykkede e-postsjekk:"; -$a->strings["IMAP server name:"] = "IMAP-tjeners navn:"; -$a->strings["IMAP port:"] = "IMAP port:"; -$a->strings["Security:"] = "Sikkerhet:"; -$a->strings["None"] = "Ingen"; -$a->strings["Email login name:"] = "E-post brukernavn:"; -$a->strings["Email password:"] = "E-post passord:"; -$a->strings["Reply-to address:"] = "Svar-til-adresse:"; -$a->strings["Send public posts to all email contacts:"] = "Send offentlige meldinger til alle e-postkontakter:"; -$a->strings["Action after import:"] = ""; -$a->strings["Mark as seen"] = ""; -$a->strings["Move to folder"] = ""; -$a->strings["Move to folder:"] = ""; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["Display Settings"] = ""; -$a->strings["Display Theme:"] = "Vis tema:"; -$a->strings["Mobile Theme:"] = ""; -$a->strings["Update browser every xx seconds"] = ""; -$a->strings["Minimum of 10 seconds, no maximum"] = ""; -$a->strings["Number of items to display per page:"] = ""; -$a->strings["Maximum of 100 items"] = ""; -$a->strings["Don't show emoticons"] = ""; -$a->strings["Normal Account Page"] = ""; -$a->strings["This account is a normal personal profile"] = "Denne kontoen er en vanlig personlig profil"; -$a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med kun leserettigheter"; -$a->strings["Community Forum/Celebrity Account"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som fans med lese- og skriverettigheter"; -$a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatisk godkjenning av alle forespørsler om forbindelse/venner som venner"; -$a->strings["Private Forum [Experimental]"] = ""; -$a->strings["Private forum - approved members only"] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valgfritt) Tillat denne OpenID-en å logge inn i denne kontoen."; -$a->strings["Publish your default profile in your local site directory?"] = "Skal standardprofilen din publiseres i katalogen til nettstedet ditt?"; -$a->strings["Publish your default profile in the global social directory?"] = "Skal standardprofilen din publiseres i den globale sosiale katalogen?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skjul kontakt-/venne-listen din for besøkende til standardprofilen din?"; -$a->strings["Hide your profile details from unknown viewers?"] = ""; -$a->strings["Allow friends to post to your profile page?"] = "Tillat venner å poste innlegg på din profilside?"; -$a->strings["Allow friends to tag your posts?"] = "Tillat venner å merke dine innlegg?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; -$a->strings["Permit unknown people to send you private mail?"] = ""; -$a->strings["Profile is not published."] = "Profilen er ikke publisert."; -$a->strings["or"] = "eller"; -$a->strings["Your Identity Address is"] = "Din identitetsadresse er"; -$a->strings["Automatically expire posts after this many days:"] = ""; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tomme innlegg utgår ikke. Utgåtte innlegg slettes."; -$a->strings["Advanced expiration settings"] = ""; -$a->strings["Advanced Expiration"] = ""; -$a->strings["Expire posts:"] = ""; -$a->strings["Expire personal notes:"] = ""; -$a->strings["Expire starred posts:"] = ""; -$a->strings["Expire photos:"] = ""; -$a->strings["Only expire posts by others:"] = ""; -$a->strings["Account Settings"] = "Kontoinnstillinger"; -$a->strings["Password Settings"] = "Passordinnstillinger"; -$a->strings["New Password:"] = "Nytt passord:"; -$a->strings["Confirm:"] = "Bekreft:"; -$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå tomme hvis du ikke skal bytte"; -$a->strings["Basic Settings"] = "Grunninnstillinger"; -$a->strings["Full Name:"] = "Fullt navn:"; -$a->strings["Email Address:"] = "E-postadresse:"; -$a->strings["Your Timezone:"] = "Din tidssone:"; -$a->strings["Default Post Location:"] = "Standard oppholdssted når du poster:"; -$a->strings["Use Browser Location:"] = "Bruk nettleserens oppholdssted:"; -$a->strings["Security and Privacy Settings"] = "Sikkerhet og privatlivsinnstillinger"; -$a->strings["Maximum Friend Requests/Day:"] = "Maksimum venneforespørsler/dag:"; -$a->strings["(to prevent spam abuse)"] = "(for å forhindre søppelpost)"; -$a->strings["Default Post Permissions"] = "Standardtillatelser ved posting"; -$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)"; -$a->strings["Maximum private messages per day from unknown people:"] = ""; -$a->strings["Notification Settings"] = "Beskjedinnstillinger"; -$a->strings["By default post a status message when:"] = ""; -$a->strings["accepting a friend request"] = ""; -$a->strings["joining a forum/community"] = ""; -$a->strings["making an interesting profile change"] = ""; -$a->strings["Send a notification email when:"] = "Send en e-post med beskjed når:"; -$a->strings["You receive an introduction"] = "Du mottar en introduksjon"; -$a->strings["Your introductions are confirmed"] = "Dine introduksjoner er bekreftet"; -$a->strings["Someone writes on your profile wall"] = "Noen skriver på veggen til profilen din"; -$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgingskommentar"; -$a->strings["You receive a private message"] = "Du mottar en privat melding"; -$a->strings["You receive a friend suggestion"] = ""; -$a->strings["You are tagged in a post"] = ""; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Manage Identities and/or Pages"] = "Behandle identiteter og/eller sider"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Veksle mellom ulike identiteter eller felleskaps-/gruppesider som deler dine kontodetaljer eller som du har blitt gitt \"behandle\" tillatelser"; -$a->strings["Select an identity to manage: "] = "Velg en identitet å behandle:"; -$a->strings["Search Results For:"] = ""; -$a->strings["Remove term"] = "Fjern uttrykk"; -$a->strings["Saved Searches"] = "Lagrede søk"; -$a->strings["add"] = ""; -$a->strings["Commented Order"] = ""; -$a->strings["Sort by Comment Date"] = ""; -$a->strings["Posted Order"] = ""; -$a->strings["Sort by Post Date"] = ""; -$a->strings["Posts that mention or involve you"] = ""; -$a->strings["New"] = ""; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Starred"] = ""; -$a->strings["Favourite Posts"] = ""; -$a->strings["Shared Links"] = ""; -$a->strings["Interesting Links"] = ""; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Advarsel: denne gruppen inneholder %s medlem fra et usikkert nettverk.", - 1 => "Advarsel: denne gruppe inneholder %s medlemmer fra et usikkert nettverk.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Private meldinger til denne gruppen risikerer å bli offentliggjort."; -$a->strings["Contact: "] = "Kontakt:"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Private meldinger til denne personen risikerer å bli offentliggjort."; -$a->strings["Invalid contact."] = "Ugyldig kontakt."; -$a->strings["Personal Notes"] = "Personlige notater"; +$a->strings["Categories"] = "Kategorier"; +$a->strings["Connect"] = "Koble"; +$a->strings["Ignore/Hide"] = "Ignorer/Skjul"; +$a->strings["Suggestions"] = "Forslag"; +$a->strings["See more..."] = "Se mer..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du har %1$.0f av %2$.0f tillate forbindelser."; +$a->strings["Add New Connection"] = "Legg til ny forbindelse"; +$a->strings["Enter the channel address"] = "Skriv kanal-adressen"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann"; +$a->strings["Notes"] = "Merknader"; $a->strings["Save"] = "Lagre"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Antall daglige veggmeldinger for %s er overskredet. Melding mislyktes."; -$a->strings["No recipient selected."] = "Ingen mottaker valgt."; -$a->strings["Unable to check your home location."] = ""; -$a->strings["Message could not be sent."] = "Meldingen kunne ikke sendes."; -$a->strings["Message collection failure."] = ""; -$a->strings["Message sent."] = "Melding sendt."; -$a->strings["No recipient."] = ""; -$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:"; -$a->strings["Send Private Message"] = "Send privat melding"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["To:"] = "Til:"; -$a->strings["Subject:"] = "Emne:"; -$a->strings["Your message:"] = "Din melding:"; -$a->strings["Welcome to Friendica"] = ""; -$a->strings["New Member Checklist"] = "Sjekkliste for nye medlemmer"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = ""; -$a->strings["Getting Started"] = ""; -$a->strings["Friendica Walk-Through"] = ""; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = ""; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = ""; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Se over de andre innstillingene, særlig personverninnstillingene. En katalogoppføring som ikke er publisert er som å ha skjult telefonnummer. Generelt, så bør du antakelig publisere oppføringen, med mindre dine venner eller potensielle venner vet nøyaktig hvordan de skal finne deg."; -$a->strings["Profile"] = "Profil"; -$a->strings["Upload Profile Photo"] = "Last opp profilbilde"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Last opp et profilbilde hvis du ikke har gjort det allerede. Studier viser at folk som har ekte bilde av seg selv har ti ganger større sannsynlighet for å få venner enn folk som ikke gjør det."; -$a->strings["Edit Your Profile"] = ""; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Du kan endre standardprofilen din slik du ønsker. Se over innstillingene som lar deg skjule vennelisten og skjule profilen fra ukjente besøkende."; -$a->strings["Profile Keywords"] = ""; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Legg til noen offentlige nøkkelord til standardprofilen din som beskriver dine interesser. Det kan hende vi klarer å finne andre folk med liknende interesser og foreslå vennskap."; -$a->strings["Connecting"] = ""; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Tillat Facebook-koblingen hvis du har en Facebook-konto og vi vil (valgfritt) importere alle dine Facebook-venner og samtaler."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = ""; -$a->strings["Importing Emails"] = ""; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; -$a->strings["Go to Your Contacts Page"] = ""; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = ""; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Katalog-siden lar deg finne andre folk i dette nettverket eller andre forente nettsteder. Se etter en Connect eller Follow lenke på profilsiden deres. Oppgi din egen identitetsadresse hvis du blir forespurt om det."; -$a->strings["Finding New People"] = ""; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; -$a->strings["Groups"] = ""; -$a->strings["Group Your Contacts"] = ""; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Når du har fått noen venner, så kan du organisere dem i private samtalegrupper i sidefeltet på Kontakt-siden din, og deretter kan du samhandle med hver gruppe privat på din Nettverk-side."; -$a->strings["Why Aren't My Posts Public?"] = ""; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = ""; -$a->strings["Getting Help"] = ""; -$a->strings["Go to the Help Section"] = ""; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Våre hjelpesider kan leses for flere detaljer og ressurser om andre egenskaper ved programmet."; -$a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; -$a->strings["Item was not found."] = "Elementet ble ikke funnet."; -$a->strings["Group created."] = "Gruppen er laget."; -$a->strings["Could not create group."] = "Kunne ikke lage gruppen."; -$a->strings["Group not found."] = "Fant ikke gruppen."; -$a->strings["Group name changed."] = "Gruppenavnet er endret"; -$a->strings["Permission denied"] = "Tilgang nektet"; -$a->strings["Create a group of contacts/friends."] = "Lag en gruppe med kontakter/venner."; -$a->strings["Group Name: "] = "Gruppenavn:"; -$a->strings["Group removed."] = "Gruppe fjernet."; -$a->strings["Unable to remove group."] = "Mislyktes med å fjerne gruppe."; -$a->strings["Group Editor"] = "Gruppebehandler"; -$a->strings["Members"] = "Medlemmer"; -$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne."; -$a->strings["Invalid profile identifier."] = "Ugyldig profilidentifikator."; -$a->strings["Profile Visibility Editor"] = "Behandle profilsynlighet"; -$a->strings["Visible To"] = "Synlig for"; -$a->strings["All Contacts (with secure profile access)"] = "Alle kontakter (med sikret profiltilgang)"; -$a->strings["No contacts."] = "Ingen kontakter."; -$a->strings["View Contacts"] = "Vis kontakter"; -$a->strings["Registration details for %s"] = "Registeringsdetaljer for %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Vellykket registrering. Vennligst sjekk e-posten din for videre instruksjoner."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Mislyktes med å sende e-postmelding. Her er meldingen som mislyktes."; -$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles."; -$a->strings["Registration request at %s"] = "Henvendelse om registrering ved %s"; -$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning fra eier av stedet."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kan (valgfritt) fylle ut dette skjemaet via OpenID ved å oppgi din OpenID og klikke \"Registrer\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Hvis du ikke er kjent med OpenID, vennligst la feltet stå tomt, og fyll ut de andre feltene."; -$a->strings["Your OpenID (optional): "] = "Din OpenID (valgfritt):"; -$a->strings["Include your profile in member directory?"] = "Legg til profilen din i medlemskatalogen?"; -$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer bare på invitasjon."; -$a->strings["Your invitation ID: "] = "Din invitasjons-ID:"; -$a->strings["Registration"] = "Registrering"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Ditt fulle navn (f.eks. Ola Nordmann):"; -$a->strings["Your Email Address: "] = "Din e-postadresse:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Velg et kallenavn til profilen. Dette må begynne med en bokstav. Din profiladresse på dette stedet vil bli \"kallenavn@\$sitename\"."; -$a->strings["Choose a nickname: "] = "Velg et kallenavn:"; -$a->strings["Register"] = "Registrer"; -$a->strings["People Search"] = "Personsøk"; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s's %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s's %3\$s"; -$a->strings["Item not found."] = "Enheten ble ikke funnet."; -$a->strings["Access denied."] = ""; -$a->strings["Photos"] = "Bilder"; -$a->strings["Files"] = ""; -$a->strings["Account approved."] = "Konto godkjent."; -$a->strings["Registration revoked for %s"] = "Registreringen til %s er trukket tilbake"; -$a->strings["Please login."] = "Vennligst logg inn."; -$a->strings["Unable to locate original post."] = "Mislyktes med å lokalisere opprinnelig melding."; -$a->strings["Empty post discarded."] = "Tom melding forkastet."; -$a->strings["Wall Photos"] = "Veggbilder"; -$a->strings["System error. Post not saved."] = "Systemfeil. Meldingen ble ikke lagret."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = ""; -$a->strings["You may visit them online at %s"] = "Du kan besøke dem online på %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Vennligst kontakt avsenderen ved å svare på denne meldingen hvis du ikke ønsker å motta disse meldingene."; -$a->strings["%s posted an update."] = "%s postet en oppdatering."; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæringen mislyktes."; -$a->strings["Image size reduction [%s] failed."] = "Reduksjon av bildestørrelse [%s] mislyktes."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-last-siden-på-nytt eller slett mellomlagret i nettleseren hvis det nye bildet ikke vises umiddelbart."; -$a->strings["Unable to process image"] = "Mislyktes med å behandle bilde"; -$a->strings["Image exceeds size limit of %d"] = "Bildets størrelse overstiger størrelsesbegrensningen på %d"; -$a->strings["Upload File:"] = "Last opp fil:"; -$a->strings["Select a profile:"] = ""; -$a->strings["Upload"] = "Last opp"; -$a->strings["skip this step"] = "hopp over dette steget"; -$a->strings["select a photo from your photo albums"] = "velg et bilde fra dine fotoalbum"; -$a->strings["Crop Image"] = "Beskjær bilde"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster beskjæringen av bildet for optimal visning."; -$a->strings["Done Editing"] = "Behandling ferdig"; -$a->strings["Image uploaded successfully."] = "Bilde ble lastet opp."; -$a->strings["No profile"] = "Ingen profil"; -$a->strings["Remove My Account"] = "Slett min konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dette vil slette din konto fullstendig. Når dette er gjort kan den ikke gjenopprettes."; -$a->strings["Please enter your password for verification:"] = "Vennligst skriv inn ditt passord for å bekrefte:"; +$a->strings["Remove term"] = "Fjern begrep"; +$a->strings["Saved Searches"] = "Lagrede søk"; +$a->strings["add"] = "legg til"; +$a->strings["Saved Folders"] = "Lagrede mapper"; +$a->strings["Everything"] = "Alt"; +$a->strings["Archives"] = "Arkiv"; +$a->strings["Refresh"] = "Forny"; +$a->strings["Me"] = "Meg"; +$a->strings["Best Friends"] = "Bestevenner"; +$a->strings["Friends"] = "Venner"; +$a->strings["Co-workers"] = "Medarbeidere"; +$a->strings["Former Friends"] = "Tidligere venner"; +$a->strings["Acquaintances"] = "Bekjente"; +$a->strings["Everybody"] = "Alle"; +$a->strings["Account settings"] = "Kontoinnstillinger"; +$a->strings["Channel settings"] = "Kanalinnstillinger"; +$a->strings["Additional features"] = "Tilleggsfunksjoner"; +$a->strings["Feature settings"] = "Funksjonsinnstillinger"; +$a->strings["Display settings"] = "Visningsinnstillinger"; +$a->strings["Connected apps"] = "Tilkoblede app-er"; +$a->strings["Export channel"] = "Eksporter kanal"; +$a->strings["Automatic Permissions (Advanced)"] = "Automatiske tillatelser (avansert)"; +$a->strings["Premium Channel Settings"] = "Premiumkanal-innstillinger"; +$a->strings["Channel Sources"] = "Kanalkilder"; +$a->strings["Settings"] = "Innstillinger"; +$a->strings["Check Mail"] = "Sjekk meldinger"; $a->strings["New Message"] = "Ny melding"; -$a->strings["Unable to locate contact information."] = "Mislyktes med å finne kontaktinformasjon."; -$a->strings["Message deleted."] = "Melding slettet."; -$a->strings["Conversation removed."] = "Samtale slettet."; -$a->strings["No messages."] = "Ingen meldinger."; -$a->strings["Unknown sender - %s"] = ""; -$a->strings["You and %s"] = ""; -$a->strings["%s and You"] = ""; -$a->strings["Delete conversation"] = "Slett samtale"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "", - 1 => "", -); -$a->strings["Message not available."] = "Melding utilgjengelig."; -$a->strings["Delete message"] = "Slett melding"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Send svar"; -$a->strings["Friends of %s"] = "Venner av %s"; -$a->strings["No friends to display."] = ""; -$a->strings["Theme settings updated."] = ""; -$a->strings["Site"] = "Nettsted"; -$a->strings["Users"] = "Brukere"; -$a->strings["Plugins"] = "Tillegg"; -$a->strings["Themes"] = ""; -$a->strings["DB updates"] = ""; -$a->strings["Logs"] = "Logger"; -$a->strings["Admin"] = "Administrator"; -$a->strings["Plugin Features"] = ""; -$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer venter på bekreftelse"; -$a->strings["Normal Account"] = "Vanlig konto"; -$a->strings["Soapbox Account"] = "Talerstol-konto"; -$a->strings["Community/Celebrity Account"] = "Gruppe-/kjendiskonto"; -$a->strings["Automatic Friend Account"] = "Automatisk vennekonto"; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum"] = ""; -$a->strings["Message queues"] = ""; -$a->strings["Administration"] = "Administrasjon"; -$a->strings["Summary"] = "Oppsummering"; -$a->strings["Registered users"] = "Registrerte brukere"; -$a->strings["Pending registrations"] = "Ventende registreringer"; -$a->strings["Version"] = "Versjon"; -$a->strings["Active plugins"] = "Aktive tillegg"; -$a->strings["Site settings updated."] = "Nettstedets innstillinger er oppdatert."; -$a->strings["Closed"] = "Stengt"; -$a->strings["Requires approval"] = "Krever godkjenning"; -$a->strings["Open"] = "Åpen"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = ""; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; -$a->strings["File upload"] = "Last opp fil"; -$a->strings["Policies"] = "Retningslinjer"; -$a->strings["Advanced"] = "Avansert"; -$a->strings["Site name"] = "Nettstedets navn"; -$a->strings["Banner/Logo"] = "Banner/logo"; -$a->strings["System language"] = "Systemspråk"; -$a->strings["System theme"] = "Systemtema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$a->strings["Mobile system theme"] = ""; -$a->strings["Theme for mobile devices"] = ""; -$a->strings["SSL link policy"] = ""; -$a->strings["Determines whether generated links should be forced to use SSL"] = ""; -$a->strings["Maximum image size"] = "Maksimum bildestørrelse"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Maximum image length"] = ""; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = ""; -$a->strings["JPEG image quality"] = ""; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; -$a->strings["Register policy"] = "Registrer retningslinjer"; -$a->strings["Register text"] = "Registrer tekst"; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = ""; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; -$a->strings["Allowed friend domains"] = "Tillate vennedomener"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = "Tillate e-postdomener"; -$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"] = ""; -$a->strings["Block public"] = "Utesteng publikum"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; -$a->strings["Force publish"] = "Tving publisering"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory update URL"] = "URL for oppdatering av Global-katalog"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = ""; -$a->strings["Allow infinite level threading for items on this site."] = ""; -$a->strings["Private posts by default for new users"] = ""; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; -$a->strings["Block multiple registrations"] = "Blokker flere registreringer"; -$a->strings["Disallow users to register additional accounts for use as pages."] = ""; -$a->strings["OpenID support"] = "OpenID-støtte"; -$a->strings["OpenID support for registration and logins."] = ""; -$a->strings["Fullname check"] = "Sjekk fullt navn"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 regulære uttrykk"; -$a->strings["Use PHP UTF8 regular expressions"] = ""; -$a->strings["Show Community Page"] = "Vis Felleskap-side"; -$a->strings["Display a Community page showing all recent public postings on this site."] = ""; -$a->strings["Enable OStatus support"] = "Aktiver Ostatus-støtte"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; -$a->strings["Enable Diaspora support"] = ""; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = ""; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; -$a->strings["Verify SSL"] = "Bekreft SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; -$a->strings["Proxy user"] = "Brukernavn til mellomtjener"; -$a->strings["Proxy URL"] = "Mellomtjener URL"; -$a->strings["Network timeout"] = "Tidsavbrudd for nettverk"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = ""; -$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."] = ""; -$a->strings["Poll interval"] = ""; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; -$a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Update has been marked successful"] = ""; -$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s mislyktes. Sjekk systemlogger."; -$a->strings["Update %s was successfully applied."] = ""; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["Update function %s could not be found."] = ""; -$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer."; -$a->strings["Failed Updates"] = "Mislykkede oppdateringer"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; -$a->strings["Mark success (if update was manually applied)"] = ""; -$a->strings["Attempt to execute this update step automatically"] = ""; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "", - 1 => "", -); -$a->strings["%s user deleted"] = array( - 0 => "%s bruker slettet", - 1 => "%s brukere slettet", -); -$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet"; -$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert"; -$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert"; -$a->strings["select all"] = "velg alle"; -$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer venter på bekreftelse"; -$a->strings["Request date"] = "Forespørselsdato"; -$a->strings["Email"] = "E-post"; -$a->strings["No registrations."] = "Ingen registreringer."; -$a->strings["Deny"] = "Nekt"; -$a->strings["Site admin"] = ""; -$a->strings["Register date"] = "Registreringsdato"; -$a->strings["Last login"] = "Siste innlogging"; -$a->strings["Last item"] = "Siste element"; -$a->strings["Account"] = "Konto"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse brukerne?"; -$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?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren?"; -$a->strings["Plugin %s disabled."] = "Tillegget %s er avskrudd."; -$a->strings["Plugin %s enabled."] = "Tillegget %s er aktivert."; -$a->strings["Disable"] = "Skru av"; -$a->strings["Enable"] = "Aktiver"; -$a->strings["Toggle"] = "Veksle"; -$a->strings["Author: "] = ""; -$a->strings["Maintainer: "] = ""; -$a->strings["No themes found."] = ""; -$a->strings["Screenshot"] = ""; -$a->strings["[Experimental]"] = ""; -$a->strings["[Unsupported]"] = ""; -$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert."; -$a->strings["Clear"] = "Tøm"; -$a->strings["Debugging"] = "Feilsøking"; -$a->strings["Log file"] = "Loggfil"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = "Loggnivå"; -$a->strings["Close"] = "Lukk"; -$a->strings["FTP Host"] = "FTP-tjener"; -$a->strings["FTP Path"] = "FTP-sti"; -$a->strings["FTP User"] = "FTP-bruker"; -$a->strings["FTP Password"] = "FTP-passord"; -$a->strings["Requested profile is not available."] = ""; -$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er blitt begrenset."; -$a->strings["Tips for New Members"] = "Tips til nye medlemmer"; -$a->strings["{0} wants to be your friend"] = "{0} ønsker å bli din venn"; -$a->strings["{0} sent you a message"] = "{0} sendte deg en melding"; -$a->strings["{0} requested registration"] = "{0} forespurte om registrering"; -$a->strings["{0} commented %s's post"] = "{0} kommenterte %s sitt innlegg"; -$a->strings["{0} liked %s's post"] = "{0} likte %s sitt innlegg"; -$a->strings["{0} disliked %s's post"] = "{0} likte ikke %s sitt innlegg"; -$a->strings["{0} is now friends with %s"] = "{0} er nå venner med %s"; -$a->strings["{0} posted"] = "{0} postet et innlegg"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} merket %s sitt innlegg med #%s"; -$a->strings["{0} mentioned you in a post"] = ""; -$a->strings["Contacts who are not members of a group"] = ""; -$a->strings["OpenID protocol error. No ID returned."] = ""; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; -$a->strings["Login failed."] = "Innlogging mislyktes."; -$a->strings["Contact added"] = ""; -$a->strings["Common Friends"] = ""; -$a->strings["No contacts in common."] = ""; -$a->strings["link"] = ""; -$a->strings["Item has been removed."] = "Elementet har blitt slettet."; -$a->strings["Applications"] = "Programmer"; -$a->strings["No installed applications."] = "Ingen installerte programmer."; -$a->strings["Search"] = "Søk"; -$a->strings["Profile not found."] = "Fant ikke profilen."; -$a->strings["Profile Name is required."] = "Profilnavn er påkrevet."; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Likes"] = ""; -$a->strings["Dislikes"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = ""; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = ""; -$a->strings["Sexual Preference"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = ""; -$a->strings["Address"] = ""; -$a->strings["Location"] = ""; -$a->strings["Profile updated."] = "Profil oppdatert."; -$a->strings[" and "] = ""; -$a->strings["public profile"] = ""; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = ""; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; -$a->strings["Profile deleted."] = "Profil slettet."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Ny profil opprettet."; -$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for kloning."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakten/vennen din fra folk som kan se denne profilen?"; -$a->strings["Edit Profile Details"] = "Endre profildetaljer"; -$a->strings["View this profile"] = "Vis denne profilen"; -$a->strings["Create a new profile using these settings"] = "Opprett en ny profil med disse innstillingene"; -$a->strings["Clone this profile"] = "Klon denne profilen"; -$a->strings["Delete this profile"] = "Slette denne profilen"; -$a->strings["Profile Name:"] = "Profilnavn:"; -$a->strings["Your Full Name:"] = "Ditt fulle navn:"; -$a->strings["Title/Description:"] = "Tittel/Beskrivelse:"; -$a->strings["Your Gender:"] = "Ditt kjønn:"; -$a->strings["Birthday (%s):"] = "Fødselsdag (%s):"; -$a->strings["Street Address:"] = "Gateadresse:"; -$a->strings["Locality/City:"] = "Plassering/by:"; -$a->strings["Postal/Zip Code:"] = "Postnummer:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Region/State:"] = "Region/fylke:"; -$a->strings[" Marital Status:"] = " Sivilstand:"; -$a->strings["Who: (if applicable)"] = "Hvem: (hvis gjeldende)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Nordmann, kari@example.com"; -$a->strings["Since [date]:"] = ""; -$a->strings["Sexual Preference:"] = "Seksuell orientering:"; -$a->strings["Homepage URL:"] = "Hjemmeside URL:"; -$a->strings["Hometown:"] = ""; -$a->strings["Political Views:"] = "Politisk ståsted:"; -$a->strings["Religious Views:"] = "Religiøst ståsted:"; -$a->strings["Public Keywords:"] = "Offentlige nøkkelord:"; -$a->strings["Private Keywords:"] = "Private nøkkelord:"; -$a->strings["Likes:"] = ""; -$a->strings["Dislikes:"] = ""; -$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Brukes for å foreslå mulige venner, kan ses av andre)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Brukes for å søke i profiler, vises aldri til andre)"; -$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv..."; -$a->strings["Hobbies/Interests"] = "Hobbier/interesser"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk"; -$a->strings["Musical interests"] = "Musikksmak"; -$a->strings["Books, literature"] = "Bøker, litteratur"; -$a->strings["Television"] = "TV"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning"; -$a->strings["Love/romance"] = "Kjærlighet/romanse"; -$a->strings["Work/employment"] = "Arbeid/ansatt hos"; -$a->strings["School/education"] = "Skole/utdanning"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dette er din offentlige profil.
Den kan ses av alle på Internet."; -$a->strings["Age: "] = "Alder:"; -$a->strings["Edit/Manage Profiles"] = "Rediger/Behandle profiler"; -$a->strings["Change profile photo"] = "Endre profilbilde"; -$a->strings["Create New Profile"] = "Lag ny profil"; -$a->strings["Profile Image"] = "Profilbilde"; -$a->strings["visible to everybody"] = "synlig for alle"; -$a->strings["Edit visibility"] = "Endre synlighet"; -$a->strings["Save to Folder:"] = ""; -$a->strings["- select -"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; -$a->strings["No potential page delegates located."] = ""; -$a->strings["Delegate Page Management"] = "Deleger sidebehandling"; -$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."] = "Delegater kan behandle alle sider ved denne kontoen/siden, bortsett fra grunnleggende kontoinnstillinger. Vennligst ikke deleger din personlige konto til noen som du ikke stoler fullt og fast på."; -$a->strings["Existing Page Managers"] = "Eksisterende sidebehandlere"; -$a->strings["Existing Page Delegates"] = ""; -$a->strings["Potential Delegates"] = ""; -$a->strings["Add"] = ""; -$a->strings["No entries."] = ""; -$a->strings["Source (bbcode) text:"] = ""; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = ""; -$a->strings["Source input: "] = ""; -$a->strings["bb2html: "] = ""; -$a->strings["bb2html2bb: "] = ""; -$a->strings["bb2md: "] = ""; -$a->strings["bb2md2html: "] = ""; -$a->strings["bb2dia2bb: "] = ""; -$a->strings["bb2md2html2bb: "] = ""; -$a->strings["Source input (Diaspora format): "] = ""; -$a->strings["diaspora2bb: "] = ""; -$a->strings["Friend Suggestions"] = "Venneforslag"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = "Ignorér/Skjul"; -$a->strings["Global Directory"] = "Global katalog"; -$a->strings["Find on this site"] = ""; -$a->strings["Site Directory"] = "Stedets katalog"; -$a->strings["Gender: "] = "Kjønn:"; -$a->strings["Gender:"] = "Kjønn:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Hjemmeside:"; -$a->strings["About:"] = "Om:"; -$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjulte)."; -$a->strings["%s : Not a valid email address."] = "%s: Ugyldig e-postadresse."; -$a->strings["Please join us on Friendica"] = ""; -$a->strings["%s : Message delivery failed."] = "%s: Mislyktes med å levere meldingen."; -$a->strings["%d message sent."] = array( - 0 => "one: %d melding sendt.", - 1 => "other: %d meldinger sendt.", -); -$a->strings["You have no more invitations available"] = "Du har ingen flere tilgjengelige invitasjoner"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Vi beklager. Dette systemet er for øyeblikket ikke konfigurert for forbindelser med andre offentlige nettsteder eller å invitere medlemmer."; -$a->strings["Send invitations"] = "Send invitasjoner"; -$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Når du har registrert, vennligst kontakt meg via min profilside på:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; -$a->strings["Response from remote site was not understood."] = "Forstod ikke svaret fra det andre stedet."; -$a->strings["Unexpected response from remote site: "] = "Uventet svar fra det andre stedet:"; -$a->strings["Confirmation completed successfully."] = "Sending av bekreftelse var vellykket. "; -$a->strings["Remote site reported: "] = "Det andre stedet rapporterte:"; -$a->strings["Temporary failure. Please wait and try again."] = "Midlertidig feil. Vennligst vent og prøv igjen."; -$a->strings["Introduction failed or was revoked."] = "Introduksjon mislyktes eller ble trukket tilbake."; -$a->strings["Unable to set contact photo."] = "Fikk ikke satt kontaktbilde."; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s er nå venner med %2\$s"; -$a->strings["No user record found for '%s' "] = "Ingen brukerregistrering funnet for '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Krypteringsnøkkelen til nettstedet vårt ser ut til å være ødelagt."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "En tom nettsteds-URL ble oppgitt eller URL-en kunne ikke dekrypteres av oss."; -$a->strings["Contact record was not found for you on our site."] = "Kontaktinformasjon om deg ble ikke funnet på vårt nettsted."; -$a->strings["Site public key not available in contact record for URL %s."] = ""; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID-en som ble oppgitt av ditt system har en duplikat i vårt system. Det bør virke hvis du prøver igjen."; -$a->strings["Unable to set your contact credentials on our system."] = "Får ikke lagret din kontaktlegitamasjon på vårt system."; -$a->strings["Unable to update your contact profile details on our system"] = "Får ikke oppdatert kontaktdetaljene dine på vårt system."; -$a->strings["Connection accepted at %s"] = "Tilkobling godtatt på %s"; -$a->strings["%1\$s has joined %2\$s"] = ""; -$a->strings["Google+ Import Settings"] = ""; -$a->strings["Enable Google+ Import"] = ""; -$a->strings["Google Account ID"] = ""; -$a->strings["Google+ Import Settings saved."] = ""; -$a->strings["Facebook disabled"] = "Facebook avskrudd"; -$a->strings["Updating contacts"] = "Oppdaterer kontakter"; -$a->strings["Facebook API key is missing."] = "Facebook API-nøkkel mangler."; -$a->strings["Facebook Connect"] = "Facebook-kobling"; -$a->strings["Install Facebook connector for this account."] = "Legg til Facebook-kobling for denne kontoen."; -$a->strings["Remove Facebook connector"] = "Fjern Facebook-kobling"; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = ""; -$a->strings["Post to Facebook by default"] = "Post til Facebook som standard"; -$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = ""; -$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = ""; -$a->strings["Link all your Facebook friends and conversations on this website"] = ""; -$a->strings["Facebook conversations consist of your profile wall and your friend stream."] = ""; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = ""; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = ""; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = ""; -$a->strings["Do not import your Facebook profile wall conversations"] = ""; -$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = ""; -$a->strings["Comma separated applications to ignore"] = ""; -$a->strings["Problems with Facebook Real-Time Updates"] = ""; -$a->strings["Facebook Connector Settings"] = "Innstillinger for Facebook-kobling"; -$a->strings["Facebook API Key"] = ""; -$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.

"] = ""; -$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = ""; -$a->strings["The given API Key seems to work correctly."] = ""; -$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = ""; -$a->strings["App-ID / API-Key"] = ""; -$a->strings["Application secret"] = ""; -$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = ""; -$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = ""; -$a->strings["Real-Time Updates"] = ""; -$a->strings["Real-Time Updates are activated."] = ""; -$a->strings["Deactivate Real-Time Updates"] = ""; -$a->strings["Real-Time Updates not activated."] = ""; -$a->strings["Activate Real-Time Updates"] = ""; -$a->strings["The new values have been saved."] = ""; -$a->strings["Post to Facebook"] = "Post til Facebook"; -$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Posting til Facebook avbrutt på grunn av konflikt med tilgangsrettigheter i multi-nettverk."; -$a->strings["View on Friendica"] = ""; -$a->strings["Facebook post failed. Queued for retry."] = "Facebook-innlegg mislyktes. Innlegget er lagt i kø for å prøve igjen."; -$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = ""; -$a->strings["Facebook connection became invalid"] = ""; -$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = ""; -$a->strings["StatusNet AutoFollow settings updated."] = ""; -$a->strings["StatusNet AutoFollow Settings"] = ""; -$a->strings["Automatically follow any StatusNet followers/mentioners"] = ""; -$a->strings["Bg settings updated."] = ""; -$a->strings["Bg Settings"] = ""; -$a->strings["How many contacts to display on profile sidebar"] = ""; -$a->strings["Lifetime of the cache (in hours)"] = ""; -$a->strings["Cache Statistics"] = ""; -$a->strings["Number of items"] = ""; -$a->strings["Size of the cache"] = ""; -$a->strings["Delete the whole cache"] = ""; -$a->strings["Facebook Post disabled"] = ""; -$a->strings["Facebook Post"] = ""; -$a->strings["Install Facebook Post connector for this account."] = ""; -$a->strings["Remove Facebook Post connector"] = ""; -$a->strings["Facebook Post Settings"] = ""; -$a->strings["%d person likes this"] = array( - 0 => "", - 1 => "", -); -$a->strings["%d person doesn't like this"] = array( - 0 => "", - 1 => "", -); -$a->strings["Get added to this list!"] = ""; -$a->strings["Generate new key"] = "Lag ny nøkkel"; -$a->strings["Widgets key"] = "Nøkkel til småprogrammer"; -$a->strings["Widgets available"] = "Småprogrammer er tilgjengelige"; -$a->strings["Connect on Friendica!"] = ""; -$a->strings["bitchslap"] = ""; -$a->strings["bitchslapped"] = ""; -$a->strings["shag"] = ""; -$a->strings["shagged"] = ""; -$a->strings["do something obscenely biological to"] = ""; -$a->strings["did something obscenely biological to"] = ""; -$a->strings["point out the poke feature to"] = ""; -$a->strings["pointed out the poke feature to"] = ""; -$a->strings["declare undying love for"] = ""; -$a->strings["declared undying love for"] = ""; -$a->strings["patent"] = ""; -$a->strings["patented"] = ""; -$a->strings["stroke beard"] = ""; -$a->strings["stroked their beard at"] = ""; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["hug"] = ""; -$a->strings["hugged"] = ""; -$a->strings["kiss"] = ""; -$a->strings["kissed"] = ""; -$a->strings["raise eyebrows at"] = ""; -$a->strings["raised their eyebrows at"] = ""; -$a->strings["insult"] = ""; -$a->strings["insulted"] = ""; -$a->strings["praise"] = ""; -$a->strings["praised"] = ""; -$a->strings["be dubious of"] = ""; -$a->strings["was dubious of"] = ""; -$a->strings["eat"] = ""; -$a->strings["ate"] = ""; -$a->strings["giggle and fawn at"] = ""; -$a->strings["giggled and fawned at"] = ""; -$a->strings["doubt"] = ""; -$a->strings["doubted"] = ""; -$a->strings["glare"] = ""; -$a->strings["glared at"] = ""; -$a->strings["YourLS Settings"] = ""; -$a->strings["URL: http://"] = ""; -$a->strings["Username:"] = ""; -$a->strings["Password:"] = ""; -$a->strings["Use SSL "] = ""; -$a->strings["yourls Settings saved."] = ""; -$a->strings["Post to LiveJournal"] = ""; -$a->strings["LiveJournal Post Settings"] = ""; -$a->strings["Enable LiveJournal Post Plugin"] = ""; -$a->strings["LiveJournal username"] = ""; -$a->strings["LiveJournal password"] = ""; -$a->strings["Post to LiveJournal by default"] = ""; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = ""; -$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = ""; -$a->strings["Enable Content filter"] = ""; -$a->strings["Comma separated list of keywords to hide"] = ""; -$a->strings["Use /expression/ to provide regular expressions"] = ""; -$a->strings["NSFW Settings saved."] = ""; -$a->strings["%s - Click to open/close"] = ""; -$a->strings["Forums"] = ""; -$a->strings["Forums:"] = ""; -$a->strings["Page settings updated."] = ""; -$a->strings["Page Settings"] = ""; -$a->strings["How many forums to display on sidebar without paging"] = ""; -$a->strings["Randomise Page/Forum list"] = ""; -$a->strings["Show pages/forums on profile page"] = ""; -$a->strings["Planets Settings"] = ""; -$a->strings["Enable Planets Plugin"] = ""; +$a->strings["Chat Rooms"] = "Chatrom"; +$a->strings["Bookmarked Chatrooms"] = "Bokmerkede chatrom"; +$a->strings["Suggested Chatrooms"] = "Foreslåtte chatrom"; +$a->strings["Visible to everybody"] = "Synlig for alle"; +$a->strings["show"] = "vis"; +$a->strings["don't show"] = "ikke vis"; +$a->strings[" and "] = "og"; +$a->strings["public profile"] = "offentlig profil"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s endret %2\$s til “%3\$s”"; +$a->strings["Visit %1\$s's %2\$s"] = "Besøk %1\$s sitt %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har oppdatert %2\$s, endret %3\$s."; +$a->strings["Logout"] = "Logg ut"; +$a->strings["End this session"] = "Avslutt denne økten"; +$a->strings["Home"] = "Hjem"; +$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler"; +$a->strings["View Profile"] = "Vis profil"; +$a->strings["Your profile page"] = "Din profilside"; +$a->strings["Edit Profiles"] = "Endre profiler"; +$a->strings["Manage/Edit profiles"] = "Håndter/endre profiler"; +$a->strings["Photos"] = "Bilder"; +$a->strings["Your photos"] = "Dine bilder"; +$a->strings["Files"] = "Filer"; +$a->strings["Your files"] = "Dine filer"; +$a->strings["Chat"] = "Chat"; +$a->strings["Your chatrooms"] = "Dine chatterom"; +$a->strings["Events"] = "Hendelser"; +$a->strings["Your events"] = "Dine hendelser"; +$a->strings["Bookmarks"] = "Bokmerker"; +$a->strings["Your bookmarks"] = "Dine bokmerker"; +$a->strings["Webpages"] = "Websider"; +$a->strings["Your webpages"] = "Dine websider"; $a->strings["Login"] = "Logg inn"; -$a->strings["OpenID"] = ""; -$a->strings["Latest users"] = ""; -$a->strings["Most active users"] = ""; -$a->strings["Latest photos"] = ""; -$a->strings["Latest likes"] = ""; -$a->strings["event"] = "hendelse"; -$a->strings["No access"] = ""; -$a->strings["Could not open component for editing"] = ""; -$a->strings["Go back to the calendar"] = ""; -$a->strings["Event data"] = ""; -$a->strings["Calendar"] = ""; -$a->strings["Special color"] = ""; -$a->strings["Subject"] = ""; -$a->strings["Starts"] = ""; -$a->strings["Ends"] = ""; -$a->strings["Description"] = ""; -$a->strings["Recurrence"] = ""; -$a->strings["Frequency"] = ""; -$a->strings["Daily"] = "Daglig"; -$a->strings["Weekly"] = "Ukentlig"; -$a->strings["Monthly"] = "Månedlig"; -$a->strings["Yearly"] = ""; -$a->strings["days"] = "dager"; -$a->strings["weeks"] = "uker"; -$a->strings["months"] = "måneder"; -$a->strings["years"] = "år"; -$a->strings["Interval"] = ""; -$a->strings["All %select% %time%"] = ""; -$a->strings["Days"] = ""; -$a->strings["Sunday"] = "søndag"; +$a->strings["Sign in"] = "Logg på"; +$a->strings["%s - click to logout"] = "%s - klikk for å logge ut"; +$a->strings["Click to authenticate to your home hub"] = "Klikk for å godkjennes mot din hjemme-hub"; +$a->strings["Home Page"] = "Hjemmeside"; +$a->strings["Register"] = "Registrer"; +$a->strings["Create an account"] = "Lag en konto"; +$a->strings["Help"] = "Hjelp"; +$a->strings["Help and documentation"] = "Hjelp og dokumentasjon"; +$a->strings["Apps"] = "Apper"; +$a->strings["Addon applications, utilities, games"] = "Tilleggsprogrammer, verktøy, spill"; +$a->strings["Search"] = "Søk"; +$a->strings["Search site content"] = "Søk stedets innhold"; +$a->strings["Directory"] = "Katalog"; +$a->strings["Channel Locator"] = "Kanal-finner"; +$a->strings["Matrix"] = "Matrix"; +$a->strings["Your matrix"] = "Din matrix"; +$a->strings["Mark all matrix notifications seen"] = "Merk alle matrix-varsler som sett"; +$a->strings["Channel Home"] = "Kanalhjem"; +$a->strings["Channel home"] = "Kanalhjem"; +$a->strings["Mark all channel notifications seen"] = "Merk alle kanalvarsler som sett"; +$a->strings["Intros"] = "Introduksjoner"; +$a->strings["New Connections"] = "Nye forbindelser"; +$a->strings["Notices"] = "Varsel"; +$a->strings["Notifications"] = "Varsler"; +$a->strings["See all notifications"] = "Se alle varsler"; +$a->strings["Mark all system notifications seen"] = "Merk alle systemvarsler som sett"; +$a->strings["Mail"] = "Melding"; +$a->strings["Private mail"] = "Privat post"; +$a->strings["See all private messages"] = "Se alle private meldinger"; +$a->strings["Mark all private messages seen"] = "Merk alle private meldinger som sett"; +$a->strings["Inbox"] = "Innboks"; +$a->strings["Outbox"] = "Utboks"; +$a->strings["Event Calendar"] = "Hendelseskalender"; +$a->strings["See all events"] = "Se alle hendelser"; +$a->strings["Mark all events seen"] = "Merk alle hendelser som sett"; +$a->strings["Channel Select"] = "Kanalvalg"; +$a->strings["Manage Your Channels"] = "Håndter dine kanaler"; +$a->strings["Account/Channel Settings"] = "Konto-/kanal-innstillinger"; +$a->strings["Connections"] = "Forbindelser"; +$a->strings["Manage/Edit Friends and Connections"] = "Håndter/Endre venner og forbindelser"; +$a->strings["Admin"] = "Administrator"; +$a->strings["Site Setup and Configuration"] = "Nettstedsoppsett og -konfigurasjon"; +$a->strings["Nothing new here"] = "Ikke noe nytt her"; +$a->strings["Please wait..."] = "Vennligst vent..."; +$a->strings["prev"] = "forrige"; +$a->strings["first"] = "første"; +$a->strings["last"] = "siste"; +$a->strings["next"] = "neste"; +$a->strings["older"] = "eldre"; +$a->strings["newer"] = "nyere"; +$a->strings["No connections"] = "Ingen forbindelser"; +$a->strings["%d Connection"] = array( + 0 => "%d forbindelse", + 1 => "%d forbindelser", +); +$a->strings["View Connections"] = "Vis forbindelser"; +$a->strings["poke"] = "prikk"; +$a->strings["poked"] = "prikket"; +$a->strings["ping"] = "varsle"; +$a->strings["pinged"] = "varslet"; +$a->strings["prod"] = "oppildne"; +$a->strings["prodded"] = "oppildnet"; +$a->strings["slap"] = "daske"; +$a->strings["slapped"] = "dasket"; +$a->strings["finger"] = "fingre"; +$a->strings["fingered"] = "fingret"; +$a->strings["rebuff"] = "tilbakevise"; +$a->strings["rebuffed"] = "tilbakeviste"; +$a->strings["happy"] = "glad"; +$a->strings["sad"] = "trist"; +$a->strings["mellow"] = "dempet"; +$a->strings["tired"] = "trøtt"; +$a->strings["perky"] = "oppkvikket"; +$a->strings["angry"] = "sint"; +$a->strings["stupified"] = "sløvet"; +$a->strings["puzzled"] = "forundret"; +$a->strings["interested"] = "interessert"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "munter"; +$a->strings["alive"] = "levende"; +$a->strings["annoyed"] = "irritert"; +$a->strings["anxious"] = "nervøs"; +$a->strings["cranky"] = "gretten"; +$a->strings["disturbed"] = "foruroliget"; +$a->strings["frustrated"] = "frustrert"; +$a->strings["motivated"] = "motivert"; +$a->strings["relaxed"] = "avslappet"; +$a->strings["surprised"] = "overrasket"; $a->strings["Monday"] = "mandag"; $a->strings["Tuesday"] = "tirsdag"; $a->strings["Wednesday"] = "onsdag"; $a->strings["Thursday"] = "torsdag"; $a->strings["Friday"] = "fredag"; $a->strings["Saturday"] = "lørdag"; -$a->strings["First day of week:"] = ""; -$a->strings["Day of month"] = ""; -$a->strings["#num#th of each month"] = ""; -$a->strings["#num#th-last of each month"] = ""; -$a->strings["#num#th #wkday# of each month"] = ""; -$a->strings["#num#th-last #wkday# of each month"] = ""; -$a->strings["Month"] = ""; -$a->strings["#num#th of the given month"] = ""; -$a->strings["#num#th-last of the given month"] = ""; -$a->strings["#num#th #wkday# of the given month"] = ""; -$a->strings["#num#th-last #wkday# of the given month"] = ""; -$a->strings["Repeat until"] = ""; -$a->strings["Infinite"] = ""; -$a->strings["Until the following date"] = ""; -$a->strings["Number of times"] = ""; -$a->strings["Exceptions"] = ""; -$a->strings["none"] = ""; -$a->strings["Notification"] = ""; -$a->strings["Notify by"] = ""; -$a->strings["E-Mail"] = ""; -$a->strings["On Friendica / Display"] = ""; -$a->strings["Time"] = ""; -$a->strings["Hours"] = ""; -$a->strings["Minutes"] = ""; -$a->strings["Seconds"] = ""; -$a->strings["Weeks"] = ""; -$a->strings["before the"] = ""; -$a->strings["start of the event"] = ""; -$a->strings["end of the event"] = ""; -$a->strings["Add a notification"] = ""; -$a->strings["The event #name# will start at #date"] = ""; -$a->strings["#name# is about to begin."] = ""; -$a->strings["Saved"] = ""; -$a->strings["U.S. Time Format (mm/dd/YYYY)"] = ""; -$a->strings["German Time Format (dd.mm.YYYY)"] = ""; -$a->strings["Private Events"] = ""; -$a->strings["Private Addressbooks"] = ""; -$a->strings["Friendica-Native events"] = ""; -$a->strings["Friendica-Contacts"] = ""; -$a->strings["Your Friendica-Contacts"] = ""; -$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = ""; -$a->strings["Something went wrong when trying to import the file. Sorry."] = ""; -$a->strings["The ICS-File has been imported."] = ""; -$a->strings["No file was uploaded."] = ""; -$a->strings["Import a ICS-file"] = ""; -$a->strings["ICS-File"] = ""; -$a->strings["Overwrite all #num# existing events"] = ""; -$a->strings["New event"] = ""; -$a->strings["Today"] = ""; -$a->strings["Day"] = ""; -$a->strings["Week"] = ""; -$a->strings["Reload"] = ""; -$a->strings["Date"] = ""; -$a->strings["Error"] = ""; -$a->strings["The calendar has been updated."] = ""; -$a->strings["The new calendar has been created."] = ""; -$a->strings["The calendar has been deleted."] = ""; -$a->strings["Calendar Settings"] = ""; -$a->strings["Date format"] = ""; -$a->strings["Time zone"] = ""; -$a->strings["Calendars"] = ""; -$a->strings["Create a new calendar"] = ""; -$a->strings["Limitations"] = ""; -$a->strings["Warning"] = ""; -$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = ""; -$a->strings["Synchronizing this calendar with the iPhone"] = ""; -$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = ""; -$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = ""; -$a->strings["Extended calendar with CalDAV-support"] = ""; -$a->strings["noreply"] = "ikke svar"; -$a->strings["Notification: "] = ""; -$a->strings["The database tables have been installed."] = ""; -$a->strings["An error occurred during the installation."] = ""; -$a->strings["The database tables have been updated."] = ""; -$a->strings["An error occurred during the update."] = ""; -$a->strings["No system-wide settings yet."] = ""; -$a->strings["Database status"] = ""; -$a->strings["Installed"] = ""; -$a->strings["Upgrade needed"] = ""; -$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = ""; -$a->strings["Upgrade"] = ""; -$a->strings["Not installed"] = ""; -$a->strings["Install"] = ""; -$a->strings["Unknown"] = ""; -$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = ""; -$a->strings["Troubleshooting"] = ""; -$a->strings["Manual creation of the database tables:"] = ""; -$a->strings["Show SQL-statements"] = ""; -$a->strings["Private Calendar"] = ""; -$a->strings["Friendica Events: Mine"] = ""; -$a->strings["Friendica Events: Contacts"] = ""; -$a->strings["Private Addresses"] = ""; -$a->strings["Friendica Contacts"] = ""; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Tillat å bruke din friendica id (%s) for å koble til ekstern unhosted-aktivert lagring (som ownCloud). Se RemoteStorage WebFinger"; -$a->strings["Template URL (with {category})"] = ""; -$a->strings["OAuth end-point"] = ""; -$a->strings["Api"] = ""; -$a->strings["Member since:"] = ""; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tredimensjonal tre-på-rad"; -$a->strings["3D Tic-Tac-Toe"] = "3D tre-på-rad"; -$a->strings["New game"] = "Nytt spill"; -$a->strings["New game with handicap"] = "Nytt spill med handikapp"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tredimensjonal tre-på-rad er akkurat som det vanlige spillet, bortsett fra at det spilles på flere nivåer samtidig."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "I dette tilfellet er det tre nivåer. Du vinner ved å få tre på rad på ethvert nivå, samt opp, ned og diagonalt på tvers av forskjellige nivåer."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Handicap-spillet skrur av midtposisjonen på det midtre nivået, fordi spilleren som tar denne posisjonen ofte får en urettferdig fordel."; -$a->strings["You go first..."] = "Du starter først..."; -$a->strings["I'm going first this time..."] = "Jeg starter først denne gangen..."; -$a->strings["You won!"] = "Du vant!"; -$a->strings["\"Cat\" game!"] = "\"Katte\"-spill!"; -$a->strings["I won!"] = "Jeg vant!"; -$a->strings["Randplace Settings"] = "Tilfeldig plassering"; -$a->strings["Enable Randplace Plugin"] = "Aktiver Tilfeldig plassering-tillegget"; -$a->strings["Post to Dreamwidth"] = ""; -$a->strings["Dreamwidth Post Settings"] = ""; -$a->strings["Enable dreamwidth Post Plugin"] = ""; -$a->strings["dreamwidth username"] = ""; -$a->strings["dreamwidth password"] = ""; -$a->strings["Post to dreamwidth by default"] = ""; -$a->strings["Post to Drupal"] = ""; -$a->strings["Drupal Post Settings"] = ""; -$a->strings["Enable Drupal Post Plugin"] = ""; -$a->strings["Drupal username"] = ""; -$a->strings["Drupal password"] = ""; -$a->strings["Post Type - article,page,or blog"] = ""; -$a->strings["Drupal site URL"] = ""; -$a->strings["Drupal site uses clean URLS"] = ""; -$a->strings["Post to Drupal by default"] = ""; -$a->strings["Post from Friendica"] = ""; -$a->strings["Startpage Settings"] = ""; -$a->strings["Home page to load after login - leave blank for profile wall"] = ""; -$a->strings["Examples: "network" or "notifications/system""] = ""; -$a->strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = ""; -$a->strings["Enable Geonames Plugin"] = ""; -$a->strings["Your account on %s will expire in a few days."] = ""; -$a->strings["Your Friendica account is about to expire."] = ""; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = ""; -$a->strings["Upload a file"] = "Last opp en fil"; -$a->strings["Drop files here to upload"] = "Slipp filer her for å laste de opp"; -$a->strings["Failed"] = "Mislyktes"; -$a->strings["No files were uploaded."] = "Ingen filer ble lastet opp."; -$a->strings["Uploaded file is empty"] = "Opplastet fil er tom"; -$a->strings["File has an invalid extension, it should be one of "] = "Filen har en ugyldig endelse, den må være en av "; -$a->strings["Upload was cancelled, or server error encountered"] = "Opplasting avbrutt, eller det oppstod en feil på tjeneren"; -$a->strings["OEmbed settings updated"] = "OEmbed-innstillingene er oppdatert"; -$a->strings["Use OEmbed for YouTube videos"] = "Bruk OEmbed til YouTube-videoer"; -$a->strings["URL to embed:"] = "URL som skal innebygges:"; -$a->strings["show/hide"] = ""; -$a->strings["No forum subscriptions"] = ""; -$a->strings["Forumlist settings updated."] = ""; -$a->strings["Forumlist Settings"] = ""; -$a->strings["Randomise forum list"] = ""; -$a->strings["Show forums on profile page"] = ""; -$a->strings["Impressum"] = "Informasjon om nettstedet"; -$a->strings["Site Owner"] = "Nettstedets eier"; -$a->strings["Email Address"] = "E-postadresse"; -$a->strings["Postal Address"] = "Postadresse"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Tillegget for \"Informasjon om nettstedet\" må konfigureres!
Vennligst fyll ut minst eier variabelen i konfigurasjonsfilen din. For andre variabler, vennligst se over README-filen til tillegget."; -$a->strings["The page operators name."] = ""; -$a->strings["Site Owners Profile"] = "Nettstedseiers profil"; -$a->strings["Profile address of the operator."] = ""; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = ""; -$a->strings["Notes"] = "Notater"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = ""; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = ""; -$a->strings["Footer note"] = ""; -$a->strings["Text for the footer. You can use BBCode here."] = ""; -$a->strings["Report Bug"] = ""; -$a->strings["No Timeline settings updated."] = ""; -$a->strings["No Timeline Settings"] = ""; -$a->strings["Disable Archive selector on profile wall"] = ""; -$a->strings["\"Blockem\" Settings"] = ""; -$a->strings["Comma separated profile URLS to block"] = ""; -$a->strings["BLOCKEM Settings saved."] = ""; -$a->strings["Blocked %s - Click to open/close"] = ""; -$a->strings["Unblock Author"] = ""; -$a->strings["Block Author"] = ""; -$a->strings["blockem settings updated"] = ""; -$a->strings[":-)"] = ""; -$a->strings[":-("] = ""; -$a->strings["lol"] = ""; -$a->strings["Quick Comment Settings"] = ""; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = ""; -$a->strings["Enter quick comments, one per line"] = ""; -$a->strings["Quick Comment settings saved."] = ""; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = ""; -$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; -$a->strings["Editplain settings updated."] = ""; -$a->strings["Group Text"] = ""; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = ""; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = ""; -$a->strings["generic profile image"] = ""; -$a->strings["random geometric pattern"] = ""; -$a->strings["monster face"] = ""; -$a->strings["computer generated face"] = ""; -$a->strings["retro arcade style face"] = ""; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = ""; -$a->strings["This addon is not functional on your server."] = ""; -$a->strings["Information"] = ""; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Default avatar image"] = ""; -$a->strings["Select default avatar image if none was found. See README"] = ""; -$a->strings["Libravatar settings updated."] = ""; -$a->strings["Post to libertree"] = ""; -$a->strings["libertree Post Settings"] = ""; -$a->strings["Enable Libertree Post Plugin"] = ""; -$a->strings["Libertree API token"] = ""; -$a->strings["Libertree site URL"] = ""; -$a->strings["Post to Libertree by default"] = ""; -$a->strings["Altpager settings updated."] = ""; -$a->strings["Alternate Pagination Setting"] = ""; -$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = ""; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = ""; -$a->strings["Use the MathJax renderer"] = ""; -$a->strings["MathJax Base URL"] = ""; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = ""; -$a->strings["Editplain Settings"] = ""; -$a->strings["Disable richtext status editor"] = ""; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = ""; -$a->strings["Rating of images"] = ""; -$a->strings["Select the appropriate avatar rating for your site. See README"] = ""; -$a->strings["Gravatar settings updated."] = ""; -$a->strings["Your Friendica test account is about to expire."] = ""; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = ""; -$a->strings["\"pageheader\" Settings"] = ""; -$a->strings["pageheader Settings saved."] = ""; -$a->strings["Post to Insanejournal"] = ""; -$a->strings["InsaneJournal Post Settings"] = ""; -$a->strings["Enable InsaneJournal Post Plugin"] = ""; -$a->strings["InsaneJournal username"] = ""; -$a->strings["InsaneJournal password"] = ""; -$a->strings["Post to InsaneJournal by default"] = ""; -$a->strings["Jappix Mini addon settings"] = ""; -$a->strings["Activate addon"] = ""; -$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = ""; -$a->strings["Jabber username"] = ""; -$a->strings["Jabber server"] = ""; -$a->strings["Jabber BOSH host"] = ""; -$a->strings["Jabber password"] = ""; -$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = ""; -$a->strings["Friendica password"] = ""; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = ""; -$a->strings["Subscribe to Friendica contacts automatically"] = ""; -$a->strings["Purge internal list of jabber addresses of contacts"] = ""; -$a->strings["Add contact"] = ""; -$a->strings["View Source"] = ""; -$a->strings["Post to StatusNet"] = "Post til StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Vennligst kontakt administratoren på nettstedet ditt.
Den oppgitter API URL-en er ikke gyldig."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Vi kunne ikke kontakte StatusNet API-en med den banen du oppgav."; -$a->strings["StatusNet settings updated."] = "StatusNet-innstillinger er oppdatert."; -$a->strings["StatusNet Posting Settings"] = "Innstillinger for posting til StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "Globalt tilgjengelige StatusNet OAuthKeys"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Det finnes ferdig konfigurerte OAuth nøkkelpar tilgjengelig for noen StatusNet-tjenere. Hvis du bruker en av disse, vennligst bruk disse som legitimasjon. Hvis ikke, så er du fri til å opprette en forbindelse til enhver annen StatusNet-forekomst (se nedenfor)."; -$a->strings["Provide your own OAuth Credentials"] = "Oppgi din egen OAuth-legitimasjon"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = ""; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Base API Path (husk / på slutten)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "For å koble din StatusNet-konto, klikk knappen under for å få en sikkerhetskode fra StatusNet som du må kopiere inn i tekstfeltet under, og send inn skjemaet. Det er bare dine offentlige meldinger som blir postet til StatusNet."; -$a->strings["Log in with StatusNet"] = "Logg inn med StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Kopier sikkerhetskoden fra StatusNet hit"; -$a->strings["Cancel Connection Process"] = "Avbryt forbindelsesprosessen"; -$a->strings["Current StatusNet API is"] = "Gjeldende StatusNet API er"; -$a->strings["Cancel StatusNet Connection"] = "Avbryt StatusNet-forbindelsen"; -$a->strings["Currently connected to: "] = "For øyeblikket tilkoblet til:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede StatusNet-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; -$a->strings["Allow posting to StatusNet"] = "Tillat innlegg til StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Send offentlige innlegg til StatusNet som standard"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = ""; -$a->strings["Clear OAuth configuration"] = "Fjern OAuth-konfigurasjon"; -$a->strings["API URL"] = "API URL"; -$a->strings["Infinite Improbability Drive"] = ""; -$a->strings["Post to Tumblr"] = ""; -$a->strings["Tumblr Post Settings"] = ""; -$a->strings["Enable Tumblr Post Plugin"] = ""; -$a->strings["Tumblr login"] = ""; -$a->strings["Tumblr password"] = ""; -$a->strings["Post to Tumblr by default"] = ""; -$a->strings["Numfriends settings updated."] = ""; -$a->strings["Numfriends Settings"] = ""; -$a->strings["Gnot settings updated."] = ""; -$a->strings["Gnot Settings"] = ""; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = ""; -$a->strings["Enable this plugin/addon?"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = ""; -$a->strings["Post to Wordpress"] = ""; -$a->strings["WordPress Post Settings"] = ""; -$a->strings["Enable WordPress Post Plugin"] = ""; -$a->strings["WordPress username"] = ""; -$a->strings["WordPress password"] = ""; -$a->strings["WordPress API URL"] = ""; -$a->strings["Post to WordPress by default"] = ""; -$a->strings["Provide a backlink to the Friendica post"] = ""; -$a->strings["Read the original post and comment stream on Friendica"] = ""; -$a->strings["\"Show more\" Settings"] = ""; -$a->strings["Enable Show More"] = ""; -$a->strings["Cutting posts after how much characters"] = ""; -$a->strings["Show More Settings saved."] = ""; -$a->strings["This website is tracked using the Piwik analytics tool."] = ""; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = ""; -$a->strings["Piwik Base URL"] = "Piwik Base URL"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; -$a->strings["Site ID"] = "Nettstedets ID"; -$a->strings["Show opt-out cookie link?"] = "Vis lenke for å velge bort cookie?"; -$a->strings["Asynchronous tracking"] = ""; -$a->strings["Post to Twitter"] = "Post til Twitter"; -$a->strings["Twitter settings updated."] = "Twitter-innstilinger oppdatert."; -$a->strings["Twitter Posting Settings"] = "Innstillinger for posting til Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Ingen \"consumer key pair\" for Twitter funnet. Vennligst kontakt stedets administrator."; -$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Ved denne Friendica-forekomsten er Twitter-tillegget aktivert, men du har ennå ikke tilkoblet din konto til din Twitter-konto. For å gjøre det, klikk på knappen nedenfor for å få en PIN-kode fra Twitter som du må kopiere inn i feltet nedenfor og sende inn skjemaet. Bare dine offentlige innlegg vil bli lagt inn på Twitter. "; -$a->strings["Log in with Twitter"] = "Logg inn via Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Kopier PIN-kode fra Twitter hit"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Aktivering gjør at alle dine offentlige innlegg kan postes til den tilknyttede Twitter-kontoen. Du kan velge å gjøre dette som standard (her), eller for hvert enkelt innlegg separat i valgmulighetene for posting når du skriver et innlegg."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = ""; -$a->strings["Allow posting to Twitter"] = "Tillat posting til Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Send offentlige innlegg til Twitter som standard"; -$a->strings["Send linked #-tags and @-names to Twitter"] = ""; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["IRC Settings"] = ""; -$a->strings["Channel(s) to auto connect (comma separated)"] = ""; -$a->strings["Popular Channels (comma separated)"] = ""; -$a->strings["IRC settings saved."] = ""; -$a->strings["IRC Chatroom"] = ""; -$a->strings["Popular Channels"] = ""; -$a->strings["Fromapp settings updated."] = ""; -$a->strings["FromApp Settings"] = ""; -$a->strings["The application name you would like to show your posts originating from."] = ""; -$a->strings["Use this application name even if another application was used."] = ""; -$a->strings["Post to blogger"] = ""; -$a->strings["Blogger Post Settings"] = ""; -$a->strings["Enable Blogger Post Plugin"] = ""; -$a->strings["Blogger username"] = ""; -$a->strings["Blogger password"] = ""; -$a->strings["Blogger API URL"] = ""; -$a->strings["Post to Blogger by default"] = ""; -$a->strings["Post to Posterous"] = ""; -$a->strings["Posterous Post Settings"] = ""; -$a->strings["Enable Posterous Post Plugin"] = ""; -$a->strings["Posterous login"] = ""; -$a->strings["Posterous password"] = ""; -$a->strings["Posterous site ID"] = ""; -$a->strings["Posterous API token"] = ""; -$a->strings["Post to Posterous by default"] = ""; -$a->strings["Theme settings"] = ""; -$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; -$a->strings["Set font-size for posts and comments"] = ""; -$a->strings["Set theme width"] = ""; -$a->strings["Color scheme"] = ""; -$a->strings["Your posts and conversations"] = "Dine innlegg og samtaler"; -$a->strings["Your profile page"] = ""; -$a->strings["Your contacts"] = ""; -$a->strings["Your photos"] = ""; -$a->strings["Your events"] = ""; -$a->strings["Personal notes"] = ""; -$a->strings["Your personal photos"] = ""; -$a->strings["Community Pages"] = ""; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = ""; -$a->strings["Last likes"] = ""; -$a->strings["Last photos"] = ""; -$a->strings["Find Friends"] = ""; -$a->strings["Local Directory"] = ""; -$a->strings["Similar Interests"] = ""; -$a->strings["Invite Friends"] = "Inviterer venner"; -$a->strings["Earth Layers"] = ""; -$a->strings["Set zoomfactor for Earth Layers"] = ""; -$a->strings["Set longitude (X) for Earth Layers"] = ""; -$a->strings["Set latitude (Y) for Earth Layers"] = ""; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["Connect Services"] = ""; -$a->strings["Last Tweets"] = ""; -$a->strings["Set twitter search term"] = ""; -$a->strings["don't show"] = "ikke vis"; -$a->strings["show"] = "vis"; -$a->strings["Show/hide boxes at right-hand column:"] = ""; -$a->strings["Set line-height for posts and comments"] = ""; -$a->strings["Set resolution for middle column"] = ""; -$a->strings["Set color scheme"] = ""; -$a->strings["Set zoomfactor for Earth Layer"] = ""; -$a->strings["Last tweets"] = ""; -$a->strings["Alignment"] = ""; -$a->strings["Left"] = ""; -$a->strings["Center"] = ""; -$a->strings["Set colour scheme"] = ""; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Birthday:"] = "Fødselsdag:"; -$a->strings["Age:"] = "Alder:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Tags:"] = ""; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbyer/Interesser:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:"; -$a->strings["Musical interests:"] = "Musikksmak:"; -$a->strings["Books, literature:"] = "Bøker, litteratur:"; -$a->strings["Television:"] = "TV:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:"; -$a->strings["Love/Romance:"] = "Kjærlighet/romanse:"; -$a->strings["Work/employment:"] = "Arbeid/ansatt hos:"; -$a->strings["School/education:"] = "Skole/utdanning:"; -$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert"; -$a->strings["Block immediately"] = "Blokker umiddelbart"; -$a->strings["Shady, spammer, self-marketer"] = "Grumsete, poster søppel, fremhever bare seg selv"; -$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men har ingen mening"; -$a->strings["OK, probably harmless"] = "OK, antakelig harmløs"; -$a->strings["Reputable, has my trust"] = "Respektert, har min tillit"; -$a->strings["Frequently"] = "Ofte"; -$a->strings["Hourly"] = "Hver time"; -$a->strings["Twice daily"] = "To ganger daglig"; -$a->strings["OStatus"] = ""; -$a->strings["RSS/Atom"] = ""; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = ""; -$a->strings["XMPP/IM"] = ""; -$a->strings["MySpace"] = ""; -$a->strings["Male"] = "Mann"; -$a->strings["Female"] = "Kvinne"; -$a->strings["Currently Male"] = "For øyeblikket mann"; -$a->strings["Currently Female"] = "For øyeblikket kvinne"; -$a->strings["Mostly Male"] = "Stort sett mann"; -$a->strings["Mostly Female"] = "Stort sett kvinne"; -$a->strings["Transgender"] = "Transkjønnet"; -$a->strings["Intersex"] = "Tvekjønnet"; -$a->strings["Transsexual"] = "Transseksuell"; -$a->strings["Hermaphrodite"] = "Hermafroditt"; -$a->strings["Neuter"] = "Intetkjønn"; -$a->strings["Non-specific"] = "Ikke spesifisert"; -$a->strings["Other"] = "Annet"; -$a->strings["Undecided"] = "Ubestemt"; -$a->strings["Males"] = "Menn"; -$a->strings["Females"] = "Kvinner"; -$a->strings["Gay"] = "Homse"; -$a->strings["Lesbian"] = "Lesbe"; -$a->strings["No Preference"] = "Ingen preferanse"; -$a->strings["Bisexual"] = "Biseksuell"; -$a->strings["Autosexual"] = "Autoseksuell"; -$a->strings["Abstinent"] = "Avholdende"; -$a->strings["Virgin"] = "Jomfru"; -$a->strings["Deviant"] = "Avvikende"; -$a->strings["Fetish"] = "Fetisj"; -$a->strings["Oodles"] = "Mange"; -$a->strings["Nonsexual"] = "Aseksuell"; -$a->strings["Single"] = "Alene"; -$a->strings["Lonely"] = "Ensom"; -$a->strings["Available"] = "Tilgjengelig"; -$a->strings["Unavailable"] = "Ikke tilgjengelig"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = "Stevnemøter/dater"; -$a->strings["Unfaithful"] = "Utro"; -$a->strings["Sex Addict"] = "Sexavhengig"; -$a->strings["Friends"] = "Venner"; -$a->strings["Friends/Benefits"] = "Venner med fordeler"; -$a->strings["Casual"] = "Tilfeldig"; -$a->strings["Engaged"] = "Forlovet"; -$a->strings["Married"] = "Gift"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Partnere"; -$a->strings["Cohabiting"] = "Samboere"; -$a->strings["Common law"] = ""; -$a->strings["Happy"] = "Lykkelig"; -$a->strings["Not looking"] = ""; -$a->strings["Swinger"] = "Partnerbytte/swinger"; -$a->strings["Betrayed"] = "Bedratt"; -$a->strings["Separated"] = "Separert"; -$a->strings["Unstable"] = "Ustabil"; -$a->strings["Divorced"] = "Skilt"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = "Enke/enkemann"; -$a->strings["Uncertain"] = "Usikker"; -$a->strings["It's complicated"] = ""; -$a->strings["Don't care"] = "Uinteressert"; -$a->strings["Ask me"] = "Spør meg"; -$a->strings["Starts:"] = "Starter:"; -$a->strings["Finishes:"] = "Slutter:"; -$a->strings["(no subject)"] = "(uten emne)"; -$a->strings[" on Last.fm"] = ""; -$a->strings["prev"] = "forrige"; -$a->strings["first"] = "første"; -$a->strings["last"] = "siste"; -$a->strings["next"] = "neste"; -$a->strings["newer"] = ""; -$a->strings["older"] = ""; -$a->strings["No contacts"] = "Ingen kontakter"; -$a->strings["%d Contact"] = array( - 0 => "%d kontakt", - 1 => "%d kontakter", -); -$a->strings["poke"] = ""; -$a->strings["poked"] = ""; -$a->strings["ping"] = ""; -$a->strings["pinged"] = ""; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = ""; -$a->strings["slapped"] = ""; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["happy"] = ""; -$a->strings["sad"] = ""; -$a->strings["mellow"] = ""; -$a->strings["tired"] = ""; -$a->strings["perky"] = ""; -$a->strings["angry"] = ""; -$a->strings["stupified"] = ""; -$a->strings["puzzled"] = ""; -$a->strings["interested"] = ""; -$a->strings["bitter"] = ""; -$a->strings["cheerful"] = ""; -$a->strings["alive"] = ""; -$a->strings["annoyed"] = ""; -$a->strings["anxious"] = ""; -$a->strings["cranky"] = ""; -$a->strings["disturbed"] = ""; -$a->strings["frustrated"] = ""; -$a->strings["motivated"] = ""; -$a->strings["relaxed"] = ""; -$a->strings["surprised"] = ""; +$a->strings["Sunday"] = "søndag"; $a->strings["January"] = "januar"; $a->strings["February"] = "februar"; $a->strings["March"] = "mars"; @@ -1777,230 +181,1581 @@ $a->strings["September"] = "september"; $a->strings["October"] = "oktober"; $a->strings["November"] = "november"; $a->strings["December"] = "desember"; +$a->strings["unknown.???"] = "ukjent.???"; $a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = ""; -$a->strings["default"] = ""; +$a->strings["remove category"] = "fjern kategori"; +$a->strings["remove from file"] = "fjern fra fil"; +$a->strings["Click to open/close"] = "Klikk for å åpne/lukke"; +$a->strings["link to source"] = "lenke til kilde"; +$a->strings["Select a page layout: "] = "Velg en side-layout:"; +$a->strings["default"] = "standard"; +$a->strings["Page content type: "] = "Sidens innholdstype:"; $a->strings["Select an alternate language"] = "Velg et annet språk"; -$a->strings["activity"] = ""; -$a->strings["post"] = ""; -$a->strings["Item filed"] = ""; -$a->strings["Sharing notification from Diaspora network"] = "Dele varslinger fra Diaspora nettverket"; -$a->strings["Attachments:"] = ""; -$a->strings["view full size"] = ""; -$a->strings["Embedded content"] = ""; -$a->strings["Embedding disabled"] = "Innebygging avskrudd"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Alle"; -$a->strings["edit"] = ""; -$a->strings["Edit group"] = ""; -$a->strings["Create a new group"] = "Lag en ny gruppe"; -$a->strings["Contacts not in any group"] = ""; -$a->strings["Logout"] = "Logg ut"; -$a->strings["End this session"] = "Avslutt denne økten"; -$a->strings["Status"] = "Status"; -$a->strings["Sign in"] = "Logg inn"; -$a->strings["Home Page"] = "Hovedside"; -$a->strings["Create an account"] = "Lag konto"; -$a->strings["Help and documentation"] = "Hjelp og dokumentasjon"; -$a->strings["Apps"] = "Programmer"; -$a->strings["Addon applications, utilities, games"] = "Tilleggsprorammer, verktøy, spill"; -$a->strings["Search site content"] = "Søk i nettstedets innhold"; -$a->strings["Conversations on this site"] = "Samtaler på dette nettstedet"; -$a->strings["Directory"] = "Katalog"; -$a->strings["People directory"] = "Personkatalog"; -$a->strings["Conversations from your friends"] = "Samtaler fra dine venner"; -$a->strings["Friend Requests"] = ""; -$a->strings["See all notifications"] = ""; -$a->strings["Mark all system notifications seen"] = ""; -$a->strings["Private mail"] = "Privat post"; -$a->strings["Inbox"] = "Innboks"; -$a->strings["Outbox"] = "Utboks"; -$a->strings["Manage"] = "Behandle"; -$a->strings["Manage other pages"] = "Behandle andre sider"; -$a->strings["Profiles"] = "Profiler"; -$a->strings["Manage/edit profiles"] = "Behandle/endre profiler"; -$a->strings["Manage/edit friends and contacts"] = "Behandle/endre venner og kontakter"; -$a->strings["Site setup and configuration"] = "Nettstedsoppsett og konfigurasjon"; -$a->strings["Nothing new here"] = ""; -$a->strings["Add New Contact"] = ""; -$a->strings["Enter address or web location"] = ""; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Eksempel: ole@eksempel.no, http://eksempel.no/kari"; -$a->strings["%d invitation available"] = array( - 0 => "%d invitasjon tilgjengelig", - 1 => "%d invitasjoner tilgjengelig", -); -$a->strings["Find People"] = ""; -$a->strings["Enter name or interest"] = ""; -$a->strings["Connect/Follow"] = "Koble/Følg"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; -$a->strings["Random Profile"] = ""; -$a->strings["Networks"] = ""; -$a->strings["All Networks"] = ""; -$a->strings["Saved Folders"] = ""; -$a->strings["Everything"] = ""; -$a->strings["Categories"] = ""; -$a->strings["Logged out."] = "Logget ut."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = ""; -$a->strings["Miscellaneous"] = "Diverse"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "hendelse"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "kommentar"; +$a->strings["activity"] = "aktivitet"; +$a->strings["Design"] = "Formgivning"; +$a->strings["Blocks"] = "Byggeklosser"; +$a->strings["Menus"] = "Menyer"; +$a->strings["Layouts"] = "Layout"; +$a->strings["Pages"] = "Sider"; +$a->strings["Image/photo"] = "Bilde/fotografi"; +$a->strings["Encrypted content"] = "Kryptert innhold"; +$a->strings["QR code"] = "QR-kode"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev følgende %2\$s %3\$s"; +$a->strings["post"] = "innlegg"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["New window"] = "Nytt vindu"; +$a->strings["Open the selected location in a different window or browser tab"] = "Åpne det valgte stedet i et annet vindu eller nettleser-fane"; +$a->strings["General Features"] = "Generelle funksjoner"; +$a->strings["Content Expiration"] = "Innholdet utløper"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Fjern innlegg/kommentarer og/eller private meldinger på et angitt tidspunkt i fremtiden"; +$a->strings["Multiple Profiles"] = "Flere profiler"; +$a->strings["Ability to create multiple profiles"] = "Mulig å lage flere profiler"; +$a->strings["Web Pages"] = "Web-sider"; +$a->strings["Provide managed web pages on your channel"] = "Tilby kontrollerte web-sider på din kanal"; +$a->strings["Private Notes"] = "Private merknader"; +$a->strings["Enables a tool to store notes and reminders"] = "Skrur på et verktøy for lagre merknader og påminnelser"; +$a->strings["Extended Identity Sharing"] = "Utvidet identitetsdeling"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Del din identiet med alle nettsteder på Internett. Når denne er avskrudd, deles identiteten bare med nettsteder i matrix."; +$a->strings["Expert Mode"] = "Ekspertmodus"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Skru på Ekspertmodus for å tilby avanserte konfigurasjonsvalg"; +$a->strings["Premium Channel"] = "Premiumkanal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "Lar deg angi restriksjoner og betingelser for de som kobler seg til din kanal"; +$a->strings["Post Composition Features"] = "Funksjoner for å lage innlegg"; +$a->strings["Richtext Editor"] = "Riktekst redigeringsverktøy"; +$a->strings["Enable richtext editor"] = "Skru på redigeringverktøy for riktekst"; +$a->strings["Post Preview"] = "Forhåndsvisning av innlegg"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Tillat forhåndsvisning av innlegg og kommentarer før publisering"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Automatisk import av kanalinnhold fra andre kanaler eller strømmer"; +$a->strings["Even More Encryption"] = "Enda mer kryptering"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "Tillat valgfri kryptering av innhold ende-til-ende via en delt hemmelig nøkkel"; +$a->strings["Network and Stream Filtering"] = "Nettverk- og strømfiltrering"; +$a->strings["Search by Date"] = "Søk etter dato"; +$a->strings["Ability to select posts by date ranges"] = "Mulighet for å velge innlegg etter datoområde"; +$a->strings["Collections Filter"] = "Filter for samlinger"; +$a->strings["Enable widget to display Network posts only from selected collections"] = "Skru på miniprogram for å vise Nettverksinnlegg bare fra valgte samlinger"; +$a->strings["Save search terms for re-use"] = "Lagre søkeuttrykk for senere bruk"; +$a->strings["Network Personal Tab"] = "Nettverk personlig fane"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Skru på fane for å bare vise Nettverksinnlegg som du har deltatt i"; +$a->strings["Network New Tab"] = "Nettverk Ny fane"; +$a->strings["Enable tab to display all new Network activity"] = "Skru på fane for å vise all ny nettverksaktivitet"; +$a->strings["Affinity Tool"] = "Nærhetsverktøy"; +$a->strings["Filter stream activity by depth of relationships"] = "Filtrer strømaktiviteten etter releasjonsdybde"; +$a->strings["Suggest Channels"] = "Foreslå kanaler"; +$a->strings["Show channel suggestions"] = "Vis kanalforslag"; +$a->strings["Post/Comment Tools"] = "Innlegg-/Kommentar-verktøy"; +$a->strings["Edit Sent Posts"] = "Endre publiserte innlegg"; +$a->strings["Edit and correct posts and comments after sending"] = "Endre og korrigere innlegg og kommentarer etter sending"; +$a->strings["Tagging"] = "Merking"; +$a->strings["Ability to tag existing posts"] = "Mulighet til å merke eksisterende meldinger"; +$a->strings["Post Categories"] = "Innleggskategorier"; +$a->strings["Add categories to your posts"] = "Legg kategorier til dine innlegg"; +$a->strings["Ability to file posts under folders"] = "Mulighet til å sortere innlegg i mapper"; +$a->strings["Dislike Posts"] = "Mislik innlegg"; +$a->strings["Ability to dislike posts/comments"] = "Mulighet til å mislike innlegg/kommentarer"; +$a->strings["Star Posts"] = "Stjerneinnlegg"; +$a->strings["Ability to mark special posts with a star indicator"] = "Mulighet til å merke spesielle innlegg med en stjerne"; +$a->strings["Tag Cloud"] = "Merkelappsky"; +$a->strings["Provide a personal tag cloud on your channel page"] = "Tilby en personlig merkelappsky på din kanalside"; +$a->strings["Unknown | Not categorised"] = "Ukjent | Ikke kategorisert"; +$a->strings["Block immediately"] = "Blokker umiddelbart"; +$a->strings["Shady, spammer, self-marketer"] = "Lyssky, utsender av søppelpost, egenkampanje"; +$a->strings["Known to me, but no opinion"] = "Bekjent av meg, men jeg er uten mening"; +$a->strings["OK, probably harmless"] = "OK, antakelig harmløs"; +$a->strings["Reputable, has my trust"] = "Hederlig, har min tillit"; +$a->strings["Frequently"] = "Ofte"; +$a->strings["Hourly"] = "Hver time"; +$a->strings["Twice daily"] = "To ganger daglig"; +$a->strings["Daily"] = "Daglig"; +$a->strings["Weekly"] = "Ukentlig"; +$a->strings["Monthly"] = "Månedlig"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-post"; +$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["Miscellaneous"] = "Forskjellig"; $a->strings["year"] = "år"; $a->strings["month"] = "måned"; $a->strings["day"] = "dag"; $a->strings["never"] = "aldri"; $a->strings["less than a second ago"] = "for mindre enn ett sekund siden"; +$a->strings["years"] = "år"; +$a->strings["months"] = "måneder"; $a->strings["week"] = "uke"; +$a->strings["weeks"] = "uker"; +$a->strings["days"] = "dager"; $a->strings["hour"] = "time"; $a->strings["hours"] = "timer"; $a->strings["minute"] = "minutt"; $a->strings["minutes"] = "minutter"; $a->strings["second"] = "sekund"; $a->strings["seconds"] = "sekunder"; -$a->strings["%1\$d %2\$s ago"] = ""; -$a->strings["%s's birthday"] = ""; -$a->strings["Happy Birthday %s"] = ""; -$a->strings["From: "] = "Fra: "; -$a->strings["Image/photo"] = "Bilde/fotografi"; -$a->strings["$1 wrote:"] = ""; -$a->strings["Encrypted content"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS informasjon for databasetjeneren '%s' "; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS-informasjon om databasetjener '%s'"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Starter:"; +$a->strings["Finishes:"] = "Slutter:"; +$a->strings["Location:"] = "Plassering:"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet kan gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn."; +$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter"; +$a->strings["All Channels"] = "Alle kanaler"; +$a->strings["edit"] = "endre"; +$a->strings["Collections"] = "Samlinger"; +$a->strings["Edit collection"] = "Endre samling"; +$a->strings["Create a new collection"] = "Lag en ny samling"; +$a->strings["Channels not in any collection"] = "Kanaler som ikke er i noen samling"; +$a->strings["Delete this item?"] = "Slett dette elementet?"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["show more"] = "vis mer"; +$a->strings["show fewer"] = "vis færre"; +$a->strings["+ Show More"] = "+ Vis mer"; +$a->strings["- Show Less"] = "- Vis mindre"; +$a->strings["Password too short"] = "Passordet er for kort"; +$a->strings["Passwords do not match"] = "Passordene er ikke like"; +$a->strings["everybody"] = "alle"; +$a->strings["Secret Passphrase"] = "Hemmelig passordsetning"; +$a->strings["Passphrase hint"] = "Hint om passordsetning"; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "siden"; +$a->strings["from now"] = "fra nå"; +$a->strings["less than a minute"] = "mindre enn ett minutt"; +$a->strings["about a minute"] = "omtrent et minutt"; +$a->strings["%d minutes"] = "%d minutter"; +$a->strings["about an hour"] = "omtrent en time"; +$a->strings["about %d hours"] = "om %d timer"; +$a->strings["a day"] = "en dag"; +$a->strings["%d days"] = "%d dager"; +$a->strings["about a month"] = "omtrent en måned"; +$a->strings["%d months"] = "%d måneder"; +$a->strings["about a year"] = "omtrent et år"; +$a->strings["%d years"] = "%d år"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["No recipient provided."] = "Ingen mottaker angitt."; $a->strings["[no subject]"] = "[ikke noe emne]"; -$a->strings["Visible to everybody"] = "Synlig for alle"; -$a->strings["Friendica Notification"] = ""; -$a->strings["Thank You,"] = ""; -$a->strings["%s Administrator"] = ""; -$a->strings["%s "] = ""; -$a->strings["[Friendica:Notify] New mail received at %s"] = ""; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = ""; -$a->strings["a private message"] = ""; -$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = ""; -$a->strings["Please visit %s to view and/or reply to the conversation."] = ""; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = ""; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = ""; -$a->strings["%1\$s tagged you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = ""; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; -$a->strings["[Friendica:Notify] Introduction received"] = ""; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = ""; -$a->strings["Please visit %s to approve or reject the introduction."] = ""; -$a->strings["[Friendica:Notify] Friend suggestion received"] = ""; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = ""; -$a->strings["Photo:"] = ""; -$a->strings["Please visit %s to approve or reject the suggestion."] = ""; -$a->strings["Connect URL missing."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = "Dette nettverkets konfigurasjon tillater ikke kommunikasjon med andre nettverk."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Ingen passende kommunikasjonsprotokoller eller strømmer ble oppdaget."; -$a->strings["The profile address specified does not provide adequate information."] = "Den angitte profiladressen inneholder for lite information."; -$a->strings["An author or name was not found."] = "Fant ingen forfatter eller navn."; -$a->strings["No browser URL could be matched to this address."] = "Ingen nettleser-URL passet med denne adressen."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Den oppgitte profiladressen tilhører et nettverk som har blitt avskrudd på dette nettstedet."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Begrenset profil. Denne personen kan ikke motta direkte/personlige oppdateringer fra deg."; -$a->strings["Unable to retrieve contact information."] = "Ikke i stand til å hente kontaktinformasjon."; -$a->strings["following"] = "følger"; -$a->strings["A new person is sharing with you at "] = ""; -$a->strings["You have a new follower at "] = "Du har en ny følgesvenn på "; -$a->strings["Archives"] = ""; -$a->strings["An invitation is required."] = "En invitasjon er nødvendig."; -$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; -$a->strings["Invalid OpenID url"] = "Ugyldig OpenID URL"; -$a->strings["Please enter the required information."] = "Vennligst skriv inn den nødvendige informasjonen."; -$a->strings["Please use a shorter name."] = "Vennligst bruk et kortere navn."; -$a->strings["Name too short."] = "Navnet er for kort."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Dette ser ikke ut til å være ditt full navn (Fornavn Etternavn)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Ditt e-postdomene er ikke blant de som er tillat på dette stedet."; -$a->strings["Not a valid email address."] = "Ugyldig e-postadresse."; -$a->strings["Cannot use that email."] = "Kan ikke bruke den e-postadressen."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Ditt kallenavn kan bare inneholde \"a-z\", \"0-9\", \"-\", \"_\", og må også begynne med en bokstav."; -$a->strings["Nickname is already registered. Please choose another."] = "Kallenavnet er allerede registrert. Vennligst velg et annet."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ALVORLIG FEIL: mislyktes med å lage sikkerhetsnøkler."; -$a->strings["An error occurred during registration. Please try again."] = "En feil oppstod under registreringen. Vennligst prøv igjen."; -$a->strings["An error occurred creating your default profile. Please try again."] = "En feil oppstod under opprettelsen av din standardprofil. Vennligst prøv igjen."; -$a->strings["Welcome "] = "Velkommen"; -$a->strings["Please upload a profile photo."] = "Vennligst last opp et profilbilde."; -$a->strings["Welcome back "] = "Velkommen tilbake"; -$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."] = ""; -$a->strings["stopped following"] = "sluttet å følge"; -$a->strings["Poke"] = ""; -$a->strings["View Status"] = ""; -$a->strings["View Profile"] = ""; -$a->strings["View Photos"] = ""; -$a->strings["Network Posts"] = ""; -$a->strings["Edit Contact"] = ""; +$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender."; +$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes."; +$a->strings["Profile Photos"] = "Profilbilder"; +$a->strings["Permission denied."] = "Tilatelse avslått."; +$a->strings["Item was not found."] = "Elementet ble ikke funnet."; +$a->strings["No source file."] = "Ingen kildefil."; +$a->strings["Cannot locate file to replace"] = "Kan ikke finne filen som skal byttes ut"; +$a->strings["Cannot locate file to revise/update"] = "Finner ikke filen som skal revideres/oppdateres"; +$a->strings["File exceeds size limit of %d"] = "Filens størrelse overgår grensen på %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nådd din lagringsgrense for vedlegg på %1$.0f Mbytes."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Mislyktes med å laste opp filen. Mulig systemgrense eller handling avbrutt."; +$a->strings["Stored file could not be verified. Upload failed."] = "Lagret fil kunne ikke bekreftes. Opplasting mislyktes."; +$a->strings["Path not available."] = "Stien er ikke tilgjengelig."; +$a->strings["Empty pathname"] = "Tomt sti-navn"; +$a->strings["duplicate filename or path"] = "duplikat av filnavn eller sti"; +$a->strings["Path not found."] = "Stien ble ikke funnet."; +$a->strings["mkdir failed."] = "mkdir mislyktes."; +$a->strings["database storage failed."] = "databaselagring mislyktes."; +$a->strings["%1\$s's bookmarks"] = "%1\$s sine bokmerker"; +$a->strings["channel"] = "kanal"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s sin %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s sin %3\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s er nå forbundet med %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s prikket %2\$s"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s"; +$a->strings["Select"] = "Velg"; +$a->strings["Delete"] = "Slett"; +$a->strings["Message is verified"] = "Innlegg er bekreftet"; +$a->strings["View %s's profile @ %s"] = "Vis %s sin profile @ %s"; +$a->strings["Categories:"] = "Kategorier:"; +$a->strings["Filed under:"] = "Sortert under:"; +$a->strings[" from %s"] = "fra %s"; +$a->strings["last edited: %s"] = "sist endret: %s"; +$a->strings["Expires: %s"] = "Utløper: %s"; +$a->strings["View in context"] = "Vis i sammenheng"; +$a->strings["Please wait"] = "Vennligst vent"; +$a->strings["remove"] = "fjern"; +$a->strings["Loading..."] = "Laster..."; +$a->strings["Delete Selected Items"] = "Slett valgte elementer"; +$a->strings["View Source"] = "Vis kilde"; +$a->strings["Follow Thread"] = "Følg tråd"; +$a->strings["View Status"] = "Vis status"; +$a->strings["View Photos"] = "Vis bilder"; +$a->strings["Matrix Activity"] = "Matrix-aktivitet"; +$a->strings["Edit Contact"] = "Endre kontakt"; $a->strings["Send PM"] = "Send privat melding"; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["post/item"] = ""; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; -$a->strings["Categories:"] = ""; -$a->strings["Filed under:"] = ""; -$a->strings["remove"] = ""; -$a->strings["Delete Selected Items"] = "Slette valgte elementer"; +$a->strings["Poke"] = "Prikk"; $a->strings["%s likes this."] = "%s liker dette."; $a->strings["%s doesn't like this."] = "%s liker ikke dette."; -$a->strings["%2\$d people like this."] = "%2\$d personer liker dette."; -$a->strings["%2\$d people don't like this."] = "%2\$d personer liker ikke dette."; +$a->strings["%2\$d people like this."] = array( + 0 => "%2\$d person liker dette.", + 1 => "%2\$d personer liker dette.", +); +$a->strings["%2\$d people don't like this."] = array( + 0 => "%2\$d person liker ikke dette.", + 1 => "%2\$d personer liker ikke dette.", +); $a->strings["and"] = "og"; -$a->strings[", and %d other people"] = ", og %d andre personer"; +$a->strings[", and %d other people"] = array( + 0 => ", og %d annen person", + 1 => ", og %d andre personer", +); $a->strings["%s like this."] = "%s liker dette."; $a->strings["%s don't like this."] = "%s liker ikke dette."; $a->strings["Visible to everybody"] = "Synlig for alle"; -$a->strings["Please enter a video link/URL:"] = ""; -$a->strings["Please enter an audio link/URL:"] = ""; -$a->strings["Tag term:"] = ""; +$a->strings["Please enter a link URL:"] = "Vennligst skriv inn en lenke URL:"; +$a->strings["Please enter a video link/URL:"] = "Vennligst skriv en videolenke/URL:"; +$a->strings["Please enter an audio link/URL:"] = "Vennligst skriv en lydlenke/URL:"; +$a->strings["Tag term:"] = "Merkelapp:"; +$a->strings["Save to Folder:"] = "Lagre til mappe:"; $a->strings["Where are you right now?"] = "Hvor er du akkurat nå?"; -$a->strings["upload photo"] = ""; -$a->strings["attach file"] = ""; -$a->strings["web link"] = ""; -$a->strings["Insert video link"] = ""; -$a->strings["video link"] = ""; -$a->strings["Insert audio link"] = ""; -$a->strings["audio link"] = ""; -$a->strings["set location"] = ""; -$a->strings["clear location"] = ""; -$a->strings["permissions"] = ""; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["Delete this item?"] = "Slett dette elementet?"; -$a->strings["show fewer"] = ""; -$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggene."; -$a->strings["Update Error at %s"] = ""; -$a->strings["Create a New Account"] = "Lag en ny konto"; -$a->strings["Nickname or Email address: "] = "Kallenavn eller epostadresse: "; -$a->strings["Password: "] = "Passord: "; -$a->strings["Or login using OpenID: "] = ""; -$a->strings["Forgot your password?"] = "Glemt passordet?"; -$a->strings["Requested account is not available."] = ""; -$a->strings["Edit profile"] = "Rediger profil"; -$a->strings["Message"] = ""; -$a->strings["g A l F d"] = ""; -$a->strings["F d"] = ""; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Utløper YYYY-MM-DD HH:MM"; +$a->strings["Preview"] = "Forhåndsvisning"; +$a->strings["Share"] = "Del"; +$a->strings["Page link title"] = "Sidens lenketittel"; +$a->strings["Upload photo"] = "Last opp bilde"; +$a->strings["upload photo"] = "last opp bilde"; +$a->strings["Attach file"] = "Legg ved fil"; +$a->strings["attach file"] = "legg ved fil"; +$a->strings["Insert web link"] = "Sett inn web-lenke"; +$a->strings["web link"] = "web-lenke"; +$a->strings["Insert video link"] = "Sett inn videolenke"; +$a->strings["video link"] = "videolenke"; +$a->strings["Insert audio link"] = "Sett inn lenke til lyd"; +$a->strings["audio link"] = "lenke til lyd"; +$a->strings["Set your location"] = "Angi din plassering"; +$a->strings["set location"] = "angi plassering"; +$a->strings["Clear browser location"] = "Fjern nettleserplassering"; +$a->strings["clear location"] = "fjern plassering"; +$a->strings["Set title"] = "Angi tittel"; +$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparert liste)"; +$a->strings["Permission settings"] = "Tillatelser - innstillinger"; +$a->strings["permissions"] = "tillatelser"; +$a->strings["Public post"] = "Offentlig innlegg"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Eksempel: ola@eksempel.no, kari@eksempel.no"; +$a->strings["Set expiration date"] = "Angi utløpsdato"; +$a->strings["Encrypt text"] = "Krypter tekst"; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Avbryt"; +$a->strings["Commented Order"] = "Kommentert"; +$a->strings["Sort by Comment Date"] = "Sorter etter kommentert dato"; +$a->strings["Posted Order"] = "Lagt inn"; +$a->strings["Sort by Post Date"] = "Sorter etter innleggsdato"; +$a->strings["Personal"] = "Personlig"; +$a->strings["Posts that mention or involve you"] = "Innlegg som nevner eller involverer deg"; +$a->strings["New"] = "Nye"; +$a->strings["Activity Stream - by date"] = "Aktivitetsstrøm - etter dato"; +$a->strings["Starred"] = "Stjerne"; +$a->strings["Favourite Posts"] = "Favorittinnlegg"; +$a->strings["Spam"] = "Søppel"; +$a->strings["Posts flagged as SPAM"] = "Innlegg merket som SØPPEL"; +$a->strings["Channel"] = "Kanal"; +$a->strings["Status Messages and Posts"] = "Statusmeldinger og -innlegg"; +$a->strings["About"] = "Om"; +$a->strings["Profile Details"] = "Profildetaljer"; +$a->strings["Photo Albums"] = "Fotoalbum"; +$a->strings["Files and Storage"] = "Filer og lagring"; +$a->strings["Chatrooms"] = "Chatrom"; +$a->strings["Events and Calendar"] = "Hendelser og kalender"; +$a->strings["Saved Bookmarks"] = "Lagrede bokmerker"; +$a->strings["Manage Webpages"] = "Håndtere websider"; +$a->strings["Unable to obtain identity information from database"] = "Klarer ikke å få tak i identitetsinformasjon fra databasen"; +$a->strings["Empty name"] = "Mangler navn"; +$a->strings["Name too long"] = "Navnet er for langt"; +$a->strings["No account identifier"] = "Ingen kontoidentifikator"; +$a->strings["Nickname is required."] = "Kallenavn er påkrevd."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk på dette nettstedet."; +$a->strings["Unable to retrieve created identity"] = "Klarer ikke å hente den lagede identiteten"; +$a->strings["Default Profile"] = "Standardprofil"; +$a->strings["Requested channel is not available."] = "Forespurt kanal er ikke tilgjengelig."; +$a->strings["Requested profile is not available."] = "Forespurt profil er ikke tilgjengelig."; +$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Beklager, du har ikke tillatelse til å se denne profilen."; +$a->strings["Change profile photo"] = "Endre profilbilde"; +$a->strings["Profiles"] = "Profiler"; +$a->strings["Manage/edit profiles"] = "Håndtere/endre profiler"; +$a->strings["Create New Profile"] = "Lag ny profil"; +$a->strings["Edit Profile"] = "Endre profil"; +$a->strings["Profile Image"] = "Profilbilde"; +$a->strings["visible to everybody"] = "synlig for alle"; +$a->strings["Edit visibility"] = "Endre synlighet"; +$a->strings["Gender:"] = "Kjønn:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Hjemmeside:"; +$a->strings["Online Now"] = "Online nå"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; $a->strings["[today]"] = "[idag]"; -$a->strings["Birthday Reminders"] = "Fødselsdager"; +$a->strings["Birthday Reminders"] = "Fødselsdagspåminnnelser"; $a->strings["Birthdays this week:"] = "Fødselsdager denne uken:"; $a->strings["[No description]"] = "[Ingen beskrivelse]"; -$a->strings["Event Reminders"] = "Påminnelser om hendelser"; +$a->strings["Event Reminders"] = "Hendelsespåminnelser"; $a->strings["Events this week:"] = "Hendelser denne uken:"; -$a->strings["Status Messages and Posts"] = ""; -$a->strings["Profile Details"] = ""; -$a->strings["Events and Calendar"] = ""; -$a->strings["Only You Can See This"] = ""; +$a->strings["Profile"] = "Profil"; +$a->strings["Full Name:"] = "Fullt navn:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Fødselsdag:"; +$a->strings["Age:"] = "Alder:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Seksuell preferanse:"; +$a->strings["Hometown:"] = "Hjemby:"; +$a->strings["Tags:"] = "Merkelapper:"; +$a->strings["Political Views:"] = "Politiske synspunkter:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Om:"; +$a->strings["Hobbies/Interests:"] = "Hobbyer/interesser:"; +$a->strings["Likes:"] = "Liker:"; +$a->strings["Dislikes:"] = "Misliker:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformasjon og sosiale nettverk:"; +$a->strings["My other channels:"] = "Mine andre kanaler:"; +$a->strings["Musical interests:"] = "Musikkinteresse:"; +$a->strings["Books, literature:"] = "Bøker, litteratur:"; +$a->strings["Television:"] = "TV:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdning:"; +$a->strings["Love/Romance:"] = "Kjærlighet/romantikk:"; +$a->strings["Work/employment:"] = "Arbeid/sysselsetting:"; +$a->strings["School/education:"] = "Skole/utdannelse:"; +$a->strings["Private Message"] = "Privat melding"; +$a->strings["Edit"] = "Endre"; +$a->strings["save to folder"] = "lagre i mappe"; +$a->strings["add star"] = "legg til stjerne"; +$a->strings["remove star"] = "ta bort stjerne"; +$a->strings["toggle star status"] = "Skru av og på stjernestatus"; +$a->strings["starred"] = "stjernemerket"; +$a->strings["add tag"] = "legg til merkelapp"; +$a->strings["I like this (toggle)"] = "Jeg liker dette (skru av og på)"; +$a->strings["like"] = "liker"; +$a->strings["I don't like this (toggle)"] = "Jeg liker ikke dette (skru av og på)"; +$a->strings["dislike"] = "misliker"; +$a->strings["Share this"] = "Del dette"; +$a->strings["share"] = "del"; +$a->strings["View %s's profile - %s"] = "Vis %s sin profil - %s"; +$a->strings["to"] = "til"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "vegg-til-vegg"; +$a->strings["via Wall-To-Wall:"] = "via vegg-til-vegg:"; +$a->strings["Bookmark Links"] = "Bokmerkelenker"; +$a->strings["%d comment"] = array( + 0 => "%d kommentar", + 1 => "%d kommentarer", +); +$a->strings["This is you"] = "Dette er deg"; +$a->strings["Submit"] = "Send"; +$a->strings["Bold"] = "Uthevet"; +$a->strings["Italic"] = "Kursiv"; +$a->strings["Underline"] = "Understreket"; +$a->strings["Quote"] = "Sitat"; +$a->strings["Code"] = "Kode"; +$a->strings["Image"] = "Bilde"; +$a->strings["Link"] = "Lenke"; +$a->strings["Video"] = "Video"; +$a->strings["Public Timeline"] = "Offentlig tidslinje"; +$a->strings["view full size"] = "vis full størrelse"; +$a->strings["created a new post"] = "laget et nytt innlegg"; +$a->strings["commented on %s's post"] = "kommenterte på %s sitt innlegg"; +$a->strings["Male"] = "Mannlig"; +$a->strings["Female"] = "Kvinnelig"; +$a->strings["Currently Male"] = "For tiden mann"; +$a->strings["Currently Female"] = "For tiden kvinne"; +$a->strings["Mostly Male"] = "For det meste mann"; +$a->strings["Mostly Female"] = "For det meste kvinne"; +$a->strings["Transgender"] = "Transkjønnet"; +$a->strings["Intersex"] = "interkjønnet"; +$a->strings["Transsexual"] = "Transseksuell"; +$a->strings["Hermaphrodite"] = "Hermafroditt"; +$a->strings["Neuter"] = "Intetkjønn"; +$a->strings["Non-specific"] = "Ubestemt"; +$a->strings["Other"] = "Annen"; +$a->strings["Undecided"] = "Ubestemt"; +$a->strings["Males"] = "Menn"; +$a->strings["Females"] = "Kvinner"; +$a->strings["Gay"] = "Homo"; +$a->strings["Lesbian"] = "Lesbisk"; +$a->strings["No Preference"] = "Ingen preferanse"; +$a->strings["Bisexual"] = "Biseksuell"; +$a->strings["Autosexual"] = "Autoseksuell"; +$a->strings["Abstinent"] = "Avholdende"; +$a->strings["Virgin"] = "Jomfru"; +$a->strings["Deviant"] = "Avviker"; +$a->strings["Fetish"] = "Fetisj"; +$a->strings["Oodles"] = "Masse"; +$a->strings["Nonsexual"] = "Ikke-seksuell"; +$a->strings["Single"] = "Enslig"; +$a->strings["Lonely"] = "Ensom"; +$a->strings["Available"] = "Tilgjengelig"; +$a->strings["Unavailable"] = "Ikke tilgjengelig"; +$a->strings["Has crush"] = "Er forelsket"; +$a->strings["Infatuated"] = "Betatt"; +$a->strings["Dating"] = "Sammen med"; +$a->strings["Unfaithful"] = "Utro"; +$a->strings["Sex Addict"] = "Sexavhengig"; +$a->strings["Friends/Benefits"] = "Venner med frynsegoder"; +$a->strings["Casual"] = "Tilfeldig"; +$a->strings["Engaged"] = "Forlovet"; +$a->strings["Married"] = "Gift"; +$a->strings["Imaginarily married"] = "Gift i fantasien"; +$a->strings["Partners"] = "Partnere"; +$a->strings["Cohabiting"] = "Samboer"; +$a->strings["Common law"] = "Samboer"; +$a->strings["Happy"] = "Lykkelig"; +$a->strings["Not looking"] = "Ikke på utkikk"; +$a->strings["Swinger"] = "Partnerbytte"; +$a->strings["Betrayed"] = "Bedratt"; +$a->strings["Separated"] = "Separert"; +$a->strings["Unstable"] = "Ustabilt"; +$a->strings["Divorced"] = "Skilt"; +$a->strings["Imaginarily divorced"] = "Skilt i fantasien"; +$a->strings["Widowed"] = "Enke"; +$a->strings["Uncertain"] = "Usikkert"; +$a->strings["It's complicated"] = "Det er komplisert"; +$a->strings["Don't care"] = "Bryr meg ikke"; +$a->strings["Ask me"] = "Spør meg"; +$a->strings["Missing room name"] = "Mangler romnavn"; +$a->strings["Duplicate room name"] = "Duplikat romnavn"; +$a->strings["Invalid room specifier."] = "Ugyldig rom-spesifisering"; +$a->strings["Room not found."] = "Rommet ble ikke funnet."; +$a->strings["Room is full"] = "Rommet er fullt"; +$a->strings["Default"] = "Standard"; +$a->strings["Tags"] = "Merkelapper"; +$a->strings["Keywords"] = "Nøkkelord"; +$a->strings["have"] = "har"; +$a->strings["has"] = "har"; +$a->strings["want"] = "ønsker"; +$a->strings["wants"] = "ønsker"; +$a->strings["likes"] = "liker"; +$a->strings["dislikes"] = "misliker"; +$a->strings["Logged out."] = "Logget ut."; +$a->strings["Failed authentication"] = "Mislykket autentisering"; +$a->strings["Login failed."] = "Innlogging mislyktes."; +$a->strings["Not a valid email address"] = "Ikke en gyldig e-postadresse"; +$a->strings["Your email domain is not among those allowed on this site"] = "Ditt e-postdomene er ikke blant de som er tillatt på dette stedet"; +$a->strings["Your email address is already registered at this site."] = "Din e-postadresse er allerede registrert på dette nettstedet."; +$a->strings["An invitation is required."] = "En invitasjon er påkrevd."; +$a->strings["Invitation could not be verified."] = "Invitasjon kunne ikke bekreftes."; +$a->strings["Please enter the required information."] = "Vennligst skriv inn nødvendig informasjon."; +$a->strings["Failed to store account information."] = "Mislyktes med å lagre kontoinformasjon."; +$a->strings["Registration request at %s"] = "Registreringsforespørsel hos %s"; +$a->strings["Administrator"] = "Administrator"; +$a->strings["your registration password"] = "ditt registreringspassord"; +$a->strings["Registration details for %s"] = "Registreringsdetaljer for %s"; +$a->strings["Account approved."] = "Konto godkjent."; +$a->strings["Registration revoked for %s"] = "Registrering trukket tilbake for %s"; +$a->strings["Sort Options"] = "Sorteringsmuligheter"; +$a->strings["Alphabetic"] = "Alfabetisk"; +$a->strings["Reverse Alphabetic"] = "Omvendt alfabetisk"; +$a->strings["Newest to Oldest"] = "Nyest til eldst"; +$a->strings["Enable Safe Search"] = "Skru på Trygt søk"; +$a->strings["Disable Safe Search"] = "Skru av Trygt søk"; +$a->strings["Safe Mode"] = "Trygt modus"; +$a->strings["Red Matrix Notification"] = "Red Matrix-varsling"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Tusen takk,"; +$a->strings["%s Administrator"] = "%s administrator"; +$a->strings["%s "] = "%s "; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Notify] Ny melding mottatt hos %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s sendte deg en ny privat melding på %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendte deg %2\$s."; +$a->strings["a private message"] = "en privat melding"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Vennligst besøk %s for å se og/eller svare på dine private meldinger."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]a %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]%4\$s's %5\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterte på [zrl=%3\$s]din %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Notify] Kommentar til samtale #%1\$d av %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterte på et element eller en samtale du følger"; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Vennligst besøk %s for å se og/eller svare i samtalen"; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Notify] %s skrev et innlegg på din profilvegg"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s skrev et innlegg på din profilvegg på %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s skrev et innlegg på [zrl=%3\$s]din vegg[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Notify] %s merket deg"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s merket deg på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]merket deg[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Notify] %1\$s prikket deg"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s dyttet deg på %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]dyttet deg[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s merket ditt innlegg"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s merket ditt innlegg på %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s merket [zrl=%3\$s]ditt innlegg[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Introduksjon mottatt"; +$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en introduksjon fra '%2\$s' på %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, du mottok [zrl=%2\$s]en introduksjon[/zrl] fra %3\$s."; +$a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres på %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for å godkjenne eller avslå denne introduksjonen."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notify] Venneforslag mottatt"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en venneforespørsel fra '%2\$s' hos %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har mottatt [zrl=%2\$s]et venneforslaget[/zrl] angående %3\$s fra %4\$s. "; +$a->strings["Name:"] = "Navn:"; +$a->strings["Photo:"] = "Bilde:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Vennligst besøk %s for å godkjenne eller avslå dette forslaget."; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Bilde overstiger nettstedets størrelsesbegrensning på %lu bytes"; +$a->strings["Image file is empty."] = "Bildefilen er tom."; +$a->strings["Unable to process image"] = "Kan ikke behandle bildet"; +$a->strings["Photo storage failed."] = "Bildelagring mislyktes."; +$a->strings["Upload New Photos"] = "Last opp nye bilder"; +$a->strings["Edit File properties"] = "Endre filegenskaper"; +$a->strings["%d invitation available"] = array( + 0 => "%d invitasjon tilgjengelig", + 1 => "%d invitasjoner tilgjengelig", +); +$a->strings["Find Channels"] = "Finn kanaler"; +$a->strings["Enter name or interest"] = "Skriv navn eller interesse"; +$a->strings["Connect/Follow"] = "Forbindelse/Følg"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Eksempler: Ola Nordmann, fisking"; +$a->strings["Find"] = "Finn"; +$a->strings["Channel Suggestions"] = "Kanalforslag"; +$a->strings["Random Profile"] = "Tilfeldig profil"; +$a->strings["Invite Friends"] = "Inviter venner"; +$a->strings["%d connection in common"] = array( + 0 => "%d forbindelse felles", + 1 => "%d forbindelser felles", +); +$a->strings["New Page"] = "Ny side"; +$a->strings["Click here to upgrade."] = "Klikk her for å oppgradere."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen går utenfor grensene satt i din abonnementsplan."; +$a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i din abonnementsplan."; +$a->strings["Channel is blocked on this site."] = "Kanalen er blokkert på dette nettstedet."; +$a->strings["Channel location missing."] = "Kanalplassering mangler."; +$a->strings["Response from remote channel was incomplete."] = "Svaret fra den andre kanalen var ikke komplett."; +$a->strings["Channel discovery failed."] = "Kanaloppdagelse mislyktes."; +$a->strings["local account not found."] = "lokal konto ble ikke funnet."; +$a->strings["Cannot connect to yourself."] = "Kan ikke lage forbindelse med deg selv."; +$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."] = "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært åpnet for lenge (>3 timer) før det ble sendt inn."; +$a->strings["Embedded content"] = "Innebygget innhold"; +$a->strings["Embedding disabled"] = "Innbygging avskrudd"; +$a->strings["Can view my \"public\" stream and posts"] = "Kan se min \"offentlige\" strøm og innlegg"; +$a->strings["Can view my \"public\" channel profile"] = "Kan se min \"offentlige\" kanalprofil"; +$a->strings["Can view my \"public\" photo albums"] = "Kan se mine \"offentlige\" fotoalbum"; +$a->strings["Can view my \"public\" address book"] = "Kan se min \"offentlige\" adressebok"; +$a->strings["Can view my \"public\" file storage"] = "Kan se mitt \"offentlige\" fillager"; +$a->strings["Can view my \"public\" pages"] = "Kan se mine \"offentlige\" sider"; +$a->strings["Can send me their channel stream and posts"] = "Kan sende meg deres kanalstrøm og innlegg"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan lage innlegg på min kanalside (\"vegg\")"; +$a->strings["Can comment on my posts"] = "Kan kommentere på mine innlegg"; +$a->strings["Can send me private mail messages"] = "Kan sende meg private meldinger"; +$a->strings["Can post photos to my photo albums"] = "Kan legge inn bilder i mine fotoalbum"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan videresende til alle mine kanalkontakter via @navn i innlegg"; +$a->strings["Advanced - useful for creating group forum channels"] = "Avansert - nyttig for å lage forumkanaler for grupper"; +$a->strings["Can chat with me (when available)"] = "Kan chatte/sende lynmeldinger til meg (når tilgjengelig)"; +$a->strings["Can write to my \"public\" file storage"] = "Kan skrive til mitt \"offentlige\" fillager"; +$a->strings["Can edit my \"public\" pages"] = "Kan endre mine \"offentlige\" sider"; +$a->strings["Can source my \"public\" posts in derived channels"] = "Kan bruke mine \"offentlige\" innlegg som kanalkilde i egne kanaler"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Litt avansert - svært nyttig i åpne fellesskap"; +$a->strings["Can send me bookmarks"] = "Kan sende meg bokmerker"; +$a->strings["Can administer my channel resources"] = "Kan administrere mine kanalressurser"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Ekstremt avansert. La dette være med mindre du vet hva du gjør"; +$a->strings["Permission denied"] = "Tillatelse avvist"; +$a->strings["(Unknown)"] = "(Ukjent)"; +$a->strings["Item not found."] = "Elementet ble ikke funnet."; +$a->strings["Collection not found."] = "Samlingen ble ikke funnet."; +$a->strings["Collection is empty."] = "Samlingen er tom."; +$a->strings["Collection: %s"] = "Samling: %s"; +$a->strings["Connection: %s"] = "Forbindelse: %s"; +$a->strings["Connection not found."] = "Forbindelsen ble ikke funnet."; +$a->strings["Invalid data packet"] = "Ugyldig datapakke"; +$a->strings["Unable to verify channel signature"] = "Ikke i stand til å sjekke kanalsignaturen"; +$a->strings["Unable to verify site signature for %s"] = "Ikke i stand til å bekrefte signaturen til %s"; +$a->strings["No channel."] = "Ingen kanal."; +$a->strings["Common connections"] = "Felles forbindelser"; +$a->strings["No connections in common."] = "Ingen forbindelser felles."; +$a->strings["Event title and start time are required."] = "Hendelsestittel og starttidspunkt er påkrevd."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Endre hendelse"; +$a->strings["Create New Event"] = "Lag ny hendelse"; +$a->strings["Previous"] = "Forrige"; +$a->strings["Next"] = "Neste"; +$a->strings["hour:minute"] = "time:minutt"; +$a->strings["Event details"] = "Hendelsesdetaljer"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet er %s %s. Startdato og tittel er påkrevd."; +$a->strings["Event Starts:"] = "Hendelsen starter:"; +$a->strings["Required"] = "Påkrevd"; +$a->strings["Finish date/time is not known or not relevant"] = "Sluttdato/-tidspunkt er ikke kjent eller ikke relevant"; +$a->strings["Event Finishes:"] = "Hendelsen slutter:"; +$a->strings["Adjust for viewer timezone"] = "Juster i forhold til tilskuerens tidssone"; +$a->strings["Description:"] = "Beskrivelse:"; +$a->strings["Title:"] = "Tittel:"; +$a->strings["Share this event"] = "Del denne hendelsen"; +$a->strings["Thing updated"] = "Tingen er oppdatert"; +$a->strings["Object store: failed"] = "Objektlagring: mislyktes"; +$a->strings["Thing added"] = "Ting lagt til"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Vis ting"; +$a->strings["item not found."] = "element ble ikke funnet."; +$a->strings["Edit Thing"] = "Endre ting"; +$a->strings["Select a profile"] = "Velg en profil"; +$a->strings["Select a category of stuff. e.g. I ______ something"] = "Velg en kategori med ting, for eksempel l_____ noe"; +$a->strings["Post an activity"] = "Legg inn en aktivitet"; +$a->strings["Only sends to viewers of the applicable profile"] = "Sender bare til seere av den aktuelle profilen"; +$a->strings["Name of thing e.g. something"] = "Navn på ting for eksempel noe"; +$a->strings["URL of thing (optional)"] = "URL til ting (valgfritt)"; +$a->strings["URL for photo of thing (optional)"] = "URL til bilde av ting (valgfritt)"; +$a->strings["Add Thing to your Profile"] = "Legg til ting i din profil"; +$a->strings["Total invitation limit exceeded."] = "Grensen for totalt antall invitasjoner er overskredet."; +$a->strings["%s : Not a valid email address."] = "%s : ikke en gyldig e-postadresse."; +$a->strings["Please join us on Red"] = "Bli med oss på Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitasjonsgrensen er overskredet. Vennligst kontakt administratoren ved ditt nettsted."; +$a->strings["%s : Message delivery failed."] = "%s : meldingslevering feilet."; +$a->strings["%d message sent."] = array( + 0 => "%d melding sendt.", + 1 => "%d meldinger sendt.", +); +$a->strings["You have no more invitations available"] = "Du har ikke flere invitasjoner tilgjengelig"; +$a->strings["Send invitations"] = "Send invitasjoner"; +$a->strings["Enter email addresses, one per line:"] = "Skriv e-postadresser, en per linje:"; +$a->strings["Your message:"] = "Din melding:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Du er hjertelig invitert til å være med meg og noen andre nære venner i Red Matrix - et nytt og revolusjonerende desentralisert kommunikasjons- og informasjonsverktøy."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du må oppgi denne invitasjonskoden: \$invite_code"; +$a->strings["Please visit my channel at"] = "Vennligst besøk min kanal hos"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "Når du har registrert (på ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:"; +$a->strings["Click the [Register] link on the following page to join."] = "Klikk på [Registering]-lenken på følgende side for å bli med."; +$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"] = "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til å forandre Internett som vi kjenner det, vær vennlig å besøke http://getzot.com"; +$a->strings["Name is required"] = "Navn er påkrevd"; +$a->strings["Key and Secret are required"] = "Nøkkel og hemmelighet er påkrevd"; +$a->strings["Update"] = "Oppdater"; +$a->strings["Passwords do not match. Password unchanged."] = "Passordene stemmer ikke overens. Passord uforandret."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomme passord er ikke tillatt. Passord uforandret."; +$a->strings["Password changed."] = "Passord endret."; +$a->strings["Password update failed. Please try again."] = "Passord oppdatering mislyktes. Vennligst prøv igjen."; +$a->strings["Not valid email."] = "Ikke gyldig e-post."; +$a->strings["Protected email address. Cannot change to that email."] = "Beskyttet e-postadresse. Kan ikke endre til den e-postadressen."; +$a->strings["System failure storing new email. Please try again."] = "Systemfeil ved lagring av ny e-post. Vennligst prøv igjen."; +$a->strings["Settings updated."] = "Innstillinger oppdatert."; +$a->strings["Add application"] = "Legg til program"; +$a->strings["Name"] = "Navn"; +$a->strings["Name of application"] = "Navn på program"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatisk laget - kan endres om du vil. Største lengde 20"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Omdirigering"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Omdirigerings-URI - la stå tomt hvis ikke ditt program spesifikt krever dette"; +$a->strings["Icon url"] = "Ikon-URL"; +$a->strings["Optional"] = "Valgfritt"; +$a->strings["You can't edit this application."] = "Du kan ikke endre dette programmet."; +$a->strings["Connected Apps"] = "Tilkoblede app-er"; +$a->strings["Client key starts with"] = "Klientnøkkel starter med"; +$a->strings["No name"] = "Ikke noe navn"; +$a->strings["Remove authorization"] = "Fjern tillatelse"; +$a->strings["No feature settings configured"] = "Ingen funksjonsinnstillinger er konfigurert"; +$a->strings["Feature Settings"] = "Funksjonsinnstillinger"; +$a->strings["Account Settings"] = "Kontoinnstillinger"; +$a->strings["Password Settings"] = "Passordinnstillinger"; +$a->strings["New Password:"] = "Nytt passord:"; +$a->strings["Confirm:"] = "Bekreft:"; +$a->strings["Leave password fields blank unless changing"] = "La passordfeltene stå blanke om det ikke skal endres"; +$a->strings["Email Address:"] = "E-postadresse:"; +$a->strings["Remove Account"] = "Slett konto"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = "Advarsel: Denne handlingen er permanent og kan ikke angres."; +$a->strings["Off"] = "Av"; +$a->strings["On"] = "På"; +$a->strings["Additional Features"] = "Ekstra funksjoner"; +$a->strings["Connector Settings"] = "Koblingsinnstillinger"; +$a->strings["No special theme for mobile devices"] = "Ikke noe spesielt tema for mobile enheter"; +$a->strings["Display Settings"] = "Visningsinnstillinger"; +$a->strings["Display Theme:"] = "Visningstema:"; +$a->strings["Mobile Theme:"] = "Mobiltema:"; +$a->strings["Update browser every xx seconds"] = "Oppdater nettleser hvert xx sekunder"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekunder, ikke noe maksimum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Maksimalt antall samtaler å laste samtidig:"; +$a->strings["Maximum of 100 items"] = "Maksimum 100 elementer"; +$a->strings["Don't show emoticons"] = "Ikke vis følelsesikoner"; +$a->strings["Do not view remote profiles in frames"] = "Ikke vis eksterne profiler i rammer"; +$a->strings["By default open in a sub-window of your own site"] = "Standard - åpne i et sub-vindu på ditt eget nettsted"; +$a->strings["System Page Layout Editor - (advanced)"] = "Systemsidens layoutbehandler - (avansert)"; +$a->strings["Nobody except yourself"] = "Ingen unntatt deg selv"; +$a->strings["Only those you specifically allow"] = "Bare de du spesifikt tillater"; +$a->strings["Anybody in your address book"] = "Enhver i din adressebok"; +$a->strings["Anybody on this website"] = "Enhver ved dette nettstedet"; +$a->strings["Anybody in this network"] = "Enhver i dette nettverket"; +$a->strings["Anybody authenticated"] = "Enhver som er autentisert"; +$a->strings["Anybody on the internet"] = "Enhver på Internett"; +$a->strings["Publish your default profile in the network directory"] = "Publiser din standardprofil i nettverkskatalogen"; +$a->strings["No"] = "Nei"; +$a->strings["Yes"] = "Ja"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Tillat oss å foreslå deg som en mulig venn til nye medlemmer?"; +$a->strings["or"] = "eller"; +$a->strings["Your channel address is"] = "Din kanaladresse er"; +$a->strings["Channel Settings"] = "Kanalinnstillinger"; +$a->strings["Basic Settings"] = "Grunninnstillinger"; +$a->strings["Your Timezone:"] = "Din tidssone:"; +$a->strings["Default Post Location:"] = "Standard plassering ved innlegg:"; +$a->strings["Use Browser Location:"] = "Bruk nettleseren sin plassering:"; +$a->strings["Adult Content"] = "Voksent innhold"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Denne kanalen vil ofte eller jevnlig publisere voksent innhold. (Vennligst merk alt voksent materiale og/eller nakenhet med #NSFW)"; +$a->strings["Security and Privacy Settings"] = "Sikkerhets- og personverninnstillinger"; +$a->strings["Hide my online presence"] = "Skjul min tilstedeværelse online"; +$a->strings["Prevents displaying in your profile that you are online"] = "Forhindrer visning på din profil av at du er online "; +$a->strings["Simple Privacy Settings:"] = "Enkle personverninnstillinger:"; +$a->strings["Very Public - extremely permissive (should be used with caution)"] = "Svært offentlig - ekstremt åpent (bør brukes med varsomhet)"; +$a->strings["Typical - default public, privacy when desired (similar to social network permissions but with improved privacy)"] = "Typisk - standard er offentlig, personvern når ønsket (likner på tillatelser i sosiale nettverk, men med forbedret personvern)"; +$a->strings["Private - default private, never open or public"] = "Privat - standard er privat, aldri åpen eller offentlig"; +$a->strings["Blocked - default blocked to/from everybody"] = "Blokkert - standard blokkert til/fra alle"; +$a->strings["Allow others to tag your posts"] = "Tillat andre å merke dine innlegg"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofte brukt av fellesskapet for å merke upassende innhold i etterkant"; +$a->strings["Advanced Privacy Settings"] = "Avanserte personverninnstillinger"; +$a->strings["Maximum Friend Requests/Day:"] = "Maksimalt antall venneforespørsler per dag:"; +$a->strings["May reduce spam activity"] = "Kan redusere søppelpostaktivitet"; +$a->strings["Default Post Permissions"] = "Standard innleggstillatelser"; +$a->strings["(click to open/close)"] = "(klikk for å åpne/lukke)"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maksimalt antall private meldinger per dag fra ukjente personer:"; +$a->strings["Useful to reduce spamming"] = "Nyttig for å redusere søppelpost"; +$a->strings["Notification Settings"] = "Varslingsinnstillinger"; +$a->strings["By default post a status message when:"] = "Legg inn en statusmelding når du:"; +$a->strings["accepting a friend request"] = "aksepterer en venneforespørsel"; +$a->strings["joining a forum/community"] = "blir med i et forum/miljø"; +$a->strings["making an interesting profile change"] = "gjør en interessant profilendring"; +$a->strings["Send a notification email when:"] = "Send en varsel-e-post når:"; +$a->strings["You receive an introduction"] = "Du mottar en introduksjon"; +$a->strings["Your introductions are confirmed"] = "Dine introduksjoner blir bekreftet"; +$a->strings["Someone writes on your profile wall"] = "Noen skriver på din profilvegg"; +$a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgende kommentar"; +$a->strings["You receive a private message"] = "Du mottar en privat melding"; +$a->strings["You receive a friend suggestion"] = "Du mottok et venneforslag"; +$a->strings["You are tagged in a post"] = "Du merkes i et innlegg"; +$a->strings["You are poked/prodded/etc. in a post"] = "Du ble prikket/oppildnet/og så vider i et innlegg"; +$a->strings["Advanced Account/Page Type Settings"] = "Avanserte innstillinger for konto/sidetype"; +$a->strings["Change the behaviour of this account for special situations"] = "Endre oppførselen til denne kontoen i spesielle situasjoner"; +$a->strings["Please enable expert mode (in Settings > Additional features) to adjust!"] = "Vennligst skru på ekspertmodus (under Innstillinger > Ekstra funksjoner) for å justere!"; +$a->strings["Miscellaneous Settings"] = "Diverse innstillinger"; +$a->strings["Personal menu to display in your channel pages"] = "Personlig meny som kan vises på dine kanalsider"; +$a->strings["Menu updated."] = "Menyen er oppdatert."; +$a->strings["Unable to update menu."] = "Ikke i stand til å oppdatere meny."; +$a->strings["Menu created."] = "Meny laget."; +$a->strings["Unable to create menu."] = "Ikke i stand til å lage meny."; +$a->strings["Manage Menus"] = "Håndtere menyer"; +$a->strings["Drop"] = "Slett"; +$a->strings["Create a new menu"] = "Lag en ny meny"; +$a->strings["Delete this menu"] = "Slett denne menyen"; +$a->strings["Edit menu contents"] = "Endre menyinnholdet"; +$a->strings["Edit this menu"] = "Endre denne menyen"; +$a->strings["New Menu"] = "Ny meny"; +$a->strings["Menu name"] = "Menynavn"; +$a->strings["Must be unique, only seen by you"] = "Må være unik, ses bare av deg"; +$a->strings["Menu title"] = "Menytittel"; +$a->strings["Menu title as seen by others"] = "Menytittelen andre ser"; +$a->strings["Allow bookmarks"] = "Tillat bokmerker"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menyen kan brukes til å lagre lagrede bokmerker"; +$a->strings["Create"] = "Lag"; +$a->strings["Menu not found."] = "Menyen ble ikke funnet."; +$a->strings["Menu deleted."] = "Meny slettet."; +$a->strings["Menu could not be deleted."] = "Menyen kunne ikke bli slettet."; +$a->strings["Edit Menu"] = "Endre meny"; +$a->strings["Add or remove entries to this menu"] = "Legg til eller fjern punkter i denne menyen"; +$a->strings["Modify"] = "Endre"; +$a->strings["Not found."] = "Ikke funnet."; +$a->strings["View"] = "Vis"; +$a->strings["Authorize application connection"] = "Tillat programforbindelse"; +$a->strings["Return to your app and insert this Securty Code:"] = "Gå tilbake til din app og legg inn denne sikkerhetskoden:"; +$a->strings["Please login to continue."] = "Vennligst logg inn for å fortsette."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate dette programmet å få tilgang til dine innlegg og kontakter, og/eller lage nye innlegg for deg?"; +$a->strings["No installed applications."] = "Ingen installerte programmer."; +$a->strings["Applications"] = "Programmer"; +$a->strings["Edit post"] = "Endre innlegg"; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++"; +$a->strings["Bookmark added"] = "Bokmerke lagt til"; +$a->strings["My Bookmarks"] = "Mine bokmerker"; +$a->strings["My Connections Bookmarks"] = "Mine forbindelsers bokmerker"; +$a->strings["Unable to locate original post."] = "Ikke i stand til å finne opprinnelig innlegg."; +$a->strings["Empty post discarded."] = "Tomt innlegg forkastet."; +$a->strings["Executable content type not permitted to this channel."] = "Kjørbar innholdstype er ikke tillat for denne kanalen."; +$a->strings["System error. Post not saved."] = "Systemfeil. Innlegg ble ikke lagret."; +$a->strings["Wall Photos"] = "Veggbilder"; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nådd din grense på %1$.0f startinnlegg."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nådd din grense på %1$.0f websider."; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s"; +$a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - last siden på nytt for å se]"; +$a->strings["Channel not found."] = "Kanalen ble ikke funnet."; +$a->strings["toggle full screen mode"] = "Skru på fullskjerm-modus"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %3\$s til %2\$s med %4\$s"; +$a->strings["You must be logged in to see this page."] = "Du må være innloegget for å se denne siden."; +$a->strings["Room not found"] = "Rommet ble ikke funnet"; +$a->strings["Leave Room"] = "Forlat rom"; +$a->strings["I am away right now"] = "Jeg er borte akkurat nå"; +$a->strings["I am online"] = "Jeg er online"; +$a->strings["Bookmark this room"] = "Bokmerk dette rommet"; +$a->strings["New Chatroom"] = "Nytt chatrom"; +$a->strings["Chatroom Name"] = "Navn på chatrom"; +$a->strings["%1\$s's Chatrooms"] = "%1\$s sine chatrom"; +$a->strings["Public access denied."] = "Offentlig tilgang avvist."; +$a->strings["No connections."] = "Ingen forbindelser."; +$a->strings["Visit %s's profile [%s]"] = "Besøk %s sin profil [%s]"; +$a->strings["View Connnections"] = "Vis forbindelser"; +$a->strings["Tag removed"] = "Merkelapp fjernet"; +$a->strings["Remove Item Tag"] = "Fjern merkelapp fra element"; +$a->strings["Select a tag to remove: "] = "Velg merkelapp å fjerne:"; +$a->strings["Remove"] = "Fjern"; +$a->strings["Continue"] = "Fortsett"; +$a->strings["Premium Channel Setup"] = "Premiumkanal-oppsett"; +$a->strings["Enable premium channel connection restrictions"] = "Slå på restriksjoner for forbindelse med premiumkanal"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Vennligst skriv dine restriksjoner og betingelser, slik som PayPal-kvittering, retningslinjer for bruk, og så videre."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Denne kanalen kan kreve ytterligere steg og bekreftelse av følgende betingelser før tilkobling:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Potensielle forbindelser vil da se følgende tekst før de går videre:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Ved å fortsette bekrefter jeg at jeg har oppfylt alle instruksjoner gitt på denne siden."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Ingen spesifikke instruksjoner er gitt av kanaleieren.)"; +$a->strings["Restricted or Premium Channel"] = "Begrenset kanal eller premiumkanal"; +$a->strings["No potential page delegates located."] = "Ingen potensielle sidedelegater er funnet."; +$a->strings["Delegate Page Management"] = "Deleger sidehåndtering"; +$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."] = "Delegater kan håndtere alle sider ved denne kontoen/siden unntatt grunnleggende kontoinformasjon. Vennligst ikke deleger din personlige konto til noen du ikke stoler fullstendig på."; +$a->strings["Existing Page Managers"] = "Eksisterende sidehåndterere"; +$a->strings["Existing Page Delegates"] = "Eksisterende sidedelegater"; +$a->strings["Potential Delegates"] = "Potensielle sidedelegater"; +$a->strings["Add"] = "Legg til"; +$a->strings["No entries."] = "Ingen oppføringer."; +$a->strings["Layout updated."] = "Layout er oppdatert."; +$a->strings["Edit System Page Description"] = "Endre beskrivelsen av systemsiden"; +$a->strings["Layout not found."] = "Layouten ble ikke funnet."; +$a->strings["Module Name:"] = "Modulnavn:"; +$a->strings["Layout Help"] = "Layout-hjelp"; +$a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; +$a->strings["Menu element updated."] = "Menyelement er oppdatert."; +$a->strings["Unable to update menu element."] = "Ikke i stand til å oppdatere menyelement."; +$a->strings["Menu element added."] = "Menyelement lagt til."; +$a->strings["Unable to add menu element."] = "Ikke i stand til å legge til menyelement."; +$a->strings["Manage Menu Elements"] = "Håndtere menyelementer"; +$a->strings["Edit menu"] = "Endre meny"; +$a->strings["Edit element"] = "Endre element"; +$a->strings["Drop element"] = "Slett element"; +$a->strings["New element"] = "Nytt element"; +$a->strings["Edit this menu container"] = "Endre denne menybeholderen"; +$a->strings["Add menu element"] = "Legg til menyelement"; +$a->strings["Delete this menu item"] = "Slett dette menyelementet"; +$a->strings["Edit this menu item"] = "Endre dette menyelementet"; +$a->strings["New Menu Element"] = "Nytt menyelement"; +$a->strings["Menu Item Permissions"] = "Menyelement Tillatelser"; +$a->strings["Link text"] = "Lenketekst"; +$a->strings["URL of link"] = "URL-en til lenken"; +$a->strings["Use Red magic-auth if available"] = "Bruk Red sin magiske-autent hvis mulig"; +$a->strings["Open link in new window"] = "Åpne lenke i nytt vindu"; +$a->strings["Order in list"] = "Ordne i liste"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Høyere tall vil synke mot bunnen av listen"; +$a->strings["Menu item not found."] = "Menyelement ble ikke funnet."; +$a->strings["Menu item deleted."] = "Menyelement slettet."; +$a->strings["Menu item could not be deleted."] = "Menyelement kunne ikke bli slettet."; +$a->strings["Edit Menu Element"] = "Endre menyelement"; +$a->strings["Invalid profile identifier."] = "Ugyldig profil-identifikator."; +$a->strings["Profile Visibility Editor"] = "Endre profilsynlighet"; +$a->strings["Click on a contact to add or remove."] = "Klikk på en kontakt for å legge til eller fjerne."; +$a->strings["Visible To"] = "Synlig for"; +$a->strings["All Connections"] = "Alle forbindelser"; +$a->strings["Collection created."] = "Samling opprettet."; +$a->strings["Could not create collection."] = "Kunne ikke lage samling."; +$a->strings["Collection updated."] = "Samlingen er oppdatert."; +$a->strings["Create a collection of channels."] = "Lag en samling med kanaler."; +$a->strings["Collection Name: "] = "Navn på samling:"; +$a->strings["Members are visible to other channels"] = "Medlemmer er synlig for andre kanaler"; +$a->strings["Collection removed."] = "Samling fjernet."; +$a->strings["Unable to remove collection."] = "Ikke i stand til å fjerne samlingen."; +$a->strings["Collection Editor"] = "Samlingsbehandler"; +$a->strings["Members"] = "Medlemmer"; +$a->strings["All Connected Channels"] = "Alle tilkoblede kanaler"; +$a->strings["Click on a channel to add or remove."] = "Klikk på en kanal for å legge til eller fjerne."; +$a->strings["Theme settings updated."] = "Temainnstillinger er oppdatert."; +$a->strings["Site"] = "Nettsted"; +$a->strings["Users"] = "Brukere"; +$a->strings["Plugins"] = "Tilleggsfunksjoner"; +$a->strings["Themes"] = "Temaer"; +$a->strings["Server"] = "Tjener"; +$a->strings["DB updates"] = "Databaseoppdateringer"; +$a->strings["Logs"] = "Logger"; +$a->strings["Plugin Features"] = "Tilleggsfunksjoner"; +$a->strings["User registrations waiting for confirmation"] = "Brukerregistreringer som venter på bekreftelse"; +$a->strings["Message queues"] = "Meldingskøer"; +$a->strings["Administration"] = "Administrasjon"; +$a->strings["Summary"] = "Sammendrag"; +$a->strings["Registered users"] = "Registrerte brukere"; +$a->strings["Pending registrations"] = "Ventende registreringer"; +$a->strings["Version"] = "Versjon"; +$a->strings["Active plugins"] = "Aktive tilleggsfunksjoner"; +$a->strings["Site settings updated."] = "Nettstedsinnstillinger er oppdatert."; +$a->strings["No special theme for accessibility"] = "Ikke noe spesielt tema for universell utforming"; +$a->strings["Closed"] = "Lukket"; +$a->strings["Requires approval"] = "Krever godkjenning"; +$a->strings["Open"] = "Åpen"; +$a->strings["Private"] = "Privat"; +$a->strings["Paid Access"] = "Betalt tilgang"; +$a->strings["Free Access"] = "Gratis tilgang"; +$a->strings["Tiered Access"] = "Lagdelt tilgang"; +$a->strings["Registration"] = "Registrering"; +$a->strings["File upload"] = "Last opp fil"; +$a->strings["Policies"] = "Retningslinjer"; +$a->strings["Advanced"] = "Avansert"; +$a->strings["Site name"] = "Nettstedets navn"; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Administrator Information"] = "Administratorinformasjon"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinformasjon til nettstedsadministratorer. Vises på siteinfo-siden. BBCode kan brukes her"; +$a->strings["System language"] = "Systemspråk"; +$a->strings["System theme"] = "Systemtema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standard systemtema - kan overstyres av brukerprofiler - endre temainnstillinger"; +$a->strings["Mobile system theme"] = "Mobilt systemtema"; +$a->strings["Theme for mobile devices"] = "Tema for mobile enheter"; +$a->strings["Accessibility system theme"] = "Universelt utformet systemtema"; +$a->strings["Accessibility theme"] = "Universelt utformet tema"; +$a->strings["Channel to use for this website's static pages"] = "Kanal å bruke for dette nettstedets statiske sider"; +$a->strings["Site Channel"] = "Nettstedets kanal"; +$a->strings["Maximum image size"] = "Største bildestørrelse"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset."; +$a->strings["Register policy"] = "Retningslinjer for registrering"; +$a->strings["Access policy"] = "Retningslinjer for tilgang"; +$a->strings["Register text"] = "Registreringstekst"; +$a->strings["Will be displayed prominently on the registration page."] = "Vil bli vist på en fremtredende måte på registreringssiden."; +$a->strings["Accounts abandoned after x days"] = "Kontoer forlatt etter x dager"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for å ikke sette noen tidsgrense."; +$a->strings["Allowed friend domains"] = "Tillatte vennedomener"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparert liste over domener som har lov til å etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for å tillate alle domener."; +$a->strings["Allowed email domains"] = "Tillate e-postdomener"; +$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"] = "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt"; +$a->strings["Block public"] = "Blokker offentlig tilgang"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kryss av for å blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige på dette nettstedet med mindre du er logget inn."; +$a->strings["Force publish"] = "Tving publisering"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kryss av for å tvinge alle profiler på dette nettstedet til å bli oppført i nettstedet sin katalog."; +$a->strings["No login on Homepage"] = "Ingen innlogging på hjemmesiden"; +$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)."] = "Sett hake for å skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel når du legger inn innhold på hjemmesiden via nettstedskanalen)."; +$a->strings["Proxy user"] = "Brukernavn mellomtjener"; +$a->strings["Proxy URL"] = "Mellomtjener URL"; +$a->strings["Network timeout"] = "Nettverk tidsavbrudd"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt)."; +$a->strings["Delivery interval"] = "Leveringsinterval"; +$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."] = "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere."; +$a->strings["Poll interval"] = "Spørreintervall"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet."; +$a->strings["Maximum Load Average"] = "Største belastningsgjennomsnitt"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50."; +$a->strings["No server found"] = "Ingen tjener funnet"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "for kanalen"; +$a->strings["on server"] = "på tjener"; +$a->strings["Status"] = "Status"; +$a->strings["Update has been marked successful"] = "Oppdateringen har blitt merket som en suksess"; +$a->strings["Executing %s failed. Check system logs."] = "Utføring av %s feilet. Sjekk systemlogger."; +$a->strings["Update %s was successfully applied."] = "Oppdatering %s ble gjennomført med suksess."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket."; +$a->strings["Update function %s could not be found."] = "Oppdatering av funksjon %s kunne ikke finnes."; +$a->strings["No failed updates."] = "Ingen mislykkede oppdateringer."; +$a->strings["Failed Updates"] = "Mislykkede oppdateringer"; +$a->strings["Mark success (if update was manually applied)"] = "Marker suksess (hvis oppdateringen ble gjennomført manuelt)"; +$a->strings["Attempt to execute this update step automatically"] = "Prøv å gjennomføre dette oppdateringstrinnet automatisk"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s bruker blokkert/ikke blokkert lenger", + 1 => "%s brukere blokkert/ikke blokkert lenger", +); +$a->strings["%s user deleted"] = array( + 0 => "%s bruker slettet", + 1 => "%s brukere slettet", +); +$a->strings["Account not found"] = "Kontoen ble ikke funnet"; +$a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet"; +$a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert lenger"; +$a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert"; +$a->strings["select all"] = "velg alle"; +$a->strings["User registrations waiting for confirm"] = "Brukerregistreringer som venter på bekreftelse"; +$a->strings["Request date"] = "Dato for forespørsel"; +$a->strings["No registrations."] = "Ingen registreringer."; +$a->strings["Approve"] = "Godkjenn"; +$a->strings["Deny"] = "Avslå"; +$a->strings["Block"] = "Blokker"; +$a->strings["Unblock"] = "Ikke blokker lenger"; +$a->strings["Register date"] = "Registreringsdato"; +$a->strings["Last login"] = "Siste innlogging"; +$a->strings["Expires"] = "Utløper"; +$a->strings["Service Class"] = "Tjenesteklasse"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette valgte brukere og deres innhold?"; +$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?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren og alt innholdet til denne brukeren?"; +$a->strings["Plugin %s disabled."] = "Tilleggsfunksjonen %s er avskrudd."; +$a->strings["Plugin %s enabled."] = "Tilleggsfunksjonen %s er påskrudd."; +$a->strings["Disable"] = "Skru av"; +$a->strings["Enable"] = "Skru på"; +$a->strings["Toggle"] = "Skru av og på"; +$a->strings["Author: "] = "Forfatter:"; +$a->strings["Maintainer: "] = "Vedlikeholder:"; +$a->strings["No themes found."] = "Ingen temaer er funnet."; +$a->strings["Screenshot"] = "Skjermbilde"; +$a->strings["[Experimental]"] = "[Eksperimentelt]"; +$a->strings["[Unsupported]"] = "[Ingen støtte]"; +$a->strings["Log settings updated."] = "Logginnstillinger er oppdatert."; +$a->strings["Clear"] = "Tøm"; +$a->strings["Debugging"] = "Feilsøking"; +$a->strings["Log file"] = "Loggfil"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "Må kunne skrives til av webtjenesten. Relativ til din Red sin toppnivåkatalog."; +$a->strings["Log level"] = "Loggnivå"; +$a->strings["- select -"] = "- velg -"; +$a->strings["Welcome to %s"] = "Velkommen til %s"; +$a->strings["Item not found"] = "Elementet ble ikke funnet."; +$a->strings["Item is not editable"] = "Elementet kan ikke endres"; +$a->strings["Delete item?"] = "Slett element?"; +$a->strings["Insert YouTube video"] = "Sett inn YouTube-video"; +$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Legg i"; +$a->strings["Age: "] = "Alder:"; +$a->strings["Gender: "] = "Kjønn:"; +$a->strings["Finding:"] = "Finner:"; +$a->strings["next page"] = "neste side"; +$a->strings["previous page"] = "forrige side"; +$a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjult)."; +$a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktinformasjonen."; +$a->strings["Could not locate selected profile."] = "Fant ikke valgt profil."; +$a->strings["Connection updated."] = "Forbindelsen er oppdatert."; +$a->strings["Failed to update connection record."] = "Mislyktes med å oppdatere forbindelsesinformasjonen."; +$a->strings["Could not access address book record."] = "Fikk ikke tilgang til informasjonen i adresseboken."; +$a->strings["Refresh failed - channel is currently unavailable."] = "Oppfrisking mislyktes - kanalen er for øyeblikket utilgjengelig."; +$a->strings["Channel has been unblocked"] = "Kanalen er ikke blokkert lenger"; +$a->strings["Channel has been blocked"] = "Kanalen har blitt blokkert"; +$a->strings["Unable to set address book parameters."] = "Ikke i stand til å angi parametre for adresseboken."; +$a->strings["Channel has been unignored"] = "Kanalen er ikke lenger ignorert"; +$a->strings["Channel has been ignored"] = "Kanalen blir ignorert"; +$a->strings["Channel has been unarchived"] = "Kanalen er ikke lenger arkivert"; +$a->strings["Channel has been archived"] = "Kanalen er arkivert"; +$a->strings["Channel has been unhidden"] = "Kanalen er ikke lenger skjult"; +$a->strings["Channel has been hidden"] = "Kanalen er blitt skjult"; +$a->strings["Channel has been approved"] = "Kanalen har blitt godkjent"; +$a->strings["Channel has been unapproved"] = "Kanalen er ikke lenger godkjent"; +$a->strings["Contact has been removed."] = "Kontakten har blitt fjernet."; +$a->strings["View %s's profile"] = "Vis %s sin profil"; +$a->strings["Refresh Permissions"] = "Oppfrisk tillatelser"; +$a->strings["Fetch updated permissions"] = "Hent oppdaterte tillatelser"; +$a->strings["Recent Activity"] = "Nylig aktivitet"; +$a->strings["View recent posts and comments"] = "Vis nylige innlegg og kommentarer"; +$a->strings["Block or Unblock this connection"] = "Blokker eller fjern blokkering av denne forbindelsen "; +$a->strings["Unignore"] = "Ikke ignorer lenger"; +$a->strings["Ignore"] = "Ignorer"; +$a->strings["Ignore or Unignore this connection"] = "Ignorer eller fjern ignorering av denne forbindelsen"; +$a->strings["Unarchive"] = "Ikke arkiver lenger"; +$a->strings["Archive"] = "Arkiver"; +$a->strings["Archive or Unarchive this connection"] = "Arkiver eller fjern arkivering av denne forbindelsen"; +$a->strings["Unhide"] = "Ikke skjul lenger"; +$a->strings["Hide"] = "Skjul"; +$a->strings["Hide or Unhide this connection"] = "Skjul eller fjern skjuling av denne forbindelsen"; +$a->strings["Delete this connection"] = "Slett denne forbindelsen"; +$a->strings["Unknown"] = "Ukjent"; +$a->strings["Approve this connection"] = "Godta denne forbindelsen"; +$a->strings["Accept connection to allow communication"] = "Godta denne forbindelsen for å tillate kommunikasjon"; +$a->strings["Automatic Permissions Settings"] = "Automatiske innstillinger for tillatelser"; +$a->strings["Connections: settings for %s"] = "Forbindelser: innstillinger for %s"; +$a->strings["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."] = "Når du mottar en kanal-introduksjon, så vil alle tillatelser gitt her gjelde for den nye forbindelsen automatisk og introduksjonen godkjennes. Forlat denne siden hvis du ikke ønsker å bruke denne egenskapen."; +$a->strings["Slide to adjust your degree of friendship"] = "Flytt for å justere din grad av vennskap"; +$a->strings["inherited"] = "arvet"; +$a->strings["Connection has no individual permissions!"] = "Forbindelsen har ingen individuelle tillatelser!"; +$a->strings["This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"."] = "Dette kan være riktig basert på dine personverninnstillinger, men kanskje du bør se over \"Avanserte tillatelser\"."; +$a->strings["Profile Visibility"] = "Profilens synlighet"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vennligst velg profilen du ønsker å vise %s når profilen din ses på en sikret måte. "; +$a->strings["Contact Information / Notes"] = "Kontaktinformasjon / Merknader"; +$a->strings["Edit contact notes"] = "Endre kontaktmerknader"; +$a->strings["Their Settings"] = "Deres innstillinger"; +$a->strings["My Settings"] = "Mine innstillinger"; +$a->strings["Forum Members"] = "Forummedlemmer"; +$a->strings["Soapbox"] = "Talerstol"; +$a->strings["Full Sharing (typical social network permissions)"] = "Full deling (typiske tillatelser i sosiale nettverk)"; +$a->strings["Cautious Sharing "] = "Forsiktig deling"; +$a->strings["Follow Only"] = "Bare følg"; +$a->strings["Individual Permissions"] = "Individuelle tillatelser"; +$a->strings["Some permissions may be inherited from your channel privacy settings, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Noen tillatelser kan være arvet fra din kanals personverninnstillinger, som har høyere prioritet enn individuelle innstillinger. Å endre arvede innstillinger på denne siden vil ikke ha noen effekt."; +$a->strings["Advanced Permissions"] = "Avanserte tillatelser"; +$a->strings["Simple Permissions (select one and submit)"] = "Enkle tillatelser (velg en og lagre)"; +$a->strings["Visit %s's profile - %s"] = "Besøk %s sin profil - %s"; +$a->strings["Block/Unblock contact"] = "Blokker/Ikke blokker kontakt"; +$a->strings["Ignore contact"] = "Ignorer kontakt"; +$a->strings["Repair URL settings"] = "Reparer URL-innstillinger"; +$a->strings["View conversations"] = "Vis samtaler"; +$a->strings["Delete contact"] = "Slett kontakt"; +$a->strings["Last update:"] = "Siste oppdatering:"; +$a->strings["Update public posts"] = "Oppdater offentlige innlegg"; +$a->strings["Update now"] = "Oppdater nå"; +$a->strings["Currently blocked"] = "For øyeblikket blokkert"; +$a->strings["Currently ignored"] = "For øyeblikket ignorert"; +$a->strings["Currently archived"] = "For øyeblikket arkivert"; +$a->strings["Currently pending"] = "For øyeblikket ventende"; +$a->strings["Hide this contact from others"] = "Skjul denne kontakten for andre"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Svar/likes på dine offentlige innlegg kan fortsatt være synlige"; +$a->strings["Help with this feature"] = "Hjelp med denne funksjonen"; +$a->strings["Layout Name"] = "Layout-navn"; +$a->strings["Help:"] = "Hjelp:"; +$a->strings["Not Found"] = "Ikke funnet"; +$a->strings["Page not found."] = "Siden ikke funnet."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi støtte på et problem under innloggingen med din OpenID. Vennligst sjekk at ID-en er stavet riktig."; +$a->strings["The error message was:"] = "Feilmeldingen var:"; +$a->strings["Authentication failed."] = "Autentisering mislyktes."; +$a->strings["Remote Authentication"] = "Fjernautentisering"; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Skriv din kanaladresse (for eksempel channel@exampel.com)"; +$a->strings["Authenticate"] = "Autentiser"; +$a->strings["Invalid item."] = "Ugyldig element."; +$a->strings["No such group"] = "Gruppen finnes ikke"; +$a->strings["Search Results For:"] = "Søkeresultat for:"; +$a->strings["Collection is empty"] = "Samlingen er tom"; +$a->strings["Collection: "] = "Samling:"; +$a->strings["Connection: "] = "Forbindelse:"; +$a->strings["Invalid connection."] = "Ugyldig forbindelse."; +$a->strings["Profile not found."] = "Profilen ble ikke funnet."; +$a->strings["Profile deleted."] = "Profilen er slettet."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Ny profil opprettet."; +$a->strings["Profile unavailable to clone."] = "Profilen er utilgjengelig for klonen."; +$a->strings["Profile Name is required."] = "Profilnavn er påkrevd."; +$a->strings["Marital Status"] = "Sivilstand"; +$a->strings["Romantic Partner"] = "Romantisk partner"; +$a->strings["Likes"] = "Liker"; +$a->strings["Dislikes"] = "Liker ikke"; +$a->strings["Work/Employment"] = "Arbeid/sysselsetting"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politiske synspunkter"; +$a->strings["Gender"] = "Kjønn"; +$a->strings["Sexual Preference"] = "Seksuelle preferanser"; +$a->strings["Homepage"] = "Hjemmeside"; +$a->strings["Interests"] = "Interesser"; +$a->strings["Address"] = "Adresse"; +$a->strings["Location"] = "Plassering"; +$a->strings["Profile updated."] = "Profilen er oppdatert."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakt-/vennelisten din fra de som ser på denne profilen?"; +$a->strings["Edit Profile Details"] = "Endre profildetaljer"; +$a->strings["View this profile"] = "Vis denne profilen"; +$a->strings["Change Profile Photo"] = "Endre profilbilde"; +$a->strings["Create a new profile using these settings"] = "Lag en ny profil ved å bruke disse innstillingene"; +$a->strings["Clone this profile"] = "Klon denne profilen"; +$a->strings["Delete this profile"] = "Slett denne profilen"; +$a->strings["Profile Name:"] = "Profilnavn:"; +$a->strings["Your Full Name:"] = "Ditt fulle navn:"; +$a->strings["Title/Description:"] = "Tittel/Beskrivelse:"; +$a->strings["Your Gender:"] = "Ditt kjønn:"; +$a->strings["Birthday (%s):"] = "Fødselsdag (%s):"; +$a->strings["Street Address:"] = "Gateadresse:"; +$a->strings["Locality/City:"] = "Sted/By:"; +$a->strings["Postal/Zip Code:"] = "Postnummer/ZIP-kode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region/fylke:"; +$a->strings[" Marital Status:"] = " Sivilstand:"; +$a->strings["Who: (if applicable)"] = "Hvem: (hvis det er aktuelt) "; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Eksempler: kari123, Kari Villiamsen, kari@example.com"; +$a->strings["Since [date]:"] = "Siden [dato]:"; +$a->strings["Homepage URL:"] = "Hjemmeside URL:"; +$a->strings["Religious Views:"] = "Religiøse synspunkter:"; +$a->strings["Keywords:"] = "Nøkkelord:"; +$a->strings["Example: fishing photography software"] = "Eksempel: fisking fotografering programvare"; +$a->strings["Used in directory listings"] = "Brukt i katalogoppføringer"; +$a->strings["Tell us about yourself..."] = "Fortell oss om deg selv..."; +$a->strings["Hobbies/Interests"] = "Hobbier/Interesser"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformasjon og sosiale nettverk"; +$a->strings["My other channels"] = "Mine andre kanaler"; +$a->strings["Musical interests"] = "Musikkinteresser"; +$a->strings["Books, literature"] = "Bøker, litteratur"; +$a->strings["Television"] = "TV/fjernsyn"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underholdning"; +$a->strings["Love/romance"] = "Kjærlighet/romantikk"; +$a->strings["Work/employment"] = "Arbeid/sysselsetting"; +$a->strings["School/education"] = "Skole/utdanning"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dette er din offentlige profil.
Den kan være synlig for alle på Internett."; +$a->strings["Edit/Manage Profiles"] = "Endre/håndter profiler"; +$a->strings["Add profile things"] = "Legg til profilting"; +$a->strings["Include desirable objects in your profile"] = "Inkluder ønskverdige objekter i din profil"; +$a->strings["Channel added."] = "Kanal lagt til."; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt."; +$a->strings["Welcome %s. Remote authentication successful."] = "Velkommen %s. Ekstern autentisering er vellykket."; +$a->strings["This site is not a directory server"] = "Dette nettstedet er ikke en katalogtjener"; +$a->strings["Failed to create source. No channel selected."] = "Mislyktes med å lage kilde. Ingen kanal er valgt."; +$a->strings["Source created."] = "Kilden er laget."; +$a->strings["Source updated."] = "Kilden er oppdatert."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Håndtere eksterne innholdskilder til din kanal."; +$a->strings["New Source"] = "Ny kilde"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importer alt eller et utvalgt av innhold fra følgende kanal inn i denne kanalen og distribuer det i henhold til dine egne kanalinnstillinger."; +$a->strings["Only import content with these words (one per line)"] = "Bare importer innhold med disse ordene (ett ord per linje)"; +$a->strings["Leave blank to import all public content"] = "La stå tomt for å importere alt offentlig innhold"; +$a->strings["Channel Name"] = "Kanalnavn"; +$a->strings["Source not found."] = "Kilden ble ikke funnet."; +$a->strings["Edit Source"] = "Endre kilde"; +$a->strings["Delete Source"] = "Slett kilde"; +$a->strings["Source removed"] = "Kilden er fjernet"; +$a->strings["Unable to remove source."] = "Ikke i stand til å fjerne kilde."; +$a->strings["Remote privacy information not available."] = "Ekstern personverninformasjon er ikke tilgjengelig."; +$a->strings["Visible to:"] = "Synlig for:"; +$a->strings["Hub not found."] = "Hubben ble ikke funnet."; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix tjener - oppsett"; +$a->strings["Could not connect to database."] = "Fikk ikke kontakt med databasen."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS."; +$a->strings["Could not create table."] = "Kunne ikke lage tabellen."; +$a->strings["Your site database has been installed."] = "Databasen til ditt nettsted har blitt installert."; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Vennligst les filen \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Systemsjekk"; +$a->strings["Check again"] = "Sjekk igjen"; +$a->strings["Database connection"] = "Databaseforbindelse"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter."; +$a->strings["Database Server Name"] = "Navn på databasetjener"; +$a->strings["Default is localhost"] = "Standard er localhost"; +$a->strings["Database Port"] = "Databaseport"; +$a->strings["Communication port number - use 0 for default"] = "Kommunikasjonsportnummer - bruk 0 for standard"; +$a->strings["Database Login Name"] = "Database innloggingsnavn"; +$a->strings["Database Login Password"] = "Database innloggingspassord"; +$a->strings["Database Name"] = "Databasenavn"; +$a->strings["Site administrator email address"] = "E-postadressen til administrator ved nettstedet"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet."; +$a->strings["Website URL"] = "Nettstedets URL"; +$a->strings["Please use SSL (https) URL if available."] = "Vennligst bruk SSL (https) URL hvis tilgjengelig."; +$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted"; +$a->strings["Site settings"] = "Nettstedets innstillinger"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron."; +$a->strings["PHP executable path"] = "PHP-kjørefilens sti"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen."; +$a->strings["Command line PHP"] = "Kommandolinje PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd."; +$a->strings["This is required for message delivery to work."] = "Dette er påkrevd for at meldingslevering skal virke."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler"; +$a->strings["libCurl PHP module"] = "libCurl PHP-modul"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP-modul"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP-modul"; +$a->strings["mysqli PHP module"] = "mysqli PHP-modul"; +$a->strings["mb_string PHP module"] = "mb_string PHP-modul"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP-modul"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite-modul"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modul er påkrevd, men er ikke installert."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert."; +$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modul er påkrevd, men er ikke installert."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modul er påkrevd, men er ikke installert."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modul er påkrevd, men er ikke installert."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php kan skrives til"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen."; +$a->strings["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."] = "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen."; +$a->strings["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."] = "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder."; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 er skrivbar"; +$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 bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe."; +$a->strings["store is writable"] = "lageret kan skrives til"; +$a->strings["SSL certificate validation"] = "SSL sertifikat-kontroll"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet."; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren."; +$a->strings["Url rewrite is working"] = "URL rewrite virker"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener."; +$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller."; +$a->strings["

What next

"] = "

Hva gjenstår

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren."; +$a->strings["Version %s"] = "Versjon %s"; +$a->strings["Installed plugins/addons/apps:"] = "Installerte tilleggsfunksjoner/tillegg/apper:"; +$a->strings["No installed plugins/addons/apps"] = "Ingen installerte tilleggsfunksjoner/tillegg/apper"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Dette er en hub i Red Matrix - et globalt kooperativt nettverk av desentraliserte personvernforsterkede nettsteder."; +$a->strings["Running at web location"] = "Kjører på webplasseringen"; +$a->strings["Please visit GetZot.com to learn more about the Red Matrix."] = "Vennligst besøk GetZot.com for å lære mer om Red Matrix."; +$a->strings["Bug reports and issues: please visit"] = "Feilmeldinger og feilretting: vennligst besøk"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Forslag, ros og så videre - vennligst e-post \"redmatrix\" hos librelist - punktum com"; +$a->strings["Site Administrators"] = "Nettstedsadministratorer"; +$a->strings["Add a Channel"] = "Legg til en kanal"; +$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."] = "En kanal er din egen samling av relaterte web-sider. En kanal kan brukes til å samle sosiale nettverksprofiler, blogger, samtalegrupper og forum, kjendissider og mye mer. Du kan lage så mange kanaler som din tjenestetilbyder tillater."; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Eksempel: \"Ola Nordmann\", \"Lisa og hestene hennes\", \"Fotball\", \"Sykkelgruppa\""; +$a->strings["Choose a short nickname"] = "Velg et kort kallenavn"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Ditt kallenavn brukes til å lage en kanaladresse som er enkel å huske (minner om en e-postadresse) og som du kan dele med andre."; +$a->strings["Or import an existing channel from another location"] = "Eller importerer en eksisterende kanal fra et annet sted."; +$a->strings["No valid account found."] = "Ingen gyldig konto funnet."; +$a->strings["Password reset request issued. Check your email."] = "Forespørsel om å tilbakestille passord er mottatt. Sjekk e-posten din."; +$a->strings["Site Member (%s)"] = "Nettstedsmedlem (%s)"; +$a->strings["Password reset requested at %s"] = "Forespurt om å tilbakestille passord hos %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes."; +$a->strings["Password Reset"] = "Tilbakestill passord"; +$a->strings["Your password has been reset as requested."] = "Ditt passord har blitt tilbakestilt som forespurt."; +$a->strings["Your new password is"] = "Ditt nye passord er"; +$a->strings["Save or copy your new password - and then"] = "Lagre eller kopier ditt nye passord, og deretter kan du"; +$a->strings["click here to login"] = "klikke her for å logge inn"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Ditt passord kan endres på siden Innstillinger etter vellykket innlogging."; +$a->strings["Your password has changed at %s"] = "Ditt passord er endret hos %s"; +$a->strings["Forgot your Password?"] = "Glemt passord ditt?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv e-postadressen din og send inn for å tilbakestille passordet ditt. Sjekk deretter din e-post for videre instruksjoner."; +$a->strings["Email Address"] = "E-postadresse"; +$a->strings["Reset"] = "Tilbakestill"; +$a->strings["Select a bookmark folder"] = "Velg en bokmerkemappe"; +$a->strings["Save Bookmark"] = "Lagre bokmerke"; +$a->strings["URL of bookmark"] = "URL-en til bokmerket"; +$a->strings["Description"] = "Beskrivelse"; +$a->strings["Or enter new bookmark folder name"] = "Eller skriv nytt navn på bokmerkemappe"; +$a->strings["Nothing to import."] = "Ingenting å importere."; +$a->strings["Unable to download data from old server"] = "Ikke i stand til å laste ned data fra gammel tjener"; +$a->strings["Imported file is empty."] = "Importert fil er tom."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan ikke lage en kopi av kanal-identifikatoren på dette systemet. Import mislyktes."; +$a->strings["Channel clone failed. Import failed."] = "Kanalkloning mislyktes. Import mislyktes."; +$a->strings["Cloned channel not found. Import failed."] = "Klonet kanal ble ikke funnet. Import mislyktes."; +$a->strings["Import completed."] = "Import ferdig."; +$a->strings["You must be logged in to use this feature."] = "Du må være innlogget for å bruke denne funksjonen."; +$a->strings["Import Channel"] = "Importer kanal"; +$a->strings["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 provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Bruk dette skjemaet til å importere en eksisterende kanal fra en annen tjener/hub. Du kan hente kanalidentiteten fra den gamle tjeneren/hubben via nettverket eller bruke en eksportert fil. Bare identiteten og forbindelser/relasjoner vil bli importert. Importering av innhold er ennå ikke tilgjengelig."; +$a->strings["File to Upload"] = "Fil som skal lastes opp"; +$a->strings["Or provide the old server/hub details"] = "Eller oppgi detaljene fra den gamle tjeneren/hub-en"; +$a->strings["Your old identity address (xyz@example.com)"] = "Din gamle identitetsadresse (xyz@example.com)"; +$a->strings["Your old login email address"] = "Din gamle innloggings e-postadresse"; +$a->strings["Your old login password"] = "Ditt gamle innloggingspassord"; +$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."] = "Enten du tar det ene eller det andre valget, vennligst angi om du vil at denne hubben skal være din nye primære adresse, eller om din gamle plassering skal fortsette å ha denne rollen. Du kan lage innlegg fra den ene eller den andre plasseringen, men bare en av dem kan markeres som den primære plasseringen for filer, bilder og media."; +$a->strings["Make this hub my primary location"] = "Gjør dette nettstedet til min primære plassering"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har laget %1$.0f av %2$.0f tillatte kanaler."; +$a->strings["Create a new channel"] = "Lag en ny kanal"; +$a->strings["Channel Manager"] = "Kanalstyring"; +$a->strings["Current Channel"] = "Gjeldende kanal"; +$a->strings["Attach to one of your channels by selecting it."] = "Bytt til en av dine kanaler ved å velge den."; +$a->strings["Default Channel"] = "Standardkanal"; +$a->strings["Make Default"] = "Gjør til standard"; +$a->strings["Total votes"] = "Totalt antall stemmer"; +$a->strings["Average Rating"] = "Gjennomsnittlig vurdering"; +$a->strings["Profile Match"] = "Profiltreff"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord å sammenlikne. Vennligst legg til nøkkelord til din standardprofil."; +$a->strings["is interested in:"] = "er interessert i:"; +$a->strings["No matches"] = "Ingen treff"; +$a->strings["invalid target signature"] = "Målets signatur er ugyldig"; +$a->strings["Away"] = "Borte"; +$a->strings["Online"] = "Online"; +$a->strings["Unable to lookup recipient."] = "Ikke i stand til å slå opp mottaker."; +$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til å kommunisere med forespurt kanal."; +$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet."; +$a->strings["Messages"] = "Meldinger"; +$a->strings["Message deleted."] = "Melding slettet."; +$a->strings["Message recalled."] = "Innlegg tilbakekalt."; +$a->strings["Send Private Message"] = "Send privat melding"; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Emne:"; +$a->strings["Message not found."] = "Melding ikke funnet."; +$a->strings["Delete message"] = "Slett melding"; +$a->strings["Recall message"] = "Tilbakekall innlegg"; +$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt."; +$a->strings["Private Conversation"] = "Privat samtale"; +$a->strings["Delete conversation"] = "Slett samtale"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan muligens greie å svare via senderens profilside."; +$a->strings["Send Reply"] = "Send svar"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID ble returnert."; +$a->strings["Edit Layout"] = "Endre layout"; +$a->strings["Delete layout?"] = "Slett layout?"; +$a->strings["Delete Layout"] = "Slett layout"; +$a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæring av bildet mislyktes."; +$a->strings["Image resize failed."] = "Endring av bildestørrelse mislyktes."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Hold nede Shift-knappen og last siden på nytt eller tøm nettleserens mellomlager hvis det nye bildet ikke vises umiddelbart."; +$a->strings["Image exceeds size limit of %d"] = "Bildet overstiger størrelsesbegrensningen på %d"; +$a->strings["Unable to process image."] = "Kan ikke behandle bildet."; +$a->strings["Photo not available."] = "Bildet er ikke tilgjengelig."; +$a->strings["Upload File:"] = "Last opp fil:"; +$a->strings["Select a profile:"] = "Velg en profil:"; +$a->strings["Upload Profile Photo"] = "Last opp profilbilde:"; +$a->strings["Upload"] = "Last opp"; +$a->strings["skip this step"] = "hopp over dette steget"; +$a->strings["select a photo from your photo albums"] = "velg et bilde fra dine fotoalbum"; +$a->strings["Crop Image"] = "Beskjær bildet"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Vennligst juster bildebeskjæringen for optimal visning."; +$a->strings["Done Editing"] = "Avslutt redigering"; +$a->strings["Image uploaded successfully."] = "Opplasting av bildet var vellykket."; +$a->strings["Image upload failed."] = "Opplasting av bildet mislyktes."; +$a->strings["Image size reduction [%s] failed."] = "Forminsking av bildet [%s] mislyktes."; +$a->strings["Blocked"] = "Blokkert"; +$a->strings["Ignored"] = "Ignorert"; +$a->strings["Hidden"] = "Skjult"; +$a->strings["Archived"] = "Arkivert"; +$a->strings["Unconnected"] = "Ikke tilkoblet"; +$a->strings["All"] = "Alle"; +$a->strings["Suggest new connections"] = "Foreslå nye forbindelser"; +$a->strings["Show pending (new) connections"] = "Vis ventende (nye) forbindelser"; +$a->strings["Show all connections"] = "Vis alle forbindelser"; +$a->strings["Unblocked"] = "Ikke blokkert lenger"; +$a->strings["Only show unblocked connections"] = "Vis bare forbindelser som ikke er blokkert"; +$a->strings["Only show blocked connections"] = "Vis bare forbindelser som er blokkert"; +$a->strings["Only show ignored connections"] = "Vis bare ignorerte forbindelser"; +$a->strings["Only show archived connections"] = "Vis bare arkiverte forbindelser"; +$a->strings["Only show hidden connections"] = "Vis bare skjulte forbindelser"; +$a->strings["Only show one-way connections"] = "Vis bare en-veis-forbindelser"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Endre kontakt"; +$a->strings["Search your connections"] = "Søk blant dine forbindelser"; +$a->strings["Finding: "] = "Fant:"; +$a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator."; +$a->strings["Discard"] = "Forkast"; +$a->strings["No more system notifications."] = "Ingen flere systemvarsler."; +$a->strings["System Notifications"] = "Systemvarsler"; +$a->strings["Block Name"] = "Byggeklossens navn"; +$a->strings["Unable to find your hub."] = "Ikke i stand til å finne hubben din."; +$a->strings["Post successful."] = "Innlegg vellykket."; +$a->strings["Edit Webpage"] = "Endre webside"; +$a->strings["Delete webpage?"] = "Slett webside?"; +$a->strings["Delete Webpage"] = "Slett webside"; +$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er begrenset."; +$a->strings["Poke/Prod"] = "Prikke/oppildne"; +$a->strings["poke, prod or do other things to somebody"] = "prikke, oppildne eller gjør andre ting med noen"; +$a->strings["Recipient"] = "Mottaker"; +$a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker å gjøre med mottakeren"; +$a->strings["Make this post private"] = "Gjør dette innlegget privat"; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden."; +$a->strings["Not available."] = "Ikke tilgjengelig."; +$a->strings["Community"] = "Felleskapet"; +$a->strings["No results."] = "Ingen resultater."; +$a->strings["Contact not found."] = "Kontakten ble ikke funnet."; +$a->strings["Friend suggestion sent."] = "Venneforespørsel sendt."; +$a->strings["Suggest Friends"] = "Foreslå venner"; +$a->strings["Suggest a friend for %s"] = "Foreslå en venn for %s"; +$a->strings["Edit Block"] = "Endre byggekloss"; +$a->strings["Delete block?"] = "Slett byggeklossen?"; +$a->strings["Delete Block"] = "Slett byggekloss"; +$a->strings["Status: "] = "Status:"; +$a->strings["Sexual Preference: "] = "Seksuelle preferanser:"; +$a->strings["Homepage: "] = "Hjemmeside:"; +$a->strings["Hometown: "] = "Hjemby:"; +$a->strings["About: "] = "Om:"; +$a->strings["Keywords: "] = "Nøkkelord:"; +$a->strings["Permission Denied."] = "Tillatelse avvist."; +$a->strings["File not found."] = "Filen ble ikke funnet."; +$a->strings["Edit file permissions"] = "Endre filtillatelser"; +$a->strings["Permissions"] = "Tillatelser"; +$a->strings["Include all files and sub folders"] = "Inkluder alle filer og undermapper"; +$a->strings["Return to file list"] = "Gå tilbake til filoversikten"; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopier og lim inn denne koden for å legge til filen i et innlegg"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopier og lim inn denne URL-en for å lenke til filen fra en webside"; +$a->strings["Download"] = "Last ned"; +$a->strings["Used: "] = "Brukt:"; +$a->strings["[directory]"] = "[mappe]"; +$a->strings["Limit: "] = "Grense:"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ingen forslag tilgjengelige. Hvis dette er et nytt nettsted, vennligst prøv igjen om 24 timer."; +$a->strings["Conversation removed."] = "Samtale fjernet."; +$a->strings["No messages."] = "Ingen meldinger."; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Public Sites"] = "Offentlige nettsteder"; +$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 may provide additional details."] = "Nettstedene på listen tillater offentlig registrering i Red Matrix. Alle nettsteder i matrix er forbundet så medlemskap på enhver av dem formidler medlemskap i hele matrix. Noen nettsteder kan kreve abonnement eller tilby lagdelte tjenesteavtaler. Tilbyderlenkene kan gi tilleggsopplysninger."; +$a->strings["Site URL"] = "Nettstedets URL"; +$a->strings["Access Type"] = "Tilgangstype"; +$a->strings["Registration Policy"] = "Retningslinjer for registrering"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Antallet daglige registreringer ved nettstedet er overskredet. Vær vennlig å prøve igjen imorgen."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Vennligst angi at tjenesteavtalen er akseptert. Registrering mislyktes."; +$a->strings["Passwords do not match."] = "Passordene er ikke like."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registreringen er vellykket. Vennligst sjekk e-posten din for å bekrefte opprettelsen."; +$a->strings["Your registration is pending approval by the site owner."] = "Din registrering venter på godkjenning av nettstedets eier."; +$a->strings["Your registration can not be processed."] = "Din registrering kan ikke behandles."; +$a->strings["Registration on this site/hub is by approval only."] = "Registrering på dette nettstedet/denne hubben skjer bare gjennom godkjenning."; +$a->strings["Register at another affiliated site/hub"] = "Registrer på et annet tilknyttet nettsted/hub"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Dette nettstedet har overskredet antallet tillate kontoregistreringer per dag. Vennligst prøv igjen imorgen."; +$a->strings["Terms of Service"] = "Tjenesteavtale"; +$a->strings["I accept the %s for this website"] = "Jeg godtar %s for dette nettstedet"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Jeg er over 13 år gammel og aksepterer %s for dette nettstedet."; +$a->strings["Membership on this site is by invitation only."] = "Medlemskap ved dette nettstedet skjer kun via invitasjon."; +$a->strings["Please enter your invitation code"] = "Vennligst skriv din invitasjonskode"; +$a->strings["Your email address"] = "Din e-postadresse"; +$a->strings["Choose a password"] = "Velg et passord"; +$a->strings["Please re-enter your password"] = "Vennligst skriv ditt passord en gang til"; +$a->strings["Please login."] = "Vennligst logg inn."; +$a->strings["Remove This Channel"] = "Fjern denne kanalen"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Dette vil fullstendig fjerne kanalen fra nettverket. Når det er gjort kan det ikke angres."; +$a->strings["Please enter your password for verification:"] = "Vennligst skriv ditt passord for å få bekreftelse:"; +$a->strings["Remove this channel and all its clones from the network"] = "Fjern denne kanalen og alle dens kloner fra nettverket"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Som standard vil bare forekomsten av denne kanalen lokalisert på denne hubben bli fjernet fra nettverket"; +$a->strings["Remove Channel"] = "Fjern kanal"; +$a->strings["Page owner information could not be retrieved."] = "Informasjon om sideeier kunne ikke hentes."; +$a->strings["Album not found."] = "Albumet ble ikke funnet."; +$a->strings["Delete Album"] = "Slett album"; +$a->strings["Delete Photo"] = "Slett bilde"; +$a->strings["No photos selected"] = "Ingen bilder valgt"; +$a->strings["Access to this item is restricted."] = "Tilgang til dette elementet er begrenset."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes i bildelageret."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du har brukt %1$.2f Mbytes av bildelageret."; +$a->strings["Upload Photos"] = "Last opp bilder"; +$a->strings["New album name: "] = "Nytt albumnavn:"; +$a->strings["or existing album name: "] = "eller eksisterende albumnavn:"; +$a->strings["Do not show a status post for this upload"] = "Ikke lag et statusinnlegg for denne oppdateringen"; +$a->strings["Contact Photos"] = "Kontaktbilder"; +$a->strings["Edit Album"] = "Endre album"; +$a->strings["Show Newest First"] = "Vis nyeste først"; +$a->strings["Show Oldest First"] = "Vis eldste først"; +$a->strings["View Photo"] = "Vis foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Tillatelse avvist. Tilgang til dette elementet kan være begrenset."; +$a->strings["Photo not available"] = "Bilde er utilgjengelig"; +$a->strings["Use as profile photo"] = "Bruk som profilbilde"; +$a->strings["View Full Size"] = "Vis i full størrelse"; +$a->strings["Edit photo"] = "Endre bilde"; +$a->strings["Rotate CW (right)"] = "Roter med klokka (mot høyre)"; +$a->strings["Rotate CCW (left)"] = "Roter mot klokka (venstre)"; +$a->strings["New album name"] = "Nytt albumnavn"; +$a->strings["Caption"] = "Overskrift"; +$a->strings["Add a Tag"] = "Legg til merkelapp"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Eksempel: @ola, @Kari_Nordmann, @jim@example.com, #Norge, #telttur"; +$a->strings["In This Photo:"] = "I dette bildet:"; +$a->strings["View Album"] = "Vis album"; +$a->strings["Recent Photos"] = "Nye bilder"; +$a->strings["Mood"] = "Stemning"; +$a->strings["Set your current mood and tell your friends"] = "Angi ditt nåværende humør og fortell dine venner"; +$a->strings["sent you a private message"] = "sendte deg en privat melding"; +$a->strings["added your channel"] = "la til din kanal"; +$a->strings["posted an event"] = "la ut en hendelse"; +$a->strings["Theme settings"] = "Temainnstillinger"; +$a->strings["Set scheme"] = "Angi skjema"; +$a->strings["Narrow navbar"] = "Smal navigasjonslinje"; +$a->strings["Navigation bar background colour"] = "Navigasjonslinjens bakgrunnsfarge"; +$a->strings["Navigation bar gradient top colour"] = "Navigasjonslinjens graderte toppfarge"; +$a->strings["Navigation bar gradient bottom colour"] = "Navigasjonslinjens graderte bunnfarge"; +$a->strings["Navigation active button gradient top colour"] = "Aktiv navigasjonsknapp sin graderte toppfarge"; +$a->strings["Navigation active button gradient bottom colour"] = "Aktiv navigasjonsknapp sin graderte bunnfarge"; +$a->strings["Navigation bar border colour "] = "Navigasjonslinjens kantfarge"; +$a->strings["Navigation bar icon colour "] = "Navigasjonslinjens ikonfarge"; +$a->strings["Navigation bar active icon colour "] = "Navigasjonslinjens aktive ikoners farge"; +$a->strings["link colour"] = "lenkefarge"; +$a->strings["Set font-colour for banner"] = "Angi skriftfargen for banneret"; +$a->strings["Set the background colour"] = "Angi bakgrunnsfargen"; +$a->strings["Set the background image"] = "Angi bakgrunnsbilde"; +$a->strings["Set the background colour of items"] = "Angi bakgrunnsfargen til elementer"; +$a->strings["Set the opacity of items"] = "Angi dekkevnen til elementer"; +$a->strings["Set the basic colour for item icons"] = "Angi grunnfargen for elementikoner"; +$a->strings["Set the hover colour for item icons"] = "Angi fargen til elementikoner ved berøring"; +$a->strings["Set font-size for the entire application"] = "Angi skriftstørrelsen for hele programmet"; +$a->strings["Set font-size for posts and comments"] = "Angi skriftstørrelse for innlegg og kommentarer"; +$a->strings["Set font-colour for posts and comments"] = "Angi skriftfargen for innlegg og kommentarer"; +$a->strings["Set radius of corners"] = "Angi hjørneradius"; +$a->strings["Set shadow depth of photos"] = "Angi skyggedybden til bilder"; +$a->strings["Set maximum width of conversation regions"] = "Angi største bredde for samtaleregioner"; +$a->strings["Set minimum opacity of nav bar - to hide it"] = "Angi minste dekkevne for navigasjonslinjen - for å skjule den"; +$a->strings["Set size of conversation author photo"] = "Angi størrelsen for samtalens forfatterbilde"; +$a->strings["Set size of followup author photos"] = "Angi størrelsen på forfatterbilder ved oppfølging"; +$a->strings["Sloppy photo albums"] = "Slurvete fotoalbum"; +$a->strings["Are you a clean desk or a messy desk person?"] = "Er du en person med ryddig arbeidsbord eller et rotete arbeidsbord?"; +$a->strings["Schema Default"] = "Standardskjema"; +$a->strings["Sans-Serif"] = "Sans-Serif"; +$a->strings["Monospace"] = "Monospace"; +$a->strings["Set font face"] = "Angi skrifttype"; +$a->strings["Set iconset"] = "Angi ikonsett"; +$a->strings["Set big shadow size, default 15px 15px 15px"] = "Angi stor skyggestørrelse, standard 15px 15px 15px"; +$a->strings["Set small shadow size, default 5px 5px 5px"] = "Angi liten skyggestørrelse, standard 5px 5px 5px"; +$a->strings["Set shadow colour, default #000"] = "Angi skyggefarge, standard #000"; +$a->strings["Set radius size, default 5px"] = "Angi størrelsen på radius, standard 5px"; +$a->strings["Set line-height for posts and comments"] = "Angi linjeavstand for innlegg og kommentarer"; +$a->strings["Set background image"] = "Angi bakgrunnsbilde"; +$a->strings["Set background attachment"] = "Angi bakgrunnsvedlegg"; +$a->strings["Set background colour"] = "Angi bakgrunnsbilde"; +$a->strings["Set section background image"] = "Angi seksjonens bakgrunnsbilde"; +$a->strings["Set section background colour"] = "Angi seksjonens bakgrunnsfarge"; +$a->strings["Set colour of items - use hex"] = "Angi fargen til elementer - bruk hex"; +$a->strings["Set colour of links - use hex"] = "Angi fargen til lenker - bruk hex"; +$a->strings["Set max-width for items. Default 400px"] = "Angi største bredde for elementer. Standard 400px."; +$a->strings["Set min-width for items. Default 240px"] = "Angi minste bredde for elementer. Standard 240px."; +$a->strings["Set the generic content wrapper width. Default 48%"] = "Angi bredden til den generelle innholdsinnpakningen. Standard 48%"; +$a->strings["Set colour of fonts - use hex"] = "Angi skriftfargen - bruk hex"; +$a->strings["Set background-size element"] = "Angi størrelsen på bakgrunnselementet"; +$a->strings["Item opacity"] = "Elementets dekkevne"; +$a->strings["Display post previews only"] = "Vis kun forhåndsvisning av innlegg"; +$a->strings["Display side bar on channel page"] = "Vis sidestolpe på kanalsiden"; +$a->strings["Colour of the navigation bar"] = "Fargen til navigasjonslinjen"; +$a->strings["Item float"] = "Elementflyt"; +$a->strings["Left offset of the section element"] = "Til venstre for seksjonselementet"; +$a->strings["Right offset of the section element"] = "Til høyre for seksjonselementet"; +$a->strings["Section width"] = "Seksjonsbredde"; +$a->strings["Left offset of the aside"] = "Til venstre for sidestolpen"; +$a->strings["Right offset of the aside element"] = "Til høyre for sidestolpen"; +$a->strings["None"] = "Ingen"; +$a->strings["Header image"] = "Topptekstbilde"; +$a->strings["Header image only on profile pages"] = "Topptekstbilde bare på profilsider"; +$a->strings["Update %s failed. See error logs."] = "Oppdatering %s mislyktes. Se feilloggen."; +$a->strings["Update Error at %s"] = "Oppdateringsfeil ved %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Lag en konto for å få tilgang til tjenester og programmer i Red Matrix"; +$a->strings["Password"] = "Passord"; +$a->strings["Remember me"] = "Husk meg"; +$a->strings["Forgot your password?"] = "Glemt passordet ditt?"; +$a->strings["permission denied"] = "tillatelse avvist"; +$a->strings["Got Zot?"] = "Har du Zot?"; +$a->strings["toggle mobile"] = "Skru på mobil"; From 09dde2810cc1f6c8da95013e1b995cf4068d2d46 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Mar 2014 23:45:48 -0700 Subject: [PATCH 007/186] failed experiment - revert the directory to 80 results per page until somebody implements endless scroll on the thing. 300 takes far too long to load all the images. --- mod/dirsearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/dirsearch.php b/mod/dirsearch.php index 020d08c12..801be6189 100644 --- a/mod/dirsearch.php +++ b/mod/dirsearch.php @@ -121,7 +121,7 @@ function dirsearch_content(&$a) { } - $perpage = (($_REQUEST['n']) ? $_REQUEST['n'] : 300); + $perpage = (($_REQUEST['n']) ? $_REQUEST['n'] : 80); $page = (($_REQUEST['p']) ? intval($_REQUEST['p'] - 1) : 0); $startrec = (($page+1) * $perpage) - $perpage; $limit = (($_REQUEST['limit']) ? intval($_REQUEST['limit']) : 0); From 55fe471ce889cd377a54d9b219e9c8c0bff10bfb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 15:29:26 -0700 Subject: [PATCH 008/186] version update --- include/event.php | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/event.php b/include/event.php index 08b94dafa..8e6a3fe71 100644 --- a/include/event.php +++ b/include/event.php @@ -8,7 +8,7 @@ function format_event_html($ev) { if(! ((is_array($ev)) && count($ev))) return ''; - $bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8 AM + $bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8:01 AM $o = '
' . "\r\n"; diff --git a/version.inc b/version.inc index 757756362..81c727eb1 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-10.612 +2014-03-11.613 From 25901a7bc44eb4924cd5e0f6bb646221ccfd1515 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 15:43:51 -0700 Subject: [PATCH 009/186] revert recent changes to cmtBbClose which removed the ability to insert quotes into an empty comment box --- view/theme/redbasic/js/redbasic.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 4bc94287d..7e957a4f4 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -9,10 +9,10 @@ function cmtBbOpen(comment, id) { } function cmtBbClose(comment, id) { - if($(comment).hasClass('comment-edit-text-empty')) { - $(".comment-edit-bb-" + id).hide(); - return true; - } +// if($(comment).hasClass('comment-edit-text-empty')) { +// $(".comment-edit-bb-" + id).hide(); +// return true; +// } return false; } From 7733be7b58e9ffe36db7fd36b9a482fe6a842cd8 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 15:53:06 -0700 Subject: [PATCH 010/186] norwegian strings update --- view/nb-no/messages.po | 4 ++-- view/nb-no/strings.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/view/nb-no/messages.po b/view/nb-no/messages.po index 83c280dd3..0f770ea99 100644 --- a/view/nb-no/messages.po +++ b/view/nb-no/messages.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-07 00:03-0800\n" -"PO-Revision-Date: 2014-03-08 09:20+0000\n" +"PO-Revision-Date: 2014-03-11 05:33+0000\n" "Last-Translator: Haakon Meland Eriksen \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/red-matrix/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -1371,7 +1371,7 @@ msgstr "omtrent en time" #: ../../include/js_strings.php:25 #, php-format msgid "about %d hours" -msgstr "om %d timer" +msgstr "omtrent %d timer" #: ../../include/js_strings.php:26 msgid "a day" diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 708a69a5a..74d279a3f 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -332,7 +332,7 @@ $a->strings["less than a minute"] = "mindre enn ett minutt"; $a->strings["about a minute"] = "omtrent et minutt"; $a->strings["%d minutes"] = "%d minutter"; $a->strings["about an hour"] = "omtrent en time"; -$a->strings["about %d hours"] = "om %d timer"; +$a->strings["about %d hours"] = "omtrent %d timer"; $a->strings["a day"] = "en dag"; $a->strings["%d days"] = "%d dager"; $a->strings["about a month"] = "omtrent en måned"; From c903ff7aab3f7d094d0ae0c37f9fe46887cf2363 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 17:09:02 -0700 Subject: [PATCH 011/186] get rid of fancybox for photos upload, not just photo edit --- view/js/mod_photos.js | 5 +++++ view/tpl/photos_upload.tpl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index c9d13f742..f0a0de253 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -3,6 +3,11 @@ var ispublic = aStr['everybody']; $(document).ready(function() { + $("a#photos-upload-perms-menu").colorbox({ + 'inline' : true, + 'transition' : 'elastic' + }); + $("a#settings-default-perms-menu").colorbox({ 'inline' : true, 'transition' : 'elastic' diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 102c4d872..3f1906086 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -24,7 +24,7 @@ From 5e41ef921999e1dc4d29101d4d764db967e257ee Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 17:41:56 -0700 Subject: [PATCH 012/186] protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected. --- include/expire.php | 2 +- mod/filer.php | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/include/expire.php b/include/expire.php index f1002b890..2d94d64c0 100644 --- a/include/expire.php +++ b/include/expire.php @@ -9,7 +9,7 @@ function expire_run($argv, $argc){ // physically remove anything that has been deleted for more than two months - $r = q("delete from item where item_flags & %d and changed < UTC_TIMESTAMP() - INTERVAL 60 DAY", + $r = q("delete from item where ( item_flags & %d ) and changed < UTC_TIMESTAMP() - INTERVAL 60 DAY", intval(ITEM_DELETED) ); diff --git a/mod/filer.php b/mod/filer.php index adc6245e1..3340fc999 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -19,6 +19,20 @@ function filer_content(&$a) { if($item_id && strlen($term)){ // file item store_item_tag(local_user(),$item_id,TERM_OBJ_POST,TERM_FILE,$term,''); + + // protect the entire conversation from periodic expiration + + $r = q("select parent from item where id = %d and uid = %d limit 1", + intval($item_id), + intval(local_user()) + ); + if($r) { + $x = q("update item set item_flags = ( item_flags | %d ) where id = %d and uid = %d limit 1", + intval(ITEM_RETAINED), + intval($r[0]['parent']), + intval(local_user()) + ); + } } else { $filetags = array(); From d7dcf463ed887951930a1fb5b0360406542dedd7 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 20:17:14 -0700 Subject: [PATCH 013/186] update acl internal list whenever there is a change - the submit handler seems to be unreliable or is getting into a race condition. --- view/js/acl.js | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/view/js/acl.js b/view/js/acl.js index 84b080de2..6c3d9b462 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -20,16 +20,23 @@ function ACL(backend_url, preset){ if (preset.length==0) that.showall.addClass("selected"); /*events*/ - that.showall.click(that.on_showall); - $(document).on('click','.acl-button-show',that.on_button_show); - $(document).on('click','.acl-button-hide',that.on_button_hide); - $("#acl-search").keypress(that.on_search); - $("#acl-wrapper").parents("form").submit(that.on_submit); - - /* startup! */ - that.get(0,100); + + $(document).ready(function() { + that.showall.click(that.on_showall); + $(document).on('click','.acl-button-show',that.on_button_show); + $(document).on('click','.acl-button-hide',that.on_button_hide); + $("#acl-search").keypress(that.on_search); +// $("#acl-wrapper").parents("form").submit(that.on_submit); + + /* startup! */ + that.get(0,100); + that.on_submit(); + }); + } +// no longer called on submit - call to update whenever a change occurs to the acl list. + ACL.prototype.on_submit = function(){ aclfileds = $("#acl-fields").html(""); $(that.allow_gid).each(function(i,v){ @@ -44,6 +51,8 @@ ACL.prototype.on_submit = function(){ $(that.deny_cid).each(function(i,v){ aclfileds.append(""); }); +// alert(aclfileds); + } ACL.prototype.search = function(){ @@ -72,6 +81,7 @@ ACL.prototype.on_showall = function(event){ that.deny_gid = []; that.update_view(); + that.on_submit(); return false; } @@ -86,7 +96,7 @@ ACL.prototype.on_button_show = function(event){ $(this).toggleClass("selected");*/ that.set_allow($(this).parent().attr('id')); - + that.on_submit(); return false; } ACL.prototype.on_button_hide = function(event){ @@ -99,7 +109,7 @@ ACL.prototype.on_button_hide = function(event){ $(this).toggleClass("selected");*/ that.set_deny($(this).parent().attr('id')); - + that.on_submit(); return false; } From 3f337dad2c783e62338a88887d1ef3d7754da410 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 21:45:20 -0700 Subject: [PATCH 014/186] file had wrong extension --- include/config.php | 9 --------- .../js/{mod_filestorage.php => mod_filestorage.js} | 0 view/js/mod_photos.js | 14 +++++++------- 3 files changed, 7 insertions(+), 16 deletions(-) rename view/js/{mod_filestorage.php => mod_filestorage.js} (100%) diff --git a/include/config.php b/include/config.php index 8d98d56fa..add7b5f71 100644 --- a/include/config.php +++ b/include/config.php @@ -25,14 +25,6 @@ function load_config($family) { $r = q("SELECT * FROM config WHERE cat = '%s'", dbesc($family)); - // This is often one of the earliest database calls in the life of the page. - // If the DB was successfully opened, but we can't read from it, - // we must assume catastrophic failure of the DB. Report the system down. - -// if($r === false) { -// system_unavailable(); -// } - if($r !== false) { if($r) { foreach($r as $rr) { @@ -285,7 +277,6 @@ function load_xconfig($xchan,$family = '') { $a->config[$xchan][$c][$k] = $rr['v']; } } - } diff --git a/view/js/mod_filestorage.php b/view/js/mod_filestorage.js similarity index 100% rename from view/js/mod_filestorage.php rename to view/js/mod_filestorage.js diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index f0a0de253..d9497af1e 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -4,14 +4,14 @@ var ispublic = aStr['everybody']; $(document).ready(function() { $("a#photos-upload-perms-menu").colorbox({ - 'inline' : true, - 'transition' : 'elastic' - }); + 'inline' : true, + 'transition' : 'elastic' + }); - $("a#settings-default-perms-menu").colorbox({ - 'inline' : true, - 'transition' : 'elastic' - }); + $("a#settings-default-perms-menu").colorbox({ + 'inline' : true, + 'transition' : 'elastic' + }); $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { var selstr; From 031b888e2c447048b5459e5e8f1a2afd34f695cf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 12 Mar 2014 17:13:58 +0000 Subject: [PATCH 015/186] Stick help in a template --- mod/help.php | 10 +++++++--- view/tpl/help.tpl | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 view/tpl/help.tpl diff --git a/mod/help.php b/mod/help.php index aa0ee8ae6..81ecd6ba9 100644 --- a/mod/help.php +++ b/mod/help.php @@ -76,14 +76,18 @@ function help_content(&$a) { $text = preg_replace_callback("/#include (.*?)\;/ism", 'preg_callback_help_include', $text); if($doctype === 'html') - return $text; + $content = $text; if($doctype === 'markdown') - return Markdown($text); + $content = Markdown($text); if($doctype === 'bbcode') { require_once('include/bbcode.php'); - return bbcode($text); + $content = bbcode($text); } + return replace_macros(get_markup_template("help.tpl"), array( + '$content' => $content + )); + } diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl new file mode 100644 index 000000000..e01243077 --- /dev/null +++ b/view/tpl/help.tpl @@ -0,0 +1,3 @@ +
+{{$content}} +
From b30ddfaaf907e46537fa82520d76df058938a6b5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Mar 2014 16:21:20 -0700 Subject: [PATCH 016/186] fix colors on input elements which bootstrap set to "inherit" and doesn't play nicely with dark themes. --- version.inc | 2 +- view/theme/redbasic/css/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/version.inc b/version.inc index 81c727eb1..424e69299 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-11.613 +2014-03-12.614 diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7cdc55644..d6374082d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -79,6 +79,11 @@ input[type="submit"] { text-decoration: none; } +button, input, optgroup, select, textarea { + color: #000; +} + + pre code { border: none; } From 74b8a386450e34f4a3f6f1432c2ab82fdb0e85c8 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Mar 2014 19:04:20 -0700 Subject: [PATCH 017/186] json_return_and_dir is a typo --- mod/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/post.php b/mod/post.php index 54d0d8db9..140b3f1e5 100644 --- a/mod/post.php +++ b/mod/post.php @@ -265,7 +265,7 @@ function post_init(&$a) { } else { if($test) { $ret['message'] .= 'auth failure. ' . print_r($_REQUEST,true) . print_r($j,true) . EOL; - json_return_and_dir($ret); + json_return_and_die($ret); } logger('mod_zot: magic-auth failure - not authenticated: ' . $x[0]['xchan_addr']); From 5a8be68900250267aa01923f87cf3978c50421e8 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 13 Mar 2014 02:09:45 +0000 Subject: [PATCH 018/186] json_return_and_dir isn't a thing --- mod/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/post.php b/mod/post.php index 140b3f1e5..95c984b40 100644 --- a/mod/post.php +++ b/mod/post.php @@ -281,7 +281,7 @@ function post_init(&$a) { if($test) { $ret['message'] .= 'auth failure fallthrough ' . print_r($_REQUEST,true) . print_r($j,true) . EOL; - json_return_and_dir($ret); + json_return_and_die($ret); } if(strstr($desturl,z_root() . '/rmagic')) From b32f8f0ba792bcea4d837444d986e71172097926 Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 13 Mar 2014 19:50:22 +0100 Subject: [PATCH 019/186] move region_1 to off instead of removing it and dont squelch region_2 when region_1 moves in again --- view/css/conversation.css | 1 + view/css/default.css | 3 ++- view/php/default.php | 2 +- view/theme/redbasic/css/style.css | 22 ++++++++++++++++++---- view/theme/redbasic/js/redbasic.js | 4 ++-- view/tpl/nav.tpl | 2 +- 6 files changed, 25 insertions(+), 9 deletions(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index 0100f58b5..188dbaccc 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -261,6 +261,7 @@ .wall-item-body { margin-top: 10px; + word-wrap: break-word; } .wall-item-body.divmore { diff --git a/view/css/default.css b/view/css/default.css index 271e15620..f8d00d34c 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,11 +8,13 @@ header #banner { main { display: table; + position: relative; width: 100%; height: 100%; } aside#region_1 { + width: 210px; min-width: 210px; display: table-cell; vertical-align: top; @@ -25,7 +27,6 @@ aside input[type='text'] { section { width: 100%; - min-width: 298px; display: table-cell; vertical-align: top; padding: 65px 15px 200px 7px; diff --git a/view/php/default.php b/view/php/default.php index 87b92161b..01cd8a0d4 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -9,7 +9,7 @@
- +
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7cdc55644..d30aedd25 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -244,7 +244,7 @@ header #banner #logo-text { height: 28px; border-bottom: 1px solid #aaaaaa; padding:0px; - width: 90%; + width: 100%; } .tabs li { margin: 0px; list-style: none; } @@ -262,8 +262,7 @@ ul.tabs { margin-top: 0px; margin-bottom: 0px; list-style-type: none; - padding: 0px; - padding-right: 8px; + } /* footer */ @@ -2309,9 +2308,24 @@ blockquote { padding: 7px 10px; } -@media (max-width:767px) { +@media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); border-right: 1px solid $nav_bd; } + + main { + -webkit-transition: all 0.25s ease-out; + -moz-transition: all 0.25s ease-out; + transition: all 0.25s ease-out; + } + + main { + left: -227px; + width: calc( 100% + 227px ); + } + + main.region_1-on { + left: 0px; + } } diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 7e957a4f4..bec7c55c8 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -22,9 +22,9 @@ function cmtBbClose(comment, id) { $(document).ready(function() { -$('[data-toggle=show_hide]').click(function() { +$('[data-toggle=offcanvas]').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); - $('#region_1').toggleClass('hidden-xs'); + $('main').toggleClass('region_1-on'); }); $('.group-edit-icon').hover( diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index a4baaf48b..fbdf28f76 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,7 +5,7 @@ - {{if $userinfo}} From a8ea9197654415cbe156fb5552f9d668a0b86eba Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 13 Mar 2014 15:36:35 -0700 Subject: [PATCH 020/186] remove allowed friend domains and allowed email domains from admin settings - as they are not implemented --- version.inc | 2 +- view/tpl/admin_site.tpl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/version.inc b/version.inc index 424e69299..0a170250a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-12.614 +2014-03-13.615 diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 9b90fb4b0..3e3b826f0 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -64,8 +64,6 @@ {{include file="field_input.tpl" field=$maximagesize}}

{{$corporate}}

- {{include file="field_input.tpl" field=$allowed_sites}} - {{include file="field_input.tpl" field=$allowed_email}} {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} From 3cb179aff19d803b91261e410c50b36e4bae1246 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 13 Mar 2014 17:13:36 -0700 Subject: [PATCH 021/186] contact_block() not being shown to unauthenticated visitors - even if perms allow. Also separate the permissions logic for this function so that we can have a mini-profile widget and a separate contact_block widget instead of always lumping them together. We probably also should move contact_block() outside of include/text.php as it doesn't really belong there. Just not sure where it belongs - perhaps contact_widgets wouold be a good place. --- include/identity.php | 5 +---- include/text.php | 6 ++++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/identity.php b/include/identity.php index ed6920e67..efc0d7d87 100644 --- a/include/identity.php +++ b/include/identity.php @@ -711,10 +711,7 @@ logger('online: ' . $profile['online']); ? trim(substr($profile['name'],0,strpos($profile['name'],' '))) : $profile['name']); $lastname = (($firstname === $profile['name']) ? '' : trim(substr($profile['name'],strlen($firstname)))); - if(is_array($observer) - && perm_is_allowed($profile['uid'],$observer['xchan_hash'],'view_contacts')) { - $contact_block = contact_block(); - } + $contact_block = contact_block(); $channel_menu = false; $menu = get_pconfig($profile['uid'],'system','channel_menu'); diff --git a/include/text.php b/include/text.php index 839e63f5e..53b92c05f 100755 --- a/include/text.php +++ b/include/text.php @@ -656,6 +656,12 @@ function contact_block() { $o = ''; $a = get_app(); + if(! $a->profile['uid']) + return; + + if(! perm_is_allowed($a->profile['uid'],get_observer_hash(),'view_contacts')) + return; + $shown = get_pconfig($a->profile['uid'],'system','display_friend_count'); if($shown === false) From f0736fc955e69d4650f95dc937f26be222967199 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 15 Mar 2014 21:52:20 +0100 Subject: [PATCH 022/186] API: statusnet_html:trim was trimming too much --- include/api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/api.php b/include/api.php index 47c78113a..f39039332 100644 --- a/include/api.php +++ b/include/api.php @@ -1552,7 +1552,8 @@ require_once('include/items.php'); 'geo' => '', 'favorited' => (($item['item_flags'] & ITEM_STARRED) ? true : false), 'user' => $status_user , - 'statusnet_html' => trim(prepare_text($item['body']),$item['mimetype']), + //'statusnet_html' => trim(prepare_text($item['body']),$item['mimetype']), + 'statusnet_html' => trim(prepare_text($item['body'])), 'statusnet_conversation_id' => $item['parent'], ); From 074d2839c00aeb1400021e2cdbe432e87e0397b9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 14:56:04 -0700 Subject: [PATCH 023/186] doc update --- doc/html/Contact_8php.html | 6 +- doc/html/apw_2php_2style_8php.html | 12 +- doc/html/auth_8php.html | 8 +- doc/html/bbcode_8php.html | 6 +- doc/html/boot_8php.html | 41 +- doc/html/boot_8php.js | 2 + doc/html/cloud_8php.html | 6 +- doc/html/dba__driver_8php.html | 4 +- .../dir_8543001e5d25368a6edede3e63efb554.html | 2 + .../dir_8543001e5d25368a6edede3e63efb554.js | 1 + .../dir_887fdc94312ba7b057b6bfe7fdd27ea5.html | 116 ++++ .../dir_887fdc94312ba7b057b6bfe7fdd27ea5.js | 6 + .../dir_8e58ba5e98ac07e59ee15ca7486c9950.html | 112 +++ .../dir_8e58ba5e98ac07e59ee15ca7486c9950.js | 4 + .../dir_b2f003339c516cc00c8cadcafbe82f13.html | 2 - .../dir_b2f003339c516cc00c8cadcafbe82f13.js | 1 - doc/html/dirsearch_8php.html | 56 ++ doc/html/dirsearch_8php.js | 2 + doc/html/docblox__errorchecker_8php.html | 2 +- doc/html/extract_8php.html | 2 +- doc/html/files.html | 111 +-- doc/html/fpostit_8php.html | 8 +- doc/html/globals_0x61.html | 3 + doc/html/globals_0x64.html | 6 + doc/html/globals_0x69.html | 5 +- doc/html/globals_0x6d.html | 3 + doc/html/globals_func_0x64.html | 6 + doc/html/globals_func_0x69.html | 3 + doc/html/globals_func_0x6d.html | 3 + doc/html/globals_vars_0x61.html | 3 + doc/html/globals_vars_0x69.html | 1 + doc/html/help_8php.html | 4 +- doc/html/identity_8php.html | 4 +- doc/html/mytheme_2php_2style_8php.html | 112 +++ doc/html/mytheme_2php_2theme_8php.html | 144 ++++ doc/html/mytheme_2php_2theme_8php.js | 4 + doc/html/navtree.js | 16 +- doc/html/navtreeindex0.js | 276 ++++---- doc/html/navtreeindex1.js | 292 ++++---- doc/html/navtreeindex2.js | 6 +- doc/html/navtreeindex3.js | 56 +- doc/html/navtreeindex4.js | 28 +- doc/html/navtreeindex5.js | 28 +- doc/html/navtreeindex6.js | 68 +- doc/html/navtreeindex7.js | 44 +- doc/html/navtreeindex8.js | 51 +- doc/html/parse__url_8php.html | 4 +- doc/html/permissions_8php.html | 2 +- doc/html/php2po_8php.html | 4 +- doc/html/redbasic_2php_2style_8php.html | 4 +- doc/html/search/all_61.js | 1 + doc/html/search/all_64.js | 3 + doc/html/search/all_69.js | 3 +- doc/html/search/all_6d.js | 4 +- doc/html/search/all_73.js | 3 +- doc/html/search/all_74.js | 1 + doc/html/search/files_64.js | 5 +- doc/html/search/files_6d.js | 1 - doc/html/search/files_73.js | 1 + doc/html/search/files_74.js | 1 + doc/html/search/functions_64.js | 2 + doc/html/search/functions_69.js | 1 + doc/html/search/functions_6d.js | 3 +- doc/html/search/variables_61.js | 1 + doc/html/search/variables_69.js | 2 +- doc/html/security_8php.html | 4 +- doc/html/text_8php.html | 8 +- .../theme_2blogga_2php_2default_8php.html | 4 +- ...ogga_2view_2theme_2blog_2default_8php.html | 6 +- .../theme_2mytheme_2php_2default_8php.html | 133 ++++ doc/html/theme_2mytheme_2php_2default_8php.js | 4 + doc/html/tpldebug_8php.html | 4 +- doc/html/typo_8php.html | 2 +- util/messages.po | 648 +++++++++--------- version.inc | 2 +- 75 files changed, 1668 insertions(+), 869 deletions(-) create mode 100644 doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html create mode 100644 doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js create mode 100644 doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html create mode 100644 doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js create mode 100644 doc/html/mytheme_2php_2style_8php.html create mode 100644 doc/html/mytheme_2php_2theme_8php.html create mode 100644 doc/html/mytheme_2php_2theme_8php.js create mode 100644 doc/html/theme_2mytheme_2php_2default_8php.html create mode 100644 doc/html/theme_2mytheme_2php_2default_8php.js diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index d99d9e4f5..f50152266 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -140,8 +140,8 @@ Functions    terminate_friendship ($user, $self, $contact)   -if(!function_exists('mark_for_death'))
-if(!function_exists('unmark_for_death')) random_profile () +if(!function_exists('mark_for_death'))
+if(!function_exists('unmark_for_death')) random_profile ()  

Function Documentation

@@ -358,7 +358,7 @@ Functions
- + diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 586c2b9f0..68530d444 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -122,13 +122,13 @@ Variables - - + @@ -205,7 +205,7 @@ Variables
if (!function_exists('mark_for_death')) if (!function_exists('unmark_for_death')) random_profile if (!function_exists('mark_for_death')) if (!function_exists('unmark_for_death')) random_profile ( )
 
 $fext = $x[1]
 
if(file_exists('view/theme/apw/font/'.$fname.
-'i.'.$fext)) if(file_exists('view/theme/apw/font/'.$fname.
+
if(file_exists('view/theme/apw/font/'.$fname.
+'i.'.$fext)) if(file_exists('view/theme/apw/font/'.$fname.
'b.'.$fext)) 
$strongmacro = ''
 
 $obliquemacro = ''
 
if($nav$sectiontop = "28px"
if($nav$sectiontop = "28px"
 
 $iconsize = "16px"
 
- +
if ($nav) $sectiontop = "28px"if ($nav) $sectiontop = "28px"
@@ -229,7 +229,7 @@ Variables
- +
if (file_exists('view/theme/apw/font/'.$fname. 'i.'.$fext)) if (file_exists('view/theme/apw/font/'.$fname. 'b.'.$fext)) $strongmacro = ''if (file_exists('view/theme/apw/font/'.$fname. 'i.'.$fext)) if (file_exists('view/theme/apw/font/'.$fname. 'b.'.$fext)) $strongmacro = ''
@@ -260,7 +260,7 @@ Variables
-

Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

+

Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index ef3142e60..eefab2c61 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -117,13 +117,13 @@ Functions    account_verify_password ($email, $pass)   -if((x($_POST,'auth-params'))&&$_POST['auth-params']===
+if((x($_POST,'auth-params'))&&$_POST['auth-params']===
'login') match_openid ($authid)   -

Variables

if((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!==
+
if((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!==
'login'))) 
else
 
@@ -164,7 +164,7 @@ Variables
- + @@ -200,7 +200,7 @@ Variables
if ((x($_POST,'auth-params'))&&$_POST['auth-params']=== 'login') match_openid if ((x($_POST,'auth-params'))&&$_POST['auth-params']=== 'login') match_openid (   $authid)
- +
if ((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!== 'login'))) elseif ((isset($_SESSION))&&(x($_SESSION,'authenticated'))&&((!(x($_POST,'auth-params')))||($_POST['auth-params']!== 'login'))) else
diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index ad9c8d928..ce7b86ee9 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -122,8 +122,8 @@ Functions    bb_unspacefy_and_trim ($st)   -if(!function_exists('bb_extract_images'))
-if(!function_exists('bb_replace_images')) bb_parse_crypt ($match) +if(!function_exists('bb_extract_images'))
+if(!function_exists('bb_replace_images')) bb_parse_crypt ($match)    bb_qr ($match)   @@ -164,7 +164,7 @@ Functions
- + diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index e9d8f6d7b..e7b7d3f51 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -169,6 +169,8 @@ Functions + + @@ -624,6 +626,8 @@ Variables + + @@ -968,7 +972,7 @@ Variables
if (!function_exists('bb_extract_images')) if (!function_exists('bb_replace_images')) bb_parse_crypt if (!function_exists('bb_extract_images')) if (!function_exists('bb_replace_images')) bb_parse_crypt (   $match)
 
 is_site_admin ()
 
 is_developer ()
 
 load_contact_links ($uid)
 
 build_querystring ($params, $name=null)
 
const ACCOUNT_ROLE_SYSTEM 0x0002
 
const ACCOUNT_ROLE_DEVELOPER 0x0004
 
const ACCOUNT_ROLE_ADMIN 0x1000
 
const ITEM_VISIBLE 0x0000
-

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), editpost_content(), event_store(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

+

Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), editpost_content(), event_store(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

@@ -1030,7 +1034,7 @@ Variables
-

Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), block_content(), bookmarks_content(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), importelm_post(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_bookmarkedchats(), widget_item(), widget_photo_albums(), widget_suggestedchats(), widget_suggestions(), and z_readdir().

+

Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), block_content(), bookmarks_content(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), contact_block(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), importelm_post(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_bookmarkedchats(), widget_item(), widget_photo_albums(), widget_suggestedchats(), widget_suggestions(), and z_readdir().

@@ -1118,6 +1122,21 @@ Variables

Referenced by admin_content(), admin_post(), photos_post(), and viewsrc_content().

+
+
+ +
+
+ + + + + + + +
is_developer ()
+
+
@@ -1644,6 +1663,20 @@ Variables

Referenced by item_post(), mimetype_select(), and z_input_filter().

+
+
+ +
+
+ + + + +
const ACCOUNT_ROLE_DEVELOPER 0x0004
+
+ +

Referenced by is_developer().

+
@@ -2629,7 +2662,7 @@ Variables
-

Referenced by item_expire(), and retain_item().

+

Referenced by filer_content(), item_expire(), and retain_item().

@@ -2850,7 +2883,7 @@ Variables
-

Referenced by RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), directory_content(), dirprofile_init(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), import_xchan(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

+

Referenced by RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), dir_parse_query(), directory_content(), dirprofile_init(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), import_xchan(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 3a5a42c63..460d33c32 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -24,6 +24,7 @@ var boot_8php = [ "head_set_icon", "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84", null ], [ "info", "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498", null ], [ "is_ajax", "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c", null ], + [ "is_developer", "boot_8php.html#a6252d8eca67c689d9035ec6da544cf46", null ], [ "is_site_admin", "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e", null ], [ "is_windows", "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08", null ], [ "killme", "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c", null ], @@ -56,6 +57,7 @@ var boot_8php = [ "ACCOUNT_REMOVED", "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78", null ], [ "ACCOUNT_ROLE_ADMIN", "boot_8php.html#ac8400313df2c831653f9036f71ebd86d", null ], [ "ACCOUNT_ROLE_ALLOWCODE", "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688", null ], + [ "ACCOUNT_ROLE_DEVELOPER", "boot_8php.html#a4f507a5996dbb3da148add0339a40d5a", null ], [ "ACCOUNT_ROLE_SYSTEM", "boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b", null ], [ "ACCOUNT_UNVERIFIED", "boot_8php.html#af3a4271630aabd8be592213f925d6a36", null ], [ "ACTIVITY_DISLIKE", "boot_8php.html#a0e57f846e6d47a308feced0f7274f178", null ], diff --git a/doc/html/cloud_8php.html b/doc/html/cloud_8php.html index 4da7b06e5..22b4f35b9 100644 --- a/doc/html/cloud_8php.html +++ b/doc/html/cloud_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('cloud_8php.html','');}); - +

Functions

if(x($_SERVER,'REDIRECT_REMOTE_USER'))
-if(x($_SERVER,'HTTP_AUTHORIZATION')) 
cloud_init (&$a)
if(x($_SERVER,'REDIRECT_REMOTE_USER'))
+if(x($_SERVER,'HTTP_AUTHORIZATION')) 
cloud_init (&$a)
 

Function Documentation

@@ -122,7 +122,7 @@ Functions
- + diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 3f36ec014..3983e372c 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
if (x($_SERVER,'REDIRECT_REMOTE_USER')) if (x($_SERVER,'HTTP_AUTHORIZATION')) cloud_init if (x($_SERVER,'REDIRECT_REMOTE_USER')) if (x($_SERVER,'HTTP_AUTHORIZATION')) cloud_init ( $a)
-

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

@@ -318,7 +318,7 @@ Functions

This will happen occasionally trying to store the session data after abnormal program termination

-

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

+

Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html index c0ee68826..5c15c9f91 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html @@ -108,6 +108,8 @@ Directories   directory  blogga   +directory  mytheme +  directory  redbasic   diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js index 29cbaeeef..25e3e7cc0 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js @@ -2,5 +2,6 @@ var dir_8543001e5d25368a6edede3e63efb554 = [ [ "apw", "dir_d520c5cf583201d9437764f209363c22.html", "dir_d520c5cf583201d9437764f209363c22" ], [ "blogga", "dir_922c77e958c99a98db92d38a3a349bf2.html", "dir_922c77e958c99a98db92d38a3a349bf2" ], + [ "mytheme", "dir_8e58ba5e98ac07e59ee15ca7486c9950.html", "dir_8e58ba5e98ac07e59ee15ca7486c9950" ], [ "redbasic", "dir_55dbaf9b7b53c4fc605c9011743a7353.html", "dir_55dbaf9b7b53c4fc605c9011743a7353" ] ]; \ No newline at end of file diff --git a/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html new file mode 100644 index 000000000..db109cbf9 --- /dev/null +++ b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html @@ -0,0 +1,116 @@ + + + + + + +The Red Matrix: view/theme/mytheme/php Directory Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
php Directory Reference
+
+
+ + + + + + + + +

+Files

file  default.php
 
file  style.php
 
file  theme.php
 
+
+
+ diff --git a/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js new file mode 100644 index 000000000..8e8b17a1a --- /dev/null +++ b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js @@ -0,0 +1,6 @@ +var dir_887fdc94312ba7b057b6bfe7fdd27ea5 = +[ + [ "default.php", "theme_2mytheme_2php_2default_8php.html", "theme_2mytheme_2php_2default_8php" ], + [ "style.php", "mytheme_2php_2style_8php.html", null ], + [ "theme.php", "mytheme_2php_2theme_8php.html", "mytheme_2php_2theme_8php" ] +]; \ No newline at end of file diff --git a/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html new file mode 100644 index 000000000..0951ac5a3 --- /dev/null +++ b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/theme/mytheme Directory Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Matrix +
+
+
+ + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+
+
mytheme Directory Reference
+
+
+ + + + +

+Directories

directory  php
 
+
+
+ diff --git a/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js new file mode 100644 index 000000000..0e4436f16 --- /dev/null +++ b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js @@ -0,0 +1,4 @@ +var dir_8e58ba5e98ac07e59ee15ca7486c9950 = +[ + [ "php", "dir_887fdc94312ba7b057b6bfe7fdd27ea5.html", "dir_887fdc94312ba7b057b6bfe7fdd27ea5" ] +]; \ No newline at end of file diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html index c4fb93560..4aa042ef0 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html @@ -104,8 +104,6 @@ $(document).ready(function(){initNavTree('dir_b2f003339c516cc00c8cadcafbe82f13.h - - diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js index 9ce51a6ef..991623ea4 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js @@ -1,6 +1,5 @@ var dir_b2f003339c516cc00c8cadcafbe82f13 = [ - [ "js", "dir_24b9ffacd044b9b20a6b863179c605d1.html", "dir_24b9ffacd044b9b20a6b863179c605d1" ], [ "php", "dir_817f6d302394b98e59575acdb59998bc.html", "dir_817f6d302394b98e59575acdb59998bc" ], [ "theme", "dir_8543001e5d25368a6edede3e63efb554.html", "dir_8543001e5d25368a6edede3e63efb554" ] ]; \ No newline at end of file diff --git a/doc/html/dirsearch_8php.html b/doc/html/dirsearch_8php.html index 806a32354..8727aa805 100644 --- a/doc/html/dirsearch_8php.html +++ b/doc/html/dirsearch_8php.html @@ -116,10 +116,66 @@ Functions + + + +

Directories

directory  js
 
directory  php
 
directory  theme
 
 dirsearch_content (&$a)
 
 dir_query_build ($joiner, $field, $s)
 
 dir_parse_query ($s)
 
 list_public_sites ()
 

Function Documentation

+ +
+
+ + + + + + + + +
dir_parse_query ( $s)
+
+ +

Referenced by dirsearch_content().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
dir_query_build ( $joiner,
 $field,
 $s 
)
+
+ +

Referenced by dirsearch_content().

+ +
+
diff --git a/doc/html/dirsearch_8php.js b/doc/html/dirsearch_8php.js index 45753b123..325a941b9 100644 --- a/doc/html/dirsearch_8php.js +++ b/doc/html/dirsearch_8php.js @@ -1,5 +1,7 @@ var dirsearch_8php = [ + [ "dir_parse_query", "dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305", null ], + [ "dir_query_build", "dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2", null ], [ "dirsearch_content", "dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c", null ], [ "dirsearch_init", "dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752", null ], [ "list_public_sites", "dirsearch_8php.html#a985d410a170549429857af6ff2673149", null ] diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index b5f614367..2f4724c34 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -134,7 +134,7 @@ Variables    $filelist =array()   -while($dh=opendir($dir)) if(runs($filelist)) $res =$filelist +while($dh=opendir($dir)) if(runs($filelist)) $res =$filelist    $i =0   diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 72dc2e588..b03651197 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -160,7 +160,7 @@ Variables
-

Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), construct_page(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

+

Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), construct_page(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), dir_parse_query(), dir_query_build(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

diff --git a/doc/html/files.html b/doc/html/files.html index ab55b9b3f..6a638826d 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -345,60 +345,63 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*typohelper.php |\*updatetpl.py o+view -|o+js -||\*mod_filestorage.php -|o+php -||o*choklet.php -||o*default.php -||o*full.php -||o*minimal.php -||o*mod_import.php -||o*none.php -||\*theme_init.php -|\+theme -| o+apw -| |o+css -| ||\*mod_chanview.php -| |o+php -| ||o*config.php -| ||o*functions.php -| ||o*style.php -| ||o*theme.php -| ||\*theme_init.php -| |\+schema -| | o*darkness.php -| | o*darknessleftaside.php -| | o*darknessrightaside.php -| | o*greenthumbnails.php -| | o*minimalisticdarkness.php -| | o*olddefault.php -| | o*passion.php -| | o*passionwide.php -| | o*pine.php -| | o*redbasic.php -| | \*widedarkness.php -| o+blogga -| |o+php -| ||o*config.php -| ||o*default.php -| ||o*theme.php -| ||\*theme_init.php -| |\+view -| | \+theme -| |  \+blog -| |   o*config.php -| |   o*default.php -| |   \*theme.php -| \+redbasic -|  o+php -|  |o*config.php -|  |o*style.php -|  |o*theme.php -|  |\*theme_init.php -|  \+schema -|   o*BS-Default.php -|   o*dark.php -|   \*notred.php +|o+php +||o*choklet.php +||o*default.php +||o*full.php +||o*minimal.php +||o*mod_import.php +||o*none.php +||\*theme_init.php +|\+theme +| o+apw +| |o+css +| ||\*mod_chanview.php +| |o+php +| ||o*config.php +| ||o*functions.php +| ||o*style.php +| ||o*theme.php +| ||\*theme_init.php +| |\+schema +| | o*darkness.php +| | o*darknessleftaside.php +| | o*darknessrightaside.php +| | o*greenthumbnails.php +| | o*minimalisticdarkness.php +| | o*olddefault.php +| | o*passion.php +| | o*passionwide.php +| | o*pine.php +| | o*redbasic.php +| | \*widedarkness.php +| o+blogga +| |o+php +| ||o*config.php +| ||o*default.php +| ||o*theme.php +| ||\*theme_init.php +| |\+view +| | \+theme +| |  \+blog +| |   o*config.php +| |   o*default.php +| |   \*theme.php +| o+mytheme +| |\+php +| | o*default.php +| | o*style.php +| | \*theme.php +| \+redbasic +|  o+php +|  |o*config.php +|  |o*style.php +|  |o*theme.php +|  |\*theme_init.php +|  \+schema +|   o*BS-Default.php +|   o*dark.php +|   \*notred.php \*boot.php diff --git a/doc/html/fpostit_8php.html b/doc/html/fpostit_8php.html index d2f360ad4..d5320a73f 100644 --- a/doc/html/fpostit_8php.html +++ b/doc/html/fpostit_8php.html @@ -118,11 +118,11 @@ Functions - +if(isset($_GET['text'])) if(isset($_GET['url']))
+if((isset($title))&&(isset($text))&&(isset($url))) 

Variables

if(($_POST["friendika_acct_name"]!=
+
if(($_POST["friendika_acct_name"]!=
'')&&($_POST["friendika_password"]!=
'')) if(isset($_GET['title']))
-if(isset($_GET['text'])) if(isset($_GET['url']))
-if((isset($title))&&(isset($text))&&(isset($url))) 
else
else
 

Function Documentation

@@ -158,7 +158,7 @@ Variables
- +
if (isset($_POST['submit'])) elseif (isset($_POST['submit'])) else
diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index 8ce3530a2..33854217e 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -216,6 +216,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');});
  • ACCOUNT_ROLE_ALLOWCODE : boot.php
  • +
  • ACCOUNT_ROLE_DEVELOPER +: boot.php +
  • ACCOUNT_ROLE_SYSTEM : boot.php
  • diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index 7b0080904..8efd419db 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -225,6 +225,12 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
  • diaspora_ul() : bb2diaspora.php
  • +
  • dir_parse_query() +: dirsearch.php +
  • +
  • dir_query_build() +: dirsearch.php +
  • dir_safe_mode() : dir_fns.php
  • diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 23e608658..4a2bdf9ff 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -155,7 +155,7 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • if : php2po.php -, default.php +, default.php , full.php , style.php
  • @@ -219,6 +219,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • is_ajax() : boot.php
  • +
  • is_developer() +: boot.php +
  • is_foreigner() : identity.php
  • diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index c29a58934..3b76c6bc0 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -291,6 +291,9 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');});
  • msearch_post() : msearch.php
  • +
  • mytheme_init() +: theme.php +
  • diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html index 820a3b82f..8bd0db931 100644 --- a/doc/html/globals_func_0x64.html +++ b/doc/html/globals_func_0x64.html @@ -218,6 +218,12 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
  • diaspora_ul() : bb2diaspora.php
  • +
  • dir_parse_query() +: dirsearch.php +
  • +
  • dir_query_build() +: dirsearch.php +
  • dir_safe_mode() : dir_fns.php
  • diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index 15137ad75..6ad5f7ac7 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -212,6 +212,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');});
  • is_ajax() : boot.php
  • +
  • is_developer() +: boot.php +
  • is_foreigner() : identity.php
  • diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index 50ebb053c..18c1be85d 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -251,6 +251,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');});
  • msearch_post() : msearch.php
  • +
  • mytheme_init() +: theme.php +
  • diff --git a/doc/html/globals_vars_0x61.html b/doc/html/globals_vars_0x61.html index c3315e2f1..10412e050 100644 --- a/doc/html/globals_vars_0x61.html +++ b/doc/html/globals_vars_0x61.html @@ -196,6 +196,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x61.html','');});
  • ACCOUNT_ROLE_ALLOWCODE : boot.php
  • +
  • ACCOUNT_ROLE_DEVELOPER +: boot.php +
  • ACCOUNT_ROLE_SYSTEM : boot.php
  • diff --git a/doc/html/globals_vars_0x69.html b/doc/html/globals_vars_0x69.html index 262905c14..551749c91 100644 --- a/doc/html/globals_vars_0x69.html +++ b/doc/html/globals_vars_0x69.html @@ -143,6 +143,7 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');}); : php2po.php , default.php , style.php +, default.php , full.php
  • ITEM_BLOCKED diff --git a/doc/html/help_8php.html b/doc/html/help_8php.html index f3fe519cd..dc3a3b1da 100644 --- a/doc/html/help_8php.html +++ b/doc/html/help_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('help_8php.html','');}); - + @@ -123,7 +123,7 @@ Functions

    Functions

    if(!function_exists('load_doc_file')) help_content (&$a)
    if(!function_exists('load_doc_file')) help_content (&$a)
     
     preg_callback_help_include ($matches)
     
    - + diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index f6ac35171..21f0c8136 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -241,6 +241,8 @@ Functions

    create_sys_channel() Create a system channel - which has no account attached

    +

    Referenced by check_config(), and what_next().

    +
    @@ -382,7 +384,7 @@ Functions
    if (!function_exists('load_doc_file')) help_content if (!function_exists('load_doc_file')) help_content ( $a)
    diff --git a/doc/html/mytheme_2php_2style_8php.html b/doc/html/mytheme_2php_2style_8php.html new file mode 100644 index 000000000..84c8eadcf --- /dev/null +++ b/doc/html/mytheme_2php_2style_8php.html @@ -0,0 +1,112 @@ + + + + + + +The Red Matrix: view/theme/mytheme/php/style.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    +
    +
    style.php File Reference
    +
    +
    +
    +
    + diff --git a/doc/html/mytheme_2php_2theme_8php.html b/doc/html/mytheme_2php_2theme_8php.html new file mode 100644 index 000000000..8988f4f05 --- /dev/null +++ b/doc/html/mytheme_2php_2theme_8php.html @@ -0,0 +1,144 @@ + + + + + + +The Red Matrix: view/theme/mytheme/php/theme.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    theme.php File Reference
    +
    +
    + + + + +

    +Functions

     mytheme_init (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    mytheme_init ($a)
    +
    +
      +
    • Name: Mytheme
    • +
    • Description: Sample Derived theme
    • +
    • Version: 1.0
    • +
    • Author: Your Name
    • +
    • Compat: Red [*]
    • +
    + +
    +
    +
    +
    + diff --git a/doc/html/mytheme_2php_2theme_8php.js b/doc/html/mytheme_2php_2theme_8php.js new file mode 100644 index 000000000..6818df4fe --- /dev/null +++ b/doc/html/mytheme_2php_2theme_8php.js @@ -0,0 +1,4 @@ +var mytheme_2php_2theme_8php = +[ + [ "mytheme_init", "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8", null ] +]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index f3d993eda..fbedc65ce 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,14 +36,14 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8", -"classApp.html#adb5a4bb657881e553978ff390babd01f", -"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468", -"friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09", -"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a", -"mod_2group_8php.html", -"rmagic_8php.html", -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246" +"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab", +"classApp.html#ad5175536561021548ae8188e24c7b80c", +"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80", +"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c", +"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36", +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf", +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271", +"typohelper_8php.html#a7542d95618011800c61773127fa625cf" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index b2f9c7ec3..f6287cb10 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,6 +1,6 @@ var NAVTREEINDEX0 = { -"BS-Default_8php.html":[5,0,3,2,2,1,0], +"BS-Default_8php.html":[5,0,3,1,3,1,0], "BaseObject_8php.html":[5,0,0,8], "Contact_8php.html":[5,0,0,19], "Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,19,2], @@ -69,20 +69,20 @@ var NAVTREEINDEX0 = "annotated.html":[4,0], "apps_8php.html":[5,0,1,5], "apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c":[5,0,1,5,0], -"apw_2php_2style_8php.html":[5,0,3,2,0,1,2], -"apw_2php_2style_8php.html#a07adb491994deb72a00a975b431d3e30":[5,0,3,2,0,1,2,2], -"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,2,0,1,2,8], -"apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872":[5,0,3,2,0,1,2,3], -"apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0":[5,0,3,2,0,1,2,4], -"apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d":[5,0,3,2,0,1,2,10], -"apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9":[5,0,3,2,0,1,2,0], -"apw_2php_2style_8php.html#aa58104ba36588bbf082cecbb3910e2ea":[5,0,3,2,0,1,2,7], -"apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc":[5,0,3,2,0,1,2,1], -"apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a":[5,0,3,2,0,1,2,5], -"apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425":[5,0,3,2,0,1,2,6], -"apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[5,0,3,2,0,1,2,9], -"apw_2php_2theme_8php.html":[5,0,3,2,0,1,3], -"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,2,0,1,3,0], +"apw_2php_2style_8php.html":[5,0,3,1,0,1,2], +"apw_2php_2style_8php.html#a07adb491994deb72a00a975b431d3e30":[5,0,3,1,0,1,2,2], +"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,1,0,1,2,8], +"apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872":[5,0,3,1,0,1,2,3], +"apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0":[5,0,3,1,0,1,2,4], +"apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d":[5,0,3,1,0,1,2,10], +"apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9":[5,0,3,1,0,1,2,0], +"apw_2php_2style_8php.html#aa58104ba36588bbf082cecbb3910e2ea":[5,0,3,1,0,1,2,7], +"apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc":[5,0,3,1,0,1,2,1], +"apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a":[5,0,3,1,0,1,2,5], +"apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425":[5,0,3,1,0,1,2,6], +"apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[5,0,3,1,0,1,2,9], +"apw_2php_2theme_8php.html":[5,0,3,1,0,1,3], +"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,1,0,1,3,0], "auth_8php.html":[5,0,0,7], "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[5,0,0,7,0], "auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[5,0,0,7,3], @@ -118,136 +118,136 @@ var NAVTREEINDEX0 = "block_8php.html#a9b61c96044ed2a068f18c10370a78d5c":[5,0,1,7,1], "blocks_8php.html":[5,0,1,8], "blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[5,0,1,8,0], -"blogga_2php_2theme_8php.html":[5,0,3,2,1,0,2], -"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,2,1,1,0,0,2], -"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,2,1,1,0,0,2,3], -"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,2,1,1,0,0,2,2], -"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,1,0,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,2,1,1,0,0,2,1], -"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,2,1,1,0,0,2,4], +"blogga_2php_2theme_8php.html":[5,0,3,1,1,0,2], +"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,1,1,1,0,0,2], +"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,1,1,1,0,0,2,3], +"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,1,1,1,0,0,2,2], +"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,1,0,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,1,1,1,0,0,2,1], +"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,1,1,1,0,0,2,4], "boot_8php.html":[5,0,4], -"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,133], -"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,35], -"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,147], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,247], -"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,52], -"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,166], -"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,43], -"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,101], +"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,135], +"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,36], +"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,149], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,249], +"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,53], +"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,168], +"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,44], +"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,103], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[5,0,4,1], -"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,205], -"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,66], -"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,170], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,265], -"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,261], -"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,264], +"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,207], +"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,68], +"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,172], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,267], +"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,263], +"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,266], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,21], -"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,58], +"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,60], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], -"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,76], -"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,251], -"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,128], -"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,80], -"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,77], -"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,196], -"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,61], -"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,146], -"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,142], -"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,169], -"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,136], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,273], -"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,241], -"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,275], -"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,173], -"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,75], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,220], -"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,103], -"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,153], -"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,189], -"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,243], -"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,38], +"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,78], +"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,253], +"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,130], +"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,82], +"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,79], +"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,198], +"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,63], +"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,148], +"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,144], +"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,171], +"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,138], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,275], +"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,243], +"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,277], +"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,175], +"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,77], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,222], +"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,105], +"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,155], +"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,191], +"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,245], +"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,39], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,20], -"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,99], -"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,91], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,254], -"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,192], -"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,82], -"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,127], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,218], -"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,104], -"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,239], -"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,188], -"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,124], -"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,67], -"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,72], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,225], -"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,140], -"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,40], -"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,117], -"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,155], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,279], -"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,177], -"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,106], -"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,111], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,278], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,216], +"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,101], +"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,93], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,256], +"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,194], +"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,84], +"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,129], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,220], +"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,106], +"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,241], +"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,190], +"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,126], +"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,69], +"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,74], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,227], +"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,142], +"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,41], +"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,119], +"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,157], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,281], +"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,179], +"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,108], +"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,113], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,280], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,218], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], -"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,59], -"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,89], -"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,50], -"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,129], -"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,210], -"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,187], -"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,88], -"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,163], -"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,150], -"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,70], -"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,156], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,262], -"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,175], -"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,102], -"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,233], -"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,174], +"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,61], +"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,91], +"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,51], +"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,131], +"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,212], +"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,189], +"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,90], +"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,165], +"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,152], +"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,72], +"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,158], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,264], +"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,177], +"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,104], +"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,235], +"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,176], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], -"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,207], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,229], -"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,199], -"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,154], -"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,39], -"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,81], -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,32], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,191], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,228], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,276], +"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,209], +"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[5,0,4,57], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,231], +"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,201], +"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,156], +"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,40], +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,83], +"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,33], +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,193], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,230], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,278], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,19], -"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,60], -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,181], -"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,203], -"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,78], -"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,161], -"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,204], +"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,62], +"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,183], +"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,205], +"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,80], +"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,163], +"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,206], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,18], -"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,74], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,258], -"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,167], -"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,138], -"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,141], -"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,42], -"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,144], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,245], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,232], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,226], -"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,100], -"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,92], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,214], -"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,126], -"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,208], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,244], -"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,160], -"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,27], -"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,182], -"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,131], -"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,71], -"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2] +"boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[5,0,4,24], +"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,76], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,260], +"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,169], +"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,140], +"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,143], +"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,43], +"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,146], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,247], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,234], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,228], +"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,102], +"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,94], +"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,216], +"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,128], +"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,210], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,246], +"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,162], +"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,28], +"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,184], +"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,133] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 9c0eaf184..800c0e80d 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,161 +1,163 @@ var NAVTREEINDEX1 = { -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,266], +"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,73], +"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,268], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], -"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,73], -"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,86], -"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,235], -"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,112], -"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,64], -"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,130], -"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,162], -"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,68], -"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,105], -"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,56], -"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,164], -"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[5,0,4,44], -"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,47], -"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,83], -"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,115], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,201], -"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,51], -"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,109], -"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,55], -"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,212], -"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,122], -"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,114], -"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,257], -"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,256], -"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,180], +"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,75], +"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,88], +"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,237], +"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,114], +"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,66], +"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,132], +"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,164], +"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,70], +"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,107], +"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,58], +"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,166], +"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[5,0,4,45], +"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,48], +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,85], +"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,117], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,203], +"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,52], +"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,111], +"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,56], +"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,214], +"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,124], +"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,116], +"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,259], +"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,258], +"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,182], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[5,0,4,16], -"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,97], -"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,209], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,230], -"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,125], -"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,119], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,237], -"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,274], -"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,30], +"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,99], +"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,211], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,232], +"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,127], +"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,121], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,239], +"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,276], +"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,31], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], -"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,145], -"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,123], -"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,121], -"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,269], -"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,242], +"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,147], +"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,125], +"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,123], +"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,271], +"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,244], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,17], -"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,194], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,231], -"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,46], +"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,196], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,233], +"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,47], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,223], -"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,195], -"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,272], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,259], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,222], -"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,183], -"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,24], -"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,202], -"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,41], -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,152], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,225], +"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,197], +"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,274], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,261], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,224], +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,185], +"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,25], +"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,204], +"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,42], +"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,154], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[5,0,4,9], -"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,149], -"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,108], -"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,85], -"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,94], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,227], -"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,135], -"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,211], -"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,65], -"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,186], -"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,113], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,213], -"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,31], -"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,206], -"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,234], -"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,179], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,217], -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,107], -"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,137], -"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,53], -"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,197], +"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,151], +"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,110], +"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,87], +"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,96], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,229], +"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,137], +"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,213], +"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,67], +"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,188], +"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,115], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,215], +"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,32], +"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,208], +"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,236], +"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,181], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,219], +"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,109], +"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,139], +"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,54], +"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,199], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], -"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,96], -"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,268], -"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,36], -"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,238], +"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,98], +"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,270], +"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,37], +"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,240], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,263], -"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,63], -"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,110], -"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,95], -"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,120], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,265], +"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,65], +"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,112], +"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,97], +"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,122], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,23], -"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,165], -"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,236], -"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,93], -"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,25], -"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,34], -"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,54], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,270], -"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,116], -"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,118], -"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,193], -"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,33], +"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,167], +"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,238], +"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,95], +"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,26], +"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,35], +"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,55], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,272], +"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,118], +"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,120], +"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,195], +"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,34], "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], -"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,168], -"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,271], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,224], -"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,200], -"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,62], -"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,148], -"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,158], +"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,170], +"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,273], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,226], +"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,202], +"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,64], +"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,150], +"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,160], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[5,0,4,10], -"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,69], -"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,84], -"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,28], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,219], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,246], -"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,240], -"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,90], -"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,132], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,249], -"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,37], +"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,71], +"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,86], +"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,29], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,221], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,248], +"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,242], +"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,92], +"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,134], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,251], +"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,38], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,255], -"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,176], -"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,151], -"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,184], -"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,267], -"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,26], -"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,260], -"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,48], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,221], -"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,250], -"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,159], -"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,98], -"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,171], -"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,185], -"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,134], -"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,29], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,252], -"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,178], -"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,57], -"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,49], -"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,139], -"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,198], -"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,157], -"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,87], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,248], -"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,190], -"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,172], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,253], -"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,45], -"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,79], -"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,143], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,257], +"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,178], +"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,153], +"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,186], +"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,269], +"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,27], +"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,262], +"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,49], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,223], +"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,252], +"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,161], +"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,100], +"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,173], +"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,187], +"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,136], +"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,30], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,254], +"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,180], +"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,59], +"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,50], +"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,141], +"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,200], +"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,159], +"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,89], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,250], +"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,192], +"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,174], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,255], +"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,46], +"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,81], +"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,145], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], -"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,277], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,215], +"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,279], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,217], "cache_8php.html":[5,0,0,12], "channel_8php.html":[5,0,1,11], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,11,0], @@ -166,7 +168,7 @@ var NAVTREEINDEX1 = "chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[5,0,1,14,1], "chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[5,0,1,14,0], "chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[5,0,1,14,2], -"choklet_8php.html":[5,0,3,1,0], +"choklet_8php.html":[5,0,3,0,0], "classApp.html":[4,0,5], "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[4,0,5,56], "classApp.html#a050b0696118da47e8b30859ad1a2c149":[4,0,5,40], @@ -247,7 +249,5 @@ var NAVTREEINDEX1 = "classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], "classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], "classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], -"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41], -"classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], -"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27] +"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 661c082c0..727d3c82f 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,7 @@ var NAVTREEINDEX2 = { +"classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], +"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27], "classApp.html#adb5a4bb657881e553978ff390babd01f":[4,0,5,10], "classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[4,0,5,89], "classApp.html#ae3f47830543d0d902f66913def8db66b":[4,0,5,53], @@ -247,7 +249,5 @@ var NAVTREEINDEX2 = "classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[4,0,19,4], "classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[4,0,19,3], "classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[4,0,19,1], -"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21], -"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[4,0,19,24], -"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[4,0,19,18] +"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index 8500005a1..deefa7d59 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,5 +1,7 @@ var NAVTREEINDEX3 = { +"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[4,0,19,24], +"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[4,0,19,18], "classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[4,0,19,7], "classphoto__gd.html":[4,0,20], "classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[4,0,20,5], @@ -111,10 +113,10 @@ var NAVTREEINDEX3 = "crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,25,8], "crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,25,3], "crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,25,7], -"dark_8php.html":[5,0,3,2,2,1,1], -"darkness_8php.html":[5,0,3,2,0,2,0], -"darknessleftaside_8php.html":[5,0,3,2,0,2,1], -"darknessrightaside_8php.html":[5,0,3,2,0,2,2], +"dark_8php.html":[5,0,3,1,3,1,1], +"darkness_8php.html":[5,0,3,1,0,2,0], +"darknessleftaside_8php.html":[5,0,3,1,0,2,1], +"darknessrightaside_8php.html":[5,0,3,1,0,2,2], "datetime_8php.html":[5,0,0,26], "datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,26,6], "datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,26,11], @@ -146,21 +148,22 @@ var NAVTREEINDEX3 = "delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,22,0], "deliver_8php.html":[5,0,0,27], "deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,27,0], -"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,2,2,0], -"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,2,0,2], +"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,1,3,0], +"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,1,0,2], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[5,0,2,0], "dir_21bc5169ff11430004758be31dcfc6c4.html":[5,0,0,0], "dir_23ec12649285f9fabf3a6b7380226c28.html":[5,0,2], -"dir_24b9ffacd044b9b20a6b863179c605d1.html":[5,0,3,0], "dir_25f74a9991dbbca1b52a94e358ca73c1.html":[5,0,2,1,0], -"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,2,2,1], -"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,2,2], -"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,2,1,1,0], +"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,1,3,1], +"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,1,3], +"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,1,1,1,0], "dir_720432dea4a717197ae070dbc42b8f20.html":[5,0,2,1], -"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,1], -"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,2], -"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,2,1], -"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,2,1,1], +"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,0], +"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,1], +"dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[5,0,3,1,2,0], +"dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[5,0,3,1,2], +"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,1,1], +"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,1,1,1], "dir__fns_8php.html":[5,0,0,28], "dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,28,5], "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,28,2], @@ -168,21 +171,23 @@ var NAVTREEINDEX3 = "dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[5,0,0,28,3], "dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,28,0], "dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,28,1], -"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,2,1,1,0,0], +"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,1,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], -"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,2,1,0], -"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,2,0,1], +"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,1,1,0], +"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,1,0,1], "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], -"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,2,0], -"dir_f19da925ee886ec38f19b0e8c19779bc.html":[5,0,3,2,0,0], +"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,1,0], +"dir_f19da925ee886ec38f19b0e8c19779bc.html":[5,0,3,1,0,0], "dirprofile_8php.html":[5,0,1,24], "dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,24,0], "dirsearch_8php.html":[5,0,1,25], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,25,1], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,25,2], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,25,0], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,25,3], +"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[5,0,1,25,1], +"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[5,0,1,25,0], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,25,4], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,25,2], "display_8php.html":[5,0,1,26], "display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,26,0], "docblox__errorchecker_8php.html":[5,0,2,3], @@ -244,10 +249,5 @@ var NAVTREEINDEX3 = "fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], "fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], "friendica-to-smarty-tpl_8py.html":[5,0,2,5], -"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11], -"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[5,0,2,5,8], -"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[5,0,2,5,1], -"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[5,0,2,5,0], -"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[5,0,2,5,13], -"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[5,0,2,5,6] +"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 9b22977ad..cea561e04 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,10 @@ var NAVTREEINDEX4 = { +"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[5,0,2,5,8], +"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[5,0,2,5,1], +"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[5,0,2,5,0], +"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[5,0,2,5,13], +"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[5,0,2,5,6], "friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09":[5,0,2,5,12], "friendica-to-smarty-tpl_8py.html#a8540514fb7c4aa18ad2dffa2a975036b":[5,0,2,5,14], "friendica-to-smarty-tpl_8py.html#a87182a9bab47640428bd0b2b9946bef9":[5,0,2,5,10], @@ -13,8 +18,8 @@ var NAVTREEINDEX4 = "fsuggest_8php.html":[5,0,1,38], "fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,38,1], "fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,38,0], -"full_8php.html":[5,0,3,1,2], -"full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0], +"full_8php.html":[5,0,3,0,2], +"full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,2,0], "functions.html":[4,3,0], "functions.html":[4,3,0,0], "functions_0x5f.html":[4,3,0,1], @@ -36,8 +41,8 @@ var NAVTREEINDEX4 = "functions_0x73.html":[4,3,0,17], "functions_0x74.html":[4,3,0,18], "functions_0x76.html":[4,3,0,19], -"functions_8php.html":[5,0,3,2,0,1,1], -"functions_8php.html#adefe514c95680928b3aae250cbc3c663":[5,0,3,2,0,1,1,0], +"functions_8php.html":[5,0,3,1,0,1,1], +"functions_8php.html#adefe514c95680928b3aae250cbc3c663":[5,0,3,1,0,1,1,0], "functions_func.html":[4,3,1], "functions_func.html":[4,3,1,0], "functions_func_0x61.html":[4,3,1,1], @@ -59,8 +64,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0,0], "globals.html":[5,1,0], +"globals.html":[5,1,0,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -87,8 +92,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1,0], "globals_func.html":[5,1,1], +"globals_func.html":[5,1,1,0], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -114,8 +119,8 @@ var NAVTREEINDEX4 = "globals_func_0x77.html":[5,1,1,23], "globals_func_0x78.html":[5,1,1,24], "globals_func_0x7a.html":[5,1,1,25], -"globals_vars.html":[5,1,2], "globals_vars.html":[5,1,2,0], +"globals_vars.html":[5,1,2], "globals_vars_0x61.html":[5,1,2,1], "globals_vars_0x63.html":[5,1,2,2], "globals_vars_0x64.html":[5,1,2,3], @@ -139,7 +144,7 @@ var NAVTREEINDEX4 = "globals_vars_0x7a.html":[5,1,2,21], "gprobe_8php.html":[5,0,0,36], "gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,36,0], -"greenthumbnails_8php.html":[5,0,3,2,0,2,3], +"greenthumbnails_8php.html":[5,0,3,1,0,2,3], "help_8php.html":[5,0,1,40], "help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,40,1], "help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,40,0], @@ -244,10 +249,5 @@ var NAVTREEINDEX4 = "include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], "include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26], "include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], -"include_2attach_8php.html":[5,0,0,6], -"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], -"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[5,0,0,6,5], -"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[5,0,0,6,2], -"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[5,0,0,6,9], -"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[5,0,0,6,8] +"include_2attach_8php.html":[5,0,0,6] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index fe00e3ed7..6cbc8932d 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,10 @@ var NAVTREEINDEX5 = { +"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], +"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[5,0,0,6,5], +"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[5,0,0,6,2], +"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[5,0,0,6,9], +"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[5,0,0,6,8], "include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[5,0,0,6,10], "include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[5,0,0,6,4], "include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[5,0,0,6,7], @@ -218,14 +223,14 @@ var NAVTREEINDEX5 = "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], -"minimal_8php.html":[5,0,3,1,3], -"minimalisticdarkness_8php.html":[5,0,3,2,0,2,4], -"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,2,0,2,4,4], -"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,2,0,2,4,3], -"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,2,0,2,4,5], -"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,2,0,2,4,0], -"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,2,0,2,4,2], -"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,2,0,2,4,1], +"minimal_8php.html":[5,0,3,0,3], +"minimalisticdarkness_8php.html":[5,0,3,1,0,2,4], +"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,1,0,2,4,4], +"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,1,0,2,4,3], +"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,1,0,2,4,5], +"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,1,0,2,4,0], +"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,2,4,2], +"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,2,4,1], "mitem_8php.html":[5,0,1,59], "mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,59,2], "mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,59,0], @@ -244,10 +249,5 @@ var NAVTREEINDEX5 = "mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], "mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2], "mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], -"mod_2directory_8php.html":[5,0,1,23], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,23,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,23,0], -"mod_2follow_8php.html":[5,0,1,37], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,37,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,37,0] +"mod_2directory_8php.html":[5,0,1,23] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 22ca1a7fa..8b56a4ea8 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,5 +1,10 @@ var NAVTREEINDEX6 = { +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,23,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,23,0], +"mod_2follow_8php.html":[5,0,1,37], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,37,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,37,0], "mod_2group_8php.html":[5,0,1,39], "mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,39,0], "mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,39,1], @@ -20,17 +25,19 @@ var NAVTREEINDEX6 = "mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,76,2], "mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,76,0], "mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,76,1], -"mod__chanview_8php.html":[5,0,3,2,0,0,0], -"mod__filestorage_8php.html":[5,0,3,0,0], -"mod__import_8php.html":[5,0,3,1,4], -"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,1,4,0], +"mod__chanview_8php.html":[5,0,3,1,0,0,0], +"mod__import_8php.html":[5,0,3,0,4], +"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,4,0], "mood_8php.html":[5,0,1,60], "mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,60,0], "mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,60,1], "msearch_8php.html":[5,0,1,61], "msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,61,0], -"namespaceFriendica.html":[4,0,1], +"mytheme_2php_2style_8php.html":[5,0,3,1,2,0,1], +"mytheme_2php_2theme_8php.html":[5,0,3,1,2,0,2], +"mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[5,0,3,1,2,0,2,0], "namespaceFriendica.html":[3,0,1], +"namespaceFriendica.html":[4,0,1], "namespaceacl__selectors.html":[4,0,0], "namespaceacl__selectors.html":[3,0,0], "namespacefriendica-to-smarty-tpl.html":[4,0,2], @@ -39,8 +46,8 @@ var NAVTREEINDEX6 = "namespacemembers_func.html":[3,1,1], "namespacemembers_vars.html":[3,1,2], "namespaces.html":[3,0], -"namespaceupdatetpl.html":[3,0,3], "namespaceupdatetpl.html":[4,0,3], +"namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], "nav_8php.html":[5,0,0,47], @@ -50,7 +57,7 @@ var NAVTREEINDEX6 = "new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,63,2], "new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,63,1], "new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,63,0], -"none_8php.html":[5,0,3,1,5], +"none_8php.html":[5,0,3,0,5], "notes_8php.html":[5,0,1,64], "notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,64,0], "notifications_8php.html":[5,0,1,65], @@ -58,14 +65,14 @@ var NAVTREEINDEX6 = "notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,65,0], "notifier_8php.html":[5,0,0,49], "notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,49,0], -"notred_8php.html":[5,0,3,2,2,1,2], +"notred_8php.html":[5,0,3,1,3,1,2], "oauth_8php.html":[5,0,0,51], "oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,51,3], "oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,51,2], "oexchange_8php.html":[5,0,1,68], "oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,68,0], "oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,68,1], -"olddefault_8php.html":[5,0,3,2,0,2,5], +"olddefault_8php.html":[5,0,3,1,0,2,5], "onedirsync_8php.html":[5,0,0,53], "onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,53,0], "onepoll_8php.html":[5,0,0,54], @@ -88,8 +95,8 @@ var NAVTREEINDEX6 = "parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,73,3], "parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,73,1], "parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,73,0], -"passion_8php.html":[5,0,3,2,0,2,6], -"passionwide_8php.html":[5,0,3,2,0,2,7], +"passion_8php.html":[5,0,3,1,0,2,6], +"passionwide_8php.html":[5,0,3,1,0,2,7], "pdledit_8php.html":[5,0,1,74], "pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,74,0], "pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,74,1], @@ -117,13 +124,13 @@ var NAVTREEINDEX6 = "php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0":[5,0,2,6,1], "php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[5,0,2,6,4], "php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[5,0,2,6,2], -"php_2default_8php.html":[5,0,3,1,1], -"php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,1,0], -"php_2theme__init_8php.html":[5,0,3,1,6], -"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,6,0], +"php_2default_8php.html":[5,0,3,0,1], +"php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,1,0], +"php_2theme__init_8php.html":[5,0,3,0,6], +"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,0,6,0], "php_8php.html":[5,0,1,77], "php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,77,0], -"pine_8php.html":[5,0,3,2,0,2,8], +"pine_8php.html":[5,0,3,1,0,2,8], "ping_8php.html":[5,0,1,78], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,78,0], "plugin_8php.html":[5,0,0,58], @@ -227,27 +234,20 @@ var NAVTREEINDEX6 = "rbmark_8php.html":[5,0,1,90], "rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,90,0], "rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,90,1], -"redbasic_2php_2style_8php.html":[5,0,3,2,2,0,1], -"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,1], -"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,0], -"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,2,2,0,1,4], -"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,2,2,0,1,2], -"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,2,2,0,1,5], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,2,2,0,1,3], -"redbasic_2php_2theme_8php.html":[5,0,3,2,2,0,2], -"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,2,2,0,2,0], -"redbasic_8php.html":[5,0,3,2,0,2,9], +"redbasic_2php_2style_8php.html":[5,0,3,1,3,0,1], +"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,3,0,1,1], +"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,3,0,1,0], +"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,3,0,1,4], +"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,3,0,1,2], +"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,3,0,1,5], +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3], +"redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], +"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], +"redbasic_8php.html":[5,0,3,1,0,2,9], "reddav_8php.html":[5,0,0,64], "reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,64,5], "reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,64,6], "reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,64,4], "register_8php.html":[5,0,1,91], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,91,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,91,1], -"regmod_8php.html":[5,0,1,92], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,92,0], -"removeme_8php.html":[5,0,1,93], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,93,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,93,1] +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 91ae2fb56..de7874d00 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,5 +1,12 @@ var NAVTREEINDEX7 = { +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,91,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,91,1], +"regmod_8php.html":[5,0,1,92], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,92,0], +"removeme_8php.html":[5,0,1,93], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,93,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,93,1], "rmagic_8php.html":[5,0,1,94], "rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,94,0], "rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,94,2], @@ -211,18 +218,20 @@ var NAVTREEINDEX7 = "text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,72,12], "text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,57], "text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,52], -"theme_2apw_2php_2theme__init_8php.html":[5,0,3,2,0,1,4], -"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,2,0,1,4,0], -"theme_2blogga_2php_2default_8php.html":[5,0,3,2,1,0,1], -"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,0,1,2], -"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,0,1,0], -"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,2,1,0,1,1], -"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,2,1,0,3], -"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,2,1,1,0,0,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,1,0,0,1,2], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,2,1,1,0,0,1,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,1,0,0,1,0], -"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,2,2,0,3], +"theme_2apw_2php_2theme__init_8php.html":[5,0,3,1,0,1,4], +"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,0,1,4,0], +"theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], +"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,0,1,2], +"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,0,1,0], +"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,1,1,0,1,1], +"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,1,1,0,3], +"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,1,1,1,0,0,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,1,0,0,1,2], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,1,1,1,0,0,1,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,1,0,0,1,0], +"theme_2mytheme_2php_2default_8php.html":[5,0,3,1,2,0,0], +"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0,0,0], +"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,3,0,3], "thing_8php.html":[5,0,1,112], "thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,112,0], "thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,112,1], @@ -240,14 +249,5 @@ var NAVTREEINDEX7 = "typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], "typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2], "typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], -"typohelper_8php.html":[5,0,2,10], -"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], -"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,115], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,115,0], -"update__channel_8php.html":[5,0,1,116], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,116,0], -"update__community_8php.html":[5,0,1,117], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,117,0], -"update__display_8php.html":[5,0,1,118] +"typohelper_8php.html":[5,0,2,10] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index e69543cde..9f3006f4e 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,5 +1,14 @@ var NAVTREEINDEX8 = { +"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], +"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], +"uexport_8php.html":[5,0,1,115], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,115,0], +"update__channel_8php.html":[5,0,1,116], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,116,0], +"update__community_8php.html":[5,0,1,117], +"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,117,0], +"update__display_8php.html":[5,0,1,118], "update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,118,0], "update__network_8php.html":[5,0,1,119], "update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,119,0], @@ -12,26 +21,26 @@ var NAVTREEINDEX8 = "updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6":[5,0,2,11,3], "updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f":[5,0,2,11,0], "updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[5,0,2,11,4], -"view_2theme_2apw_2php_2config_8php.html":[5,0,3,2,0,1,0], -"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,0,1,0,1], -"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,0,1,0,2], -"view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0":[5,0,3,2,0,1,0,0], -"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,2,1,0,0], -"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,0,0,1], -"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,0,0,0], -"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,0,0,3], -"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,0,0,4], -"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,0,0,2], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,2,1,1,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,1,0,0,0,1], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,1,0,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,1,0,0,0,3], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,1,0,0,0,4], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,1,0,0,0,2], -"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,2,2,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,2,2,0,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,2,0,0,1], -"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,2,0,0,2], +"view_2theme_2apw_2php_2config_8php.html":[5,0,3,1,0,1,0], +"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,0,1,0,1], +"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,0,1,0,2], +"view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0":[5,0,3,1,0,1,0,0], +"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,1,1,0,0], +"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,0,0,1], +"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,0,0,0], +"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,0,0,3], +"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,0,0,4], +"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,0,0,2], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,1,1,1,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,1,0,0,0,1], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,1,0,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,1,0,0,0,3], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,1,0,0,0,4], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,1,0,0,0,2], +"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,1,3,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,1,3,0,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,3,0,0,1], +"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,3,0,0,2], "view_8php.html":[5,0,1,121], "view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,121,0], "viewconnections_8php.html":[5,0,1,122], @@ -53,7 +62,7 @@ var NAVTREEINDEX8 = "webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,128,0], "wfinger_8php.html":[5,0,1,129], "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,129,0], -"widedarkness_8php.html":[5,0,3,2,0,2,10], +"widedarkness_8php.html":[5,0,3,1,0,2,10], "widgets_8php.html":[5,0,0,73], "widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,73,10], "widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,73,24], diff --git a/doc/html/parse__url_8php.html b/doc/html/parse__url_8php.html index be706dad8..2de21ed62 100644 --- a/doc/html/parse__url_8php.html +++ b/doc/html/parse__url_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('parse__url_8php.html','');}); - + @@ -153,7 +153,7 @@ Functions

    Functions

    if(!function_exists('deletenode')) completeurl ($url, $scheme)
    if(!function_exists('deletenode')) completeurl ($url, $scheme)
     
     parseurl_getsiteinfo ($url)
     
    - + diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index 02ccc7f7a..8c3f4de62 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -248,7 +248,7 @@ Functions
    if (!function_exists('deletenode')) completeurl if (!function_exists('deletenode')) completeurl (   $url,
    -

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), editblock_content(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_item(), widget_photo_albums(), z_readdir(), and zot_feed().

    +

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), editblock_content(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_item(), widget_photo_albums(), z_readdir(), and zot_feed().

    diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index c47fcf935..502d24725 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('php2po_8php.html','');}); - + @@ -191,7 +191,7 @@ Variables

    Variables

    if(!class_exists('App')) if($argc!=2) $phpfile = $argv[1]
    if(!class_exists('App')) if($argc!=2) $phpfile = $argv[1]
     
     $pofile = dirname($phpfile)."/messages.po"
     
    - +
    if (!class_exists('App')) if ($argc!=2) $phpfile = $argv[1]if (!class_exists('App')) if ($argc!=2) $phpfile = $argv[1]
    diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html index 69bdd895d..da8eea55d 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -120,7 +120,7 @@ Variables    $pmenu_reply = intval($reply_photo) - 16 . 'px'   -if($nav_min_opacity===false||$nav_min_opacity=== '') else +if($nav_min_opacity===false||$nav_min_opacity=== '') else    $nav_percent_min_opacity = (int) 100 * $nav_min_opacity   @@ -191,7 +191,7 @@ Variables
    - +
    if ($nav_min_opacity===false||$nav_min_opacity=== '') elseif ($nav_min_opacity===false||$nav_min_opacity=== '') else
    diff --git a/doc/html/search/all_61.js b/doc/html/search/all_61.js index b3be638c3..c4447e110 100644 --- a/doc/html/search/all_61.js +++ b/doc/html/search/all_61.js @@ -25,6 +25,7 @@ var searchData= ['account_5fremoved',['ACCOUNT_REMOVED',['../boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78',1,'boot.php']]], ['account_5frole_5fadmin',['ACCOUNT_ROLE_ADMIN',['../boot_8php.html#ac8400313df2c831653f9036f71ebd86d',1,'boot.php']]], ['account_5frole_5fallowcode',['ACCOUNT_ROLE_ALLOWCODE',['../boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688',1,'boot.php']]], + ['account_5frole_5fdeveloper',['ACCOUNT_ROLE_DEVELOPER',['../boot_8php.html#a4f507a5996dbb3da148add0339a40d5a',1,'boot.php']]], ['account_5frole_5fsystem',['ACCOUNT_ROLE_SYSTEM',['../boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b',1,'boot.php']]], ['account_5ftotal',['account_total',['../account_8php.html#a43e3042b2723d76915a030bac3c668b6',1,'account.php']]], ['account_5funverified',['ACCOUNT_UNVERIFIED',['../boot_8php.html#af3a4271630aabd8be592213f925d6a36',1,'boot.php']]], diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index 1a9b8dac7..3bd637f87 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -28,6 +28,7 @@ var searchData= ['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2mytheme_2php_2default_8php.html',1,'']]], ['default_5fdb_5fengine',['DEFAULT_DB_ENGINE',['../boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d',1,'boot.php']]], ['del_5fconfig',['del_config',['../include_2config_8php.html#a549910227348003efc3c05c9105c42da',1,'config.php']]], ['del_5fpconfig',['del_pconfig',['../include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941',1,'config.php']]], @@ -49,6 +50,8 @@ var searchData= ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5ful',['diaspora_ul',['../bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc',1,'bb2diaspora.php']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], + ['dir_5fparse_5fquery',['dir_parse_query',['../dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305',1,'dirsearch.php']]], + ['dir_5fquery_5fbuild',['dir_query_build',['../dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2',1,'dirsearch.php']]], ['dir_5fsafe_5fmode',['dir_safe_mode',['../dir__fns_8php.html#acf621621e929d49441da30aad76a58cf',1,'dir_fns.php']]], ['dir_5fsort_5flinks',['dir_sort_links',['../dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774',1,'dir_fns.php']]], ['dir_5ftagadelic',['dir_tagadelic',['../taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332',1,'taxonomy.php']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index d555390b3..c392024d2 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -4,7 +4,7 @@ var searchData= ['identity_5fbasic_5fexport',['identity_basic_export',['../identity_8php.html#a3570a4eb77332b292d394c4132cb8f03',1,'identity.php']]], ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], ['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'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.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'],['../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()']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], @@ -31,6 +31,7 @@ var searchData= ['is_5fa_5fdate_5farg',['is_a_date_arg',['../text_8php.html#a1557112a774ec00fa06ed6b6f6495506',1,'text.php']]], ['is_5fajax',['is_ajax',['../boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c',1,'boot.php']]], ['is_5fcommentable',['is_commentable',['../classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3',1,'Conversation\is_commentable()'],['../classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967',1,'Item\is_commentable()']]], + ['is_5fdeveloper',['is_developer',['../boot_8php.html#a6252d8eca67c689d9035ec6da544cf46',1,'boot.php']]], ['is_5fforeigner',['is_foreigner',['../identity_8php.html#ae2b140df652a55ca11bb6a99005fce35',1,'identity.php']]], ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index e57fa32aa..465612fa1 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -58,11 +58,11 @@ var searchData= ['mitem_5finit',['mitem_init',['../mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518',1,'mitem.php']]], ['mitem_5fpost',['mitem_post',['../mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1',1,'mitem.php']]], ['mod_5fchanview_2ephp',['mod_chanview.php',['../mod__chanview_8php.html',1,'']]], - ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], ['mood_5finit',['mood_init',['../mood_8php.html#a7ae136dd7476865b4828136175db5022',1,'mood.php']]], ['msearch_2ephp',['msearch.php',['../msearch_8php.html',1,'']]], - ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]] + ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]], + ['mytheme_5finit',['mytheme_init',['../mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8',1,'theme.php']]] ]; diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 762633b19..df67f2770 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -108,8 +108,9 @@ 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',['../apw_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,'']]], + ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], diff --git a/doc/html/search/all_74.js b/doc/html/search/all_74.js index 49f09c40e..62e78f88e 100644 --- a/doc/html/search/all_74.js +++ b/doc/html/search/all_74.js @@ -39,6 +39,7 @@ var searchData= ['theme_2ephp',['theme.php',['../apw_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2view_2theme_2blog_2theme_8php.html',1,'']]], + ['theme_2ephp',['theme.php',['../mytheme_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../redbasic_2php_2theme_8php.html',1,'']]], ['theme_5fadmin',['theme_admin',['../view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53',1,'theme_admin(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53',1,'theme_admin(&$a): config.php']]], ['theme_5fadmin_5fpost',['theme_admin_post',['../view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b',1,'theme_admin_post(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b',1,'theme_admin_post(&$a): config.php']]], diff --git a/doc/html/search/files_64.js b/doc/html/search/files_64.js index 9d13417b9..c1881fd1c 100644 --- a/doc/html/search/files_64.js +++ b/doc/html/search/files_64.js @@ -9,14 +9,15 @@ var searchData= ['dba_5fdriver_2ephp',['dba_driver.php',['../dba__driver_8php.html',1,'']]], ['dba_5fmysql_2ephp',['dba_mysql.php',['../dba__mysql_8php.html',1,'']]], ['dba_5fmysqli_2ephp',['dba_mysqli.php',['../dba__mysqli_8php.html',1,'']]], - ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2mytheme_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]], ['delegate_2ephp',['delegate.php',['../delegate_8php.html',1,'']]], ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], - ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]], ['directory_2ephp',['directory.php',['../include_2directory_8php.html',1,'']]], + ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]], ['dirprofile_2ephp',['dirprofile.php',['../dirprofile_8php.html',1,'']]], ['dirsearch_2ephp',['dirsearch.php',['../dirsearch_8php.html',1,'']]], ['display_2ephp',['display.php',['../display_8php.html',1,'']]], diff --git a/doc/html/search/files_6d.js b/doc/html/search/files_6d.js index 38598f57a..744784a0b 100644 --- a/doc/html/search/files_6d.js +++ b/doc/html/search/files_6d.js @@ -12,7 +12,6 @@ var searchData= ['minimalisticdarkness_2ephp',['minimalisticdarkness.php',['../minimalisticdarkness_8php.html',1,'']]], ['mitem_2ephp',['mitem.php',['../mitem_8php.html',1,'']]], ['mod_5fchanview_2ephp',['mod_chanview.php',['../mod__chanview_8php.html',1,'']]], - ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['msearch_2ephp',['msearch.php',['../msearch_8php.html',1,'']]] diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index 8bf6bc0d3..d51113c79 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -16,6 +16,7 @@ var searchData= ['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,'']]], + ['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,'']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], diff --git a/doc/html/search/files_74.js b/doc/html/search/files_74.js index 3a46faacf..8a5b0ea9f 100644 --- a/doc/html/search/files_74.js +++ b/doc/html/search/files_74.js @@ -5,6 +5,7 @@ var searchData= ['taxonomy_2ephp',['taxonomy.php',['../taxonomy_8php.html',1,'']]], ['template_5fprocessor_2ephp',['template_processor.php',['../template__processor_8php.html',1,'']]], ['text_2ephp',['text.php',['../text_8php.html',1,'']]], + ['theme_2ephp',['theme.php',['../mytheme_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../apw_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2view_2theme_2blog_2theme_8php.html',1,'']]], diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index 6fae4722d..4f64d1655 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -29,6 +29,8 @@ var searchData= ['diaspora2bb',['diaspora2bb',['../bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5ful',['diaspora_ul',['../bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc',1,'bb2diaspora.php']]], + ['dir_5fparse_5fquery',['dir_parse_query',['../dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305',1,'dirsearch.php']]], + ['dir_5fquery_5fbuild',['dir_query_build',['../dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2',1,'dirsearch.php']]], ['dir_5fsafe_5fmode',['dir_safe_mode',['../dir__fns_8php.html#acf621621e929d49441da30aad76a58cf',1,'dir_fns.php']]], ['dir_5fsort_5flinks',['dir_sort_links',['../dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774',1,'dir_fns.php']]], ['dir_5ftagadelic',['dir_tagadelic',['../taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332',1,'taxonomy.php']]], diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index 7a5dac424..71cf41459 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -26,6 +26,7 @@ var searchData= ['is_5fa_5fdate_5farg',['is_a_date_arg',['../text_8php.html#a1557112a774ec00fa06ed6b6f6495506',1,'text.php']]], ['is_5fajax',['is_ajax',['../boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c',1,'boot.php']]], ['is_5fcommentable',['is_commentable',['../classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3',1,'Conversation\is_commentable()'],['../classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967',1,'Item\is_commentable()']]], + ['is_5fdeveloper',['is_developer',['../boot_8php.html#a6252d8eca67c689d9035ec6da544cf46',1,'boot.php']]], ['is_5fforeigner',['is_foreigner',['../identity_8php.html#ae2b140df652a55ca11bb6a99005fce35',1,'identity.php']]], ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index 8ad85e543..700ff08e2 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -35,5 +35,6 @@ var searchData= ['mitem_5fpost',['mitem_post',['../mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1',1,'mitem.php']]], ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], ['mood_5finit',['mood_init',['../mood_8php.html#a7ae136dd7476865b4828136175db5022',1,'mood.php']]], - ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]] + ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]], + ['mytheme_5finit',['mytheme_init',['../mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8',1,'theme.php']]] ]; diff --git a/doc/html/search/variables_61.js b/doc/html/search/variables_61.js index 610c3cdf5..7a5098d4c 100644 --- a/doc/html/search/variables_61.js +++ b/doc/html/search/variables_61.js @@ -19,6 +19,7 @@ var searchData= ['account_5fremoved',['ACCOUNT_REMOVED',['../boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78',1,'boot.php']]], ['account_5frole_5fadmin',['ACCOUNT_ROLE_ADMIN',['../boot_8php.html#ac8400313df2c831653f9036f71ebd86d',1,'boot.php']]], ['account_5frole_5fallowcode',['ACCOUNT_ROLE_ALLOWCODE',['../boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688',1,'boot.php']]], + ['account_5frole_5fdeveloper',['ACCOUNT_ROLE_DEVELOPER',['../boot_8php.html#a4f507a5996dbb3da148add0339a40d5a',1,'boot.php']]], ['account_5frole_5fsystem',['ACCOUNT_ROLE_SYSTEM',['../boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b',1,'boot.php']]], ['account_5funverified',['ACCOUNT_UNVERIFIED',['../boot_8php.html#af3a4271630aabd8be592213f925d6a36',1,'boot.php']]], ['activity_5fdislike',['ACTIVITY_DISLIKE',['../boot_8php.html#a0e57f846e6d47a308feced0f7274f178',1,'boot.php']]], diff --git a/doc/html/search/variables_69.js b/doc/html/search/variables_69.js index c7d282add..6975433c9 100644 --- a/doc/html/search/variables_69.js +++ b/doc/html/search/variables_69.js @@ -1,6 +1,6 @@ var searchData= [ - ['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'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.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'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php']]], ['item_5fblocked',['ITEM_BLOCKED',['../boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f',1,'boot.php']]], ['item_5fbug',['ITEM_BUG',['../boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34',1,'boot.php']]], ['item_5fbuildblock',['ITEM_BUILDBLOCK',['../boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf',1,'boot.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index bceeea793..5eab6df8c 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -132,7 +132,7 @@ Functions    check_form_security_token_ForbiddenOnErr ($typename= '', $formname= 'form_security_token')   -if(!function_exists('init_groups_visitor')) stream_perms_api_uids ($perms_min=PERMS_SITE) +if(!function_exists('init_groups_visitor')) stream_perms_api_uids ($perms_min=PERMS_SITE)    stream_perms_xchans ($perms_min=PERMS_SITE)   @@ -426,7 +426,7 @@ Functions
    - + diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 194ca44c7..7367ee43d 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -131,7 +131,7 @@ Functions - + @@ -1274,7 +1274,7 @@ Variables
    if (!function_exists('init_groups_visitor')) stream_perms_api_uids if (!function_exists('init_groups_visitor')) stream_perms_api_uids (   $perms_min = PERMS_SITE)
     
     unxmlify ($s)
     
    if(!function_exists('hex2bin')) paginate (&$a)
    if(!function_exists('hex2bin')) paginate (&$a)
     
     alt_pager (&$a, $i, $more= '', $less= '')
     
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1466,7 +1466,7 @@ Variables
    - + @@ -1634,7 +1634,7 @@ Variables
    if (!function_exists('hex2bin')) paginate if (!function_exists('hex2bin')) paginate ( $a)
    diff --git a/doc/html/theme_2blogga_2php_2default_8php.html b/doc/html/theme_2blogga_2php_2default_8php.html index 6dd8dc59f..5c1171d23 100644 --- a/doc/html/theme_2blogga_2php_2default_8php.html +++ b/doc/html/theme_2blogga_2php_2default_8php.html @@ -116,7 +116,7 @@ Variables    $headimghome = get_config('blogtheme', 'headimghome')   -if($a->module=='display') $bodyclass ="" +if($a->module=='display') $bodyclass =""  

    Variable Documentation

    @@ -125,7 +125,7 @@ Variables
    - +
    if ($a->module=='display') $bodyclass =""if ($a->module=='display') $bodyclass =""
    diff --git a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html index 66daa8188..75ab5e589 100644 --- a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html +++ b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html @@ -116,7 +116,7 @@ Variables    $headimghome = get_config('blogtheme', 'headimghome')   -if($a->module=='display') $bodyclass ="" +if($a->module=='display') $bodyclass =""  

    Variable Documentation

    @@ -125,7 +125,7 @@ Variables
    - +
    if ($a->module=='display') $bodyclass =""if ($a->module=='display') $bodyclass =""
    @@ -137,7 +137,7 @@ Variables
    - +
    if (local_user()) $headimg = get_config('blogtheme', 'headimg')if (local_user()) $headimg = get_config('blogtheme', 'headimg')
    diff --git a/doc/html/theme_2mytheme_2php_2default_8php.html b/doc/html/theme_2mytheme_2php_2default_8php.html new file mode 100644 index 000000000..e3ebc868e --- /dev/null +++ b/doc/html/theme_2mytheme_2php_2default_8php.html @@ -0,0 +1,133 @@ + + + + + + +The Red Matrix: view/theme/mytheme/php/default.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    default.php File Reference
    +
    +
    + + + + +

    +Variables

     if (x($page,'htmlhead')) echo $page['htmlhead']?></head >< body >< header ><?php if(x($page
     
    +

    Variable Documentation

    + +
    +
    + + + + +
    if(x($page,'htmlhead')) echo $page['htmlhead']?></head >< body >< header ><?php if(x($page
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/theme_2mytheme_2php_2default_8php.js b/doc/html/theme_2mytheme_2php_2default_8php.js new file mode 100644 index 000000000..89e5b2391 --- /dev/null +++ b/doc/html/theme_2mytheme_2php_2default_8php.js @@ -0,0 +1,4 @@ +var theme_2mytheme_2php_2default_8php = +[ + [ "if", "theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a", null ] +]; \ No newline at end of file diff --git a/doc/html/tpldebug_8php.html b/doc/html/tpldebug_8php.html index 417aaa39a..842dc1972 100644 --- a/doc/html/tpldebug_8php.html +++ b/doc/html/tpldebug_8php.html @@ -118,7 +118,7 @@ Functions - + @@ -158,7 +158,7 @@ Variables

    Variables

    if($argc > 1) else
    if($argc > 1) else
     
     $files = glob('include/*.php')
     
    - +
    if ($argc > 1) elseif ($argc > 1) else
    diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index ed1d8279f..4031bf036 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tryzrlvideo(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    diff --git a/util/messages.po b/util/messages.po index 12b40bb88..29fb2f6ff 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-03-07.609\n" +"Project-Id-Version: 2014-03-14.616\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-07 00:03-0800\n" +"POT-Creation-Date: 2014-03-14 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,13 +17,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "" #: ../../include/widgets.php:115 ../../include/widgets.php:155 #: ../../include/Contact.php:107 ../../include/identity.php:643 -#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "" @@ -61,8 +61,8 @@ msgstr "" msgid "Notes" msgstr "" -#: ../../include/widgets.php:173 ../../include/text.php:765 -#: ../../include/text.php:779 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:771 +#: ../../include/text.php:785 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "" @@ -80,12 +80,12 @@ msgid "add" msgstr "" #: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 +#: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "" @@ -97,16 +97,16 @@ msgstr "" msgid "Refresh" msgstr "" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +#: ../../include/widgets.php:371 ../../mod/connedit.php:395 msgid "Me" msgstr "" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +#: ../../include/widgets.php:372 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "" #: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "" @@ -114,11 +114,11 @@ msgstr "" msgid "Co-workers" msgstr "" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +#: ../../include/widgets.php:375 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +#: ../../include/widgets.php:376 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "" @@ -227,7 +227,7 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1427 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1434 msgid "Logout" msgstr "" @@ -244,7 +244,7 @@ msgid "Your posts and conversations" msgstr "" #: ../../include/nav.php:81 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 msgid "View Profile" msgstr "" @@ -311,7 +311,7 @@ msgstr "" msgid "Your webpages" msgstr "" -#: ../../include/nav.php:94 ../../boot.php:1428 +#: ../../include/nav.php:94 ../../boot.php:1435 msgid "Login" msgstr "" @@ -332,7 +332,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1404 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1411 msgid "Register" msgstr "" @@ -356,8 +356,8 @@ msgstr "" msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/nav.php:144 ../../include/text.php:763 -#: ../../include/text.php:777 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:769 +#: ../../include/text.php:783 ../../mod/search.php:29 msgid "Search" msgstr "" @@ -365,7 +365,7 @@ msgstr "" msgid "Search site content" msgstr "" -#: ../../include/nav.php:147 ../../mod/directory.php:211 +#: ../../include/nav.php:147 ../../mod/directory.php:215 msgid "Directory" msgstr "" @@ -517,338 +517,325 @@ msgstr "" msgid "newer" msgstr "" -#: ../../include/text.php:678 +#: ../../include/text.php:684 msgid "No connections" msgstr "" -#: ../../include/text.php:692 +#: ../../include/text.php:698 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:704 +#: ../../include/text.php:710 msgid "View Connections" msgstr "" -#: ../../include/text.php:845 +#: ../../include/text.php:851 msgid "poke" msgstr "" -#: ../../include/text.php:845 ../../include/conversation.php:240 +#: ../../include/text.php:851 ../../include/conversation.php:240 msgid "poked" msgstr "" -#: ../../include/text.php:846 +#: ../../include/text.php:852 msgid "ping" msgstr "" -#: ../../include/text.php:846 +#: ../../include/text.php:852 msgid "pinged" msgstr "" -#: ../../include/text.php:847 +#: ../../include/text.php:853 msgid "prod" msgstr "" -#: ../../include/text.php:847 +#: ../../include/text.php:853 msgid "prodded" msgstr "" -#: ../../include/text.php:848 +#: ../../include/text.php:854 msgid "slap" msgstr "" -#: ../../include/text.php:848 +#: ../../include/text.php:854 msgid "slapped" msgstr "" -#: ../../include/text.php:849 +#: ../../include/text.php:855 msgid "finger" msgstr "" -#: ../../include/text.php:849 +#: ../../include/text.php:855 msgid "fingered" msgstr "" -#: ../../include/text.php:850 +#: ../../include/text.php:856 msgid "rebuff" msgstr "" -#: ../../include/text.php:850 +#: ../../include/text.php:856 msgid "rebuffed" msgstr "" -#: ../../include/text.php:862 +#: ../../include/text.php:868 msgid "happy" msgstr "" -#: ../../include/text.php:863 +#: ../../include/text.php:869 msgid "sad" msgstr "" -#: ../../include/text.php:864 +#: ../../include/text.php:870 msgid "mellow" msgstr "" -#: ../../include/text.php:865 +#: ../../include/text.php:871 msgid "tired" msgstr "" -#: ../../include/text.php:866 +#: ../../include/text.php:872 msgid "perky" msgstr "" -#: ../../include/text.php:867 +#: ../../include/text.php:873 msgid "angry" msgstr "" -#: ../../include/text.php:868 +#: ../../include/text.php:874 msgid "stupified" msgstr "" -#: ../../include/text.php:869 +#: ../../include/text.php:875 msgid "puzzled" msgstr "" -#: ../../include/text.php:870 +#: ../../include/text.php:876 msgid "interested" msgstr "" -#: ../../include/text.php:871 +#: ../../include/text.php:877 msgid "bitter" msgstr "" -#: ../../include/text.php:872 +#: ../../include/text.php:878 msgid "cheerful" msgstr "" -#: ../../include/text.php:873 +#: ../../include/text.php:879 msgid "alive" msgstr "" -#: ../../include/text.php:874 +#: ../../include/text.php:880 msgid "annoyed" msgstr "" -#: ../../include/text.php:875 +#: ../../include/text.php:881 msgid "anxious" msgstr "" -#: ../../include/text.php:876 +#: ../../include/text.php:882 msgid "cranky" msgstr "" -#: ../../include/text.php:877 +#: ../../include/text.php:883 msgid "disturbed" msgstr "" -#: ../../include/text.php:878 +#: ../../include/text.php:884 msgid "frustrated" msgstr "" -#: ../../include/text.php:879 +#: ../../include/text.php:885 msgid "motivated" msgstr "" -#: ../../include/text.php:880 +#: ../../include/text.php:886 msgid "relaxed" msgstr "" -#: ../../include/text.php:881 +#: ../../include/text.php:887 msgid "surprised" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Monday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Thursday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Friday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Saturday" msgstr "" -#: ../../include/text.php:1042 +#: ../../include/text.php:1048 msgid "Sunday" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "January" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "February" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "March" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "April" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "May" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "June" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "July" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "August" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "September" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "October" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "November" msgstr "" -#: ../../include/text.php:1046 +#: ../../include/text.php:1052 msgid "December" msgstr "" -#: ../../include/text.php:1124 +#: ../../include/text.php:1130 msgid "unknown.???" msgstr "" -#: ../../include/text.php:1125 +#: ../../include/text.php:1131 msgid "bytes" msgstr "" -#: ../../include/text.php:1160 +#: ../../include/text.php:1166 msgid "remove category" msgstr "" -#: ../../include/text.php:1182 +#: ../../include/text.php:1188 msgid "remove from file" msgstr "" -#: ../../include/text.php:1240 ../../include/text.php:1252 +#: ../../include/text.php:1246 ../../include/text.php:1258 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1407 ../../mod/events.php:332 +#: ../../include/text.php:1413 ../../mod/events.php:332 msgid "link to source" msgstr "" -#: ../../include/text.php:1426 +#: ../../include/text.php:1432 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1429 ../../include/text.php:1494 +#: ../../include/text.php:1435 ../../include/text.php:1500 msgid "default" msgstr "" -#: ../../include/text.php:1465 +#: ../../include/text.php:1471 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1506 +#: ../../include/text.php:1512 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1627 ../../include/conversation.php:117 +#: ../../include/text.php:1633 ../../include/conversation.php:117 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "" -#: ../../include/text.php:1630 ../../include/conversation.php:120 +#: ../../include/text.php:1636 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1633 ../../include/conversation.php:145 +#: ../../include/text.php:1639 ../../include/conversation.php:145 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "" -#: ../../include/text.php:1635 ../../include/conversation.php:147 +#: ../../include/text.php:1641 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/text.php:1640 +#: ../../include/text.php:1646 msgid "activity" msgstr "" -#: ../../include/text.php:1897 +#: ../../include/text.php:1903 msgid "Design" msgstr "" -#: ../../include/text.php:1899 +#: ../../include/text.php:1905 msgid "Blocks" msgstr "" -#: ../../include/text.php:1900 +#: ../../include/text.php:1906 msgid "Menus" msgstr "" -#: ../../include/text.php:1901 +#: ../../include/text.php:1907 msgid "Layouts" msgstr "" -#: ../../include/text.php:1902 +#: ../../include/text.php:1908 msgid "Pages" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" msgstr "" -#: ../../include/bbcode.php:170 -msgid "QR code" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" msgstr "" -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "" - -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "" - -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" +#: ../../include/event.php:40 ../../include/identity.php:694 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" msgstr "" #: ../../include/Contact.php:123 @@ -1129,7 +1116,7 @@ msgid "RSS/Atom" msgstr "" #: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1430 +#: ../../mod/admin.php:751 ../../boot.php:1437 msgid "Email" msgstr "" @@ -1235,22 +1222,35 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 +#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 +#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 +#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 +#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 +#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 +#: ../../include/bbcode.php:640 +msgid "Image/photo" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 +msgid "Encrypted content" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" +#: ../../include/bbcode.php:170 +msgid "QR code" msgstr "" -#: ../../include/event.php:40 ../../include/identity.php:694 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 +msgid "$1 wrote:" msgstr "" #: ../../include/group.php:25 @@ -1298,7 +1298,7 @@ msgid "Comment" msgstr "" #: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:130 msgid "show more" msgstr "" @@ -1334,76 +1334,80 @@ msgstr "" msgid "Passphrase hint" msgstr "" -#: ../../include/js_strings.php:17 -msgid "timeago.prefixAgo" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" #: ../../include/js_strings.php:18 -msgid "timeago.prefixFromNow" +msgid "timeago.prefixAgo" msgstr "" #: ../../include/js_strings.php:19 -msgid "ago" +msgid "timeago.prefixFromNow" msgstr "" #: ../../include/js_strings.php:20 -msgid "from now" +msgid "ago" msgstr "" #: ../../include/js_strings.php:21 -msgid "less than a minute" +msgid "from now" msgstr "" #: ../../include/js_strings.php:22 -msgid "about a minute" +msgid "less than a minute" msgstr "" #: ../../include/js_strings.php:23 +msgid "about a minute" +msgstr "" + +#: ../../include/js_strings.php:24 #, php-format msgid "%d minutes" msgstr "" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about an hour" msgstr "" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "about %d hours" msgstr "" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "a day" msgstr "" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "%d days" msgstr "" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "about a month" msgstr "" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d months" msgstr "" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a year" msgstr "" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d years" msgstr "" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid " " msgstr "" -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid "timeago.numbers" msgstr "" @@ -1445,7 +1449,7 @@ msgstr "" #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 #: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 #: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 #: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 @@ -1565,7 +1569,7 @@ msgstr "" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 #: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 +#: ../../mod/admin.php:746 ../../mod/connedit.php:365 #: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 msgid "Delete" msgstr "" @@ -1724,7 +1728,7 @@ msgstr "" msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 +#: ../../include/conversation.php:1071 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "" @@ -2044,18 +2048,18 @@ msgstr "" msgid "Edit visibility" msgstr "" -#: ../../include/identity.php:696 ../../include/identity.php:923 -#: ../../mod/directory.php:159 +#: ../../include/identity.php:696 ../../include/identity.php:920 +#: ../../mod/directory.php:163 msgid "Gender:" msgstr "" -#: ../../include/identity.php:697 ../../include/identity.php:943 -#: ../../mod/directory.php:161 +#: ../../include/identity.php:697 ../../include/identity.php:940 +#: ../../mod/directory.php:165 msgid "Status:" msgstr "" -#: ../../include/identity.php:698 ../../include/identity.php:954 -#: ../../mod/directory.php:163 +#: ../../include/identity.php:698 ../../include/identity.php:951 +#: ../../mod/directory.php:167 msgid "Homepage:" msgstr "" @@ -2063,139 +2067,139 @@ msgstr "" msgid "Online Now" msgstr "" -#: ../../include/identity.php:767 ../../include/identity.php:847 +#: ../../include/identity.php:764 ../../include/identity.php:844 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "" -#: ../../include/identity.php:768 ../../include/identity.php:848 +#: ../../include/identity.php:765 ../../include/identity.php:845 msgid "F d" msgstr "" -#: ../../include/identity.php:813 ../../include/identity.php:888 +#: ../../include/identity.php:810 ../../include/identity.php:885 #: ../../mod/ping.php:284 msgid "[today]" msgstr "" -#: ../../include/identity.php:825 +#: ../../include/identity.php:822 msgid "Birthday Reminders" msgstr "" -#: ../../include/identity.php:826 +#: ../../include/identity.php:823 msgid "Birthdays this week:" msgstr "" -#: ../../include/identity.php:881 +#: ../../include/identity.php:878 msgid "[No description]" msgstr "" -#: ../../include/identity.php:899 +#: ../../include/identity.php:896 msgid "Event Reminders" msgstr "" -#: ../../include/identity.php:900 +#: ../../include/identity.php:897 msgid "Events this week:" msgstr "" -#: ../../include/identity.php:913 ../../include/identity.php:997 +#: ../../include/identity.php:910 ../../include/identity.php:994 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "" -#: ../../include/identity.php:921 ../../mod/settings.php:937 +#: ../../include/identity.php:918 ../../mod/settings.php:937 msgid "Full Name:" msgstr "" -#: ../../include/identity.php:928 +#: ../../include/identity.php:925 msgid "j F, Y" msgstr "" -#: ../../include/identity.php:929 +#: ../../include/identity.php:926 msgid "j F" msgstr "" -#: ../../include/identity.php:936 +#: ../../include/identity.php:933 msgid "Birthday:" msgstr "" -#: ../../include/identity.php:940 +#: ../../include/identity.php:937 msgid "Age:" msgstr "" -#: ../../include/identity.php:949 +#: ../../include/identity.php:946 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/identity.php:952 ../../mod/profiles.php:526 +#: ../../include/identity.php:949 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "" -#: ../../include/identity.php:956 ../../mod/profiles.php:528 +#: ../../include/identity.php:953 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "" -#: ../../include/identity.php:958 +#: ../../include/identity.php:955 msgid "Tags:" msgstr "" -#: ../../include/identity.php:960 ../../mod/profiles.php:529 +#: ../../include/identity.php:957 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "" -#: ../../include/identity.php:962 +#: ../../include/identity.php:959 msgid "Religion:" msgstr "" -#: ../../include/identity.php:964 ../../mod/directory.php:165 +#: ../../include/identity.php:961 ../../mod/directory.php:169 msgid "About:" msgstr "" -#: ../../include/identity.php:966 +#: ../../include/identity.php:963 msgid "Hobbies/Interests:" msgstr "" -#: ../../include/identity.php:968 ../../mod/profiles.php:532 +#: ../../include/identity.php:965 ../../mod/profiles.php:532 msgid "Likes:" msgstr "" -#: ../../include/identity.php:970 ../../mod/profiles.php:533 +#: ../../include/identity.php:967 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "" -#: ../../include/identity.php:973 +#: ../../include/identity.php:970 msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/identity.php:975 +#: ../../include/identity.php:972 msgid "My other channels:" msgstr "" -#: ../../include/identity.php:977 +#: ../../include/identity.php:974 msgid "Musical interests:" msgstr "" -#: ../../include/identity.php:979 +#: ../../include/identity.php:976 msgid "Books, literature:" msgstr "" -#: ../../include/identity.php:981 +#: ../../include/identity.php:978 msgid "Television:" msgstr "" -#: ../../include/identity.php:983 +#: ../../include/identity.php:980 msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/identity.php:985 +#: ../../include/identity.php:982 msgid "Love/Romance:" msgstr "" -#: ../../include/identity.php:987 +#: ../../include/identity.php:984 msgid "Work/employment:" msgstr "" -#: ../../include/identity.php:989 +#: ../../include/identity.php:986 msgid "School/education:" msgstr "" @@ -2306,7 +2310,7 @@ msgstr "" #: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 #: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431 #: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078 -#: ../../mod/admin.php:1165 ../../mod/connedit.php:437 +#: ../../mod/admin.php:1165 ../../mod/connedit.php:443 #: ../../mod/profiles.php:506 ../../mod/sources.php:104 #: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347 #: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335 @@ -2974,40 +2978,52 @@ msgid_plural "%d invitations available" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:20 -msgid "Find Channels" -msgstr "" - -#: ../../include/contact_widgets.php:21 -msgid "Enter name or interest" +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:435 +msgid "Advanced" msgstr "" #: ../../include/contact_widgets.php:22 -msgid "Connect/Follow" +msgid "Find Channels" msgstr "" #: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "" + +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "" + +#: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:371 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:371 msgid "Find" msgstr "" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 msgid "Channel Suggestions" msgstr "" -#: ../../include/contact_widgets.php:27 +#: ../../include/contact_widgets.php:29 msgid "Random Profile" msgstr "" -#: ../../include/contact_widgets.php:28 +#: ../../include/contact_widgets.php:30 msgid "Invite Friends" msgstr "" -#: ../../include/contact_widgets.php:120 +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "" + +#: ../../include/contact_widgets.php:125 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" @@ -4533,10 +4549,6 @@ msgstr "" msgid "Policies" msgstr "" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "" - #: ../../mod/admin.php:439 msgid "Site name" msgstr "" @@ -4844,13 +4856,13 @@ msgstr "" msgid "Deny" msgstr "" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:747 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Block" msgstr "" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:748 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Unblock" msgstr "" @@ -4953,7 +4965,7 @@ msgstr "" msgid "Log level" msgstr "" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "" @@ -4991,28 +5003,28 @@ msgstr "" msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "" -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "" -#: ../../mod/directory.php:208 +#: ../../mod/directory.php:212 msgid "Finding:" msgstr "" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "next page" msgstr "" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "previous page" msgstr "" -#: ../../mod/directory.php:223 +#: ../../mod/directory.php:227 msgid "No entries (some entries may be hidden)." msgstr "" @@ -5032,300 +5044,300 @@ msgstr "" msgid "Failed to update connection record." msgstr "" -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:210 msgid "Could not access address book record." msgstr "" -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:224 msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:231 msgid "Channel has been unblocked" msgstr "" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:232 msgid "Channel has been blocked" msgstr "" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 msgid "Unable to set address book parameters." msgstr "" -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:243 msgid "Channel has been unignored" msgstr "" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:244 msgid "Channel has been ignored" msgstr "" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:255 msgid "Channel has been unarchived" msgstr "" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:256 msgid "Channel has been archived" msgstr "" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:267 msgid "Channel has been unhidden" msgstr "" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:268 msgid "Channel has been hidden" msgstr "" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:282 msgid "Channel has been approved" msgstr "" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:283 msgid "Channel has been unapproved" msgstr "" -#: ../../mod/connedit.php:295 +#: ../../mod/connedit.php:301 msgid "Contact has been removed." msgstr "" -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:321 #, php-format msgid "View %s's profile" msgstr "" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:325 msgid "Refresh Permissions" msgstr "" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:328 msgid "Fetch updated permissions" msgstr "" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:332 msgid "Recent Activity" msgstr "" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:335 msgid "View recent posts and comments" msgstr "" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:342 msgid "Block or Unblock this connection" msgstr "" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 msgid "Unignore" msgstr "" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:349 msgid "Ignore or Unignore this connection" msgstr "" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Unarchive" msgstr "" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Archive" msgstr "" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:355 msgid "Archive or Unarchive this connection" msgstr "" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Unhide" msgstr "" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Hide" msgstr "" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:361 msgid "Hide or Unhide this connection" msgstr "" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:368 msgid "Delete this connection" msgstr "" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:401 msgid "Unknown" msgstr "" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 msgid "Approve this connection" msgstr "" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:411 msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 msgid "Automatic Permissions Settings" msgstr "" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 #, php-format msgid "Connections: settings for %s" msgstr "" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:431 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 "" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:433 msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:439 msgid "inherited" msgstr "" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:441 msgid "Connection has no individual permissions!" msgstr "" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:442 msgid "" "This may be appropriate based on your privacy settings, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../mod/connedit.php:438 +#: ../../mod/connedit.php:444 msgid "Profile Visibility" msgstr "" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:445 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../mod/connedit.php:440 +#: ../../mod/connedit.php:446 msgid "Contact Information / Notes" msgstr "" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:447 msgid "Edit contact notes" msgstr "" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:449 msgid "Their Settings" msgstr "" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:450 msgid "My Settings" msgstr "" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:452 msgid "Forum Members" msgstr "" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:453 msgid "Soapbox" msgstr "" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:454 msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:455 msgid "Cautious Sharing " msgstr "" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:456 msgid "Follow Only" msgstr "" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:457 msgid "Individual Permissions" msgstr "" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:458 msgid "" "Some permissions may be inherited from your channel privacy settings, which have higher priority than individual " "settings. Changing those inherited settings on this page will have no effect." msgstr "" -#: ../../mod/connedit.php:453 +#: ../../mod/connedit.php:459 msgid "Advanced Permissions" msgstr "" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:460 msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:464 #, php-format msgid "Visit %s's profile - %s" msgstr "" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:465 msgid "Block/Unblock contact" msgstr "" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:466 msgid "Ignore contact" msgstr "" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:467 msgid "Repair URL settings" msgstr "" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:468 msgid "View conversations" msgstr "" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:470 msgid "Delete contact" msgstr "" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:473 msgid "Last update:" msgstr "" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:475 msgid "Update public posts" msgstr "" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:477 msgid "Update now" msgstr "" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:483 msgid "Currently blocked" msgstr "" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:484 msgid "Currently ignored" msgstr "" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:485 msgid "Currently archived" msgstr "" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:486 msgid "Currently pending" msgstr "" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "Hide this contact from others" msgstr "" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "" "Replies/likes to your public posts may still be visible" msgstr "" @@ -5653,21 +5665,6 @@ msgstr "" msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." -msgstr "" - -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "" - #: ../../mod/dirsearch.php:21 msgid "This site is not a directory server" msgstr "" @@ -5775,7 +5772,7 @@ msgid "" "phpmyadmin or mysql." msgstr "" -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:612 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" @@ -6082,11 +6079,11 @@ msgstr "" msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/setup.php:607 +#: ../../mod/setup.php:610 msgid "

    What next

    " msgstr "" -#: ../../mod/setup.php:608 +#: ../../mod/setup.php:611 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" @@ -6194,7 +6191,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1438 +#: ../../mod/lostpass.php:85 ../../boot.php:1445 msgid "Password Reset" msgstr "" @@ -6483,6 +6480,11 @@ msgstr "" msgid "OpenID protocol error. No ID returned." msgstr "" +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "" + #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "" @@ -6495,6 +6497,12 @@ msgstr "" msgid "Delete Layout" msgstr "" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." +msgstr "" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "" @@ -6696,6 +6704,10 @@ msgstr "" msgid "Access to this profile has been restricted." msgstr "" +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "" + #: ../../mod/poke.php:159 msgid "Poke/Prod" msgstr "" @@ -7399,41 +7411,41 @@ msgstr "" msgid "Header image only on profile pages" msgstr "" -#: ../../boot.php:1236 +#: ../../boot.php:1243 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1239 +#: ../../boot.php:1246 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1403 +#: ../../boot.php:1410 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1431 +#: ../../boot.php:1438 msgid "Password" msgstr "" -#: ../../boot.php:1432 +#: ../../boot.php:1439 msgid "Remember me" msgstr "" -#: ../../boot.php:1437 +#: ../../boot.php:1444 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1502 +#: ../../boot.php:1509 msgid "permission denied" msgstr "" -#: ../../boot.php:1503 +#: ../../boot.php:1510 msgid "Got Zot?" msgstr "" -#: ../../boot.php:1924 +#: ../../boot.php:1940 msgid "toggle mobile" msgstr "" diff --git a/version.inc b/version.inc index 0a170250a..68de25a9b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-13.615 +2014-03-16.618 From 6f9fde997bd0d6c59045220a1afc2060b857c83a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 15:20:04 -0700 Subject: [PATCH 024/186] this is the correct fix --- include/api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/api.php b/include/api.php index f39039332..dd6733fe0 100644 --- a/include/api.php +++ b/include/api.php @@ -1552,8 +1552,8 @@ require_once('include/items.php'); 'geo' => '', 'favorited' => (($item['item_flags'] & ITEM_STARRED) ? true : false), 'user' => $status_user , - //'statusnet_html' => trim(prepare_text($item['body']),$item['mimetype']), - 'statusnet_html' => trim(prepare_text($item['body'])), + 'statusnet_html' => trim(prepare_text($item['body'],$item['mimetype'])), + 'statusnet_conversation_id' => $item['parent'], ); From ecb2e52a7411a8a39b8030964604f0f28f2facce Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 20:34:21 -0700 Subject: [PATCH 025/186] little fixes of hopefully nil significance --- include/api.php | 14 ++++---------- include/bbcode.php | 9 ++++++--- include/oembed.php | 2 +- include/reddav.php | 4 ++-- include/text.php | 5 +++++ mod/oembed.php | 3 +-- 6 files changed, 19 insertions(+), 18 deletions(-) diff --git a/include/api.php b/include/api.php index dd6733fe0..57551a3b0 100644 --- a/include/api.php +++ b/include/api.php @@ -533,12 +533,6 @@ require_once('include/items.php'); api_register_func('api/red/channel/export/basic','api_export_basic', true); - - - - - - function api_channel_stream(&$a, $type) { if(api_user() === false) { logger('api_channel_stream: no user'); @@ -700,12 +694,12 @@ require_once('include/items.php'); function red_item_new(&$a, $type) { if (api_user() === false) { - logger('api_statuses_update: no user'); + logger('api_red_item_new: no user'); return false; } - logger('api_statuses_update: REQUEST ' . print_r($_REQUEST,true)); - logger('api_statuses_update: FILES ' . print_r($_FILES,true)); + logger('api_red_item_new: REQUEST ' . print_r($_REQUEST,true)); + logger('api_red_item_new: FILES ' . print_r($_FILES,true)); // set this so that the item_post() function is quiet and doesn't redirect or emit json @@ -1698,7 +1692,7 @@ require_once('include/items.php'); 'broughtbyurl' => '', 'timezone' => 'UTC', 'closed' => $closed, 'inviteonly' => 'false', 'private' => $private, 'textlimit' => $textlimit, 'sslserver' => $sslserver, 'ssl' => $ssl, 'shorturllength' => '30', - 'friendica' => array( + 'redmatrix' => array( 'RED_PLATFORM' => RED_PLATFORM, 'RED_VERSION' => RED_VERSION, 'ZOT_REVISION' => ZOT_REVISION, diff --git a/include/bbcode.php b/include/bbcode.php index cd0bf527e..c8d1ab425 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -229,9 +229,12 @@ function bb_location($match) { function bbiframe($match) { $a = get_app(); - if(strpos($match[1],get_app()->get_hostname())) - return '' . $match[1] . ''; - return ''; + + // use sandbox mode to prevent malicious goings on rather than host restriction + // if(strpos($match[1],get_app()->get_hostname())) + // return '' . $match[1] . ''; + + return ''; } function bb_ShareAttributesSimple($match) { diff --git a/include/oembed.php b/include/oembed.php index 57631b051..46b1d72c4 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -165,7 +165,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/include/reddav.php b/include/reddav.php index 2a26ac42a..a39a84e21 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -708,7 +708,7 @@ function RedFileData($file, &$auth,$test = false) { $r = q("select id, uid, hash, filename, filetype, filesize, revision, folder, flags, created, edited from attach where folder = '%s' and filename = '%s' and uid = %d $perms group by filename limit 1", dbesc($folder), - basename($file), + dbesc(basename($file)), intval($channel_id) ); @@ -719,7 +719,7 @@ function RedFileData($file, &$auth,$test = false) { $r = q("select id, uid, hash, filename, filetype, filesize, revision, folder, flags, created, edited from attach where folder = '%s' and filename = '%s' and uid = %d group by filename limit 1", dbesc($folder), - basename($file), + dbesc(basename($file)), intval($channel_id) ); if($r) diff --git a/include/text.php b/include/text.php index 53b92c05f..e3b1f1c4e 100755 --- a/include/text.php +++ b/include/text.php @@ -278,6 +278,11 @@ function hex2bin($s) { if(! (is_string($s) && strlen($s))) return ''; + if(strlen($s) & 1) { + logger('hex2bin: illegal hex string: ' . $s); + return $s; + } + if(! ctype_xdigit($s)) { return($s); } diff --git a/mod/oembed.php b/mod/oembed.php index adda63cf2..a053a8c98 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -19,8 +19,7 @@ function oembed_init(&$a){ else { echo ""; - $url = base64url_decode(argv(1)); - $j = oembed_fetch_url($url); + $j = oembed_fetch_url(base64url_decode(argv(1))); echo $j->html; // logger('mod-oembed ' . $j->html, LOGGER_ALL); echo ""; From e57bf86a276cbacac0e112b794c85202cbca7dcf Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 20:49:29 -0700 Subject: [PATCH 026/186] mail notification goes to old link --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enotify.php b/include/enotify.php index 036d5275e..5a55aee09 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -88,7 +88,7 @@ function notification($params) { $sitelink = t('Please visit %s to view and/or reply to your private messages.'); $tsitelink = sprintf( $sitelink, $siteurl . '/mail/' . $params['item']['id'] ); $hsitelink = sprintf( $sitelink, '' . $sitename . ''); - $itemlink = $siteurl . '/message/' . $params['item']['id']; + $itemlink = $siteurl . '/mail/' . $params['item']['id']; } if($params['type'] == NOTIFY_COMMENT) { From e7981c8a0348a3d28e0fecfca536ca6f5a8c88d4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Mar 2014 21:34:51 -0700 Subject: [PATCH 027/186] remove mysql dependencies from cache api --- include/cache.php | 47 ++++++++++++++++------------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/include/cache.php b/include/cache.php index b546cd0e9..a70650b5e 100644 --- a/include/cache.php +++ b/include/cache.php @@ -6,52 +6,37 @@ class Cache { public static function get($key){ - $r = q("SELECT `v` FROM `cache` WHERE `k`='%s' limit 1", + $r = q("SELECT v FROM cache WHERE k = '%s' limit 1", dbesc($key) ); - if (count($r)) return $r[0]['v']; + if ($r) + return $r[0]['v']; return null; } public static function set($key,$value) { - q("REPLACE INTO `cache` (`k`,`v`,`updated`) VALUES ('%s','%s','%s')", + $r = q("SELECT * FROM cache WHERE k = '%s' limit 1", + dbesc($key) + ); + if($r) { + q("UPDATE cache SET v = '%s', updated = '%s' WHERE k = '%s' limit 1", + dbesc($value), + dbesc(datetime_convert()), + dbesc($key)); + } + else { + q("INSERT INTO cache ( k, v, updated) VALUES ('%s','%s','%s')", dbesc($key), dbesc($value), dbesc(datetime_convert())); + } } -/* - * - * Leaving this legacy code temporaily to see how REPLACE fares - * as opposed to non-atomic checks when faced with fast moving key duplication. - * As a MySQL extension it isn't portable, but we're not yet very portable. - */ - -/* - * $r = q("SELECT * FROM `cache` WHERE `k`='%s' limit 1", - * dbesc($key) - * ); - * if(count($r)) { - * q("UPDATE `cache` SET `v` = '%s', `updated = '%s' WHERE `k` = '%s' limit 1", - * dbesc($value), - * dbesc(datetime_convert()), - * dbesc($key)); - * } - * else { - * q("INSERT INTO `cache` (`k`,`v`,`updated`) VALUES ('%s','%s','%s')", - * dbesc($key), - * dbesc($value), - * dbesc(datetime_convert())); - * } - * } - */ - - public static function clear(){ - q("DELETE FROM `cache` WHERE `updated` < '%s'", + q("DELETE FROM cache WHERE updated < '%s'", dbesc(datetime_convert('UTC','UTC',"now - 30 days"))); } From aa07edbdd107b512caf5a83d863c9d79a6e46694 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 17 Mar 2014 18:44:01 -0700 Subject: [PATCH 028/186] sprintf error --- include/reddav.php | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/reddav.php b/include/reddav.php index a39a84e21..d6c3d126b 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -276,7 +276,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d)", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d)", dbesc($folder), dbesc($path_arr[$x]), intval($channel_id), diff --git a/version.inc b/version.inc index 68de25a9b..57151d089 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-16.618 +2014-03-17.619 From 1446cc80960d278d26a2c2a0a529728beed10215 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 18 Mar 2014 02:41:58 +0000 Subject: [PATCH 029/186] Missed one --- include/reddav.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/reddav.php b/include/reddav.php index d6c3d126b..c65cb569b 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -276,7 +276,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d)", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = '%d' and (flags & %d)", dbesc($folder), dbesc($path_arr[$x]), intval($channel_id), @@ -581,9 +581,10 @@ function RedCollectionData($file,&$auth) { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d) $perms limit 1", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d) $perms limit 1", dbesc($folder), dbesc($path_arr[$x]), + intval($channel_id), intval(ATTACH_FLAG_DIR) ); if(! $r) { From c8fb979ed86403bc38baaf92c90f299434b25fdf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 18 Mar 2014 02:43:36 +0000 Subject: [PATCH 030/186] oops --- include/reddav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reddav.php b/include/reddav.php index c65cb569b..1047bdc9e 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -276,7 +276,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = '%d' and (flags & %d)", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d)", dbesc($folder), dbesc($path_arr[$x]), intval($channel_id), From 8c177fbc4b20c297afbd7035dbb5e59d94fb4020 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Mar 2014 16:50:46 -0700 Subject: [PATCH 031/186] cleanup --- include/items.php | 28 +++++++++++++++------------- include/reddav.php | 3 ++- include/zot.php | 31 +++++++++++++++++++------------ version.inc | 2 +- 4 files changed, 37 insertions(+), 27 deletions(-) diff --git a/include/items.php b/include/items.php index 70e098415..6788ac3da 100755 --- a/include/items.php +++ b/include/items.php @@ -3931,23 +3931,25 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C if(isset($arr['start']) && isset($arr['records'])) $pager_sql = sprintf(" LIMIT %d, %d ",intval($arr['start']), intval($arr['records'])); - if(($arr['cmin'] != 0) || ($arr['cmax'] != 99)) { + if(array_key_exists('cmin',$arr) || array_key_exists('cmax',$arr)) { + if(($arr['cmin'] != 0) || ($arr['cmax'] != 99)) { - // Not everybody who shows up in the network stream will be in your address book. - // By default those that aren't are assumed to have closeness = 99; but this isn't - // recorded anywhere. So if cmax is 99, we'll open the search up to anybody in - // the stream with a NULL address book entry. + // Not everybody who shows up in the network stream will be in your address book. + // By default those that aren't are assumed to have closeness = 99; but this isn't + // recorded anywhere. So if cmax is 99, we'll open the search up to anybody in + // the stream with a NULL address book entry. - $sql_nets .= " AND "; + $sql_nets .= " AND "; - if($arr['cmax'] == 99) - $sql_nets .= " ( "; + if($arr['cmax'] == 99) + $sql_nets .= " ( "; - $sql_nets .= "( abook.abook_closeness >= " . intval($arr['cmin']) . " "; - $sql_nets .= " AND abook.abook_closeness <= " . intval($arr['cmax']) . " ) "; - if($cmax == 99) - $sql_nets .= " OR abook.abook_closeness IS NULL ) "; - } + $sql_nets .= "( abook.abook_closeness >= " . intval($arr['cmin']) . " "; + $sql_nets .= " AND abook.abook_closeness <= " . intval($arr['cmax']) . " ) "; + if($cmax == 99) + $sql_nets .= " OR abook.abook_closeness IS NULL ) "; + } + } $simple_update = (($client_mode & CLIENT_MODE_UPDATE) ? " and ( item.item_flags & " . intval(ITEM_UNSEEN) . " ) " : ''); if($client_mode & CLIENT_MODE_LOAD) diff --git a/include/reddav.php b/include/reddav.php index 1047bdc9e..b7bb94fa0 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -590,9 +590,10 @@ function RedCollectionData($file,&$auth) { if(! $r) { // path wasn't found. Try without permissions to see if it was the result of permissions. $errors = true; - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d) limit 1", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d) limit 1", dbesc($folder), basename($path_arr[$x]), + intval($channel_id), intval(ATTACH_FLAG_DIR) ); if($r) { diff --git a/include/zot.php b/include/zot.php index 934348d2d..d4d77157a 100644 --- a/include/zot.php +++ b/include/zot.php @@ -872,21 +872,28 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { } // get rid of any hubs we have for this channel which weren't reported. + // This was needed at one time to resolve complicated cross-site inconsistencies, but can cause sync conflict. + // currently disabled. + +// if($xisting) { +// foreach($xisting as $x) { +// if(! array_key_exists('updated',$x)) { +// logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url']); +// $r = q("delete from hubloc where hubloc_id = %d limit 1", +// intval($x['hubloc_id']) +// ); +// $what .= 'removed_hub'; +// $changed = true; +// } +// } +// } - if($xisting) { - foreach($xisting as $x) { - if(! array_key_exists('updated',$x)) { - logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url']); - $r = q("delete from hubloc where hubloc_id = %d limit 1", - intval($x['hubloc_id']) - ); - $what .= 'removed_hub'; - $changed = true; - } - } - } } + + + + // Are we a directory server of some kind? if($dirmode != DIRECTORY_MODE_NORMAL) { diff --git a/version.inc b/version.inc index 57151d089..c901375c2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-17.619 +2014-03-18.620 From 20d47c44782e27f9930c49ddd59a2abc12f79a07 Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 19 Mar 2014 09:43:23 +0100 Subject: [PATCH 032/186] bootstrapify common tabs and make show aside/tabs buttons only appear if there is something to show --- view/css/bootstrap-red.css | 4 +++ view/css/conversation.css | 4 --- view/css/default.css | 4 +-- view/theme/redbasic/css/style.css | 39 +++++++++--------------------- view/theme/redbasic/js/redbasic.js | 15 +++++++++++- view/tpl/common_tabs.tpl | 12 +++++---- view/tpl/nav.tpl | 3 +++ 7 files changed, 41 insertions(+), 40 deletions(-) diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index aff35bf85..016c66c97 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -121,6 +121,10 @@ nav .navbar-collapse .navbar-right { margin-right: 5px; } +.nav-tabs.nav-justified > li { + white-space: nowrap; +} + code { white-space: normal; } diff --git a/view/css/conversation.css b/view/css/conversation.css index 188dbaccc..33786600d 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,9 +1,5 @@ /* jot */ -#profile-jot-wrapper { - margin-top: 25px; -} - #jot-title, #jot-category, #jot-pagetitle { diff --git a/view/css/default.css b/view/css/default.css index f8d00d34c..9ece626b4 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -18,7 +18,7 @@ aside#region_1 { min-width: 210px; display: table-cell; vertical-align: top; - padding: 65px 7px 7px 7px; + padding: 65px 7px 13px 7px; } aside input[type='text'] { @@ -29,5 +29,5 @@ section { width: 100%; display: table-cell; vertical-align: top; - padding: 65px 15px 200px 7px; + padding: 65px 13px 200px 13px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3b61ceab1..4415bdc30 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -245,31 +245,6 @@ header #banner #logo-text { font-size: 22px; } -.tabs { - height: 28px; - border-bottom: 1px solid #aaaaaa; - padding:0px; - width: 100%; -} - -.tabs li { margin: 0px; list-style: none; } -.tab { - display:block; - float:left; - margin-right: 15px ; -} - -.tab.active { - color: #444444; -} - -ul.tabs { - margin-top: 0px; - margin-bottom: 0px; - list-style-type: none; - -} - /* footer */ footer { @@ -2308,11 +2283,19 @@ blockquote { background-color: $nav_active_icon_colour; } -#expand-aside { +#expand-aside, +#expand-tabs { color: $nav_active_icon_colour; padding: 7px 10px; } +#tabs-collapse-1 { + padding: 0px; + margin-bottom: 25px; + border-top: none; + box-shadow: none; +} + @media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); @@ -2326,8 +2309,8 @@ blockquote { } main { - left: -227px; - width: calc( 100% + 227px ); + left: -225px; + width: calc( 100% + 225px ); } main.region_1-on { diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index bec7c55c8..9a34b6a07 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -22,11 +22,24 @@ function cmtBbClose(comment, id) { $(document).ready(function() { -$('[data-toggle=offcanvas]').click(function() { +$('#expand-aside').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); $('main').toggleClass('region_1-on'); + $('html, body').animate({ scrollTop: position }); }); +if ($('aside').html().length == 0) { + $('#expand-aside').hide(); +} + +$('#expand-tabs').click(function() { + $('#expand-tabs-icon').toggleClass('icon-circle-arrow-down').toggleClass('icon-circle-arrow-up'); +}); + +if($('#tabs-collapse-1').length == 0) { + $('#expand-tabs').hide(); +} + $('.group-edit-icon').hover( function() { $(this).css('opacity','1.0');}, diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl index 3d34d7c57..fa6bfbdfa 100755 --- a/view/tpl/common_tabs.tpl +++ b/view/tpl/common_tabs.tpl @@ -1,6 +1,8 @@ - +
    diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index fbdf28f76..5aa3b0f01 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,6 +5,9 @@ + From 804d8bd73b5bd3792438b025c3477931bf445eb1 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Wed, 19 Mar 2014 13:56:38 +0100 Subject: [PATCH 033/186] this shouldnt be there --- view/theme/redbasic/js/redbasic.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 9a34b6a07..432be1a2e 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,5 +1,4 @@ - function cmtBbOpen(comment, id) { if($(comment).hasClass('comment-edit-text-full')) { $(".comment-edit-bb-" + id).show(); @@ -25,7 +24,6 @@ $(document).ready(function() { $('#expand-aside').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); $('main').toggleClass('region_1-on'); - $('html, body').animate({ scrollTop: position }); }); if ($('aside').html().length == 0) { @@ -80,4 +78,4 @@ $(document).ready(function(){ } }; setInterval(function () {checkNotify();}, 10 * 1000); -}); +})if From afca10a0710511bb24ab4b382ef55233538e6589 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Wed, 19 Mar 2014 14:03:40 +0100 Subject: [PATCH 034/186] lesson learned.... dont fix anything on a mobile device --- view/theme/redbasic/js/redbasic.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 432be1a2e..c58711e94 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,4 +1,3 @@ - function cmtBbOpen(comment, id) { if($(comment).hasClass('comment-edit-text-full')) { $(".comment-edit-bb-" + id).show(); @@ -78,4 +77,4 @@ $(document).ready(function(){ } }; setInterval(function () {checkNotify();}, 10 * 1000); -})if +}); From 68fc2a220e81589d86af0233b533b6b713545a24 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 19 Mar 2014 19:53:14 -0700 Subject: [PATCH 035/186] prune_hub_reinstalls() and add cron weekly as a side effect --- include/hubloc.php | 32 ++++++++++++++++++++++++++++++++ include/poller.php | 17 +++++++++++++++++ version.inc | 2 +- 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 include/hubloc.php diff --git a/include/hubloc.php b/include/hubloc.php new file mode 100644 index 000000000..b6f0c8c57 --- /dev/null +++ b/include/hubloc.php @@ -0,0 +1,32 @@ + 1) { + + $d1 = datetime_convert('UTC','UTC',$x[0]['c']); + $d2 = datetime_convert('UTC','UTC','now - 3 days'); + + // allow some slop period, say 3 days - just in case this is a glitch or transient occurrence + + if($d1 < $d2) { + logger('prune_hub_reinstalls: removing dead hublocs at ' . $rr['site_url']); + $y = q("delete from hubloc where hubloc_sitekey = '%s'", + dbesc($x[0]['hubloc_sitekey']) + ); + } + } + } + } +} \ No newline at end of file diff --git a/include/poller.php b/include/poller.php index 423ee46c1..bae39dd2e 100644 --- a/include/poller.php +++ b/include/poller.php @@ -105,6 +105,23 @@ function poller_run($argv, $argc){ if($d2 != intval($d1)) { + $d3 = intval(datetime_convert('UTC','UTC','now','N')); + if($d3 == 7) { + + /** + * Cron Weekly + * + * Actions in the following block are executed once per day only on Sunday (once per week). + * + */ + + require_once('include/hubloc.php'); + prune_hub_reinstalls(); + + + } + + // expire any read notifications over a month old q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY"); diff --git a/version.inc b/version.inc index c901375c2..6d26777da 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-18.620 +2014-03-19.621 From fa5ac2682879bd98362fba5317cf75ae1e8abff1 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 19 Mar 2014 19:56:21 -0700 Subject: [PATCH 036/186] doco --- include/hubloc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hubloc.php b/include/hubloc.php index b6f0c8c57..35d9dbeb1 100644 --- a/include/hubloc.php +++ b/include/hubloc.php @@ -19,6 +19,7 @@ function prune_hub_reinstalls() { $d2 = datetime_convert('UTC','UTC','now - 3 days'); // allow some slop period, say 3 days - just in case this is a glitch or transient occurrence + // Then remove any hublocs pointing to the oldest entry. if($d1 < $d2) { logger('prune_hub_reinstalls: removing dead hublocs at ' . $rr['site_url']); From 2dda5d6c708a8fb6e20b1f722510d8f174e1e328 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 19 Mar 2014 20:40:35 -0700 Subject: [PATCH 037/186] add expire setting, take out unknown mailers and max friend requests per day which aren't implemented --- mod/settings.php | 1 + view/tpl/settings.tpl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index 1d2a5ecf9..cc4842725 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -956,6 +956,7 @@ function settings_content(&$a) { '$lbl_p2macro' => t('Advanced Privacy Settings'), + '$expire' => array('expire',t('Expire other channel content after this many days'),$expire,t('0 or blank prevents expiration')), '$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')), '$permissions' => t('Default Post Permissions'), '$permdesc' => t("\x28click to open/close\x29"), diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 49dff4822..acea86015 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -67,9 +67,9 @@ {{include file="field_yesno.tpl" field=$blocktags}} -{{include file="field_input.tpl" field=$maxreq}} -{{include file="field_input.tpl" field=$cntunkmail}} +{{include file="field_input.tpl" field=$expire}} +
    From 1156b141db8939474ce3a318276af271e34b8ff5 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 20 Mar 2014 16:45:19 -0700 Subject: [PATCH 038/186] increase log info to track down source of ownership failures --- include/zot.php | 2 +- version.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zot.php b/include/zot.php index d4d77157a..c8e95f993 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1360,7 +1360,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) { // We've validated the sender. Now make sure that the sender is the owner or author if($sender['hash'] != $arr['owner_xchan'] && $sender['hash'] != $arr['author_xchan']) { - logger('process_delivery: sender is not owner or author'); + logger("process_delivery: sender {$sender['hash']} is not owner {$arr['owner_xchan']} or author {$arr['author_xchan']} - mid {$arr['mid']}"); return; } diff --git a/version.inc b/version.inc index 6d26777da..aff82fc68 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-19.621 +2014-03-20.622 From 6d37e41fc3b716d86e90fd5a6bc0d9b89cb1d71b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 20 Mar 2014 22:08:16 -0700 Subject: [PATCH 039/186] found what I believe is the root cause of issue #230, but don't yet have a workable solution. This one is hard. --- include/zot.php | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/include/zot.php b/include/zot.php index c8e95f993..35b322b54 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1578,7 +1578,16 @@ function delete_imported_item($sender,$item,$uid) { } require_once('include/items.php'); - drop_item($r[0]['id'],false); + + // FIXME issue #230 is related + // Chicken/egg problem because we have to drop_item, but this removes information that tag_deliver may need to do its stuff. + // We can't reverse the order because drop_item refuses to run if the item already has the deleted flag set and we need to + // set that flag prior to calling tag_deliver. + + // One possibility would be to set the deleted flag, call both tag_deliver and the notifier to notify downstream channels + // and then clean up after ourselves with a cron job after a day or two to do the delete_item_lowlevel(). + + drop_item($r[0]['uid'],false); tag_deliver($uid,$r[0]['id']); @@ -1676,20 +1685,19 @@ function import_directory_profile($hash,$profile,$addr,$ud_flags = UPDATE_FLAGS_ $arr = array(); $arr['xprof_hash'] = $hash; - $arr['xprof_desc'] = (($profile['description']) ? htmlspecialchars($profile['description'], ENT_COMPAT,'UTF-8',false) : ''); $arr['xprof_dob'] = datetime_convert('','',$profile['birthday'],'Y-m-d'); // !!!! check this for 0000 year - $arr['xprof_age'] = (($profile['age']) ? intval($profile['age']) : 0); - $arr['xprof_gender'] = (($profile['gender']) ? htmlspecialchars($profile['gender'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_marital'] = (($profile['marital']) ? htmlspecialchars($profile['marital'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_sexual'] = (($profile['sexual']) ? htmlspecialchars($profile['sexual'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_locale'] = (($profile['locale']) ? htmlspecialchars($profile['locale'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_region'] = (($profile['region']) ? htmlspecialchars($profile['region'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_age'] = (($profile['age']) ? intval($profile['age']) : 0); + $arr['xprof_desc'] = (($profile['description']) ? htmlspecialchars($profile['description'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_gender'] = (($profile['gender']) ? htmlspecialchars($profile['gender'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_marital'] = (($profile['marital']) ? htmlspecialchars($profile['marital'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_sexual'] = (($profile['sexual']) ? htmlspecialchars($profile['sexual'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_locale'] = (($profile['locale']) ? htmlspecialchars($profile['locale'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_region'] = (($profile['region']) ? htmlspecialchars($profile['region'], ENT_COMPAT,'UTF-8',false) : ''); $arr['xprof_postcode'] = (($profile['postcode']) ? htmlspecialchars($profile['postcode'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_country'] = (($profile['country']) ? htmlspecialchars($profile['country'], ENT_COMPAT,'UTF-8',false) : ''); - - $arr['xprof_about'] = (($profile['about']) ? htmlspecialchars($profile['about'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_homepage'] = (($profile['homepage']) ? htmlspecialchars($profile['homepage'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_hometown'] = (($profile['hometown']) ? htmlspecialchars($profile['hometown'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_country'] = (($profile['country']) ? htmlspecialchars($profile['country'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_about'] = (($profile['about']) ? htmlspecialchars($profile['about'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_homepage'] = (($profile['homepage']) ? htmlspecialchars($profile['homepage'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_hometown'] = (($profile['hometown']) ? htmlspecialchars($profile['hometown'], ENT_COMPAT,'UTF-8',false) : ''); $clean = array(); if(array_key_exists('keywords',$profile) and is_array($profile['keywords'])) { From 78f003e4a5e5c8ba80132cdb10af5f247f13090d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Mar 2014 01:14:35 -0700 Subject: [PATCH 040/186] doc update --- doc/html/apw_2php_2style_8php.html | 2 +- doc/html/datetime_8php.html | 2 +- doc/html/dba__driver_8php.html | 4 +- .../dir_d44c64559bbebec7f509842c48db8b23.html | 2 + .../dir_d44c64559bbebec7f509842c48db8b23.js | 1 + doc/html/files.html | 71 ++-- doc/html/globals_0x70.html | 3 + doc/html/globals_func_0x70.html | 3 + doc/html/hubloc_8php.html | 138 ++++++++ doc/html/hubloc_8php.js | 4 + doc/html/navtree.js | 8 +- doc/html/navtreeindex0.js | 6 +- doc/html/navtreeindex4.js | 60 ++-- doc/html/navtreeindex5.js | 266 +++++++-------- doc/html/navtreeindex6.js | 138 ++++---- doc/html/navtreeindex7.js | 306 +++++++++--------- doc/html/navtreeindex8.js | 118 +++---- doc/html/poller_8php.html | 2 + doc/html/search/all_68.js | 1 + doc/html/search/all_70.js | 1 + doc/html/search/files_68.js | 3 +- doc/html/search/functions_70.js | 1 + doc/html/text_8php.html | 2 +- util/messages.po | 258 ++++++++------- version.inc | 2 +- 25 files changed, 785 insertions(+), 617 deletions(-) create mode 100644 doc/html/hubloc_8php.html create mode 100644 doc/html/hubloc_8php.js diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 68530d444..7e4e209e1 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -260,7 +260,7 @@ Variables
    -

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

    diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index 11395417b..f3a443ac0 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -334,7 +334,7 @@ Functions
    -

    Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_author_rss(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), tag_deliver(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_author_rss(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), tag_deliver(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 3983e372c..b9ed4288e 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
    -

    Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    @@ -318,7 +318,7 @@ Functions

    This will happen occasionally trying to store the session data after abnormal program termination

    -

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 9e31544c7..83e0e9f66 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -188,6 +188,8 @@ Files   file  html2plain.php   +file  hubloc.php +  file  identity.php   file  ItemObject.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 02d7747fe..def2d5ad8 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -49,6 +49,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "group.php", "include_2group_8php.html", "include_2group_8php" ], [ "html2bbcode.php", "html2bbcode_8php.html", "html2bbcode_8php" ], [ "html2plain.php", "html2plain_8php.html", "html2plain_8php" ], + [ "hubloc.php", "hubloc_8php.html", "hubloc_8php" ], [ "identity.php", "identity_8php.html", "identity_8php" ], [ "ItemObject.php", "ItemObject_8php.html", [ [ "Item", "classItem.html", "classItem" ] diff --git a/doc/html/files.html b/doc/html/files.html index 6a638826d..d77eaf233 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -156,41 +156,42 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*group.php |o*html2bbcode.php |o*html2plain.php -|o*identity.php -|o*ItemObject.php -|o*ITemplateEngine.php -|o*items.php -|o*language.phpTranslation support -|o*menu.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onedirsync.php -|o*onepoll.php -|o*page_widgets.php -|o*permissions.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*spam.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*hubloc.php +|o*identity.php +|o*ItemObject.php +|o*ITemplateEngine.php +|o*items.php +|o*language.phpTranslation support +|o*menu.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onedirsync.php +|o*onepoll.php +|o*page_widgets.php +|o*permissions.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*spam.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 71f8a4957..d7f0faa78 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -564,6 +564,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • protect_sprintf() : text.php
  • +
  • prune_hub_reinstalls() +: hubloc.php +
  • public_permissions_sql() : security.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 19b655742..4bd219a6d 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -425,6 +425,9 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');});
  • protect_sprintf() : text.php
  • +
  • prune_hub_reinstalls() +: hubloc.php +
  • public_permissions_sql() : security.php
  • diff --git a/doc/html/hubloc_8php.html b/doc/html/hubloc_8php.html new file mode 100644 index 000000000..37e3e05f2 --- /dev/null +++ b/doc/html/hubloc_8php.html @@ -0,0 +1,138 @@ + + + + + + +The Red Matrix: include/hubloc.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    hubloc.php File Reference
    +
    +
    + + + + +

    +Functions

     prune_hub_reinstalls ()
     
    +

    Function Documentation

    + +
    +
    + + + + + + + +
    prune_hub_reinstalls ()
    +
    + +

    Referenced by poller_run().

    + +
    +
    +
    +
    + diff --git a/doc/html/hubloc_8php.js b/doc/html/hubloc_8php.js new file mode 100644 index 000000000..0019e397f --- /dev/null +++ b/doc/html/hubloc_8php.js @@ -0,0 +1,4 @@ +var hubloc_8php = +[ + [ "prune_hub_reinstalls", "hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002", null ] +]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index fbedc65ce..1898af7cb 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -40,10 +40,10 @@ var NAVTREEINDEX = "classApp.html#ad5175536561021548ae8188e24c7b80c", "classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80", "friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c", -"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36", -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf", -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271", -"typohelper_8php.html#a7542d95618011800c61773127fa625cf" +"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0", +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e", +"register_8php.html", +"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index f6287cb10..b2080621f 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -19,9 +19,9 @@ var NAVTREEINDEX0 = "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,19,1], "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,19,0], "ConversationObject_8php.html":[5,0,0,23], -"ITemplateEngine_8php.html":[5,0,0,42], -"ItemObject_8php.html":[5,0,0,41], -"ProtoDriver_8php.html":[5,0,0,61], +"ITemplateEngine_8php.html":[5,0,0,43], +"ItemObject_8php.html":[5,0,0,42], +"ProtoDriver_8php.html":[5,0,0,62], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index cea561e04..95638039b 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -119,8 +119,8 @@ var NAVTREEINDEX4 = "globals_func_0x77.html":[5,1,1,23], "globals_func_0x78.html":[5,1,1,24], "globals_func_0x7a.html":[5,1,1,25], -"globals_vars.html":[5,1,2,0], "globals_vars.html":[5,1,2], +"globals_vars.html":[5,1,2,0], "globals_vars_0x61.html":[5,1,2,1], "globals_vars_0x63.html":[5,1,2,2], "globals_vars_0x64.html":[5,1,2,3], @@ -164,32 +164,34 @@ var NAVTREEINDEX4 = "html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,39,3], "html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,39,2], "html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,39,1], -"identity_8php.html":[5,0,0,40], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,40,3], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,40,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,40,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,40,13], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,40,19], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,40,18], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,40,20], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,40,8], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,40,23], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,40,24], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,40,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,40,21], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,40,16], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,40,9], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,40,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,40,12], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,40,11], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,40,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,40,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,40,14], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,40,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,40,17], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,40,15], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,40,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,40,22], +"hubloc_8php.html":[5,0,0,40], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[5,0,0,40,0], +"identity_8php.html":[5,0,0,41], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,41,3], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,41,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,41,2], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,41,13], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,41,19], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,41,18], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,41,20], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,41,8], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,41,23], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,41,24], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,41,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,41,21], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,41,16], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,41,9], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,41,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,41,12], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,41,11], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,41,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,41,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,41,14], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,41,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,41,17], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,41,15], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,41,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,41,22], "import_8php.html":[5,0,1,43], "import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,43,1], "import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,43,0], @@ -247,7 +249,5 @@ var NAVTREEINDEX4 = "include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[5,0,0,5,51], "include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[5,0,0,5,42], "include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], -"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26], -"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], -"include_2attach_8php.html":[5,0,0,6] +"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 6cbc8932d..3b44324e6 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,7 @@ var NAVTREEINDEX5 = { +"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], +"include_2attach_8php.html":[5,0,0,6], "include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], "include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[5,0,0,6,5], "include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[5,0,0,6,2], @@ -54,65 +56,65 @@ var NAVTREEINDEX5 = "include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,37,11], "include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,37,3], "include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,37,9], -"include_2menu_8php.html":[5,0,0,45], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,45,10], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,45,1], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,45,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,45,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,45,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,45,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,45,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,45,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,45,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,45,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,45,0], -"include_2message_8php.html":[5,0,0,46], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,46,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,46,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,46,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,46,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,46,0], -"include_2network_8php.html":[5,0,0,48], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,48,5], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,48,10], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,48,4], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,48,9], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,48,8], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,48,13], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,48,7], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,48,14], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,48,12], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,48,6], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,48,19], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,48,16], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,48,17], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,48,18], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,48,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,48,0], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,48,3], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,48,15], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,48,11], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,48,1], -"include_2notify_8php.html":[5,0,0,50], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,50,0], -"include_2oembed_8php.html":[5,0,0,52], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,52,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,52,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,52,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,52,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,52,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,52,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,52,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,52,2], -"include_2photos_8php.html":[5,0,0,57], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,57,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,57,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,57,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,57,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,57,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,57,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,57,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,57,4], +"include_2menu_8php.html":[5,0,0,46], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,46,10], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,46,1], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,46,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,46,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,46,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,46,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,46,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,46,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,46,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,46,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,46,0], +"include_2message_8php.html":[5,0,0,47], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,47,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,47,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,47,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,47,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,47,0], +"include_2network_8php.html":[5,0,0,49], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,49,5], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,49,10], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,49,4], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,49,9], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,49,8], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,49,13], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,49,7], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,49,14], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,49,12], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,49,6], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,49,19], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,49,16], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,49,17], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,49,18], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,49,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,49,0], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,49,3], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,49,15], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,49,11], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,49,1], +"include_2notify_8php.html":[5,0,0,51], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,51,0], +"include_2oembed_8php.html":[5,0,0,53], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,53,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,53,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,53,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,53,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,53,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,53,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,53,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,53,2], +"include_2photos_8php.html":[5,0,0,58], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,58,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,58,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,58,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,58,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,58,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,58,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,58,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,58,4], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], @@ -127,79 +129,79 @@ var NAVTREEINDEX5 = "item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,46,4], "item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,46,1], "item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,46,2], -"items_8php.html":[5,0,0,43], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,43,58], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,43,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,43,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,43,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,43,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,43,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,43,37], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,43,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,43,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,43,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,43,39], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,43,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,43,13], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,43,57], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,43,20], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,43,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,43,45], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,43,47], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,43,50], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,43,29], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,43,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,43,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,43,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,43,38], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,43,15], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,43,34], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,43,36], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,43,41], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,43,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,43,43], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,43,16], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,43,48], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,43,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,43,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,43,55], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,43,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,43,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,43,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,43,56], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,43,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,43,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,43,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,43,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,43,52], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,43,53], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,43,25], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,43,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,43,44], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,43,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,43,40], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,43,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,43,54], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,43,49], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,43,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,43,35], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,43,51], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,43,42], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,43,14], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,43,22], +"items_8php.html":[5,0,0,44], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,44,58], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,44,2], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,44,6], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,44,27], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,44,7], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,44,32], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,44,37], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,44,24], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,44,4], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,44,31], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,44,39], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,44,3], +"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,44,13], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,44,57], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,44,20], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,44,0], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,44,45], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,44,47], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,44,50], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,44,29], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,44,19], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,44,12], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,44,17], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,44,38], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,44,15], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,44,34], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,44,36], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,44,41], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,44,33], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,44,43], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,44,16], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,44,48], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,44,11], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,44,5], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,44,55], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,44,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,44,10], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,44,30], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,44,56], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,44,9], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,44,21], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,44,8], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,44,28], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,44,52], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,44,53], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,44,25], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,44,1], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,44,44], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,44,18], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,44,40], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,44,46], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,44,54], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,44,49], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,44,23], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,44,35], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,44,51], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,44,42], +"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,44,14], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,44,22], "lang_8php.html":[5,0,1,47], "lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,47,0], -"language_8php.html":[5,0,0,44], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,44,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,44,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,44,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,44,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,44,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,44,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,44,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,44,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,44,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,44,9], +"language_8php.html":[5,0,0,45], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,45,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,45,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,45,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,45,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,45,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,45,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,45,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,45,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,45,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,45,9], "layouts_8php.html":[5,0,1,48], "layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,48,0], "like_8php.html":[5,0,1,49], @@ -247,7 +249,5 @@ var NAVTREEINDEX5 = "mod_2chanman_8php.html":[5,0,1,10], "mod_2chat_8php.html":[5,0,1,13], "mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], -"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2], -"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], -"mod_2directory_8php.html":[5,0,1,23] +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 8b56a4ea8..05038079b 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,5 +1,7 @@ var NAVTREEINDEX6 = { +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], +"mod_2directory_8php.html":[5,0,1,23], "mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,23,1], "mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,23,0], "mod_2follow_8php.html":[5,0,1,37], @@ -50,9 +52,9 @@ var NAVTREEINDEX6 = "namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], -"nav_8php.html":[5,0,0,47], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,47,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,47,1], +"nav_8php.html":[5,0,0,48], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,48,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,48,1], "new__channel_8php.html":[5,0,1,63], "new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,63,2], "new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,63,1], @@ -63,20 +65,20 @@ var NAVTREEINDEX6 = "notifications_8php.html":[5,0,1,65], "notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,65,1], "notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,65,0], -"notifier_8php.html":[5,0,0,49], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,49,0], +"notifier_8php.html":[5,0,0,50], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,50,0], "notred_8php.html":[5,0,3,1,3,1,2], -"oauth_8php.html":[5,0,0,51], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,51,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,51,2], +"oauth_8php.html":[5,0,0,52], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,52,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,52,2], "oexchange_8php.html":[5,0,1,68], "oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,68,0], "oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,68,1], "olddefault_8php.html":[5,0,3,1,0,2,5], -"onedirsync_8php.html":[5,0,0,53], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,53,0], -"onepoll_8php.html":[5,0,0,54], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,54,0], +"onedirsync_8php.html":[5,0,0,54], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,54,0], +"onepoll_8php.html":[5,0,0,55], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,55,0], "online_8php.html":[5,0,1,69], "online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,69,0], "openid_8php.html":[5,0,1,70], @@ -86,9 +88,9 @@ var NAVTREEINDEX6 = "page_8php.html":[5,0,1,72], "page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,72,1], "page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,72,0], -"page__widgets_8php.html":[5,0,0,55], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,55,1], -"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,55,0], +"page__widgets_8php.html":[5,0,0,56], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,56,1], +"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,56,0], "pages.html":[], "parse__url_8php.html":[5,0,1,73], "parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,73,2], @@ -100,12 +102,12 @@ var NAVTREEINDEX6 = "pdledit_8php.html":[5,0,1,74], "pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,74,0], "pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,74,1], -"permissions_8php.html":[5,0,0,56], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,56,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,56,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,56,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,56,4], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,56,1], +"permissions_8php.html":[5,0,0,57], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,57,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,57,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,57,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,57,4], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,57,1], "photo_8php.html":[5,0,1,75], "photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,75,0], "photo__driver_8php.html":[5,0,0,1,0], @@ -133,37 +135,37 @@ var NAVTREEINDEX6 = "pine_8php.html":[5,0,3,1,0,2,8], "ping_8php.html":[5,0,1,78], "ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,78,0], -"plugin_8php.html":[5,0,0,58], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,58,21], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,58,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,58,20], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,58,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,58,16], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,58,18], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,58,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,58,15], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,58,13], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,58,28], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,58,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,58,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,58,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,58,23], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,58,27], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,58,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,58,0], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,58,29], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,58,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,58,25], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,58,22], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,58,12], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,58,17], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,58,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,58,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,58,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,58,14], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,58,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,58,19], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,58,5], +"plugin_8php.html":[5,0,0,59], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,59,21], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,59,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,59,20], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,59,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,59,16], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,59,18], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,59,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,59,15], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,59,13], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,59,28], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,59,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,59,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,59,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,59,23], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,59,27], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,59,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,59,0], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,59,29], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,59,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,59,25], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,59,22], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,59,12], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,59,17], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,59,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,59,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,59,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,59,14], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,59,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,59,19], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,59,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], "poco_8php.html":[5,0,1,79], @@ -171,8 +173,8 @@ var NAVTREEINDEX6 = "poke_8php.html":[5,0,1,80], "poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,80,1], "poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,80,0], -"poller_8php.html":[5,0,0,59], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,59,0], +"poller_8php.html":[5,0,0,60], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,60,0], "post_8php.html":[5,0,1,81], "post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,81,0], "post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,81,1], @@ -211,10 +213,10 @@ var NAVTREEINDEX6 = "profile__photo_8php.html":[5,0,1,85], "profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,85,0], "profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,85,1], -"profile__selectors_8php.html":[5,0,0,60], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,60,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,60,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,60,0], +"profile__selectors_8php.html":[5,0,0,61], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,61,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,61,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,61,0], "profiles_8php.html":[5,0,1,86], "profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,86,1], "profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,86,0], @@ -224,11 +226,11 @@ var NAVTREEINDEX6 = "profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,87,0], "pubsites_8php.html":[5,0,1,88], "pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,88,0], -"queue_8php.html":[5,0,0,62], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,62,0], -"queue__fn_8php.html":[5,0,0,63], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,63,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,63,0], +"queue_8php.html":[5,0,0,63], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,63,0], +"queue__fn_8php.html":[5,0,0,64], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,64,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,64,0], "randprof_8php.html":[5,0,1,89], "randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,89,0], "rbmark_8php.html":[5,0,1,90], @@ -244,10 +246,8 @@ var NAVTREEINDEX6 = "redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], "redbasic_8php.html":[5,0,3,1,0,2,9], -"reddav_8php.html":[5,0,0,64], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,64,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,64,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,64,4], -"register_8php.html":[5,0,1,91], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0] +"reddav_8php.html":[5,0,0,65], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,65,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,65,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,65,4] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index de7874d00..e4b177d74 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,5 +1,7 @@ var NAVTREEINDEX7 = { +"register_8php.html":[5,0,1,91], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0], "register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,91,2], "register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,91,1], "regmod_8php.html":[5,0,1,92], @@ -20,30 +22,30 @@ var NAVTREEINDEX7 = "search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,97,1], "search__ac_8php.html":[5,0,1,98], "search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,98,0], -"security_8php.html":[5,0,0,65], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,65,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,65,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,65,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,65,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,65,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,65,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,65,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,65,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,65,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,65,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,65,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,65,8], -"session_8php.html":[5,0,0,66], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,66,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,66,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,66,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,66,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,66,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,66,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,66,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,66,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,66,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,66,2], +"security_8php.html":[5,0,0,66], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,66,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,66,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,66,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,66,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,66,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,66,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,66,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,66,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,66,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,66,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,66,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,66,8], +"session_8php.html":[5,0,0,67], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,67,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,67,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,67,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,67,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,67,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,67,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,67,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,67,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,67,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,67,2], "settings_8php.html":[5,0,1,99], "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,99,0], "settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,99,1], @@ -75,22 +77,22 @@ var NAVTREEINDEX7 = "sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,103,0], "smilies_8php.html":[5,0,1,104], "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,104,0], -"socgraph_8php.html":[5,0,0,67], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,67,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,67,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,67,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,67,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,67,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,67,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,67,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,67,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,67,3], +"socgraph_8php.html":[5,0,0,68], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,68,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,68,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,68,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,68,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,68,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,68,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,68,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,68,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,68,3], "sources_8php.html":[5,0,1,105], "sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,105,0], "sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,105,1], -"spam_8php.html":[5,0,0,68], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,68,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,68,0], +"spam_8php.html":[5,0,0,69], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,69,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,69,0], "sslify_8php.html":[5,0,1,106], "sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,106,0], "starred_8php.html":[5,0,1,107], @@ -100,124 +102,124 @@ var NAVTREEINDEX7 = "suggest_8php.html":[5,0,1,109], "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,109,0], "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,109,1], -"system__unavailable_8php.html":[5,0,0,69], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,69,0], +"system__unavailable_8php.html":[5,0,0,70], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,70,0], "tagger_8php.html":[5,0,1,110], "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,110,0], "tagrm_8php.html":[5,0,1,111], "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,111,1], "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,111,0], -"taxonomy_8php.html":[5,0,0,70], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,70,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,70,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,70,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,70,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,70,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,70,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,70,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,70,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,70,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,70,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,70,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,70,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,70,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,70,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,70,8], -"template__processor_8php.html":[5,0,0,71], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,71,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,71,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,71,2], -"text_8php.html":[5,0,0,72], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,72,38], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,72,44], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,72,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,72,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,72,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,72,69], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,72,43], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,72,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,72,79], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,72,31], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,72,34], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,72,48], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,72,51], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,72,45], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,72,46], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,72,41], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,72,70], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,72,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,72,87], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,72,76], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,72,47], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,72,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,72,74], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,72,89], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,72,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,72,84], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,72,72], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,72,82], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,72,29], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,72,40], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,72,71], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,72,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,72,85], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,72,32], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,72,30], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,72,42], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,72,60], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,72,49], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,72,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,72,59], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,72,81], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,72,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,72,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,72,80], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,72,39], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,72,26], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,72,77], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,72,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,72,33], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,72,25], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,72,78], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,72,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,72,67], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,72,73], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,72,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,72,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,72,58], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,72,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,72,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,72,53], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,72,64], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,72,62], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,72,66], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,72,28], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,72,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,72,54], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,72,35], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,72,27], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,72,88], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,72,68], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,72,83], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,72,86], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,72,55], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,72,36], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,72,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,72,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,72,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,72,63], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,72,50], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,72,37], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,72,65], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,72,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,72,56], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,72,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,72,75], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,72,61], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,72,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,72,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,57], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,52], +"taxonomy_8php.html":[5,0,0,71], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,71,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,71,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,71,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,71,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,71,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,71,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,71,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,71,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,71,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,71,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,71,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,71,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,71,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,71,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,71,8], +"template__processor_8php.html":[5,0,0,72], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,72,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,72,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,72,2], +"text_8php.html":[5,0,0,73], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,73,38], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,73,44], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,73,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,73,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,73,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,73,69], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,73,43], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,73,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,73,79], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,73,31], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,73,34], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,73,48], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,73,51], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,73,45], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,73,46], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,73,41], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,73,70], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,73,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,73,87], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,73,76], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,73,47], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,73,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,73,74], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,73,89], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,73,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,73,84], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,73,72], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,73,82], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,73,29], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,73,40], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,73,71], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,73,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,73,85], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,73,32], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,73,30], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,73,42], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,73,60], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,73,49], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,73,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,73,59], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,73,81], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,73,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,73,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,73,80], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,73,39], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,73,26], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,73,77], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,73,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,73,33], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,73,25], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,73,78], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,73,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,73,67], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,73,73], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,73,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,73,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,73,58], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,73,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,73,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,73,53], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,73,64], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,73,62], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,73,66], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,73,28], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,73,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,73,54], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,73,35], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,73,27], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,73,88], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,73,68], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,73,83], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,73,86], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,73,55], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,73,36], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,73,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,73,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,73,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,73,63], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,73,50], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,73,37], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,73,65], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,73,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,73,56], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,73,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,73,75], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,73,61], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,73,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,73,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,73,57], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,73,52], "theme_2apw_2php_2theme__init_8php.html":[5,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], @@ -247,7 +249,5 @@ var NAVTREEINDEX7 = "typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[5,0,2,9,1], "typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[5,0,2,9,4], "typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], -"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2], -"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], -"typohelper_8php.html":[5,0,2,10] +"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 9f3006f4e..4374dc5c7 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,5 +1,7 @@ var NAVTREEINDEX8 = { +"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], +"typohelper_8php.html":[5,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], "uexport_8php.html":[5,0,1,115], @@ -63,35 +65,35 @@ var NAVTREEINDEX8 = "wfinger_8php.html":[5,0,1,129], "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,129,0], "widedarkness_8php.html":[5,0,3,1,0,2,10], -"widgets_8php.html":[5,0,0,73], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,73,10], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,73,24], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,73,2], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,73,7], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,73,8], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,73,15], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,73,17], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,73,18], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,73,4], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,73,23], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,73,11], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,73,25], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,73,19], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,73,14], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,73,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,73,21], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,73,9], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,73,5], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,73,6], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,73,22], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,73,20], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,73,27], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,73,13], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,73,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,73,12], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,73,26], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,73,3], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,73,16], +"widgets_8php.html":[5,0,0,74], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,74,10], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,74,24], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,74,2], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,74,7], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,74,8], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,74,15], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,74,17], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,74,18], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,74,4], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,74,23], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,74,11], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,74,25], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,74,19], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,74,14], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,74,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,74,21], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,74,9], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,74,5], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,74,6], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,74,22], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,74,20], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,74,27], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,74,13], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,74,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,74,12], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,74,26], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,74,3], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,74,16], "xchan_8php.html":[5,0,1,130], "xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,130,0], "xrd_8php.html":[5,0,1,131], @@ -100,35 +102,35 @@ var NAVTREEINDEX8 = "xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,132,0], "zfinger_8php.html":[5,0,1,133], "zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,133,0], -"zot_8php.html":[5,0,0,74], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,74,13], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,74,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,74,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,74,15], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,74,10], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,74,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,74,5], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,74,21], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,74,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,74,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,74,0], -"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,74,8], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,74,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,74,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,74,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,74,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,74,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,74,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,74,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,74,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,74,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,74,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,74,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,74,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,74,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,74,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,74,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,74,22], +"zot_8php.html":[5,0,0,75], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,75,13], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,75,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,75,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,75,15], +"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,75,10], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,75,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,75,5], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,75,21], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,75,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,75,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,75,0], +"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,75,8], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,75,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,75,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,75,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,75,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,75,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,75,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,75,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,75,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,75,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,75,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,75,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,75,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,75,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,75,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,75,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,75,22], "zotfeed_8php.html":[5,0,1,134], "zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,134,0], "zping_8php.html":[5,0,1,135], diff --git a/doc/html/poller_8php.html b/doc/html/poller_8php.html index 18a6733ec..8edd7b295 100644 --- a/doc/html/poller_8php.html +++ b/doc/html/poller_8php.html @@ -141,6 +141,8 @@ Functions

    Cron Daily

    Actions in the following block are executed once per day, not on every poller run

    +

    Cron Weekly

    +

    Actions in the following block are executed once per day only on Sunday (once per week).

    diff --git a/doc/html/search/all_68.js b/doc/html/search/all_68.js index a3845cfd0..5d4ffb302 100644 --- a/doc/html/search/all_68.js +++ b/doc/html/search/all_68.js @@ -25,6 +25,7 @@ var searchData= ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]], ['htmlactionspanel',['htmlActionsPanel',['../classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349',1,'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']]], ['hubloc_5fflags_5fprimary',['HUBLOC_FLAGS_PRIMARY',['../boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955',1,'boot.php']]], ['hubloc_5fflags_5funverified',['HUBLOC_FLAGS_UNVERIFIED',['../boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764',1,'boot.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index a36359c07..a48f5ee11 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -179,6 +179,7 @@ var searchData= ['protect_5fsprintf',['protect_sprintf',['../text_8php.html#a4e7698aca48982512594b274543c3b9b',1,'text.php']]], ['protodriver',['ProtoDriver',['../classProtoDriver.html',1,'']]], ['protodriver_2ephp',['ProtoDriver.php',['../ProtoDriver_8php.html',1,'']]], + ['prune_5fhub_5freinstalls',['prune_hub_reinstalls',['../hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002',1,'hubloc.php']]], ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], ['pubsites_2ephp',['pubsites.php',['../pubsites_8php.html',1,'']]], diff --git a/doc/html/search/files_68.js b/doc/html/search/files_68.js index 533921876..02e6b707b 100644 --- a/doc/html/search/files_68.js +++ b/doc/html/search/files_68.js @@ -4,5 +4,6 @@ var searchData= ['home_2ephp',['home.php',['../home_8php.html',1,'']]], ['hostxrd_2ephp',['hostxrd.php',['../hostxrd_8php.html',1,'']]], ['html2bbcode_2ephp',['html2bbcode.php',['../html2bbcode_8php.html',1,'']]], - ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]] + ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]], + ['hubloc_2ephp',['hubloc.php',['../hubloc_8php.html',1,'']]] ]; diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index b9933822c..9e42e36c0 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -95,6 +95,7 @@ var searchData= ['profperm_5fcontent',['profperm_content',['../profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023',1,'profperm.php']]], ['profperm_5finit',['profperm_init',['../profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6',1,'profperm.php']]], ['protect_5fsprintf',['protect_sprintf',['../text_8php.html#a4e7698aca48982512594b274543c3b9b',1,'text.php']]], + ['prune_5fhub_5freinstalls',['prune_hub_reinstalls',['../hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002',1,'hubloc.php']]], ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], ['pubsites_5fcontent',['pubsites_content',['../pubsites_8php.html#af614e279aab54065345bda6b03eafdf0',1,'pubsites.php']]], diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 7367ee43d..62ba84eca 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -1274,7 +1274,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    diff --git a/util/messages.po b/util/messages.po index 29fb2f6ff..71dc6247f 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-03-14.616\n" +"Project-Id-Version: 2014-03-21.623\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-14 00:03-0700\n" +"POT-Creation-Date: 2014-03-21 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -61,8 +61,8 @@ msgstr "" msgid "Notes" msgstr "" -#: ../../include/widgets.php:173 ../../include/text.php:771 -#: ../../include/text.php:785 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:776 +#: ../../include/text.php:790 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "" @@ -356,8 +356,8 @@ msgstr "" msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/nav.php:144 ../../include/text.php:769 -#: ../../include/text.php:783 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:774 +#: ../../include/text.php:788 ../../mod/search.php:29 msgid "Search" msgstr "" @@ -493,330 +493,330 @@ msgstr "" msgid "Please wait..." msgstr "" -#: ../../include/text.php:315 +#: ../../include/text.php:320 msgid "prev" msgstr "" -#: ../../include/text.php:317 +#: ../../include/text.php:322 msgid "first" msgstr "" -#: ../../include/text.php:346 +#: ../../include/text.php:351 msgid "last" msgstr "" -#: ../../include/text.php:349 +#: ../../include/text.php:354 msgid "next" msgstr "" -#: ../../include/text.php:361 +#: ../../include/text.php:366 msgid "older" msgstr "" -#: ../../include/text.php:363 +#: ../../include/text.php:368 msgid "newer" msgstr "" -#: ../../include/text.php:684 +#: ../../include/text.php:689 msgid "No connections" msgstr "" -#: ../../include/text.php:698 +#: ../../include/text.php:703 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:710 +#: ../../include/text.php:715 msgid "View Connections" msgstr "" -#: ../../include/text.php:851 +#: ../../include/text.php:856 msgid "poke" msgstr "" -#: ../../include/text.php:851 ../../include/conversation.php:240 +#: ../../include/text.php:856 ../../include/conversation.php:240 msgid "poked" msgstr "" -#: ../../include/text.php:852 +#: ../../include/text.php:857 msgid "ping" msgstr "" -#: ../../include/text.php:852 +#: ../../include/text.php:857 msgid "pinged" msgstr "" -#: ../../include/text.php:853 +#: ../../include/text.php:858 msgid "prod" msgstr "" -#: ../../include/text.php:853 +#: ../../include/text.php:858 msgid "prodded" msgstr "" -#: ../../include/text.php:854 +#: ../../include/text.php:859 msgid "slap" msgstr "" -#: ../../include/text.php:854 +#: ../../include/text.php:859 msgid "slapped" msgstr "" -#: ../../include/text.php:855 +#: ../../include/text.php:860 msgid "finger" msgstr "" -#: ../../include/text.php:855 +#: ../../include/text.php:860 msgid "fingered" msgstr "" -#: ../../include/text.php:856 +#: ../../include/text.php:861 msgid "rebuff" msgstr "" -#: ../../include/text.php:856 +#: ../../include/text.php:861 msgid "rebuffed" msgstr "" -#: ../../include/text.php:868 +#: ../../include/text.php:873 msgid "happy" msgstr "" -#: ../../include/text.php:869 +#: ../../include/text.php:874 msgid "sad" msgstr "" -#: ../../include/text.php:870 +#: ../../include/text.php:875 msgid "mellow" msgstr "" -#: ../../include/text.php:871 +#: ../../include/text.php:876 msgid "tired" msgstr "" -#: ../../include/text.php:872 +#: ../../include/text.php:877 msgid "perky" msgstr "" -#: ../../include/text.php:873 +#: ../../include/text.php:878 msgid "angry" msgstr "" -#: ../../include/text.php:874 +#: ../../include/text.php:879 msgid "stupified" msgstr "" -#: ../../include/text.php:875 +#: ../../include/text.php:880 msgid "puzzled" msgstr "" -#: ../../include/text.php:876 +#: ../../include/text.php:881 msgid "interested" msgstr "" -#: ../../include/text.php:877 +#: ../../include/text.php:882 msgid "bitter" msgstr "" -#: ../../include/text.php:878 +#: ../../include/text.php:883 msgid "cheerful" msgstr "" -#: ../../include/text.php:879 +#: ../../include/text.php:884 msgid "alive" msgstr "" -#: ../../include/text.php:880 +#: ../../include/text.php:885 msgid "annoyed" msgstr "" -#: ../../include/text.php:881 +#: ../../include/text.php:886 msgid "anxious" msgstr "" -#: ../../include/text.php:882 +#: ../../include/text.php:887 msgid "cranky" msgstr "" -#: ../../include/text.php:883 +#: ../../include/text.php:888 msgid "disturbed" msgstr "" -#: ../../include/text.php:884 +#: ../../include/text.php:889 msgid "frustrated" msgstr "" -#: ../../include/text.php:885 +#: ../../include/text.php:890 msgid "motivated" msgstr "" -#: ../../include/text.php:886 +#: ../../include/text.php:891 msgid "relaxed" msgstr "" -#: ../../include/text.php:887 +#: ../../include/text.php:892 msgid "surprised" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Monday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Thursday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Friday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Saturday" msgstr "" -#: ../../include/text.php:1048 +#: ../../include/text.php:1053 msgid "Sunday" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "January" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "February" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "March" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "April" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "May" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "June" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "July" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "August" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "September" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "October" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "November" msgstr "" -#: ../../include/text.php:1052 +#: ../../include/text.php:1057 msgid "December" msgstr "" -#: ../../include/text.php:1130 +#: ../../include/text.php:1135 msgid "unknown.???" msgstr "" -#: ../../include/text.php:1131 +#: ../../include/text.php:1136 msgid "bytes" msgstr "" -#: ../../include/text.php:1166 +#: ../../include/text.php:1171 msgid "remove category" msgstr "" -#: ../../include/text.php:1188 +#: ../../include/text.php:1193 msgid "remove from file" msgstr "" -#: ../../include/text.php:1246 ../../include/text.php:1258 +#: ../../include/text.php:1251 ../../include/text.php:1263 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1413 ../../mod/events.php:332 +#: ../../include/text.php:1418 ../../mod/events.php:332 msgid "link to source" msgstr "" -#: ../../include/text.php:1432 +#: ../../include/text.php:1437 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1435 ../../include/text.php:1500 +#: ../../include/text.php:1440 ../../include/text.php:1505 msgid "default" msgstr "" -#: ../../include/text.php:1471 +#: ../../include/text.php:1476 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1512 +#: ../../include/text.php:1517 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1633 ../../include/conversation.php:117 +#: ../../include/text.php:1638 ../../include/conversation.php:117 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "" -#: ../../include/text.php:1636 ../../include/conversation.php:120 +#: ../../include/text.php:1641 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1639 ../../include/conversation.php:145 +#: ../../include/text.php:1644 ../../include/conversation.php:145 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "" -#: ../../include/text.php:1641 ../../include/conversation.php:147 +#: ../../include/text.php:1646 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/text.php:1646 +#: ../../include/text.php:1651 msgid "activity" msgstr "" -#: ../../include/text.php:1903 +#: ../../include/text.php:1908 msgid "Design" msgstr "" -#: ../../include/text.php:1905 +#: ../../include/text.php:1910 msgid "Blocks" msgstr "" -#: ../../include/text.php:1906 +#: ../../include/text.php:1911 msgid "Menus" msgstr "" -#: ../../include/text.php:1907 +#: ../../include/text.php:1912 msgid "Layouts" msgstr "" -#: ../../include/text.php:1908 +#: ../../include/text.php:1913 msgid "Pages" msgstr "" @@ -838,6 +838,10 @@ msgstr "" msgid "Location:" msgstr "" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "" + #: ../../include/Contact.php:123 msgid "New window" msgstr "" @@ -1222,17 +1226,17 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:604 +#: ../../include/bbcode.php:607 ../../include/bbcode.php:612 +#: ../../include/bbcode.php:615 ../../include/bbcode.php:618 +#: ../../include/bbcode.php:621 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:629 ../../include/bbcode.php:634 +#: ../../include/bbcode.php:637 ../../include/bbcode.php:640 +#: ../../include/bbcode.php:643 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:654 msgid "Encrypted content" msgstr "" @@ -1249,7 +1253,7 @@ msgstr "" msgid "post" msgstr "" -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 +#: ../../include/bbcode.php:572 ../../include/bbcode.php:592 msgid "$1 wrote:" msgstr "" @@ -2357,8 +2361,8 @@ msgstr "" msgid "Video" msgstr "" -#: ../../include/api.php:1022 -msgid "Public Timeline" +#: ../../include/reddav.php:1065 +msgid "Edit File properties" msgstr "" #: ../../include/network.php:640 @@ -2967,10 +2971,6 @@ msgstr "" msgid "Upload New Photos" msgstr "" -#: ../../include/reddav.php:1063 -msgid "Edit File properties" -msgstr "" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -3780,104 +3780,112 @@ msgid "Advanced Privacy Settings" msgstr "" #: ../../mod/settings.php:959 -msgid "Maximum Friend Requests/Day:" +msgid "Expire other channel content after this many days" msgstr "" #: ../../mod/settings.php:959 -msgid "May reduce spam activity" +msgid "0 or blank prevents expiration" msgstr "" #: ../../mod/settings.php:960 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:960 +msgid "May reduce spam activity" +msgstr "" + +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 msgid "(click to open/close)" msgstr "" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:976 msgid "Notification Settings" msgstr "" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:977 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:978 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:979 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:980 msgid "making an interesting profile change" msgstr "" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:981 msgid "Send a notification email when:" msgstr "" -#: ../../mod/settings.php:981 +#: ../../mod/settings.php:982 msgid "You receive an introduction" msgstr "" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:983 msgid "Your introductions are confirmed" msgstr "" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:984 msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:985 msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:986 msgid "You receive a private message" msgstr "" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:987 msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:988 msgid "You are tagged in a post" msgstr "" -#: ../../mod/settings.php:988 +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:996 msgid "" "Please enable expert mode (in Settings > " "Additional features) to adjust!" msgstr "" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:997 msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:999 msgid "Personal menu to display in your channel pages" msgstr "" diff --git a/version.inc b/version.inc index aff82fc68..01e476a78 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-20.622 +2014-03-21.623 From caa284e786d22d8c1d985fe9c86128ab7e195769 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Mar 2014 01:14:51 -0700 Subject: [PATCH 041/186] we don't allow forgeries to be received - save some bandwidth by not allowing them to be sent. We do have to figure out how some secondary delivery chains are ending up with posts belonging to the original owner instead of the chain owner, but that's for another day. --- include/notifier.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/notifier.php b/include/notifier.php index 81f971107..a4a9051c3 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -288,6 +288,11 @@ function notifier_run($argv, $argc){ if($s) $channel = $s[0]; + if($channel['channel_hash'] !== $target_item['author_xchan'] && $channel['channel_hash'] !== $target_item['owner_xchan']) { + logger("notifier: Sending channel {$channel['channel_hash']} is not owner {$target_item['owner_xchan']} or author {$target_item['author_xchan']}"); + return; + } + if($target_item['id'] == $target_item['parent']) { $parent_item = $target_item; From c968a18db3ae9ddb0cc9e9be18d1ddb1335e423f Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 21 Mar 2014 17:37:23 +0100 Subject: [PATCH 042/186] re-enable nav opacity and minor style.css cleanup --- view/theme/redbasic/css/style.css | 49 +--------------------- view/theme/redbasic/tpl/theme_settings.tpl | 2 +- 2 files changed, 3 insertions(+), 48 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4415bdc30..eee31342f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -138,51 +138,10 @@ blockquote { filter:alpha(opacity=100); } - -#langselector { - position: fixed; - top: 3px; - left: 5px; - z-index:9999; - opacity: 0.3; - filter:alpha(opacity=30); - - -} -#langselector:hover { - opacity: 1.0; - filter:alpha(opacity=100); -} - -/* this is not yet supported - -nav { - background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%); - background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); +nav, +header { opacity: $nav_float_min_opacity; filter:alpha(opacity=$nav_percent_min_opacity); - -} - -nav:hover { - background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -moz-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -webkit-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -ms-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - opacity: 1.0; - filter:alpha(opacity=100); - -} -*/ - -nav #site-location { - color: #888a85; - font-size: 0.8em; - position: absolute; } .error-message { @@ -213,10 +172,6 @@ nav #banner #logo-text a { } nav #banner #logo-text a:hover { text-decoration: none; } -header #site-location { - display: none; -} - header #banner { overflow: hidden; text-align: center; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 34c04e91c..fc9388f2e 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -27,7 +27,7 @@ {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$converse_width}} -{{* include file="field_input.tpl" field=$nav_min_opacity *}} +{{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} From 13916566f016a6b754401ca6cd6423f2a7ecaccf Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 22 Mar 2014 21:10:26 +0100 Subject: [PATCH 043/186] use border-box for everything --- include/photos.php | 2 +- view/css/bootstrap-red.css | 19 ------------------- view/css/conversation.css | 12 ++++++------ view/css/default.css | 7 ++++--- view/css/widgets.css | 4 ++-- view/theme/redbasic/css/style.css | 22 +++++++++++++++------- 6 files changed, 28 insertions(+), 38 deletions(-) diff --git a/include/photos.php b/include/photos.php index 82af4aaeb..be386f1c9 100644 --- a/include/photos.php +++ b/include/photos.php @@ -426,4 +426,4 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) { $item_id = $result['item_id']; return $item_id; -} \ No newline at end of file +} diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 016c66c97..10d341691 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,28 +1,9 @@ /* override some bootstrap settings */ -*, -*:before, -*:after { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} html { font-size: 100%; } -.panel-body .form-control{ - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.profile-jot-text{ - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - - h1, .h1 { font-size: 24px; diff --git a/view/css/conversation.css b/view/css/conversation.css index 33786600d..8d7404b5d 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -6,7 +6,7 @@ border: 0px; margin: 0px; padding: 8px; - height: 1.8em; + height: 3.4em; width: 70%; margin-bottom: 5px; } @@ -16,10 +16,10 @@ } #profile-jot-text { - height: 1.8em; + height: 3.4em; padding: 8px; margin-right: 0px; - width: 90%; + width: 100%; } #profile-jot-text-loading { @@ -29,11 +29,11 @@ #profile-jot-submit-wrapper { margin-top: 10px; - width: 90%; + width: 100%; } #profile-jot-submit { - height: 22px; + height: 30px; width: 70px; float: right; } @@ -369,7 +369,7 @@ } .comment-edit-text-empty { - height: 1.2em; + height: 2.8em; width: 30%; overflow: auto; margin-bottom: 10px; diff --git a/view/css/default.css b/view/css/default.css index 9ece626b4..c6a8fe58e 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -14,11 +14,12 @@ main { } aside#region_1 { - width: 210px; - min-width: 210px; + width: 231px; + min-width: 231px; + max-width: 231px; display: table-cell; vertical-align: top; - padding: 65px 7px 13px 7px; + padding: 65px 7px 0px 7px; } aside input[type='text'] { diff --git a/view/css/widgets.css b/view/css/widgets.css index dcda66b81..7c2a03c3b 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -22,8 +22,8 @@ /* notes */ #note-text { - width: 190px; - max-width: 190px; + width: 100%; + resize: vertical; height: 150px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index eee31342f..ecb9352ec 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -357,6 +357,10 @@ footer { color: #444444; } +.vcard { + padding: 8px; +} + .vcard .title { margin-bottom: 5px; } @@ -429,9 +433,9 @@ footer { #profile-photo-wrapper img { - width:175px; - height:175px; padding: 12px; + width: 201px; + height: 201px; } #profile-in-dir-yes-label, @@ -727,6 +731,7 @@ footer { #contact-block { margin-top: 25px; + padding: 8px; } #contact-block-numcontacts { @@ -736,8 +741,8 @@ footer { .contact-block-div { float: left; - width: 52px; - height: 52px; + width: 50px; + height: 50px; } .contact-block-textdiv { float: left; @@ -1240,7 +1245,7 @@ brain is weird like that */ background-image:url("../../../../images/onoff.jpg"); background-repeat: no-repeat; padding: 4px 2px 2px 2px; - height: 16px; + height: 24px; text-decoration: none; } .field .onoff .off { @@ -1430,6 +1435,9 @@ div.jGrowl div.info { right: 15px; } +div.jGrowl div.jGrowl-notification { + min-height: 60px; +} #id_term_label { width:75px; @@ -2264,8 +2272,8 @@ blockquote { } main { - left: -225px; - width: calc( 100% + 225px ); + left: -231px; + width: calc( 100% + 231px ); } main.region_1-on { From 7d90340edaf4e47932fc2add392571ff80c27881 Mon Sep 17 00:00:00 2001 From: marijus Date: Sat, 22 Mar 2014 21:59:32 +0100 Subject: [PATCH 044/186] add width and height to uploaded photo body --- include/photos.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/photos.php b/include/photos.php index be386f1c9..c0243cc15 100644 --- a/include/photos.php +++ b/include/photos.php @@ -164,6 +164,7 @@ function photo_upload($channel, $observer, $args) { $p['scale'] = 1; $r2 = $ph->save($p); $smallest = 1; + $width_x_height = $ph->getWidth() . 'x' . $ph->getHeight(); if(! $r2) $errors = true; } @@ -173,6 +174,7 @@ function photo_upload($channel, $observer, $args) { $p['scale'] = 2; $r3 = $ph->save($p); $smallest = 2; + $width_x_height = $ph->getWidth() . 'x' . $ph->getHeight(); if(! $r3) $errors = true; } @@ -221,7 +223,7 @@ function photo_upload($channel, $observer, $args) { $arr['body'] = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo_hash . ']' - . '[zmg]' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' + . '[zmg=' . $width_x_height. ']' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' . '[/zrl]'; $result = item_store($arr); From b533e67d52dd8cdb1d390acfbd9dc988ced2a59e Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 22 Mar 2014 22:34:11 +0100 Subject: [PATCH 045/186] Narrow navbar:Switch to bs default on small screens --- view/theme/redbasic/css/narrow_navbar.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index b05f46797..cfda9760e 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -1,8 +1,9 @@ +@media screen and (min-width: 760px) { .navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;} .navbar {min-height:25px !important;} nav img { -height: 25px; -width: 25px; +height: 30px; +width: 30px; margin: 2px 0px 1px 10px; border-radius: 0px; } @@ -12,7 +13,7 @@ border-radius: 0px; #nav-search-text {margin:5px;} header #banner {margin-top:5px;} nav .dropdown-menu { -top: 30px;} +top: 33px;} nav .badge { position: relative; top: -30px; @@ -24,4 +25,5 @@ nav .badge { #jGrowl.top-right { top: 30px; right: 15px; +} } \ No newline at end of file From c972a94b0125bcb82ef3fe8e97adef45f94404f2 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sun, 23 Mar 2014 21:35:20 +0100 Subject: [PATCH 046/186] Add color picker to theme settings --- view/theme/redbasic/php/theme_init.php | 7 +++- view/theme/redbasic/tpl/theme_settings.tpl | 41 +++++++++++++--------- view/tpl/field_colorinput.tpl | 6 ++++ 3 files changed, 37 insertions(+), 17 deletions(-) create mode 100644 view/tpl/field_colorinput.tpl diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 12f49efa7..552399329 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -5,10 +5,15 @@ head_add_css('library/bootstrap/css/bootstrap-theme.min.css'); head_add_css('library/bootstrap/css/bootstrap.min.css'); head_add_css('view/css/bootstrap-red.css'); head_add_css('library/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css'); - +//head_add_css('library/colorpicker/css/colorpicker.css'); +head_add_css('library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); require_once('view/php/theme_init.php'); head_add_js('library/bootstrap/js/bootstrap.min.js'); head_add_js('library/bootstrap/js/bootbox.min.js'); head_add_js('library/bootstrap-datetimepicker/js/moment.js'); head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'); +//head_add_js('library/colorpicker/js/colorpicker.js'); +head_add_js('library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); +head_add_js('library/bootstrap-colorpicker/src/js/docs.js'); + diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index fc9388f2e..ccd183049 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -4,26 +4,27 @@ {{if $expert}} + {{include file="field_checkbox.tpl" field=$narrow_navbar}} -{{include file="field_input.tpl" field=$nav_bg}} -{{include file="field_input.tpl" field=$nav_gradient_top}} -{{include file="field_input.tpl" field=$nav_gradient_bottom}} -{{include file="field_input.tpl" field=$nav_active_gradient_top}} -{{include file="field_input.tpl" field=$nav_active_gradient_bottom}} -{{include file="field_input.tpl" field=$nav_bd}} -{{include file="field_input.tpl" field=$nav_icon_colour}} -{{include file="field_input.tpl" field=$nav_active_icon_colour}} -{{include file="field_input.tpl" field=$banner_colour}} -{{include file="field_input.tpl" field=$link_colour}} -{{include file="field_input.tpl" field=$bgcolour}} -{{include file="field_input.tpl" field=$background_image}} -{{include file="field_input.tpl" field=$item_colour}} +{{include file="field_colorinput.tpl" field=$nav_bg}} +{{include file="field_colorinput.tpl" field=$nav_gradient_top}} +{{include file="field_colorinput.tpl" field=$nav_gradient_bottom}} +{{include file="field_colorinput.tpl" field=$nav_active_gradient_top}} +{{include file="field_colorinput.tpl" field=$nav_active_gradient_bottom}} +{{include file="field_colorinput.tpl" field=$nav_bd}} +{{include file="field_colorinput.tpl" field=$nav_icon_colour}} +{{include file="field_colorinput.tpl" field=$nav_active_icon_colour}} +{{include file="field_colorinput.tpl" field=$banner_colour}} +{{include file="field_colorinput.tpl" field=$link_colour}} +{{include file="field_colorinput.tpl" field=$bgcolour}} +{{include file="field_colorinput.tpl" field=$background_image}} +{{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_input.tpl" field=$item_opacity}} -{{include file="field_input.tpl" field=$toolicon_colour}} -{{include file="field_input.tpl" field=$toolicon_activecolour}} +{{include file="field_colorinput.tpl" field=$toolicon_colour}} +{{include file="field_colorinput.tpl" field=$toolicon_activecolour}} {{include file="field_input.tpl" field=$body_font_size}} {{include file="field_input.tpl" field=$font_size}} -{{include file="field_input.tpl" field=$font_colour}} +{{include file="field_colorinput.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$converse_width}} @@ -31,6 +32,14 @@ {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} + +
    diff --git a/view/tpl/field_colorinput.tpl b/view/tpl/field_colorinput.tpl new file mode 100644 index 000000000..a68781698 --- /dev/null +++ b/view/tpl/field_colorinput.tpl @@ -0,0 +1,6 @@ +
    + + {{if $field.4}} {{$field.4}} {{/if}} + {{$field.3}} +
    +
    From 7666aaea6a8613c11c685ca1863b772ceaaacc48 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 14:45:08 -0700 Subject: [PATCH 047/186] improve curl error logging --- include/network.php | 4 +++- version.inc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/network.php b/include/network.php index 1fb4beaa7..27f912508 100644 --- a/include/network.php +++ b/include/network.php @@ -116,6 +116,7 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) { $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { $ret['debug'] = $curl_info; + logger('z_fetch_url: error:' . curl_error($ch), LOGGER_DEBUG); logger('z_fetch_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } $ret['body'] = substr($s,strlen($header)); @@ -218,7 +219,8 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { $ret['debug'] = $curl_info; - logger('z_fetch_url: debug:' . print_r($curl_info,true), LOGGER_DATA); + logger('z_post_url: error:' . curl_error($ch), LOGGER_DEBUG); + logger('z_post_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } $ret['body'] = substr($s,strlen($header)); diff --git a/version.inc b/version.inc index 01e476a78..e3203e51d 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-21.623 +2014-03-23.625 From d8577ac7b53fbf2ceb17a9410a1fd22fa93f9a56 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 15:15:20 -0700 Subject: [PATCH 048/186] allow authtest to accept webbies as well as urls since I'm always trying to use the former and of course it always fails. --- mod/authtest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/authtest.php b/mod/authtest.php index 3044a880b..b6d940db2 100644 --- a/mod/authtest.php +++ b/mod/authtest.php @@ -21,6 +21,10 @@ function authtest_content(&$a) { $o .= '

    '; if(x($_GET,'dest')) { + if(strpos($_GET['dest'],'@')) { + $_GET['dest'] = $_REQUEST['dest'] = 'https://' . substr($_GET['dest'],strpos($_GET['dest'],'@')+1) . '/channel/' . substr($_GET['dest'],0,strpos($_GET['dest'],'@')); + } + $_REQUEST['test'] = 1; $x = magic_init($a); $o .= 'Local Setup returns: ' . print_r($x,true); From b6b4ffa68d6deab233dcda06113a849ac78f8f84 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 15:24:38 -0700 Subject: [PATCH 049/186] add curl error text to mod/probe so we can remotely diagnose communication issues from other sites. --- include/network.php | 6 ++++-- mod/probe.php | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/network.php b/include/network.php index 27f912508..7fc3d835e 100644 --- a/include/network.php +++ b/include/network.php @@ -115,8 +115,9 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) { $ret['return_code'] = $rc; $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { + $ret['error'] = curl_error($ch); $ret['debug'] = $curl_info; - logger('z_fetch_url: error:' . curl_error($ch), LOGGER_DEBUG); + logger('z_fetch_url: error:' . $ret['error'], LOGGER_DEBUG); logger('z_fetch_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } $ret['body'] = substr($s,strlen($header)); @@ -218,8 +219,9 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { $ret['return_code'] = $rc; $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { + $ret['error'] = curl_error($ch); $ret['debug'] = $curl_info; - logger('z_post_url: error:' . curl_error($ch), LOGGER_DEBUG); + logger('z_post_url: error:' . $ret['error'], LOGGER_DEBUG); logger('z_post_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } diff --git a/mod/probe.php b/mod/probe.php index e2dd4ef77..5b226cb6a 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -20,10 +20,14 @@ function probe_content(&$a) { if($res['success']) $j = json_decode($res['body'],true); else { + $o .= sprintf( t('Fetching URL returns error: $1%s'),$res['error'] . "\r\n\r\n"); $o .= "https connection failed. Trying again with auto failover to http.\r\n\r\n"; $res = zot_finger($addr,$channel,true); if($res['success']) $j = json_decode($res['body'],true); + else + $o .= sprintf( t('Fetching URL returns error: $1%s'),$res['error'] . "\r\n\r\n"); + } if($j && $j['permissions'] && $j['permissions']['iv']) $j['permissions'] = json_decode(crypto_unencapsulate($j['permissions'],$channel['channel_prvkey']),true); From ba6765a40301a549f2fcbe5ddcf0dffd53e205fc Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 15:48:08 -0700 Subject: [PATCH 050/186] report curl errors during install when they are most needed --- mod/setup.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/setup.php b/mod/setup.php index d12627e84..83317dc4c 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -103,6 +103,7 @@ function setup_post(&$a) { $test = z_fetch_url($siteurl."/setup/testrewrite"); if((! $test['success']) || ($test['body'] != 'ok')) { $a->data['url_fail'] = true; + $a->data['url_error'] = $test['error']; return; } } @@ -169,6 +170,8 @@ function setup_content(&$a) { if(x($a->data,'url_fail')) { $install_wizard_pass = 3; $wizard_status = t('Could not connect to specified site URL. Possible SSL certificate or DNS issue.'); + if($a->data['url_error']) + $wizard_status .= ' ' . $a->data['url_error']; } if(x($a->data,'db_create_failed')) { From 34eb79e6ba2255113eca6d30ae6c65b28d63abfa Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 16:20:44 -0700 Subject: [PATCH 051/186] provide 'style' option to archive widget to choose between 'select' and 'list' format --- include/widgets.php | 2 ++ view/theme/redbasic/css/style.css | 2 +- view/tpl/posted_date_widget.tpl | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/include/widgets.php b/include/widgets.php index 90586397f..82769d925 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -306,6 +306,7 @@ function widget_archive($arr) { $wall = ((array_key_exists('wall', $arr)) ? intval($arr['wall']) : 0); + $style = ((array_key_exists('style', $arr)) ? $arr['style'] : 'select'); $url = z_root() . '/' . $a->cmd; @@ -318,6 +319,7 @@ function widget_archive($arr) { '$title' => t('Archives'), '$size' => ((count($ret) > 6) ? 6 : count($ret)), '$url' => $url, + '$style' => $style, '$dates' => $ret )); return $o; diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ecb9352ec..6a4f836b1 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2114,7 +2114,7 @@ img.mail-list-sender-photo { list-style-type: none; } -#sidebar-group-list ul { +#sidebar-group-list ul, #posted-date-selector { list-style-type: none; } diff --git a/view/tpl/posted_date_widget.tpl b/view/tpl/posted_date_widget.tpl index 6720d3628..1a8323926 100755 --- a/view/tpl/posted_date_widget.tpl +++ b/view/tpl/posted_date_widget.tpl @@ -1,9 +1,17 @@

    {{$title}}

    +{{if $style == 'list'}} +
      +{{foreach $dates as $d}} +
    • {{$d.0}}
    • +{{/foreach}} +
    +{{else}} +{{/if}}
    From 02af02118d1b55e9fcd7cd60a23fa5799335d075 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 23 Mar 2014 17:07:21 -0700 Subject: [PATCH 052/186] photos upload - remove phantom duplicated blank album name from selection list --- mod/photos.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/photos.php b/mod/photos.php index e2279188a..2740f91f9 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -535,14 +535,13 @@ function photos_content(&$a) { $albums = photos_albums_list($a->data['channel'],$a->data['observer']); - $selname = (($datum) ? hex2bin($datum) : ''); $albumselect = ' +
    +<input type="text" class="demo1" value="#5367ce" />
    +<script>
    +    $(function(){
    +        $('.demo1').colorpicker();
    +    });
    +</script>
    +            
    + + +

    As a component:

    +
    +
    + + +
    +
    +<div class="input-group demo2">
    +    <input type="text" value="" class="form-control" />
    +    <span class="input-group-addon"><i></i></span>
    +</div>
    +<script>
    +    $(function(){
    +        $('.demo2').colorpicker();
    +    });
    +</script>
    +            
    +
    +

    Using events to work with the color:

    + +

    Horizonal mode:

    +
    + +
    +

    Inline mode:

    +
    +
    +
    +
    +

    Enabled / disabled

    +
    +
    + + +
    +
    + Enable + Disable +
    + Destroy plugin instances + Create instances again + +
    +

    Documentation

    +

    Call the colopicker via javascript:

    +
    $('.sample-selector').colorpicker({ /*options...*/ });
    +

    Options

    +

    + You can set colorpicker options either as a plugin parameter or data-* attributes +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    formatstringfalseIf not false, forces the color format to be hex, rgb or rgba, otherwise the format is automatically detected.
    colorstringfalseIf not false, sets the color to this value.
    containerstring or jQuery ElementfalseIf not false, the picker will be contained inside this element, otherwise it will be appended to the document body.
    componentstring or jQuery Element'.add-on, .input-group-addon'Children selector for the component or element that trigger the colorpicker and which background color will change (needs an inner <i> element).
    inputstring or jQuery Element'input'Children selector for the input that will store the picker selected value.
    horizontalbooleanfalseIf true, the hue and alpha channel bars will be rendered horizontally, above the saturation selector.
    templatestring[...] + Customizes the default colorpicker HTML template.
    + +

    + (behind this line, docs need to be updated) +

    + +

    Methods

    +

    .colorpicker(options)

    +

    Initializes an colorpicker.

    +

    .colorpicker('show')

    +

    Show the color picker

    +

    .colorpicker('update')

    +

    Refreshes the widget colors (this is done automatically)

    +

    .colorpicker('hide')

    +

    Hide the color picker

    +

    .colorpicker('disable')

    +

    Disable the color picker.

    +

    .colorpicker('enable')

    +

    Enable the color picker.

    +

    .colorpicker('place')

    +

    Updates the color picker's position relative to the element

    +

    .colorpicker('destroy')

    +

    Destroys the colorpicker widget and unbind all .colorpicker events from the element and component

    +

    .colorpicker('setValue', value)

    +

    Set a new value for the color picker (also for the input or component value). Triggers 'changeColor' event.

    +

    Color object methods

    +

    Each triggered events have a color object used internally by the picker. This object has several useful methods.

    +

    .setColor(value)

    +

    Set a new color. The value is parsed and tries to do a quess on the format.

    +

    .setHue(value)

    +

    Set the HUE with a value between 0 and 1.

    +

    .setSaturation(value)

    +

    Set the saturation with a value between 0 and 1.

    +

    .setLightness(value)

    +

    Set the lightness with a value between 0 and 1.

    +

    .setAlpha(value)

    +

    Set the transparency with a value between 0 and 1.

    +

    .toRGB()

    +

    Returns a hash with red, green, blue and alpha.

    +

    .toHex()

    +

    Returns a string with HEX format for the current color.

    +

    .toHSL()

    +

    Returns a hash with HSLA values.

    +

    Events

    +

    The colorpicker plugin exposes some events (with optional .colorpicker namespace)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    EventDescription
    createThis event fires immediately when the color picker is created.
    showPickerThis event fires immediately when the color picker is displayed.
    hidePickerThis event is fired immediately when the color picker is hidden.
    disableThis event is fired immediately when the color picker is disabled, except if it was initialized as disabled.
    enableThis event is fired immediately when the color picker is enabled, except upon initialization.
    changeColorThis event is fired when the color is changed.
    destroyThis event fires immediately when the color picker is destroyed.
    +
    +$('.my-colorpicker-control').colorpicker().on('changeColor', function(ev){
    +  bodyStyle.backgroundColor = ev.color.toHex();
    +});
    +    
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/library/bootstrap-colorpicker/package.json b/library/bootstrap-colorpicker/package.json new file mode 100644 index 000000000..ebec4007b --- /dev/null +++ b/library/bootstrap-colorpicker/package.json @@ -0,0 +1,33 @@ +{ + "name": "mjolnic-bootstrap-colorpicker", + "version": "2.0.0", + "description": "Colorpicker plugin for Twitter Bootstrap", + "homepage": "http://mjolnic.github.io/bootstrap-colorpicker/", + "repository": { + "type": "git", + "url": "git@github.com:mjolnic/bootstrap-colorpicker.git" + }, + "bugs": { + "url" : "https://github.com/mjolnic/bootstrap-colorpicker/issues" + }, + "keywords": [ + "bootstrap", + "colorpicker" + ], + "author": "Javier Aguilar @mjolnic", + "licenses": [{ + "type": "Apache-2.0", + "url": "http://opensource.org/licenses/Apache-2.0" + }], + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-jshint": "~0.7.2", + "grunt-recess": "~0.5.0", + "grunt-combine": "~0.8.1", + "grunt-contrib-uglify": "~0.2.7", + "grunt-bake": "~0.3.3", + "grunt-jsbeautifier": "~0.2.3", + "grunt-contrib-watch": "~0.5.3" + } +} \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/css/docs.css b/library/bootstrap-colorpicker/src/css/docs.css new file mode 100644 index 000000000..5babbf0ee --- /dev/null +++ b/library/bootstrap-colorpicker/src/css/docs.css @@ -0,0 +1,37 @@ +.container { + background: #fff; +} + +h4 ~ p{ + padding-left:20px; +} + +.inl-bl{ + display:inline-block; +} + +.well .markup-heading{ + +} +.well .markup{ + background: #fff; + color: #777; + position: relative; + padding: 45px 15px 15px; + margin: 15px 0 0 0; + background-color: #fff; + border-radius: 0 0 4px 4px; + box-shadow: none; +} + +.well .markup::after{ + content: "Example"; + position: absolute; + top: 15px; + left: 15px; + font-size: 12px; + font-weight: bold; + color: #bbb; + text-transform: uppercase; + letter-spacing: 1px; +} \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/docs.html b/library/bootstrap-colorpicker/src/docs.html new file mode 100644 index 000000000..8cb150f23 --- /dev/null +++ b/library/bootstrap-colorpicker/src/docs.html @@ -0,0 +1,153 @@ + + +
    +

    Documentation

    +

    Call the colopicker via javascript:

    +
    $('.sample-selector').colorpicker({ /*options...*/ });
    +

    Options

    +

    + You can set colorpicker options either as a plugin parameter or data-* attributes +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameTypeDefaultDescription
    formatstringfalseIf not false, forces the color format to be hex, rgb or rgba, otherwise the format is automatically detected.
    colorstringfalseIf not false, sets the color to this value.
    containerstring or jQuery ElementfalseIf not false, the picker will be contained inside this element, otherwise it will be appended to the document body.
    componentstring or jQuery Element'.add-on, .input-group-addon'Children selector for the component or element that trigger the colorpicker and which background color will change (needs an inner <i> element).
    inputstring or jQuery Element'input'Children selector for the input that will store the picker selected value.
    horizontalbooleanfalseIf true, the hue and alpha channel bars will be rendered horizontally, above the saturation selector.
    templatestring[...]Customizes the default colorpicker HTML template.
    + +

    + (behind this line, docs need to be updated) +

    + +

    Methods

    +

    .colorpicker(options)

    +

    Initializes an colorpicker.

    +

    .colorpicker('show')

    +

    Show the color picker

    +

    .colorpicker('update')

    +

    Refreshes the widget colors (this is done automatically)

    +

    .colorpicker('hide')

    +

    Hide the color picker

    +

    .colorpicker('disable')

    +

    Disable the color picker.

    +

    .colorpicker('enable')

    +

    Enable the color picker.

    +

    .colorpicker('place')

    +

    Updates the color picker's position relative to the element

    +

    .colorpicker('destroy')

    +

    Destroys the colorpicker widget and unbind all .colorpicker events from the element and component

    +

    .colorpicker('setValue', value)

    +

    Set a new value for the color picker (also for the input or component value). Triggers 'changeColor' event.

    +

    Color object methods

    +

    Each triggered events have a color object used internally by the picker. This object has several useful methods.

    +

    .setColor(value)

    +

    Set a new color. The value is parsed and tries to do a quess on the format.

    +

    .setHue(value)

    +

    Set the HUE with a value between 0 and 1.

    +

    .setSaturation(value)

    +

    Set the saturation with a value between 0 and 1.

    +

    .setLightness(value)

    +

    Set the lightness with a value between 0 and 1.

    +

    .setAlpha(value)

    +

    Set the transparency with a value between 0 and 1.

    +

    .toRGB()

    +

    Returns a hash with red, green, blue and alpha.

    +

    .toHex()

    +

    Returns a string with HEX format for the current color.

    +

    .toHSL()

    +

    Returns a hash with HSLA values.

    +

    Events

    +

    The colorpicker plugin exposes some events (with optional .colorpicker namespace)

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    EventDescription
    createThis event fires immediately when the color picker is created.
    showPickerThis event fires immediately when the color picker is displayed.
    hidePickerThis event is fired immediately when the color picker is hidden.
    disableThis event is fired immediately when the color picker is disabled, except if it was initialized as disabled.
    enableThis event is fired immediately when the color picker is enabled, except upon initialization.
    changeColorThis event is fired when the color is changed.
    destroyThis event fires immediately when the color picker is destroyed.
    +
    +$('.my-colorpicker-control').colorpicker().on('changeColor', function(ev){
    +  bodyStyle.backgroundColor = ev.color.toHex();
    +});
    +    
    +
    + \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/examples.html b/library/bootstrap-colorpicker/src/examples.html new file mode 100644 index 000000000..cde7cca16 --- /dev/null +++ b/library/bootstrap-colorpicker/src/examples.html @@ -0,0 +1,60 @@ +
    +

    Examples

    +
    +

    1) Attached to a field with hex format specified via options:

    +
    + +
    +<input type="text" class="demo1" value="#5367ce" />
    +<script>
    +    $(function(){
    +        $('.demo1').colorpicker();
    +    });
    +</script>
    +            
    +
    +
    +

    As a component:

    +
    +
    + + +
    +
    +<div class="input-group demo2">
    +    <input type="text" value="" class="form-control" />
    +    <span class="input-group-addon"><i></i></span>
    +</div>
    +<script>
    +    $(function(){
    +        $('.demo2').colorpicker();
    +    });
    +</script>
    +            
    +
    +

    Using events to work with the color:

    + +

    Horizonal mode:

    +
    + +
    +

    Inline mode:

    +
    +
    +
    +
    +

    Enabled / disabled

    +
    +
    + + +
    +
    + Enable + Disable +
    + Destroy plugin instances + Create instances again +
    \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/footer.html b/library/bootstrap-colorpicker/src/footer.html new file mode 100644 index 000000000..1cea02d09 --- /dev/null +++ b/library/bootstrap-colorpicker/src/footer.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/header.html b/library/bootstrap-colorpicker/src/header.html new file mode 100644 index 000000000..7e8122050 --- /dev/null +++ b/library/bootstrap-colorpicker/src/header.html @@ -0,0 +1,69 @@ + + + + + + + Colorpicker for Twitter Bootstrap + + + + + + + +
    +
    + +
    +
    +

    + Colorpicker plugin for the Twitter Bootstrap toolkit. Originally written by @eyecon + and maintained in Github by @mjolnic and the community +

    It basically adds a color picker to a field or any other element. +

    +
      +
    • can be used as a component
    • +
    • alpha picker
    • +
    • multiple formats: hex, rgb, rgba, hsl, hsla
    • +
    +
    + +
    +
    +
    +
    + \ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/js/colorpicker-color.js b/library/bootstrap-colorpicker/src/js/colorpicker-color.js new file mode 100644 index 000000000..2e0474067 --- /dev/null +++ b/library/bootstrap-colorpicker/src/js/colorpicker-color.js @@ -0,0 +1,508 @@ +// Color object +var Color = function(val) { + this.value = { + h: 0, + s: 0, + b: 0, + a: 1 + }; + this.origFormat = null; // original string format + if (val) { + if (val.toLowerCase !== undefined) { + this.setColor(val); + } else if (val.h !== undefined) { + this.value = val; + } + } +}; + +Color.prototype = { + constructor: Color, + // 140 predefined colors from the HTML Colors spec + colors : { + "aliceblue": "#f0f8ff", + "antiquewhite": "#faebd7", + "aqua": "#00ffff", + "aquamarine": "#7fffd4", + "azure": "#f0ffff", + "beige": "#f5f5dc", + "bisque": "#ffe4c4", + "black": "#000000", + "blanchedalmond": "#ffebcd", + "blue": "#0000ff", + "blueviolet": "#8a2be2", + "brown": "#a52a2a", + "burlywood": "#deb887", + "cadetblue": "#5f9ea0", + "chartreuse": "#7fff00", + "chocolate": "#d2691e", + "coral": "#ff7f50", + "cornflowerblue": "#6495ed", + "cornsilk": "#fff8dc", + "crimson": "#dc143c", + "cyan": "#00ffff", + "darkblue": "#00008b", + "darkcyan": "#008b8b", + "darkgoldenrod": "#b8860b", + "darkgray": "#a9a9a9", + "darkgreen": "#006400", + "darkkhaki": "#bdb76b", + "darkmagenta": "#8b008b", + "darkolivegreen": "#556b2f", + "darkorange": "#ff8c00", + "darkorchid": "#9932cc", + "darkred": "#8b0000", + "darksalmon": "#e9967a", + "darkseagreen": "#8fbc8f", + "darkslateblue": "#483d8b", + "darkslategray": "#2f4f4f", + "darkturquoise": "#00ced1", + "darkviolet": "#9400d3", + "deeppink": "#ff1493", + "deepskyblue": "#00bfff", + "dimgray": "#696969", + "dodgerblue": "#1e90ff", + "firebrick": "#b22222", + "floralwhite": "#fffaf0", + "forestgreen": "#228b22", + "fuchsia": "#ff00ff", + "gainsboro": "#dcdcdc", + "ghostwhite": "#f8f8ff", + "gold": "#ffd700", + "goldenrod": "#daa520", + "gray": "#808080", + "green": "#008000", + "greenyellow": "#adff2f", + "honeydew": "#f0fff0", + "hotpink": "#ff69b4", + "indianred ": "#cd5c5c", + "indigo ": "#4b0082", + "ivory": "#fffff0", + "khaki": "#f0e68c", + "lavender": "#e6e6fa", + "lavenderblush": "#fff0f5", + "lawngreen": "#7cfc00", + "lemonchiffon": "#fffacd", + "lightblue": "#add8e6", + "lightcoral": "#f08080", + "lightcyan": "#e0ffff", + "lightgoldenrodyellow": "#fafad2", + "lightgrey": "#d3d3d3", + "lightgreen": "#90ee90", + "lightpink": "#ffb6c1", + "lightsalmon": "#ffa07a", + "lightseagreen": "#20b2aa", + "lightskyblue": "#87cefa", + "lightslategray": "#778899", + "lightsteelblue": "#b0c4de", + "lightyellow": "#ffffe0", + "lime": "#00ff00", + "limegreen": "#32cd32", + "linen": "#faf0e6", + "magenta": "#ff00ff", + "maroon": "#800000", + "mediumaquamarine": "#66cdaa", + "mediumblue": "#0000cd", + "mediumorchid": "#ba55d3", + "mediumpurple": "#9370d8", + "mediumseagreen": "#3cb371", + "mediumslateblue": "#7b68ee", + "mediumspringgreen": "#00fa9a", + "mediumturquoise": "#48d1cc", + "mediumvioletred": "#c71585", + "midnightblue": "#191970", + "mintcream": "#f5fffa", + "mistyrose": "#ffe4e1", + "moccasin": "#ffe4b5", + "navajowhite": "#ffdead", + "navy": "#000080", + "oldlace": "#fdf5e6", + "olive": "#808000", + "olivedrab": "#6b8e23", + "orange": "#ffa500", + "orangered": "#ff4500", + "orchid": "#da70d6", + "palegoldenrod": "#eee8aa", + "palegreen": "#98fb98", + "paleturquoise": "#afeeee", + "palevioletred": "#d87093", + "papayawhip": "#ffefd5", + "peachpuff": "#ffdab9", + "peru": "#cd853f", + "pink": "#ffc0cb", + "plum": "#dda0dd", + "powderblue": "#b0e0e6", + "purple": "#800080", + "red": "#ff0000", + "rosybrown": "#bc8f8f", + "royalblue": "#4169e1", + "saddlebrown": "#8b4513", + "salmon": "#fa8072", + "sandybrown": "#f4a460", + "seagreen": "#2e8b57", + "seashell": "#fff5ee", + "sienna": "#a0522d", + "silver": "#c0c0c0", + "skyblue": "#87ceeb", + "slateblue": "#6a5acd", + "slategray": "#708090", + "snow": "#fffafa", + "springgreen": "#00ff7f", + "steelblue": "#4682b4", + "tan": "#d2b48c", + "teal": "#008080", + "thistle": "#d8bfd8", + "tomato": "#ff6347", + "turquoise": "#40e0d0", + "violet": "#ee82ee", + "wheat": "#f5deb3", + "white": "#ffffff", + "whitesmoke": "#f5f5f5", + "yellow": "#ffff00", + "yellowgreen": "#9acd32" + }, + _sanitizeNumber: function(val) { + if (typeof val === 'number') { + return val; + } + if (isNaN(val) || (val === null) || (val === '') || (val === undefined)) { + return 1; + } + if (val.toLowerCase !== undefined) { + return parseFloat(val); + } + return 1; + }, + //parse a string to HSB + setColor: function(strVal) { + strVal = strVal.toLowerCase(); + this.value = this.stringToHSB(strVal) ||  { + h: 0, + s: 0, + b: 0, + a: 1 + }; + }, + stringToHSB: function(strVal) { + strVal = strVal.toLowerCase(); + var that = this, + result = false; + $.each(this.stringParsers, function(i, parser) { + var match = parser.re.exec(strVal), + values = match && parser.parse.apply(that, [match]), + format = parser.format || 'rgba'; + if (values) { + if (format.match(/hsla?/)) { + result = that.RGBtoHSB.apply(that, that.HSLtoRGB.apply(that, values)); + } else { + result = that.RGBtoHSB.apply(that, values); + } + that.origFormat = format; + return false; + } + return true; + }); + return result; + }, + setHue: function(h) { + this.value.h = 1 - h; + }, + setSaturation: function(s) { + this.value.s = s; + }, + setBrightness: function(b) { + this.value.b = 1 - b; + }, + setAlpha: function(a) { + this.value.a = parseInt((1 - a) * 100, 10) / 100; + }, + toRGB: function(h, s, v, a) { + h = h || this.value.h; + s = s || this.value.s; + v = v || this.value.b; + a = a || this.value.a; + + var r, g, b, i, f, p, q, t; + if (h && s === undefined && v === undefined) { + s = h.s, v = h.v, h = h.h; + } + i = Math.floor(h * 6); + f = h * 6 - i; + p = v * (1 - s); + q = v * (1 - f * s); + t = v * (1 - (1 - f) * s); + switch (i % 6) { + case 0: + r = v, g = t, b = p; + break; + case 1: + r = q, g = v, b = p; + break; + case 2: + r = p, g = v, b = t; + break; + case 3: + r = p, g = q, b = v; + break; + case 4: + r = t, g = p, b = v; + break; + case 5: + r = v, g = p, b = q; + break; + } + return { + r: Math.floor(r * 255), + g: Math.floor(g * 255), + b: Math.floor(b * 255), + a: a + }; + }, + toHex: function(h, s, b, a) { + var rgb = this.toRGB(h, s, b, a); + return '#' + ((1 << 24) | (parseInt(rgb.r) << 16) | (parseInt(rgb.g) << 8) | parseInt(rgb.b)).toString(16).substr(1); + }, + toHSL: function(h, s, b, a) { + h = h || this.value.h; + s = s || this.value.s; + b = b || this.value.b; + a = a || this.value.a; + + var H = h, + L = (2 - s) * b, + S = s * b; + if (L > 0 && L <= 1) { + S /= L; + } else { + S /= 2 - L; + } + L /= 2; + if (S > 1) { + S = 1; + } + return { + h: isNaN(H) ? 0 : H, + s: isNaN(S) ? 0 : S, + l: isNaN(L) ? 0 : L, + a: isNaN(a) ? 0 : a, + }; + }, + toAlias: function(r, g, b, a) { + var rgb = this.toHex(r, g, b, a); + for(var alias in this.colors){ + if(this.colors[alias] == rgb){ + return alias; + } + } + return false; + }, + RGBtoHSB: function(r, g, b, a) { + r /= 255; + g /= 255; + b /= 255; + + var H, S, V, C; + V = Math.max(r, g, b); + C = V - Math.min(r, g, b); + H = (C === 0 ? null : + V === r ? (g - b) / C : + V === g ? (b - r) / C + 2 : + (r - g) / C + 4 + ); + H = ((H + 360) % 6) * 60 / 360; + S = C === 0 ? 0 : C / V; + return { + h: this._sanitizeNumber(H), + s: S, + b: V, + a: this._sanitizeNumber(a) + }; + }, + HueToRGB: function(p, q, h) { + if (h < 0) { + h += 1; + } else if (h > 1) { + h -= 1; + } + if ((h * 6) < 1) { + return p + (q - p) * h * 6; + } else if ((h * 2) < 1) { + return q; + } else if ((h * 3) < 2) { + return p + (q - p) * ((2 / 3) - h) * 6; + } else { + return p; + } + }, + HSLtoRGB: function(h, s, l, a) { + if (s < 0) { + s = 0; + } + var q; + if (l <= 0.5) { + q = l * (1 + s); + } else { + q = l + s - (l * s); + } + + var p = 2 * l - q; + + var tr = h + (1 / 3); + var tg = h; + var tb = h - (1 / 3); + + var r = Math.round(this.HueToRGB(p, q, tr) * 255); + var g = Math.round(this.HueToRGB(p, q, tg) * 255); + var b = Math.round(this.HueToRGB(p, q, tb) * 255); + return [r, g, b, this._sanitizeNumber(a)]; + }, + toString: function(format) { + format = format ||  'rgba'; + switch (format) { + case 'rgb': + { + var rgb = this.toRGB(); + return 'rgb(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ')'; + } + break; + case 'rgba': + { + var rgb = this.toRGB(); + return 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + rgb.a + ')'; + } + break; + case 'hsl': + { + var hsl = this.toHSL(); + return 'hsl(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%)'; + } + break; + case 'hsla': + { + var hsl = this.toHSL(); + return 'hsla(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%,' + hsl.a + ')'; + } + break; + case 'hex': + { + return this.toHex(); + } + break; + case 'alias': + return this.toAlias() || this.toHex(); + default: + { + return false; + } + break; + } + }, + // a set of RE's that can match strings and generate color tuples. + // from John Resig color plugin + // https://github.com/jquery/jquery-color/ + stringParsers: [{ + re: /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1], 16), + parseInt(execResult[2], 16), + parseInt(execResult[3], 16), + 1 + ]; + } + }, { + re: /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1] + execResult[1], 16), + parseInt(execResult[2] + execResult[2], 16), + parseInt(execResult[3] + execResult[3], 16), + 1 + ]; + } + }, { + re: /rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + 1 + ]; + } + }, { + re: /rgb\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + 1 + ]; + } + }, { + re: /rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + execResult[4] + ]; + } + }, { + re: /rgba\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + execResult[4] + ]; + } + }, { + re: /hsl\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'hsl', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + re: /hsla\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'hsla', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + //predefined color name + re: /^([a-z]{3,})$/, + format: 'alias', + parse: function(execResult) { + var hexval = this.colorNameToHex(execResult[0]) ||  '#000000'; + var match = this.stringParsers[0].re.exec(hexval), + values = match && this.stringParsers[0].parse.apply(this, [match]); + return values; + } + }], + colorNameToHex: function(name) { + if (typeof this.colors[name.toLowerCase()] !== 'undefined') { + return this.colors[name.toLowerCase()]; + } + return false; + } +}; diff --git a/library/bootstrap-colorpicker/src/js/colorpicker.js b/library/bootstrap-colorpicker/src/js/colorpicker.js new file mode 100644 index 000000000..e68b965d1 --- /dev/null +++ b/library/bootstrap-colorpicker/src/js/colorpicker.js @@ -0,0 +1,464 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + * @todo Update DOCS + */ + +(function( factory ) { + "use strict"; + if(typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } + else if(window.jQuery && !window.jQuery.fn.colorpicker) { + factory(window.jQuery); + } +} +(function($) { + 'use strict'; + + '{{color}}'; + + var defaults = { + horizontal: false, // horizontal mode layout ? + inline: false, //forces to show the colorpicker as an inline element + color: false, //forces a color + format: false, //forces a format + input: 'input', // children input selector + container: false, // container selector + component: '.add-on, .input-group-addon', // children component selector + sliders: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setHue' + }, + alpha: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setAlpha' + } + }, + slidersHorz: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setHue', + callTop: false + }, + alpha: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setAlpha', + callTop: false + } + }, + template: ' {{if $item.comment_lastcollapsed}}
    {{/if}} From d3527245f78ed9edaefdd60b4d2b02d8c64d93a1 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 26 Mar 2014 19:49:08 +0000 Subject: [PATCH 071/186] Spare / and an undeclared var in editwebpage. --- mod/editwebpage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/editwebpage.php b/mod/editwebpage.php index f11210eea..e9c8f5c37 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -131,8 +131,7 @@ function editwebpage_content(&$a) { //FIXME A return path with $_SESSION doesn't always work for observer - it may WSoD instead of loading a sensible page. So, send folk to the webpage list. - $rp = '/webpages/' . $which; - $lockstate = + $rp = 'webpages/' . $which; $o .= replace_macros($tpl,array( '$return_path' => $rp, From 79f5fd8e2a4959b78cf8be6312962849e14e9d85 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 26 Mar 2014 16:09:07 -0700 Subject: [PATCH 072/186] allow zotfeed to create a firehose of a site. --- include/identity.php | 9 +++++++++ include/items.php | 31 ++++++++++++++++++++----------- include/security.php | 14 ++++++++------ mod/zotfeed.php | 5 +++++ version.inc | 2 +- 5 files changed, 43 insertions(+), 18 deletions(-) diff --git a/include/identity.php b/include/identity.php index c8a925dac..97c29516c 100644 --- a/include/identity.php +++ b/include/identity.php @@ -109,6 +109,15 @@ function get_sys_channel() { return false; } +function is_sys_channel($channel_id) { + $r = q("select channel_pageflags from channel where channel_id = %d limit 1", + intval($channel_id) + ); + if(($r) && ($r[0]['channel_pageflags'] & PAGE_SYSTEM)) + return true; + return false; +} + /** * @channel_total() diff --git a/include/items.php b/include/items.php index 428767676..dd5f4aac1 100755 --- a/include/items.php +++ b/include/items.php @@ -3763,24 +3763,33 @@ function zot_feed($uid,$observer_xchan,$mindate) { $items = array(); - $r = q("SELECT item.*, item.id as item_id from item - WHERE uid = %d AND item_restrict = 0 and id = parent - AND (item_flags & %d) - $sql_extra ORDER BY created ASC $limit", - intval($uid), - intval(ITEM_WALL) - ); - if($r) { + if(is_sys_channel($uid)) { + $r = q("SELECT item.*, item.id as item_id from item + WHERE uid in (" . stream_perms_api_uids(PERMS_PUBLIC) . ") AND item_restrict = 0 and id = parent + AND (item_flags & %d) + $sql_extra ORDER BY created ASC $limit", + intval($uid), + intval(ITEM_WALL) + ); + } + else { + $r = q("SELECT item.*, item.id as item_id from item + WHERE uid = %d AND item_restrict = 0 and id = parent + AND (item_flags & %d) + $sql_extra ORDER BY created ASC $limit", + intval($uid), + intval(ITEM_WALL) + ); + } + if($r) { $parents_str = ids_to_querystr($r,'id'); $items = q("SELECT `item`.*, `item`.`id` AS `item_id` FROM `item` - WHERE `item`.`uid` = %d AND `item`.`item_restrict` = 0 + WHERE `item`.`item_restrict` = 0 AND `item`.`parent` IN ( %s ) ", - intval($uid), dbesc($parents_str) ); - } if($items) { diff --git a/include/security.php b/include/security.php index f52615357..6b20e2904 100644 --- a/include/security.php +++ b/include/security.php @@ -346,8 +346,9 @@ function stream_perms_api_uids($perms_min = PERMS_SITE) { $ret = array(); if(local_user()) $ret[] = local_user(); - $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d", - intval($perms_min) + $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d) ", + intval($perms_min), + intval(PAGE_ADULT) ); if($r) foreach($r as $rr) @@ -361,7 +362,7 @@ function stream_perms_api_uids($perms_min = PERMS_SITE) { $str .= ','; $str .= intval($rr); } -logger('stream_perms_api_uids: ' . $str); +logger('stream_perms_api_uids: ' . $str, LOGGER_DEBUG); return $str; } @@ -370,8 +371,9 @@ function stream_perms_xchans($perms_min = PERMS_SITE) { if(local_user()) $ret[] = get_observer_hash(); - $r = q("select channel_hash from channel where channel_r_stream > 0 and channel_r_stream <= %d", - intval($perms_min) + $r = q("select channel_hash from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d)", + intval($perms_min), + intval(PAGE_ADULT) ); if($r) foreach($r as $rr) @@ -385,6 +387,6 @@ function stream_perms_xchans($perms_min = PERMS_SITE) { $str .= ','; $str .= "'" . dbesc($rr) . "'"; } -logger('stream_perms_xchans: ' . $str); +logger('stream_perms_xchans: ' . $str, LOGGER_DEBUG); return $str; } diff --git a/mod/zotfeed.php b/mod/zotfeed.php index 6d84a5a1e..1f5dc2cfa 100644 --- a/mod/zotfeed.php +++ b/mod/zotfeed.php @@ -25,6 +25,11 @@ function zotfeed_init(&$a) { dbesc(argv(1)) ); } + else { + $x = get_sys_channel(); + if($x) + $r = array($x); + } if(! $r) { $result['message'] = 'Channel not found.'; json_return_and_die($result); diff --git a/version.inc b/version.inc index a1b9d8790..cf2f2646a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-25.627 +2014-03-26.628 From 9a3a2819c11cccdbce72adbe611f45e559e36655 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 26 Mar 2014 17:05:45 -0700 Subject: [PATCH 073/186] add admin/channels --- boot.php | 1 + include/security.php | 6 +- mod/admin.php | 162 ++++++++++++++++++++++++++++++++++-- view/tpl/admin_aside.tpl | 1 + view/tpl/admin_channels.tpl | 50 +++++++++++ 5 files changed, 210 insertions(+), 10 deletions(-) create mode 100755 view/tpl/admin_channels.tpl diff --git a/boot.php b/boot.php index 4c024309b..115b5cd0c 100755 --- a/boot.php +++ b/boot.php @@ -205,6 +205,7 @@ define ( 'PAGE_APPLICATION', 0x0004 ); define ( 'PAGE_DIRECTORY_CHANNEL', 0x0008 ); // system channel used for directory synchronisation define ( 'PAGE_PREMIUM', 0x0010 ); define ( 'PAGE_ADULT', 0x0020 ); +define ( 'PAGE_CENSORED', 0x0040 ); // Site admin has blocked this channel from appearing in casual search results and site feeds define ( 'PAGE_SYSTEM', 0x1000 ); define ( 'PAGE_REMOVED', 0x8000 ); diff --git a/include/security.php b/include/security.php index 6b20e2904..d974efb8f 100644 --- a/include/security.php +++ b/include/security.php @@ -346,9 +346,9 @@ function stream_perms_api_uids($perms_min = PERMS_SITE) { $ret = array(); if(local_user()) $ret[] = local_user(); - $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d) ", + $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d)", intval($perms_min), - intval(PAGE_ADULT) + intval(PAGE_CENSORED) ); if($r) foreach($r as $rr) @@ -373,7 +373,7 @@ function stream_perms_xchans($perms_min = PERMS_SITE) { $r = q("select channel_hash from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d)", intval($perms_min), - intval(PAGE_ADULT) + intval(PAGE_CENSORED) ); if($r) foreach($r as $rr) diff --git a/mod/admin.php b/mod/admin.php index c4a284941..f603525d2 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -24,6 +24,10 @@ function admin_post(&$a){ case 'users': admin_page_users_post($a); break; + case 'channels': + admin_page_channels_post($a); + break; + case 'plugins': if (argc() > 2 && is_file("addon/" . argv(2) . "/" . argv(2) . ".php")){ @@ -85,12 +89,13 @@ function admin_content(&$a) { // array( url, name, extra css classes ) $aside = Array( - 'site' => Array($a->get_baseurl(true)."/admin/site/", t("Site") , "site"), - 'users' => Array($a->get_baseurl(true)."/admin/users/", t("Users") , "users"), - 'plugins'=> Array($a->get_baseurl(true)."/admin/plugins/", t("Plugins") , "plugins"), - 'themes' => Array($a->get_baseurl(true)."/admin/themes/", t("Themes") , "themes"), - 'hubloc' => Array($a->get_baseurl(true)."/admin/hubloc/", t("Server") , "server"), - 'dbsync' => Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync") + 'site' => Array($a->get_baseurl(true)."/admin/site/", t("Site") , "site"), + 'users' => Array($a->get_baseurl(true)."/admin/users/", t("Accounts") , "users"), + 'channels' => Array($a->get_baseurl(true)."/admin/channels/", t("Channels") , "channels"), + 'plugins' => Array($a->get_baseurl(true)."/admin/plugins/", t("Plugins") , "plugins"), + 'themes' => Array($a->get_baseurl(true)."/admin/themes/", t("Themes") , "themes"), + 'hubloc' => Array($a->get_baseurl(true)."/admin/hubloc/", t("Server") , "server"), + 'dbsync' => Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync") ); /* get plugins admin page */ @@ -132,6 +137,9 @@ function admin_content(&$a) { case 'users': $o = admin_page_users($a); break; + case 'channels': + $o = admin_page_channels($a); + break; case 'plugins': $o = admin_page_plugins($a); break; @@ -671,7 +679,7 @@ function admin_page_users(&$a){ intval( $uid ) ); - notice( sprintf( (($account['account_flags'] & ACCOUNT_BLOCKED) ? t("User '%s' unblocked"):t("User '%s' blocked")) , $account[0]['account_email']) . EOL); + notice( sprintf( (($account[0]['account_flags'] & ACCOUNT_BLOCKED) ? t("User '%s' unblocked"):t("User '%s' blocked")) , $account[0]['account_email']) . EOL); }; break; } goaway($a->get_baseurl(true) . '/admin/users' ); @@ -766,6 +774,146 @@ function admin_page_users(&$a){ } +/** + * Channels admin page + * + * @param App $a + */ +function admin_page_channels_post(&$a){ + $pending = ( x($_POST, 'pending') ? $_POST['pending'] : Array() ); + $users = ( x($_POST, 'user') ? $_POST['user'] : Array() ); + + check_form_security_token_redirectOnErr('/admin/users', 'admin_users'); + + if (x($_POST,'page_users_block')){ + foreach($users as $uid){ + q("UPDATE account SET account_flags = (account_flags & %d) where account_id = %d limit 1", + intval(ACCOUNT_BLOCKED), + intval( $uid ) + ); + } + notice( sprintf( tt("%s user blocked/unblocked", "%s users blocked/unblocked", count($users)), count($users)) ); + } + if (x($_POST,'page_users_delete')){ + require_once("include/Contact.php"); + foreach($users as $uid){ + account_remove($uid,true); + } + notice( sprintf( tt("%s user deleted", "%s users deleted", count($users)), count($users)) ); + } + + if (x($_POST,'page_users_approve')){ + require_once('include/account.php'); + foreach($pending as $hash){ + user_allow($hash); + } + } + if (x($_POST,'page_users_deny')){ + require_once('include/account.php'); + foreach($pending as $hash){ + user_deny($hash); + } + } + goaway($a->get_baseurl(true) . '/admin/users' ); + return; // NOTREACHED +} + +/** + * @param App $a + * @return string + */ +function admin_page_channels(&$a){ + if (argc() > 2) { + $uid = argv(3); + $channel = q("SELECT * FROM channel WHERE channel_id = %d", + intval($uid) + ); + + if (! $channel) { + notice( t('Channel not found') . EOL); + goaway($a->get_baseurl(true) . '/admin/channels' ); + } + + switch(argv(2)){ +// case "delete":{ + // check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + // delete user + // require_once("include/Contact.php"); + // account_remove($uid,true); + + // notice( sprintf(t("User '%s' deleted"), $account[0]['account_email']) . EOL); + // }; break; + + case "block":{ + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + q("UPDATE channel SET channel_pageflags = ( channel_pageflags ^ %d ) where channel_id = %d", + intval(PAGE_CENSORED), + intval( $uid ) + ); + + notice( sprintf( (($channel[0]['channel_pageflags'] & PAGE_CENSORED) ? t("Channel '%s' uncensored"): t("Channel '%s' censored")) , $channel[0]['channel_name'] . ' (' . $channel[0]['channel_address'] . ')' ) . EOL); + }; break; + } + goaway($a->get_baseurl(true) . '/admin/users' ); + return ''; // NOTREACHED + + } + + /* get channels */ + + $total = q("SELECT count(*) as total FROM channel where not (channel_pageflags & %d)", + intval(PAGE_REMOVED) + ); + if($total) { + $a->set_pager_total($total[0]['total']); + $a->set_pager_itemspage(100); + } + + $order = " order by channel_name asc "; + + $users = q("SELECT * from channel where not ( channel_pageflags & %d ) $order limit %d , %d ", + intval(PAGE_REMOVED), + intval($a->pager['start']), + intval($a->pager['itemspage']) + ); + + if($users) { + for($x = 0; $x < count($users); $x ++) { + if($users[$x]['channel_pageflags'] & PAGE_CENSORED) + $users[$x]['blocked'] = true; + else + $users[$x]['blocked'] = false; + } + } + + $t = get_markup_template("admin_channels.tpl"); + $o = replace_macros($t, array( + // strings // + '$title' => t('Administration'), + '$page' => t('Channels'), + '$submit' => t('Submit'), + '$select_all' => t('select all'), + '$delete' => t('Delete'), + '$block' => t('Censor'), + '$unblock' => t('Uncensor'), + + '$h_users' => t('Channel'), + '$th_users' => array( t('UID'), t('Name'), t('Address')), + + '$confirm_delete_multi' => t('Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'), + '$confirm_delete' => t('The user {0} will be deleted!\n\nEverything this user has posted on this site will be permanently deleted!\n\nAre you sure?'), + + '$form_security_token' => get_form_security_token("admin_channels"), + + // values // + '$baseurl' => $a->get_baseurl(true), + '$users' => $users, + )); + $o .= paginate($a); + return $o; +} + + /** * Plugins admin page * diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index fdf070aa2..cb3827bf2 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -14,6 +14,7 @@
    '); - echo "\r\n"; - killme(); - -} \ No newline at end of file From 2b6feeb835d9e47ef122a6817b2b0633a2bb5927 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 15:56:31 -0700 Subject: [PATCH 086/186] this will probably fix the uploaded photo permission issue, if not it should be close --- mod/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/item.php b/mod/item.php index 6ea434542..5a3691d5e 100644 --- a/mod/item.php +++ b/mod/item.php @@ -1077,8 +1077,8 @@ function fix_attached_photo_permissions($uid,$xchan_hash,$body, $match = null; // match img and zmg image links - if(preg_match_all("/\[[zi]mg\](.*?)\[\/[zi]mg\]/",$body,$match)) { - $images = $match[1]; + if(preg_match_all("/\[[zi]mg(.*?)\](.*?)\[\/[zi]mg\]/",$body,$match)) { + $images = $match[2]; if($images) { foreach($images as $image) { if(! stristr($image,get_app()->get_baseurl() . '/photo/')) From 1f931c0e3c687d91e53fdf1b6337febc8125bd74 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 16:40:10 -0700 Subject: [PATCH 087/186] firehose: provide system prefs to allow folks to fine tune to their needs --- include/expire.php | 15 ++++++++++++--- include/externals.php | 6 +++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/include/expire.php b/include/expire.php index ee9956ef3..efce64ee4 100644 --- a/include/expire.php +++ b/include/expire.php @@ -29,10 +29,19 @@ function expire_run($argv, $argc){ } } - $x = get_sys_channel(); - if($x) - item_expire($x['channel_id'],30); + $x = get_sys_channel(); + if($x) { + + // this should probably just fetch the channel_expire_days from the sys channel, + // but there's no convenient way to set it. + + $expire_days = get_config('externals','expire_days'); + if($expire_days === false) + $expire_days = 30; + if($expire_days) + item_expire($x['channel_id'],$expire_days); + } return; } diff --git a/include/externals.php b/include/externals.php index 48aeaf6b3..946931033 100644 --- a/include/externals.php +++ b/include/externals.php @@ -28,7 +28,11 @@ function externals_run($argv, $argc){ } if($url) { - $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - 15 days')); + $days = intval(getconfig('externals','since_days')); + if($days === false) + $days = 15; + + $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . $days . ' days')); $x = z_fetch_url($feedurl); if(($x) && ($x['success'])) { From 6394f066353f01d6ea82cf94a46aea564add7b51 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 28 Mar 2014 00:36:38 +0000 Subject: [PATCH 088/186] typo --- include/externals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/externals.php b/include/externals.php index 946931033..80476d4a7 100644 --- a/include/externals.php +++ b/include/externals.php @@ -28,7 +28,7 @@ function externals_run($argv, $argc){ } if($url) { - $days = intval(getconfig('externals','since_days')); + $days = intval(get_config('externals','since_days')); if($days === false) $days = 15; From 8594d069a1fd00c0aacb30f544555c26465991c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 18:03:19 -0700 Subject: [PATCH 089/186] new connection notification --- include/enotify.php | 6 +++--- include/zot.php | 9 +++++++++ mod/connedit.php | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/include/enotify.php b/include/enotify.php index 5a55aee09..96a152d31 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -253,14 +253,14 @@ function notification($params) { if($params['type'] == NOTIFY_INTRO) { $subject = sprintf( t('[Red:Notify] Introduction received')); - $preamble = sprintf( t('%1$s, you\'ve received an introduction from \'%2$s\' at %3$s'), $recip['channel_name'], $sender['xchan_name'], $sitename); - $epreamble = sprintf( t('%1$s, you\'ve received [zrl=%2$s]an introduction[/zrl] from %3$s.'), + $preamble = sprintf( t('%1$s, you\'ve received an new connection request from \'%2$s\' at %3$s'), $recip['channel_name'], $sender['xchan_name'], $sitename); + $epreamble = sprintf( t('%1$s, you\'ve received [zrl=%2$s]a new connection request[/zrl] from %3$s.'), $recip['channel_name'], $itemlink, '[zrl=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/zrl]'); $body = sprintf( t('You may visit their profile at %s'),$sender['xchan_url']); - $sitelink = t('Please visit %s to approve or reject the introduction.'); + $sitelink = t('Please visit %s to approve or reject the connection request.'); $tsitelink = sprintf( $sitelink, $siteurl ); $hsitelink = sprintf( $sitelink, '' . $sitename . ''); $itemlink = $params['link']; diff --git a/include/zot.php b/include/zot.php index 186f1da10..394563563 100644 --- a/include/zot.php +++ b/include/zot.php @@ -425,6 +425,15 @@ function zot_refresh($them,$channel = null, $force = false) { intval($channel['channel_id']), dbesc($x['hash']) ); + if(($new_connection) && (! $default_perms)) { + require_once('include/enotify.php'); + notification(array( + 'type' => NOTIFY_INTRO, + 'from_xchan' => $x['hash'], + 'to_xchan' => $channel['channel_hash'], + 'link' => z_root() . '/connedit/' . $new_connection[0]['abook_id'], + )); + } if($new_connection && (! ($new_connection[0]['abook_flags'] & ABOOK_FLAG_PENDING)) && ($their_perms & PERMS_R_STREAM)) proc_run('php','include/onepoll.php',$new_connection[0]['abook_id']); diff --git a/mod/connedit.php b/mod/connedit.php index b9b7fcce3..fde116b48 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -298,7 +298,7 @@ function connedit_content(&$a) { contact_remove(local_user(), $orig_record[0]['abook_id']); // FIXME - send to clones - info( t('Contact has been removed.') . EOL ); + info( t('Connection has been removed.') . EOL ); if(x($_SESSION,'return_url')) goaway($a->get_baseurl(true) . '/' . $_SESSION['return_url']); goaway($a->get_baseurl(true) . '/contacts'); From 1177f97a50b2b7917fb9bed64d8b746617163fb8 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 18:05:49 -0700 Subject: [PATCH 090/186] change wording of new connection request notification setting --- mod/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index cc4842725..5c9511d30 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -979,8 +979,8 @@ function settings_content(&$a) { '$post_joingroup' => array('post_joingroup', t('joining a forum/community'), $post_joingroup, ''), '$post_profilechange' => array('post_profilechange', t('making an interesting profile change'), $post_profilechange, ''), '$lbl_not' => t('Send a notification email when:'), - '$notify1' => array('notify1', t('You receive an introduction'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''), - '$notify2' => array('notify2', t('Your introductions are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''), + '$notify1' => array('notify1', t('You receive a connection request'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''), + '$notify2' => array('notify2', t('Your connections are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''), '$notify3' => array('notify3', t('Someone writes on your profile wall'), ($notify & NOTIFY_WALL), NOTIFY_WALL, ''), '$notify4' => array('notify4', t('Someone writes a followup comment'), ($notify & NOTIFY_COMMENT), NOTIFY_COMMENT, ''), '$notify5' => array('notify5', t('You receive a private message'), ($notify & NOTIFY_MAIL), NOTIFY_MAIL, ''), From 8c3efd20f4a56517d714bc533549251f41308d7e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 18:53:14 -0700 Subject: [PATCH 091/186] this should work a bit better --- include/externals.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/externals.php b/include/externals.php index 80476d4a7..244b4a59e 100644 --- a/include/externals.php +++ b/include/externals.php @@ -28,11 +28,14 @@ function externals_run($argv, $argc){ } if($url) { - $days = intval(get_config('externals','since_days')); + logger('externals: pulling public content from ' . $url, LOGGER_DEBUG); + $days = get_config('externals','since_days'); if($days === false) $days = 15; - $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . $days . ' days')); + $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + + logger('externals: pulling public content from ' . $feedurl, LOGGER_DEBUG); $x = z_fetch_url($feedurl); if(($x) && ($x['success'])) { @@ -45,7 +48,7 @@ function externals_run($argv, $argc){ array(array('hash' => $sys['xchan_hash'])), false, true); $total ++; } - logger('import_public_posts: ' . $total . ' messages imported', LOGGER_DEBUG); + logger('externals: import_public_posts: ' . $total . ' messages imported', LOGGER_DEBUG); } } } From a6d8668a5f31def1a74fcdfe15a184acfe3d696d Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 20:28:48 -0700 Subject: [PATCH 092/186] try and sort out the item delete mess --- boot.php | 8 ++++++ include/expire.php | 16 ++++++++++-- include/items.php | 65 ++++++++++++++++++++++++++++++++++++---------- include/zot.php | 6 ++--- mod/item.php | 14 ++++++++-- 5 files changed, 88 insertions(+), 21 deletions(-) diff --git a/boot.php b/boot.php index 115b5cd0c..737e11001 100755 --- a/boot.php +++ b/boot.php @@ -329,6 +329,12 @@ define ( 'UPDATE_FLAGS_FORCED', 0x0002); define ( 'UPDATE_FLAGS_DELETED', 0x1000); + +define ( 'DROPITEM_NORMAL', 0); +define ( 'DROPITEM_PHASE1', 1); +define ( 'DROPITEM_PHASE2', 2); + + /** * Maximum number of "people who like (or don't like) this" that we will list by name */ @@ -511,6 +517,8 @@ define ( 'ITEM_DELAYED_PUBLISH', 0x0080); define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche define ( 'ITEM_BUG', 0x0400); // Is a bug, can be used by the internal bug tracker +define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed + /** * Item Flags */ diff --git a/include/expire.php b/include/expire.php index efce64ee4..442914a39 100644 --- a/include/expire.php +++ b/include/expire.php @@ -7,10 +7,20 @@ function expire_run($argv, $argc){ cli_startup(); + $r = q("select id from item where (item_restrict & %d) and not (item_restrict & %d) and changed < UTC_TIMESTAMP() - INTERVAL 10 DAY", + intval(ITEM_DELETED), + intval(ITEM_PENDING_REMOVE) + ); + if($r) { + foreach($r as $rr) { + drop_item($rr['id'],false,DROPITEM_PHASE2); + } + } + // physically remove anything that has been deleted for more than two months - $r = q("delete from item where ( item_flags & %d ) and changed < UTC_TIMESTAMP() - INTERVAL 60 DAY", - intval(ITEM_DELETED) + $r = q("delete from item where ( item_restrict & %d ) and changed < UTC_TIMESTAMP() - INTERVAL 36 DAY", + intval(ITEM_PENDING_REMOVE) ); // make this optional as it could have a performance impact on large sites @@ -42,6 +52,8 @@ function expire_run($argv, $argc){ if($expire_days) item_expire($x['channel_id'],$expire_days); } + + return; } diff --git a/include/items.php b/include/items.php index cd86918d6..dcf9f5bc2 100755 --- a/include/items.php +++ b/include/items.php @@ -3493,7 +3493,12 @@ function drop_items($items) { // permissions to carry out this act. If it is non-interactive, we are deleting something at the // system's request and do not check permission. This is very important to know. -function drop_item($id,$interactive = true) { +// Some deletion requests (those coming from remote sites) must be staged. +// $stage = 0 => unstaged +// $stage = 1 => set deleted flag on the item and perform intial notifications +// $stage = 2 => perform low level delete at a later stage + +function drop_item($id,$interactive = true,$stage = DROPITEM_NORMAL) { $a = get_app(); @@ -3503,7 +3508,7 @@ function drop_item($id,$interactive = true) { intval($id) ); - if((! $r) || ($r[0]['item_restrict'] & ITEM_DELETED)) { + if((! $r) || (($r[0]['item_restrict'] & ITEM_DELETED) && ($stage === DROPITEM_NORMAL))) { if(! $interactive) return 0; notice( t('Item not found.') . EOL); @@ -3537,7 +3542,7 @@ function drop_item($id,$interactive = true) { intval($item['id']) ); - $arr = array('item' => $item); + $arr = array('item' => $item, 'interactive' => $interactive, 'stage' => $stage); call_hooks('drop_item', $arr ); $notify_id = intval($item['id']); @@ -3548,10 +3553,10 @@ function drop_item($id,$interactive = true) { ); if($items) { foreach($items as $i) - delete_item_lowlevel($i); + delete_item_lowlevel($i,$stage); } else - delete_item_lowlevel($item); + delete_item_lowlevel($item,$stage); if(! $interactive) return 1; @@ -3559,7 +3564,7 @@ function drop_item($id,$interactive = true) { // send the notification upstream/downstream as the case may be // only send notifications to others if this is the owner's wall item. - if($item['item_flags'] & ITEM_WALL) + if(($item['item_flags'] & ITEM_WALL) && ($stage != DROPITEM_PHASE2)) proc_run('php','include/notifier.php','drop',$notify_id); goaway($a->get_baseurl() . '/' . $_SESSION['return_url']); @@ -3578,15 +3583,47 @@ function drop_item($id,$interactive = true) { // It merely destroys all resources associated with an item. // Please do not use without a suitable wrapper. -function delete_item_lowlevel($item) { +function delete_item_lowlevel($item,$stage = DROPITEM_NORMAL) { - $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), title = '', body = '', - changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", - intval(ITEM_DELETED), - dbesc(datetime_convert()), - dbesc(datetime_convert()), - intval($item['id']) - ); + + switch($stage) { + case DROPITEM_PHASE2: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), body = '', title = '', + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_PENDING_REMOVE), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + + case DROPITEM_PHASE1: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_DELETED), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + + case DROPITEM_NORMAL: + default: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), body = '', title = '', + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_DELETED), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + } + + // network deletion request. Keep the message structure so that we can deliver delete notifications. + // Come back after several days (or perhaps a month) to do the lowlevel delete (DROPITEM_PHASE2). + + if($stage == DROPITEM_PHASE1) + return true; $r = q("delete from term where otype = %d and oid = %d limit 1", intval(TERM_OBJ_POST), diff --git a/include/zot.php b/include/zot.php index 394563563..b23c18bdb 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1597,10 +1597,10 @@ function delete_imported_item($sender,$item,$uid) { // We can't reverse the order because drop_item refuses to run if the item already has the deleted flag set and we need to // set that flag prior to calling tag_deliver. - // One possibility would be to set the deleted flag, call both tag_deliver and the notifier to notify downstream channels - // and then clean up after ourselves with a cron job after a day or two to do the delete_item_lowlevel(). + // Use phased deletion to set the deleted flag, call both tag_deliver and the notifier to notify downstream channels + // and then clean up after ourselves with a cron job after several days to do the delete_item_lowlevel() (DROPITEM_PHASE2). - drop_item($r[0]['uid'],false); + drop_item($r[0]['id'],false, DROPITEM_PHASE1); tag_deliver($uid,$r[0]['id']); diff --git a/mod/item.php b/mod/item.php index 5a3691d5e..2fa978b44 100644 --- a/mod/item.php +++ b/mod/item.php @@ -890,9 +890,19 @@ function item_content(&$a) { require_once('include/security.php'); - if(($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) { + if((argc() == 3) && (argv(1) === 'drop') && intval(argv(2))) { require_once('include/items.php'); - drop_item($a->argv[2]); + $i = q("select id, item_restrict from item where id = %d and uid = %d limit 1", + intval(argv(2)) + ); + if($i) { + if($i[0]['item_restrict']) + drop_item($i[0]['id']); + else { + drop_item($i[0]['id'],true,DROPITEM_PHASE1); + tag_deliver($uid,$i[0]['id']); + } + } } } From d99eaf151096dde28d56caa4b950cd2f3d4a1d83 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 20:43:37 -0700 Subject: [PATCH 093/186] a few more delete fixes --- mod/item.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/mod/item.php b/mod/item.php index 2fa978b44..39a44647c 100644 --- a/mod/item.php +++ b/mod/item.php @@ -892,15 +892,24 @@ function item_content(&$a) { if((argc() == 3) && (argv(1) === 'drop') && intval(argv(2))) { require_once('include/items.php'); - $i = q("select id, item_restrict from item where id = %d and uid = %d limit 1", - intval(argv(2)) + $i = q("select id, uid, author_xchan, owner_xchan, source_xchan, item_restrict from item where id = %d and uid = %d limit 1", + intval(argv(2)), + intval(local_user()) ); + if($i) { + + $ob_hash = get_observer_hash(); + if($ob_hash !== $i[0]['author_xchan'] && $ob_hash !== $i[0]['owner_xchan'] && $ob_hash !== $i[0]['source_xchan']) { + notice( t('Permission denied.') . EOL); + return; + } + if($i[0]['item_restrict']) drop_item($i[0]['id']); else { drop_item($i[0]['id'],true,DROPITEM_PHASE1); - tag_deliver($uid,$i[0]['id']); + tag_deliver($i[0]['uid'],$i[0]['id']); } } } From 52c456d254fff199bc4cfde75f9a9948f8532fdc Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Mar 2014 20:57:45 -0700 Subject: [PATCH 094/186] don't include standalone test sites in external host list --- include/externals.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/externals.php b/include/externals.php index 244b4a59e..290f93a68 100644 --- a/include/externals.php +++ b/include/externals.php @@ -20,8 +20,9 @@ function externals_run($argv, $argc){ $url = $arr['url']; } else { - $r = q("select site_url from site where site_url != '%s' order by rand() limit 1", - dbesc(z_root()) + $r = q("select site_url from site where site_url != '%s' and site_flags != %d order by rand() limit 1", + dbesc(z_root()), + intval(DIRECTORY_MODE_STANDALONE) ); if($r) $url = $r[0]['site_url']; From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: [PATCH 095/186] doc update --- doc/html/Contact_8php.html | 2 +- doc/html/account_8php.html | 4 +- doc/html/admin_8php.html | 54 + doc/html/admin_8php.js | 2 + doc/html/apw_2php_2style_8php.html | 4 +- doc/html/boot_8php.html | 136 ++- doc/html/boot_8php.js | 5 + doc/html/cli__startup_8php.html | 2 +- doc/html/conversation_8php.html | 2 +- doc/html/crypto_8php.html | 2 +- doc/html/datetime_8php.html | 2 +- doc/html/dba__driver_8php.html | 4 +- .../dir_d41ce877eb409a4791b288730010abe2.html | 4 - .../dir_d41ce877eb409a4791b288730010abe2.js | 2 - .../dir_d44c64559bbebec7f509842c48db8b23.html | 2 + .../dir_d44c64559bbebec7f509842c48db8b23.js | 1 + doc/html/docblox__errorchecker_8php.html | 2 +- doc/html/enotify_8php.html | 2 +- doc/html/event_8php.html | 4 +- doc/html/externals_8php.html | 147 +++ doc/html/externals_8php.js | 4 + doc/html/extract_8php.html | 2 +- doc/html/files.html | 323 +++--- doc/html/globals_0x61.html | 6 + doc/html/globals_0x63.html | 6 - doc/html/globals_0x64.html | 13 +- doc/html/globals_0x65.html | 3 + doc/html/globals_0x69.html | 6 + doc/html/globals_0x70.html | 5 +- doc/html/globals_0x75.html | 3 - doc/html/globals_func_0x61.html | 6 + doc/html/globals_func_0x63.html | 6 - doc/html/globals_func_0x64.html | 4 +- doc/html/globals_func_0x65.html | 3 + doc/html/globals_func_0x69.html | 3 + doc/html/globals_func_0x70.html | 2 +- doc/html/globals_func_0x75.html | 3 - doc/html/globals_vars_0x64.html | 9 + doc/html/globals_vars_0x69.html | 3 + doc/html/globals_vars_0x70.html | 3 + doc/html/identity_8php.html | 22 +- doc/html/identity_8php.js | 1 + doc/html/include_2config_8php.html | 6 +- doc/html/include_2network_8php.html | 2 +- doc/html/items_8php.html | 44 +- doc/html/items_8php.js | 4 +- doc/html/language_8php.html | 4 +- doc/html/nav_8php.html | 2 +- doc/html/navtree.js | 16 +- doc/html/navtreeindex0.js | 202 ++-- doc/html/navtreeindex1.js | 212 ++-- doc/html/navtreeindex2.js | 16 +- doc/html/navtreeindex3.js | 122 +- doc/html/navtreeindex4.js | 134 +-- doc/html/navtreeindex5.js | 378 +++--- doc/html/navtreeindex6.js | 338 +++--- doc/html/navtreeindex7.js | 470 ++++---- doc/html/navtreeindex8.js | 211 ++-- doc/html/permissions_8php.html | 2 +- doc/html/php_2theme__init_8php.html | 2 +- doc/html/plugin_8php.html | 4 +- doc/html/search/all_61.js | 2 + doc/html/search/all_63.js | 3 - doc/html/search/all_64.js | 9 +- doc/html/search/all_65.js | 2 + doc/html/search/all_69.js | 2 + doc/html/search/all_70.js | 3 +- doc/html/search/all_75.js | 2 - doc/html/search/files_63.js | 1 - doc/html/search/files_65.js | 1 + doc/html/search/files_75.js | 1 - doc/html/search/functions_61.js | 2 + doc/html/search/functions_63.js | 2 - doc/html/search/functions_64.js | 4 +- doc/html/search/functions_65.js | 3 +- doc/html/search/functions_69.js | 1 + doc/html/search/functions_70.js | 2 +- doc/html/search/functions_75.js | 1 - doc/html/search/variables_64.js | 5 +- doc/html/search/variables_69.js | 1 + doc/html/search/variables_70.js | 1 + doc/html/security_8php.html | 6 +- doc/html/text_8php.html | 12 +- doc/html/typo_8php.html | 2 +- doc/html/zot_8php.html | 22 +- doc/html/zot_8php.js | 2 +- util/messages.po | 1010 +++++++++-------- 87 files changed, 2256 insertions(+), 1834 deletions(-) create mode 100644 doc/html/externals_8php.html create mode 100644 doc/html/externals_8php.js diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index f50152266..6a685cc0d 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -241,7 +241,7 @@ Functions
    diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 9a2a3b43c..2694434d1 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -322,7 +322,7 @@ Functions @@ -340,7 +340,7 @@ Functions diff --git a/doc/html/admin_8php.html b/doc/html/admin_8php.html index ff835ad08..d1e165510 100644 --- a/doc/html/admin_8php.html +++ b/doc/html/admin_8php.html @@ -132,6 +132,10 @@ Functions    admin_page_users (&$a)   + admin_page_channels_post (&$a) +  + admin_page_channels (&$a) +   admin_page_plugins (&$a)    toggle_theme (&$themes, $th, &$result) @@ -171,6 +175,56 @@ Functions

    Side bar links

    Page content

    + + + +
    +
    + + + + + + + + +
    admin_page_channels ($a)
    +
    +
    Parameters
    + + +
    App$a
    +
    +
    +
    Returns
    string
    + +

    Referenced by admin_content().

    + +
    +
    + +
    +
    + + + + + + + + +
    admin_page_channels_post ($a)
    +
    +

    Channels admin page

    +
    Parameters
    + + +
    App$a
    +
    +
    + +

    Referenced by admin_post().

    +
    diff --git a/doc/html/admin_8php.js b/doc/html/admin_8php.js index 973a7a9aa..15b1b3522 100644 --- a/doc/html/admin_8php.js +++ b/doc/html/admin_8php.js @@ -1,6 +1,8 @@ var admin_8php = [ [ "admin_content", "admin_8php.html#afef415e4011607fbb665610441595015", null ], + [ "admin_page_channels", "admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec", null ], + [ "admin_page_channels_post", "admin_8php.html#a42e628f367c168add8013352ac74d33f", null ], [ "admin_page_dbsync", "admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade", null ], [ "admin_page_hubloc", "admin_8php.html#a6943543f3138f6ee182cb701f415d1cc", null ], [ "admin_page_hubloc_post", "admin_8php.html#a60ba9783ad14545814919970bc3fb725", null ], diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 7e4e209e1..b670a9c95 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -246,7 +246,7 @@ Variables
    -

    Referenced by admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), chatroom_list(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), get_things(), get_words(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), local_dir_update(), FKOAuth1\loginUser(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), perm_is_allowed(), photo_init(), poke_init(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), widget_archive(), widget_follow(), widget_item(), widget_tagcloud(), and zot_feed().

    +

    Referenced by admin_page_channels(), admin_page_channels_post(), admin_page_users(), admin_page_users_post(), all_friends(), build_sync_packet(), chatroom_list(), check_item_source(), check_list_permissions(), common_friends(), common_friends_zcid(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), del_pconfig(), delete_imported_item(), drop_items(), events_post(), feature_enabled(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), follow_init(), get_all_perms(), get_pconfig(), get_theme_uid(), get_things(), get_words(), group_add(), group_add_member(), group_byname(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), import_channel_photo(), item_expire(), item_post(), item_store_update(), items_fetch(), load_contact_links(), load_pconfig(), local_dir_update(), FKOAuth1\loginUser(), menu_add_item(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit_item(), menu_fetch(), mini_group_select(), mood_init(), new_contact(), notifier_run(), pdl_selector(), perm_is_allowed(), photo_init(), poke_init(), posted_dates(), private_messages_list(), remove_community_tag(), send_message(), service_class_allows(), service_class_fetch(), set_pconfig(), Conversation\set_profile_owner(), photo_driver\store(), store_item_tag(), suggestion_query(), tag_deliver(), tagadelic(), tagblock(), tgroup_check(), widget_archive(), widget_follow(), widget_item(), widget_tagcloud(), and zot_feed().

    @@ -260,7 +260,7 @@ Variables
    -

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index e7b7d3f51..6ec297b5e 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -204,7 +204,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1103 +const DB_UPDATE_VERSION 1104   const EOL '<br />' . "\r\n"   @@ -296,6 +296,8 @@ Variables   const PAGE_ADULT 0x0020   +const PAGE_CENSORED 0x0040 +  const PAGE_SYSTEM 0x1000   const PAGE_REMOVED 0x8000 @@ -436,6 +438,12 @@ Variables   const UPDATE_FLAGS_DELETED 0x1000   +const DROPITEM_NORMAL 0 +  +const DROPITEM_PHASE1 1 +  +const DROPITEM_PHASE2 2 +  const MAX_LIKERS 75   const ZCURL_TIMEOUT (-1) @@ -654,6 +662,8 @@ Variables   const ITEM_BUG 0x0400   +const ITEM_PENDING_REMOVE 0x0800 +  const ITEM_ORIGIN 0x0001   const ITEM_UNSEEN 0x0002 @@ -732,7 +742,7 @@ Variables
    -

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), attach_init(), block_content(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), help_content(), importelm_post(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), register_init(), regmod_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), xref_init(), and zotfeed_init().

    +

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), attach_init(), block_content(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connedit_content(), connedit_init(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), group_content(), group_post(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), register_init(), regmod_content(), rpost_content(), settings_init(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), xref_init(), and zotfeed_init().

    @@ -750,7 +760,7 @@ Variables
    -

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), block_content(), block_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), get_online_status(), group_content(), group_post(), help_content(), importelm_post(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), page_init(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), register_init(), regmod_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

    +

    Referenced by App\__construct(), _well_known_init(), achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_users(), admin_post(), api_get_user(), api_statuses_destroy(), api_statuses_repeat(), api_statuses_show(), attach_init(), block_content(), block_init(), blocks_content(), channel_init(), chat_content(), chat_init(), cloud_init(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contactgroup_content(), dirsearch_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), feed_init(), filestorage_content(), get_online_status(), group_content(), group_post(), help_content(), importelm_post(), item_content(), layouts_content(), like_content(), lockview_content(), mail_content(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), new_channel_init(), notify_init(), oembed_init(), oexchange_content(), oexchange_init(), online_init(), page_content(), page_init(), pdledit_content(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), profile_init(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), queue_run(), rbmark_content(), register_init(), regmod_content(), rpost_content(), settings_post(), setup_init(), share_init(), sources_content(), starred_init(), subthread_content(), tagger_content(), thing_content(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewconnections_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), widget_collections(), widget_mailmenu(), widget_settings_menu(), xref_init(), and zotfeed_init().

    @@ -972,7 +982,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), editpost_content(), event_store(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

    +

    Referenced by FriendicaSmarty\__construct(), FriendicaSmartyEngine\__construct(), abook_toggle_flag(), allowed_public_recips(), api_apply_template(), api_format_items(), api_get_user(), api_statuses_home_timeline(), api_statuses_repeat(), api_statuses_user_timeline(), api_user(), argc(), argv(), atom_entry(), authenticate_success(), avatar_img(), bbcode(), best_link_url(), blogtheme_imgurl(), build_sync_packet(), call_hooks(), can_comment_on_post(), categories_widget(), change_channel(), channel_remove(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), cli_suggest_run(), comanche_get_channel_id(), comanche_replace_region(), comanche_widget(), common_friends_visitor_widget(), connedit_content(), contact_block(), contact_select(), create_identity(), current_theme(), deliver_run(), design_tools(), dir_tagblock(), drop_item(), editpost_content(), event_store(), externals_run(), fileas_widget(), findpeople_widget(), fix_attached_photo_permissions(), fix_private_photos(), format_event_diaspora(), RedBrowser\generateDirectoryIndex(), get_account_id(), get_best_language(), get_birthdays(), get_events(), get_feed_for(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_observer_hash(), get_plink(), get_theme_config_file(), get_theme_screenshot(), gprobe_run(), group_select(), guess_image_type(), handle_tag(), head_add_css(), head_add_js(), head_get_css(), head_get_js(), head_remove_css(), head_remove_js(), RedBrowser\htmlActionsPanel(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_xchan(), info(), insert_hook(), is_developer(), is_site_admin(), item_message_id(), item_photo_menu(), item_redir_and_replace_images(), item_store(), item_store_update(), items_fetch(), load_contact_links(), load_hooks(), local_dir_update(), login(), FKOAuth1\loginUser(), manage_content(), map_scope(), menu_add_item(), menu_edit_item(), nav_set_selected(), new_contact(), notice(), notification(), notifier_run(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), onedirsync_run(), onepoll_run(), page_content(), photos_album_widget(), photos_content(), ping_init(), poco_load(), poller_run(), post_activity_item(), preg_heart(), prepare_body(), proc_run(), process_delivery(), profile_activity(), profile_sidebar(), public_permissions_sql(), replace_macros(), rmagic_init(), rpost_callback(), scale_external_images(), search(), searchbox(), send_message(), send_reg_approval_email(), send_status_notifications(), send_verification_email(), service_class_allows(), service_class_fetch(), smilies(), tag_deliver(), terminate_friendship(), tgroup_check(), theme_include(), tryzrlvideo(), tt(), update_suggestions(), user_allow(), vcard_from_xchan(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_collections(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_menu_preview(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), widget_vcard(), z_fetch_url(), and zot_finger().

    @@ -1034,7 +1044,7 @@ Variables
    -

    Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), block_content(), bookmarks_content(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), contact_block(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), importelm_post(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_bookmarkedchats(), widget_item(), widget_photo_albums(), widget_suggestedchats(), widget_suggestions(), and z_readdir().

    +

    Referenced by advanced_profile(), api_statuses_user_timeline(), attach_by_hash(), attach_by_hash_nodata(), attach_mkdir(), attach_store(), block_content(), bookmarks_content(), chat_content(), chatsvc_content(), chatsvc_init(), chatsvc_post(), cloud_init(), comanche_menu(), common_content(), common_friends_visitor_widget(), contact_block(), dir_safe_mode(), directory_content(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_post(), get_public_feed(), importelm_post(), item_content(), item_permissions_sql(), magic_init(), mitem_content(), new_contact(), notice(), permissions_sql(), photo_init(), photos_content(), photos_post(), ping_init(), prepare_body(), profile_content(), profile_sidebar(), search_content(), RedBrowser\set_writeable(), stream_perms_xchans(), suggest_content(), tagger_content(), thing_init(), toggle_safesearch_init(), viewconnections_content(), vote_content(), vote_post(), wall_attach_post(), widget_bookmarkedchats(), widget_item(), widget_photo_albums(), widget_suggestedchats(), widget_suggestions(), and z_readdir().

    @@ -1052,7 +1062,7 @@ Variables
    -

    Referenced by admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), chat_content(), chat_post(), chatsvc_content(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), openid_content(), pdledit_post(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), rbmark_content(), rbmark_post(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), xref_init(), and zid_init().

    +

    Referenced by admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), api_content(), authenticate_success(), channel_content(), channel_remove(), chanview_content(), chat_content(), chat_post(), chatsvc_content(), check_form_security_token_redirectOnErr(), connect_post(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), display_content(), drop_item(), events_post(), filerm_content(), filestorage_content(), follow_init(), group_content(), group_post(), home_init(), import_post(), item_post(), login_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), mood_init(), network_content(), new_channel_post(), new_contact(), notifications_post(), notify_init(), openid_content(), pdledit_post(), photos_post(), post_init(), profile_photo_post(), profiles_init(), randprof_init(), rbmark_content(), rbmark_post(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), search_content(), settings_post(), sources_content(), sources_post(), sslify_init(), tagrm_content(), tagrm_post(), toggle_mobile_init(), toggle_safesearch_init(), wfinger_init(), xref_init(), and zid_init().

    @@ -1103,7 +1113,7 @@ Variables
    -

    Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), bookmarks_init(), community_content(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), openid_content(), pdledit_post(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

    +

    Referenced by admin_page_dbsync(), admin_page_logs_post(), admin_page_plugins(), admin_page_site_post(), admin_page_themes(), admin_post(), bookmarks_init(), connections_post(), connedit_content(), connedit_post(), directory_content(), dirprofile_init(), filestorage_content(), follow_init(), fsuggest_post(), group_content(), group_post(), item_post(), lostpass_content(), lostpass_post(), mail_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_post(), network_content(), oexchange_content(), openid_content(), pdledit_post(), post_init(), profile_photo_post(), profiles_init(), profiles_post(), register_post(), regmod_content(), settings_post(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_init(), user_allow(), and viewconnections_content().

    @@ -1186,7 +1196,7 @@ Variables
    -

    Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), bookmarks_init(), check_form_security_token_ForbiddenOnErr(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), http_status_exit(), importelm_post(), item_post(), json_return_and_die(), layouts_content(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

    +

    Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), bookmarks_init(), check_form_security_token_ForbiddenOnErr(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), http_status_exit(), importelm_post(), item_post(), json_return_and_die(), layouts_content(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

    @@ -1221,7 +1231,7 @@ Variables
    -

    Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), apw_form(), best_link_url(), blocks_content(), bookmarks_content(), bookmarks_init(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), cloud_init(), comanche_get_channel_id(), common_friends_visitor_widget(), community_content(), community_init(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), home_init(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_puller(), lockview_content(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), pdledit_content(), pdledit_post(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), rbmark_content(), redbasic_form(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

    +

    Referenced by Conversation\__construct(), acl_init(), api_content(), api_get_user(), api_post(), api_user(), apw_form(), best_link_url(), blocks_content(), bookmarks_content(), bookmarks_init(), App\build_pagehead(), build_sync_packet(), change_channel(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), cloud_init(), comanche_get_channel_id(), common_friends_visitor_widget(), connect_content(), connect_post(), connections_content(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), contact_select(), contactgroup_content(), conversation(), current_theme(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), drop_items(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_content(), follow_init(), fsuggest_content(), fsuggest_post(), get_birthdays(), Item\get_comment_box(), get_events(), get_online_status(), Item\get_template_data(), get_theme_uid(), group_content(), group_get_members(), group_post(), group_select(), group_side(), handle_tag(), home_init(), invite_content(), invite_post(), item_content(), item_permissions_sql(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_puller(), lockview_content(), login(), login_content(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_add_item(), menu_content(), menu_edit_item(), menu_post(), message_content(), mimetype_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), network_init(), new_contact(), notes_init(), notifications_content(), notifications_post(), notify_content(), notify_init(), oexchange_content(), pdledit_content(), pdledit_post(), permissions_sql(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poke_content(), poke_init(), post_init(), prepare_body(), private_messages_list(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), profperm_init(), rbmark_content(), redbasic_form(), regmod_content(), removeme_content(), removeme_post(), rmagic_init(), rpost_content(), search(), search_ac_init(), search_content(), searchbox(), service_class_allows(), service_class_fetch(), Conversation\set_mode(), settings_init(), settings_post(), share_init(), smilies(), sources_content(), sources_post(), starred_init(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_content(), suggest_init(), tagger_content(), tagrm_content(), tagrm_post(), theme_content(), theme_post(), thing_content(), thing_init(), uexport_init(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), webpages_content(), widget_affinity(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_mailmenu(), widget_notes(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_suggestions(), z_input_filter(), zid_init(), and zping_content().

    @@ -1273,7 +1283,7 @@ Variables
    -

    Referenced by achievements_content(), admin_content(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    +

    Referenced by achievements_content(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_hubloc(), admin_page_plugins(), admin_page_themes(), admin_page_users(), admin_page_users_post(), api_content(), api_post(), apps_content(), attach_init(), block_content(), blocks_content(), bookmarks_content(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_form_security_token_redirectOnErr(), common_content(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_content(), import_post(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), photos_content(), photos_post(), poke_content(), post_init(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), sources_content(), sources_post(), suggest_content(), thing_content(), thing_init(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    @@ -1295,7 +1305,7 @@ Variables

    e.g.: proc_run("ls","-la","/tmp");

    $cmd and string args are surrounded with ""

    -

    Referenced by build_sync_packet(), channel_remove(), connect_post(), connections_post(), connedit_content(), connedit_post(), create_identity(), directory_run(), drop_item(), drop_items(), events_post(), fix_system_urls(), follow_init(), fsuggest_post(), import_post(), item_post(), like_content(), mail_content(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), send_message(), settings_post(), tag_deliver(), tagger_content(), zid_init(), and zot_refresh().

    +

    Referenced by build_sync_packet(), channel_remove(), connect_post(), connections_post(), connedit_content(), connedit_post(), create_identity(), directory_run(), drop_item(), drop_items(), events_post(), fix_system_urls(), follow_init(), fsuggest_post(), import_post(), item_post(), like_content(), mail_content(), mood_init(), new_contact(), notifier_run(), photo_upload(), photos_post(), poller_run(), post_activity_item(), process_delivery(), profile_activity(), profile_photo_post(), profiles_post(), send_message(), settings_post(), tag_deliver(), tagger_content(), zid_init(), and zot_refresh().

    @@ -1312,7 +1322,7 @@ Variables @@ -1373,7 +1383,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), bookmark_add(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), community_content(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), current_theme_url(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), rbmark_content(), rbmark_post(), red_item_new(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

    +

    Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_channels_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), bookmark_add(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), current_theme_url(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), rbmark_content(), rbmark_post(), red_item_new(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

    @@ -1407,7 +1417,7 @@ Variables
    -

    Referenced by allowed_public_recips(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), filestorage_content(), follow_init(), format_categories(), format_filer(), RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), openid_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), and zot_new_uid().

    +

    Referenced by allowed_public_recips(), authenticate_success(), bb_parse_crypt(), bbcode(), blocks_content(), chanlink_cid(), chanlink_hash(), chanlink_url(), channel_content(), channel_remove(), chat_content(), chat_post(), chatsvc_content(), check_config(), connect_post(), connections_content(), connections_post(), conversation(), create_identity(), deliver_run(), directory_content(), dirprofile_init(), display_content(), event_store(), externals_run(), filestorage_content(), follow_init(), format_categories(), format_filer(), RedBrowser\getAssetUrl(), group_post(), handle_tag(), App\head_get_icon(), head_get_icon(), home_init(), hostxrd_init(), import_post(), import_xchan(), invite_content(), item_photo_menu(), item_post(), item_store(), layouts_content(), login_content(), lostpass_content(), lostpass_post(), magic_init(), magiclink_url(), mail_post(), manage_content(), menu_content(), menu_post(), mitem_content(), mitem_post(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_post(), notification(), notifications_post(), notifier_run(), openid_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_create_item(), photos_list_photos(), post_activity_item(), post_init(), post_post(), profile_activity(), profile_sidebar(), public_recips(), pubsites_content(), rbmark_content(), rbmark_post(), register_post(), removeme_content(), rmagic_init(), rmagic_post(), rpost_content(), script_path(), search_content(), searchbox(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), siteinfo_init(), sources_content(), sources_post(), sslify(), sync_directories(), tagger_content(), theme_attachments(), thing_init(), toggle_safesearch_init(), update_suggestions(), user_allow(), vcard_from_xchan(), webpages_content(), wfinger_init(), widget_archive(), widget_chatroom_list(), widget_dirtags(), widget_filer(), widget_savedsearch(), widget_suggestions(), xref_init(), zfinger_init(), zid_init(), zot_build_packet(), zot_fetch(), zot_new_uid(), and zot_refresh().

    @@ -1577,7 +1587,7 @@ Variables @@ -1834,7 +1844,7 @@ Variables @@ -2184,7 +2194,7 @@ Variables
    - +
    const DB_UPDATE_VERSION 1103const DB_UPDATE_VERSION 1104
    @@ -2272,7 +2282,7 @@ Variables
    @@ -2286,6 +2296,48 @@ Variables
    +
    + + +
    +
    + + + + +
    const DROPITEM_NORMAL 0
    +
    + +

    Referenced by delete_item_lowlevel(), and drop_item().

    + +
    +
    + +
    +
    + + + + +
    const DROPITEM_PHASE1 1
    +
    +
    + +
    +
    + + + + +
    const DROPITEM_PHASE2 2
    +
    + +

    Referenced by delete_item_lowlevel(), drop_item(), and expire_run().

    +
    @@ -2298,7 +2350,7 @@ Variables
    -

    Referenced by achievements_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), community_content(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_post(), import_xchan(), importelm_post(), invite_content(), invite_post(), item_post(), layouts_content(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    +

    Referenced by achievements_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_site_post(), admin_page_users(), api_content(), api_post(), apps_content(), attach_init(), block_content(), blocks_content(), bookmarks_content(), bookmarks_init(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_enter(), check_account_email(), check_account_invite(), check_form_security_std_err_msg(), check_keys(), check_php(), check_store(), common_content(), common_init(), connect_init(), connections_content(), connections_post(), connedit_content(), connedit_post(), delegate_content(), directory_content(), dirprofile_init(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), filestorage_content(), filestorage_post(), follow_init(), format_like(), fsuggest_content(), fsuggest_post(), group_add(), group_content(), group_post(), home_content(), import_post(), import_xchan(), importelm_post(), invite_content(), invite_post(), item_content(), item_post(), layouts_content(), like_content(), load_database(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), match_content(), menu_content(), menu_post(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_content(), network_content(), network_init(), new_channel_content(), new_channel_post(), notifications_content(), notifications_post(), oexchange_content(), openid_content(), page_content(), pdledit_content(), pdledit_post(), photos_content(), photos_post(), poke_content(), post_init(), post_post(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), register_content(), register_post(), regmod_content(), rmagic_post(), search_content(), settings_post(), setup_content(), sources_content(), sources_post(), suggest_content(), tagrm_post(), thing_content(), thing_init(), user_allow(), user_deny(), viewconnections_content(), viewsrc_content(), wall_attach_post(), wall_upload_post(), webpages_content(), and xchan_content().

    @@ -2509,7 +2561,7 @@ Variables @@ -2638,6 +2690,20 @@ Variables

    Referenced by editlayout_content(), item_store(), layout_select(), layouts_content(), notifier_run(), and update_remote_id().

    + + + +
    +
    + + + + +
    const ITEM_PENDING_REMOVE 0x0800
    +
    + +

    Referenced by delete_item_lowlevel(), and expire_run().

    +
    @@ -2797,7 +2863,7 @@ Variables @@ -2883,7 +2949,7 @@ Variables
    -

    Referenced by RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), dir_parse_query(), directory_content(), dirprofile_init(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), import_xchan(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    +

    Referenced by RedFile\__construct(), admin_page_logs(), advanced_profile(), build_sync_packet(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), detect_language(), dir_parse_query(), directory_content(), dirprofile_init(), encode_item(), fix_private_photos(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getName(), import_xchan(), item_store(), item_store_update(), RedDirectory\log(), RedBasicAuth\log(), magic_init(), mail_post(), mail_store(), mini_group_select(), new_contact(), notifier_run(), onepoll_run(), openid_content(), parse_xml_string(), photos_post(), poco_load(), post_post(), public_recips(), RedChannelList(), RedCollectionData(), sync_directories(), tag_deliver(), tgroup_check(), update_directory_entry(), webfinger_dfrn(), xml2array(), z_fetch_url(), z_post_url(), zot_build_packet(), zot_fetch(), zot_import(), zot_process_response(), zot_refresh(), and zot_register_hub().

    @@ -2897,7 +2963,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), fix_private_photos(), RedFile\get(), get_language_name(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), unload_plugin(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_page_logs(), admin_post(), api_login(), api_statuses_user_timeline(), avatar_img(), bookmark_add(), consume_feed(), conversation(), RedDirectory\createDirectory(), RedDirectory\createFile(), delete_imported_item(), deliver_run(), directory_content(), directory_run(), dirprofile_init(), expire_run(), externals_run(), fix_private_photos(), RedFile\get(), get_language_name(), Conversation\get_template_data(), RedDirectory\getDir(), RedFile\getName(), group_content(), guess_image_type(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_profile_photo(), import_xchan(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), local_dir_update(), FKOAuth1\loginUser(), magic_init(), mail_store(), mood_init(), new_contact(), notification(), notifier_run(), parse_url_content(), photo_upload(), photos_post(), poco_init(), poco_load(), poke_init(), post_post(), process_delivery(), process_profile_delivery(), profile_load(), RedFile\put(), RedFileData(), Item\remove_child(), scale_external_images(), enotify\send(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), unload_plugin(), z_fetch_url(), z_post_url(), zot_finger(), zot_gethub(), zot_register_hub(), and zotfeed_init().

    @@ -3527,7 +3593,7 @@ Variables

    email notification options

    -

    Referenced by notification().

    +

    Referenced by notification(), and zot_refresh().

    @@ -3677,6 +3743,20 @@ Variables
    +
    + + +
    +
    + + + + +
    const PAGE_CENSORED 0x0040
    +
    @@ -3744,7 +3824,7 @@ Variables @@ -3758,7 +3838,7 @@ Variables @@ -3856,7 +3936,7 @@ Variables @@ -4467,7 +4547,7 @@ Variables diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 460d33c32..d9f7e2489 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -103,6 +103,9 @@ var boot_8php = [ "DIRECTORY_MODE_SECONDARY", "boot_8php.html#aedfb9501ed408278667995524e0d15cf", null ], [ "DIRECTORY_MODE_STANDALONE", "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8", null ], [ "DIRECTORY_REALM", "boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd", null ], + [ "DROPITEM_NORMAL", "boot_8php.html#a7037bcbca223395c06bc67f65024de7a", null ], + [ "DROPITEM_PHASE1", "boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06", null ], + [ "DROPITEM_PHASE2", "boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8", null ], [ "EOL", "boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b", null ], [ "GRAVITY_COMMENT", "boot_8php.html#a4a12ce5de39789b0361e308d89925a20", null ], [ "GRAVITY_LIKE", "boot_8php.html#a1f5906598e90b5ea2b4245f682be4348", null ], @@ -129,6 +132,7 @@ var boot_8php = [ "ITEM_OBSCURED", "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d", null ], [ "ITEM_ORIGIN", "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7", null ], [ "ITEM_PDL", "boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d", null ], + [ "ITEM_PENDING_REMOVE", "boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb", null ], [ "ITEM_RELAY", "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221", null ], [ "ITEM_RETAINED", "boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81", null ], [ "ITEM_SPAM", "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb", null ], @@ -205,6 +209,7 @@ var boot_8php = [ "PAGE_ADULT", "boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32", null ], [ "PAGE_APPLICATION", "boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed", null ], [ "PAGE_AUTOCONNECT", "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9", null ], + [ "PAGE_CENSORED", "boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214", null ], [ "PAGE_DIRECTORY_CHANNEL", "boot_8php.html#a5b8484922918946d041e5e0515dbe718", null ], [ "PAGE_HIDDEN", "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640", null ], [ "PAGE_NORMAL", "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3", null ], diff --git a/doc/html/cli__startup_8php.html b/doc/html/cli__startup_8php.html index 44e103312..73664c8dd 100644 --- a/doc/html/cli__startup_8php.html +++ b/doc/html/cli__startup_8php.html @@ -129,7 +129,7 @@ Functions diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 84e585f7f..3a5941931 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -287,7 +287,7 @@ Functions
  • conversation view The $mode parameter decides between the various renderings and also figures out how to determine page owner and other contextual items that are based on unique features of the calling module.
  • -

    Referenced by channel_content(), community_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    +

    Referenced by channel_content(), display_content(), item_post(), network_content(), Item\remove_parent(), search_content(), and Item\set_conversation().

    diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 616305a3f..0743176d1 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -336,7 +336,7 @@ Functions diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index f3a443ac0..d5cfc7ecb 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -334,7 +334,7 @@ Functions
    -

    Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_author_rss(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), tag_deliver(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), advanced_profile(), age(), api_account_rate_limit_status(), api_date(), api_rss_extra(), atom_entry(), attach_mkdir(), attach_store(), authenticate_success(), build_sync_packet(), cal(), channel_content(), channel_remove(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_post(), Cache\clear(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createFile(), cronhooks_run(), delete_item_lowlevel(), deliver_run(), directory_run(), dirsearch_content(), dlogger(), dob(), editpost_content(), ev_compare(), event_store(), events_content(), events_post(), externals_run(), first_post_date(), fix_system_urls(), format_event_diaspora(), format_event_html(), fsuggest_post(), RedBrowser\generateDirectoryIndex(), get_atom_elements(), get_birthdays(), get_events(), get_feed_for(), get_first_dim(), get_item_elements(), get_mail_elements(), get_profile_elements(), get_public_feed(), Item\get_template_data(), RedDirectory\getLastModified(), RedFile\getLastModified(), import_author_rss(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), like_content(), logger(), magic_init(), mail_content(), mail_post(), mail_store(), message_content(), network_content(), new_contact(), notification(), notifier_run(), onepoll_run(), openid_content(), photo_upload(), photos_post(), ping_init(), poco_load(), poller_run(), post_post(), posted_dates(), profile_photo_post(), profiles_content(), profiles_post(), prune_hub_reinstalls(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), queue_run(), relative_date(), photo_driver\save(), send_message(), send_reg_approval_email(), Cache\set(), settings_post(), photo_driver\store(), sync_directories(), tag_deliver(), update_directory_entry(), update_modtime(), update_queue_time(), z_birthday(), zot_feed(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index b9ed4288e..49bc57761 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
    -

    Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    @@ -318,7 +318,7 @@ Functions

    This will happen occasionally trying to store the session data after abnormal program termination

    -

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), community_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_check_service_class(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_sys_channel(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index db4bd100d..cfd8d09e8 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -138,8 +138,6 @@ Files   file  common.php   -file  community.php -  file  connect.php   file  connections.php @@ -338,8 +336,6 @@ Files   file  update_channel.php   -file  update_community.php -  file  update_display.php   file  update_network.php diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index 849a93831..ce5c1a49c 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -17,7 +17,6 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "chatsvc.php", "chatsvc_8php.html", "chatsvc_8php" ], [ "cloud.php", "cloud_8php.html", "cloud_8php" ], [ "common.php", "common_8php.html", "common_8php" ], - [ "community.php", "community_8php.html", "community_8php" ], [ "connect.php", "connect_8php.html", "connect_8php" ], [ "connections.php", "connections_8php.html", "connections_8php" ], [ "connedit.php", "connedit_8php.html", "connedit_8php" ], @@ -117,7 +116,6 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "toggle_safesearch.php", "toggle__safesearch_8php.html", "toggle__safesearch_8php" ], [ "uexport.php", "uexport_8php.html", "uexport_8php" ], [ "update_channel.php", "update__channel_8php.html", "update__channel_8php" ], - [ "update_community.php", "update__community_8php.html", "update__community_8php" ], [ "update_display.php", "update__display_8php.html", "update__display_8php" ], [ "update_network.php", "update__network_8php.html", "update__network_8php" ], [ "update_search.php", "update__search_8php.html", "update__search_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 83e0e9f66..a142684a8 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -174,6 +174,8 @@ Files   file  expire.php   +file  externals.php +  file  features.php   file  follow.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index def2d5ad8..9e6908a5d 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -39,6 +39,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "enotify.php", "enotify_8php.html", "enotify_8php" ], [ "event.php", "event_8php.html", "event_8php" ], [ "expire.php", "expire_8php.html", "expire_8php" ], + [ "externals.php", "externals_8php.html", "externals_8php" ], [ "features.php", "features_8php.html", "features_8php" ], [ "follow.php", "include_2follow_8php.html", "include_2follow_8php" ], [ "friendica_smarty.php", "friendica__smarty_8php.html", [ diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index 2f4724c34..4bb8bc3f0 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -253,7 +253,7 @@ Variables diff --git a/doc/html/enotify_8php.html b/doc/html/enotify_8php.html index 9c468a042..897ffa7f0 100644 --- a/doc/html/enotify_8php.html +++ b/doc/html/enotify_8php.html @@ -136,7 +136,7 @@ Functions diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index bef857f32..ad8021cfd 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -142,7 +142,7 @@ Functions @@ -202,7 +202,7 @@ Functions
    -

    Referenced by events_post(), and process_delivery().

    +

    Referenced by events_post(), and process_delivery().

    diff --git a/doc/html/externals_8php.html b/doc/html/externals_8php.html new file mode 100644 index 000000000..9623e4abe --- /dev/null +++ b/doc/html/externals_8php.html @@ -0,0 +1,147 @@ + + + + + + +The Red Matrix: include/externals.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    externals.php File Reference
    +
    +
    + + + + +

    +Functions

     externals_run ($argv, $argc)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + + + + + + + + + + + +
    externals_run ( $argv,
     $argc 
    )
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/externals_8php.js b/doc/html/externals_8php.js new file mode 100644 index 000000000..396b1bf22 --- /dev/null +++ b/doc/html/externals_8php.js @@ -0,0 +1,4 @@ +var externals_8php = +[ + [ "externals_run", "externals_8php.html#a4df44079e6f915286088b7a0d44db926", null ] +]; \ No newline at end of file diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index b03651197..f9e22cf14 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
    -

    Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    +

    Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), externals_run(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    diff --git a/doc/html/files.html b/doc/html/files.html index d77eaf233..bb56b6696 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -149,49 +149,50 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*enotify.php |o*event.php |o*expire.php -|o*features.php -|o*follow.php -|o*friendica_smarty.php -|o*gprobe.php -|o*group.php -|o*html2bbcode.php -|o*html2plain.php -|o*hubloc.php -|o*identity.php -|o*ItemObject.php -|o*ITemplateEngine.php -|o*items.php -|o*language.phpTranslation support -|o*menu.php -|o*message.php -|o*nav.php -|o*network.php -|o*notifier.php -|o*notify.php -|o*oauth.php -|o*oembed.php -|o*onedirsync.php -|o*onepoll.php -|o*page_widgets.php -|o*permissions.php -|o*photos.php -|o*plugin.php -|o*poller.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*spam.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*externals.php +|o*features.php +|o*follow.php +|o*friendica_smarty.php +|o*gprobe.php +|o*group.php +|o*html2bbcode.php +|o*html2plain.php +|o*hubloc.php +|o*identity.php +|o*ItemObject.php +|o*ITemplateEngine.php +|o*items.php +|o*language.phpTranslation support +|o*menu.php +|o*message.php +|o*nav.php +|o*network.php +|o*notifier.php +|o*notify.php +|o*oauth.php +|o*oembed.php +|o*onedirsync.php +|o*onepoll.php +|o*page_widgets.php +|o*permissions.php +|o*photos.php +|o*plugin.php +|o*poller.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*spam.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php @@ -210,125 +211,123 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*chatsvc.php |o*cloud.php |o*common.php -|o*community.php -|o*connect.php -|o*connections.php -|o*connedit.php -|o*contactgroup.php -|o*delegate.php -|o*directory.php -|o*dirprofile.php -|o*dirsearch.php -|o*display.php -|o*editblock.php -|o*editlayout.php -|o*editpost.php -|o*editwebpage.php -|o*events.php -|o*fbrowser.php -|o*feed.php -|o*filer.php -|o*filerm.php -|o*filestorage.php -|o*follow.php -|o*fsuggest.php -|o*group.php -|o*help.php -|o*home.php -|o*hostxrd.php -|o*import.php -|o*importelm.php -|o*invite.php -|o*item.php -|o*lang.php -|o*layouts.php -|o*like.php -|o*lockview.php -|o*login.php -|o*lostpass.php -|o*magic.php -|o*mail.php -|o*manage.php -|o*match.php -|o*menu.php -|o*message.php -|o*mitem.php -|o*mood.php -|o*msearch.php -|o*network.php -|o*new_channel.php -|o*notes.php -|o*notifications.php -|o*notify.php -|o*oembed.php -|o*oexchange.php -|o*online.php -|o*openid.php -|o*opensearch.php -|o*page.php -|o*parse_url.php -|o*pdledit.php -|o*photo.php -|o*photos.php -|o*php.php -|o*ping.php -|o*poco.php -|o*poke.php -|o*post.php -|o*pretheme.php -|o*probe.php -|o*profile.php -|o*profile_photo.php -|o*profiles.php -|o*profperm.php -|o*pubsites.php -|o*randprof.php -|o*rbmark.php -|o*register.php -|o*regmod.php -|o*removeme.php -|o*rmagic.php -|o*rpost.php -|o*rsd_xml.php -|o*search.php -|o*search_ac.php -|o*settings.php -|o*setup.php -|o*share.php -|o*siteinfo.php -|o*sitelist.php -|o*smilies.php -|o*sources.php -|o*sslify.php -|o*starred.php -|o*subthread.php -|o*suggest.php -|o*tagger.php -|o*tagrm.php -|o*thing.php -|o*toggle_mobile.php -|o*toggle_safesearch.php -|o*uexport.php -|o*update_channel.php -|o*update_community.php -|o*update_display.php -|o*update_network.php -|o*update_search.php -|o*view.php -|o*viewconnections.php -|o*viewsrc.php -|o*vote.php -|o*wall_attach.php -|o*wall_upload.php -|o*webfinger.php -|o*webpages.php -|o*wfinger.php -|o*xchan.php -|o*xrd.php -|o*xref.php -|o*zfinger.php -|o*zotfeed.php -|\*zping.php +|o*connect.php +|o*connections.php +|o*connedit.php +|o*contactgroup.php +|o*delegate.php +|o*directory.php +|o*dirprofile.php +|o*dirsearch.php +|o*display.php +|o*editblock.php +|o*editlayout.php +|o*editpost.php +|o*editwebpage.php +|o*events.php +|o*fbrowser.php +|o*feed.php +|o*filer.php +|o*filerm.php +|o*filestorage.php +|o*follow.php +|o*fsuggest.php +|o*group.php +|o*help.php +|o*home.php +|o*hostxrd.php +|o*import.php +|o*importelm.php +|o*invite.php +|o*item.php +|o*lang.php +|o*layouts.php +|o*like.php +|o*lockview.php +|o*login.php +|o*lostpass.php +|o*magic.php +|o*mail.php +|o*manage.php +|o*match.php +|o*menu.php +|o*message.php +|o*mitem.php +|o*mood.php +|o*msearch.php +|o*network.php +|o*new_channel.php +|o*notes.php +|o*notifications.php +|o*notify.php +|o*oembed.php +|o*oexchange.php +|o*online.php +|o*openid.php +|o*opensearch.php +|o*page.php +|o*parse_url.php +|o*pdledit.php +|o*photo.php +|o*photos.php +|o*php.php +|o*ping.php +|o*poco.php +|o*poke.php +|o*post.php +|o*pretheme.php +|o*probe.php +|o*profile.php +|o*profile_photo.php +|o*profiles.php +|o*profperm.php +|o*pubsites.php +|o*randprof.php +|o*rbmark.php +|o*register.php +|o*regmod.php +|o*removeme.php +|o*rmagic.php +|o*rpost.php +|o*rsd_xml.php +|o*search.php +|o*search_ac.php +|o*settings.php +|o*setup.php +|o*share.php +|o*siteinfo.php +|o*sitelist.php +|o*smilies.php +|o*sources.php +|o*sslify.php +|o*starred.php +|o*subthread.php +|o*suggest.php +|o*tagger.php +|o*tagrm.php +|o*thing.php +|o*toggle_mobile.php +|o*toggle_safesearch.php +|o*uexport.php +|o*update_channel.php +|o*update_display.php +|o*update_network.php +|o*update_search.php +|o*view.php +|o*viewconnections.php +|o*viewsrc.php +|o*vote.php +|o*wall_attach.php +|o*wall_upload.php +|o*webfinger.php +|o*webpages.php +|o*wfinger.php +|o*xchan.php +|o*xrd.php +|o*xref.php +|o*zfinger.php +|o*zotfeed.php +|\*zping.php o+util |o+fpostit ||\*fpostit.php diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index 33854217e..95ddbe579 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -327,6 +327,12 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');});
  • admin_content() : admin.php
  • +
  • admin_page_channels() +: admin.php +
  • +
  • admin_page_channels_post() +: admin.php +
  • admin_page_dbsync() : admin.php
  • diff --git a/doc/html/globals_0x63.html b/doc/html/globals_0x63.html index 51a7771d9..af2bc1e48 100644 --- a/doc/html/globals_0x63.html +++ b/doc/html/globals_0x63.html @@ -357,12 +357,6 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');});
  • common_init() : common.php
  • -
  • community_content() -: community.php -
  • -
  • community_init() -: community.php -
  • compare_permissions() : items.php
  • diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index 8efd419db..b97864766 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -202,7 +202,7 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); : zot.php
  • delete_item_lowlevel() -: items.php +: items.php
  • deletenode() : html2bbcode.php @@ -295,11 +295,20 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); : account.php
  • drop_item() -: items.php +: items.php
  • drop_items() : items.php
  • +
  • DROPITEM_NORMAL +: boot.php +
  • +
  • DROPITEM_PHASE1 +: boot.php +
  • +
  • DROPITEM_PHASE2 +: boot.php +
  • diff --git a/doc/html/globals_0x65.html b/doc/html/globals_0x65.html index 952cadff7..dfd1364de 100644 --- a/doc/html/globals_0x65.html +++ b/doc/html/globals_0x65.html @@ -219,6 +219,9 @@ $(document).ready(function(){initNavTree('globals_0x65.html','');});
  • expire_run() : expire.php
  • +
  • externals_run() +: externals.php +
  • diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 4a2bdf9ff..07fc13ed2 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -231,6 +231,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • is_site_admin() : boot.php
  • +
  • is_sys_channel() +: identity.php +
  • is_windows() : boot.php
  • @@ -297,6 +300,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');});
  • ITEM_PDL : boot.php
  • +
  • ITEM_PENDING_REMOVE +: boot.php +
  • item_permissions_sql() : security.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index d7f0faa78..595d08f91 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -156,6 +156,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • PAGE_AUTOCONNECT : boot.php
  • +
  • PAGE_CENSORED +: boot.php +
  • page_content() : page.php
  • @@ -508,7 +511,7 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); : zot.php
  • process_delivery() -: zot.php +: zot.php
  • process_mail_delivery() : zot.php diff --git a/doc/html/globals_0x75.html b/doc/html/globals_0x75.html index 197c8ca85..623a91fd1 100644 --- a/doc/html/globals_0x75.html +++ b/doc/html/globals_0x75.html @@ -174,9 +174,6 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');});
  • update_channel_content() : update_channel.php
  • -
  • update_community_content() -: update_community.php -
  • update_directory_entry() : dir_fns.php
  • diff --git a/doc/html/globals_func_0x61.html b/doc/html/globals_func_0x61.html index 72288257f..92e057b0c 100644 --- a/doc/html/globals_func_0x61.html +++ b/doc/html/globals_func_0x61.html @@ -182,6 +182,12 @@ $(document).ready(function(){initNavTree('globals_func_0x61.html','');});
  • admin_content() : admin.php
  • +
  • admin_page_channels() +: admin.php +
  • +
  • admin_page_channels_post() +: admin.php +
  • admin_page_dbsync() : admin.php
  • diff --git a/doc/html/globals_func_0x63.html b/doc/html/globals_func_0x63.html index 0664d447b..6868224dc 100644 --- a/doc/html/globals_func_0x63.html +++ b/doc/html/globals_func_0x63.html @@ -347,12 +347,6 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');});
  • common_init() : common.php
  • -
  • community_content() -: community.php -
  • -
  • community_init() -: community.php -
  • compare_permissions() : items.php
  • diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html index 8bd0db931..02f6c9465 100644 --- a/doc/html/globals_func_0x64.html +++ b/doc/html/globals_func_0x64.html @@ -195,7 +195,7 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); : zot.php
  • delete_item_lowlevel() -: items.php +: items.php
  • deletenode() : html2bbcode.php @@ -267,7 +267,7 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); : account.php
  • drop_item() -: items.php +: items.php
  • drop_items() : items.php diff --git a/doc/html/globals_func_0x65.html b/doc/html/globals_func_0x65.html index 1ca8149c3..a37f274d2 100644 --- a/doc/html/globals_func_0x65.html +++ b/doc/html/globals_func_0x65.html @@ -206,6 +206,9 @@ $(document).ready(function(){initNavTree('globals_func_0x65.html','');});
  • expire_run() : expire.php
  • +
  • externals_run() +: externals.php +
  • diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index 6ad5f7ac7..44d1bc810 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -224,6 +224,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');});
  • is_site_admin() : boot.php
  • +
  • is_sys_channel() +: identity.php +
  • is_windows() : boot.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 4bd219a6d..01421be40 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -369,7 +369,7 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); : zot.php
  • process_delivery() -: zot.php +: zot.php
  • process_mail_delivery() : zot.php diff --git a/doc/html/globals_func_0x75.html b/doc/html/globals_func_0x75.html index 5f9db65d9..8c2dfe20e 100644 --- a/doc/html/globals_func_0x75.html +++ b/doc/html/globals_func_0x75.html @@ -173,9 +173,6 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');});
  • update_channel_content() : update_channel.php
  • -
  • update_community_content() -: update_community.php -
  • update_directory_entry() : dir_fns.php
  • diff --git a/doc/html/globals_vars_0x64.html b/doc/html/globals_vars_0x64.html index 06a3e585a..cb5747ff2 100644 --- a/doc/html/globals_vars_0x64.html +++ b/doc/html/globals_vars_0x64.html @@ -166,6 +166,15 @@ $(document).ready(function(){initNavTree('globals_vars_0x64.html','');});
  • do : docblox_errorchecker.php
  • +
  • DROPITEM_NORMAL +: boot.php +
  • +
  • DROPITEM_PHASE1 +: boot.php +
  • +
  • DROPITEM_PHASE2 +: boot.php +
  • diff --git a/doc/html/globals_vars_0x69.html b/doc/html/globals_vars_0x69.html index 551749c91..5b43c5b0a 100644 --- a/doc/html/globals_vars_0x69.html +++ b/doc/html/globals_vars_0x69.html @@ -188,6 +188,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');});
  • ITEM_PDL : boot.php
  • +
  • ITEM_PENDING_REMOVE +: boot.php +
  • ITEM_RELAY : boot.php
  • diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index 386e55759..81ba6314c 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -151,6 +151,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');});
  • PAGE_AUTOCONNECT : boot.php
  • +
  • PAGE_CENSORED +: boot.php +
  • PAGE_DIRECTORY_CHANNEL : boot.php
  • diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 21f0c8136..5b67a15f8 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -120,6 +120,8 @@ Functions    get_sys_channel ()   + is_sys_channel ($channel_id) +   channel_total ()    create_identity ($arr) @@ -384,7 +386,7 @@ Functions @@ -503,6 +505,24 @@ Functions
    Returns
    boolean true or false
    + + + +
    +
    + + + + + + + + +
    is_sys_channel ( $channel_id)
    +
    + +

    Referenced by zot_feed().

    +
    diff --git a/doc/html/identity_8php.js b/doc/html/identity_8php.js index 5da6fdb94..6ac215a40 100644 --- a/doc/html/identity_8php.js +++ b/doc/html/identity_8php.js @@ -17,6 +17,7 @@ var identity_8php = [ "identity_check_service_class", "identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633", null ], [ "is_foreigner", "identity_8php.html#ae2b140df652a55ca11bb6a99005fce35", null ], [ "is_member", "identity_8php.html#a9637c557e13d9671f3eeb124ab98212a", null ], + [ "is_sys_channel", "identity_8php.html#aa4bd4abfcba883f43919e89ec6419025", 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/include_2config_8php.html b/doc/html/include_2config_8php.html index 1cc2a01d0..3ff1b3b9f 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -258,7 +258,7 @@ Functions
    -

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), community_content(), create_account(), create_identity(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    +

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), create_account(), create_identity(), create_sys_channel(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), externals_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    @@ -326,7 +326,7 @@ Functions
    -

    Referenced by Conversation\__construct(), App\build_pagehead(), change_channel(), channel_content(), chanview_content(), community_content(), connect_content(), construct_page(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), Item\get_comment_box(), get_online_status(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), network_content(), pdledit_content(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), and widget_notes().

    +

    Referenced by Conversation\__construct(), App\build_pagehead(), change_channel(), channel_content(), chanview_content(), connect_content(), construct_page(), contact_block(), contact_remove(), conversation(), current_theme(), display_content(), editpost_content(), feature_enabled(), findpeople_widget(), Item\get_comment_box(), get_online_status(), get_theme_uid(), group_content(), home_init(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), items_fetch(), FKOAuth1\loginUser(), mail_content(), message_content(), network_content(), pdledit_content(), profile_activity(), profile_load(), profile_sidebar(), profperm_content(), remove_community_tag(), rpost_content(), search_content(), set_pconfig(), smilies(), tag_deliver(), theme_content(), and widget_notes().

    @@ -470,7 +470,7 @@ Functions diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 502e8c676..71cf52f40 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -651,7 +651,7 @@ Functions
    Returns
    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
    -

    Referenced by check_htaccess(), directory_content(), dirprofile_init(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

    +

    Referenced by check_htaccess(), directory_content(), dirprofile_init(), externals_run(), import_post(), import_profile_photo(), import_site(), import_xchan(), navbar_complete(), oembed_fetch_url(), oexchange_content(), onepoll_run(), parseurl_getsiteinfo(), poco_load(), pubsites_content(), remote_online_status(), scale_external_images(), setup_post(), sslify_init(), sync_directories(), update_suggestions(), z_post_url(), zot_finger(), and zot_register_hub().

    diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 72b939468..115c975fc 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -214,10 +214,10 @@ Functions    drop_items ($items)   - drop_item ($id, $interactive=true) -  - delete_item_lowlevel ($item) -  + drop_item ($id, $interactive=true, $stage=DROPITEM_NORMAL) +  + delete_item_lowlevel ($item, $stage=DROPITEM_NORMAL) +   first_post_date ($uid, $wall=false)    posted_dates ($uid, $wall) @@ -626,7 +626,7 @@ Functions - +
    @@ -634,17 +634,27 @@ Functions - + + + + + + + + + + +
    delete_item_lowlevel (  $item)$item,
     $stage = DROPITEM_NORMAL 
    )
    -

    Referenced by drop_item().

    +

    Referenced by drop_item().

    - + @@ -1015,7 +1031,7 @@ Functions
    -

    Referenced by onepoll_run(), and zot_import().

    +

    Referenced by externals_run(), onepoll_run(), and zot_import().

    @@ -1221,7 +1237,7 @@ Functions @@ -1543,7 +1559,7 @@ Functions @@ -1589,7 +1605,7 @@ Functions
    -

    Referenced by consume_feed(), and process_delivery().

    +

    Referenced by consume_feed(), and process_delivery().

    diff --git a/doc/html/items_8php.js b/doc/html/items_8php.js index c6cc17179..82d505bfd 100644 --- a/doc/html/items_8php.js +++ b/doc/html/items_8php.js @@ -13,8 +13,8 @@ var items_8php = [ "construct_verb", "items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8", null ], [ "consume_feed", "items_8php.html#a8794863cdf8ce1333040933d3a3f66bd", null ], [ "decode_tags", "items_8php.html#a56b2a4abcadfac71175cd50555528cc3", null ], - [ "delete_item_lowlevel", "items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259", null ], - [ "drop_item", "items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1", null ], + [ "delete_item_lowlevel", "items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb", null ], + [ "drop_item", "items_8php.html#a555762e1022a4b8e3c3abd32e7812408", null ], [ "drop_items", "items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55", null ], [ "encode_item", "items_8php.html#a82955cc578f0fa600acec84475026194", null ], [ "encode_item_flags", "items_8php.html#a5f690fc2484abec07840b4f9dd525bd9", null ], diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index 74f7c0375..01750b251 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -361,7 +361,7 @@ Functions
    Returns
    translated string if exsists, otherwise s
    -

    Referenced by achievements_content(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_author_rss(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    +

    Referenced by achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_author_rss(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_content(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), probe_content(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    @@ -395,7 +395,7 @@ Functions diff --git a/doc/html/nav_8php.html b/doc/html/nav_8php.html index a9c0b913c..8c0646ae0 100644 --- a/doc/html/nav_8php.html +++ b/doc/html/nav_8php.html @@ -157,7 +157,7 @@ Functions diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 1898af7cb..2731c443f 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,14 +36,14 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab", -"classApp.html#ad5175536561021548ae8188e24c7b80c", -"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80", -"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c", -"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0", -"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e", -"register_8php.html", -"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f" +"boot_8php.html#a7037bcbca223395c06bc67f65024de7a", +"classApp.html#ac1d80a14492acc932715d54567d8a589", +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd", +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd", +"include_2api_8php.html#ae82608c317421f27446465aa6724733d", +"mod_2bookmarks_8php.html", +"redbasic_2php_2theme_8php.html", +"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index b2080621f..3723521c1 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -19,9 +19,9 @@ var NAVTREEINDEX0 = "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,19,1], "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,19,0], "ConversationObject_8php.html":[5,0,0,23], -"ITemplateEngine_8php.html":[5,0,0,43], -"ItemObject_8php.html":[5,0,0,42], -"ProtoDriver_8php.html":[5,0,0,62], +"ITemplateEngine_8php.html":[5,0,0,44], +"ItemObject_8php.html":[5,0,0,43], +"ProtoDriver_8php.html":[5,0,0,63], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], @@ -49,22 +49,24 @@ var NAVTREEINDEX0 = "activities_8php.html":[5,0,0,4], "activities_8php.html#a80134e807719b3c54aba971958d2e132":[5,0,0,4,0], "admin_8php.html":[5,0,1,3], -"admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[5,0,1,3,4], -"admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[5,0,1,3,5], -"admin_8php.html#a54128076986ba80c4a103de3fc3e19a8":[5,0,1,3,6], -"admin_8php.html#a5a696706a3869800e65fb365214241b7":[5,0,1,3,12], -"admin_8php.html#a60ba9783ad14545814919970bc3fb725":[5,0,1,3,3], -"admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2":[5,0,1,3,11], -"admin_8php.html#a6943543f3138f6ee182cb701f415d1cc":[5,0,1,3,2], -"admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade":[5,0,1,3,1], -"admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e":[5,0,1,3,7], -"admin_8php.html#ac6e95b920b5abd030cc522964987087a":[5,0,1,3,9], -"admin_8php.html#acf51f5837a7427832144c2bf7308ada3":[5,0,1,3,13], -"admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4":[5,0,1,3,15], -"admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f":[5,0,1,3,8], -"admin_8php.html#ae46311a3fefc21abc838a26e91789de6":[5,0,1,3,14], -"admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb":[5,0,1,3,10], -"admin_8php.html#af81f081851791cd15e49e8ff6722dc27":[5,0,1,3,16], +"admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[5,0,1,3,6], +"admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[5,0,1,3,7], +"admin_8php.html#a42e628f367c168add8013352ac74d33f":[5,0,1,3,2], +"admin_8php.html#a54128076986ba80c4a103de3fc3e19a8":[5,0,1,3,8], +"admin_8php.html#a5a696706a3869800e65fb365214241b7":[5,0,1,3,14], +"admin_8php.html#a60ba9783ad14545814919970bc3fb725":[5,0,1,3,5], +"admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2":[5,0,1,3,13], +"admin_8php.html#a6943543f3138f6ee182cb701f415d1cc":[5,0,1,3,4], +"admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade":[5,0,1,3,3], +"admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e":[5,0,1,3,9], +"admin_8php.html#ac6e95b920b5abd030cc522964987087a":[5,0,1,3,11], +"admin_8php.html#acf51f5837a7427832144c2bf7308ada3":[5,0,1,3,15], +"admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4":[5,0,1,3,17], +"admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec":[5,0,1,3,1], +"admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f":[5,0,1,3,10], +"admin_8php.html#ae46311a3fefc21abc838a26e91789de6":[5,0,1,3,16], +"admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb":[5,0,1,3,12], +"admin_8php.html#af81f081851791cd15e49e8ff6722dc27":[5,0,1,3,18], "admin_8php.html#afef415e4011607fbb665610441595015":[5,0,1,3,0], "annotated.html":[4,0], "apps_8php.html":[5,0,1,5], @@ -127,127 +129,125 @@ var NAVTREEINDEX0 = "blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,1,1,1,0,0,2,1], "blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,1,1,1,0,0,2,4], "boot_8php.html":[5,0,4], -"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,135], +"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,139], "boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,36], -"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,149], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,249], +"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,153], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,254], +"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[5,0,4,132], "boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,53], -"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,168], +"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,172], "boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,44], -"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,103], +"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,106], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[5,0,4,1], -"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,207], +"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,212], "boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,68], -"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,172], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,267], -"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,263], -"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,266], +"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,176], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,272], +"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,268], +"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,271], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,21], "boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,60], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], "boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,78], -"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,253], -"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,130], +"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,258], +"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,134], "boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,82], "boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,79], -"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,198], +"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,202], "boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,63], -"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,148], -"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,144], -"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,171], -"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,138], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,275], -"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,243], -"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,277], -"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,175], +"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,152], +"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,148], +"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,175], +"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,142], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,280], +"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,248], +"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,282], +"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,179], "boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,77], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,222], -"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,105], -"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,155], -"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,191], -"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,245], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,227], +"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,108], +"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,159], +"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,195], +"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,250], "boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,39], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,20], "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,101], "boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,93], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,256], -"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,194], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,261], +"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,198], "boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,84], -"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,129], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,220], -"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,106], -"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,241], -"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,190], -"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,126], +"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,133], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,225], +"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,109], +"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,246], +"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,194], +"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,129], "boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,69], "boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,74], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,227], -"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,142], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,232], +"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,146], "boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,41], -"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,119], -"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,157], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,281], -"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,179], -"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,108], -"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,113], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,280], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,218], +"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,122], +"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,161], +"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[5,0,4,209], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,286], +"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,183], +"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,111], +"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,116], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,285], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,223], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], "boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,61], "boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,91], "boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,51], -"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,131], -"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,212], -"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,189], +"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,135], +"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,217], +"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,193], "boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,90], -"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,165], -"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,152], +"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,169], +"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,156], "boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,72], -"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,158], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,264], -"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,177], -"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,104], -"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,235], -"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,176], +"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,162], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,269], +"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,181], +"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,107], +"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,240], +"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,180], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], -"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,209], +"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,214], "boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[5,0,4,57], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,231], -"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,201], -"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,156], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,236], +"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,205], +"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,160], "boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,40], "boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,83], "boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,33], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,193], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,230], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,278], +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,197], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,235], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,283], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,19], "boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,62], -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,183], -"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,205], +"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,187], +"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,210], "boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,80], -"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,163], -"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,206], +"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,167], +"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,211], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,18], "boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[5,0,4,24], "boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,76], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,260], -"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,169], -"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,140], -"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,143], +"boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[5,0,4,105], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,265], +"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,173], +"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,144], +"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,147], "boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,43], -"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,146], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,247], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,234], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,228], +"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,150], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,252], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,239], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,233], "boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,102], "boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,94], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,216], -"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,128], -"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,210], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,246], -"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,162], -"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,28], -"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,184], -"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,133] +"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,221], +"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,131], +"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,215] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 800c0e80d..551e35b30 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,163 +1,170 @@ var NAVTREEINDEX1 = { +"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[5,0,4,103], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,251], +"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,166], +"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,28], +"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,188], +"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,137], "boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,73], "boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,268], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,273], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], "boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,75], "boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,88], -"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,237], -"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,114], +"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,242], +"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,117], "boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,66], -"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,132], -"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,164], +"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,136], +"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,168], "boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,70], -"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,107], +"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,110], "boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,58], -"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,166], +"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,170], "boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[5,0,4,45], "boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,48], "boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,85], -"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,117], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,203], +"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,120], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,207], "boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,52], -"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,111], +"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,114], "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,56], -"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,214], -"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,124], -"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,116], -"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,259], -"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,258], -"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,182], +"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,219], +"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,127], +"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,119], +"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,264], +"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,263], +"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,186], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[5,0,4,16], "boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,99], -"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,211], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,232], -"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,127], -"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,121], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,239], -"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,276], +"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,216], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,237], +"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,130], +"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,124], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,244], +"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,281], "boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,31], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], -"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,147], -"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,125], -"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,123], -"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,271], -"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,244], +"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,151], +"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,128], +"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,126], +"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,276], +"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,249], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,17], -"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,196], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,233], +"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,200], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,238], "boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,47], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,225], -"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,197], -"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,274], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,261], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,224], -"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,185], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,230], +"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,201], +"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,279], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,266], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,229], +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,189], "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,25], -"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,204], +"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,208], "boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,42], -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,154], +"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,158], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[5,0,4,9], -"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,151], -"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,110], +"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,155], +"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,113], "boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,87], "boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,96], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,229], -"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,137], -"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,213], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,234], +"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,141], +"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,218], "boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,67], -"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,188], -"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,115], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,215], +"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,192], +"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,118], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,220], "boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,32], -"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,208], -"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,236], -"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,181], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,219], -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,109], -"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,139], +"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,213], +"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,241], +"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,185], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,224], +"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,112], +"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,143], "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,54], -"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,199], +"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,203], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], "boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,98], -"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,270], +"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,275], "boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,37], -"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,240], +"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,245], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,265], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,270], "boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,65], -"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,112], +"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,115], "boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,97], -"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,122], +"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,125], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,23], -"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,167], -"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,238], +"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,171], +"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,243], "boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,95], "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,26], "boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,35], "boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,55], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,272], -"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,118], -"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,120], -"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,195], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,277], +"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,121], +"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,123], +"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,199], "boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,34], "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], -"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,170], -"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,273], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,226], -"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,202], +"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,174], +"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,278], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,231], +"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,206], "boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,64], -"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,150], -"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,160], +"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,154], +"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,164], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[5,0,4,10], "boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,71], "boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,86], "boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,29], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,221], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,248], -"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,242], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,226], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,253], +"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,247], "boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,92], -"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,134], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,251], +"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,138], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,256], "boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,38], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,257], -"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,178], -"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,153], -"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,186], -"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,269], +"boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[5,0,4,104], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,262], +"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,182], +"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,157], +"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,190], +"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,274], "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,27], -"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,262], +"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,267], "boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,49], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,223], -"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,252], -"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,161], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,228], +"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,257], +"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,165], "boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,100], -"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,173], -"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,187], -"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,136], +"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,177], +"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,191], +"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,140], "boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,30], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,254], -"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,180], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,259], +"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,184], "boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,59], "boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,50], -"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,141], -"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,200], -"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,159], +"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,145], +"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,204], +"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,163], "boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,89], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,250], -"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,192], -"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,174], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,255], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,255], +"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,196], +"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,178], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,260], "boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,46], "boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,81], -"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,145], +"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,149], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], -"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,279], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,217], +"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,284], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,222], "cache_8php.html":[5,0,0,12], "channel_8php.html":[5,0,1,11], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,11,0], @@ -242,12 +249,5 @@ var NAVTREEINDEX1 = "classApp.html#abe0e4fa91097f7a6588e1213a834121c":[4,0,5,37], "classApp.html#abea5a4f77dcd53c928dc4eed86616637":[4,0,5,19], "classApp.html#abf46a653d8499e7c253cc1be894a6d83":[4,0,5,17], -"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[4,0,5,52], -"classApp.html#ac1d80a14492acc932715d54567d8a589":[4,0,5,46], -"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[4,0,5,54], -"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[4,0,5,43], -"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], -"classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], -"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], -"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41] +"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[4,0,5,52] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 727d3c82f..4ef5a3f93 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,12 @@ var NAVTREEINDEX2 = { +"classApp.html#ac1d80a14492acc932715d54567d8a589":[4,0,5,46], +"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[4,0,5,54], +"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[4,0,5,43], +"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], +"classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], +"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], +"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41], "classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], "classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27], "classApp.html#adb5a4bb657881e553978ff390babd01f":[4,0,5,10], @@ -242,12 +249,5 @@ var NAVTREEINDEX2 = "classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[4,0,19,25], "classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[4,0,19,12], "classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[4,0,19,6], -"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[4,0,19,8], -"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[4,0,19,11], -"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[4,0,19,0], -"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[4,0,19,10], -"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[4,0,19,4], -"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[4,0,19,3], -"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[4,0,19,1], -"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21] +"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[4,0,19,8] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index deefa7d59..a0eb83a00 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,5 +1,12 @@ var NAVTREEINDEX3 = { +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[4,0,19,11], +"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[4,0,19,0], +"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[4,0,19,10], +"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[4,0,19,4], +"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[4,0,19,3], +"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[4,0,19,1], +"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21], "classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[4,0,19,24], "classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[4,0,19,18], "classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[4,0,19,7], @@ -45,23 +52,20 @@ var NAVTREEINDEX3 = "common_8php.html":[5,0,1,16], "common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,16,0], "common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,16,1], -"community_8php.html":[5,0,1,17], -"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,17,0], -"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,17,1], -"connect_8php.html":[5,0,1,18], -"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,18,2], -"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,18,0], -"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,18,1], -"connections_8php.html":[5,0,1,19], -"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,19,3], -"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,19,0], -"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,19,2], -"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,19,1], -"connedit_8php.html":[5,0,1,20], -"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,20,3], -"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,20,2], -"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,20,0], -"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,20,1], +"connect_8php.html":[5,0,1,17], +"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,17,2], +"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,17,0], +"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,17,1], +"connections_8php.html":[5,0,1,18], +"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,18,3], +"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,18,0], +"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,18,2], +"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,18,1], +"connedit_8php.html":[5,0,1,19], +"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,19,3], +"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,19,2], +"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,19,0], +"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,19,1], "contact__selectors_8php.html":[5,0,0,20], "contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,20,1], "contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,20,0], @@ -72,8 +76,8 @@ var NAVTREEINDEX3 = "contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,21,2], "contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,21,1], "contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,21,3], -"contactgroup_8php.html":[5,0,1,21], -"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,21,0], +"contactgroup_8php.html":[5,0,1,20], +"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,20,0], "conversation_8php.html":[5,0,0,22], "conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,22,7], "conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,22,9], @@ -144,8 +148,8 @@ var NAVTREEINDEX3 = "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[5,0,0,0,0,4], "dba__mysql_8php.html":[5,0,0,0,1], "dba__mysqli_8php.html":[5,0,0,0,2], -"delegate_8php.html":[5,0,1,22], -"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,22,0], +"delegate_8php.html":[5,0,1,21], +"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,21,0], "deliver_8php.html":[5,0,0,27], "deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,27,0], "dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,1,3,0], @@ -180,16 +184,16 @@ var NAVTREEINDEX3 = "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], "dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,1,0], "dir_f19da925ee886ec38f19b0e8c19779bc.html":[5,0,3,1,0,0], -"dirprofile_8php.html":[5,0,1,24], -"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,24,0], -"dirsearch_8php.html":[5,0,1,25], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,25,3], -"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[5,0,1,25,1], -"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[5,0,1,25,0], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,25,4], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,25,2], -"display_8php.html":[5,0,1,26], -"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,26,0], +"dirprofile_8php.html":[5,0,1,23], +"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,23,0], +"dirsearch_8php.html":[5,0,1,24], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,24,3], +"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[5,0,1,24,1], +"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[5,0,1,24,0], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,24,4], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,24,2], +"display_8php.html":[5,0,1,25], +"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,25,0], "docblox__errorchecker_8php.html":[5,0,2,3], "docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[5,0,2,3,3], "docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[5,0,2,3,2], @@ -202,14 +206,14 @@ var NAVTREEINDEX3 = "docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[5,0,2,3,4], "docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[5,0,2,3,1], "docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[5,0,2,3,10], -"editblock_8php.html":[5,0,1,27], -"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,27,0], -"editlayout_8php.html":[5,0,1,28], -"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,28,0], -"editpost_8php.html":[5,0,1,29], -"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,29,0], -"editwebpage_8php.html":[5,0,1,30], -"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,30,0], +"editblock_8php.html":[5,0,1,26], +"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,26,0], +"editlayout_8php.html":[5,0,1,27], +"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,27,0], +"editpost_8php.html":[5,0,1,28], +"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,28,0], +"editwebpage_8php.html":[5,0,1,29], +"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,29,0], "enotify_8php.html":[5,0,0,30], "enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,30,1], "event_8php.html":[5,0,0,31], @@ -220,34 +224,30 @@ var NAVTREEINDEX3 = "event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,31,2], "event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,31,3], "event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,31,4], -"events_8php.html":[5,0,1,31], -"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,31,0], -"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,31,1], +"events_8php.html":[5,0,1,30], +"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,30,0], +"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,30,1], "expire_8php.html":[5,0,0,32], "expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,32,0], +"externals_8php.html":[5,0,0,33], +"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[5,0,0,33,0], "extract_8php.html":[5,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[5,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[5,0,2,4,2], "extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[5,0,2,4,0], "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,4,1], -"fbrowser_8php.html":[5,0,1,32], -"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,32,0], -"features_8php.html":[5,0,0,33], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,33,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,33,1], -"feed_8php.html":[5,0,1,33], -"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,33,0], -"filer_8php.html":[5,0,1,34], -"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,34,0], -"filerm_8php.html":[5,0,1,35], -"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,35,0], +"fbrowser_8php.html":[5,0,1,31], +"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,31,0], +"features_8php.html":[5,0,0,34], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,34,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,34,1], +"feed_8php.html":[5,0,1,32], +"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,32,0], +"filer_8php.html":[5,0,1,33], +"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,33,0], +"filerm_8php.html":[5,0,1,34], +"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,34,0], "files.html":[5,0], -"filestorage_8php.html":[5,0,1,36], -"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,36,0], -"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,36,1], -"fpostit_8php.html":[5,0,2,0,0], -"fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], -"fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], -"friendica-to-smarty-tpl_8py.html":[5,0,2,5], -"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11] +"filestorage_8php.html":[5,0,1,35], +"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,35,0] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 95638039b..fbcb08122 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,11 @@ var NAVTREEINDEX4 = { +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,35,1], +"fpostit_8php.html":[5,0,2,0,0], +"fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], +"fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], +"friendica-to-smarty-tpl_8py.html":[5,0,2,5], +"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11], "friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[5,0,2,5,8], "friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[5,0,2,5,1], "friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[5,0,2,5,0], @@ -14,10 +20,10 @@ var NAVTREEINDEX4 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[5,0,2,5,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[5,0,2,5,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[5,0,2,5,3], -"friendica__smarty_8php.html":[5,0,0,35], -"fsuggest_8php.html":[5,0,1,38], -"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,38,1], -"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,38,0], +"friendica__smarty_8php.html":[5,0,0,36], +"fsuggest_8php.html":[5,0,1,37], +"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,37,1], +"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,37,0], "full_8php.html":[5,0,3,0,2], "full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,2,0], "functions.html":[4,3,0], @@ -64,8 +70,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0], "globals.html":[5,1,0,0], +"globals.html":[5,1,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -92,8 +98,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1], "globals_func.html":[5,1,1,0], +"globals_func.html":[5,1,1], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -142,61 +148,62 @@ var NAVTREEINDEX4 = "globals_vars_0x77.html":[5,1,2,19], "globals_vars_0x78.html":[5,1,2,20], "globals_vars_0x7a.html":[5,1,2,21], -"gprobe_8php.html":[5,0,0,36], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,36,0], +"gprobe_8php.html":[5,0,0,37], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,37,0], "greenthumbnails_8php.html":[5,0,3,1,0,2,3], -"help_8php.html":[5,0,1,40], -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,40,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,40,0], +"help_8php.html":[5,0,1,39], +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,39,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,39,0], "hierarchy.html":[4,2], -"home_8php.html":[5,0,1,41], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,41,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,41,1], -"hostxrd_8php.html":[5,0,1,42], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,42,0], -"html2bbcode_8php.html":[5,0,0,38], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,38,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,38,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,38,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,38,2], -"html2plain_8php.html":[5,0,0,39], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,39,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,39,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,39,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,39,1], -"hubloc_8php.html":[5,0,0,40], -"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[5,0,0,40,0], -"identity_8php.html":[5,0,0,41], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,41,3], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,41,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,41,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,41,13], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,41,19], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,41,18], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,41,20], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,41,8], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,41,23], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,41,24], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,41,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,41,21], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,41,16], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,41,9], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,41,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,41,12], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,41,11], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,41,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,41,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,41,14], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,41,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,41,17], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,41,15], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,41,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,41,22], -"import_8php.html":[5,0,1,43], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,43,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,43,0], -"importelm_8php.html":[5,0,1,44], -"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[5,0,1,44,0], +"home_8php.html":[5,0,1,40], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,40,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,40,1], +"hostxrd_8php.html":[5,0,1,41], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,41,0], +"html2bbcode_8php.html":[5,0,0,39], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,39,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,39,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,39,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,39,2], +"html2plain_8php.html":[5,0,0,40], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,40,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,40,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,40,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,40,1], +"hubloc_8php.html":[5,0,0,41], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[5,0,0,41,0], +"identity_8php.html":[5,0,0,42], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,42,3], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,42,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,42,2], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,42,13], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,42,20], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,42,19], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,42,21], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,42,8], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,42,24], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,42,25], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,42,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,42,22], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,42,16], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,42,9], +"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[5,0,0,42,17], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,42,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,42,12], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,42,11], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,42,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,42,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,42,14], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,42,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,42,18], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,42,15], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,42,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,42,23], +"import_8php.html":[5,0,1,42], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,42,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,42,0], +"importelm_8php.html":[5,0,1,43], +"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[5,0,1,43,0], "include_2api_8php.html":[5,0,0,5], "include_2api_8php.html#a0991f72554f821255397d615e76f3203":[5,0,0,5,12], "include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[5,0,0,5,5], @@ -242,12 +249,5 @@ var NAVTREEINDEX4 = "include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[5,0,0,5,43], "include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[5,0,0,5,36], "include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[5,0,0,5,14], -"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[5,0,0,5,41], -"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[5,0,0,5,20], -"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[5,0,0,5,1], -"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[5,0,0,5,7], -"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[5,0,0,5,51], -"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[5,0,0,5,42], -"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], -"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26] +"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[5,0,0,5,41] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 3b44324e6..964ee11d0 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,12 @@ var NAVTREEINDEX5 = { +"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[5,0,0,5,20], +"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[5,0,0,5,1], +"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[5,0,0,5,7], +"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[5,0,0,5,51], +"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[5,0,0,5,42], +"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], +"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26], "include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], "include_2attach_8php.html":[5,0,0,6], "include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], @@ -41,187 +48,187 @@ var NAVTREEINDEX5 = "include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,18,12], "include_2directory_8php.html":[5,0,0,29], "include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,29,0], -"include_2follow_8php.html":[5,0,0,34], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,34,0], -"include_2group_8php.html":[5,0,0,37], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,37,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,37,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,37,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,37,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,37,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,37,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,37,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,37,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,37,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,37,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,37,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,37,9], -"include_2menu_8php.html":[5,0,0,46], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,46,10], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,46,1], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,46,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,46,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,46,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,46,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,46,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,46,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,46,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,46,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,46,0], -"include_2message_8php.html":[5,0,0,47], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,47,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,47,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,47,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,47,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,47,0], -"include_2network_8php.html":[5,0,0,49], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,49,5], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,49,10], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,49,4], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,49,9], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,49,8], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,49,13], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,49,7], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,49,14], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,49,12], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,49,6], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,49,19], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,49,16], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,49,17], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,49,18], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,49,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,49,0], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,49,3], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,49,15], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,49,11], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,49,1], -"include_2notify_8php.html":[5,0,0,51], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,51,0], -"include_2oembed_8php.html":[5,0,0,53], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,53,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,53,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,53,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,53,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,53,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,53,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,53,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,53,2], -"include_2photos_8php.html":[5,0,0,58], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,58,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,58,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,58,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,58,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,58,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,58,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,58,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,58,4], +"include_2follow_8php.html":[5,0,0,35], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,35,0], +"include_2group_8php.html":[5,0,0,38], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,38,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,38,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,38,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,38,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,38,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,38,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,38,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,38,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,38,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,38,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,38,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,38,9], +"include_2menu_8php.html":[5,0,0,47], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,47,10], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,47,1], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,47,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,47,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,47,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,47,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,47,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,47,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,47,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,47,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,47,0], +"include_2message_8php.html":[5,0,0,48], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,48,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,48,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,48,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,48,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,48,0], +"include_2network_8php.html":[5,0,0,50], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,50,5], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,50,10], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,50,4], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,50,9], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,50,8], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,50,13], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,50,7], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,50,14], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,50,12], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,50,6], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,50,19], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,50,16], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,50,17], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,50,18], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,50,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,50,0], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,50,3], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,50,15], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,50,11], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,50,1], +"include_2notify_8php.html":[5,0,0,52], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,52,0], +"include_2oembed_8php.html":[5,0,0,54], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,54,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,54,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,54,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,54,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,54,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,54,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,54,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,54,2], +"include_2photos_8php.html":[5,0,0,59], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,59,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,59,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,59,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,59,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,59,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,59,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,59,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,59,4], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[4,0,18,0], -"invite_8php.html":[5,0,1,45], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,45,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,45,1], -"item_8php.html":[5,0,1,46], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,46,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,46,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,46,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,46,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,46,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,46,2], -"items_8php.html":[5,0,0,44], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,44,58], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,44,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,44,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,44,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,44,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,44,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,44,37], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,44,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,44,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,44,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,44,39], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,44,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,44,13], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,44,57], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,44,20], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,44,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,44,45], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,44,47], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,44,50], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,44,29], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,44,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,44,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,44,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,44,38], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,44,15], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,44,34], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,44,36], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,44,41], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,44,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,44,43], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,44,16], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,44,48], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,44,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,44,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,44,55], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,44,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,44,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,44,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,44,56], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,44,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,44,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,44,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,44,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,44,52], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,44,53], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,44,25], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,44,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,44,44], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,44,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,44,40], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,44,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,44,54], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,44,49], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,44,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,44,35], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,44,51], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,44,42], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,44,14], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,44,22], -"lang_8php.html":[5,0,1,47], -"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,47,0], -"language_8php.html":[5,0,0,45], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,45,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,45,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,45,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,45,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,45,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,45,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,45,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,45,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,45,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,45,9], -"layouts_8php.html":[5,0,1,48], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,48,0], -"like_8php.html":[5,0,1,49], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,49,0], -"lockview_8php.html":[5,0,1,50], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,50,0], -"login_8php.html":[5,0,1,51], -"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,51,0], -"lostpass_8php.html":[5,0,1,52], -"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,52,0], -"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,52,1], -"magic_8php.html":[5,0,1,53], -"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,53,0], -"mail_8php.html":[5,0,1,54], -"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,54,0], -"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,54,1], -"manage_8php.html":[5,0,1,55], -"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,55,0], -"match_8php.html":[5,0,1,56], -"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,56,0], +"invite_8php.html":[5,0,1,44], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,44,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,44,1], +"item_8php.html":[5,0,1,45], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,45,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,45,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,45,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,45,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,45,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,45,2], +"items_8php.html":[5,0,0,45], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,45,58], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,45,2], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,45,6], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,45,27], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,45,7], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,45,32], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,45,37], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,45,24], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,45,4], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,45,31], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,45,39], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,45,3], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,45,57], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,45,20], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,45,0], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,45,45], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,45,47], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,45,50], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,45,29], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[5,0,0,45,14], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,45,19], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,45,12], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,45,17], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,45,38], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,45,15], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,45,34], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,45,36], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,45,41], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,45,33], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,45,43], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,45,16], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,45,48], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,45,11], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,45,5], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,45,55], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,45,26], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,45,10], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,45,30], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,45,56], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,45,9], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,45,21], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,45,8], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,45,28], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,45,52], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[5,0,0,45,13], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,45,53], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,45,25], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,45,1], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,45,44], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,45,18], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,45,40], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,45,46], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,45,54], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,45,49], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,45,23], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,45,35], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,45,51], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,45,42], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,45,22], +"lang_8php.html":[5,0,1,46], +"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,46,0], +"language_8php.html":[5,0,0,46], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,46,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,46,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,46,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,46,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,46,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,46,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,46,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,46,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,46,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,46,9], +"layouts_8php.html":[5,0,1,47], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,47,0], +"like_8php.html":[5,0,1,48], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,48,0], +"lockview_8php.html":[5,0,1,49], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,49,0], +"login_8php.html":[5,0,1,50], +"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,50,0], +"lostpass_8php.html":[5,0,1,51], +"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,51,0], +"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,51,1], +"magic_8php.html":[5,0,1,52], +"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,52,0], +"mail_8php.html":[5,0,1,53], +"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,53,0], +"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,53,1], +"manage_8php.html":[5,0,1,54], +"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,54,0], +"match_8php.html":[5,0,1,55], +"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,55,0], "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], @@ -233,21 +240,14 @@ var NAVTREEINDEX5 = "minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,1,0,2,4,0], "minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,2,4,2], "minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,2,4,1], -"mitem_8php.html":[5,0,1,59], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,59,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,59,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,59,1], +"mitem_8php.html":[5,0,1,58], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,58,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,58,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,58,1], "mod_2api_8php.html":[5,0,1,4], "mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], "mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], "mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], "mod_2attach_8php.html":[5,0,1,6], -"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], -"mod_2bookmarks_8php.html":[5,0,1,9], -"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,9,1], -"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,9,0], -"mod_2chanman_8php.html":[5,0,1,10], -"mod_2chat_8php.html":[5,0,1,13], -"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], -"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2] +"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 05038079b..1d4e018c1 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,40 +1,47 @@ var NAVTREEINDEX6 = { +"mod_2bookmarks_8php.html":[5,0,1,9], +"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,9,1], +"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,9,0], +"mod_2chanman_8php.html":[5,0,1,10], +"mod_2chat_8php.html":[5,0,1,13], +"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2], "mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], -"mod_2directory_8php.html":[5,0,1,23], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,23,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,23,0], -"mod_2follow_8php.html":[5,0,1,37], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,37,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,37,0], -"mod_2group_8php.html":[5,0,1,39], -"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,39,0], -"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,39,1], -"mod_2menu_8php.html":[5,0,1,57], -"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,57,0], -"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,57,1], -"mod_2message_8php.html":[5,0,1,58], -"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,58,0], -"mod_2network_8php.html":[5,0,1,62], -"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,62,1], -"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,62,0], -"mod_2notify_8php.html":[5,0,1,66], -"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,66,1], -"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,66,0], -"mod_2oembed_8php.html":[5,0,1,67], -"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,67,0], -"mod_2photos_8php.html":[5,0,1,76], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,76,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,76,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,76,1], +"mod_2directory_8php.html":[5,0,1,22], +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,22,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,22,0], +"mod_2follow_8php.html":[5,0,1,36], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,36,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,36,0], +"mod_2group_8php.html":[5,0,1,38], +"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,38,0], +"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,38,1], +"mod_2menu_8php.html":[5,0,1,56], +"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,56,0], +"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,56,1], +"mod_2message_8php.html":[5,0,1,57], +"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,57,0], +"mod_2network_8php.html":[5,0,1,61], +"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,61,1], +"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,61,0], +"mod_2notify_8php.html":[5,0,1,65], +"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,65,1], +"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,65,0], +"mod_2oembed_8php.html":[5,0,1,66], +"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,66,0], +"mod_2photos_8php.html":[5,0,1,75], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,75,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,75,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,75,1], "mod__chanview_8php.html":[5,0,3,1,0,0,0], "mod__import_8php.html":[5,0,3,0,4], "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,4,0], -"mood_8php.html":[5,0,1,60], -"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,60,0], -"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,60,1], -"msearch_8php.html":[5,0,1,61], -"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,61,0], +"mood_8php.html":[5,0,1,59], +"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,59,0], +"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,59,1], +"msearch_8php.html":[5,0,1,60], +"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,60,0], "mytheme_2php_2style_8php.html":[5,0,3,1,2,0,1], "mytheme_2php_2theme_8php.html":[5,0,3,1,2,0,2], "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[5,0,3,1,2,0,2,0], @@ -52,64 +59,64 @@ var NAVTREEINDEX6 = "namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], -"nav_8php.html":[5,0,0,48], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,48,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,48,1], -"new__channel_8php.html":[5,0,1,63], -"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,63,2], -"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,63,1], -"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,63,0], +"nav_8php.html":[5,0,0,49], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,49,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,49,1], +"new__channel_8php.html":[5,0,1,62], +"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,62,2], +"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,62,1], +"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,62,0], "none_8php.html":[5,0,3,0,5], -"notes_8php.html":[5,0,1,64], -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,64,0], -"notifications_8php.html":[5,0,1,65], -"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,65,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,65,0], -"notifier_8php.html":[5,0,0,50], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,50,0], +"notes_8php.html":[5,0,1,63], +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,63,0], +"notifications_8php.html":[5,0,1,64], +"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,64,1], +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,64,0], +"notifier_8php.html":[5,0,0,51], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,51,0], "notred_8php.html":[5,0,3,1,3,1,2], -"oauth_8php.html":[5,0,0,52], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,52,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,52,2], -"oexchange_8php.html":[5,0,1,68], -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,68,0], -"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,68,1], +"oauth_8php.html":[5,0,0,53], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,53,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,53,2], +"oexchange_8php.html":[5,0,1,67], +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,67,0], +"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,67,1], "olddefault_8php.html":[5,0,3,1,0,2,5], -"onedirsync_8php.html":[5,0,0,54], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,54,0], -"onepoll_8php.html":[5,0,0,55], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,55,0], -"online_8php.html":[5,0,1,69], -"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,69,0], -"openid_8php.html":[5,0,1,70], -"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[5,0,1,70,0], -"opensearch_8php.html":[5,0,1,71], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,71,0], -"page_8php.html":[5,0,1,72], -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,72,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,72,0], -"page__widgets_8php.html":[5,0,0,56], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,56,1], -"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,56,0], +"onedirsync_8php.html":[5,0,0,55], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,55,0], +"onepoll_8php.html":[5,0,0,56], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,56,0], +"online_8php.html":[5,0,1,68], +"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,68,0], +"openid_8php.html":[5,0,1,69], +"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[5,0,1,69,0], +"opensearch_8php.html":[5,0,1,70], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,70,0], +"page_8php.html":[5,0,1,71], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,71,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,71,0], +"page__widgets_8php.html":[5,0,0,57], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,57,1], +"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,57,0], "pages.html":[], -"parse__url_8php.html":[5,0,1,73], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,73,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,73,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,73,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,73,0], +"parse__url_8php.html":[5,0,1,72], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,72,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,72,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,72,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,72,0], "passion_8php.html":[5,0,3,1,0,2,6], "passionwide_8php.html":[5,0,3,1,0,2,7], -"pdledit_8php.html":[5,0,1,74], -"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,74,0], -"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,74,1], -"permissions_8php.html":[5,0,0,57], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,57,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,57,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,57,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,57,4], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,57,1], -"photo_8php.html":[5,0,1,75], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,75,0], +"pdledit_8php.html":[5,0,1,73], +"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,73,0], +"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,73,1], +"permissions_8php.html":[5,0,0,58], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,58,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,58,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,58,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,58,4], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,58,1], +"photo_8php.html":[5,0,1,74], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,74,0], "photo__driver_8php.html":[5,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[5,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[5,0,0,1,0,1], @@ -130,54 +137,54 @@ var NAVTREEINDEX6 = "php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,1,0], "php_2theme__init_8php.html":[5,0,3,0,6], "php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,0,6,0], -"php_8php.html":[5,0,1,77], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,77,0], +"php_8php.html":[5,0,1,76], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,76,0], "pine_8php.html":[5,0,3,1,0,2,8], -"ping_8php.html":[5,0,1,78], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,78,0], -"plugin_8php.html":[5,0,0,59], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,59,21], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,59,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,59,20], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,59,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,59,16], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,59,18], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,59,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,59,15], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,59,13], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,59,28], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,59,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,59,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,59,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,59,23], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,59,27], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,59,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,59,0], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,59,29], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,59,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,59,25], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,59,22], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,59,12], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,59,17], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,59,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,59,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,59,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,59,14], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,59,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,59,19], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,59,5], +"ping_8php.html":[5,0,1,77], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,77,0], +"plugin_8php.html":[5,0,0,60], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,60,21], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,60,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,60,20], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,60,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,60,16], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,60,18], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,60,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,60,15], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,60,13], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,60,28], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,60,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,60,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,60,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,60,23], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,60,27], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,60,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,60,0], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,60,29], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,60,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,60,25], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,60,22], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,60,12], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,60,17], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,60,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,60,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,60,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,60,14], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,60,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,60,19], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,60,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], -"poco_8php.html":[5,0,1,79], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,79,0], -"poke_8php.html":[5,0,1,80], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,80,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,80,0], -"poller_8php.html":[5,0,0,60], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,60,0], -"post_8php.html":[5,0,1,81], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,81,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,81,1], +"poco_8php.html":[5,0,1,78], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,78,0], +"poke_8php.html":[5,0,1,79], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,79,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,79,0], +"poller_8php.html":[5,0,0,61], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,61,0], +"post_8php.html":[5,0,1,80], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,80,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,80,1], "post__to__red_8php.html":[5,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[5,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[5,0,2,1,0,0,12], @@ -203,51 +210,44 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af2713018a2dc97e88f121fc6215beb66":[5,0,2,1,0,0,18], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[5,0,2,1,0,0,23], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], -"pretheme_8php.html":[5,0,1,82], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,82,0], -"probe_8php.html":[5,0,1,83], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,83,0], -"profile_8php.html":[5,0,1,84], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,84,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,84,1], -"profile__photo_8php.html":[5,0,1,85], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,85,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,85,1], -"profile__selectors_8php.html":[5,0,0,61], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,61,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,61,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,61,0], -"profiles_8php.html":[5,0,1,86], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,86,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,86,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,86,2], -"profperm_8php.html":[5,0,1,87], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,87,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,87,0], -"pubsites_8php.html":[5,0,1,88], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,88,0], -"queue_8php.html":[5,0,0,63], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,63,0], -"queue__fn_8php.html":[5,0,0,64], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,64,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,64,0], -"randprof_8php.html":[5,0,1,89], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,89,0], -"rbmark_8php.html":[5,0,1,90], -"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,90,0], -"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,90,1], +"pretheme_8php.html":[5,0,1,81], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,81,0], +"probe_8php.html":[5,0,1,82], +"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,82,0], +"profile_8php.html":[5,0,1,83], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,83,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,83,1], +"profile__photo_8php.html":[5,0,1,84], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,84,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,84,1], +"profile__selectors_8php.html":[5,0,0,62], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,62,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,62,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,62,0], +"profiles_8php.html":[5,0,1,85], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,85,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,85,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,85,2], +"profperm_8php.html":[5,0,1,86], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,86,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,86,0], +"pubsites_8php.html":[5,0,1,87], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,87,0], +"queue_8php.html":[5,0,0,64], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,64,0], +"queue__fn_8php.html":[5,0,0,65], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,65,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,65,0], +"randprof_8php.html":[5,0,1,88], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,88,0], +"rbmark_8php.html":[5,0,1,89], +"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,89,0], +"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,89,1], "redbasic_2php_2style_8php.html":[5,0,3,1,3,0,1], "redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,3,0,1,1], "redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,3,0,1,0], "redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,3,0,1,4], "redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,3,0,1,2], "redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,3,0,1,5], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3], -"redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], -"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], -"redbasic_8php.html":[5,0,3,1,0,2,9], -"reddav_8php.html":[5,0,0,65], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,65,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,65,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,65,4] +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index e4b177d74..8a1e8a096 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,225 +1,232 @@ var NAVTREEINDEX7 = { -"register_8php.html":[5,0,1,91], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,91,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,91,1], -"regmod_8php.html":[5,0,1,92], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,92,0], -"removeme_8php.html":[5,0,1,93], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,93,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,93,1], -"rmagic_8php.html":[5,0,1,94], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,94,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,94,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,94,1], -"rpost_8php.html":[5,0,1,95], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,95,0], -"rsd__xml_8php.html":[5,0,1,96], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,96,0], -"search_8php.html":[5,0,1,97], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,97,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,97,1], -"search__ac_8php.html":[5,0,1,98], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,98,0], -"security_8php.html":[5,0,0,66], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,66,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,66,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,66,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,66,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,66,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,66,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,66,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,66,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,66,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,66,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,66,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,66,8], -"session_8php.html":[5,0,0,67], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,67,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,67,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,67,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,67,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,67,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,67,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,67,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,67,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,67,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,67,2], -"settings_8php.html":[5,0,1,99], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,99,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,99,1], -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,99,2], -"setup_8php.html":[5,0,1,100], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,100,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,100,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,100,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,100,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,100,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,100,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,100,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,100,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,100,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,100,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,100,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,100,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,100,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,100,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,100,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,100,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,100,6], -"share_8php.html":[5,0,1,101], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,101,0], -"siteinfo_8php.html":[5,0,1,102], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,102,1], -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,102,0], -"sitelist_8php.html":[5,0,1,103], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,103,0], -"smilies_8php.html":[5,0,1,104], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,104,0], -"socgraph_8php.html":[5,0,0,68], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,68,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,68,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,68,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,68,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,68,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,68,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,68,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,68,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,68,3], -"sources_8php.html":[5,0,1,105], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,105,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,105,1], -"spam_8php.html":[5,0,0,69], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,69,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,69,0], -"sslify_8php.html":[5,0,1,106], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,106,0], -"starred_8php.html":[5,0,1,107], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,107,0], -"subthread_8php.html":[5,0,1,108], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,108,0], -"suggest_8php.html":[5,0,1,109], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,109,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,109,1], -"system__unavailable_8php.html":[5,0,0,70], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,70,0], -"tagger_8php.html":[5,0,1,110], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,110,0], -"tagrm_8php.html":[5,0,1,111], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,111,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,111,0], -"taxonomy_8php.html":[5,0,0,71], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,71,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,71,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,71,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,71,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,71,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,71,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,71,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,71,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,71,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,71,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,71,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,71,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,71,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,71,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,71,8], -"template__processor_8php.html":[5,0,0,72], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,72,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,72,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,72,2], -"text_8php.html":[5,0,0,73], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,73,38], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,73,44], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,73,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,73,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,73,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,73,69], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,73,43], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,73,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,73,79], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,73,31], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,73,34], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,73,48], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,73,51], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,73,45], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,73,46], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,73,41], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,73,70], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,73,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,73,87], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,73,76], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,73,47], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,73,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,73,74], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,73,89], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,73,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,73,84], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,73,72], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,73,82], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,73,29], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,73,40], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,73,71], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,73,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,73,85], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,73,32], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,73,30], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,73,42], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,73,60], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,73,49], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,73,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,73,59], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,73,81], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,73,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,73,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,73,80], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,73,39], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,73,26], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,73,77], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,73,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,73,33], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,73,25], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,73,78], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,73,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,73,67], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,73,73], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,73,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,73,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,73,58], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,73,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,73,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,73,53], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,73,64], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,73,62], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,73,66], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,73,28], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,73,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,73,54], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,73,35], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,73,27], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,73,88], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,73,68], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,73,83], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,73,86], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,73,55], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,73,36], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,73,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,73,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,73,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,73,63], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,73,50], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,73,37], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,73,65], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,73,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,73,56], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,73,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,73,75], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,73,61], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,73,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,73,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,73,57], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,73,52], +"redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], +"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], +"redbasic_8php.html":[5,0,3,1,0,2,9], +"reddav_8php.html":[5,0,0,66], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,66,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,66,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,66,4], +"register_8php.html":[5,0,1,90], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,90,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,90,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,90,1], +"regmod_8php.html":[5,0,1,91], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,91,0], +"removeme_8php.html":[5,0,1,92], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,92,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,92,1], +"rmagic_8php.html":[5,0,1,93], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,93,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,93,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,93,1], +"rpost_8php.html":[5,0,1,94], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,94,0], +"rsd__xml_8php.html":[5,0,1,95], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,95,0], +"search_8php.html":[5,0,1,96], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,96,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,96,1], +"search__ac_8php.html":[5,0,1,97], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,97,0], +"security_8php.html":[5,0,0,67], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,67,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,67,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,67,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,67,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,67,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,67,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,67,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,67,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,67,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,67,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,67,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,67,8], +"session_8php.html":[5,0,0,68], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,68,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,68,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,68,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,68,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,68,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,68,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,68,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,68,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,68,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,68,2], +"settings_8php.html":[5,0,1,98], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,98,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,98,1], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,98,2], +"setup_8php.html":[5,0,1,99], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,99,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,99,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,99,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,99,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,99,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,99,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,99,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,99,8], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,99,12], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,99,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,99,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,99,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,99,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,99,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,99,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,99,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,99,6], +"share_8php.html":[5,0,1,100], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,100,0], +"siteinfo_8php.html":[5,0,1,101], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,101,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,101,0], +"sitelist_8php.html":[5,0,1,102], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,102,0], +"smilies_8php.html":[5,0,1,103], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,103,0], +"socgraph_8php.html":[5,0,0,69], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,69,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,69,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,69,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,69,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,69,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,69,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,69,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,69,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,69,3], +"sources_8php.html":[5,0,1,104], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,104,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,104,1], +"spam_8php.html":[5,0,0,70], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,70,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,70,0], +"sslify_8php.html":[5,0,1,105], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,105,0], +"starred_8php.html":[5,0,1,106], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,106,0], +"subthread_8php.html":[5,0,1,107], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,107,0], +"suggest_8php.html":[5,0,1,108], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,108,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,108,1], +"system__unavailable_8php.html":[5,0,0,71], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,71,0], +"tagger_8php.html":[5,0,1,109], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,109,0], +"tagrm_8php.html":[5,0,1,110], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,110,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,110,0], +"taxonomy_8php.html":[5,0,0,72], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,72,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,72,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,72,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,72,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,72,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,72,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,72,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,72,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,72,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,72,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,72,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,72,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,72,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,72,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,72,8], +"template__processor_8php.html":[5,0,0,73], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,73,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,73,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,73,2], +"text_8php.html":[5,0,0,74], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,74,38], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,74,44], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,74,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,74,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,74,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,74,69], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,74,43], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,74,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,74,79], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,74,31], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,74,34], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,74,48], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,74,51], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,74,45], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,74,46], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,74,41], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,74,70], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,74,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,74,87], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,74,76], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,74,47], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,74,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,74,74], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,74,89], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,74,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,74,84], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,74,72], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,74,82], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,74,29], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,74,40], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,74,71], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,74,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,74,85], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,74,32], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,74,30], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,74,42], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,74,60], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,74,49], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,74,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,74,59], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,74,81], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,74,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,74,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,74,80], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,74,39], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,74,26], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,74,77], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,74,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,74,33], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,74,25], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,74,78], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,74,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,74,67], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,74,73], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,74,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,74,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,74,58], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,74,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,74,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,74,53], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,74,64], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,74,62], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,74,66], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,74,28], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,74,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,74,54], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,74,35], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,74,27], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,74,88], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,74,68], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,74,83], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,74,86], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,74,55], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,74,36], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,74,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,74,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,74,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,74,63], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,74,50], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,74,37], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,74,65], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,74,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,74,56], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,74,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,74,75], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,74,61], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,74,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,74,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,74,57], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,74,52], "theme_2apw_2php_2theme__init_8php.html":[5,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], @@ -234,20 +241,13 @@ var NAVTREEINDEX7 = "theme_2mytheme_2php_2default_8php.html":[5,0,3,1,2,0,0], "theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0,0,0], "theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,3,0,3], -"thing_8php.html":[5,0,1,112], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,112,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,112,1], -"toggle__mobile_8php.html":[5,0,1,113], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,113,0], -"toggle__safesearch_8php.html":[5,0,1,114], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,114,0], +"thing_8php.html":[5,0,1,111], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,111,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,111,1], +"toggle__mobile_8php.html":[5,0,1,112], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,112,0], +"toggle__safesearch_8php.html":[5,0,1,113], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,113,0], "tpldebug_8php.html":[5,0,2,8], -"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], -"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], -"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[5,0,2,8,2], -"typo_8php.html":[5,0,2,9], -"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[5,0,2,9,1], -"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[5,0,2,9,4], -"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], -"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2] +"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 4374dc5c7..6bb575cc5 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,21 +1,26 @@ var NAVTREEINDEX8 = { +"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], +"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[5,0,2,8,2], +"typo_8php.html":[5,0,2,9], +"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[5,0,2,9,1], +"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[5,0,2,9,4], +"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], +"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2], "typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], "typohelper_8php.html":[5,0,2,10], "typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], "typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,115], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,115,0], -"update__channel_8php.html":[5,0,1,116], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,116,0], -"update__community_8php.html":[5,0,1,117], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,117,0], -"update__display_8php.html":[5,0,1,118], -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,118,0], -"update__network_8php.html":[5,0,1,119], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,119,0], -"update__search_8php.html":[5,0,1,120], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,120,0], +"uexport_8php.html":[5,0,1,114], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,114,0], +"update__channel_8php.html":[5,0,1,115], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,115,0], +"update__display_8php.html":[5,0,1,116], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,116,0], +"update__network_8php.html":[5,0,1,117], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,117,0], +"update__search_8php.html":[5,0,1,118], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,118,0], "updatetpl_8py.html":[5,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[5,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[5,0,2,11,2], @@ -43,96 +48,96 @@ var NAVTREEINDEX8 = "view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,1,3,0,0,0], "view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,3,0,0,1], "view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,3,0,0,2], -"view_8php.html":[5,0,1,121], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,121,0], -"viewconnections_8php.html":[5,0,1,122], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,122,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,122,0], -"viewsrc_8php.html":[5,0,1,123], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,123,0], -"vote_8php.html":[5,0,1,124], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,124,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,124,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,124,1], -"wall__attach_8php.html":[5,0,1,125], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,125,0], -"wall__upload_8php.html":[5,0,1,126], -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,126,0], -"webfinger_8php.html":[5,0,1,127], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,127,0], -"webpages_8php.html":[5,0,1,128], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,128,0], -"wfinger_8php.html":[5,0,1,129], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,129,0], +"view_8php.html":[5,0,1,119], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,119,0], +"viewconnections_8php.html":[5,0,1,120], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,120,1], +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,120,0], +"viewsrc_8php.html":[5,0,1,121], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,121,0], +"vote_8php.html":[5,0,1,122], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,122,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,122,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,122,1], +"wall__attach_8php.html":[5,0,1,123], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,123,0], +"wall__upload_8php.html":[5,0,1,124], +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,124,0], +"webfinger_8php.html":[5,0,1,125], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,125,0], +"webpages_8php.html":[5,0,1,126], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,126,0], +"wfinger_8php.html":[5,0,1,127], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,127,0], "widedarkness_8php.html":[5,0,3,1,0,2,10], -"widgets_8php.html":[5,0,0,74], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,74,10], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,74,24], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,74,2], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,74,7], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,74,8], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,74,15], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,74,17], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,74,18], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,74,4], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,74,23], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,74,11], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,74,25], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,74,19], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,74,14], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,74,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,74,21], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,74,9], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,74,5], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,74,6], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,74,22], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,74,20], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,74,27], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,74,13], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,74,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,74,12], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,74,26], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,74,3], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,74,16], -"xchan_8php.html":[5,0,1,130], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,130,0], -"xrd_8php.html":[5,0,1,131], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,131,0], -"xref_8php.html":[5,0,1,132], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,132,0], -"zfinger_8php.html":[5,0,1,133], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,133,0], -"zot_8php.html":[5,0,0,75], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,75,13], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,75,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,75,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,75,15], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,75,10], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,75,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,75,5], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,75,21], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,75,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,75,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,75,0], -"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,75,8], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,75,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,75,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,75,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,75,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,75,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,75,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,75,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,75,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,75,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,75,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,75,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,75,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,75,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,75,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,75,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,75,22], -"zotfeed_8php.html":[5,0,1,134], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,134,0], -"zping_8php.html":[5,0,1,135], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,135,0] +"widgets_8php.html":[5,0,0,75], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,75,10], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,75,24], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,75,2], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,75,7], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,75,8], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,75,15], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,75,17], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,75,18], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,75,4], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,75,23], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,75,11], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,75,25], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,75,19], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,75,14], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,75,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,75,21], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,75,9], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,75,5], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,75,6], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,75,22], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,75,20], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,75,27], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,75,13], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,75,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,75,12], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,75,26], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,75,3], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,75,16], +"xchan_8php.html":[5,0,1,128], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,128,0], +"xrd_8php.html":[5,0,1,129], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,129,0], +"xref_8php.html":[5,0,1,130], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,130,0], +"zfinger_8php.html":[5,0,1,131], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,131,0], +"zot_8php.html":[5,0,0,76], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,76,13], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,76,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,76,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,76,15], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,76,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,76,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[5,0,0,76,10], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,76,21], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,76,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,76,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,76,0], +"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,76,8], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,76,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,76,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,76,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,76,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,76,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,76,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,76,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,76,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,76,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,76,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,76,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,76,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,76,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,76,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,76,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,76,22], +"zotfeed_8php.html":[5,0,1,132], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,132,0], +"zping_8php.html":[5,0,1,133], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,133,0] }; diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index 8c3f4de62..01b0e9572 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -248,7 +248,7 @@ Functions
    -

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), editblock_content(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_item(), widget_photo_albums(), z_readdir(), and zot_feed().

    +

    Referenced by Conversation\add_thread(), advanced_profile(), api_statuses_home_timeline(), api_statuses_repeat(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_list_files(), attach_mkdir(), attach_store(), block_content(), chat_content(), chatsvc_init(), check_list_permissions(), common_content(), common_friends_visitor_widget(), contact_block(), RedDirectory\createDirectory(), RedDirectory\createFile(), RedFile\delete(), editblock_content(), get_feed_for(), RedDirectory\getChild(), RedDirectory\getChildren(), item_post(), like_content(), local_dir_update(), photo_init(), photo_upload(), photos_album_widget(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), poco_init(), post_activity_item(), process_delivery(), process_mail_delivery(), profile_content(), profile_load(), profile_sidebar(), RedChannelList(), Conversation\set_mode(), RedBrowser\set_writeable(), RedFile\setName(), subthread_content(), tag_deliver(), tgroup_check(), viewconnections_content(), widget_item(), widget_photo_albums(), z_readdir(), and zot_feed().

    diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index 70f6bc098..166f2b447 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

    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.

    -

    Referenced by api_call(), api_user(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), importelm_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    +

    Referenced by admin_page_channels(), api_call(), api_user(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), importelm_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index 04e207bd7..eef1062f5 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -198,7 +198,7 @@ Functions
    -

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), rmagic_post(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    +

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), externals_run(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), rmagic_post(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    @@ -290,7 +290,7 @@ Functions
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), pdledit_content(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), rbmark_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), pdledit_content(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), rbmark_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), setup_content(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), writepages_widget(), and xrd_init().

    diff --git a/doc/html/search/all_61.js b/doc/html/search/all_61.js index c4447e110..209a43f65 100644 --- a/doc/html/search/all_61.js +++ b/doc/html/search/all_61.js @@ -71,6 +71,8 @@ var searchData= ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_2ephp',['admin.php',['../admin_8php.html',1,'']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], + ['admin_5fpage_5fchannels',['admin_page_channels',['../admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec',1,'admin.php']]], + ['admin_5fpage_5fchannels_5fpost',['admin_page_channels_post',['../admin_8php.html#a42e628f367c168add8013352ac74d33f',1,'admin.php']]], ['admin_5fpage_5fdbsync',['admin_page_dbsync',['../admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade',1,'admin.php']]], ['admin_5fpage_5fhubloc',['admin_page_hubloc',['../admin_8php.html#a6943543f3138f6ee182cb701f415d1cc',1,'admin.php']]], ['admin_5fpage_5fhubloc_5fpost',['admin_page_hubloc_post',['../admin_8php.html#a60ba9783ad14545814919970bc3fb725',1,'admin.php']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 209c51390..04a74c99e 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -93,9 +93,6 @@ var searchData= ['common_5ffriends_5fvisitor_5fwidget',['common_friends_visitor_widget',['../contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65',1,'contact_widgets.php']]], ['common_5ffriends_5fzcid',['common_friends_zcid',['../socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9',1,'socgraph.php']]], ['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.php']]], - ['community_2ephp',['community.php',['../community_8php.html',1,'']]], - ['community_5fcontent',['community_content',['../community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a',1,'community.php']]], - ['community_5finit',['community_init',['../community_8php.html#a56c94ec978a38633c5628fa6f8e386d9',1,'community.php']]], ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index 3bd637f87..577b9edba 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -37,7 +37,7 @@ var searchData= ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], - ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259',1,'items.php']]], + ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], ['deliver',['deliver',['../classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b',1,'ProtoDriver\deliver()'],['../classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f',1,'ZotDriver\deliver()']]], ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], @@ -81,6 +81,9 @@ var searchData= ['docblox_5ferrorchecker_2ephp',['docblox_errorchecker.php',['../docblox__errorchecker_8php.html',1,'']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], - ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], - ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] + ['drop_5fitem',['drop_item',['../items_8php.html#a555762e1022a4b8e3c3abd32e7812408',1,'items.php']]], + ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]], + ['dropitem_5fnormal',['DROPITEM_NORMAL',['../boot_8php.html#a7037bcbca223395c06bc67f65024de7a',1,'boot.php']]], + ['dropitem_5fphase1',['DROPITEM_PHASE1',['../boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06',1,'boot.php']]], + ['dropitem_5fphase2',['DROPITEM_PHASE2',['../boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8',1,'boot.php']]] ]; diff --git a/doc/html/search/all_65.js b/doc/html/search/all_65.js index 475bb7505..3a384b04e 100644 --- a/doc/html/search/all_65.js +++ b/doc/html/search/all_65.js @@ -36,5 +36,7 @@ var searchData= ['expire_2ephp',['expire.php',['../expire_8php.html',1,'']]], ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]], ['ext',['ext',['../namespacefriendica-to-smarty-tpl.html#aecf730e0884bb4ddc6c0deb1ef85f8eb',1,'friendica-to-smarty-tpl']]], + ['externals_2ephp',['externals.php',['../externals_8php.html',1,'']]], + ['externals_5frun',['externals_run',['../externals_8php.html#a4df44079e6f915286088b7a0d44db926',1,'externals.php']]], ['extract_2ephp',['extract.php',['../extract_8php.html',1,'']]] ]; diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index c392024d2..d3aafecfd 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -36,6 +36,7 @@ var searchData= ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], ['is_5fsite_5fadmin',['is_site_admin',['../boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e',1,'boot.php']]], + ['is_5fsys_5fchannel',['is_sys_channel',['../identity_8php.html#aa4bd4abfcba883f43919e89ec6419025',1,'identity.php']]], ['is_5fthreaded',['is_threaded',['../classItem.html#a5b2fafdca55aefeaa08993a5a60529f0',1,'Item']]], ['is_5ftoplevel',['is_toplevel',['../classItem.html#aa49e40f961dff66da32c5ae110e32993',1,'Item']]], ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], @@ -66,6 +67,7 @@ var searchData= ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], ['item_5fpdl',['ITEM_PDL',['../boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d',1,'boot.php']]], + ['item_5fpending_5fremove',['ITEM_PENDING_REMOVE',['../boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb',1,'boot.php']]], ['item_5fpermissions_5fsql',['item_permissions_sql',['../security_8php.html#a9355488460ab11d6058656ff919e5cf9',1,'security.php']]], ['item_5fphoto_5fmenu',['item_photo_menu',['../conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3',1,'conversation.php']]], ['item_5fpost',['item_post',['../item_8php.html#a693cd09805755ab85bbb5ecae69a48c3',1,'item.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index a48f5ee11..e8902c8e6 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -5,6 +5,7 @@ var searchData= ['page_5fadult',['PAGE_ADULT',['../boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32',1,'boot.php']]], ['page_5fapplication',['PAGE_APPLICATION',['../boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed',1,'boot.php']]], ['page_5fautoconnect',['PAGE_AUTOCONNECT',['../boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9',1,'boot.php']]], + ['page_5fcensored',['PAGE_CENSORED',['../boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214',1,'boot.php']]], ['page_5fcontent',['page_content',['../page_8php.html#a91a5f649f68406149108bded1dc90b22',1,'page.php']]], ['page_5fdirectory_5fchannel',['PAGE_DIRECTORY_CHANNEL',['../boot_8php.html#a5b8484922918946d041e5e0515dbe718',1,'boot.php']]], ['page_5fhidden',['PAGE_HIDDEN',['../boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640',1,'boot.php']]], @@ -153,7 +154,7 @@ var searchData= ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], - ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], + ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], ['profile_2ephp',['profile.php',['../profile_8php.html',1,'']]], diff --git a/doc/html/search/all_75.js b/doc/html/search/all_75.js index cacfa5a73..b7e7ca3bd 100644 --- a/doc/html/search/all_75.js +++ b/doc/html/search/all_75.js @@ -12,8 +12,6 @@ var searchData= ['unxmlify',['unxmlify',['../text_8php.html#a1360fed7f918d859daaca1c9f384f9af',1,'text.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_5fcommunity_2ephp',['update_community.php',['../update__community_8php.html',1,'']]], - ['update_5fcommunity_5fcontent',['update_community_content',['../update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1',1,'update_community.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']]], diff --git a/doc/html/search/files_63.js b/doc/html/search/files_63.js index 03e1902b5..69fb8fee5 100644 --- a/doc/html/search/files_63.js +++ b/doc/html/search/files_63.js @@ -14,7 +14,6 @@ var searchData= ['cloud_2ephp',['cloud.php',['../cloud_8php.html',1,'']]], ['comanche_2ephp',['comanche.php',['../comanche_8php.html',1,'']]], ['common_2ephp',['common.php',['../common_8php.html',1,'']]], - ['community_2ephp',['community.php',['../community_8php.html',1,'']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], diff --git a/doc/html/search/files_65.js b/doc/html/search/files_65.js index 26c3ac164..206b23f2a 100644 --- a/doc/html/search/files_65.js +++ b/doc/html/search/files_65.js @@ -8,5 +8,6 @@ var searchData= ['event_2ephp',['event.php',['../event_8php.html',1,'']]], ['events_2ephp',['events.php',['../events_8php.html',1,'']]], ['expire_2ephp',['expire.php',['../expire_8php.html',1,'']]], + ['externals_2ephp',['externals.php',['../externals_8php.html',1,'']]], ['extract_2ephp',['extract.php',['../extract_8php.html',1,'']]] ]; diff --git a/doc/html/search/files_75.js b/doc/html/search/files_75.js index 4a330b239..33a82596e 100644 --- a/doc/html/search/files_75.js +++ b/doc/html/search/files_75.js @@ -2,7 +2,6 @@ var searchData= [ ['uexport_2ephp',['uexport.php',['../uexport_8php.html',1,'']]], ['update_5fchannel_2ephp',['update_channel.php',['../update__channel_8php.html',1,'']]], - ['update_5fcommunity_2ephp',['update_community.php',['../update__community_8php.html',1,'']]], ['update_5fdisplay_2ephp',['update_display.php',['../update__display_8php.html',1,'']]], ['update_5fnetwork_2ephp',['update_network.php',['../update__network_8php.html',1,'']]], ['update_5fsearch_2ephp',['update_search.php',['../update__search_8php.html',1,'']]], diff --git a/doc/html/search/functions_61.js b/doc/html/search/functions_61.js index 87d2ed599..938ec0e6a 100644 --- a/doc/html/search/functions_61.js +++ b/doc/html/search/functions_61.js @@ -16,6 +16,8 @@ var searchData= ['add_5fchildren_5fto_5flist',['add_children_to_list',['../conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b',1,'conversation.php']]], ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], + ['admin_5fpage_5fchannels',['admin_page_channels',['../admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec',1,'admin.php']]], + ['admin_5fpage_5fchannels_5fpost',['admin_page_channels_post',['../admin_8php.html#a42e628f367c168add8013352ac74d33f',1,'admin.php']]], ['admin_5fpage_5fdbsync',['admin_page_dbsync',['../admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade',1,'admin.php']]], ['admin_5fpage_5fhubloc',['admin_page_hubloc',['../admin_8php.html#a6943543f3138f6ee182cb701f415d1cc',1,'admin.php']]], ['admin_5fpage_5fhubloc_5fpost',['admin_page_hubloc_post',['../admin_8php.html#a60ba9783ad14545814919970bc3fb725',1,'admin.php']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index bf15bfb05..a7fa97419 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -75,8 +75,6 @@ var searchData= ['common_5ffriends_5fvisitor_5fwidget',['common_friends_visitor_widget',['../contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65',1,'contact_widgets.php']]], ['common_5ffriends_5fzcid',['common_friends_zcid',['../socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9',1,'socgraph.php']]], ['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.php']]], - ['community_5fcontent',['community_content',['../community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a',1,'community.php']]], - ['community_5finit',['community_init',['../community_8php.html#a56c94ec978a38633c5628fa6f8e386d9',1,'community.php']]], ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['connect',['connect',['../classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc',1,'dba_driver\connect()'],['../classdba__mysql.html#a1887338627ce0e28786839363014bd0b',1,'dba_mysql\connect()'],['../classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1',1,'dba_mysqli\connect()']]], diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index 4f64d1655..6fa5b6b13 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -18,7 +18,7 @@ var searchData= ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], - ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259',1,'items.php']]], + ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], ['deliver',['deliver',['../classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b',1,'ProtoDriver\deliver()'],['../classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f',1,'ZotDriver\deliver()']]], ['deliver_5fprivate',['deliver_private',['../classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181',1,'ProtoDriver\deliver_private()'],['../classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6',1,'ZotDriver\deliver_private()']]], @@ -47,6 +47,6 @@ var searchData= ['dob',['dob',['../datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8',1,'datetime.php']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], - ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], + ['drop_5fitem',['drop_item',['../items_8php.html#a555762e1022a4b8e3c3abd32e7812408',1,'items.php']]], ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] ]; diff --git a/doc/html/search/functions_65.js b/doc/html/search/functions_65.js index 2fcb5897e..e3b83d771 100644 --- a/doc/html/search/functions_65.js +++ b/doc/html/search/functions_65.js @@ -21,5 +21,6 @@ var searchData= ['events_5fpost',['events_post',['../events_8php.html#ab3e8a8f901175f8e40a8089eea45c075',1,'events.php']]], ['expand_5facl',['expand_acl',['../text_8php.html#ae4282a39492caa23ccbc2ce98e54f110',1,'text.php']]], ['expand_5fgroups',['expand_groups',['../include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345',1,'group.php']]], - ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]] + ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]], + ['externals_5frun',['externals_run',['../externals_8php.html#a4df44079e6f915286088b7a0d44db926',1,'externals.php']]] ]; diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index 71cf41459..66526ee8e 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -31,6 +31,7 @@ var searchData= ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], ['is_5fsite_5fadmin',['is_site_admin',['../boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e',1,'boot.php']]], + ['is_5fsys_5fchannel',['is_sys_channel',['../identity_8php.html#aa4bd4abfcba883f43919e89ec6419025',1,'identity.php']]], ['is_5fthreaded',['is_threaded',['../classItem.html#a5b2fafdca55aefeaa08993a5a60529f0',1,'Item']]], ['is_5ftoplevel',['is_toplevel',['../classItem.html#aa49e40f961dff66da32c5ae110e32993',1,'Item']]], ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index 9e42e36c0..4640ac37a 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -76,7 +76,7 @@ var searchData= ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], - ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], + ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], ['profile_5factivity',['profile_activity',['../activities_8php.html#a80134e807719b3c54aba971958d2e132',1,'activities.php']]], diff --git a/doc/html/search/functions_75.js b/doc/html/search/functions_75.js index ef023b551..83510ffa2 100644 --- a/doc/html/search/functions_75.js +++ b/doc/html/search/functions_75.js @@ -10,7 +10,6 @@ var searchData= ['unregister_5fhook',['unregister_hook',['../plugin_8php.html#a56f71fe5adf9586ce950523d8180443e',1,'plugin.php']]], ['unxmlify',['unxmlify',['../text_8php.html#a1360fed7f918d859daaca1c9f384f9af',1,'text.php']]], ['update_5fchannel_5fcontent',['update_channel_content',['../update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba',1,'update_channel.php']]], - ['update_5fcommunity_5fcontent',['update_community_content',['../update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1',1,'update_community.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_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], diff --git a/doc/html/search/variables_64.js b/doc/html/search/variables_64.js index 2c0187ed0..ea1a85e2a 100644 --- a/doc/html/search/variables_64.js +++ b/doc/html/search/variables_64.js @@ -8,5 +8,8 @@ var searchData= ['directory_5fmode_5fsecondary',['DIRECTORY_MODE_SECONDARY',['../boot_8php.html#aedfb9501ed408278667995524e0d15cf',1,'boot.php']]], ['directory_5fmode_5fstandalone',['DIRECTORY_MODE_STANDALONE',['../boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8',1,'boot.php']]], ['directory_5frealm',['DIRECTORY_REALM',['../boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd',1,'boot.php']]], - ['do',['do',['../docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085',1,'docblox_errorchecker.php']]] + ['do',['do',['../docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085',1,'docblox_errorchecker.php']]], + ['dropitem_5fnormal',['DROPITEM_NORMAL',['../boot_8php.html#a7037bcbca223395c06bc67f65024de7a',1,'boot.php']]], + ['dropitem_5fphase1',['DROPITEM_PHASE1',['../boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06',1,'boot.php']]], + ['dropitem_5fphase2',['DROPITEM_PHASE2',['../boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8',1,'boot.php']]] ]; diff --git a/doc/html/search/variables_69.js b/doc/html/search/variables_69.js index 6975433c9..ca274537e 100644 --- a/doc/html/search/variables_69.js +++ b/doc/html/search/variables_69.js @@ -15,6 +15,7 @@ var searchData= ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], ['item_5fpdl',['ITEM_PDL',['../boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d',1,'boot.php']]], + ['item_5fpending_5fremove',['ITEM_PENDING_REMOVE',['../boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb',1,'boot.php']]], ['item_5frelay',['ITEM_RELAY',['../boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221',1,'boot.php']]], ['item_5fretained',['ITEM_RETAINED',['../boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81',1,'boot.php']]], ['item_5fspam',['ITEM_SPAM',['../boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb',1,'boot.php']]], diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 4951dfb53..55df602f5 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -4,6 +4,7 @@ var searchData= ['page_5fadult',['PAGE_ADULT',['../boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32',1,'boot.php']]], ['page_5fapplication',['PAGE_APPLICATION',['../boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed',1,'boot.php']]], ['page_5fautoconnect',['PAGE_AUTOCONNECT',['../boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9',1,'boot.php']]], + ['page_5fcensored',['PAGE_CENSORED',['../boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214',1,'boot.php']]], ['page_5fdirectory_5fchannel',['PAGE_DIRECTORY_CHANNEL',['../boot_8php.html#a5b8484922918946d041e5e0515dbe718',1,'boot.php']]], ['page_5fhidden',['PAGE_HIDDEN',['../boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640',1,'boot.php']]], ['page_5fnormal',['PAGE_NORMAL',['../boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3',1,'boot.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index 5eab6df8c..5a5fc2561 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -305,7 +305,7 @@ Functions @@ -323,7 +323,7 @@ Functions @@ -435,7 +435,7 @@ Functions diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 62ba84eca..04aefed61 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -322,7 +322,7 @@ Variables @@ -362,7 +362,7 @@ Variables @@ -1274,7 +1274,7 @@ Variables
    -

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by RedDirectory\__construct(), RedFile\__construct(), account_remove(), account_verify_password(), Item\add_child(), Conversation\add_thread(), admin_content(), admin_page_hubloc_post(), admin_post(), advanced_profile(), aes_encapsulate(), allowed_public_recips(), api_call(), api_channel_stream(), api_export_basic(), api_favorites(), api_get_user(), api_login(), api_oauth_request_token(), api_statuses_destroy(), api_statuses_mediap(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), attach_mkdir(), avatar_img(), base64url_decode(), blog_install(), blog_uninstall(), bookmark_add(), bookmarks_init(), build_sync_packet(), chanman_remove_everything_from_network(), channel_remove(), chanview_content(), check_config(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), RedDirectory\childExists(), cloud_init(), consume_feed(), conversation(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), cronhooks_run(), datetime_convert(), delete_imported_item(), deliver_run(), detect_language(), dir_parse_query(), directory_content(), directory_run(), dirprofile_init(), downgrade_accounts(), email_send(), encode_item(), expire_run(), externals_run(), feed_init(), fetch_lrdd_template(), filer_content(), filerm_content(), fix_private_photos(), fix_system_urls(), RedFile\get(), get_atom_elements(), get_item_elements(), get_language_name(), Conversation\get_template_data(), RedDirectory\getChild(), RedDirectory\getChildren(), RedDirectory\getDir(), RedDirectory\getName(), RedFile\getName(), group_content(), guess_image_type(), head_set_icon(), http_status_exit(), import_author_rss(), import_author_zot(), import_channel_photo(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), item_post(), item_store(), item_store_update(), like_content(), limit_body_size(), load_plugin(), local_dir_update(), localize_item(), RedDirectory\log(), RedBasicAuth\log(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_token(), magic_init(), mail_post(), mail_store(), menu_edit(), mini_group_select(), mood_init(), FKOAuthDataStore\new_access_token(), new_contact(), new_keypair(), FKOAuthDataStore\new_request_token(), notes_init(), notification(), notifier_run(), onedirsync_run(), onepoll_run(), openid_content(), parse_url_content(), parse_xml_string(), photo_init(), photo_upload(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_load(), profile_sidebar(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), q(), queue_run(), rbmark_post(), red_item_new(), RedChannelList(), RedCollectionData(), RedFileData(), register_content(), reload_plugins(), Item\remove_child(), remove_community_tag(), remove_queue_item(), scale_external_images(), search_ac_init(), enotify\send(), send_reg_approval_email(), Conversation\set_mode(), RedFile\setName(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), sync_directories(), tag_deliver(), tagger_content(), tgroup_check(), uninstall_plugin(), unload_plugin(), update_directory_entry(), update_imported_item(), update_queue_time(), RedBasicAuth\validateUserPass(), webfinger(), webfinger_dfrn(), xml2array(), xml_status(), z_fetch_url(), z_post_url(), zfinger_init(), zid_init(), zot_build_packet(), zot_feed(), zot_fetch(), zot_finger(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    @@ -1457,7 +1457,7 @@ Variables
    Returns
    string Filtered string
    -

    Referenced by admin_page_logs_post(), admin_page_site_post(), channel_content(), community_content(), connections_content(), conversation(), create_account(), directory_content(), filestorage_post(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), lostpass_post(), mail_post(), mail_store(), mood_init(), network_content(), oexchange_content(), openid_content(), photos_post(), poco_init(), poke_init(), profiles_post(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    +

    Referenced by admin_page_logs_post(), admin_page_site_post(), channel_content(), connections_content(), conversation(), create_account(), directory_content(), filestorage_post(), follow_init(), get_atom_elements(), group_post(), help_content(), invite_post(), item_post(), item_store(), item_store_update(), like_content(), lostpass_post(), mail_post(), mail_store(), mood_init(), network_content(), oexchange_content(), openid_content(), photos_post(), poco_init(), poke_init(), profiles_post(), register_post(), sanitise_acl(), settings_post(), setup_content(), setup_post(), subthread_content(), tagger_content(), and xrd_init().

    @@ -1475,7 +1475,7 @@ Variables @@ -1761,7 +1761,7 @@ Variables
    Returns
    string substituted string
    -

    Referenced by admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), pdledit_content(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), rbmark_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), writepages_widget(), and xrd_init().

    +

    Referenced by admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_plugins(), admin_page_site(), admin_page_summary(), admin_page_themes(), admin_page_users(), advanced_profile(), alt_pager(), api_apply_template(), api_content(), apps_content(), apw_form(), blocks_content(), blogtheme_form(), App\build_pagehead(), categories_widget(), channel_content(), chanview_content(), chat_content(), check_config(), check_php(), common_content(), common_friends_visitor_widget(), connect_content(), connections_content(), connedit_content(), construct_page(), contact_block(), conversation(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), directory_content(), dirprofile_init(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), fbrowser_content(), field_timezone(), fileas_widget(), filer_content(), filestorage_content(), findpeople_widget(), format_categories(), format_filer(), get_birthdays(), Item\get_comment_box(), get_events(), get_feed_for(), group_content(), group_side(), help_content(), hostxrd_init(), import_content(), invite_content(), lang_selector(), layouts_content(), login(), lostpass_content(), lostpass_post(), mail_content(), manage_content(), match_content(), menu_content(), menu_render(), message_content(), micropro(), mini_group_select(), mitem_content(), mood_content(), nav(), network_content(), new_channel_content(), notification(), notifications_content(), notify_content(), oembed_format_object(), oexchange_init(), opensearch_init(), pagelist_widget(), pdledit_content(), photos_album_widget(), photos_content(), poco_init(), poke_content(), populate_acl(), profile_sidebar(), profiles_content(), rbmark_content(), redbasic_form(), register_content(), removeme_content(), rmagic_content(), rpost_content(), search_content(), send_reg_approval_email(), send_verification_email(), setup_content(), setup_post(), siteinfo_content(), sources_content(), suggest_content(), theme_attachments(), thing_content(), user_allow(), vcard_from_xchan(), viewconnections_content(), vote_content(), webpages_content(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), writepages_widget(), and xrd_init().

    diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index 4031bf036..447801ca9 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), community_content(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_content(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_community_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 62bbdb6e5..2dda67bf1 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -140,8 +140,8 @@ Functions    allowed_public_recips ($msg)   - process_delivery ($sender, $arr, $deliveries, $relay) -  + process_delivery ($sender, $arr, $deliveries, $relay, $public=false) +   remove_community_tag ($sender, $arr, $uid)    update_imported_item ($sender, $item, $uid) @@ -247,7 +247,7 @@ Functions
    -

    Referenced by process_delivery().

    +

    Referenced by process_delivery().

    @@ -460,7 +460,7 @@ Functions - +
    @@ -486,7 +486,13 @@ Functions - + + + + + + + @@ -496,7 +502,7 @@ Functions
     $relay $relay,
     $public = false 
    -

    Referenced by onepoll_run(), and zot_import().

    +

    Referenced by externals_run(), onepoll_run(), and zot_import().

    @@ -616,7 +622,7 @@ Functions
    -

    Referenced by process_delivery().

    +

    Referenced by process_delivery().

    @@ -650,7 +656,7 @@ Functions
    -

    Referenced by process_delivery().

    +

    Referenced by process_delivery().

    diff --git a/doc/html/zot_8php.js b/doc/html/zot_8php.js index ceb74db4e..8545bda42 100644 --- a/doc/html/zot_8php.js +++ b/doc/html/zot_8php.js @@ -10,7 +10,7 @@ var zot_8php = [ "import_site", "zot_8php.html#a2657e141d62d5f67ad3c87651b585299", null ], [ "import_xchan", "zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a", null ], [ "process_channel_sync_delivery", "zot_8php.html#ac301c67864917c35922257950ae0f95c", null ], - [ "process_delivery", "zot_8php.html#a37ec13b18057634eadb071f05297f5e1", null ], + [ "process_delivery", "zot_8php.html#a4d9e6ca295e443b740d9960c304b3474", null ], [ "process_mail_delivery", "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc", null ], [ "process_profile_delivery", "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b", null ], [ "public_recips", "zot_8php.html#a083aec6c900d244e1bfc1406f9461465", null ], diff --git a/util/messages.po b/util/messages.po index 71dc6247f..4441c66a6 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-03-21.623\n" +"Project-Id-Version: 2014-03-28.630\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-21 00:03-0700\n" +"POT-Creation-Date: 2014-03-28 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Categories" msgstr "" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:643 +#: ../../include/Contact.php:107 ../../include/identity.php:667 #: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" @@ -89,106 +89,106 @@ msgstr "" msgid "Everything" msgstr "" -#: ../../include/widgets.php:318 +#: ../../include/widgets.php:319 msgid "Archives" msgstr "" -#: ../../include/widgets.php:370 +#: ../../include/widgets.php:372 msgid "Refresh" msgstr "" -#: ../../include/widgets.php:371 ../../mod/connedit.php:395 +#: ../../include/widgets.php:373 ../../mod/connedit.php:395 msgid "Me" msgstr "" -#: ../../include/widgets.php:372 ../../mod/connedit.php:397 +#: ../../include/widgets.php:374 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "" -#: ../../include/widgets.php:373 ../../include/identity.php:314 +#: ../../include/widgets.php:375 ../../include/identity.php:338 #: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "" -#: ../../include/widgets.php:374 +#: ../../include/widgets.php:376 msgid "Co-workers" msgstr "" -#: ../../include/widgets.php:375 ../../mod/connedit.php:399 +#: ../../include/widgets.php:377 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "" -#: ../../include/widgets.php:376 ../../mod/connedit.php:400 +#: ../../include/widgets.php:378 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "" -#: ../../include/widgets.php:377 +#: ../../include/widgets.php:379 msgid "Everybody" msgstr "" -#: ../../include/widgets.php:409 +#: ../../include/widgets.php:411 msgid "Account settings" msgstr "" -#: ../../include/widgets.php:415 +#: ../../include/widgets.php:417 msgid "Channel settings" msgstr "" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:423 msgid "Additional features" msgstr "" -#: ../../include/widgets.php:427 +#: ../../include/widgets.php:429 msgid "Feature settings" msgstr "" -#: ../../include/widgets.php:433 +#: ../../include/widgets.php:435 msgid "Display settings" msgstr "" -#: ../../include/widgets.php:439 +#: ../../include/widgets.php:441 msgid "Connected apps" msgstr "" -#: ../../include/widgets.php:445 +#: ../../include/widgets.php:447 msgid "Export channel" msgstr "" -#: ../../include/widgets.php:457 +#: ../../include/widgets.php:459 msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../include/widgets.php:467 +#: ../../include/widgets.php:469 msgid "Premium Channel Settings" msgstr "" -#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../include/widgets.php:478 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "" -#: ../../include/widgets.php:487 ../../include/nav.php:186 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +#: ../../include/widgets.php:489 ../../include/nav.php:186 +#: ../../mod/admin.php:986 ../../mod/admin.php:1191 msgid "Settings" msgstr "" -#: ../../include/widgets.php:504 +#: ../../include/widgets.php:506 msgid "Check Mail" msgstr "" -#: ../../include/widgets.php:509 ../../include/nav.php:177 +#: ../../include/widgets.php:511 ../../include/nav.php:177 msgid "New Message" msgstr "" -#: ../../include/widgets.php:585 +#: ../../include/widgets.php:587 msgid "Chat Rooms" msgstr "" -#: ../../include/widgets.php:603 +#: ../../include/widgets.php:605 msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/widgets.php:621 +#: ../../include/widgets.php:623 msgid "Suggested Chatrooms" msgstr "" @@ -227,7 +227,7 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1434 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 msgid "Logout" msgstr "" @@ -260,7 +260,7 @@ msgstr "" msgid "Manage/Edit profiles" msgstr "" -#: ../../include/nav.php:84 ../../include/conversation.php:1475 +#: ../../include/nav.php:84 ../../include/conversation.php:1488 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" @@ -269,7 +269,7 @@ msgstr "" msgid "Your photos" msgstr "" -#: ../../include/nav.php:85 ../../include/conversation.php:1484 +#: ../../include/nav.php:85 ../../include/conversation.php:1497 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" @@ -287,7 +287,7 @@ msgid "Your chatrooms" msgstr "" #: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 +#: ../../include/conversation.php:1519 ../../mod/events.php:354 msgid "Events" msgstr "" @@ -295,7 +295,7 @@ msgstr "" msgid "Your events" msgstr "" -#: ../../include/nav.php:88 ../../include/conversation.php:1514 +#: ../../include/nav.php:88 ../../include/conversation.php:1527 msgid "Bookmarks" msgstr "" @@ -303,7 +303,7 @@ msgstr "" msgid "Your bookmarks" msgstr "" -#: ../../include/nav.php:90 ../../include/conversation.php:1525 +#: ../../include/nav.php:90 ../../include/conversation.php:1538 msgid "Webpages" msgstr "" @@ -311,7 +311,7 @@ msgstr "" msgid "Your webpages" msgstr "" -#: ../../include/nav.php:94 ../../boot.php:1435 +#: ../../include/nav.php:94 ../../boot.php:1444 msgid "Login" msgstr "" @@ -332,7 +332,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1411 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 msgid "Register" msgstr "" @@ -477,7 +477,7 @@ msgstr "" msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/nav.php:195 ../../mod/admin.php:112 +#: ../../include/nav.php:195 ../../mod/admin.php:117 msgid "Admin" msgstr "" @@ -832,7 +832,7 @@ msgstr "" msgid "Finishes:" msgstr "" -#: ../../include/event.php:40 ../../include/identity.php:694 +#: ../../include/event.php:40 ../../include/identity.php:718 #: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 #: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 msgid "Location:" @@ -1119,8 +1119,8 @@ msgstr "" msgid "RSS/Atom" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1437 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:750 +#: ../../mod/admin.php:759 ../../boot.php:1446 msgid "Email" msgstr "" @@ -1268,7 +1268,7 @@ msgstr "" msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:751 +#: ../../include/group.php:242 ../../mod/admin.php:759 msgid "All Channels" msgstr "" @@ -1297,7 +1297,7 @@ msgid "Delete this item?" msgstr "" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "" @@ -1434,7 +1434,7 @@ msgstr "" #: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 #: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 msgid "Profile Photos" msgstr "" @@ -1443,20 +1443,20 @@ msgstr "" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3571 +#: ../../include/photos.php:15 ../../include/items.php:3576 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 #: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 #: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/item.php:904 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 #: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 #: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 #: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:203 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 #: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 #: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 @@ -1573,8 +1573,8 @@ msgstr "" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 #: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:365 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 +#: ../../mod/admin.php:754 ../../mod/admin.php:896 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 msgid "Delete" msgstr "" @@ -1617,8 +1617,8 @@ msgstr "" #: ../../include/conversation.php:707 ../../include/conversation.php:1120 #: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 #: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:120 -#: ../../mod/photos.php:975 +#: ../../mod/editwebpage.php:152 ../../mod/editblock.php:120 +#: ../../mod/photos.php:974 msgid "Please wait" msgstr "" @@ -1747,23 +1747,23 @@ msgstr "" #: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 #: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:142 ../../mod/photos.php:995 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:176 +#: ../../mod/editblock.php:142 ../../mod/photos.php:994 msgid "Preview" msgstr "" #: ../../include/conversation.php:1097 ../../mod/layouts.php:112 -#: ../../mod/photos.php:974 +#: ../../mod/photos.php:973 msgid "Share" msgstr "" -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "" #: ../../include/conversation.php:1101 ../../mod/editpost.php:113 #: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:112 +#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:112 msgid "Upload photo" msgstr "" @@ -1773,7 +1773,7 @@ msgstr "" #: ../../include/conversation.php:1103 ../../mod/editpost.php:114 #: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:113 +#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:113 msgid "Attach file" msgstr "" @@ -1783,7 +1783,7 @@ msgstr "" #: ../../include/conversation.php:1105 ../../mod/editpost.php:115 #: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:114 +#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:114 msgid "Insert web link" msgstr "" @@ -1808,7 +1808,7 @@ msgid "audio link" msgstr "" #: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 +#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:150 #: ../../mod/editblock.php:118 msgid "Set your location" msgstr "" @@ -1818,7 +1818,7 @@ msgid "set location" msgstr "" #: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 +#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:151 #: ../../mod/editblock.php:119 msgid "Clear browser location" msgstr "" @@ -1828,19 +1828,19 @@ msgid "clear location" msgstr "" #: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 +#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:168 #: ../../mod/editblock.php:133 msgid "Set title" msgstr "" #: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 +#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:170 #: ../../mod/editblock.php:136 msgid "Categories (comma-separated list)" msgstr "" #: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 +#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:153 #: ../../mod/editblock.php:121 msgid "Permission settings" msgstr "" @@ -1850,20 +1850,20 @@ msgid "permissions" msgstr "" #: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 +#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:163 #: ../../mod/editblock.php:130 msgid "Public post" msgstr "" #: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 +#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:171 #: ../../mod/editblock.php:137 msgid "Example: bob@example.com, mary@example.com" msgstr "" #: ../../include/conversation.php:1145 ../../mod/editpost.php:147 #: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:147 +#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:147 msgid "Set expiration date" msgstr "" @@ -1883,96 +1883,104 @@ msgstr "" msgid "Cancel" msgstr "" -#: ../../include/conversation.php:1381 -msgid "Commented Order" -msgstr "" - -#: ../../include/conversation.php:1384 -msgid "Sort by Comment Date" -msgstr "" - #: ../../include/conversation.php:1387 -msgid "Posted Order" +msgid "External" msgstr "" #: ../../include/conversation.php:1390 -msgid "Sort by Post Date" +msgid "Imported public streams" msgstr "" #: ../../include/conversation.php:1394 -msgid "Personal" +msgid "Commented Order" msgstr "" #: ../../include/conversation.php:1397 +msgid "Sort by Comment Date" +msgstr "" + +#: ../../include/conversation.php:1400 +msgid "Posted Order" +msgstr "" + +#: ../../include/conversation.php:1403 +msgid "Sort by Post Date" +msgstr "" + +#: ../../include/conversation.php:1407 +msgid "Personal" +msgstr "" + +#: ../../include/conversation.php:1410 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 +#: ../../include/conversation.php:1413 ../../mod/menu.php:61 #: ../../mod/connections.php:211 msgid "New" msgstr "" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1416 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1423 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1413 +#: ../../include/conversation.php:1426 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1420 +#: ../../include/conversation.php:1433 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1423 +#: ../../include/conversation.php:1436 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1454 +#: ../../include/conversation.php:1467 ../../mod/admin.php:900 msgid "Channel" msgstr "" -#: ../../include/conversation.php:1457 +#: ../../include/conversation.php:1470 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1466 +#: ../../include/conversation.php:1479 msgid "About" msgstr "" -#: ../../include/conversation.php:1469 +#: ../../include/conversation.php:1482 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1478 ../../include/photos.php:302 +#: ../../include/conversation.php:1491 ../../include/photos.php:311 msgid "Photo Albums" msgstr "" -#: ../../include/conversation.php:1487 +#: ../../include/conversation.php:1500 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 +#: ../../include/conversation.php:1509 ../../include/conversation.php:1512 msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1509 +#: ../../include/conversation.php:1522 msgid "Events and Calendar" msgstr "" -#: ../../include/conversation.php:1517 +#: ../../include/conversation.php:1530 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1528 +#: ../../include/conversation.php:1541 msgid "Manage Webpages" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1187 +#: ../../include/identity.php:30 ../../mod/item.php:1206 msgid "Unable to obtain identity information from database" msgstr "" @@ -1984,230 +1992,234 @@ msgstr "" msgid "Name too long" msgstr "" -#: ../../include/identity.php:147 +#: ../../include/identity.php:166 msgid "No account identifier" msgstr "" -#: ../../include/identity.php:157 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "" -#: ../../include/identity.php:171 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/identity.php:195 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/identity.php:230 +#: ../../include/identity.php:254 msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/identity.php:289 +#: ../../include/identity.php:313 msgid "Default Profile" msgstr "" -#: ../../include/identity.php:481 +#: ../../include/identity.php:505 msgid "Requested channel is not available." msgstr "" -#: ../../include/identity.php:528 ../../mod/webpages.php:8 +#: ../../include/identity.php:552 ../../mod/webpages.php:8 #: ../../mod/connect.php:13 ../../mod/layouts.php:8 #: ../../mod/achievements.php:8 ../../mod/blocks.php:10 #: ../../mod/profile.php:16 ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "" -#: ../../include/identity.php:580 +#: ../../include/identity.php:604 msgid " Sorry, you don't have the permission to view this profile. " msgstr "" -#: ../../include/identity.php:657 ../../mod/profiles.php:603 +#: ../../include/identity.php:681 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Profiles" msgstr "" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Manage/edit profiles" msgstr "" -#: ../../include/identity.php:664 ../../mod/profiles.php:604 +#: ../../include/identity.php:688 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "" -#: ../../include/identity.php:667 +#: ../../include/identity.php:691 msgid "Edit Profile" msgstr "" -#: ../../include/identity.php:678 ../../mod/profiles.php:615 +#: ../../include/identity.php:702 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "" -#: ../../include/identity.php:681 ../../mod/profiles.php:618 +#: ../../include/identity.php:705 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "" -#: ../../include/identity.php:682 ../../mod/profiles.php:619 +#: ../../include/identity.php:706 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "" -#: ../../include/identity.php:696 ../../include/identity.php:920 +#: ../../include/identity.php:720 ../../include/identity.php:944 #: ../../mod/directory.php:163 msgid "Gender:" msgstr "" -#: ../../include/identity.php:697 ../../include/identity.php:940 +#: ../../include/identity.php:721 ../../include/identity.php:964 #: ../../mod/directory.php:165 msgid "Status:" msgstr "" -#: ../../include/identity.php:698 ../../include/identity.php:951 +#: ../../include/identity.php:722 ../../include/identity.php:975 #: ../../mod/directory.php:167 msgid "Homepage:" msgstr "" -#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:723 ../../mod/dirprofile.php:157 msgid "Online Now" msgstr "" -#: ../../include/identity.php:764 ../../include/identity.php:844 +#: ../../include/identity.php:788 ../../include/identity.php:868 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "" -#: ../../include/identity.php:765 ../../include/identity.php:845 +#: ../../include/identity.php:789 ../../include/identity.php:869 msgid "F d" msgstr "" -#: ../../include/identity.php:810 ../../include/identity.php:885 +#: ../../include/identity.php:834 ../../include/identity.php:909 #: ../../mod/ping.php:284 msgid "[today]" msgstr "" -#: ../../include/identity.php:822 +#: ../../include/identity.php:846 msgid "Birthday Reminders" msgstr "" -#: ../../include/identity.php:823 +#: ../../include/identity.php:847 msgid "Birthdays this week:" msgstr "" -#: ../../include/identity.php:878 +#: ../../include/identity.php:902 msgid "[No description]" msgstr "" -#: ../../include/identity.php:896 +#: ../../include/identity.php:920 msgid "Event Reminders" msgstr "" -#: ../../include/identity.php:897 +#: ../../include/identity.php:921 msgid "Events this week:" msgstr "" -#: ../../include/identity.php:910 ../../include/identity.php:994 +#: ../../include/identity.php:934 ../../include/identity.php:1018 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "" -#: ../../include/identity.php:918 ../../mod/settings.php:937 +#: ../../include/identity.php:942 ../../mod/settings.php:937 msgid "Full Name:" msgstr "" -#: ../../include/identity.php:925 +#: ../../include/identity.php:949 msgid "j F, Y" msgstr "" -#: ../../include/identity.php:926 +#: ../../include/identity.php:950 msgid "j F" msgstr "" -#: ../../include/identity.php:933 +#: ../../include/identity.php:957 msgid "Birthday:" msgstr "" -#: ../../include/identity.php:937 +#: ../../include/identity.php:961 msgid "Age:" msgstr "" -#: ../../include/identity.php:946 +#: ../../include/identity.php:970 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/identity.php:949 ../../mod/profiles.php:526 +#: ../../include/identity.php:973 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "" -#: ../../include/identity.php:953 ../../mod/profiles.php:528 +#: ../../include/identity.php:977 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "" -#: ../../include/identity.php:955 +#: ../../include/identity.php:979 msgid "Tags:" msgstr "" -#: ../../include/identity.php:957 ../../mod/profiles.php:529 +#: ../../include/identity.php:981 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "" -#: ../../include/identity.php:959 +#: ../../include/identity.php:983 msgid "Religion:" msgstr "" -#: ../../include/identity.php:961 ../../mod/directory.php:169 +#: ../../include/identity.php:985 ../../mod/directory.php:169 msgid "About:" msgstr "" -#: ../../include/identity.php:963 +#: ../../include/identity.php:987 msgid "Hobbies/Interests:" msgstr "" -#: ../../include/identity.php:965 ../../mod/profiles.php:532 +#: ../../include/identity.php:989 ../../mod/profiles.php:532 msgid "Likes:" msgstr "" -#: ../../include/identity.php:967 ../../mod/profiles.php:533 +#: ../../include/identity.php:991 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "" -#: ../../include/identity.php:970 +#: ../../include/identity.php:994 msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/identity.php:972 +#: ../../include/identity.php:996 msgid "My other channels:" msgstr "" -#: ../../include/identity.php:974 +#: ../../include/identity.php:998 msgid "Musical interests:" msgstr "" -#: ../../include/identity.php:976 +#: ../../include/identity.php:1000 msgid "Books, literature:" msgstr "" -#: ../../include/identity.php:978 +#: ../../include/identity.php:1002 msgid "Television:" msgstr "" -#: ../../include/identity.php:980 +#: ../../include/identity.php:1004 msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/identity.php:982 +#: ../../include/identity.php:1006 msgid "Love/Romance:" msgstr "" -#: ../../include/identity.php:984 +#: ../../include/identity.php:1008 msgid "Work/employment:" msgstr "" -#: ../../include/identity.php:986 +#: ../../include/identity.php:1010 msgid "School/education:" msgstr "" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 +#: ../../include/ItemObject.php:89 ../../mod/photos.php:846 msgid "Private Message" msgstr "" @@ -2216,7 +2228,7 @@ msgstr "" #: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 #: ../../mod/editpost.php:112 ../../mod/layouts.php:111 #: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:111 +#: ../../mod/editwebpage.php:143 ../../mod/editblock.php:111 #: ../../mod/filestorage.php:170 msgid "Edit" msgstr "" @@ -2245,7 +2257,7 @@ msgstr "" msgid "add tag" msgstr "" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "" @@ -2253,7 +2265,7 @@ msgstr "" msgid "like" msgstr "" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "" @@ -2301,8 +2313,8 @@ msgid_plural "%d comments" msgstr[0] "" msgstr[1] "" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 msgid "This is you" msgstr "" @@ -2312,16 +2324,16 @@ msgstr "" #: ../../mod/settings.php:655 ../../mod/settings.php:679 #: ../../mod/settings.php:751 ../../mod/settings.php:929 #: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431 -#: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078 -#: ../../mod/admin.php:1165 ../../mod/connedit.php:443 -#: ../../mod/profiles.php:506 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347 -#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:439 +#: ../../mod/admin.php:747 ../../mod/admin.php:894 ../../mod/admin.php:1027 +#: ../../mod/admin.php:1226 ../../mod/admin.php:1313 +#: ../../mod/connedit.php:443 ../../mod/profiles.php:506 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/import.php:387 ../../mod/mail.php:223 +#: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 #: ../../view/theme/redbasic/php/config.php:93 #: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/view/theme/blog/config.php:67 @@ -2365,7 +2377,7 @@ msgstr "" msgid "Edit File properties" msgstr "" -#: ../../include/network.php:640 +#: ../../include/network.php:652 msgid "view full size" msgstr "" @@ -2903,12 +2915,13 @@ msgstr "" #: ../../include/enotify.php:256 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" #: ../../include/enotify.php:257 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" #: ../../include/enotify.php:261 ../../include/enotify.php:280 @@ -2918,7 +2931,7 @@ msgstr "" #: ../../include/enotify.php:263 #, php-format -msgid "Please visit %s to approve or reject the introduction." +msgid "Please visit %s to approve or reject the connection request." msgstr "" #: ../../include/enotify.php:270 @@ -2962,12 +2975,12 @@ msgstr "" msgid "Unable to process image" msgstr "" -#: ../../include/photos.php:185 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "" -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 msgid "Upload New Photos" msgstr "" @@ -2978,7 +2991,7 @@ msgid_plural "%d invitations available" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:435 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:443 msgid "Advanced" msgstr "" @@ -3046,6 +3059,43 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" +#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "" + +#: ../../include/items.php:756 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:3514 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:931 ../../mod/admin.php:1134 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:3894 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:3909 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:3916 +#, php-format +msgid "Collection: %s" +msgstr "" + +#: ../../include/items.php:3927 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:3930 +msgid "Connection not found." +msgstr "" + #: ../../include/follow.php:23 msgid "Channel is blocked on this site." msgstr "" @@ -3168,52 +3218,15 @@ msgstr "" msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "" - -#: ../../include/items.php:756 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:3509 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "" - -#: ../../include/items.php:3845 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:3860 -msgid "Collection is empty." -msgstr "" - -#: ../../include/items.php:3867 -#, php-format -msgid "Collection: %s" -msgstr "" - -#: ../../include/items.php:3878 -#, php-format -msgid "Connection: %s" -msgstr "" - -#: ../../include/items.php:3881 -msgid "Connection not found." -msgstr "" - -#: ../../include/zot.php:574 +#: ../../include/zot.php:583 msgid "Invalid data packet" msgstr "" -#: ../../include/zot.php:584 +#: ../../include/zot.php:593 msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:761 +#: ../../include/zot.php:770 #, php-format msgid "Unable to verify site signature for %s" msgstr "" @@ -3250,7 +3263,7 @@ msgstr "" msgid "Previous" msgstr "" -#: ../../mod/events.php:357 ../../mod/setup.php:258 +#: ../../mod/events.php:357 ../../mod/setup.php:261 msgid "Next" msgstr "" @@ -3487,6 +3500,7 @@ msgid "Add application" msgstr "" #: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:901 msgid "Name" msgstr "" @@ -3599,7 +3613,7 @@ msgstr "" msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:708 ../../mod/admin.php:379 +#: ../../mod/settings.php:708 ../../mod/admin.php:387 msgid "No special theme for mobile devices" msgstr "" @@ -3836,11 +3850,11 @@ msgid "Send a notification email when:" msgstr "" #: ../../mod/settings.php:982 -msgid "You receive an introduction" +msgid "You receive a connection request" msgstr "" #: ../../mod/settings.php:983 -msgid "Your introductions are confirmed" +msgid "Your connections are confirmed" msgstr "" #: ../../mod/settings.php:984 @@ -4057,16 +4071,16 @@ msgstr "" msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 +#: ../../mod/item.php:1131 ../../mod/wall_upload.php:34 msgid "Wall Photos" msgstr "" -#: ../../mod/item.php:1192 +#: ../../mod/item.php:1211 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1198 +#: ../../mod/item.php:1217 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -4078,7 +4092,6 @@ msgstr "" #: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 #: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 msgid "[Embedded content - reload page to view]" msgstr "" @@ -4135,8 +4148,7 @@ msgstr "" #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 #: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 msgid "Public access denied." msgstr "" @@ -4165,7 +4177,7 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 msgid "Remove" msgstr "" @@ -4439,537 +4451,576 @@ msgstr "" msgid "Click on a channel to add or remove." msgstr "" -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "" -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:438 msgid "Site" msgstr "" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" +#: ../../mod/admin.php:93 +msgid "Accounts" msgstr "" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:94 ../../mod/admin.php:893 +msgid "Channels" +msgstr "" + +#: ../../mod/admin.php:95 ../../mod/admin.php:984 ../../mod/admin.php:1026 msgid "Plugins" msgstr "" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1189 ../../mod/admin.php:1225 msgid "Themes" msgstr "" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:537 msgid "Server" msgstr "" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1312 msgid "Logs" msgstr "" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:437 ../../mod/admin.php:536 +#: ../../mod/admin.php:745 ../../mod/admin.php:892 ../../mod/admin.php:983 +#: ../../mod/admin.php:1025 ../../mod/admin.php:1188 ../../mod/admin.php:1224 +#: ../../mod/admin.php:1311 msgid "Administration" msgstr "" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:540 msgid "Pending registrations" msgstr "" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:541 msgid "Active plugins" msgstr "" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:358 msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:389 msgid "No special theme for accessibility" msgstr "" -#: ../../mod/admin.php:409 +#: ../../mod/admin.php:417 msgid "Closed" msgstr "" -#: ../../mod/admin.php:410 +#: ../../mod/admin.php:418 msgid "Requires approval" msgstr "" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:419 msgid "Open" msgstr "" -#: ../../mod/admin.php:416 +#: ../../mod/admin.php:424 msgid "Private" msgstr "" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:425 msgid "Paid Access" msgstr "" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:426 msgid "Free Access" msgstr "" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:427 msgid "Tiered Access" msgstr "" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:440 ../../mod/register.php:189 msgid "Registration" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:441 msgid "File upload" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:442 msgid "Policies" msgstr "" -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:447 msgid "Site name" msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:448 msgid "Banner/Logo" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 msgid "Administrator Information" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:450 msgid "System language" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "System theme" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Mobile system theme" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Theme for mobile devices" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility system theme" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility theme" msgstr "" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:454 msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:454 msgid "Site Channel" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 msgid "Maximum image size" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:457 msgid "Register policy" msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:458 msgid "Access policy" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Register text" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:461 msgid "Allowed friend domains" msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:461 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 msgid "Allowed email domains" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 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 "" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 msgid "Block public" msgstr "" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:464 msgid "Force publish" msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:464 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:465 msgid "No login on Homepage" msgstr "" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:465 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 "" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:467 msgid "Proxy user" msgstr "" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:468 msgid "Proxy URL" msgstr "" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 msgid "Network timeout" msgstr "" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:470 msgid "Delivery interval" msgstr "" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:470 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 "" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:471 msgid "Poll interval" msgstr "" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:471 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:472 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:472 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:528 msgid "No server found" msgstr "" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:535 ../../mod/admin.php:759 msgid "ID" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "for channel" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "on server" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "Status" msgstr "" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:556 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:566 #, php-format msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:569 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:573 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/admin.php:568 +#: ../../mod/admin.php:576 #, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:591 msgid "No failed updates." msgstr "" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:595 msgid "Failed Updates" msgstr "" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:597 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:598 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:624 ../../mod/admin.php:795 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:631 ../../mod/admin.php:802 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:654 +#: ../../mod/admin.php:662 msgid "Account not found" msgstr "" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:673 #, php-format msgid "User '%s' deleted" msgstr "" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' unblocked" msgstr "" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' blocked" msgstr "" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:746 ../../mod/admin.php:758 +msgid "Users" +msgstr "" + +#: ../../mod/admin.php:748 ../../mod/admin.php:895 msgid "select all" msgstr "" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:749 msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:750 msgid "Request date" msgstr "" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:751 msgid "No registrations." msgstr "" -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:752 msgid "Approve" msgstr "" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:753 msgid "Deny" msgstr "" -#: ../../mod/admin.php:747 ../../mod/connedit.php:339 +#: ../../mod/admin.php:755 ../../mod/connedit.php:339 #: ../../mod/connedit.php:481 msgid "Block" msgstr "" -#: ../../mod/admin.php:748 ../../mod/connedit.php:339 +#: ../../mod/admin.php:756 ../../mod/connedit.php:339 #: ../../mod/connedit.php:481 msgid "Unblock" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Register date" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Last login" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Expires" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Service Class" msgstr "" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:761 ../../mod/admin.php:903 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:762 ../../mod/admin.php:904 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 "" -#: ../../mod/admin.php:795 +#: ../../mod/admin.php:833 +msgid "Channel not found" +msgstr "" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' censored" +msgstr "" + +#: ../../mod/admin.php:897 +msgid "Censor" +msgstr "" + +#: ../../mod/admin.php:898 +msgid "Uncensor" +msgstr "" + +#: ../../mod/admin.php:901 +msgid "UID" +msgstr "" + +#: ../../mod/admin.php:901 ../../mod/profiles.php:337 +msgid "Address" +msgstr "" + +#: ../../mod/admin.php:943 #, php-format msgid "Plugin %s disabled." msgstr "" -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:947 #, php-format msgid "Plugin %s enabled." msgstr "" -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:957 ../../mod/admin.php:1159 msgid "Disable" msgstr "" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:959 ../../mod/admin.php:1161 msgid "Enable" msgstr "" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:985 ../../mod/admin.php:1190 msgid "Toggle" msgstr "" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:993 ../../mod/admin.php:1200 msgid "Author: " msgstr "" -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:994 ../../mod/admin.php:1201 msgid "Maintainer: " msgstr "" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1123 msgid "No themes found." msgstr "" -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1182 msgid "Screenshot" msgstr "" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1230 msgid "[Experimental]" msgstr "" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1231 msgid "[Unsupported]" msgstr "" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1258 msgid "Log settings updated." msgstr "" -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1314 msgid "Clear" msgstr "" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1320 msgid "Debugging" msgstr "" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 msgid "Log file" msgstr "" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1322 msgid "Log level" msgstr "" @@ -4997,17 +5048,17 @@ msgid "Delete item?" msgstr "" #: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:115 +#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:115 msgid "Insert YouTube video" msgstr "" #: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:116 +#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:116 msgid "Insert Vorbis [.ogg] video" msgstr "" #: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:117 +#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:117 msgid "Insert Vorbis [.ogg] audio" msgstr "" @@ -5107,7 +5158,7 @@ msgid "Channel has been unapproved" msgstr "" #: ../../mod/connedit.php:301 -msgid "Contact has been removed." +msgid "Connection has been removed." msgstr "" #: ../../mod/connedit.php:321 @@ -5405,23 +5456,23 @@ msgstr "" msgid "No such group" msgstr "" -#: ../../mod/network.php:118 +#: ../../mod/network.php:119 msgid "Search Results For:" msgstr "" -#: ../../mod/network.php:172 +#: ../../mod/network.php:173 msgid "Collection is empty" msgstr "" -#: ../../mod/network.php:180 +#: ../../mod/network.php:181 msgid "Collection: " msgstr "" -#: ../../mod/network.php:193 +#: ../../mod/network.php:194 msgid "Connection: " msgstr "" -#: ../../mod/network.php:196 +#: ../../mod/network.php:197 msgid "Invalid connection." msgstr "" @@ -5494,10 +5545,6 @@ msgstr "" msgid "Interests" msgstr "" -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "" - #: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "" @@ -5752,346 +5799,346 @@ msgstr "" msgid "Hub not found." msgstr "" -#: ../../mod/setup.php:161 +#: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "" -#: ../../mod/setup.php:167 +#: ../../mod/setup.php:168 msgid "Could not connect to database." msgstr "" -#: ../../mod/setup.php:171 +#: ../../mod/setup.php:172 msgid "" "Could not connect to specified site URL. Possible SSL certificate or DNS " "issue." msgstr "" -#: ../../mod/setup.php:176 +#: ../../mod/setup.php:179 msgid "Could not create table." msgstr "" -#: ../../mod/setup.php:182 +#: ../../mod/setup.php:185 msgid "Your site database has been installed." msgstr "" -#: ../../mod/setup.php:187 +#: ../../mod/setup.php:190 msgid "" "You may need to import the file \"install/database.sql\" manually using " "phpmyadmin or mysql." msgstr "" -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:612 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:634 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/setup.php:254 +#: ../../mod/setup.php:257 msgid "System check" msgstr "" -#: ../../mod/setup.php:259 +#: ../../mod/setup.php:262 msgid "Check again" msgstr "" -#: ../../mod/setup.php:281 +#: ../../mod/setup.php:284 msgid "Database connection" msgstr "" -#: ../../mod/setup.php:282 +#: ../../mod/setup.php:285 msgid "" "In order to install Red Matrix we need to know how to connect to your " "database." msgstr "" -#: ../../mod/setup.php:283 +#: ../../mod/setup.php:286 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "" -#: ../../mod/setup.php:284 +#: ../../mod/setup.php:287 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "" -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Database Server Name" msgstr "" -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Default is localhost" msgstr "" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Database Port" msgstr "" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Communication port number - use 0 for default" msgstr "" -#: ../../mod/setup.php:290 +#: ../../mod/setup.php:293 msgid "Database Login Name" msgstr "" -#: ../../mod/setup.php:291 +#: ../../mod/setup.php:294 msgid "Database Login Password" msgstr "" -#: ../../mod/setup.php:292 +#: ../../mod/setup.php:295 msgid "Database Name" msgstr "" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "Site administrator email address" msgstr "" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Website URL" msgstr "" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../mod/setup.php:298 ../../mod/setup.php:341 +#: ../../mod/setup.php:301 ../../mod/setup.php:344 msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/setup.php:325 +#: ../../mod/setup.php:328 msgid "Site settings" msgstr "" -#: ../../mod/setup.php:384 +#: ../../mod/setup.php:387 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/setup.php:385 +#: ../../mod/setup.php:388 msgid "" "If you don't have a command line version of PHP installed on server, you " "will not be able to run background polling via cron." msgstr "" -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "PHP executable path" msgstr "" -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "" -#: ../../mod/setup.php:394 +#: ../../mod/setup.php:397 msgid "Command line PHP" msgstr "" -#: ../../mod/setup.php:403 +#: ../../mod/setup.php:406 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/setup.php:404 +#: ../../mod/setup.php:407 msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/setup.php:406 +#: ../../mod/setup.php:409 msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/setup.php:427 +#: ../../mod/setup.php:430 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "" -#: ../../mod/setup.php:428 +#: ../../mod/setup.php:431 msgid "" "If running under Windows, please see \"http://www.php.net/manual/en/openssl." "installation.php\"." msgstr "" -#: ../../mod/setup.php:430 +#: ../../mod/setup.php:433 msgid "Generate encryption keys" msgstr "" -#: ../../mod/setup.php:437 +#: ../../mod/setup.php:440 msgid "libCurl PHP module" msgstr "" -#: ../../mod/setup.php:438 +#: ../../mod/setup.php:441 msgid "GD graphics PHP module" msgstr "" -#: ../../mod/setup.php:439 +#: ../../mod/setup.php:442 msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/setup.php:440 +#: ../../mod/setup.php:443 msgid "mysqli PHP module" msgstr "" -#: ../../mod/setup.php:441 +#: ../../mod/setup.php:444 msgid "mb_string PHP module" msgstr "" -#: ../../mod/setup.php:442 +#: ../../mod/setup.php:445 msgid "mcrypt PHP module" msgstr "" -#: ../../mod/setup.php:447 ../../mod/setup.php:449 +#: ../../mod/setup.php:450 ../../mod/setup.php:452 msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/setup.php:447 +#: ../../mod/setup.php:450 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/setup.php:453 ../../mod/setup.php:456 +#: ../../mod/setup.php:456 ../../mod/setup.php:459 msgid "proc_open" msgstr "" -#: ../../mod/setup.php:453 +#: ../../mod/setup.php:456 msgid "" "Error: proc_open is required but is either not installed or has been " "disabled in php.ini" msgstr "" -#: ../../mod/setup.php:461 +#: ../../mod/setup.php:464 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/setup.php:465 +#: ../../mod/setup.php:468 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/setup.php:469 +#: ../../mod/setup.php:472 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/setup.php:473 +#: ../../mod/setup.php:476 msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/setup.php:477 +#: ../../mod/setup.php:480 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/setup.php:481 +#: ../../mod/setup.php:484 msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/setup.php:497 +#: ../../mod/setup.php:500 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\" " "in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/setup.php:498 +#: ../../mod/setup.php:501 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "" -#: ../../mod/setup.php:499 +#: ../../mod/setup.php:502 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/setup.php:500 +#: ../../mod/setup.php:503 msgid "" "You can alternatively skip this procedure and perform a manual installation. " "Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/setup.php:503 +#: ../../mod/setup.php:506 msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/setup.php:513 +#: ../../mod/setup.php:516 msgid "" "Red uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/setup.php:514 +#: ../../mod/setup.php:517 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 "" -#: ../../mod/setup.php:515 ../../mod/setup.php:533 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has " "write access to this folder." msgstr "" -#: ../../mod/setup.php:516 +#: ../../mod/setup.php:519 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 "" -#: ../../mod/setup.php:519 +#: ../../mod/setup.php:522 msgid "view/tpl/smarty3 is writable" msgstr "" -#: ../../mod/setup.php:532 +#: ../../mod/setup.php:535 msgid "" "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" msgstr "" -#: ../../mod/setup.php:536 +#: ../../mod/setup.php:539 msgid "store is writable" msgstr "" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "SSL certificate validation" msgstr "" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access " "to this site." msgstr "" -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:561 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: ../../mod/setup.php:560 +#: ../../mod/setup.php:563 msgid "Url rewrite is working" msgstr "" -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:573 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "" -#: ../../mod/setup.php:594 +#: ../../mod/setup.php:597 msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/setup.php:610 +#: ../../mod/setup.php:632 msgid "

    What next

    " msgstr "" -#: ../../mod/setup.php:611 +#: ../../mod/setup.php:633 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" @@ -6199,7 +6246,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1445 +#: ../../mod/lostpass.php:85 ../../boot.php:1454 msgid "Password Reset" msgstr "" @@ -6511,6 +6558,11 @@ msgid "" "logout and retry." msgstr "" +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "" @@ -6704,7 +6756,7 @@ msgstr "" msgid "Delete webpage?" msgstr "" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:188 msgid "Delete Webpage" msgstr "" @@ -6740,18 +6792,6 @@ msgstr "" msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "" - -#: ../../mod/community.php:32 -msgid "Community" -msgstr "" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "" - #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "" @@ -6817,8 +6857,8 @@ msgstr "" msgid "Edit file permissions" msgstr "" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 msgid "Permissions" msgstr "" @@ -7011,11 +7051,11 @@ msgstr "" msgid "Album not found." msgstr "" -#: ../../mod/photos.php:119 ../../mod/photos.php:672 +#: ../../mod/photos.php:119 ../../mod/photos.php:671 msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:159 ../../mod/photos.php:955 +#: ../../mod/photos.php:159 ../../mod/photos.php:954 msgid "Delete Photo" msgstr "" @@ -7027,106 +7067,106 @@ msgstr "" msgid "Access to this item is restricted." msgstr "" -#: ../../mod/photos.php:577 +#: ../../mod/photos.php:576 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/photos.php:580 +#: ../../mod/photos.php:579 #, php-format msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../mod/photos.php:599 +#: ../../mod/photos.php:598 msgid "Upload Photos" msgstr "" -#: ../../mod/photos.php:603 ../../mod/photos.php:667 +#: ../../mod/photos.php:602 ../../mod/photos.php:666 msgid "New album name: " msgstr "" -#: ../../mod/photos.php:604 +#: ../../mod/photos.php:603 msgid "or existing album name: " msgstr "" -#: ../../mod/photos.php:605 +#: ../../mod/photos.php:604 msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 msgid "Contact Photos" msgstr "" -#: ../../mod/photos.php:682 +#: ../../mod/photos.php:681 msgid "Edit Album" msgstr "" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:687 msgid "Show Newest First" msgstr "" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:689 msgid "Show Oldest First" msgstr "" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 msgid "View Photo" msgstr "" -#: ../../mod/photos.php:779 +#: ../../mod/photos.php:778 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/photos.php:781 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:840 msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:865 +#: ../../mod/photos.php:864 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:938 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:941 +#: ../../mod/photos.php:940 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:941 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:944 +#: ../../mod/photos.php:943 msgid "New album name" msgstr "" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:946 msgid "Caption" msgstr "" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:948 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:951 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/photos.php:1105 +#: ../../mod/photos.php:1104 msgid "In This Photo:" msgstr "" -#: ../../mod/photos.php:1180 +#: ../../mod/photos.php:1179 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1189 +#: ../../mod/photos.php:1188 msgid "Recent Photos" msgstr "" @@ -7419,41 +7459,41 @@ msgstr "" msgid "Header image only on profile pages" msgstr "" -#: ../../boot.php:1243 +#: ../../boot.php:1252 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1246 +#: ../../boot.php:1255 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1410 +#: ../../boot.php:1419 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1438 +#: ../../boot.php:1447 msgid "Password" msgstr "" -#: ../../boot.php:1439 +#: ../../boot.php:1448 msgid "Remember me" msgstr "" -#: ../../boot.php:1444 +#: ../../boot.php:1453 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1509 +#: ../../boot.php:1518 msgid "permission denied" msgstr "" -#: ../../boot.php:1510 +#: ../../boot.php:1519 msgid "Got Zot?" msgstr "" -#: ../../boot.php:1940 +#: ../../boot.php:1949 msgid "toggle mobile" msgstr "" From 34403d3bd3dc6c372187e9c75ac90f288cb88177 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:52 -0700 Subject: [PATCH 096/186] fix delete missing permission check --- mod/item.php | 9 +++++++-- version.inc | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mod/item.php b/mod/item.php index 39a44647c..3d1ede507 100644 --- a/mod/item.php +++ b/mod/item.php @@ -898,9 +898,14 @@ function item_content(&$a) { ); if($i) { - + $can_delete = false; + if(local_user() && local_user() == $i[0]['uid']) + $can_delete = true; $ob_hash = get_observer_hash(); - if($ob_hash !== $i[0]['author_xchan'] && $ob_hash !== $i[0]['owner_xchan'] && $ob_hash !== $i[0]['source_xchan']) { + if($ob_hash && ($ob_hash === $i[0]['author_xchan'] || $ob_hash === $i[0]['owner_xchan'] || $ob_hash === $i[0]['source_xchan'])) + $can_delete = true; + + if(! $can_delete) { notice( t('Permission denied.') . EOL); return; } diff --git a/version.inc b/version.inc index 72eb4b844..5dce4085a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-27.629 +2014-03-28.630 From 85d61813ca152d4866168a3366d451fd56c87378 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:19:30 -0700 Subject: [PATCH 097/186] another complication to deletion --- mod/item.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mod/item.php b/mod/item.php index 3d1ede507..d8101cf01 100644 --- a/mod/item.php +++ b/mod/item.php @@ -899,20 +899,27 @@ function item_content(&$a) { if($i) { $can_delete = false; + $local_delete = false; if(local_user() && local_user() == $i[0]['uid']) - $can_delete = true; + $local_delete = true; + $ob_hash = get_observer_hash(); if($ob_hash && ($ob_hash === $i[0]['author_xchan'] || $ob_hash === $i[0]['owner_xchan'] || $ob_hash === $i[0]['source_xchan'])) $can_delete = true; - if(! $can_delete) { + if(! ($can_delete || $local_delete)) { notice( t('Permission denied.') . EOL); return; } - if($i[0]['item_restrict']) + // if this is a different page type or it's just a local delete + // but not by the item author or owner, do a simple deletion + + if($i[0]['item_restrict'] || ($local_delete && (! $can_delete))) { drop_item($i[0]['id']); + } else { + // complex deletion that needs to propagate and be performed in phases drop_item($i[0]['id'],true,DROPITEM_PHASE1); tag_deliver($i[0]['uid'],$i[0]['id']); } From 6925cf9fe55e5a420fbe7385dd170d8dd7a65d57 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:24:30 -0700 Subject: [PATCH 098/186] external -> discover --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index eef2635df..ac1b4e456 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1384,7 +1384,7 @@ function network_tabs() { // tabs $tabs = array( array( - 'label' => t('External'), + 'label' => t('Discover'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'sel'=> $public_active, 'title'=> t('Imported public streams'), From 18f30cf28174509ab7a89b8fad6c0667b69f4059 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 28 Mar 2014 19:39:58 +0100 Subject: [PATCH 099/186] provide some info to not local users --- mod/lockview.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/lockview.php b/mod/lockview.php index b4a00dd81..0ea708c80 100644 --- a/mod/lockview.php +++ b/mod/lockview.php @@ -26,8 +26,10 @@ function lockview_content(&$a) { $item = $r[0]; - if($item['uid'] != local_user()) + if($item['uid'] != local_user()) { + echo '
  • ' . t('Remote privacy information not available.') . '
  • '; killme(); + } if(($item['item_private'] == 1) && (! strlen($item['allow_cid'])) && (! strlen($item['allow_gid'])) && (! strlen($item['deny_cid'])) && (! strlen($item['deny_gid']))) { From fc5f3f480092f6c9d48db45230ed99ece97e5ccf Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 15:58:58 -0700 Subject: [PATCH 100/186] externals/discover: try up to 3 times to find a site that actually has content. Then give up until the next queue run. --- include/externals.php | 69 +++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 32 deletions(-) diff --git a/include/externals.php b/include/externals.php index 290f93a68..2ae78c11a 100644 --- a/include/externals.php +++ b/include/externals.php @@ -9,51 +9,56 @@ function externals_run($argv, $argc){ cli_startup(); $a = get_app(); + + $total = 0; + $attempts = 0; // pull in some public posts - $arr = array('url' => ''); - call_hooks('externals_url_select',$arr); - if($arr['url']) { - $url = $arr['url']; - } - else { - $r = q("select site_url from site where site_url != '%s' and site_flags != %d order by rand() limit 1", - dbesc(z_root()), - intval(DIRECTORY_MODE_STANDALONE) - ); - if($r) - $url = $r[0]['site_url']; - } + while($total == 0 && $attempts < 3) { + $arr = array('url' => ''); + call_hooks('externals_url_select',$arr); - if($url) { - logger('externals: pulling public content from ' . $url, LOGGER_DEBUG); - $days = get_config('externals','since_days'); - if($days === false) - $days = 15; + if($arr['url']) { + $url = $arr['url']; + } + else { + $r = q("select site_url from site where site_url != '%s' and site_flags != %d order by rand() limit 1", + dbesc(z_root()), + intval(DIRECTORY_MODE_STANDALONE) + ); + if($r) + $url = $r[0]['site_url']; + } - $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + $attempts ++; - logger('externals: pulling public content from ' . $feedurl, LOGGER_DEBUG); - $x = z_fetch_url($feedurl); + if($url) { + $days = get_config('externals','since_days'); + if($days === false) + $days = 15; - if(($x) && ($x['success'])) { - $total = 0; - $j = json_decode($x['body'],true); - if($j['success'] && $j['messages']) { - $sys = get_sys_channel(); - foreach($j['messages'] as $message) { - $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), - array(array('hash' => $sys['xchan_hash'])), false, true); - $total ++; + $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + + logger('externals: pulling public content from ' . $feedurl, LOGGER_DEBUG); + $x = z_fetch_url($feedurl); + + if(($x) && ($x['success'])) { + $j = json_decode($x['body'],true); + if($j['success'] && $j['messages']) { + $sys = get_sys_channel(); + foreach($j['messages'] as $message) { + $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), + array(array('hash' => $sys['xchan_hash'])), false, true); + $total ++; + } + logger('externals: import_public_posts: ' . $total . ' messages imported', LOGGER_DEBUG); } - logger('externals: import_public_posts: ' . $total . ' messages imported', LOGGER_DEBUG); } } } - } if (array_search(__file__,get_included_files())===0){ From 7ed177c7cde9e987c18d3f0c0b5b3fc6e371c814 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 00:04:06 -0700 Subject: [PATCH 101/186] check that aside actually exists before querying the html length --- assets/home.html | 2 +- version.inc | 2 +- view/theme/redbasic/js/redbasic.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/home.html b/assets/home.html index fa0d8b3bc..0eaafb678 100644 --- a/assets/home.html +++ b/assets/home.html @@ -164,7 +164,7 @@ $(document).ready(function() {
    Dream it. Do it.
    -The RedMatrix (aka "red") is a highly advanced social networking platform which was created by a farmer in Australia - that grew disgusted by the lack of privacy and the increasing tendency of foreign corporations and governments to monitor and control the internet. This has strangled and subverted all that was once good about the web - and turned it into a "steaming pile of crap". (Aussies typically don't mince words.) +The RedMatrix (aka "red") is an advanced social networking platform which was created by a farmer in Australia - who grew disgusted by the lack of privacy and the increasing tendency of foreign corporations and governments to monitor and control the internet. This has strangled and subverted all that was once good about the web - and turned it into a "steaming pile of crap". (Aussies typically don't mince words.)

    diff --git a/version.inc b/version.inc index 5dce4085a..080731a40 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-28.630 +2014-03-29.631 diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 70869f44b..0aab42cd5 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -25,7 +25,7 @@ $('#expand-aside').click(function() { $('main').toggleClass('region_1-on'); }); -if ($('aside').html().length == 0) { +if($('aside').length && $('aside').html().length == 0) { $('#expand-aside').hide(); } From fedd19ec95bfe963ab19d9e55f184b8ffe9f0da0 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Sat, 29 Mar 2014 23:20:43 -0300 Subject: [PATCH 102/186] Let the site admin choose whether to display the Discover tab. --- include/conversation.php | 21 +++++++++++---------- include/poller.php | 3 ++- mod/admin.php | 3 +++ mod/network.php | 2 +- view/tpl/admin_site.tpl | 1 + 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index ac1b4e456..342392398 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1382,14 +1382,17 @@ function network_tabs() { $cmd = $a->cmd; // tabs - $tabs = array( - array( - 'label' => t('Discover'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=> $public_active, - 'title'=> t('Imported public streams'), - ), + $tabs = array(); + if(get_config('system','discover_tab')) + $tabs[] = array( + 'label' => t('Discover'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=> $public_active, + 'title'=> t('Imported public streams'), + ); + + array_push($tabs, array( 'label' => t('Commented Order'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), @@ -1402,7 +1405,6 @@ function network_tabs() { 'sel'=>$postord_active, 'title' => t('Sort by Post Date'), ), - array( 'label' => t('Personal'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&conv=1', @@ -1414,8 +1416,7 @@ function network_tabs() { 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'sel' => $new_active, 'title' => t('Activity Stream - by date'), - ), - + ) ); if(feature_enabled(local_user(),'star_posts')) diff --git a/include/poller.php b/include/poller.php index 19037ef17..0eb161862 100644 --- a/include/poller.php +++ b/include/poller.php @@ -169,7 +169,8 @@ function poller_run($argv, $argc){ // pull in some public posts - proc_run('php','include/externals.php'); + if(get_config('system','discover_tab')) + proc_run('php','include/externals.php'); $manual_id = 0; diff --git a/mod/admin.php b/mod/admin.php index f603525d2..b57ef1a8b 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -244,6 +244,7 @@ function admin_page_site_post(&$a){ $allowed_email = ((x($_POST,'allowed_email')) ? notags(trim($_POST['allowed_email'])) : ''); $block_public = ((x($_POST,'block_public')) ? True : False); $force_publish = ((x($_POST,'publish_all')) ? True : False); + $discover_tab = ((x($_POST,'discover_tab')) ? True : False); $no_login_on_homepage = ((x($_POST,'no_login_on_homepage')) ? True : False); $global_directory = ((x($_POST,'directory_submit_url')) ? notags(trim($_POST['directory_submit_url'])) : ''); $no_community_page = !((x($_POST,'no_community_page')) ? True : False); @@ -341,6 +342,7 @@ function admin_page_site_post(&$a){ set_config('system','allowed_email', $allowed_email); set_config('system','block_public', $block_public); set_config('system','publish_all', $force_publish); + set_config('system','discover_tab', $discover_tab); if($global_directory=="") { del_config('system','directory_submit_url'); } @@ -462,6 +464,7 @@ function admin_page_site(&$a) { '$allowed_email' => array('allowed_email', t("Allowed email domains"), get_config('system','allowed_email'), t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")), '$block_public' => array('block_public', t("Block public"), get_config('system','block_public'), t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")), '$force_publish' => array('publish_all', t("Force publish"), get_config('system','publish_all'), t("Check to force all profiles on this site to be listed in the site directory.")), + '$discover_tab' => array('discover_tab', t("Discovery tab"), get_config('system','discover_tab'), t("Display a tab in the network view with public content pulled from sources chosen for this site.")), '$no_login_on_homepage' => array('no_login_on_homepage', t("No login on Homepage"), get_config('system','no_login_on_homepage'), t("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).")), '$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""), diff --git a/mod/network.php b/mod/network.php index 81d86e8e1..09098946f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -319,7 +319,7 @@ function network_content(&$a, $update = 0, $load = false) { } - if($firehose) { + if($firehose && get_config('system','discover_tab')) { require_once('include/identity.php'); $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 3e3b826f0..22cefdea4 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -66,6 +66,7 @@

    {{$corporate}}

    {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} + {{include file="field_checkbox.tpl" field=$discover_tab}}
    From 1108eaaed0cf451668dcaf04bd532a3615724dbc Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 21:53:50 -0700 Subject: [PATCH 103/186] source routing stuff --- include/items.php | 34 ++++++++++++++++++++++++++++++++++ include/zot.php | 3 +++ 2 files changed, 37 insertions(+) diff --git a/include/items.php b/include/items.php index dcf9f5bc2..71e89e1e2 100755 --- a/include/items.php +++ b/include/items.php @@ -81,6 +81,18 @@ function collect_recipients($item,&$private) { $recipients = check_list_permissions($item['uid'],$recipients,'view_stream'); + $routes = q("select * from route where iid = %d", + intval($item['id']) + ); + + if($routes) { + $route = explode(',',$routes[0]['route']); + if(count($route)) { + $route = array_unique($route); + $recipients = array_diff($recipients,$route); + } + } + // add ourself just in case we have nomadic clones that need to get a copy. $recipients[] = $item['author_xchan']; @@ -141,6 +153,28 @@ function can_comment_on_post($observer_xchan,$item) { } +function add_source_route($iid,$hash) { + if((! $iid) || (! $route)) + return; + $r = q("select * from route where iid = %d limit 1", + intval($iid) + ); + if($r && $r[0]['route']) { + q("update route set route = '%s' where iid = %d limit 1", + dbesc(',' . $hash), + intval($iid) + ); + } + else { + q("insert into route ( iid, route ) values ( %d, '%s') ", + intval($iid), + dbesc($route) + ); + } +} + + + /** * @function red_zrl_callback * preg_match function when fixing 'naked' links in mod item.php diff --git a/include/zot.php b/include/zot.php index b23c18bdb..48240d5aa 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1452,6 +1452,7 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { } $xyz = event_store($ev); + add_source_route($xyz,$sender['hash']); $result = array($d['hash'],'event processed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); continue; @@ -1476,6 +1477,8 @@ function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { $arr['uid'] = $channel['channel_id']; $item_result = item_store($arr); $item_id = $item_result['item_id']; + 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() . '>'); } From c400303f2248ffa8c5936735009a3ea5d9dbe4ca Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 23:24:38 -0700 Subject: [PATCH 104/186] make the discover tab enabled by default the first you use the admin panel, though it will be disabled until you use the admin panel. --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/admin.php b/mod/admin.php index b57ef1a8b..ad539f419 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -464,7 +464,7 @@ function admin_page_site(&$a) { '$allowed_email' => array('allowed_email', t("Allowed email domains"), get_config('system','allowed_email'), t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")), '$block_public' => array('block_public', t("Block public"), get_config('system','block_public'), t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")), '$force_publish' => array('publish_all', t("Force publish"), get_config('system','publish_all'), t("Check to force all profiles on this site to be listed in the site directory.")), - '$discover_tab' => array('discover_tab', t("Discovery tab"), get_config('system','discover_tab'), t("Display a tab in the network view with public content pulled from sources chosen for this site.")), + '$discover_tab' => array('discover_tab', t("Discovery tab"), ((get_config('system','discover_tab') === false) ? 1 : get_config('system','discover_tab')), t("Display a tab in the network view with public content pulled from sources chosen for this site.")), '$no_login_on_homepage' => array('no_login_on_homepage', t("No login on Homepage"), get_config('system','no_login_on_homepage'), t("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).")), '$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""), From 0b7588b1eb61053a92c71046a12c169300b7fff4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 23:43:31 -0700 Subject: [PATCH 105/186] issue #384 --- include/conversation.php | 63 ++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 342392398..294c7e3e3 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1384,58 +1384,65 @@ function network_tabs() { // tabs $tabs = array(); - if(get_config('system','discover_tab')) + if(get_config('system','discover_tab')) { $tabs[] = array( - 'label' => t('Discover'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=> $public_active, - 'title'=> t('Imported public streams'), - ); + 'label' => t('Discover'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=> $public_active, + 'title'=> t('Imported public streams'), + ); + } - array_push($tabs, - array( - 'label' => t('Commented Order'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=>$all_active, - 'title'=> t('Sort by Comment Date'), - ), - array( - 'label' => t('Posted Order'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=>$postord_active, - 'title' => t('Sort by Post Date'), - ), - array( + $tabs[] = array( + 'label' => t('Commented Order'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=>$all_active, + 'title'=> t('Sort by Comment Date'), + ); + + $tabs[] = array( + 'label' => t('Posted Order'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=>$postord_active, + 'title' => t('Sort by Post Date'), + ); + + if(feature_enabled(local_user(),'personal_tab')) { + $tabs[] = array( 'label' => t('Personal'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&conv=1', 'sel' => $conv_active, 'title' => t('Posts that mention or involve you'), - ), - array( + ); + } + + if(feature_enable(local_user(),'new_tab')) { + $tabs[] = array( 'label' => t('New'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'sel' => $new_active, 'title' => t('Activity Stream - by date'), - ) - ); + ); + } - if(feature_enabled(local_user(),'star_posts')) + if(feature_enabled(local_user(),'star_posts')) { $tabs[] = array( 'label' => t('Starred'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&star=1', 'sel'=>$starred_active, 'title' => t('Favourite Posts'), ); - + } // Not yet implemented - if(feature_enabled(local_user(),'spam_filter')) + if(feature_enabled(local_user(),'spam_filter')) { $tabs[] = array( 'label' => t('Spam'), 'url'=>$a->get_baseurl(true) . '/network?f=&spam=1', 'sel'=> $spam_active, 'title' => t('Posts flagged as SPAM'), - ); + ); + } $arr = array('tabs' => $tabs); call_hooks('network_tabs', $arr); From 9e5f4243941f3e7f3290698d1072895c1019d917 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 29 Mar 2014 23:45:21 -0700 Subject: [PATCH 106/186] typo --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 294c7e3e3..a6e81dd7f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1416,7 +1416,7 @@ function network_tabs() { ); } - if(feature_enable(local_user(),'new_tab')) { + if(feature_enabled(local_user(),'new_tab')) { $tabs[] = array( 'label' => t('New'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), From 1093e8d83efeabc7f4154ce04b5f7f554b9957e5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 30 Mar 2014 22:59:37 +0100 Subject: [PATCH 107/186] Default discover to on. --- include/conversation.php | 2 +- include/poller.php | 2 +- mod/admin.php | 6 +++--- mod/network.php | 2 +- view/tpl/admin_site.tpl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index a6e81dd7f..af41e8fa7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1384,7 +1384,7 @@ function network_tabs() { // tabs $tabs = array(); - if(get_config('system','discover_tab')) { + if(! get_config('system','disable_discover_tab')) { $tabs[] = array( 'label' => t('Discover'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), diff --git a/include/poller.php b/include/poller.php index 0eb161862..9592c29e4 100644 --- a/include/poller.php +++ b/include/poller.php @@ -169,7 +169,7 @@ function poller_run($argv, $argc){ // pull in some public posts - if(get_config('system','discover_tab')) + if(! get_config('system','disable_discover_tab')) proc_run('php','include/externals.php'); diff --git a/mod/admin.php b/mod/admin.php index ad539f419..3655bd09a 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -244,7 +244,7 @@ function admin_page_site_post(&$a){ $allowed_email = ((x($_POST,'allowed_email')) ? notags(trim($_POST['allowed_email'])) : ''); $block_public = ((x($_POST,'block_public')) ? True : False); $force_publish = ((x($_POST,'publish_all')) ? True : False); - $discover_tab = ((x($_POST,'discover_tab')) ? True : False); + $disable_discover_tab = ((x($_POST,'disable_discover_tab')) ? True : False); $no_login_on_homepage = ((x($_POST,'no_login_on_homepage')) ? True : False); $global_directory = ((x($_POST,'directory_submit_url')) ? notags(trim($_POST['directory_submit_url'])) : ''); $no_community_page = !((x($_POST,'no_community_page')) ? True : False); @@ -342,7 +342,7 @@ function admin_page_site_post(&$a){ set_config('system','allowed_email', $allowed_email); set_config('system','block_public', $block_public); set_config('system','publish_all', $force_publish); - set_config('system','discover_tab', $discover_tab); + set_config('system','disable_discover_tab', $disable_discover_tab); if($global_directory=="") { del_config('system','directory_submit_url'); } @@ -464,7 +464,7 @@ function admin_page_site(&$a) { '$allowed_email' => array('allowed_email', t("Allowed email domains"), get_config('system','allowed_email'), t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")), '$block_public' => array('block_public', t("Block public"), get_config('system','block_public'), t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")), '$force_publish' => array('publish_all', t("Force publish"), get_config('system','publish_all'), t("Check to force all profiles on this site to be listed in the site directory.")), - '$discover_tab' => array('discover_tab', t("Discovery tab"), ((get_config('system','discover_tab') === false) ? 1 : get_config('system','discover_tab')), t("Display a tab in the network view with public content pulled from sources chosen for this site.")), + '$disable_discover_tab' => array('disable_discover_tab', t("Disable discovery tab"), get_config('system','disable_discover_tab'), t("Remove the tab in the network view with public content pulled from sources chosen for this site.")), '$no_login_on_homepage' => array('no_login_on_homepage', t("No login on Homepage"), get_config('system','no_login_on_homepage'), t("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).")), '$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""), diff --git a/mod/network.php b/mod/network.php index 09098946f..0db85f428 100644 --- a/mod/network.php +++ b/mod/network.php @@ -319,7 +319,7 @@ function network_content(&$a, $update = 0, $load = false) { } - if($firehose && get_config('system','discover_tab')) { + if($firehose && (! get_config('system','discover_tab'))) { require_once('include/identity.php'); $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 22cefdea4..c6c15cec4 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -66,7 +66,7 @@

    {{$corporate}}

    {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} - {{include file="field_checkbox.tpl" field=$discover_tab}} + {{include file="field_checkbox.tpl" field=$disable_discover_tab}}
    From 4a2805e12ebb7c72dd7e72de4fc192149867706a Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 30 Mar 2014 23:01:31 +0100 Subject: [PATCH 108/186] Missed one --- mod/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/network.php b/mod/network.php index 0db85f428..8a05a5eaa 100644 --- a/mod/network.php +++ b/mod/network.php @@ -319,7 +319,7 @@ function network_content(&$a, $update = 0, $load = false) { } - if($firehose && (! get_config('system','discover_tab'))) { + if($firehose && (! get_config('system','disable_discover_tab'))) { require_once('include/identity.php'); $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; From b00478d3b5e6d12e2c726fbdde931b5e64ad5da9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Mar 2014 15:01:51 -0700 Subject: [PATCH 109/186] revise the sandbox --- include/bbcode.php | 2 +- include/oembed.php | 2 +- version.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index c8d1ab425..6f6e43568 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -234,7 +234,7 @@ function bbiframe($match) { // if(strpos($match[1],get_app()->get_hostname())) // return '' . $match[1] . ''; - return ''; + return ''; } function bb_ShareAttributesSimple($match) { diff --git a/include/oembed.php b/include/oembed.php index 46b1d72c4..691ef48fd 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -165,7 +165,7 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + return ''; } diff --git a/version.inc b/version.inc index 080731a40..6cbaffe4b 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-29.631 +2014-03-30.632 From ac91331c18717642915cbb53e2d91dd0d010f231 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Mar 2014 17:37:12 -0700 Subject: [PATCH 110/186] notes widget: jquery.live is deprecated, replacing with jquery.on and binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable. --- view/tpl/notes.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 09932e545..b67f66f5b 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,6 +1,6 @@
    From 653d7df86df781d50e1bc4b3ed61468563629df2 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 30 Mar 2014 20:53:59 -0700 Subject: [PATCH 111/186] issue #378, failure to correctly link tags where one tag contains a substring of the other (depends on the order they are discovered). --- include/items.php | 1 + include/text.php | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index dcf9f5bc2..cf2bdd4f3 100755 --- a/include/items.php +++ b/include/items.php @@ -2294,6 +2294,7 @@ function tag_deliver($uid,$item_id) { logger('tag_deliver: community tag activity received'); if(($item['owner_xchan'] === $u[0]['channel_hash']) && (! get_pconfig($u[0]['channel_id'],'system','blocktags'))) { + logger('tag_deliver: community tag recipient: ' . $u[0]['channel_name']); $j_tgt = json_decode_plus($item['target']); if($j_tgt && $j_tgt['id']) { $p = q("select * from item where mid = '%s' and uid = %d limit 1", diff --git a/include/text.php b/include/text.php index e3b1f1c4e..d549f206e 100755 --- a/include/text.php +++ b/include/text.php @@ -619,12 +619,28 @@ function get_tags($s) { } } + // make sure the longer tags are returned first so that if two or more have common substrings + // we'll replace the longest ones first. Otherwise the common substring would be found in + // both strings and the string replacement would link both to the shorter strings and + // fail to link the longer string. RedMatrix github issue #378 + + usort($ret,'tag_sort_length'); - // logger('get_tags: ' . print_r($ret,true)); + + //logger('get_tags: ' . print_r($ret,true)); return $ret; } +function tag_sort_length($a,$b) { + if(mb_strlen($a) == mb_strlen($b)) + return 0; + return((mb_strlen($b) < mb_strlen($a)) ? (-1) : 1); +} + + + + function strip_zids($s) { return preg_replace('/[\?&]zid=(.*?)(&|$)/ism','$2',$s); From 04d9187c7ac63b5af3f63ed8d04e737e5801d0e1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 15:04:56 -0700 Subject: [PATCH 112/186] photo timestamp was missing from main profile photo url which prevents photo changes from being immediately seen there. --- include/identity.php | 8 ++++++++ version.inc | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/include/identity.php b/include/identity.php index 97c29516c..eb0ba230b 100644 --- a/include/identity.php +++ b/include/identity.php @@ -547,12 +547,20 @@ function profile_load(&$a, $nickname, $profile = '') { ); } + if(! $p) { logger('profile error: ' . $a->query_string, LOGGER_DEBUG); notice( t('Requested profile is not available.') . EOL ); $a->error = 404; return; } + + $z = q("select xchan_photo_date from xchan where xchan_hash = '%s' limit 1", + dbesc($p[0]['channel_hash']) + ); + if($z) + $p[0]['picdate'] = $z[0]['xchan_photo_date']; + // fetch user tags if this isn't the default profile diff --git a/version.inc b/version.inc index 6cbaffe4b..a8c40c9ac 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-30.632 +2014-03-31.633 From 57a9ba4574e61a803c0a732135fe457733901850 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 15:56:58 -0700 Subject: [PATCH 113/186] this is a mess and makes a complicated security model that one can probably drive a truck through. It will have to be fixed. It does make youtubes work again. --- include/bbcode.php | 7 +++---- include/oembed.php | 5 ++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/include/bbcode.php b/include/bbcode.php index 6f6e43568..96242fdac 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -230,11 +230,10 @@ function bb_location($match) { function bbiframe($match) { $a = get_app(); - // use sandbox mode to prevent malicious goings on rather than host restriction - // if(strpos($match[1],get_app()->get_hostname())) - // return '' . $match[1] . ''; - return ''; + $sandbox = ((strpos($match[1],get_app()->get_hostname())) ? ' sandbox="allow-scripts" ' : ''); + + return ''; } function bb_ShareAttributesSimple($match) { diff --git a/include/oembed.php b/include/oembed.php index 691ef48fd..42a9881ed 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -164,8 +164,11 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); + $sandbox = ((strpos($src,get_app()->get_hostname())) ? ' sandbox="allow-scripts" ' : ''); + $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return ''; + + return ''; } From ced6d826334c3d4979c296bb292fbc393cc6a034 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 16:25:05 -0700 Subject: [PATCH 114/186] finish up the source route storage so we can prevent messages from flowing upstream in complicated delivery chains --- boot.php | 2 +- include/items.php | 27 ++++++++++----------------- install/database.sql | 23 ++++++++++++----------- install/update.php | 9 ++++++++- 4 files changed, 31 insertions(+), 30 deletions(-) diff --git a/boot.php b/boot.php index 737e11001..f274b264e 100755 --- a/boot.php +++ b/boot.php @@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1104 ); +define ( 'DB_UPDATE_VERSION', 1105 ); define ( 'EOL', '
    ' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/include/items.php b/include/items.php index 71e89e1e2..b60c0c2f1 100755 --- a/include/items.php +++ b/include/items.php @@ -81,12 +81,8 @@ function collect_recipients($item,&$private) { $recipients = check_list_permissions($item['uid'],$recipients,'view_stream'); - $routes = q("select * from route where iid = %d", - intval($item['id']) - ); - - if($routes) { - $route = explode(',',$routes[0]['route']); + if($item['route']) { + $route = explode(',',$item['route']); if(count($route)) { $route = array_unique($route); $recipients = array_diff($recipients,$route); @@ -156,21 +152,16 @@ function can_comment_on_post($observer_xchan,$item) { function add_source_route($iid,$hash) { if((! $iid) || (! $route)) return; - $r = q("select * from route where iid = %d limit 1", + $r = q("select route from item where id = %d limit 1", intval($iid) ); - if($r && $r[0]['route']) { - q("update route set route = '%s' where iid = %d limit 1", - dbesc(',' . $hash), + if($r) { + $new_route = (($r[0]['route']) ? $r[0]['route'] . ',' : '') . $hash; + q("update item set route = '%s' where id = %d limit 1", + (dbesc($new_route)), intval($iid) ); } - else { - q("insert into route ( iid, route ) values ( %d, '%s') ", - intval($iid), - dbesc($route) - ); - } } @@ -670,6 +661,7 @@ function get_item_elements($x) { $arr['app'] = (($x['app']) ? htmlspecialchars($x['app'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['route'] = (($x['route']) ? htmlspecialchars($x['route'], ENT_COMPAT,'UTF-8',false) : ''); $arr['mid'] = (($x['message_id']) ? htmlspecialchars($x['message_id'], ENT_COMPAT,'UTF-8',false) : ''); $arr['parent_mid'] = (($x['message_top']) ? htmlspecialchars($x['message_top'], ENT_COMPAT,'UTF-8',false) : ''); $arr['thr_parent'] = (($x['message_parent']) ? htmlspecialchars($x['message_parent'], ENT_COMPAT,'UTF-8',false) : ''); @@ -681,7 +673,7 @@ function get_item_elements($x) { $arr['mimetype'] = (($x['mimetype']) ? htmlspecialchars($x['mimetype'], ENT_COMPAT,'UTF-8',false) : ''); $arr['obj_type'] = (($x['object_type']) ? htmlspecialchars($x['object_type'], ENT_COMPAT,'UTF-8',false) : ''); $arr['tgt_type'] = (($x['target_type']) ? htmlspecialchars($x['target_type'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['comment_policy'] = (($x['comment_scope']) ? htmlspecialchars($x['comment_scope'], ENT_COMPAT,'UTF-8',false) : 'contacts'); + $arr['comment_policy'] = (($x['comment_scope']) ? htmlspecialchars($x['comment_scope'], ENT_COMPAT,'UTF-8',false) : 'contacts'); $arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : ''); @@ -870,6 +862,7 @@ function encode_item($item) { $x['location'] = $item['location']; $x['longlat'] = $item['coord']; $x['signature'] = $item['sig']; + $x['route'] = $item['route']; $x['owner'] = encode_item_xchan($item['owner']); $x['author'] = encode_item_xchan($item['author']); diff --git a/install/database.sql b/install/database.sql index cbfca822c..329db698e 100644 --- a/install/database.sql +++ b/install/database.sql @@ -470,31 +470,32 @@ CREATE TABLE IF NOT EXISTS `item` ( `author_xchan` char(255) NOT NULL DEFAULT '', `source_xchan` char(255) NOT NULL DEFAULT '', `mimetype` char(255) NOT NULL DEFAULT '', - `title` text NOT NULL, - `body` mediumtext NOT NULL, + `title` text NOT NULL DEFAULT '', + `body` mediumtext NOT NULL DEFAULT '', `app` char(255) NOT NULL DEFAULT '', `lang` char(64) NOT NULL DEFAULT '', `revision` int(10) unsigned NOT NULL DEFAULT '0', `verb` char(255) NOT NULL DEFAULT '', `obj_type` char(255) NOT NULL DEFAULT '', - `object` text NOT NULL, + `object` text NOT NULL DEFAULT '', `tgt_type` char(255) NOT NULL DEFAULT '', - `target` text NOT NULL, + `target` text NOT NULL DEFAULT '', `layout_mid` char(255) NOT NULL DEFAULT '', - `postopts` text NOT NULL, + `postopts` text NOT NULL DEFAULT '', + `route` text NOT NULL DEFAULT '', `llink` char(255) NOT NULL DEFAULT '', `plink` char(255) NOT NULL DEFAULT '', `resource_id` char(255) NOT NULL DEFAULT '', `resource_type` char(16) NOT NULL DEFAULT '', - `attach` mediumtext NOT NULL, - `sig` text NOT NULL, + `attach` mediumtext NOT NULL DEFAULT '', + `sig` text NOT NULL DEFAULT '', `location` char(255) NOT NULL DEFAULT '', `coord` char(255) NOT NULL DEFAULT '', `comment_policy` char(255) NOT NULL DEFAULT '', - `allow_cid` mediumtext NOT NULL, - `allow_gid` mediumtext NOT NULL, - `deny_cid` mediumtext NOT NULL, - `deny_gid` mediumtext NOT NULL, + `allow_cid` mediumtext NOT NULL DEFAULT '', + `allow_gid` mediumtext NOT NULL DEFAULT '', + `deny_cid` mediumtext NOT NULL DEFAULT '', + `deny_gid` mediumtext NOT NULL DEFAULT '', `item_restrict` int(11) NOT NULL DEFAULT '0', `item_flags` int(11) NOT NULL DEFAULT '0', `item_private` tinyint(4) NOT NULL DEFAULT '0', diff --git a/install/update.php b/install/update.php index 06a60db79..55e404e4e 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Mon, 31 Mar 2014 16:29:46 -0700 Subject: [PATCH 115/186] doco --- include/items.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/items.php b/include/items.php index b60c0c2f1..3c7732b28 100755 --- a/include/items.php +++ b/include/items.php @@ -81,6 +81,11 @@ function collect_recipients($item,&$private) { $recipients = check_list_permissions($item['uid'],$recipients,'view_stream'); + // remove any upstream recipients from our list. + // If it is ourself we'll add it back in a second. + // This should prevent complex delivery chains from getting overly complex by not + // sending to anybody who is on our list of those who sent it to us. + if($item['route']) { $route = explode(',',$item['route']); if(count($route)) { From 93f90040a12cdf7ba70d16773b36a29afa5ad83a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 17:03:07 -0700 Subject: [PATCH 116/186] community tags don't show up in the tagged posts because we removed the displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags) --- include/items.php | 1 + include/text.php | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/include/items.php b/include/items.php index ec324b6a3..f1778e722 100755 --- a/include/items.php +++ b/include/items.php @@ -2339,6 +2339,7 @@ function tag_deliver($uid,$item_id) { if($j_obj && $j_obj['id'] && $j_obj['title']) { if(is_array($j_obj['link'])) $taglink = get_rel_link($j_obj['link'],'alternate'); + store_item_tag($u[0]['channel_id'],$p[0]['id'],TERM_OBJ_POST,TERM_HASHTAG,$j_obj['title'],$j_obj['id']); $x = q("update item set edited = '%s', received = '%s', changed = '%s' where mid = '%s' and uid = %d limit 1", dbesc(datetime_convert()), diff --git a/include/text.php b/include/text.php index d549f206e..95e59c54c 100755 --- a/include/text.php +++ b/include/text.php @@ -1190,6 +1190,33 @@ function format_categories(&$item,$writeable) { return $s; } +// Add any hashtags which weren't mentioned in the message body, e.g. community tags + +function format_hashtags(&$item) { + + $s = ''; + $terms = get_terms_oftype($item['term'],TERM_HASHTAG); + if($terms) { + $categories = array(); + foreach($terms as $t) { + $term = htmlspecialchars($t['term'],ENT_COMPAT,'UTF-8',false) ; + if(! trim($term)) + continue; + if(strpos($item['body'], $t['url'])) + continue; + + if($s) + $s .= ' '; + + $s .= '#' . $term . ''; + } + } + return $s; +} + + + + function format_filer(&$item) { @@ -1242,6 +1269,9 @@ function prepare_body(&$item,$attach = false) { $writeable = ((get_observer_hash() == $item['owner_xchan']) ? true : false); + + $s .= format_hashtags($item); + $s .= format_categories($item,$writeable); if(local_user() == $item['uid']) From 8ffdccb99ff67ea752c8880b859ef8b9f21be585 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 17:14:56 -0700 Subject: [PATCH 117/186] crank up logging --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/items.php b/include/items.php index f1778e722..0384352ba 100755 --- a/include/items.php +++ b/include/items.php @@ -155,6 +155,8 @@ function can_comment_on_post($observer_xchan,$item) { function add_source_route($iid,$hash) { + logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG); + if((! $iid) || (! $route)) return; $r = q("select route from item where id = %d limit 1", From 78d7425a1d9de91343c60be1d0f0a467a674d84d Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Mar 2014 17:21:16 -0700 Subject: [PATCH 118/186] wrong var name in add_source_route --- include/items.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/items.php b/include/items.php index 0384352ba..af0d4d297 100755 --- a/include/items.php +++ b/include/items.php @@ -155,9 +155,9 @@ function can_comment_on_post($observer_xchan,$item) { function add_source_route($iid,$hash) { - logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG); +// logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG); - if((! $iid) || (! $route)) + if((! $iid) || (! $hash)) return; $r = q("select route from item where id = %d limit 1", intval($iid) From f4dd8657cb8fc085c055ee2632188a965b17dc13 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 1 Apr 2014 19:36:56 +0100 Subject: [PATCH 119/186] Let admins set a default expire days value. --- include/identity.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/include/identity.php b/include/identity.php index eb0ba230b..d15f3861e 100644 --- a/include/identity.php +++ b/include/identity.php @@ -224,10 +224,13 @@ function create_identity($arr) { $perms_vals .= ', ' . intval($v); } + $expire = get_config('system', 'default_expire_days'); + $expire = (($expire===false)? '0': $expire); + $r = q("insert into channel ( channel_account_id, channel_primary, channel_name, channel_address, channel_guid, channel_guid_sig, - channel_hash, channel_prvkey, channel_pubkey, channel_pageflags $perms_keys ) - values ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d $perms_vals ) ", + channel_hash, channel_prvkey, channel_pubkey, channel_pageflags, channel_expire_days $perms_keys ) + values ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d $perms_vals ) ", intval($arr['account_id']), intval($primary), @@ -238,7 +241,8 @@ function create_identity($arr) { dbesc($hash), dbesc($key['prvkey']), dbesc($key['pubkey']), - intval($pageflags) + intval($pageflags), + intval($expire) ); From 6ba32d714dd40c530aa40d1ae25dddb25a262a36 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 Apr 2014 14:52:47 -0700 Subject: [PATCH 120/186] save notes every ten seconds while focused, then save them once more on focusout --- mod/item.php | 5 ++--- version.inc | 2 +- view/tpl/notes.tpl | 17 ++++++++++++++++- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/mod/item.php b/mod/item.php index d8101cf01..226d05d7e 100644 --- a/mod/item.php +++ b/mod/item.php @@ -1133,14 +1133,13 @@ function fix_attached_photo_permissions($uid,$xchan_hash,$body, if($r) { $r = q("UPDATE photo SET allow_cid = '%s', allow_gid = '%s', deny_cid = '%s', deny_gid = '%s' - WHERE resource_id = '%s' AND uid = %d AND album = '%s' ", + WHERE resource_id = '%s' AND uid = %d ", dbesc($str_contact_allow), dbesc($str_group_allow), dbesc($str_contact_deny), dbesc($str_group_deny), dbesc($image_uri), - intval($uid), - dbesc( t('Wall Photos')) + intval($uid) ); // also update the linked item (which is probably invisible) diff --git a/version.inc b/version.inc index a8c40c9ac..8c914af3a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-31.633 +2014-04-01.634 diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index b67f66f5b..3ec57ba12 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,8 +1,23 @@

    {{$banner}}

    From 1c3691d196eeb95ffb81f0b50558f3924d1664e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 1 Apr 2014 15:24:11 -0700 Subject: [PATCH 121/186] dispense with formalities --- assets/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/home.html b/assets/home.html index 0eaafb678..42059c398 100644 --- a/assets/home.html +++ b/assets/home.html @@ -172,7 +172,7 @@ Working with a team of volunteers from six continents and over a period of sever

    -Taking cues from life in the Aussie outback, the Red Matrix has no central authority. Each channel (or social profile) is independent and autonomous - controlling its own publishing privacy as desired. Some will want more privacy, some less. Unlike your typical social network - the matrix has no say in this decision and cannot subvert it. Server hubs are self-sufficient and the network will continue to function if any single node in the matrix goes offline. It also provides channel resilience. You can "clone" your channel (or social profile) to any hub in the network and carry on without interruption if your primary server "chucks a wobbly" for an hour - or a week. (No fail whale needed here.) +Taking cues from life in the Aussie outback, the Red Matrix has no central authority. Each channel (or social profile) is independent and autonomous - controlling its own publishing privacy as desired. Some will want more privacy, some less. Unlike your typical social network - the matrix has no say in this decision and cannot subvert it. The NSA and all the other creepy voyeurs trying to find out what you and your friends are discussing can just bugger off. Server hubs are self-sufficient and the network will continue to function if any single node in the matrix goes offline. It also provides channel resilience. You can "clone" your channel (or social profile) to any hub in the network and carry on without interruption if your primary server chucks a wobbly for an hour - or a week. (No fail whale needed here.)

    From 39e5370db8c84dc7dbfa6c8ef40871dd4a2d9070 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 1 Apr 2014 23:13:46 -0300 Subject: [PATCH 122/186] update pt-br translation --- view/pt-br/messages.po | 2161 +++++++++++++++++++++------------------- view/pt-br/strings.php | 133 ++- 2 files changed, 1206 insertions(+), 1088 deletions(-) diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 1a9fc7b70..b226a3469 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-28 00:02-0800\n" -"PO-Revision-Date: 2014-03-01 05:55+0000\n" +"POT-Creation-Date: 2014-03-28 00:02-0700\n" +"PO-Revision-Date: 2014-04-02 02:09+0000\n" "Last-Translator: solstag \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,13 +25,13 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "Categorias" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:643 -#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../include/Contact.php:107 ../../include/identity.php:667 +#: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "Conectar" @@ -40,7 +40,7 @@ msgstr "Conectar" msgid "Ignore/Hide" msgstr "Ignorar/Ocultar" -#: ../../include/widgets.php:123 ../../mod/connections.php:238 +#: ../../include/widgets.php:123 ../../mod/connections.php:244 msgid "Suggestions" msgstr "Sugestões" @@ -69,8 +69,8 @@ msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" msgid "Notes" msgstr "Notas" -#: ../../include/widgets.php:173 ../../include/text.php:759 -#: ../../include/text.php:773 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:776 +#: ../../include/text.php:790 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "Salvar" @@ -88,115 +88,115 @@ msgid "add" msgstr "adicionar" #: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 +#: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "Pastas salvas" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "Tudo" -#: ../../include/widgets.php:318 +#: ../../include/widgets.php:319 msgid "Archives" msgstr "Arquivos" -#: ../../include/widgets.php:370 +#: ../../include/widgets.php:372 msgid "Refresh" msgstr "Atualizar" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +#: ../../include/widgets.php:373 ../../mod/connedit.php:395 msgid "Me" msgstr "Eu" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +#: ../../include/widgets.php:374 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "Melhores amigos" -#: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +#: ../../include/widgets.php:375 ../../include/identity.php:338 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "Amigos" -#: ../../include/widgets.php:374 +#: ../../include/widgets.php:376 msgid "Co-workers" msgstr "Colegas de trabalho" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +#: ../../include/widgets.php:377 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "Amigos afastados" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +#: ../../include/widgets.php:378 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "Conhecidos" -#: ../../include/widgets.php:377 +#: ../../include/widgets.php:379 msgid "Everybody" msgstr "Todos" -#: ../../include/widgets.php:409 +#: ../../include/widgets.php:411 msgid "Account settings" msgstr "Configurações da conta" -#: ../../include/widgets.php:415 +#: ../../include/widgets.php:417 msgid "Channel settings" msgstr "Configurações do canal" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:423 msgid "Additional features" msgstr "Recursos adicionais" -#: ../../include/widgets.php:427 +#: ../../include/widgets.php:429 msgid "Feature settings" msgstr "Configurações dos recursos" -#: ../../include/widgets.php:433 +#: ../../include/widgets.php:435 msgid "Display settings" msgstr "Configurações de exibição" -#: ../../include/widgets.php:439 +#: ../../include/widgets.php:441 msgid "Connected apps" msgstr "Aplicações conectadas" -#: ../../include/widgets.php:445 +#: ../../include/widgets.php:447 msgid "Export channel" msgstr "Exportar o canal" -#: ../../include/widgets.php:457 +#: ../../include/widgets.php:459 msgid "Automatic Permissions (Advanced)" msgstr "Permissões automáticas (avançado)" -#: ../../include/widgets.php:467 +#: ../../include/widgets.php:469 msgid "Premium Channel Settings" msgstr "Configurações de canal premium" -#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../include/widgets.php:478 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Fontes do canal" -#: ../../include/widgets.php:487 ../../include/nav.php:181 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +#: ../../include/widgets.php:489 ../../include/nav.php:186 +#: ../../mod/admin.php:986 ../../mod/admin.php:1191 msgid "Settings" msgstr "Configurações" -#: ../../include/widgets.php:504 +#: ../../include/widgets.php:506 msgid "Check Mail" msgstr "Checar mensagens" -#: ../../include/widgets.php:509 ../../include/nav.php:172 +#: ../../include/widgets.php:511 ../../include/nav.php:177 msgid "New Message" msgstr "Nova mensagem" -#: ../../include/widgets.php:585 +#: ../../include/widgets.php:587 msgid "Chat Rooms" msgstr "Salas de bate-papo" -#: ../../include/widgets.php:603 +#: ../../include/widgets.php:605 msgid "Bookmarked Chatrooms" msgstr "Salas de bate-papo guardadas" -#: ../../include/widgets.php:621 +#: ../../include/widgets.php:623 msgid "Suggested Chatrooms" msgstr "Salas de bate-papo sugeridas" @@ -235,629 +235,620 @@ msgstr "Visite o %2$s de %1$s" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s atualizou %2$s, alterando %3$s." -#: ../../include/nav.php:72 ../../include/nav.php:91 ../../boot.php:1425 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 msgid "Logout" msgstr "Sair" -#: ../../include/nav.php:72 ../../include/nav.php:91 +#: ../../include/nav.php:77 ../../include/nav.php:96 msgid "End this session" msgstr "Encerrar essa sessão" -#: ../../include/nav.php:75 ../../include/nav.php:125 +#: ../../include/nav.php:80 ../../include/nav.php:130 msgid "Home" msgstr "Ver canal" -#: ../../include/nav.php:75 +#: ../../include/nav.php:80 msgid "Your posts and conversations" msgstr "Suas publicações e conversas" -#: ../../include/nav.php:76 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +#: ../../include/nav.php:81 ../../include/conversation.php:933 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 msgid "View Profile" msgstr "Ver perfil" -#: ../../include/nav.php:76 +#: ../../include/nav.php:81 msgid "Your profile page" msgstr "A página do seu perfil" -#: ../../include/nav.php:78 +#: ../../include/nav.php:83 msgid "Edit Profiles" msgstr "Editar perfis" -#: ../../include/nav.php:78 +#: ../../include/nav.php:83 msgid "Manage/Edit profiles" msgstr "Administrar/Editar perfis" -#: ../../include/nav.php:79 ../../include/conversation.php:1475 +#: ../../include/nav.php:84 ../../include/conversation.php:1488 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "Fotos" -#: ../../include/nav.php:79 +#: ../../include/nav.php:84 msgid "Your photos" msgstr "Suas fotos" -#: ../../include/nav.php:80 ../../include/conversation.php:1484 +#: ../../include/nav.php:85 ../../include/conversation.php:1497 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Arquivos" -#: ../../include/nav.php:80 +#: ../../include/nav.php:85 msgid "Your files" msgstr "Seus arquivos" -#: ../../include/nav.php:81 +#: ../../include/nav.php:86 msgid "Chat" msgstr "Bate-papo" -#: ../../include/nav.php:81 +#: ../../include/nav.php:86 msgid "Your chatrooms" msgstr "Suas salas de bate-papo" -#: ../../include/nav.php:82 ../../include/nav.php:175 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1519 ../../mod/events.php:354 msgid "Events" msgstr "Eventos" -#: ../../include/nav.php:82 +#: ../../include/nav.php:87 msgid "Your events" msgstr "Seus eventos" -#: ../../include/nav.php:83 ../../include/conversation.php:1514 +#: ../../include/nav.php:88 ../../include/conversation.php:1527 msgid "Bookmarks" msgstr "Links guardados" -#: ../../include/nav.php:83 +#: ../../include/nav.php:88 msgid "Your bookmarks" msgstr "Seus links guardados" -#: ../../include/nav.php:85 ../../include/conversation.php:1525 +#: ../../include/nav.php:90 ../../include/conversation.php:1538 msgid "Webpages" msgstr "Páginas web" -#: ../../include/nav.php:85 +#: ../../include/nav.php:90 msgid "Your webpages" msgstr "Suas páginas web" -#: ../../include/nav.php:89 ../../boot.php:1426 +#: ../../include/nav.php:94 ../../boot.php:1444 msgid "Login" msgstr "Entrar" -#: ../../include/nav.php:89 +#: ../../include/nav.php:94 msgid "Sign in" msgstr "Entrar" -#: ../../include/nav.php:106 +#: ../../include/nav.php:111 #, php-format msgid "%s - click to logout" msgstr "%s - clique para sair" -#: ../../include/nav.php:111 +#: ../../include/nav.php:116 msgid "Click to authenticate to your home hub" msgstr "Clique para se autenticar com seu hub de origem" -#: ../../include/nav.php:125 +#: ../../include/nav.php:130 msgid "Home Page" msgstr "Página inicial" -#: ../../include/nav.php:129 ../../mod/register.php:206 ../../boot.php:1402 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 msgid "Register" msgstr "Registrar" -#: ../../include/nav.php:129 +#: ../../include/nav.php:134 msgid "Create an account" msgstr "Criar uma conta" -#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:65 +#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 msgid "Help" msgstr "Ajuda" -#: ../../include/nav.php:134 +#: ../../include/nav.php:139 msgid "Help and documentation" msgstr "Ajuda e documentação" -#: ../../include/nav.php:137 +#: ../../include/nav.php:142 msgid "Apps" msgstr "Aplicações" -#: ../../include/nav.php:137 +#: ../../include/nav.php:142 msgid "Addon applications, utilities, games" msgstr "Aplicações adicionais, utilitários, jogos" -#: ../../include/nav.php:139 ../../include/text.php:757 -#: ../../include/text.php:771 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:774 +#: ../../include/text.php:788 ../../mod/search.php:29 msgid "Search" msgstr "Pesquisar" -#: ../../include/nav.php:139 +#: ../../include/nav.php:144 msgid "Search site content" msgstr "Pesquisar o conteúdo do site" -#: ../../include/nav.php:142 ../../mod/directory.php:211 +#: ../../include/nav.php:147 ../../mod/directory.php:215 msgid "Directory" msgstr "Diretório" -#: ../../include/nav.php:142 +#: ../../include/nav.php:147 msgid "Channel Locator" msgstr "Localizador de canais" -#: ../../include/nav.php:153 +#: ../../include/nav.php:158 msgid "Matrix" msgstr "Matriz" -#: ../../include/nav.php:153 +#: ../../include/nav.php:158 msgid "Your matrix" msgstr "Sua matriz" -#: ../../include/nav.php:154 +#: ../../include/nav.php:159 msgid "Mark all matrix notifications seen" msgstr "Marcar todas as notificações da matriz como vistas" -#: ../../include/nav.php:156 +#: ../../include/nav.php:161 msgid "Channel Home" msgstr "Página inicial do canal" -#: ../../include/nav.php:156 +#: ../../include/nav.php:161 msgid "Channel home" msgstr "Página inicial do canal" -#: ../../include/nav.php:157 +#: ../../include/nav.php:162 msgid "Mark all channel notifications seen" msgstr "Marcar todas as notificações de canais como vistas" -#: ../../include/nav.php:160 +#: ../../include/nav.php:165 msgid "Intros" msgstr "Apresentações" -#: ../../include/nav.php:160 ../../mod/connections.php:244 +#: ../../include/nav.php:165 ../../mod/connections.php:250 msgid "New Connections" msgstr "Novas conexões" -#: ../../include/nav.php:163 +#: ../../include/nav.php:168 msgid "Notices" msgstr "Notificações" -#: ../../include/nav.php:163 +#: ../../include/nav.php:168 msgid "Notifications" msgstr "Notificações" -#: ../../include/nav.php:164 +#: ../../include/nav.php:169 msgid "See all notifications" msgstr "Ver todas as notificações" -#: ../../include/nav.php:165 +#: ../../include/nav.php:170 msgid "Mark all system notifications seen" msgstr "Marcar todas as notificações de sistema como vistas" -#: ../../include/nav.php:167 +#: ../../include/nav.php:172 msgid "Mail" msgstr "Mensagens" -#: ../../include/nav.php:167 +#: ../../include/nav.php:172 msgid "Private mail" msgstr "Mensagens privadas" -#: ../../include/nav.php:168 +#: ../../include/nav.php:173 msgid "See all private messages" msgstr "Ver todas as mensagens privadas" -#: ../../include/nav.php:169 +#: ../../include/nav.php:174 msgid "Mark all private messages seen" msgstr "Marcar todas as mensagens privadas como vistas" -#: ../../include/nav.php:170 +#: ../../include/nav.php:175 msgid "Inbox" msgstr "Recebidas" -#: ../../include/nav.php:171 +#: ../../include/nav.php:176 msgid "Outbox" msgstr "Enviadas" -#: ../../include/nav.php:175 +#: ../../include/nav.php:180 msgid "Event Calendar" msgstr "Agenda de eventos" -#: ../../include/nav.php:176 +#: ../../include/nav.php:181 msgid "See all events" msgstr "Ver todos os eventos" -#: ../../include/nav.php:177 +#: ../../include/nav.php:182 msgid "Mark all events seen" msgstr "Marcar todos os eventos como vistos" -#: ../../include/nav.php:179 +#: ../../include/nav.php:184 msgid "Channel Select" msgstr "Seleção de canal" -#: ../../include/nav.php:179 +#: ../../include/nav.php:184 msgid "Manage Your Channels" msgstr "Gerencie os seus canais" -#: ../../include/nav.php:181 +#: ../../include/nav.php:186 msgid "Account/Channel Settings" msgstr "Configurações da conta/canal" -#: ../../include/nav.php:183 ../../mod/connections.php:351 +#: ../../include/nav.php:188 ../../mod/connections.php:365 msgid "Connections" msgstr "Conexões" -#: ../../include/nav.php:183 +#: ../../include/nav.php:188 msgid "Manage/Edit Friends and Connections" msgstr "Gerenciar/editar os amigos e as conexões" -#: ../../include/nav.php:190 ../../mod/admin.php:112 +#: ../../include/nav.php:195 ../../mod/admin.php:117 msgid "Admin" msgstr "Admin" -#: ../../include/nav.php:190 +#: ../../include/nav.php:195 msgid "Site Setup and Configuration" msgstr "Configuração do site" -#: ../../include/nav.php:216 +#: ../../include/nav.php:220 msgid "Nothing new here" msgstr "Nada de novo aqui" -#: ../../include/nav.php:221 +#: ../../include/nav.php:225 msgid "Please wait..." msgstr "Por favor, aguarde..." -#: ../../include/text.php:315 +#: ../../include/text.php:320 msgid "prev" msgstr "anterior" -#: ../../include/text.php:317 +#: ../../include/text.php:322 msgid "first" msgstr "primeiro" -#: ../../include/text.php:346 +#: ../../include/text.php:351 msgid "last" msgstr "último" -#: ../../include/text.php:349 +#: ../../include/text.php:354 msgid "next" msgstr "próximo" -#: ../../include/text.php:361 +#: ../../include/text.php:366 msgid "older" msgstr "mais antigo" -#: ../../include/text.php:363 +#: ../../include/text.php:368 msgid "newer" msgstr "mais recente" -#: ../../include/text.php:675 +#: ../../include/text.php:689 msgid "No connections" msgstr "Nenhuma conexão" -#: ../../include/text.php:686 +#: ../../include/text.php:703 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "%d conexão" msgstr[1] "%d conexões" -#: ../../include/text.php:698 +#: ../../include/text.php:715 msgid "View Connections" msgstr "Ver conexões" -#: ../../include/text.php:839 +#: ../../include/text.php:856 msgid "poke" msgstr "cutucar" -#: ../../include/text.php:839 ../../include/conversation.php:240 +#: ../../include/text.php:856 ../../include/conversation.php:240 msgid "poked" msgstr "cutucado" -#: ../../include/text.php:840 +#: ../../include/text.php:857 msgid "ping" msgstr "pingar" -#: ../../include/text.php:840 +#: ../../include/text.php:857 msgid "pinged" msgstr "pingou" -#: ../../include/text.php:841 +#: ../../include/text.php:858 msgid "prod" msgstr "espetar" -#: ../../include/text.php:841 +#: ../../include/text.php:858 msgid "prodded" msgstr "espetou" -#: ../../include/text.php:842 +#: ../../include/text.php:859 msgid "slap" msgstr "estapear" -#: ../../include/text.php:842 +#: ../../include/text.php:859 msgid "slapped" msgstr "estapeou" -#: ../../include/text.php:843 +#: ../../include/text.php:860 msgid "finger" msgstr "dar um toque" -#: ../../include/text.php:843 +#: ../../include/text.php:860 msgid "fingered" msgstr "deu um toque" -#: ../../include/text.php:844 +#: ../../include/text.php:861 msgid "rebuff" msgstr "rebater" -#: ../../include/text.php:844 +#: ../../include/text.php:861 msgid "rebuffed" msgstr "rebateu" -#: ../../include/text.php:856 +#: ../../include/text.php:873 msgid "happy" msgstr "feliz" -#: ../../include/text.php:857 +#: ../../include/text.php:874 msgid "sad" msgstr "triste" -#: ../../include/text.php:858 +#: ../../include/text.php:875 msgid "mellow" msgstr "suave" -#: ../../include/text.php:859 +#: ../../include/text.php:876 msgid "tired" msgstr "cansado" -#: ../../include/text.php:860 +#: ../../include/text.php:877 msgid "perky" msgstr "animado/a" -#: ../../include/text.php:861 +#: ../../include/text.php:878 msgid "angry" msgstr "nervoso" -#: ../../include/text.php:862 +#: ../../include/text.php:879 msgid "stupified" msgstr "embasbacado/a" -#: ../../include/text.php:863 +#: ../../include/text.php:880 msgid "puzzled" msgstr "confuso/a" -#: ../../include/text.php:864 +#: ../../include/text.php:881 msgid "interested" msgstr "interessado" -#: ../../include/text.php:865 +#: ../../include/text.php:882 msgid "bitter" msgstr "amargo/a" -#: ../../include/text.php:866 +#: ../../include/text.php:883 msgid "cheerful" msgstr "alegre" -#: ../../include/text.php:867 +#: ../../include/text.php:884 msgid "alive" msgstr "vivo" -#: ../../include/text.php:868 +#: ../../include/text.php:885 msgid "annoyed" msgstr "aborrecido" -#: ../../include/text.php:869 +#: ../../include/text.php:886 msgid "anxious" msgstr "ansioso" -#: ../../include/text.php:870 +#: ../../include/text.php:887 msgid "cranky" msgstr "irritado/a" -#: ../../include/text.php:871 +#: ../../include/text.php:888 msgid "disturbed" msgstr "perturbado" -#: ../../include/text.php:872 +#: ../../include/text.php:889 msgid "frustrated" msgstr "frustrado" -#: ../../include/text.php:873 +#: ../../include/text.php:890 msgid "motivated" msgstr "motivado" -#: ../../include/text.php:874 +#: ../../include/text.php:891 msgid "relaxed" msgstr "relaxado" -#: ../../include/text.php:875 +#: ../../include/text.php:892 msgid "surprised" msgstr "surpreso" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Monday" msgstr "Segunda" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Tuesday" msgstr "Terça" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Wednesday" msgstr "Quarta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Thursday" msgstr "Quinta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Friday" msgstr "Sexta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Saturday" msgstr "Sábado" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Sunday" msgstr "Domingo" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "January" msgstr "Janeiro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "February" msgstr "Fevereiro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "March" msgstr "Março" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "April" msgstr "Abril" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "May" msgstr "Maio" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "June" msgstr "Junho" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "July" msgstr "Julho" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "August" msgstr "Agosto" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "September" msgstr "Setembro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "October" msgstr "Outubro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "November" msgstr "Novembro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "December" msgstr "Dezembro" -#: ../../include/text.php:1118 +#: ../../include/text.php:1135 msgid "unknown.???" msgstr "desconhecido.???" -#: ../../include/text.php:1119 +#: ../../include/text.php:1136 msgid "bytes" msgstr "bytes" -#: ../../include/text.php:1154 +#: ../../include/text.php:1171 msgid "remove category" msgstr "remover categoria" -#: ../../include/text.php:1176 +#: ../../include/text.php:1193 msgid "remove from file" msgstr "remover do arquivo" -#: ../../include/text.php:1234 ../../include/text.php:1246 +#: ../../include/text.php:1251 ../../include/text.php:1263 msgid "Click to open/close" msgstr "Clique para abrir/fechar" -#: ../../include/text.php:1401 ../../mod/events.php:332 +#: ../../include/text.php:1418 ../../mod/events.php:332 msgid "link to source" msgstr "Link para a origem" -#: ../../include/text.php:1420 +#: ../../include/text.php:1437 msgid "Select a page layout: " msgstr "Selecione um layout de página:" -#: ../../include/text.php:1423 ../../include/text.php:1488 +#: ../../include/text.php:1440 ../../include/text.php:1505 msgid "default" msgstr "default" -#: ../../include/text.php:1459 +#: ../../include/text.php:1476 msgid "Page content type: " msgstr "Tipo de conteúdo da página: " -#: ../../include/text.php:1500 +#: ../../include/text.php:1517 msgid "Select an alternate language" msgstr "Selecione um idioma alternativo" -#: ../../include/text.php:1621 ../../include/conversation.php:117 +#: ../../include/text.php:1638 ../../include/conversation.php:117 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "foto" -#: ../../include/text.php:1624 ../../include/conversation.php:120 +#: ../../include/text.php:1641 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "evento" -#: ../../include/text.php:1627 ../../include/conversation.php:145 +#: ../../include/text.php:1644 ../../include/conversation.php:145 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "status" -#: ../../include/text.php:1629 ../../include/conversation.php:147 +#: ../../include/text.php:1646 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "comentário" -#: ../../include/text.php:1634 +#: ../../include/text.php:1651 msgid "activity" msgstr "atividade" -#: ../../include/text.php:1891 +#: ../../include/text.php:1908 msgid "Design" msgstr "Design" -#: ../../include/text.php:1893 +#: ../../include/text.php:1910 msgid "Blocks" msgstr "Blocos" -#: ../../include/text.php:1894 +#: ../../include/text.php:1911 msgid "Menus" msgstr "Menus" -#: ../../include/text.php:1895 +#: ../../include/text.php:1912 msgid "Layouts" msgstr "Layouts" -#: ../../include/text.php:1896 +#: ../../include/text.php:1913 msgid "Pages" msgstr "Páginas" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" -msgstr "Imagem/foto" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" -msgstr "Conteúdo criptografado" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Início:" -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "código QR" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Fim:" -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s escreveu a seguinte %2$s %3$s" +#: ../../include/event.php:40 ../../include/identity.php:718 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" +msgstr "Localização:" -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "publicação" - -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" -msgstr "$1 escreveu:" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Linha do tempo pública" #: ../../include/Contact.php:123 msgid "New window" @@ -1136,8 +1127,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1428 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:750 +#: ../../mod/admin.php:759 ../../boot.php:1446 msgid "Email" msgstr "E-mail" @@ -1243,23 +1234,36 @@ msgstr "%1$d %2$s atrás" 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/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:604 +#: ../../include/bbcode.php:607 ../../include/bbcode.php:612 +#: ../../include/bbcode.php:615 ../../include/bbcode.php:618 +#: ../../include/bbcode.php:621 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:629 ../../include/bbcode.php:634 +#: ../../include/bbcode.php:637 ../../include/bbcode.php:640 +#: ../../include/bbcode.php:643 +msgid "Image/photo" +msgstr "Imagem/foto" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "Início:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:654 +msgid "Encrypted content" +msgstr "Conteúdo criptografado" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "Fim:" +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "código QR" -#: ../../include/event.php:40 ../../include/identity.php:694 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" -msgstr "Localização:" +#: ../../include/bbcode.php:213 +#, 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:215 +msgid "post" +msgstr "publicação" + +#: ../../include/bbcode.php:572 ../../include/bbcode.php:592 +msgid "$1 wrote:" +msgstr "$1 escreveu:" #: ../../include/group.php:25 msgid "" @@ -1272,7 +1276,7 @@ msgstr "Um grupo com esse nome, anteriormente excluído, foi reativado. Permiss msgid "Default privacy group for new contacts" msgstr "Grupo de privacidade padrão para novos contatos" -#: ../../include/group.php:242 ../../mod/admin.php:751 +#: ../../include/group.php:242 ../../mod/admin.php:759 msgid "All Channels" msgstr "Todos os canais" @@ -1301,12 +1305,12 @@ msgid "Delete this item?" msgstr "Excluir este item?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "Comentar" #: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:130 msgid "show more" msgstr "exibir mais" @@ -1342,76 +1346,80 @@ msgstr "Frase secreta" msgid "Passphrase hint" msgstr "Dica da frase secreta" -#: ../../include/js_strings.php:17 +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Atenção: permissões foram modificadas mas ainda não foram enviadas." + +#: ../../include/js_strings.php:18 msgid "timeago.prefixAgo" msgstr "timeago.prefixAgo" -#: ../../include/js_strings.php:18 +#: ../../include/js_strings.php:19 msgid "timeago.prefixFromNow" msgstr "timeago.prefixFromNow" -#: ../../include/js_strings.php:19 +#: ../../include/js_strings.php:20 msgid "ago" msgstr "atrás" -#: ../../include/js_strings.php:20 +#: ../../include/js_strings.php:21 msgid "from now" msgstr "de agora" -#: ../../include/js_strings.php:21 +#: ../../include/js_strings.php:22 msgid "less than a minute" msgstr "menos de um minuto" -#: ../../include/js_strings.php:22 +#: ../../include/js_strings.php:23 msgid "about a minute" msgstr "aproximadamente um minuto" -#: ../../include/js_strings.php:23 +#: ../../include/js_strings.php:24 #, php-format msgid "%d minutes" msgstr "%d minutos" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about an hour" msgstr "aproximadamente uma hora" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "about %d hours" msgstr "aproximadamente %d horas" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "a day" msgstr "um dia" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "%d days" msgstr "%d dias" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "about a month" msgstr "aproximadamente um mês" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d months" msgstr "%d meses" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a year" msgstr "aproximadamente um ano" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d years" msgstr "%d anos" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid " " msgstr " " -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid "timeago.numbers" msgstr "timeago.numbers" @@ -1434,7 +1442,7 @@ msgstr "Não foi possível verificar a publicação armazenada." #: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 #: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 msgid "Profile Photos" msgstr "Fotos do perfil" @@ -1443,30 +1451,30 @@ msgstr "Fotos do perfil" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3575 +#: ../../include/photos.php:15 ../../include/items.php:3576 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 #: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 #: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/item.php:904 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:203 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 #: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 #: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 #: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 #: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188 #: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/filestorage.php:10 +#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10 #: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 #: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 #: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 @@ -1573,8 +1581,8 @@ msgstr "Selecionar" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 #: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 +#: ../../mod/admin.php:754 ../../mod/admin.php:896 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 msgid "Delete" msgstr "Excluir" @@ -1617,8 +1625,8 @@ msgstr "Ver no contexto" #: ../../include/conversation.php:707 ../../include/conversation.php:1120 #: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 #: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:129 -#: ../../mod/photos.php:975 +#: ../../mod/editwebpage.php:152 ../../mod/editblock.php:120 +#: ../../mod/photos.php:974 msgid "Please wait" msgstr "Por favor, espere" @@ -1732,7 +1740,7 @@ msgstr "Por favor, digite o link/URL do áudio:" msgid "Tag term:" msgstr "Etiqueta:" -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 +#: ../../include/conversation.php:1071 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Salvar para a pasta:" @@ -1747,22 +1755,23 @@ msgstr "Expira YYYY-MM-DD HH:MM" #: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 #: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:151 ../../mod/photos.php:995 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:176 +#: ../../mod/editblock.php:142 ../../mod/photos.php:994 msgid "Preview" msgstr "Pré-visualizar" -#: ../../include/conversation.php:1097 ../../mod/photos.php:974 +#: ../../include/conversation.php:1097 ../../mod/layouts.php:112 +#: ../../mod/photos.php:973 msgid "Share" msgstr "Compartilhar" -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "Título do link da página" #: ../../include/conversation.php:1101 ../../mod/editpost.php:113 #: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:121 +#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:112 msgid "Upload photo" msgstr "Enviar foto" @@ -1772,7 +1781,7 @@ msgstr "enviar foto" #: ../../include/conversation.php:1103 ../../mod/editpost.php:114 #: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:122 +#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:113 msgid "Attach file" msgstr "Anexar arquivo" @@ -1782,7 +1791,7 @@ msgstr "anexar arquivo" #: ../../include/conversation.php:1105 ../../mod/editpost.php:115 #: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:123 +#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:114 msgid "Insert web link" msgstr "Inserir link web" @@ -1807,8 +1816,8 @@ msgid "audio link" msgstr "link de áudio" #: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:127 +#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:150 +#: ../../mod/editblock.php:118 msgid "Set your location" msgstr "Definir sua localização" @@ -1817,8 +1826,8 @@ msgid "set location" msgstr "definir localização" #: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:128 +#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:151 +#: ../../mod/editblock.php:119 msgid "Clear browser location" msgstr "Limpar a localização do navegador" @@ -1827,20 +1836,20 @@ msgid "clear location" msgstr "limpar a localização" #: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:168 +#: ../../mod/editblock.php:133 msgid "Set title" msgstr "Definir o título" #: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:170 +#: ../../mod/editblock.php:136 msgid "Categories (comma-separated list)" msgstr "Categorias (lista separada por vírgulas)" #: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:130 +#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:153 +#: ../../mod/editblock.php:121 msgid "Permission settings" msgstr "Configurações de permissão" @@ -1849,20 +1858,20 @@ msgid "permissions" msgstr "permissões" #: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:139 +#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:163 +#: ../../mod/editblock.php:130 msgid "Public post" msgstr "Publicação pública" #: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:171 +#: ../../mod/editblock.php:137 msgid "Example: bob@example.com, mary@example.com" msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" #: ../../include/conversation.php:1145 ../../mod/editpost.php:147 #: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:156 +#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:147 msgid "Set expiration date" msgstr "Definir data de expiração" @@ -1882,96 +1891,104 @@ msgstr "Ok" msgid "Cancel" msgstr "Cancelar" -#: ../../include/conversation.php:1381 +#: ../../include/conversation.php:1387 +msgid "External" +msgstr "Externo" + +#: ../../include/conversation.php:1390 +msgid "Imported public streams" +msgstr "Fluxos públicos importados" + +#: ../../include/conversation.php:1394 msgid "Commented Order" msgstr "Recentes e comentados" -#: ../../include/conversation.php:1384 +#: ../../include/conversation.php:1397 msgid "Sort by Comment Date" msgstr "Ordenar pela data do último comentário" -#: ../../include/conversation.php:1387 +#: ../../include/conversation.php:1400 msgid "Posted Order" msgstr "Recentemente publicados" -#: ../../include/conversation.php:1390 +#: ../../include/conversation.php:1403 msgid "Sort by Post Date" msgstr "Ordenar pela data da publicação" -#: ../../include/conversation.php:1394 +#: ../../include/conversation.php:1407 msgid "Personal" msgstr "Pessoal" -#: ../../include/conversation.php:1397 +#: ../../include/conversation.php:1410 msgid "Posts that mention or involve you" msgstr "Publicações que mencionam ou envolvem você" -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 +#: ../../include/conversation.php:1413 ../../mod/menu.php:61 #: ../../mod/connections.php:211 msgid "New" msgstr "Novo" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1416 msgid "Activity Stream - by date" msgstr "Fluxo de atividades - por data" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1423 msgid "Starred" msgstr "Estrelados" -#: ../../include/conversation.php:1413 +#: ../../include/conversation.php:1426 msgid "Favourite Posts" msgstr "Publicações favoritas" -#: ../../include/conversation.php:1420 +#: ../../include/conversation.php:1433 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1423 +#: ../../include/conversation.php:1436 msgid "Posts flagged as SPAM" msgstr "Publicações marcadas como SPAM" -#: ../../include/conversation.php:1454 +#: ../../include/conversation.php:1467 ../../mod/admin.php:900 msgid "Channel" msgstr "Canal" -#: ../../include/conversation.php:1457 +#: ../../include/conversation.php:1470 msgid "Status Messages and Posts" msgstr "Mensagens de status e publicações" -#: ../../include/conversation.php:1466 +#: ../../include/conversation.php:1479 msgid "About" msgstr "Sobre" -#: ../../include/conversation.php:1469 +#: ../../include/conversation.php:1482 msgid "Profile Details" msgstr "Detalhes do perfil" -#: ../../include/conversation.php:1478 ../../include/photos.php:302 +#: ../../include/conversation.php:1491 ../../include/photos.php:311 msgid "Photo Albums" msgstr "Álbuns de fotos" -#: ../../include/conversation.php:1487 +#: ../../include/conversation.php:1500 msgid "Files and Storage" msgstr "Arquivos e armazenamento" -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 +#: ../../include/conversation.php:1509 ../../include/conversation.php:1512 msgid "Chatrooms" msgstr "Salas de bate-papo" -#: ../../include/conversation.php:1509 +#: ../../include/conversation.php:1522 msgid "Events and Calendar" msgstr "Eventos e calendário" -#: ../../include/conversation.php:1517 +#: ../../include/conversation.php:1530 msgid "Saved Bookmarks" msgstr "Links guardados" -#: ../../include/conversation.php:1528 +#: ../../include/conversation.php:1541 msgid "Manage Webpages" msgstr "Administrar páginas web" -#: ../../include/identity.php:30 ../../mod/item.php:1187 +#: ../../include/identity.php:30 ../../mod/item.php:1206 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" @@ -1983,239 +2000,243 @@ msgstr "O nome está em branco" msgid "Name too long" msgstr "O nome é muito grande" -#: ../../include/identity.php:147 +#: ../../include/identity.php:166 msgid "No account identifier" -msgstr "Nenhuma identificação da conta" +msgstr "Sem identificador de conta" -#: ../../include/identity.php:157 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "É necessário informar o apelido." -#: ../../include/identity.php:171 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Apelido reservado. Por favor escolha outro." + +#: ../../include/identity.php:195 msgid "" "Nickname has unsupported characters or is already being used on this site." -msgstr "A identificação possui caracteres não suportados ou já está sendo usada nesse site." +msgstr "O apelido possui caracteres não suportados ou já está sendo usado nesse site." -#: ../../include/identity.php:230 +#: ../../include/identity.php:254 msgid "Unable to retrieve created identity" msgstr "Não foi possível recuperar a identidade criada" -#: ../../include/identity.php:289 +#: ../../include/identity.php:313 msgid "Default Profile" msgstr "Perfil padrão" -#: ../../include/identity.php:481 +#: ../../include/identity.php:505 msgid "Requested channel is not available." msgstr "Canal solicitado não está disponível." -#: ../../include/identity.php:528 ../../mod/webpages.php:8 +#: ../../include/identity.php:552 ../../mod/webpages.php:8 #: ../../mod/connect.php:13 ../../mod/layouts.php:8 #: ../../mod/achievements.php:8 ../../mod/blocks.php:10 #: ../../mod/profile.php:16 ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "O perfil solicitado não está disponível." -#: ../../include/identity.php:580 +#: ../../include/identity.php:604 msgid " Sorry, you don't have the permission to view this profile. " msgstr "Desculpe, você não tem permissão para ver este perfil." -#: ../../include/identity.php:657 ../../mod/profiles.php:603 +#: ../../include/identity.php:681 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "Mudar a foto do perfil" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Profiles" msgstr "Perfis" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Manage/edit profiles" msgstr "Administrar/editar perfis" -#: ../../include/identity.php:664 ../../mod/profiles.php:604 +#: ../../include/identity.php:688 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "Criar um novo perfil" -#: ../../include/identity.php:667 +#: ../../include/identity.php:691 msgid "Edit Profile" msgstr "Editar perfil" -#: ../../include/identity.php:678 ../../mod/profiles.php:615 +#: ../../include/identity.php:702 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "Imagem do perfil" -#: ../../include/identity.php:681 ../../mod/profiles.php:618 +#: ../../include/identity.php:705 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "visível para todos" -#: ../../include/identity.php:682 ../../mod/profiles.php:619 +#: ../../include/identity.php:706 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "Editar a visibilidade" -#: ../../include/identity.php:696 ../../include/identity.php:923 -#: ../../mod/directory.php:159 +#: ../../include/identity.php:720 ../../include/identity.php:944 +#: ../../mod/directory.php:163 msgid "Gender:" msgstr "Gênero:" -#: ../../include/identity.php:697 ../../include/identity.php:943 -#: ../../mod/directory.php:161 +#: ../../include/identity.php:721 ../../include/identity.php:964 +#: ../../mod/directory.php:165 msgid "Status:" msgstr "Situação:" -#: ../../include/identity.php:698 ../../include/identity.php:954 -#: ../../mod/directory.php:163 +#: ../../include/identity.php:722 ../../include/identity.php:975 +#: ../../mod/directory.php:167 msgid "Homepage:" msgstr "Página web:" -#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:723 ../../mod/dirprofile.php:157 msgid "Online Now" msgstr "Online agora" -#: ../../include/identity.php:767 ../../include/identity.php:847 +#: ../../include/identity.php:788 ../../include/identity.php:868 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "G l d F" -#: ../../include/identity.php:768 ../../include/identity.php:848 +#: ../../include/identity.php:789 ../../include/identity.php:869 msgid "F d" msgstr "F d" -#: ../../include/identity.php:813 ../../include/identity.php:888 +#: ../../include/identity.php:834 ../../include/identity.php:909 #: ../../mod/ping.php:284 msgid "[today]" msgstr "[hoje]" -#: ../../include/identity.php:825 +#: ../../include/identity.php:846 msgid "Birthday Reminders" msgstr "Lembres de aniversário" -#: ../../include/identity.php:826 +#: ../../include/identity.php:847 msgid "Birthdays this week:" msgstr "Aniversários nesta semana:" -#: ../../include/identity.php:881 +#: ../../include/identity.php:902 msgid "[No description]" msgstr "[Sem descrição]" -#: ../../include/identity.php:899 +#: ../../include/identity.php:920 msgid "Event Reminders" msgstr "Lembretes de eventos" -#: ../../include/identity.php:900 +#: ../../include/identity.php:921 msgid "Events this week:" msgstr "Eventos nesta semana:" -#: ../../include/identity.php:913 ../../include/identity.php:997 +#: ../../include/identity.php:934 ../../include/identity.php:1018 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "Perfil" -#: ../../include/identity.php:921 ../../mod/settings.php:936 +#: ../../include/identity.php:942 ../../mod/settings.php:937 msgid "Full Name:" msgstr "Nome completo:" -#: ../../include/identity.php:928 +#: ../../include/identity.php:949 msgid "j F, Y" -msgstr "j de F, Y" +msgstr "j \\d\\e F, Y" -#: ../../include/identity.php:929 +#: ../../include/identity.php:950 msgid "j F" -msgstr "j de F" +msgstr "j \\d\\e F" -#: ../../include/identity.php:936 +#: ../../include/identity.php:957 msgid "Birthday:" msgstr "Aniversário:" -#: ../../include/identity.php:940 +#: ../../include/identity.php:961 msgid "Age:" msgstr "Idade:" -#: ../../include/identity.php:949 +#: ../../include/identity.php:970 #, php-format msgid "for %1$d %2$s" msgstr "para %1$d %2$s" -#: ../../include/identity.php:952 ../../mod/profiles.php:526 +#: ../../include/identity.php:973 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "Preferência sexual:" -#: ../../include/identity.php:956 ../../mod/profiles.php:528 +#: ../../include/identity.php:977 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "Cidade natal:" -#: ../../include/identity.php:958 +#: ../../include/identity.php:979 msgid "Tags:" msgstr "Etiquetas:" -#: ../../include/identity.php:960 ../../mod/profiles.php:529 +#: ../../include/identity.php:981 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "Posição política:" -#: ../../include/identity.php:962 +#: ../../include/identity.php:983 msgid "Religion:" msgstr "Religião:" -#: ../../include/identity.php:964 ../../mod/directory.php:165 +#: ../../include/identity.php:985 ../../mod/directory.php:169 msgid "About:" msgstr "Sobre:" -#: ../../include/identity.php:966 +#: ../../include/identity.php:987 msgid "Hobbies/Interests:" msgstr "Hobbies/Interesses:" -#: ../../include/identity.php:968 ../../mod/profiles.php:532 +#: ../../include/identity.php:989 ../../mod/profiles.php:532 msgid "Likes:" msgstr "Gosta de:" -#: ../../include/identity.php:970 ../../mod/profiles.php:533 +#: ../../include/identity.php:991 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "Não gosta de:" -#: ../../include/identity.php:973 +#: ../../include/identity.php:994 msgid "Contact information and Social Networks:" msgstr "Informações de contato e redes sociais:" -#: ../../include/identity.php:975 +#: ../../include/identity.php:996 msgid "My other channels:" msgstr "Meus outros canais:" -#: ../../include/identity.php:977 +#: ../../include/identity.php:998 msgid "Musical interests:" msgstr "Interesses musicais:" -#: ../../include/identity.php:979 +#: ../../include/identity.php:1000 msgid "Books, literature:" msgstr "Livros, literatura:" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1002 msgid "Television:" msgstr "Televisão:" -#: ../../include/identity.php:983 +#: ../../include/identity.php:1004 msgid "Film/dance/culture/entertainment:" msgstr "Filmes/dança/cultura/entretenimento:" -#: ../../include/identity.php:985 +#: ../../include/identity.php:1006 msgid "Love/Romance:" msgstr "Amor/romance:" -#: ../../include/identity.php:987 +#: ../../include/identity.php:1008 msgid "Work/employment:" msgstr "Trabalho/emprego:" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1010 msgid "School/education:" msgstr "Escola/educação:" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 +#: ../../include/ItemObject.php:89 ../../mod/photos.php:846 msgid "Private Message" msgstr "Mensagem privada" #: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 #: ../../include/menu.php:42 ../../mod/thing.php:235 #: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:97 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:111 #: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 +#: ../../mod/editwebpage.php:143 ../../mod/editblock.php:111 #: ../../mod/filestorage.php:170 msgid "Edit" msgstr "Editar" @@ -2244,7 +2265,7 @@ msgstr "destacado" msgid "add tag" msgstr "adicionar etiqueta" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "Eu gostei disso (alterna)" @@ -2252,7 +2273,7 @@ msgstr "Eu gostei disso (alterna)" msgid "like" msgstr "gostei" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "Eu não gostei disso (alterna)" @@ -2300,8 +2321,8 @@ msgid_plural "%d comments" msgstr[0] "%d comentário" msgstr[1] "%d comentários" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 msgid "This is you" msgstr "Este(a) é você" @@ -2309,19 +2330,20 @@ msgstr "Este(a) é você" #: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 #: ../../mod/settings.php:515 ../../mod/settings.php:627 #: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:928 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 #: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:739 -#: ../../mod/admin.php:879 ../../mod/admin.php:1078 ../../mod/admin.php:1165 -#: ../../mod/connedit.php:437 ../../mod/profiles.php:506 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:304 -#: ../../mod/setup.php:347 ../../mod/import.php:387 ../../mod/mail.php:223 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:439 +#: ../../mod/admin.php:747 ../../mod/admin.php:894 ../../mod/admin.php:1027 +#: ../../mod/admin.php:1226 ../../mod/admin.php:1313 +#: ../../mod/connedit.php:443 ../../mod/profiles.php:506 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/import.php:387 ../../mod/mail.php:223 #: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:97 -#: ../../view/theme/apw/php/config.php:247 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/view/theme/blog/config.php:67 #: ../../view/theme/blogga/php/config.php:67 msgid "Submit" @@ -2359,17 +2381,17 @@ msgstr "Link" msgid "Video" msgstr "Vídeo" -#: ../../include/api.php:974 -msgid "Public Timeline" -msgstr "Linha do tempo pública" +#: ../../include/reddav.php:1065 +msgid "Edit File properties" +msgstr "Editar propriedades do arquivo" -#: ../../include/network.php:640 +#: ../../include/network.php:652 msgid "view full size" msgstr "ver na tela inteira" #: ../../include/notify.php:23 msgid "created a new post" -msgstr "criar uma nova publicação" +msgstr "criou uma nova publicação" #: ../../include/notify.php:24 #, php-format @@ -2624,6 +2646,11 @@ msgstr "A sala não foi encontrada." msgid "Room is full" msgstr "A sala está cheia" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78 +#: ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Default" + #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "Etiquetas" @@ -2664,7 +2691,7 @@ msgstr "Você saiu." msgid "Failed authentication" msgstr "Não foi possível autenticar" -#: ../../include/auth.php:212 ../../mod/openid.php:186 +#: ../../include/auth.php:212 ../../mod/openid.php:188 msgid "Login failed." msgstr "Não foi possível entrar." @@ -2896,13 +2923,14 @@ msgstr "[Red:Notify] Você recebeu uma apresentação" #: ../../include/enotify.php:256 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" -msgstr "%1$s, você recebeu uma apresentação de '%2$s' em %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, você recebeu uma nova solicitação de conexão de '%2$s' em %3$s" #: ../../include/enotify.php:257 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." -msgstr "%1$s, você recebeu [zrl=%2$s]uma apresentação[/zrl] de %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, você recebeu [zrl=%2$s]uma nova solicitação de conexão[/zrl] de %3$s." #: ../../include/enotify.php:261 ../../include/enotify.php:280 #, php-format @@ -2911,8 +2939,8 @@ msgstr "Você pode visitar seu perfil em %s" #: ../../include/enotify.php:263 #, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Por favor, visite %s para aprovar ou rejeitar a apresentação." +msgid "Please visit %s to approve or reject the connection request." +msgstr "Por favor, visite %s para aprovar ou rejeitar a solicitação." #: ../../include/enotify.php:270 msgid "[Red:Notify] Friend suggestion received" @@ -2956,19 +2984,15 @@ msgstr "O arquivo de imagem está vazio." msgid "Unable to process image" msgstr "Não foi possível processar a imagem" -#: ../../include/photos.php:185 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "Não foi possível armazenar a foto." -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 msgid "Upload New Photos" msgstr "Enviar novas fotos" -#: ../../include/reddav.php:1063 -msgid "Edit File properties" -msgstr "Editar propriedades do arquivo" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2976,40 +3000,52 @@ msgid_plural "%d invitations available" msgstr[0] "%d convite disponível" msgstr[1] "%d convites disponíveis" -#: ../../include/contact_widgets.php:20 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:443 +msgid "Advanced" +msgstr "Avançado" + +#: ../../include/contact_widgets.php:22 msgid "Find Channels" msgstr "Pesquisar canais" -#: ../../include/contact_widgets.php:21 +#: ../../include/contact_widgets.php:23 msgid "Enter name or interest" msgstr "Digite um nome ou interesse" -#: ../../include/contact_widgets.php:22 +#: ../../include/contact_widgets.php:24 msgid "Connect/Follow" msgstr "Conectar/Acompanhar" -#: ../../include/contact_widgets.php:23 +#: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Por exemplo: José da Silva, Pescaria" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:357 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:371 msgid "Find" msgstr "Pesquisar" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 msgid "Channel Suggestions" msgstr "Sugestões de canais" -#: ../../include/contact_widgets.php:27 +#: ../../include/contact_widgets.php:29 msgid "Random Profile" msgstr "Perfil aleatório" -#: ../../include/contact_widgets.php:28 +#: ../../include/contact_widgets.php:30 msgid "Invite Friends" msgstr "Convidar amigos" -#: ../../include/contact_widgets.php:120 +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Exemplo: name=raoni and country=peru" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Busca avançada" + +#: ../../include/contact_widgets.php:125 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" @@ -3032,6 +3068,43 @@ msgstr "Essa ação excede o limite definido para o seu plano de assinatura." 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/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "Permissão negada" + +#: ../../include/items.php:756 +msgid "(Unknown)" +msgstr "(Desconhecido)" + +#: ../../include/items.php:3514 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:931 ../../mod/admin.php:1134 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "O item não foi encontrado." + +#: ../../include/items.php:3894 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "A coleção não foi encontrada." + +#: ../../include/items.php:3909 +msgid "Collection is empty." +msgstr "A coleção está vazia." + +#: ../../include/items.php:3916 +#, php-format +msgid "Collection: %s" +msgstr "Coleção: %s" + +#: ../../include/items.php:3927 +#, php-format +msgid "Connection: %s" +msgstr "Conexão: %s" + +#: ../../include/items.php:3930 +msgid "Connection not found." +msgstr "A conexão não foi encontrada." + #: ../../include/follow.php:23 msgid "Channel is blocked on this site." msgstr "O canal está bloqueado neste site." @@ -3062,16 +3135,11 @@ msgid "" "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/comanche.php:35 ../../view/theme/redbasic/php/config.php:66 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "Default" - -#: ../../include/oembed.php:157 +#: ../../include/oembed.php:168 msgid "Embedded content" msgstr "Conteúdo incorporado" -#: ../../include/oembed.php:166 +#: ../../include/oembed.php:177 msgid "Embedding disabled" msgstr "A incorporação está desabilitada" @@ -3101,7 +3169,7 @@ 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 seus fluxo e publicações" +msgstr "Pode me enviar seu fluxo e publicações" #: ../../include/permissions.php:22 msgid "Can post on my channel page (\"wall\")" @@ -3121,7 +3189,7 @@ 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 encaminha para todos os contatos do meu canal via @menções na publicação" +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" @@ -3160,52 +3228,15 @@ 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/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "Permissão negada" - -#: ../../include/items.php:756 -msgid "(Unknown)" -msgstr "(Desconhecido)" - -#: ../../include/items.php:3513 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "O item não foi encontrado." - -#: ../../include/items.php:3849 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "A coleção não foi encontrada." - -#: ../../include/items.php:3864 -msgid "Collection is empty." -msgstr "A coleção está vazia." - -#: ../../include/items.php:3871 -#, php-format -msgid "Collection: %s" -msgstr "Coleção: %s" - -#: ../../include/items.php:3882 -#, php-format -msgid "Connection: %s" -msgstr "Conexão: %s" - -#: ../../include/items.php:3885 -msgid "Connection not found." -msgstr "A conexão não foi encontrada." - -#: ../../include/zot.php:548 +#: ../../include/zot.php:583 msgid "Invalid data packet" msgstr "Pacote de dados inválido" -#: ../../include/zot.php:558 +#: ../../include/zot.php:593 msgid "Unable to verify channel signature" msgstr "Não foi possível verificar a assinatura do canal" -#: ../../include/zot.php:735 +#: ../../include/zot.php:770 #, php-format msgid "Unable to verify site signature for %s" msgstr "Não foi possível verificar a assinatura do site para %s" @@ -3242,7 +3273,7 @@ msgstr "Criar um novo evento" msgid "Previous" msgstr "Anterior" -#: ../../mod/events.php:357 ../../mod/setup.php:258 +#: ../../mod/events.php:357 ../../mod/setup.php:261 msgid "Next" msgstr "Próximo" @@ -3479,6 +3510,7 @@ msgid "Add application" msgstr "Adicionar aplicação" #: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:901 msgid "Name" msgstr "Nome" @@ -3564,7 +3596,7 @@ msgstr "Confirme:" 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:937 +#: ../../mod/settings.php:628 ../../mod/settings.php:938 msgid "Email Address:" msgstr "Endereço de e-mail:" @@ -3592,7 +3624,7 @@ msgstr "Recursos adicionais" msgid "Connector Settings" msgstr "Configurações do conector" -#: ../../mod/settings.php:708 ../../mod/admin.php:379 +#: ../../mod/settings.php:708 ../../mod/admin.php:387 msgid "No special theme for mobile devices" msgstr "Sem tema especial para aparelhos móveis" @@ -3636,237 +3668,249 @@ msgstr "Não exibir perfis remotos em frames" msgid "By default open in a sub-window of your own site" msgstr "Por padrão, abrir em uma sub-janela do seu próprio site" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" +msgstr "Editor de layout de página do sistema - (avançado)" + +#: ../../mod/settings.php:796 msgid "Nobody except yourself" msgstr "Ninguém exceto você mesmo" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:797 msgid "Only those you specifically allow" msgstr "Apenas quem você der permissão" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:798 msgid "Anybody in your address book" msgstr "Qualquer um nos seus contatos" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:799 msgid "Anybody on this website" msgstr "Qualquer um neste site" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:800 msgid "Anybody in this network" msgstr "Qualquer um nesta rede" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:801 msgid "Anybody authenticated" msgstr "Qualquer um autenticado" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:802 msgid "Anybody on the internet" msgstr "Qualquer um na internet" -#: ../../mod/settings.php:878 +#: ../../mod/settings.php:879 msgid "Publish your default profile in the network directory" msgstr "Publicar seu perfil padrão no diretório da rede?" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:106 ../../mod/profiles.php:484 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 msgid "No" msgstr "Não" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:105 ../../mod/profiles.php:483 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 msgid "Yes" msgstr "Sim" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:884 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:887 ../../mod/profile_photo.php:288 +#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288 msgid "or" msgstr "ou" -#: ../../mod/settings.php:892 +#: ../../mod/settings.php:893 msgid "Your channel address is" msgstr "O endereço do seu canal é" -#: ../../mod/settings.php:926 +#: ../../mod/settings.php:927 msgid "Channel Settings" msgstr "Configurações do canal" -#: ../../mod/settings.php:935 +#: ../../mod/settings.php:936 msgid "Basic Settings" msgstr "Configurações básicas" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:939 msgid "Your Timezone:" msgstr "Seu fuso horário:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:940 msgid "Default Post Location:" msgstr "Localização padrão de suas publicações:" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "Usar localizador do navegador:" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:943 msgid "Adult Content" msgstr "Conteúdo adulto" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:943 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:944 +#: ../../mod/settings.php:945 msgid "Security and Privacy Settings" msgstr "Configurações de segurança e privacidade" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:947 msgid "Hide my online presence" msgstr "Esconda minha presença online" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:947 msgid "Prevents displaying in your profile that you are online" msgstr "Previne exibir em seu perfil que você está online" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:949 msgid "Simple Privacy Settings:" msgstr "Configurações de privacidade simples:" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:950 msgid "" "Very Public - extremely permissive (should be used with caution)" msgstr "Muito público - extremamente permissivo (deve ser usado com cuidado)" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:951 msgid "" "Typical - default public, privacy when desired (similar to social " "network permissions but with improved privacy)" msgstr "Típico - público por padrão, privado quando desejável (similar às permissões de redes sociais, mas com melhor privacidade)" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:952 msgid "Private - default private, never open or public" msgstr "Privado - privado por padrão, nunca aberto ou público" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:953 msgid "Blocked - default blocked to/from everybody" msgstr "Bloqueado - por padrão bloquado de/para todos" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:955 msgid "Allow others to tag your posts" msgstr "Permitir que outros etiquetem suas publicações" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:955 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:956 +#: ../../mod/settings.php:957 msgid "Advanced Privacy Settings" msgstr "Configurações de privacidade avançadas" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:959 +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:959 +msgid "0 or blank prevents expiration" +msgstr "0 ou em branco previne expiração" + +#: ../../mod/settings.php:960 msgid "Maximum Friend Requests/Day:" msgstr "Número máximo de requisições de amizade por dia:" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:960 msgid "May reduce spam activity" msgstr "Pode reduzir a frequência de spam" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "Permissões padrão de publicação" -#: ../../mod/settings.php:960 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 msgid "(click to open/close)" msgstr "(clique para abrir/fechar)" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:973 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:971 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" msgstr "Útil para reduzir a frequência de spam" -#: ../../mod/settings.php:974 +#: ../../mod/settings.php:976 msgid "Notification Settings" msgstr "Configurações de notificação" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:977 msgid "By default post a status message when:" msgstr "Por padrão, publicar uma mensagem de status quando:" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:978 msgid "accepting a friend request" msgstr "aceitar um pedido de amizade" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:979 msgid "joining a forum/community" msgstr "associar-se a um fórum/comunidade" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:980 msgid "making an interesting profile change" msgstr "modificar algo interessante em seu perfil" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:981 msgid "Send a notification email when:" msgstr "Enviar um e-mail de notificação quando:" -#: ../../mod/settings.php:980 -msgid "You receive an introduction" -msgstr "Você recebeu uma apresentação" - -#: ../../mod/settings.php:981 -msgid "Your introductions are confirmed" -msgstr "Suas solicitações forem confirmadas" - #: ../../mod/settings.php:982 +msgid "You receive a connection request" +msgstr "Você recebe uma solicitação de conexão" + +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" +msgstr "Suas conexões são confirmadas" + +#: ../../mod/settings.php:984 msgid "Someone writes on your profile wall" msgstr "Alguém escrever no mural do seu perfil" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:985 msgid "Someone writes a followup comment" -msgstr "Alguém comentou a sua mensagem" +msgstr "Alguém comenta uma publicação" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:986 msgid "You receive a private message" msgstr "Você recebeu uma mensagem privada" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:987 msgid "You receive a friend suggestion" msgstr "Você recebe uma sugestão de amizade" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:988 msgid "You are tagged in a post" msgstr "Você é mencionado num post" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "Você foi cutucado/espetado/etc. numa publicação" -#: ../../mod/settings.php:990 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "Configurações avançadas de conta/tipo de página" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "Mudar o comportamento dessa conta em situações especiais" -#: ../../mod/settings.php:994 +#: ../../mod/settings.php:996 msgid "" "Please enable expert mode (in Settings > " "Additional features) to adjust!" msgstr "Por favor, habilite o modo expert (em Configurações > Recursos adicionais) para ajustar!" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:997 msgid "Miscellaneous Settings" msgstr "Configurações miscelâneas" -#: ../../mod/settings.php:997 +#: ../../mod/settings.php:999 msgid "Personal menu to display in your channel pages" msgstr "Menu pessoal para exibir nas páginas dos seus canais" @@ -3880,7 +3924,7 @@ msgstr "Não foi possível atualizar o menu." #: ../../mod/menu.php:30 msgid "Menu created." -msgstr "Menu criado." +msgstr "O menu foi criado." #: ../../mod/menu.php:34 msgid "Unable to create menu." @@ -3971,7 +4015,7 @@ msgstr "Modificar" msgid "Not found." msgstr "Não encontrado." -#: ../../mod/webpages.php:121 ../../mod/layouts.php:100 +#: ../../mod/webpages.php:121 ../../mod/layouts.php:115 #: ../../mod/blocks.php:96 msgid "View" msgstr "Ver" @@ -4038,16 +4082,16 @@ msgstr "Conteúdo de tipo executável não permitido para este canal." msgid "System error. Post not saved." msgstr "Erro no sistema. A publicação não foi salva." -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 +#: ../../mod/item.php:1131 ../../mod/wall_upload.php:34 msgid "Wall Photos" msgstr "Fotos do mural" -#: ../../mod/item.php:1192 +#: ../../mod/item.php:1211 #, 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:1198 +#: ../../mod/item.php:1217 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Você atingiu o seu limite de %1$.0f páginas web." @@ -4059,12 +4103,11 @@ msgstr "%1$s está acompanhando %3$s de %2$s" #: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 #: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 msgid "[Embedded content - reload page to view]" msgstr "[Conteúdo incorporado - recarregue a página para ver]" #: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 -#: ../../mod/wall_upload.php:28 +#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 msgid "Channel not found." msgstr "O canal não foi encontrado." @@ -4116,8 +4159,7 @@ msgstr "Salas de bate-papo de %1$s" #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 #: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 msgid "Public access denied." msgstr "Acesso público negado." @@ -4146,7 +4188,7 @@ msgstr "Remover a etiqueta de item" msgid "Select a tag to remove: " msgstr "Selecione uma etiqueta para remover: " -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 msgid "Remove" msgstr "Remover" @@ -4228,6 +4270,26 @@ msgstr "Adicionar" msgid "No entries." msgstr "Sem entradas." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout atualizado." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Editar descrição de página do sistema" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout não encontrado." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Nome do módulo:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Ajuda de layout" + #: ../../mod/attach.php:9 msgid "Item not available." msgstr "O item não está disponível." @@ -4348,13 +4410,13 @@ msgstr "Clique em um contato para adicionar ou remover." msgid "Visible To" msgstr "Visível para" -#: ../../mod/profperm.php:134 ../../mod/connections.php:250 +#: ../../mod/profperm.php:134 ../../mod/connections.php:256 msgid "All Connections" msgstr "Todas as conexões" #: ../../mod/group.php:20 msgid "Collection created." -msgstr "Coleção criada" +msgstr "A coleção foi criada." #: ../../mod/group.php:26 msgid "Could not create collection." @@ -4400,545 +4462,580 @@ msgstr "Todas os canais conectados" msgid "Click on a channel to add or remove." msgstr "Clique em um canal para adicionar ou remover." -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "As configurações de tema foram atualizadas." -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:438 msgid "Site" msgstr "Site" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" -msgstr "Usuários" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Contas" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:94 ../../mod/admin.php:893 +msgid "Channels" +msgstr "Canais" + +#: ../../mod/admin.php:95 ../../mod/admin.php:984 ../../mod/admin.php:1026 msgid "Plugins" msgstr "Plugins" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1189 ../../mod/admin.php:1225 msgid "Themes" msgstr "Temas" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:537 msgid "Server" msgstr "Servidor" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "Atualizações do Banco de Dados" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1312 msgid "Logs" msgstr "Logs" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "Recursos dos plugins" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "Registros de usuário aguardando confirmação" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "Filas de mensagem" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:437 ../../mod/admin.php:536 +#: ../../mod/admin.php:745 ../../mod/admin.php:892 ../../mod/admin.php:983 +#: ../../mod/admin.php:1025 ../../mod/admin.php:1188 ../../mod/admin.php:1224 +#: ../../mod/admin.php:1311 msgid "Administration" msgstr "Administração" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "Resumo" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "Usuários registrados" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:540 msgid "Pending registrations" msgstr "Registros pendentes" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Versão" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:541 msgid "Active plugins" msgstr "Plugins ativos" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:358 msgid "Site settings updated." msgstr "As configurações de site foram atualizadas." -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:389 msgid "No special theme for accessibility" msgstr "Sem tema especial para acessibilidade" -#: ../../mod/admin.php:409 +#: ../../mod/admin.php:417 msgid "Closed" msgstr "Fechado" -#: ../../mod/admin.php:410 +#: ../../mod/admin.php:418 msgid "Requires approval" msgstr "Requer aprovação" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:419 msgid "Open" msgstr "Aberto" -#: ../../mod/admin.php:416 +#: ../../mod/admin.php:424 msgid "Private" msgstr "Privado" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:425 msgid "Paid Access" msgstr "Acesso pago" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:426 msgid "Free Access" msgstr "Acesso gratuito" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:427 msgid "Tiered Access" msgstr "Acesso em níveis" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:440 ../../mod/register.php:189 msgid "Registration" msgstr "Registro" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:441 msgid "File upload" msgstr "Carregamento de arquivos" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:442 msgid "Policies" msgstr "Políticas" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "Avançado" - -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:447 msgid "Site name" msgstr "Nome do site" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:448 msgid "Banner/Logo" msgstr "Cartaz/Logo" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 msgid "Administrator Information" msgstr "Informações do Administrador" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 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:442 +#: ../../mod/admin.php:450 msgid "System language" msgstr "Idioma do sistema" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "System theme" msgstr "Tema do sistema" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - mudar configurações do tema" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Mobile system theme" msgstr "Tema do sistema móvel" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Theme for mobile devices" msgstr "Tema para dispositivos móveis" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility system theme" msgstr "Tema do sistema acessível" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility theme" msgstr "Tema acessível" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:454 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:446 +#: ../../mod/admin.php:454 msgid "Site Channel" msgstr "Canal do site" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 msgid "Maximum image size" msgstr "Tamanho máximo de imagens" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 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:449 +#: ../../mod/admin.php:457 msgid "Register policy" msgstr "Política de registro" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:458 msgid "Access policy" msgstr "Política de acesso" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Register text" msgstr "Texto de registro" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Will be displayed prominently on the registration page." msgstr "Será exibido proeminentemente na página de registro." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 msgid "Accounts abandoned after x days" msgstr "Contas abandonadas após x dias" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 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:453 +#: ../../mod/admin.php:461 msgid "Allowed friend domains" msgstr "Domínios permitidos para amigos" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:461 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. Wildcards são aceitas. Vazio para permitir qualquer domínio" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 msgid "Allowed email domains" msgstr "Domínios permitidos de e-mail" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 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. Wildcards são aceitas. Vazio para permitir qualquer domínio" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 msgid "Block public" msgstr "Bloquear público" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 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:456 +#: ../../mod/admin.php:464 msgid "Force publish" msgstr "Forçar publicação" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:464 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:457 +#: ../../mod/admin.php:465 msgid "No login on Homepage" msgstr "Sem formulário de autenticação na página inicial" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:465 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:459 +#: ../../mod/admin.php:467 msgid "Proxy user" msgstr "Usuário do proxy" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:468 msgid "Proxy URL" msgstr "URL do proxy" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 msgid "Network timeout" msgstr "Timeout da rede" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 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:462 +#: ../../mod/admin.php:470 msgid "Delivery interval" msgstr "Intervalo de entrega" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:470 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:463 +#: ../../mod/admin.php:471 msgid "Poll interval" msgstr "Intervalo de coleta" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:471 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:464 +#: ../../mod/admin.php:472 msgid "Maximum Load Average" msgstr "Carga média máxima" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:472 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:520 +#: ../../mod/admin.php:528 msgid "No server found" msgstr "Nenhum servidor foi encontrado" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:535 ../../mod/admin.php:759 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "for channel" msgstr "para o canal" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "on server" msgstr "no servidor" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:556 msgid "Update has been marked successful" msgstr "A atualização foi designada bem sucedida" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:566 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Execução de %s falhou. Verifique os logs do sistema." -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:569 #, php-format msgid "Update %s was successfully applied." msgstr "A atualização %s foi aplicada com sucesso." -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:573 #, 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:568 +#: ../../mod/admin.php:576 #, 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:583 +#: ../../mod/admin.php:591 msgid "No failed updates." msgstr "Nenhuma falha nas atualizações." -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:595 msgid "Failed Updates" msgstr "Falha nas atualizações" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:597 msgid "Mark success (if update was manually applied)" msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:598 msgid "Attempt to execute this update step automatically" msgstr "Tente executar este passo da atualização automaticamente" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:624 ../../mod/admin.php:795 #, 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:623 +#: ../../mod/admin.php:631 ../../mod/admin.php:802 #, 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:654 +#: ../../mod/admin.php:662 msgid "Account not found" msgstr "A conta não foi encontrada" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:673 #, php-format msgid "User '%s' deleted" msgstr "O usuário/a '%s' foi deletado/a" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' unblocked" msgstr "O usuário/a '%s' foi desbloqueado/a" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' blocked" msgstr "O usuário/a '%s' foi bloqueado/a" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:746 ../../mod/admin.php:758 +msgid "Users" +msgstr "Usuários" + +#: ../../mod/admin.php:748 ../../mod/admin.php:895 msgid "select all" msgstr "selecionar tudo" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:749 msgid "User registrations waiting for confirm" msgstr "Registros de usuário aguardando confirmação" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:750 msgid "Request date" msgstr "Data de requisição" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:751 msgid "No registrations." msgstr "Nenhum registro." -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:752 msgid "Approve" msgstr "Aprovar" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:753 msgid "Deny" msgstr "Negar" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:755 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Block" msgstr "Bloquear" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:756 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Unblock" msgstr "Desbloquear" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Register date" msgstr "Data de registro" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Last login" msgstr "Última autenticação" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Expires" msgstr "Expira" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Service Class" msgstr "Classe de serviço" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:761 ../../mod/admin.php:903 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:754 +#: ../../mod/admin.php:762 ../../mod/admin.php:904 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:795 +#: ../../mod/admin.php:833 +msgid "Channel not found" +msgstr "Canal não encontrado" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Canal '%s' não censurado" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' censored" +msgstr "Canal '%s' censurado" + +#: ../../mod/admin.php:897 +msgid "Censor" +msgstr "Censurar" + +#: ../../mod/admin.php:898 +msgid "Uncensor" +msgstr "Não censurar" + +#: ../../mod/admin.php:901 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:901 ../../mod/profiles.php:337 +msgid "Address" +msgstr "Endereço" + +#: ../../mod/admin.php:943 #, php-format msgid "Plugin %s disabled." msgstr "Plugin %s desabilitado." -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:947 #, php-format msgid "Plugin %s enabled." msgstr "Plugin %s habilitado." -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:957 ../../mod/admin.php:1159 msgid "Disable" msgstr "Desabilitar" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:959 ../../mod/admin.php:1161 msgid "Enable" msgstr "Habilitar" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:985 ../../mod/admin.php:1190 msgid "Toggle" msgstr "Alternar" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:993 ../../mod/admin.php:1200 msgid "Author: " msgstr "Autor:" -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:994 ../../mod/admin.php:1201 msgid "Maintainer: " msgstr "Mantenedor:" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1123 msgid "No themes found." msgstr "Nenhum tema foi encontrado." -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1182 msgid "Screenshot" msgstr "Captura de tela" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1230 msgid "[Experimental]" msgstr "[Experimental]" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1231 msgid "[Unsupported]" msgstr "[Desassistido]" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1258 msgid "Log settings updated." msgstr "As configurações de log foram atualizadas." -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1314 msgid "Clear" msgstr "Limpar" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1320 msgid "Debugging" msgstr "Depuração" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 msgid "Log file" msgstr "Arquivo de log" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 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:1174 +#: ../../mod/admin.php:1322 msgid "Log level" msgstr "Nível do log" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "- selecionar -" @@ -4948,7 +5045,8 @@ msgid "Welcome to %s" msgstr "Bem-vindo(a) a %s" #: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 +#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 msgid "Item not found" msgstr "O item não foi encontrado" @@ -4961,42 +5059,42 @@ msgid "Delete item?" msgstr "Deletar item?" #: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 +#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:115 msgid "Insert YouTube video" msgstr "Inserir vídeo do YouTube" #: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 +#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:116 msgid "Insert Vorbis [.ogg] video" msgstr "Inserir vídeo Vorbis (.ogg)" #: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 +#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:117 msgid "Insert Vorbis [.ogg] audio" msgstr "Inserir áudio Vorbis (.ogg)" -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "Idade: " -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "Gênero: " -#: ../../mod/directory.php:208 +#: ../../mod/directory.php:212 msgid "Finding:" msgstr "Pesquisando:" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "next page" msgstr "próxima página" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "previous page" msgstr "página anterior" -#: ../../mod/directory.php:223 +#: ../../mod/directory.php:227 msgid "No entries (some entries may be hidden)." msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)." @@ -5016,228 +5114,228 @@ msgstr "A conexão foi atualizada." msgid "Failed to update connection record." msgstr "Não foi possível atualizar o registro da conexão." -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:210 msgid "Could not access address book record." msgstr "Não foi possível acessar o registro do contato." -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:224 msgid "Refresh failed - channel is currently unavailable." msgstr "A atualização falhou - o canal está indisponível no momento." -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:231 msgid "Channel has been unblocked" msgstr "O canal foi desbloqueado" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:232 msgid "Channel has been blocked" msgstr "O canal foi bloqueado" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 msgid "Unable to set address book parameters." msgstr "Não foi possível definir os parâmetros do contato." -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:243 msgid "Channel has been unignored" msgstr "O canal não está mais ignorado" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:244 msgid "Channel has been ignored" msgstr "O canal passou a estar ignorado" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:255 msgid "Channel has been unarchived" msgstr "O canal deixou o arquivo" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:256 msgid "Channel has been archived" msgstr "O canal foi colocado no arquivo" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:267 msgid "Channel has been unhidden" msgstr "O canal não está mais oculto" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:268 msgid "Channel has been hidden" msgstr "O canal passou a estar oculto" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:282 msgid "Channel has been approved" msgstr "O canal foi aprovado" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:283 msgid "Channel has been unapproved" msgstr "O canal deixou de estar aprovado" -#: ../../mod/connedit.php:295 -msgid "Contact has been removed." -msgstr "O contato foi removido." +#: ../../mod/connedit.php:301 +msgid "Connection has been removed." +msgstr "A conexão foi removida." -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:321 #, php-format msgid "View %s's profile" msgstr "Ver o perfil de %s" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:325 msgid "Refresh Permissions" msgstr "Atualizar permissões" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:328 msgid "Fetch updated permissions" msgstr "Buscar as permissões atualizadas" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:332 msgid "Recent Activity" msgstr "Atividades recentes" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:335 msgid "View recent posts and comments" msgstr "Exibir publicações e comentários recentes" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:342 msgid "Block or Unblock this connection" msgstr "Bloquear ou desbloquear esta conexão" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 msgid "Unignore" msgstr "Não ignorar" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorar" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:349 msgid "Ignore or Unignore this connection" msgstr "Ignorar ou deixar de ignorar esta conexão" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Unarchive" msgstr "Não arquivar" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Archive" msgstr "Arquivar" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:355 msgid "Archive or Unarchive this connection" msgstr "Colocar ou retirar do arquivo esta conexão" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Unhide" msgstr "Não ocultar" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Hide" msgstr "Ocultar" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:361 msgid "Hide or Unhide this connection" msgstr "Ocultar ou deixar de ocultar esta conexão" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:368 msgid "Delete this connection" msgstr "Deletar esta conexão" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:401 msgid "Unknown" msgstr "Desconhecidos" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 msgid "Approve this connection" msgstr "Aprovar esta conexão" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:411 msgid "Accept connection to allow communication" msgstr "Aceite a conexão para permitir comunicação" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 msgid "Automatic Permissions Settings" msgstr "Configurações de permissão automáticas" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 #, php-format msgid "Connections: settings for %s" msgstr "Conexões: configurações para %s" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:431 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:427 +#: ../../mod/connedit.php:433 msgid "Slide to adjust your degree of friendship" msgstr "Deslize para ajustar seu grau de amizade" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:439 msgid "inherited" msgstr "herdado" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:441 msgid "Connection has no individual permissions!" msgstr "A conexão não tem permissões individuais!" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:442 msgid "" "This may be appropriate based on your privacy " "settings, though you may wish to review the \"Advanced Permissions\"." msgstr "Isso pode ser adequado baseado nas suas configurações de privacidade, mas talvez você queira rever suas \"Permissões Avançadas\"." -#: ../../mod/connedit.php:438 +#: ../../mod/connedit.php:444 msgid "Profile Visibility" msgstr "Visibilidade do perfil" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:445 #, 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:440 +#: ../../mod/connedit.php:446 msgid "Contact Information / Notes" msgstr "Informações de contato / Notas" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:447 msgid "Edit contact notes" msgstr "Editar anotações sobre o contato" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:449 msgid "Their Settings" msgstr "Configurações dele/a" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:450 msgid "My Settings" msgstr "Minhas configurações" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:452 msgid "Forum Members" msgstr "Membros do fórum" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:453 msgid "Soapbox" msgstr "Caixa de sabão" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:454 msgid "Full Sharing (typical social network permissions)" msgstr "Compartilhamento completo (permissões típicas de redes sociais)" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:455 msgid "Cautious Sharing " msgstr "Compartilhamento cauteloso" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:456 msgid "Follow Only" msgstr "Apenas seguir" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:457 msgid "Individual Permissions" msgstr "Permissões individuais" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:458 msgid "" "Some permissions may be inherited from your channel privacy settings, which have higher priority than " @@ -5245,85 +5343,81 @@ msgid "" "have no effect." msgstr "Algumas permissões serão herdadas das configurações de privacidade 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:453 +#: ../../mod/connedit.php:459 msgid "Advanced Permissions" msgstr "Permissões avançadas" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:460 msgid "Simple Permissions (select one and submit)" msgstr "Permissões simples (slecione uma e submeta)" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:464 #, php-format msgid "Visit %s's profile - %s" msgstr "Ver o perfil de %s - %s" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:465 msgid "Block/Unblock contact" msgstr "Bloquear/desbloquear o contato" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:466 msgid "Ignore contact" msgstr "Ignorar o contato" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:467 msgid "Repair URL settings" msgstr "Reparar configurações de URL" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:468 msgid "View conversations" msgstr "Ver as conversas" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:470 msgid "Delete contact" msgstr "Excluir o contato" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:473 msgid "Last update:" msgstr "Última atualização:" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:475 msgid "Update public posts" msgstr "Atualizar publicações públicas" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:477 msgid "Update now" msgstr "Atualizar agora" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:483 msgid "Currently blocked" msgstr "Atualmente bloqueado" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:484 msgid "Currently ignored" msgstr "Atualmente ignorado" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:485 msgid "Currently archived" msgstr "Atualmente arquivado" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:486 msgid "Currently pending" msgstr "Atualmente pendente" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "Hide this contact from others" msgstr "Esconda este contato dos demais" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Respostas/reações às suas publicações públicas podem continuar visíveis." -#: ../../mod/layouts.php:45 -msgid "Layout Help" -msgstr "Ajuda de layout" - -#: ../../mod/layouts.php:48 +#: ../../mod/layouts.php:62 msgid "Help with this feature" msgstr "Ajuda com este recurso" -#: ../../mod/layouts.php:69 +#: ../../mod/layouts.php:83 msgid "Layout Name" msgstr "Nome do layout" @@ -5336,7 +5430,7 @@ msgid "Not Found" msgstr "Não encontrada" #: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../index.php:226 +#: ../../mod/block.php:75 ../../index.php:226 msgid "Page not found." msgstr "Página não encontrada." @@ -5366,7 +5460,7 @@ msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)" msgid "Authenticate" msgstr "Autenticar" -#: ../../mod/page.php:35 +#: ../../mod/page.php:35 ../../mod/block.php:27 msgid "Invalid item." msgstr "Item inválido." @@ -5374,23 +5468,23 @@ msgstr "Item inválido." msgid "No such group" msgstr "Este grupo não existe" -#: ../../mod/network.php:118 +#: ../../mod/network.php:119 msgid "Search Results For:" msgstr "Resultados da busca por:" -#: ../../mod/network.php:172 +#: ../../mod/network.php:173 msgid "Collection is empty" msgstr "A coleção está vazia" -#: ../../mod/network.php:180 +#: ../../mod/network.php:181 msgid "Collection: " msgstr "Coleção:" -#: ../../mod/network.php:193 +#: ../../mod/network.php:194 msgid "Connection: " msgstr "Conexão:" -#: ../../mod/network.php:196 +#: ../../mod/network.php:197 msgid "Invalid connection." msgstr "Conexão inválida." @@ -5463,10 +5557,6 @@ msgstr "Página web" msgid "Interests" msgstr "Interesses" -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "Endereço" - #: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "Localização" @@ -5642,21 +5732,6 @@ msgstr "Adicionar coisas ao perfil" msgid "Include desirable objects in your profile" msgstr "Inclua objetos desejáveis no seu perfil" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canal adicionado." - -#: ../../mod/post.php:226 -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:256 ../../mod/openid.php:71 ../../mod/openid.php:176 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." - #: ../../mod/dirsearch.php:21 msgid "This site is not a directory server" msgstr "Este site não é um servidor de diretório" @@ -5667,7 +5742,7 @@ msgstr "Falha ao criar a fonte. Nenhum canal selecionado." #: ../../mod/sources.php:45 msgid "Source created." -msgstr "Fonte criada." +msgstr "A fonte foi criada." #: ../../mod/sources.php:57 msgid "Source updated." @@ -5736,346 +5811,346 @@ msgstr "Visível para:" msgid "Hub not found." msgstr "O hub não foi encontrado." -#: ../../mod/setup.php:161 +#: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "Servidor Red Matrix - Configuração" -#: ../../mod/setup.php:167 +#: ../../mod/setup.php:168 msgid "Could not connect to database." msgstr "Não foi possível conectar ao banco de dados." -#: ../../mod/setup.php:171 +#: ../../mod/setup.php:172 msgid "" "Could not connect to specified site URL. Possible SSL certificate or DNS " "issue." msgstr "Não foi possível conectar à URL especificada para o site. Provavlmente um problema de DNS ou com o certificado SSL." -#: ../../mod/setup.php:176 +#: ../../mod/setup.php:179 msgid "Could not create table." msgstr "Não foi possível criar a tabela." -#: ../../mod/setup.php:182 +#: ../../mod/setup.php:185 msgid "Your site database has been installed." msgstr "O banco de dados do seu site foi instalado." -#: ../../mod/setup.php:187 +#: ../../mod/setup.php:190 msgid "" "You may need to import the file \"install/database.sql\" manually using " "phpmyadmin or mysql." msgstr "Pode ser que você precise importar o arquivo \"install/database.sql\" manualmente, usando o phpmyadmin or mysql." -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:634 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"." -#: ../../mod/setup.php:254 +#: ../../mod/setup.php:257 msgid "System check" msgstr "Checagem do sistema" -#: ../../mod/setup.php:259 +#: ../../mod/setup.php:262 msgid "Check again" msgstr "Cheque novamente" -#: ../../mod/setup.php:281 +#: ../../mod/setup.php:284 msgid "Database connection" msgstr "Conexão ao banco de dados" -#: ../../mod/setup.php:282 +#: ../../mod/setup.php:285 msgid "" "In order to install Red Matrix we need to know how to connect to your " "database." msgstr "Para instalar a Red Matrix é necessário saber como se conectar ao seu banco de dados." -#: ../../mod/setup.php:283 +#: ../../mod/setup.php:286 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a isso." -#: ../../mod/setup.php:284 +#: ../../mod/setup.php:287 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "O banco de dados que você especificar abaixo já deve existir. Caso contrário, crie-o antes de prosseguir." -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Database Server Name" msgstr "Nome do servidor de banco de dados" -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Default is localhost" msgstr "O default é localhost" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Database Port" msgstr "Porta do banco de dados" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Communication port number - use 0 for default" msgstr "Número da porta de comunicação - use 0 para o default" -#: ../../mod/setup.php:290 +#: ../../mod/setup.php:293 msgid "Database Login Name" msgstr "Nome do usuário do banco de dados" -#: ../../mod/setup.php:291 +#: ../../mod/setup.php:294 msgid "Database Login Password" msgstr "Senha do usuário do banco de dados" -#: ../../mod/setup.php:292 +#: ../../mod/setup.php:295 msgid "Database Name" msgstr "Nome do banco de dados" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "Site administrator email address" msgstr "Endereço de email do administrador do site" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web." -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Website URL" msgstr "URL do website" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Please use SSL (https) URL if available." msgstr "Por favor, use uma URL SSL (https) se disponível." -#: ../../mod/setup.php:298 ../../mod/setup.php:341 +#: ../../mod/setup.php:301 ../../mod/setup.php:344 msgid "Please select a default timezone for your website" msgstr "Por favor, selecione o fuso horário padrão para o seu site" -#: ../../mod/setup.php:325 +#: ../../mod/setup.php:328 msgid "Site settings" msgstr "Configurações do site" -#: ../../mod/setup.php:384 +#: ../../mod/setup.php:387 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web." -#: ../../mod/setup.php:385 +#: ../../mod/setup.php:388 msgid "" "If you don't have a command line version of PHP installed on server, you " "will not be able to run background polling via cron." msgstr "Caso você não tenha uma versão de linha de comando do PHP instalada no seu servidor, você não será capaz de executar coletas em segundo plano pelo cron." -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "PHP executable path" msgstr "Caminho para o executável do PHP" -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação." -#: ../../mod/setup.php:394 +#: ../../mod/setup.php:397 msgid "Command line PHP" msgstr "PHP em linha de comando" -#: ../../mod/setup.php:403 +#: ../../mod/setup.php:406 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema." -#: ../../mod/setup.php:404 +#: ../../mod/setup.php:407 msgid "This is required for message delivery to work." msgstr "Isto é necessário para o funcionamento do envio de mensagens." -#: ../../mod/setup.php:406 +#: ../../mod/setup.php:409 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: ../../mod/setup.php:427 +#: ../../mod/setup.php:430 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia" -#: ../../mod/setup.php:428 +#: ../../mod/setup.php:431 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/setup.php:430 +#: ../../mod/setup.php:433 msgid "Generate encryption keys" msgstr "Gerar chaves de criptografia" -#: ../../mod/setup.php:437 +#: ../../mod/setup.php:440 msgid "libCurl PHP module" msgstr "Módulo PHP libCurl" -#: ../../mod/setup.php:438 +#: ../../mod/setup.php:441 msgid "GD graphics PHP module" msgstr "Módulo PHP GD graphics" -#: ../../mod/setup.php:439 +#: ../../mod/setup.php:442 msgid "OpenSSL PHP module" msgstr "Módulo PHP OpenSSL" -#: ../../mod/setup.php:440 +#: ../../mod/setup.php:443 msgid "mysqli PHP module" msgstr "Módulo PHP mysqli" -#: ../../mod/setup.php:441 +#: ../../mod/setup.php:444 msgid "mb_string PHP module" msgstr "Módulo PHP mb_string " -#: ../../mod/setup.php:442 +#: ../../mod/setup.php:445 msgid "mcrypt PHP module" msgstr "Módulo PHP mcrypt" -#: ../../mod/setup.php:447 ../../mod/setup.php:449 +#: ../../mod/setup.php:450 ../../mod/setup.php:452 msgid "Apache mod_rewrite module" msgstr "Módulo mod_rewrite do Apache" -#: ../../mod/setup.php:447 +#: ../../mod/setup.php:450 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado." -#: ../../mod/setup.php:453 ../../mod/setup.php:456 +#: ../../mod/setup.php:456 ../../mod/setup.php:459 msgid "proc_open" msgstr "proc_open" -#: ../../mod/setup.php:453 +#: ../../mod/setup.php:456 msgid "" "Error: proc_open is required but is either not installed or has been " "disabled in php.ini" msgstr "Erro: proc_open é necessário, mas não está instalado ou foi desabilitado no php.ini" -#: ../../mod/setup.php:461 +#: ../../mod/setup.php:464 msgid "Error: libCURL PHP module required but not installed." msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:465 +#: ../../mod/setup.php:468 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:469 +#: ../../mod/setup.php:472 msgid "Error: openssl PHP module required but not installed." msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:473 +#: ../../mod/setup.php:476 msgid "Error: mysqli PHP module required but not installed." msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:477 +#: ../../mod/setup.php:480 msgid "Error: mb_string PHP module required but not installed." msgstr "Erro: o módulo mb_string do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:481 +#: ../../mod/setup.php:484 msgid "Error: mcrypt PHP module required but not installed." msgstr "Erro: o módulo mcrypt do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:497 +#: ../../mod/setup.php:500 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." msgstr "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo." -#: ../../mod/setup.php:498 +#: ../../mod/setup.php:501 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta." -#: ../../mod/setup.php:499 +#: ../../mod/setup.php:502 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome .htconfig.php, na pasta raiz do seu Red." -#: ../../mod/setup.php:500 +#: ../../mod/setup.php:503 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"install/INSTALL.txt\" for instructions." msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"install/INSTALL.TXT\" para instruções." -#: ../../mod/setup.php:503 +#: ../../mod/setup.php:506 msgid ".htconfig.php is writable" msgstr ".htconfig.php tem permissão de escrita" -#: ../../mod/setup.php:513 +#: ../../mod/setup.php:516 msgid "" "Red uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." 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:514 +#: ../../mod/setup.php:517 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." -#: ../../mod/setup.php:515 ../../mod/setup.php:533 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." 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:516 +#: ../../mod/setup.php:519 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." -#: ../../mod/setup.php:519 +#: ../../mod/setup.php:522 msgid "view/tpl/smarty3 is writable" msgstr "view/tpl/smarty3 tem permissão de escrita" -#: ../../mod/setup.php:532 +#: ../../mod/setup.php:535 msgid "" "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" msgstr "A Red usa o diretório store para salvar arquivos carregados. O servidor web necessita de permissão de escrita no diretório store dentro do diretório raiz da Red" -#: ../../mod/setup.php:536 +#: ../../mod/setup.php:539 msgid "store is writable" msgstr "store tem permissão de escrita" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "SSL certificate validation" msgstr "Validação do certificado SSL" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access" " to this site." msgstr "Não foi possível validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site." -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:561 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor." -#: ../../mod/setup.php:560 +#: ../../mod/setup.php:563 msgid "Url rewrite is working" msgstr "A reescrita de URLs está funcionando" -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:573 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web." -#: ../../mod/setup.php:594 +#: ../../mod/setup.php:597 msgid "Errors encountered creating database tables." msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados." -#: ../../mod/setup.php:607 +#: ../../mod/setup.php:632 msgid "

    What next

    " msgstr "

    Próximos passos

    " -#: ../../mod/setup.php:608 +#: ../../mod/setup.php:633 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." @@ -6094,57 +6169,37 @@ msgstr "Plugins/complementos/aplicações instalados:" msgid "No installed plugins/addons/apps" msgstr "Nenhum plugin/complemento/aplicação instalado" -#: ../../mod/siteinfo.php:93 -msgid "Project Donations" -msgstr "Doações para o projeto" - -#: ../../mod/siteinfo.php:94 -msgid "" -"

    The Red Matrix is provided for you by volunteers working in their spare " -"time. Your support will help us to build a better, freer, and privacy " -"respecting web. Select the following option for a one-time donation of your " -"choosing

    " -msgstr "

    A Red Matrix é oferecida a você por voluntários trabalhando no seu tempo livre. Seu apoio irá nos ajudar a construir uma web melhor, mais livre e com respeito à privacidade. Selecione uma das opções abaixo para realizar uma única doação de sua escolha:

    " - -#: ../../mod/siteinfo.php:95 -msgid "

    or

    " -msgstr "

    ou

    " - -#: ../../mod/siteinfo.php:96 -msgid "Recurring Donation Options" -msgstr "Opções para doações recorrentes" - -#: ../../mod/siteinfo.php:115 +#: ../../mod/siteinfo.php:97 msgid "Red" msgstr "Red" -#: ../../mod/siteinfo.php:116 +#: ../../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/siteinfo.php:119 +#: ../../mod/siteinfo.php:101 msgid "Running at web location" msgstr "Sendo executado no endereço web" -#: ../../mod/siteinfo.php:120 +#: ../../mod/siteinfo.php:102 msgid "" "Please visit GetZot.com to learn more " "about the Red Matrix." msgstr "Para aprender mais sobre a Red Matrix, visite GetZot.com." -#: ../../mod/siteinfo.php:121 +#: ../../mod/siteinfo.php:103 msgid "Bug reports and issues: please visit" msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" -#: ../../mod/siteinfo.php:124 +#: ../../mod/siteinfo.php:106 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/siteinfo.php:126 +#: ../../mod/siteinfo.php:108 msgid "Site Administrators" msgstr "Administradores do site" @@ -6202,7 +6257,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:1436 +#: ../../mod/lostpass.php:85 ../../boot.php:1454 msgid "Password Reset" msgstr "Reiniciar a senha" @@ -6491,6 +6546,11 @@ msgstr "Enviar resposta" msgid "OpenID protocol error. No ID returned." msgstr "Erro do protocolo OpenID. Nenhuma ID retornada." +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." + #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "Editar layout" @@ -6503,6 +6563,17 @@ msgstr "Deletar layout?" msgid "Delete Layout" msgstr "Deletar layout" +#: ../../mod/post.php:226 +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/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Carregar o URL retorna o erro: %1$s" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "A imagem foi enviada, mas não foi possível cortá-la." @@ -6579,76 +6650,84 @@ msgstr "Não foi possível enviar a imagem." msgid "Image size reduction [%s] failed." msgstr "Não foi possível reduzir o tamanho da imagem [%s]." -#: ../../mod/connections.php:191 ../../mod/connections.php:263 +#: ../../mod/connections.php:191 ../../mod/connections.php:269 msgid "Blocked" msgstr "Bloqueado" -#: ../../mod/connections.php:196 ../../mod/connections.php:270 +#: ../../mod/connections.php:196 ../../mod/connections.php:276 msgid "Ignored" msgstr "Ignorado" -#: ../../mod/connections.php:201 ../../mod/connections.php:284 +#: ../../mod/connections.php:201 ../../mod/connections.php:290 msgid "Hidden" msgstr "Oculto" -#: ../../mod/connections.php:206 ../../mod/connections.php:277 +#: ../../mod/connections.php:206 ../../mod/connections.php:283 msgid "Archived" msgstr "Arquivado" -#: ../../mod/connections.php:217 +#: ../../mod/connections.php:217 ../../mod/connections.php:297 +msgid "Unconnected" +msgstr "Não conectado" + +#: ../../mod/connections.php:222 msgid "All" msgstr "Todos" -#: ../../mod/connections.php:241 +#: ../../mod/connections.php:247 msgid "Suggest new connections" msgstr "Sugerir novas conexões" -#: ../../mod/connections.php:247 +#: ../../mod/connections.php:253 msgid "Show pending (new) connections" msgstr "Exibir conexões pendentes (novas)" -#: ../../mod/connections.php:253 +#: ../../mod/connections.php:259 msgid "Show all connections" msgstr "Exibir todas as conexões" -#: ../../mod/connections.php:256 +#: ../../mod/connections.php:262 msgid "Unblocked" msgstr "Não bloqueado" -#: ../../mod/connections.php:259 +#: ../../mod/connections.php:265 msgid "Only show unblocked connections" msgstr "Exibir apenas conexões não bloqueadas" -#: ../../mod/connections.php:266 +#: ../../mod/connections.php:272 msgid "Only show blocked connections" msgstr "Exibir apenas conexões bloqueadas" -#: ../../mod/connections.php:273 +#: ../../mod/connections.php:279 msgid "Only show ignored connections" msgstr "Exibir apenas conexões ignoradas" -#: ../../mod/connections.php:280 +#: ../../mod/connections.php:286 msgid "Only show archived connections" msgstr "Exibir apenas conexões arquivadas" -#: ../../mod/connections.php:287 +#: ../../mod/connections.php:293 msgid "Only show hidden connections" msgstr "Exibir apenas conexões ocultas" -#: ../../mod/connections.php:331 +#: ../../mod/connections.php:300 +msgid "Only show one-way connections" +msgstr "Exibir apenas conexões de mão única" + +#: ../../mod/connections.php:345 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:332 +#: ../../mod/connections.php:346 msgid "Edit contact" msgstr "Editar o contato" -#: ../../mod/connections.php:355 +#: ../../mod/connections.php:369 msgid "Search your connections" msgstr "Pesquisar em suas conexões" -#: ../../mod/connections.php:356 +#: ../../mod/connections.php:370 msgid "Finding: " msgstr "Pesquisando: " @@ -6688,7 +6767,7 @@ msgstr "Editar página web" msgid "Delete webpage?" msgstr "Deletar página web?" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:188 msgid "Delete Webpage" msgstr "Deletar página web" @@ -6696,6 +6775,10 @@ msgstr "Deletar página web" msgid "Access to this profile has been restricted." msgstr "O acesso a este perfil está restrito." +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canal adicionado." + #: ../../mod/poke.php:159 msgid "Poke/Prod" msgstr "Cutucar/Espetar" @@ -6720,18 +6803,6 @@ msgstr "Torne esta publicação privada" msgid "Insufficient permissions. Request redirected to profile page." msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Não disponível." - -#: ../../mod/community.php:32 -msgid "Community" -msgstr "Comunidade" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "Nenhum resultado." - #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "O contato não foi encontrado." @@ -6749,15 +6820,15 @@ msgstr "Sugerir amigos" msgid "Suggest a friend for %s" msgstr "Sugerir um amigo para %s" -#: ../../mod/editblock.php:86 +#: ../../mod/editblock.php:77 msgid "Edit Block" msgstr "Editar bloco" -#: ../../mod/editblock.php:96 +#: ../../mod/editblock.php:87 msgid "Delete block?" msgstr "Deletar bloco?" -#: ../../mod/editblock.php:163 +#: ../../mod/editblock.php:154 msgid "Delete Block" msgstr "Deletar bloco" @@ -6797,8 +6868,8 @@ msgstr "O arquivo não foi encontrado." msgid "Edit file permissions" msgstr "Editar permissões do arquivo" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 msgid "Permissions" msgstr "Permissões" @@ -6992,11 +7063,11 @@ msgstr "As informações do dono da pagina não puderam ser obtidas." msgid "Album not found." msgstr "O álbum não foi encontrado." -#: ../../mod/photos.php:119 ../../mod/photos.php:672 +#: ../../mod/photos.php:119 ../../mod/photos.php:671 msgid "Delete Album" msgstr "Excluir o álbum" -#: ../../mod/photos.php:159 ../../mod/photos.php:955 +#: ../../mod/photos.php:159 ../../mod/photos.php:954 msgid "Delete Photo" msgstr "Excluir a foto" @@ -7008,107 +7079,107 @@ msgstr "Não foi selecionada nenhuma foto" msgid "Access to this item is restricted." msgstr "O acesso a este item está restrito." -#: ../../mod/photos.php:577 +#: ../../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:580 +#: ../../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:599 +#: ../../mod/photos.php:598 msgid "Upload Photos" msgstr "Enviar fotos" -#: ../../mod/photos.php:603 ../../mod/photos.php:667 +#: ../../mod/photos.php:602 ../../mod/photos.php:666 msgid "New album name: " msgstr "Novo nome de álbum: " -#: ../../mod/photos.php:604 +#: ../../mod/photos.php:603 msgid "or existing album name: " msgstr "ou nome de um álbum já existente: " -#: ../../mod/photos.php:605 +#: ../../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:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 +#: ../../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:682 +#: ../../mod/photos.php:681 msgid "Edit Album" msgstr "Editar o álbum" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:687 msgid "Show Newest First" msgstr "Exibir primeiro os mais recentes" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:689 msgid "Show Oldest First" msgstr "Exibir primeiro os mais antigos" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 msgid "View Photo" msgstr "Ver a foto" -#: ../../mod/photos.php:779 +#: ../../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:781 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "A foto não está disponível" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:840 msgid "Use as profile photo" msgstr "Usar como uma foto de perfil" -#: ../../mod/photos.php:865 +#: ../../mod/photos.php:864 msgid "View Full Size" msgstr "Ver no tamanho real" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:938 msgid "Edit photo" msgstr "Editar a foto" -#: ../../mod/photos.php:941 +#: ../../mod/photos.php:940 msgid "Rotate CW (right)" msgstr "Rotacionar H (horário)" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:941 msgid "Rotate CCW (left)" msgstr "Rotacionar AH (anti-horário)" -#: ../../mod/photos.php:944 +#: ../../mod/photos.php:943 msgid "New album name" msgstr "Novo nome para o álbum" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:946 msgid "Caption" msgstr "Legenda" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:948 msgid "Add a Tag" msgstr "Adicionar uma etiqueta" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:951 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" -#: ../../mod/photos.php:1105 +#: ../../mod/photos.php:1104 msgid "In This Photo:" msgstr "Nesta foto:" -#: ../../mod/photos.php:1180 +#: ../../mod/photos.php:1179 msgid "View Album" msgstr "Ver álbum" -#: ../../mod/photos.php:1189 +#: ../../mod/photos.php:1188 msgid "Recent Photos" msgstr "Fotos recentes" @@ -7132,233 +7203,257 @@ msgstr "adicionou seu canal" msgid "posted an event" msgstr "publicou um evento" -#: ../../view/theme/redbasic/php/config.php:78 -msgid "Scheme Default" -msgstr "Padrão do esquema" - -#: ../../view/theme/redbasic/php/config.php:89 -msgid "silver" -msgstr "prata" - -#: ../../view/theme/redbasic/php/config.php:100 -#: ../../view/theme/apw/php/config.php:250 +#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/view/theme/blog/config.php:69 #: ../../view/theme/blogga/php/config.php:69 msgid "Theme settings" msgstr "Configurações de tema" -#: ../../view/theme/redbasic/php/config.php:101 -#: ../../view/theme/apw/php/config.php:251 +#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/apw/php/config.php:260 msgid "Set scheme" msgstr "Definir esquema" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:98 msgid "Narrow navbar" msgstr "Barra de navegação estreita" +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Navigation bar background colour" +msgstr "Cor de fundo da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Navigation bar gradient top colour" +msgstr "Cor no topo de gradiente da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Navigation bar gradient bottom colour" +msgstr "Cor na base de gradiente da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Navigation active button gradient top colour" +msgstr "Cor no topo de gradiente de botão ativo de navegação" + #: ../../view/theme/redbasic/php/config.php:103 -msgid "Navigation bar colour" -msgstr "Cor da barra de navegação" +msgid "Navigation active button gradient bottom colour" +msgstr "Cor na base de gradiente de botão ativo de navegação" #: ../../view/theme/redbasic/php/config.php:104 +msgid "Navigation bar border colour " +msgstr "Cor de borda da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar icon colour " +msgstr "Cor de ícone da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar active icon colour " +msgstr "Cor de ícone ativo da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:107 msgid "link colour" msgstr "cor dos links" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Set font-colour for banner" msgstr "Definir a cor da fonte para o cartaz" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Set the background colour" msgstr "Definir a cor do pano de fundo" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set the background image" msgstr "Definir a imagem do pano de fundo" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set the background colour of items" msgstr "Definir a cor de fundo dos items" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set the opacity of items" msgstr "Definir a opacidade de items" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set the basic colour for item icons" msgstr "Definir a cor básica para ícones de itens" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set the hover colour for item icons" msgstr "Definir a cor para ícones de itens quando que o mouse está sobre eles" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:115 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:113 -#: ../../view/theme/apw/php/config.php:252 +#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/apw/php/config.php:261 msgid "Set font-size for posts and comments" msgstr "Definir o tamanho da fonte para publicações e comentários" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set font-colour for posts and comments" msgstr "Definir a cor da fonte para publicações e comentários" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Set radius of corners" msgstr "Definir o raio de curvatura dos cantos" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set shadow depth of photos" msgstr "Definir a profundidade de sombra das fotos" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set maximum width of conversation regions" msgstr "Definir a largura máxima da área de conversas" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set minimum opacity of nav bar - to hide it" msgstr "Definir opacidade mínima para a barra de navegação - para escondê-la" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set size of conversation author photo" msgstr "Definir o tamanho da foto do autor da conversa" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Set size of followup author photos" msgstr "Definir o tamanho da foto dos autores de comentários" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Sloppy photo albums" msgstr "Álbuns de fotos desleixados" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Are you a clean desk or a messy desk person?" msgstr "Sua mesa é do tipo limpinha ou bagunçada?" -#: ../../view/theme/apw/php/config.php:193 -#: ../../view/theme/apw/php/config.php:227 +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" msgstr "Padrão do esquema" -#: ../../view/theme/apw/php/config.php:194 +#: ../../view/theme/apw/php/config.php:203 msgid "Sans-Serif" msgstr "Sans-Serif" -#: ../../view/theme/apw/php/config.php:195 +#: ../../view/theme/apw/php/config.php:204 msgid "Monospace" msgstr "Monoespaçada" -#: ../../view/theme/apw/php/config.php:253 +#: ../../view/theme/apw/php/config.php:262 msgid "Set font face" msgstr "Definir a face da fonte" -#: ../../view/theme/apw/php/config.php:254 +#: ../../view/theme/apw/php/config.php:263 msgid "Set iconset" msgstr "Definir o conjunto de ícones" -#: ../../view/theme/apw/php/config.php:255 +#: ../../view/theme/apw/php/config.php:264 msgid "Set big shadow size, default 15px 15px 15px" msgstr "Definir o tamanho da sombra grande, padrão 15px 15px 15px" -#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/apw/php/config.php:265 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:257 +#: ../../view/theme/apw/php/config.php:266 msgid "Set shadow colour, default #000" msgstr "Definir a cor da sombra, padrão #000" -#: ../../view/theme/apw/php/config.php:258 +#: ../../view/theme/apw/php/config.php:267 msgid "Set radius size, default 5px" msgstr "Definir o tamanho do raio de curvatura, padrão 5px" -#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/apw/php/config.php:268 msgid "Set line-height for posts and comments" msgstr "Definir a altura da linha para publicações e comentários" -#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/apw/php/config.php:269 msgid "Set background image" msgstr "Definir a imagem do pano de fundo" -#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "Definir o anexo de pano de fundo" + +#: ../../view/theme/apw/php/config.php:271 msgid "Set background colour" msgstr "Definir a cor do pano de fundo" -#: ../../view/theme/apw/php/config.php:262 +#: ../../view/theme/apw/php/config.php:272 msgid "Set section background image" msgstr "Definir a imagem de fundo de seção" -#: ../../view/theme/apw/php/config.php:263 +#: ../../view/theme/apw/php/config.php:273 msgid "Set section background colour" msgstr "Definir a cor de fundo de seção" -#: ../../view/theme/apw/php/config.php:264 +#: ../../view/theme/apw/php/config.php:274 msgid "Set colour of items - use hex" msgstr "Definir a cor dos itens - use hex" -#: ../../view/theme/apw/php/config.php:265 +#: ../../view/theme/apw/php/config.php:275 msgid "Set colour of links - use hex" msgstr "Definir a cor dos links - use hex" -#: ../../view/theme/apw/php/config.php:266 +#: ../../view/theme/apw/php/config.php:276 msgid "Set max-width for items. Default 400px" msgstr "Definir a largura máxima para itens. Padrão 400px" -#: ../../view/theme/apw/php/config.php:267 +#: ../../view/theme/apw/php/config.php:277 msgid "Set min-width for items. Default 240px" msgstr "Definir a largura mínima para itens. Padrão 240px" -#: ../../view/theme/apw/php/config.php:268 +#: ../../view/theme/apw/php/config.php:278 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:269 +#: ../../view/theme/apw/php/config.php:279 msgid "Set colour of fonts - use hex" msgstr "Definir a cor das fontes - use hex" -#: ../../view/theme/apw/php/config.php:270 +#: ../../view/theme/apw/php/config.php:280 msgid "Set background-size element" msgstr "Definir o elemento background-size" -#: ../../view/theme/apw/php/config.php:271 +#: ../../view/theme/apw/php/config.php:281 msgid "Item opacity" msgstr "Opacidade de itens" -#: ../../view/theme/apw/php/config.php:272 +#: ../../view/theme/apw/php/config.php:282 msgid "Display post previews only" msgstr "Exibir apenas a pré-visualização de publicações" -#: ../../view/theme/apw/php/config.php:273 +#: ../../view/theme/apw/php/config.php:283 msgid "Display side bar on channel page" msgstr "Exibir a barra lateral na página do canal" -#: ../../view/theme/apw/php/config.php:274 +#: ../../view/theme/apw/php/config.php:284 msgid "Colour of the navigation bar" msgstr "Cor da barra de navegação" -#: ../../view/theme/apw/php/config.php:275 +#: ../../view/theme/apw/php/config.php:285 msgid "Item float" msgstr "Flutuação de item" -#: ../../view/theme/apw/php/config.php:276 +#: ../../view/theme/apw/php/config.php:286 msgid "Left offset of the section element" msgstr "Deslocamento esquerdo do elemento de seção" -#: ../../view/theme/apw/php/config.php:277 +#: ../../view/theme/apw/php/config.php:287 msgid "Right offset of the section element" msgstr "Deslocamento direito do elemento de seção" -#: ../../view/theme/apw/php/config.php:278 +#: ../../view/theme/apw/php/config.php:288 msgid "Section width" msgstr "largura de seção" -#: ../../view/theme/apw/php/config.php:279 +#: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" msgstr "Deslocamento esquerdo do aparte" -#: ../../view/theme/apw/php/config.php:280 +#: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" msgstr "Deslocamento direito do aparte" @@ -7377,41 +7472,41 @@ msgstr "Imagem de cabeçalho" msgid "Header image only on profile pages" msgstr "Imagem de cabeçalho apenas em páginas de perfil" -#: ../../boot.php:1234 +#: ../../boot.php:1252 #, php-format msgid "Update %s failed. See error logs." msgstr "A atualização %s falhou. Veja os logs de erro." -#: ../../boot.php:1237 +#: ../../boot.php:1255 #, php-format msgid "Update Error at %s" msgstr "Erro de atualização em %s" -#: ../../boot.php:1401 +#: ../../boot.php:1419 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:1429 +#: ../../boot.php:1447 msgid "Password" msgstr "Senha" -#: ../../boot.php:1430 +#: ../../boot.php:1448 msgid "Remember me" msgstr "Lembrar de mim" -#: ../../boot.php:1435 +#: ../../boot.php:1453 msgid "Forgot your password?" msgstr "Esqueceu a sua senha?" -#: ../../boot.php:1500 +#: ../../boot.php:1518 msgid "permission denied" msgstr "permissão negada" -#: ../../boot.php:1501 +#: ../../boot.php:1519 msgid "Got Zot?" msgstr "Já tem Zot?" -#: ../../boot.php:1920 +#: ../../boot.php:1949 msgid "toggle mobile" msgstr "alternar para interface móvel" diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 439d6db9f..6dd38ea86 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -201,12 +201,11 @@ $a->strings["Blocks"] = "Blocos"; $a->strings["Menus"] = "Menus"; $a->strings["Layouts"] = "Layouts"; $a->strings["Pages"] = "Páginas"; -$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["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Início:"; +$a->strings["Finishes:"] = "Fim:"; +$a->strings["Location:"] = "Localização:"; +$a->strings["Public Timeline"] = "Linha do tempo pública"; $a->strings["New window"] = "Nova janela"; $a->strings["Open the selected location in a different window or browser tab"] = "Abre a localização selecionada em outra aba ou janela"; $a->strings["General Features"] = "Recursos gerais"; @@ -301,10 +300,12 @@ $a->strings["second"] = "segundo"; $a->strings["seconds"] = "segundos"; $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Início:"; -$a->strings["Finishes:"] = "Fim:"; -$a->strings["Location:"] = "Localização:"; +$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["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo com esse nome, anteriormente excluído, foi reativado. Permissões de itens já existentes poderão 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."; $a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos"; $a->strings["All Channels"] = "Todos os canais"; @@ -324,6 +325,7 @@ $a->strings["Passwords do not match"] = "As senhas não correspondem"; $a->strings["everybody"] = "todos"; $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["timeago.prefixAgo"] = "timeago.prefixAgo"; $a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; $a->strings["ago"] = "atrás"; @@ -442,6 +444,8 @@ $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["External"] = "Externo"; +$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"; @@ -467,9 +471,10 @@ $a->strings["Manage Webpages"] = "Administrar páginas web"; $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"; -$a->strings["No account identifier"] = "Nenhuma identificação da conta"; +$a->strings["No account identifier"] = "Sem identificador de conta"; $a->strings["Nickname is required."] = "É necessário informar o apelido."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "A identificação possui caracteres não suportados ou já está sendo usada nesse site."; +$a->strings["Reserved nickname. Please choose another."] = "Apelido reservado. Por favor escolha outro."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "O apelido possui caracteres não suportados ou já está sendo usado nesse site."; $a->strings["Unable to retrieve created identity"] = "Não foi possível recuperar a identidade criada"; $a->strings["Default Profile"] = "Perfil padrão"; $a->strings["Requested channel is not available."] = "Canal solicitado não está disponível."; @@ -497,8 +502,8 @@ $a->strings["Event Reminders"] = "Lembretes de eventos"; $a->strings["Events this week:"] = "Eventos nesta semana:"; $a->strings["Profile"] = "Perfil"; $a->strings["Full Name:"] = "Nome completo:"; -$a->strings["j F, Y"] = "j de F, Y"; -$a->strings["j F"] = "j de F"; +$a->strings["j F, Y"] = "j \\d\\e F, Y"; +$a->strings["j F"] = "j \\d\\e F"; $a->strings["Birthday:"] = "Aniversário:"; $a->strings["Age:"] = "Idade:"; $a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s"; @@ -554,9 +559,9 @@ $a->strings["Code"] = "Código"; $a->strings["Image"] = "Imagem"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Vídeo"; -$a->strings["Public Timeline"] = "Linha do tempo pública"; +$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; $a->strings["view full size"] = "ver na tela inteira"; -$a->strings["created a new post"] = "criar uma nova publicação"; +$a->strings["created a new post"] = "criou uma nova publicação"; $a->strings["commented on %s's post"] = "comentou a publicação de %s"; $a->strings["Male"] = "Masculino"; $a->strings["Female"] = "Feminino"; @@ -620,6 +625,7 @@ $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["Default"] = "Default"; $a->strings["Tags"] = "Etiquetas"; $a->strings["Keywords"] = "Palavras-chave"; $a->strings["have"] = "tenho"; @@ -680,10 +686,10 @@ $a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s etiquetou a s $a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s marcou seu post em %3\$s"; $a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s marcou [zrl=%3\$s]seu post[/zrl]"; $a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Você recebeu uma apresentação"; -$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma apresentação de '%2\$s' em %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma apresentação[/zrl] de %3\$s."; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma nova solicitação de conexão de '%2\$s' em %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma nova solicitação de conexão[/zrl] de %3\$s."; $a->strings["You may visit their profile at %s"] = "Você pode visitar seu perfil em %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Por favor, visite %s para aprovar ou rejeitar a apresentação."; +$a->strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para aprovar ou rejeitar a solicitação."; $a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notify] Foi recebida uma sugestão de amizade"; $a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma sugestão de amizade de '%2\$s' em %3\$s"; $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma sugestão de amizade[/zrl] com %3\$s de %4\$s."; @@ -695,11 +701,11 @@ $a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; $a->strings["Unable to process image"] = "Não foi possível processar a imagem"; $a->strings["Photo storage failed."] = "Não foi possível armazenar a foto."; $a->strings["Upload New Photos"] = "Enviar novas fotos"; -$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; $a->strings["%d invitation available"] = array( 0 => "%d convite disponível", 1 => "%d convites disponíveis", ); +$a->strings["Advanced"] = "Avançado"; $a->strings["Find Channels"] = "Pesquisar canais"; $a->strings["Enter name or interest"] = "Digite um nome ou interesse"; $a->strings["Connect/Follow"] = "Conectar/Acompanhar"; @@ -708,6 +714,8 @@ $a->strings["Find"] = "Pesquisar"; $a->strings["Channel Suggestions"] = "Sugestões de canais"; $a->strings["Random Profile"] = "Perfil aleatório"; $a->strings["Invite Friends"] = "Convidar amigos"; +$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru"; +$a->strings["Advanced Find"] = "Busca avançada"; $a->strings["%d connection in common"] = array( 0 => "%d conexão em comum", 1 => "%d conexões em comum", @@ -716,6 +724,14 @@ $a->strings["New Page"] = "Nova página"; $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["Permission denied"] = "Permissão negada"; +$a->strings["(Unknown)"] = "(Desconhecido)"; +$a->strings["Item not found."] = "O item não foi encontrado."; +$a->strings["Collection not found."] = "A coleção não foi encontrada."; +$a->strings["Collection is empty."] = "A coleção está vazia."; +$a->strings["Collection: %s"] = "Coleção: %s"; +$a->strings["Connection: %s"] = "Conexão: %s"; +$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site."; $a->strings["Channel location missing."] = "A localização do canal foi perdida"; $a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta."; @@ -723,7 +739,6 @@ $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["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "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."; -$a->strings["Default"] = "Default"; $a->strings["Embedded content"] = "Conteúdo incorporado"; $a->strings["Embedding disabled"] = "A incorporação está desabilitada"; $a->strings["Can view my \"public\" stream and posts"] = "Pode ver meus fluxo e publicações \"públicos\""; @@ -732,12 +747,12 @@ $a->strings["Can view my \"public\" photo albums"] = "Pode ver meus álbuns de f $a->strings["Can view my \"public\" address book"] = "Pode ver meu livro de endereços \"público\""; $a->strings["Can view my \"public\" file storage"] = "Pode ver meu armazenamento de arquivos \"público\""; $a->strings["Can view my \"public\" pages"] = "Pode ver minhas páginas \"públicas\""; -$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seus fluxo e publicações"; +$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações"; $a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")"; $a->strings["Can comment on my posts"] = "Pode comentar minhas publicações"; $a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas"; $a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminha para todos os contatos do meu canal via @menções na publicação"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"; $a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos"; $a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponívei)"; $a->strings["Can write to my \"public\" file storage"] = "Pode escrever em meu armazenamento de arquivos \"público\""; @@ -747,14 +762,6 @@ $a->strings["Somewhat advanced - very useful in open communities"] = "Avançado $a->strings["Can send me bookmarks"] = "Pode me enviar links guardados"; $a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo"; -$a->strings["Permission denied"] = "Permissão negada"; -$a->strings["(Unknown)"] = "(Desconhecido)"; -$a->strings["Item not found."] = "O item não foi encontrado."; -$a->strings["Collection not found."] = "A coleção não foi encontrada."; -$a->strings["Collection is empty."] = "A coleção está vazia."; -$a->strings["Collection: %s"] = "Coleção: %s"; -$a->strings["Connection: %s"] = "Conexão: %s"; -$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Invalid data packet"] = "Pacote de dados inválido"; $a->strings["Unable to verify channel signature"] = "Não foi possível verificar a assinatura do canal"; $a->strings["Unable to verify site signature for %s"] = "Não foi possível verificar a assinatura do site para %s"; @@ -863,6 +870,7 @@ $a->strings["Maximum of 100 items"] = "Máximo de 100 itens"; $a->strings["Don't show emoticons"] = "Não exibir emoticons"; $a->strings["Do not view remote profiles in frames"] = "Não exibir perfis remotos em frames"; $a->strings["By default open in a sub-window of your own site"] = "Por padrão, abrir em uma sub-janela do seu próprio site"; +$a->strings["System Page Layout Editor - (advanced)"] = "Editor de layout de página do sistema - (avançado)"; $a->strings["Nobody except yourself"] = "Ninguém exceto você mesmo"; $a->strings["Only those you specifically allow"] = "Apenas quem você der permissão"; $a->strings["Anybody in your address book"] = "Qualquer um nos seus contatos"; @@ -894,6 +902,8 @@ $a->strings["Blocked - default blocked to/from everybody"] = "Bloqueado $a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações"; $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado"; $a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas"; +$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias"; +$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração"; $a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:"; $a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam"; $a->strings["Default Post Permissions"] = "Permissões padrão de publicação"; @@ -906,10 +916,10 @@ $a->strings["accepting a friend request"] = "aceitar um pedido de amizade"; $a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade"; $a->strings["making an interesting profile change"] = "modificar algo interessante em seu perfil"; $a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:"; -$a->strings["You receive an introduction"] = "Você recebeu uma apresentação"; -$a->strings["Your introductions are confirmed"] = "Suas solicitações forem confirmadas"; +$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão"; +$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas"; $a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil"; -$a->strings["Someone writes a followup comment"] = "Alguém comentou a sua mensagem"; +$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação"; $a->strings["You receive a private message"] = "Você recebeu uma mensagem privada"; $a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade"; $a->strings["You are tagged in a post"] = "Você é mencionado num post"; @@ -921,7 +931,7 @@ $a->strings["Miscellaneous Settings"] = "Configurações miscelâneas"; $a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais"; $a->strings["Menu updated."] = "Menu atualizado."; $a->strings["Unable to update menu."] = "Não foi possível atualizar o menu."; -$a->strings["Menu created."] = "Menu criado."; +$a->strings["Menu created."] = "O menu foi criado."; $a->strings["Unable to create menu."] = "Não foi possível criar o menu."; $a->strings["Manage Menus"] = "Administrar menus"; $a->strings["Drop"] = "Descartar"; @@ -1002,6 +1012,11 @@ $a->strings["Existing Page Delegates"] = "Atuais delegados da página"; $a->strings["Potential Delegates"] = "Potenciais delegados"; $a->strings["Add"] = "Adicionar"; $a->strings["No entries."] = "Sem entradas."; +$a->strings["Layout updated."] = "Layout atualizado."; +$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema"; +$a->strings["Layout not found."] = "Layout não encontrado."; +$a->strings["Module Name:"] = "Nome do módulo:"; +$a->strings["Layout Help"] = "Ajuda de layout"; $a->strings["Item not available."] = "O item não está disponível."; $a->strings["Menu element updated."] = "O elemento de menu foi atualizado."; $a->strings["Unable to update menu element."] = "Não foi possível atualizar o elemento de menu."; @@ -1033,7 +1048,7 @@ $a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; $a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; $a->strings["Visible To"] = "Visível para"; $a->strings["All Connections"] = "Todas as conexões"; -$a->strings["Collection created."] = "Coleção criada"; +$a->strings["Collection created."] = "A coleção foi criada."; $a->strings["Could not create collection."] = "Não foi possível criar a coleção."; $a->strings["Collection updated."] = "Coleção atualizada"; $a->strings["Create a collection of channels."] = "Criar uma coleção de canais."; @@ -1047,7 +1062,8 @@ $a->strings["All Connected Channels"] = "Todas os canais conectados"; $a->strings["Click on a channel to add or remove."] = "Clique em um canal para adicionar ou remover."; $a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas."; $a->strings["Site"] = "Site"; -$a->strings["Users"] = "Usuários"; +$a->strings["Accounts"] = "Contas"; +$a->strings["Channels"] = "Canais"; $a->strings["Plugins"] = "Plugins"; $a->strings["Themes"] = "Temas"; $a->strings["Server"] = "Servidor"; @@ -1074,7 +1090,6 @@ $a->strings["Tiered Access"] = "Acesso em níveis"; $a->strings["Registration"] = "Registro"; $a->strings["File upload"] = "Carregamento de arquivos"; $a->strings["Policies"] = "Políticas"; -$a->strings["Advanced"] = "Avançado"; $a->strings["Site name"] = "Nome do site"; $a->strings["Banner/Logo"] = "Cartaz/Logo"; $a->strings["Administrator Information"] = "Informações do Administrador"; @@ -1142,6 +1157,7 @@ $a->strings["Account not found"] = "A conta não foi encontrada"; $a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a"; $a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a"; $a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a"; +$a->strings["Users"] = "Usuários"; $a->strings["select all"] = "selecionar tudo"; $a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; $a->strings["Request date"] = "Data de requisição"; @@ -1156,6 +1172,13 @@ $a->strings["Expires"] = "Expira"; $a->strings["Service Class"] = "Classe de serviço"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?"; $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?"] = "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?"; +$a->strings["Channel not found"] = "Canal não encontrado"; +$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado"; +$a->strings["Channel '%s' censored"] = "Canal '%s' censurado"; +$a->strings["Censor"] = "Censurar"; +$a->strings["Uncensor"] = "Não censurar"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Endereço"; $a->strings["Plugin %s disabled."] = "Plugin %s desabilitado."; $a->strings["Plugin %s enabled."] = "Plugin %s habilitado."; $a->strings["Disable"] = "Desabilitar"; @@ -1204,7 +1227,7 @@ $a->strings["Channel has been unhidden"] = "O canal não está mais oculto"; $a->strings["Channel has been hidden"] = "O canal passou a estar oculto"; $a->strings["Channel has been approved"] = "O canal foi aprovado"; $a->strings["Channel has been unapproved"] = "O canal deixou de estar aprovado"; -$a->strings["Contact has been removed."] = "O contato foi removido."; +$a->strings["Connection has been removed."] = "A conexão foi removida."; $a->strings["View %s's profile"] = "Ver o perfil de %s"; $a->strings["Refresh Permissions"] = "Atualizar permissões"; $a->strings["Fetch updated permissions"] = "Buscar as permissões atualizadas"; @@ -1261,7 +1284,6 @@ $a->strings["Currently archived"] = "Atualmente arquivado"; $a->strings["Currently pending"] = "Atualmente pendente"; $a->strings["Hide this contact from others"] = "Esconda este contato dos demais"; $a->strings["Replies/likes to your public posts may still be visible"] = "Respostas/reações às suas publicações públicas podem continuar visíveis."; -$a->strings["Layout Help"] = "Ajuda de layout"; $a->strings["Help with this feature"] = "Ajuda com este recurso"; $a->strings["Layout Name"] = "Nome do layout"; $a->strings["Help:"] = "Ajuda:"; @@ -1297,7 +1319,6 @@ $a->strings["Gender"] = "Gênero"; $a->strings["Sexual Preference"] = "Preferência sexual"; $a->strings["Homepage"] = "Página web"; $a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Endereço"; $a->strings["Location"] = "Localização"; $a->strings["Profile updated."] = "O perfil foi atualizado."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"; @@ -1341,12 +1362,9 @@ $a->strings["This is your public profile.
    It maystrings["Edit/Manage Profiles"] = "Editar/Administrar perfis"; $a->strings["Add profile things"] = "Adicionar coisas ao perfil"; $a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil"; -$a->strings["Channel added."] = "Canal adicionado."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; -$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; $a->strings["This site is not a directory server"] = "Este site não é um servidor de diretório"; $a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado."; -$a->strings["Source created."] = "Fonte criada."; +$a->strings["Source created."] = "A fonte foi criada."; $a->strings["Source updated."] = "A fonte foi atualizada."; $a->strings["*"] = "*"; $a->strings["Manage remote sources of content for your channel."] = "Administrar as fontes remotas de conteúdo para o seu canal."; @@ -1439,10 +1457,6 @@ $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for t $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["Project Donations"] = "Doações para o projeto"; -$a->strings["

    The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better, freer, and privacy respecting web. Select the following option for a one-time donation of your choosing

    "] = "

    A Red Matrix é oferecida a você por voluntários trabalhando no seu tempo livre. Seu apoio irá nos ajudar a construir uma web melhor, mais livre e com respeito à privacidade. Selecione uma das opções abaixo para realizar uma única doação de sua escolha:

    "; -$a->strings["

    or

    "] = "

    ou

    "; -$a->strings["Recurring Donation Options"] = "Opções para doações recorrentes"; $a->strings["Red"] = "Red"; $a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised 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"; @@ -1529,9 +1543,12 @@ $a->strings["Delete conversation"] = "Excluir conversa"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Comunicação segura indisponível. Você talvez consiga responder pela página de perfil do remetente."; $a->strings["Send Reply"] = "Enviar resposta"; $a->strings["OpenID protocol error. No ID returned."] = "Erro do protocolo OpenID. Nenhuma ID retornada."; +$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; $a->strings["Edit Layout"] = "Editar layout"; $a->strings["Delete layout?"] = "Deletar layout?"; $a->strings["Delete Layout"] = "Deletar layout"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; +$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s"; $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, "; @@ -1554,6 +1571,7 @@ $a->strings["Blocked"] = "Bloqueado"; $a->strings["Ignored"] = "Ignorado"; $a->strings["Hidden"] = "Oculto"; $a->strings["Archived"] = "Arquivado"; +$a->strings["Unconnected"] = "Não conectado"; $a->strings["All"] = "Todos"; $a->strings["Suggest new connections"] = "Sugerir novas conexões"; $a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)"; @@ -1564,6 +1582,7 @@ $a->strings["Only show blocked connections"] = "Exibir apenas conexões bloquead $a->strings["Only show ignored connections"] = "Exibir apenas conexões ignoradas"; $a->strings["Only show archived connections"] = "Exibir apenas conexões arquivadas"; $a->strings["Only show hidden connections"] = "Exibir apenas conexões ocultas"; +$a->strings["Only show one-way connections"] = "Exibir apenas conexões de mão única"; $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit contact"] = "Editar o contato"; $a->strings["Search your connections"] = "Pesquisar em suas conexões"; @@ -1579,15 +1598,13 @@ $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["Access to this profile has been restricted."] = "O acesso a este perfil está restrito."; +$a->strings["Channel added."] = "Canal adicionado."; $a->strings["Poke/Prod"] = "Cutucar/Espetar"; $a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém"; $a->strings["Recipient"] = "Destinatário"; $a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo"; $a->strings["Make this post private"] = "Torne esta publicação privada"; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissões insuficientes. Requisição redirecionada para a página de perfil."; -$a->strings["Not available."] = "Não disponível."; -$a->strings["Community"] = "Comunidade"; -$a->strings["No results."] = "Nenhum resultado."; $a->strings["Contact not found."] = "O contato não foi encontrado."; $a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada."; $a->strings["Suggest Friends"] = "Sugerir amigos"; @@ -1682,12 +1699,17 @@ $a->strings["Set your current mood and tell your friends"] = "Marque seu humor a $a->strings["sent you a private message"] = "lhe enviou uma mensagem privada"; $a->strings["added your channel"] = "adicionou seu canal"; $a->strings["posted an event"] = "publicou um evento"; -$a->strings["Scheme Default"] = "Padrão do esquema"; -$a->strings["silver"] = "prata"; $a->strings["Theme settings"] = "Configurações de tema"; $a->strings["Set scheme"] = "Definir esquema"; $a->strings["Narrow navbar"] = "Barra de navegação estreita"; -$a->strings["Navigation bar colour"] = "Cor da barra de navegação"; +$a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação"; +$a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação"; +$a->strings["Navigation bar gradient bottom colour"] = "Cor na base de gradiente da barra de navegação"; +$a->strings["Navigation active button gradient top colour"] = "Cor no topo de gradiente de botão ativo de navegação"; +$a->strings["Navigation active button gradient bottom colour"] = "Cor na base de gradiente de botão ativo de navegação"; +$a->strings["Navigation bar border colour "] = "Cor de borda da barra de navegação"; +$a->strings["Navigation bar icon colour "] = "Cor de ícone da barra de navegação"; +$a->strings["Navigation bar active icon colour "] = "Cor de ícone ativo da barra de navegação"; $a->strings["link colour"] = "cor dos links"; $a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz"; $a->strings["Set the background colour"] = "Definir a cor do pano de fundo"; @@ -1718,6 +1740,7 @@ $a->strings["Set shadow colour, default #000"] = "Definir a cor da sombra, padr $a->strings["Set radius size, default 5px"] = "Definir o tamanho do raio de curvatura, padrão 5px"; $a->strings["Set line-height for posts and comments"] = "Definir a altura da linha para publicações e comentários"; $a->strings["Set background image"] = "Definir a imagem do pano de fundo"; +$a->strings["Set background attachment"] = "Definir o anexo de pano de fundo"; $a->strings["Set background colour"] = "Definir a cor do pano de fundo"; $a->strings["Set section background image"] = "Definir a imagem de fundo de seção"; $a->strings["Set section background colour"] = "Definir a cor de fundo de seção"; From 0a097b833750ad8941dba03e6821c13facebd597 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Apr 2014 14:56:20 -0700 Subject: [PATCH 123/186] snakebite: bring back some of the legacy XML discovery interfaces, update as required. --- mod/_well_known.php | 7 +++++++ mod/hostxrd.php | 24 ++++++------------------ mod/xrd.php | 33 ++++++++++++++++----------------- version.inc | 2 +- view/tpl/xrd_host.tpl | 11 ++--------- view/tpl/xrd_person.tpl | 11 ----------- 6 files changed, 32 insertions(+), 56 deletions(-) diff --git a/mod/_well_known.php b/mod/_well_known.php index c5a38078a..885ff9b50 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -19,6 +19,13 @@ function _well_known_init(&$a){ require_once('mod/wfinger.php'); wfinger_init($a); break; + case 'host-meta': + $a->argc -= 1; + array_shift($a->argv); + $a->argv[0] = 'hostxrd'; + require_once('mod/hostxrd.php'); + hostxrd_init($a); + break; default: break; diff --git a/mod/hostxrd.php b/mod/hostxrd.php index 0a66dcc84..ef86f2dd9 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -1,28 +1,16 @@ $a->get_hostname(), - '$zroot' => z_root(), - '$domain' => z_path(), - '$zot_post' => z_root() . '/post', - '$bigkey' => salmon_key(get_config('system','site_pubkey')), + '$zroot' => z_root() )); - session_write_close(); - exit(); - + $arr = array('xrd' => $x); + call_hooks('hostxrd',$arr); + echo $arr['xrd']; + killme(); } diff --git a/mod/xrd.php b/mod/xrd.php index a576f76c4..4d6a530e4 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -16,35 +16,34 @@ function xrd_init(&$a) { $name = substr($local,0,strpos($local,'@')); } - $r = q("SELECT * FROM `user` WHERE `nickname` = '%s' LIMIT 1", + $r = q("SELECT * FROM channel WHERE channel_address = '%s' LIMIT 1", dbesc($name) ); - if(! count($r)) + if(! $r) killme(); - $salmon_key = salmon_key($r[0]['pubkey']); +// $salmon_key = salmon_key($r[0]['pubkey']); header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); - $dspr = ''; $tpl = get_markup_template('view/xrd_person.tpl'); - $o = replace_macros($tpl, array( - '$nick' => $r[0]['nickname'], + $o = replace_macros(get_markup_template('xrd_person.tpl'), array( + '$nick' => $r[0]['channel_address'], '$accturi' => $uri, - '$profile_url' => $a->get_baseurl() . '/channel/' . $r[0]['nickname'], - '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['nickname'], - '$atom' => $a->get_baseurl() . '/dfrn_poll/' . $r[0]['nickname'], - '$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['nickname'], - '$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['nickname'], - '$photo' => $a->get_baseurl() . '/photo/profile/' . $r[0]['uid'], - '$dspr' => $dspr, - '$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'], - '$salmen' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'] . '/mention', - '$modexp' => 'data:application/magic-public-key,' . $salmon_key, - '$bigkey' => salmon_key($r[0]['pubkey']) + '$profile_url' => $a->get_baseurl() . '/channel/' . $r[0]['channel_address'], +// '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['channel_address'], + '$atom' => $a->get_baseurl() . '/feed/' . $r[0]['channel_address'], + '$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['channel_address'], + '$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['channel_address'], + '$photo' => $a->get_baseurl() . '/photo/profile/l/' . $r[0]['channel_id'], +// '$dspr' => $dspr, +// '$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['channel_address'], +// '$salmen' => $a->get_baseurl() . '/salmon/' . $r[0]['channel_address'] . '/mention', +// '$modexp' => 'data:application/magic-public-key,' . $salmon_key, +// '$bigkey' => salmon_key($r[0]['pubkey']) )); diff --git a/version.inc b/version.inc index 8c914af3a..866e6e7b6 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-01.634 +2014-04-02.635 diff --git a/view/tpl/xrd_host.tpl b/view/tpl/xrd_host.tpl index 4bcc5bbdb..57f383788 100755 --- a/view/tpl/xrd_host.tpl +++ b/view/tpl/xrd_host.tpl @@ -4,15 +4,8 @@ {{$zhost}} - - - + - - {{$bigkey}} - + href="{{$zroot}}/oexchange/xrd" /> diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 035ab251f..20d438dd5 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -2,28 +2,17 @@ {{$accturi}} - {{$accturi}} - {{$profile_url}} - - - {{$bigkey}} - From 27fec9cb6460a897098bde11b15a9543d09562db Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Apr 2014 15:13:50 -0700 Subject: [PATCH 124/186] more efficient public feed fetching --- boot.php | 2 +- include/externals.php | 23 +++++++++++++++++------ install/database.sql | 3 ++- install/update.php | 11 ++++++++++- 4 files changed, 30 insertions(+), 9 deletions(-) diff --git a/boot.php b/boot.php index f274b264e..643e860c8 100755 --- a/boot.php +++ b/boot.php @@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1105 ); +define ( 'DB_UPDATE_VERSION', 1106 ); define ( 'EOL', '
    ' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/include/externals.php b/include/externals.php index 2ae78c11a..95ced24bf 100644 --- a/include/externals.php +++ b/include/externals.php @@ -25,7 +25,7 @@ function externals_run($argv, $argc){ $url = $arr['url']; } else { - $r = q("select site_url from site where site_url != '%s' and site_flags != %d order by rand() limit 1", + $r = q("select site_url, site_pull from site where site_url != '%s' and site_flags != %d order by rand() limit 1", dbesc(z_root()), intval(DIRECTORY_MODE_STANDALONE) ); @@ -36,16 +36,27 @@ function externals_run($argv, $argc){ $attempts ++; if($url) { - $days = get_config('externals','since_days'); - if($days === false) - $days = 15; + if($r[0]['site_pull'] !== '0000-00-00 00:00:00') + $mindate = urlencode($r[0]['site_pull']); + else { + $days = get_config('externals','since_days'); + if($days === false) + $days = 15; + $mindate = urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + } - $feedurl = $url . '/zotfeed?f=&mindate=' . urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + $feedurl = $url . '/zotfeed?f=&mindate=' . $mindate; logger('externals: pulling public content from ' . $feedurl, LOGGER_DEBUG); - $x = z_fetch_url($feedurl); + $x = z_fetch_url($feedurl); if(($x) && ($x['success'])) { + + q("update site set site_pull = '%s' where site_url = '%s limit 1", + dbesc(datetime_convert()), + dbesc($url) + ); + $j = json_decode($x['body'],true); if($j['success'] && $j['messages']) { $sys = get_sys_channel(); diff --git a/install/database.sql b/install/database.sql index 329db698e..f9562ae09 100644 --- a/install/database.sql +++ b/install/database.sql @@ -866,7 +866,8 @@ CREATE TABLE IF NOT EXISTS `site` ( `site_access` int(11) NOT NULL DEFAULT '0', `site_flags` int(11) NOT NULL DEFAULT '0', `site_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `site_sync` datetime NOT NULL, + `site_pull` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `site_sync` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `site_directory` char(255) NOT NULL DEFAULT '', `site_register` int(11) NOT NULL DEFAULT '0', `site_sellpage` char(255) NOT NULL DEFAULT '', diff --git a/install/update.php b/install/update.php index 55e404e4e..d7a87fad4 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Wed, 2 Apr 2014 15:36:18 -0700 Subject: [PATCH 125/186] removed default maximagesize - it can be set in the admin pages. --- mod/admin.php | 2 +- view/en/htconfig.tpl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/mod/admin.php b/mod/admin.php index 3655bd09a..064e139ed 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -455,7 +455,7 @@ function admin_page_site(&$a) { '$theme_accessibility' => array('theme_accessibility', t("Accessibility system theme"), get_config('system','accessibility_theme'), t("Accessibility theme"), $theme_choices_accessibility), '$site_channel' => array('site_channel', t("Channel to use for this website's static pages"), get_config('system','site_channel'), t("Site Channel")), // '$ssl_policy' => array('ssl_policy', t("SSL link policy"), (string) intval(get_config('system','ssl_policy')), t("Determines whether generated links should be forced to use SSL"), $ssl_choices), - '$maximagesize' => array('maximagesize', t("Maximum image size"), get_config('system','maximagesize'), t("Maximum size in bytes of uploaded images. Default is 0, which means no limits.")), + '$maximagesize' => array('maximagesize', t("Maximum image size"), intval(get_config('system','maximagesize')), t("Maximum size in bytes of uploaded images. Default is 0, which means no limits.")), '$register_policy' => array('register_policy', t("Register policy"), get_config('system','register_policy'), "", $register_choices), '$access_policy' => array('access_policy', t("Access policy"), get_config('system','access_policy'), "", $access_choices), '$register_text' => array('register_text', t("Register text"), htmlspecialchars(get_config('system','register_text'), ENT_QUOTES, 'UTF-8'), t("Will be displayed prominently on the registration page.")), diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 840e7a124..9377472bd 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -69,10 +69,6 @@ $a->config['system']['sellpage'] = ''; $a->config['system']['max_import_size'] = 200000; -// maximum size of uploaded photos - -$a->config['system']['maximagesize'] = 12000000; - // Location of PHP command line processor $a->config['system']['php_path'] = '{{$phpath}}'; From d68b202cad520db4c95b544bb08a9130fd263606 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 Apr 2014 16:26:39 -0700 Subject: [PATCH 126/186] start of legacy probe utility --- include/probe.php | 99 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 include/probe.php diff --git a/include/probe.php b/include/probe.php new file mode 100644 index 000000000..29635f963 --- /dev/null +++ b/include/probe.php @@ -0,0 +1,99 @@ + Date: Wed, 2 Apr 2014 19:25:57 -0700 Subject: [PATCH 127/186] clarify location - issue #392 --- mod/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/settings.php b/mod/settings.php index 5c9511d30..3ab34f145 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -937,7 +937,7 @@ function settings_content(&$a) { '$username' => array('username', t('Full Name:'), $username,''), '$email' => array('email', t('Email Address:'), $email, ''), '$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''), - '$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''), + '$defloc' => array('defloc', t('Default Post Location:'), $defloc, t('Geographical location to display on your posts')), '$allowloc' => array('allow_location', t('Use Browser Location:'), ((get_pconfig(local_user(),'system','use_browser_location')) ? 1 : ''), ''), '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)')), From a65bf5beee1f22dff17c28e7567fa0090269a17d Mon Sep 17 00:00:00 2001 From: jeroenpraat Date: Thu, 3 Apr 2014 13:32:39 +0200 Subject: [PATCH 128/186] Update and fix dark scheme Updated the dark scheme as far as possible. Some items do not have a string, so they can't be themed. A dark derived theme would probably better. --- view/theme/redbasic/schema/dark.php | 36 +++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index bd3642914..e7b143d32 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -1,10 +1,36 @@ Date: Thu, 3 Apr 2014 13:37:41 +0200 Subject: [PATCH 129/186] No empty strings --- view/theme/redbasic/schema/dark.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index e7b143d32..24ed4f418 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -24,8 +24,6 @@ $search_background = "#999999"; if (! $bgcolour) $bgcolour = "#111111"; - if (! $background_image) - $background_image =''; if (! $item_colour) $item_colour = "#111111"; if (! $toolicon_colour) From 3f1a78fa690e2220b46823527f3abf0a0d51cd8e Mon Sep 17 00:00:00 2001 From: marijus Date: Thu, 3 Apr 2014 17:03:32 +0200 Subject: [PATCH 130/186] some work on jot, remove some deprecated js and some random style fixes --- library/jquery_ac/friendica.complete.js | 4 +- view/css/conversation.css | 62 ++-------- view/css/default.css | 2 +- view/js/mod_network.js | 1 - view/theme/redbasic/css/style.css | 45 ++----- view/theme/redbasic/js/redbasic.js | 25 ---- view/tpl/jot-header.tpl | 6 +- view/tpl/jot.tpl | 151 ++++++++++++------------ 8 files changed, 98 insertions(+), 198 deletions(-) diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js index 190625e87..73a6e91d5 100644 --- a/library/jquery_ac/friendica.complete.js +++ b/library/jquery_ac/friendica.complete.js @@ -46,7 +46,7 @@ params: {}, fnFormatResult: fnFormatResult, delimiter: null, - zIndex: 9999 + zIndex: 999 }; this.initialize(); this.setOptions(options); @@ -78,7 +78,7 @@ if (!this.options.width) { this.options.width = this.el.width(); } this.mainContainerId = 'AutocompleteContainter_' + uid; - $('
    ').appendTo('body'); + $('
    ').appendTo('body'); this.container = $('#' + autocompleteElId); this.fixPosition(); diff --git a/view/css/conversation.css b/view/css/conversation.css index b32c5a08f..c9894f638 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -18,71 +18,20 @@ #profile-jot-text { height: 3.4em; padding: 8px; - margin-right: 0px; width: 100%; } #profile-jot-text-loading { float: left; - margin: 14px 0px 0px 12px; + padding: 30px 0px 0px 12px; } #profile-jot-submit-wrapper { margin-top: 10px; - width: 100%; -} - -#profile-jot-submit { - height: 30px; - width: 70px; - float: right; -} - -#profile-upload-wrapper, -#wall-image-upload-div, -#wall-image-upload, -#wall-file-upload-div, -#wall-file-upload, -#profile-link, -#profile-video, -#profile-audio, -#profile-location, -#profile-nolocation, -#profile-expires, -#profile-expires, -#jot-perms-icon, -#jot-preview-link, -#profile-encrypt, -.hover, .focus { - cursor: pointer; -} - -#profile-upload-wrapper, -#profile-attach-wrapper, -#profile-link-wrapper, -#profile-video-wrapper, -#profile-audio-wrapper, -#profile-location-wrapper, -#profile-nolocation-wrapper, -#profile-expire-wrapper, -#profile-encrypt-wrapper { - float: left; - margin-left: 15px; -} - -#profile-jot-perms { - float: right; - padding: 6px; } #jot-perms-icon { - float: left; -} - -#jot-preview-link { - float: left; - margin-left: 45px; - margin-top: 0px; + margin: 1px; } #profile-jot-perms-end { @@ -93,9 +42,12 @@ margin-bottom: 30px; } -#profile-rotator { +#profile-rotator-wrapper { float: left; - margin: 8px 0px 0px 20px; +} + +#profile-rotator { + margin: 16px 0px 0px 16px; } /* this is referenced in js/acl.js - not sure if it is still needed. */ diff --git a/view/css/default.css b/view/css/default.css index 267b3bd35..793148019 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -24,7 +24,7 @@ aside#region_1 { } aside input[type='text'] { - width: 174px; + width: 100%; } section { diff --git a/view/js/mod_network.js b/view/js/mod_network.js index f63a57653..e95520edb 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -3,7 +3,6 @@ $(document).ready(function() { a = $("#search-text").autocomplete({ serviceUrl: baseurl + '/search_ac', minChars: 2, - width: 250, id: 'search-text-ac', }); }); diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0b94bff80..688dcf478 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -818,6 +818,7 @@ footer { } #search-text { + border: 1px solid #ccc; font-size: 1em; } @@ -1444,13 +1445,20 @@ div.jGrowl div.jGrowl-notification { border-top: none; } -#search-text-ac .autocomplete, +#search-text-ac .autocomplete { + margin-top: 2px; + margin-left: $radiuspx; + border: 1px solid #ccc; + border-top: none; +} + #recip-ac .autocomplete, #poke-recip-ac .autocomplete, #id-name-ac .autocomplete, #contact-search-ac .autocomplete { margin-top: 2px; margin-left: $radiuspx; + margin-right: $radiuspx; border: 1px solid #666; border-top: none; @@ -1881,34 +1889,7 @@ img.mail-list-sender-photo { #profile-jot-text-loading { color: #777; -} - -#profile-jot-submit { - background: linear-gradient(top, #0080ff 0%, #0080aa); - background: -webkit-linear-gradient(top, #0080ff 0%, #0080aa); - background: -moz-linear-gradient(top, #0080ff 0%, #0080aa); - background: -o-linear-gradient(top, #0080ff 0%, #0080aa); - background: -ms-linear-gradient(top, #0080ff 0%, #0080aa); - color: #fff; - font-weight: bold; - border-radius: 0px $radiuspx $radiuspx 0px; - text-shadow: 1px 1px #111; - cursor: pointer; -} - -#profile-jot-submit:hover { - background: linear-gradient(top, #0080aa 0%, #0080ff); - background: -webkit-linear-gradient(top, #0080aa 0%, #0080ff); - background: -moz-linear-gradient(top, #0080aa 0%, #0080ff); - background: -o-linear-gradient(top, #0080aa 0%, #0080ff); - background: -ms-linear-gradient(top, #0080aa 0%, #0080ff); -} - -#profile-jot-perms { - background-color: $toolicon_colour; - border: 1px solid #666; - border-right: none; - border-radius: $radiuspx 0px 0px $radiuspx; + display: none; } #profile-rotator { @@ -1916,14 +1897,9 @@ img.mail-list-sender-photo { } .jot-icons { - font-size: 1.2em; color: $toolicon_colour; } -.jot-icons:hover { - color: $toolicon_activecolour; -} - /* conversation */ .thread-wrapper .wall-item-comment-wrapper, @@ -2015,7 +1991,6 @@ img.mail-list-sender-photo { color: darkgreen; } - .wall-item-ago { color: #777; font-size: 0.8em; diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 0aab42cd5..20902fe1a 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -40,31 +40,6 @@ if($('#tabs-collapse-1').length == 0) { $('#expand-tabs').hide(); } -$('.group-edit-icon').hover( - function() { - $(this).css('opacity','1.0');}, - function() { - $(this).css('opacity','0');} -); - -$('.sidebar-group-element').hover( - function() { - id = $(this).attr('id'); - $('#edit-' + id).css('opacity','1.0');}, - - function() { - id = $(this).attr('id'); - $('#edit-' + id).css('opacity','0');} - ); - - -$('.savedsearchdrop').hover( - function() { - $(this).css('opacity','1.0');}, - function() { - $(this).css('opacity','0');} - ); - }); diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 80421d552..6f5b84bbe 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -6,9 +6,9 @@ var plaintext = '{{$editselect}}'; function initEditor(cb){ if (editor==false){ - $("#profile-jot-text-loading").spin('small'); + $("#profile-jot-text-loading").spin('small').show(); if(plaintext == 'none') { - $("#profile-jot-text-loading").spin(false); + $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); editor = true; @@ -77,7 +77,7 @@ function initEditor(cb){ ed.onInit.add(function(ed) { ed.pasteAsPlainText = true; - $("#profile-jot-text-loading").spin(false); + $("#profile-jot-text-loading").spin(false).hide(); $(".jothidden").show(); if (typeof cb!="undefined") cb(); }); diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4cc9c0d10..eea586ceb 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,5 +1,4 @@
    -
    @@ -15,80 +14,86 @@ {{$mimeselect}} {{$layoutselect}} -
    +
    + +
    {{if $catsenabled}} -
    +
    + +
    {{/if}} {{if $webpage}} -
    +
    + +
    {{/if}}
    - + +
    +
    +
    + + + + + + + + + +
    +
    +
    +
    +
    + {{if $showacl}} +
    + {{$bang}} +
    + {{/if}} + {{if $preview}} + + {{/if}} + +
    +
    +
    + {{$jotplugins}} +
    +
    +
    + {{$acl}} +
    + {{$jotnets}} +
    +
    +
    + +
    +
    -
    - - -
    -
    -
    -
    -
    -
    - - -
    - -
    -
    - -
    -
    - -
    - -
    - -
    -
    - -
    - - -
    -
    -
    - - {{if $showacl}} -
    - {{$bang}} -
    - {{/if}} - - {{if $preview}}{{/if}} - - -
    - - -
    - {{$jotplugins}} -
    - - - -
    -
    - {{$acl}} -
    - {{$jotnets}} -
    -
    - {{if $content}}{{/if}} +{{if $content}} + +{{/if}} From f832e5958594a942060766993625893f22beb59e Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Apr 2014 15:24:45 -0700 Subject: [PATCH 131/186] doc updates, plus back-end work for rpost to let you post to a different channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms. --- doc/html/apw_2php_2style_8php.html | 2 +- doc/html/boot_8php.html | 12 +- doc/html/crypto_8php.html | 4 +- doc/html/dba__driver_8php.html | 4 +- .../dir_d41ce877eb409a4791b288730010abe2.html | 2 +- .../dir_d41ce877eb409a4791b288730010abe2.js | 2 +- .../dir_d44c64559bbebec7f509842c48db8b23.html | 2 + .../dir_d44c64559bbebec7f509842c48db8b23.js | 1 + doc/html/docblox__errorchecker_8php.html | 2 +- doc/html/extract_8php.html | 4 +- doc/html/files.html | 33 +- doc/html/globals_0x61.html | 3 + doc/html/globals_0x66.html | 3 + doc/html/globals_0x6e.html | 3 + doc/html/globals_0x70.html | 26 +- doc/html/globals_0x74.html | 5 +- doc/html/globals_func_0x61.html | 3 + doc/html/globals_func_0x66.html | 3 + doc/html/globals_func_0x6e.html | 3 + doc/html/globals_func_0x70.html | 26 +- doc/html/globals_func_0x74.html | 9 +- doc/html/hostxrd_8php.html | 2 + doc/html/identity_8php.html | 2 +- doc/html/include_2config_8php.html | 4 +- doc/html/include_2probe_8php.html | 284 +++++++ doc/html/include_2probe_8php.js | 12 + doc/html/items_8php.html | 30 + doc/html/items_8php.js | 1 + doc/html/language_8php.html | 2 +- doc/html/mod_2probe_8php.html | 137 ++++ doc/html/mod_2probe_8php.js | 4 + doc/html/navtree.js | 6 +- doc/html/navtreeindex0.js | 2 +- doc/html/navtreeindex4.js | 8 +- doc/html/navtreeindex5.js | 140 ++-- doc/html/navtreeindex6.js | 48 +- doc/html/navtreeindex7.js | 336 ++++----- doc/html/navtreeindex8.js | 129 ++-- doc/html/php_2theme__init_8php.html | 2 +- doc/html/plugin_8php.html | 2 +- doc/html/search/all_61.js | 1 + doc/html/search/all_66.js | 1 + doc/html/search/all_6e.js | 1 + doc/html/search/all_70.js | 13 +- doc/html/search/all_74.js | 3 +- doc/html/search/files_70.js | 5 +- doc/html/search/functions_61.js | 1 + doc/html/search/functions_66.js | 1 + doc/html/search/functions_6e.js | 1 + doc/html/search/functions_70.js | 10 +- doc/html/search/functions_74.js | 1 + doc/html/taxonomy_8php.html | 2 +- doc/html/text_8php.html | 48 ++ doc/html/text_8php.js | 2 + doc/html/typo_8php.html | 2 +- doc/html/zot_8php.html | 2 +- mod/item.php | 26 +- util/messages.po | 692 +++++++++--------- version.inc | 2 +- 59 files changed, 1390 insertions(+), 727 deletions(-) create mode 100644 doc/html/include_2probe_8php.html create mode 100644 doc/html/include_2probe_8php.js create mode 100644 doc/html/mod_2probe_8php.html create mode 100644 doc/html/mod_2probe_8php.js diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index b670a9c95..2fdb64076 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -260,7 +260,7 @@ Variables
    -

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    +

    Referenced by Template\_replcb_for(), Template\_replcb_if(), account_remove(), acl_init(), activity_sanitise(), admin_page_channels(), admin_page_themes(), aes_encapsulate(), argv(), array_sanitise(), attach_change_permissions(), attach_delete(), attach_store(), autoname(), bb_parse_crypt(), bbcode(), block_content(), blocks_content(), bookmark_add(), bookmarks_content(), build_sync_packet(), change_channel(), channel_content(), chat_content(), chat_post(), chatroom_create(), chatroom_enter(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_item_source(), check_list_permissions(), check_webbie(), RedDirectory\childExists(), cloud_init(), common_init(), construct_page(), conversation(), RedDirectory\createFile(), photo_gd\cropImage(), photo_imagick\cropImage(), datesel(), datesel_format(), decode_tags(), deliver_run(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), display_content(), downgrade_accounts(), email_header_encode(), encode_item(), encode_mail(), event_store(), expand_groups(), expire_run(), externals_run(), feature_enabled(), fetch_post_tags(), filer_content(), find_xchan_in_array(), findpeople_widget(), fix_private_photos(), fix_system_urls(), photo_gd\flip(), fsuggest_post(), get_all_perms(), get_item_elements(), get_mail_elements(), get_mentions(), get_online_status(), get_profile_elements(), get_terms_oftype(), get_theme_uid(), RedDirectory\getChild(), RedDirectory\getDir(), RedDirectory\getQuotaInfo(), gprobe_run(), hostxrd_init(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_site(), import_xchan(), invite_content(), invite_post(), item_post(), items_fetch(), json_decode_plus(), json_return_and_die(), layouts_content(), legal_webbie(), FKOAuth1\loginUser(), magic_init(), mail_post(), manage_content(), match_content(), menu_content(), menu_delete_id(), menu_fetch(), menu_render(), mimetype_select(), nav(), navbar_complete(), network_content(), new_channel_init(), new_contact(), notification(), notifier_run(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), parse_xml_string(), pdledit_content(), perm_is_allowed(), photos_list_photos(), photos_post(), ping_init(), poco_load(), poller_run(), post_init(), post_post(), preg_heart(), print_template(), private_messages_list(), proc_run(), process_channel_sync_delivery(), process_mail_delivery(), profile_init(), profile_load(), profile_photo_post(), prune_hub_reinstalls(), public_recips(), RedFile\put(), dba_mysql\q(), dba_mysqli\q(), randprof_init(), red_item_new(), RedCollectionData(), RedFileData(), remote_online_status(), remove_community_tag(), rpost_content(), photo_driver\save(), search_ac_init(), send_status_notifications(), share_init(), site_default_perms(), smilies(), sources_content(), sslify_init(), photo_driver\store(), string_splitter(), stringify_array_elms(), sync_directories(), tag_deliver(), tagadelic(), tagrm_content(), tagrm_post(), theme_status(), thing_content(), timesel(), toggle_theme(), update_directory_entry(), update_imported_item(), upgrade_bool_message(), upgrade_message(), valid_email(), RedBasicAuth\validateUserPass(), webpages_content(), what_next(), widget_affinity(), widget_bookmarkedchats(), widget_suggestedchats(), widget_suggestions(), xchan_query(), xmlify(), zfinger_init(), zot_process_response(), zot_refresh(), zot_register_hub(), and zotfeed_init().

    diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index 6ec297b5e..44720e52c 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -204,7 +204,7 @@ Variables   const ZOT_REVISION 1   -const DB_UPDATE_VERSION 1104 +const DB_UPDATE_VERSION 1106   const EOL '<br />' . "\r\n"   @@ -1196,7 +1196,7 @@ Variables
    -

    Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), bookmarks_init(), check_form_security_token_ForbiddenOnErr(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), http_status_exit(), importelm_post(), item_post(), json_return_and_die(), layouts_content(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

    +

    Referenced by FriendicaSmartyEngine\__construct(), acl_init(), admin_content(), api_content(), api_ff_ids(), api_friendica_version(), api_oauth_access_token(), api_oauth_request_token(), api_statusnet_version(), attach_init(), bookmarks_init(), check_form_security_token_ForbiddenOnErr(), cloud_init(), contactgroup_content(), dirprofile_init(), events_content(), fbrowser_content(), feed_init(), filer_content(), filerm_content(), goaway(), hostxrd_init(), http_status_exit(), importelm_post(), item_post(), json_return_and_die(), layouts_content(), like_content(), lockview_content(), msearch_post(), network_content(), oembed_init(), oexchange_init(), opensearch_init(), parse_url_content(), photo_init(), photos_post(), php_init(), ping_init(), poco_init(), poller_run(), pretheme_init(), App\register_template_engine(), regmod_content(), search_ac_init(), setup_init(), setup_post(), share_init(), siteinfo_init(), sitelist_init(), sslify_init(), starred_init(), subthread_content(), system_unavailable(), tagger_content(), App\template_engine(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), view_init(), viewsrc_content(), wall_attach_post(), wall_upload_post(), wfinger_init(), xml_status(), and xrd_init().

    @@ -1383,7 +1383,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_channels_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), bookmark_add(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), current_theme_url(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), rbmark_content(), rbmark_post(), red_item_new(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

    +

    Referenced by FriendicaSmarty\__construct(), App\__construct(), acl_init(), admin_page_channels_post(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_themes(), admin_page_users_post(), api_content(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_format_messages(), api_get_user(), api_login(), api_post(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_user(), attach_store(), authenticate_success(), bbcode(), bbtoevent(), best_link_url(), bookmark_add(), App\build_pagehead(), channel_content(), chatsvc_content(), check_form_security_token(), cloud_init(), connections_content(), connections_post(), connedit_content(), construct_page(), consume_feed(), conversation(), create_account(), create_identity(), current_theme(), current_theme_url(), del_pconfig(), del_xconfig(), delegate_content(), detect_language(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), encode_rel_links(), events_content(), events_post(), feed_init(), filerm_content(), filestorage_post(), get_atom_elements(), get_browser_language(), get_item_elements(), get_my_address(), get_my_url(), get_plink(), get_public_feed(), Item\get_template_data(), group_add(), group_rmv(), group_side(), home_content(), import_post(), import_xchan(), info(), invite_post(), item_post(), item_store(), item_store_update(), lang_selector(), load_contact_links(), local_user(), lostpass_content(), magic_init(), mail_content(), mail_post(), mail_store(), mood_content(), mood_init(), nav(), navbar_complete(), network_content(), new_channel_content(), new_cookie(), notice(), oexchange_content(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), post_activity_item(), post_init(), printable(), probe_content(), proc_run(), process_delivery(), profile_photo_post(), profile_sidebar(), profiles_post(), rbmark_content(), rbmark_post(), red_item_new(), ref_session_read(), register_content(), register_post(), App\register_template_engine(), regmod_content(), remote_user(), removeme_post(), rpost_content(), script_path(), search_ac_init(), search_content(), search_init(), service_class_allows(), service_class_fetch(), App\set_baseurl(), settings_post(), setup_content(), setup_init(), siteinfo_init(), suggest_init(), t(), tagrm_post(), App\template_engine(), tt(), validate_channelname(), wall_upload_post(), webfinger_content(), wfinger_init(), widget_affinity(), widget_categories(), widget_filer(), widget_savedsearch(), widget_tagcloud(), xchan_content(), z_fetch_url(), z_post_url(), and zfinger_init().

    @@ -1400,7 +1400,7 @@ Variables
    -

    Referenced by absurl(), and hostxrd_init().

    +

    Referenced by absurl().

    @@ -2194,7 +2194,7 @@ Variables
    - +
    const DB_UPDATE_VERSION 1104const DB_UPDATE_VERSION 1106
    @@ -4483,7 +4483,7 @@ Variables
    diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 0743176d1..2e088b99d 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -318,7 +318,7 @@ Functions @@ -336,7 +336,7 @@ Functions diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 49bc57761..268087a9d 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions
    -

    Referenced by account_verify_password(), achievements_content(), acl_init(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_page_users(), allowed_public_recips(), api_direct_messages_new(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_mentions(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), channel_content(), channel_remove(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatsvc_content(), chatsvc_post(), check_account_email(), check_account_invite(), check_item_source(), check_webbie(), Cache\clear(), comanche_block(), common_friends(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_post(), consume_feed(), contact_remove(), contactgroup_content(), count_common_friends(), create_account(), create_identity(), RedDirectory\createFile(), dbesc_array_cb(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_query_build(), directory_run(), dirsearch_content(), display_content(), downgrade_accounts(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), events_content(), events_post(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), file_tag_file_query(), filerm_content(), filestorage_content(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), RedDirectory\getDir(), RedDirectory\getLastModified(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), groups_containing(), handle_tag(), home_content(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), item_message_id(), item_permissions_sql(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), like_content(), load_config(), load_plugin(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_store(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_delete(), menu_edit(), menu_edit_item(), menu_fetch(), menu_list(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifier_run(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), perm_is_allowed(), permissions_sql(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poller_run(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profiles_init(), profiles_post(), prune_hub_reinstalls(), public_permissions_sql(), public_recips(), RedFile\put(), queue_run(), rconnect_url(), red_zrl_callback(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_hook(), register_post(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), Cache\set(), set_config(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), siteinfo_init(), sources_content(), sources_post(), photo_driver\store(), store_item_tag(), stream_perms_xchans(), stringify_array_elms(), subthread_content(), suggest_init(), sync_directories(), tag_deliver(), tagger_content(), tagrm_post(), term_query(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_item(), widget_savedsearch(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_process_response(), zot_refresh(), and zotfeed_init().

    @@ -318,7 +318,7 @@ Functions

    This will happen occasionally trying to store the session data after abnormal program termination

    -

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_sys_channel(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    +

    Referenced by abook_connections(), abook_self(), abook_toggle_flag(), account_remove(), account_total(), account_verify_password(), achievements_content(), acl_init(), add_source_route(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_summary(), admin_page_users(), admin_page_users_post(), all_friends(), allowed_public_recips(), api_direct_messages_box(), api_direct_messages_new(), api_favorites(), api_ff_ids(), api_format_items(), api_get_user(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_home_timeline(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_user(), api_users_show(), attach_by_hash(), attach_by_hash_nodata(), attach_change_permissions(), attach_count_files(), attach_delete(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), authenticate_success(), block_content(), blocks_content(), bookmark_add(), bookmarks_init(), build_sync_packet(), call_hooks(), categories_widget(), change_channel(), chanman_remove_everything_from_network(), channel_content(), channel_remove(), channel_total(), channelx_by_hash(), channelx_by_n(), channelx_by_nick(), chanview_content(), chat_content(), chat_post(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatroom_leave(), chatroom_list(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_account_email(), check_account_invite(), check_config(), check_item_source(), check_webbie(), Cache\clear(), collect_recipients(), comanche_block(), common_friends(), common_friends_zcid(), common_init(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_init(), connedit_post(), consume_feed(), contact_block(), contact_profile_assign(), contact_remove(), contact_select(), contactgroup_content(), count_all_friends(), count_common_friends(), count_common_friends_zcid(), create_account(), create_identity(), RedDirectory\createDirectory(), RedDirectory\createFile(), current_theme(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), delete_imported_item(), delete_item_lowlevel(), deliver_run(), dir_parse_query(), dir_tagadelic(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), encode_item(), event_store(), events_content(), expand_groups(), expire_run(), externals_run(), fbrowser_content(), feed_init(), fetch_post_tags(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), first_post_date(), fix_attached_photo_permissions(), fix_private_photos(), fix_system_urls(), fsuggest_content(), fsuggest_post(), Cache\get(), RedFile\get(), get_all_perms(), get_birthdays(), get_channel_by_nick(), get_cloudpath(), get_config_from_storage(), get_events(), get_item_elements(), get_online_status(), get_sys_channel(), get_things(), get_words(), RedDirectory\getDir(), RedDirectory\getLastModified(), RedDirectory\getQuotaInfo(), gprobe_run(), group_add(), group_add_member(), group_byname(), group_content(), group_get_members(), group_post(), group_rec_byhash(), group_rmv(), group_rmv_member(), group_select(), group_side(), groups_containing(), handle_tag(), home_content(), identity_basic_export(), identity_check_service_class(), import_author_rss(), import_author_zot(), import_directory_keywords(), import_directory_profile(), import_post(), import_profile_photo(), import_site(), import_xchan(), install_plugin(), invite_post(), is_sys_channel(), item_check_service_class(), item_content(), item_expire(), item_message_id(), item_post(), item_store(), item_store_update(), items_fetch(), layout_select(), layouts_content(), like_content(), list_public_sites(), load_config(), load_contact_links(), load_hooks(), load_pconfig(), load_plugin(), load_translation_table(), load_xconfig(), local_dir_update(), lockview_content(), FKOAuth1\loginUser(), FKOAuthDataStore\lookup_consumer(), FKOAuthDataStore\lookup_nonce(), FKOAuthDataStore\lookup_token(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_store(), manage_content(), match_content(), match_openid(), member_of(), menu_add_item(), menu_create(), menu_del_item(), menu_delete(), menu_delete_id(), menu_edit(), menu_edit_item(), menu_fetch(), menu_fetch_id(), menu_list(), mimetype_select(), mini_group_select(), mitem_content(), mood_init(), msearch_post(), network_content(), FKOAuthDataStore\new_access_token(), new_contact(), new_cookie(), FKOAuthDataStore\new_request_token(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oauth_get_client(), oembed_fetch_url(), onedirsync_run(), onepoll_run(), openid_content(), page_content(), pagelist_widget(), pdl_selector(), perm_is_allowed(), photo_init(), photo_new_resource(), photo_upload(), photos_album_exists(), photos_album_get_db_idstr(), photos_album_rename(), photos_albums_list(), photos_content(), photos_list_photos(), photos_post(), ping_init(), poco_init(), poco_load(), poke_content(), poke_init(), poller_run(), post_activity_item(), post_init(), post_post(), private_messages_drop(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), prune_hub_reinstalls(), public_recips(), RedFile\put(), queue_run(), random_profile(), rconnect_url(), red_zrl_callback(), RedChannelList(), RedCollectionData(), RedFileData(), ref_session_destroy(), ref_session_gc(), ref_session_read(), ref_session_write(), register_content(), register_hook(), register_post(), reload_plugins(), remote_online_status(), remove_all_xchan_resources(), remove_community_tag(), remove_queue_item(), retain_item(), rmagic_init(), rmagic_post(), photo_driver\save(), search_ac_init(), search_content(), send_message(), send_reg_approval_email(), send_status_notifications(), service_class_allows(), service_class_fetch(), Cache\set(), set_config(), set_default_login_identity(), set_pconfig(), set_xconfig(), RedFile\setName(), settings_post(), setup_content(), share_init(), siteinfo_content(), siteinfo_init(), sitelist_init(), sources_content(), sources_post(), starred_init(), photo_driver\store(), store_item_tag(), stream_perms_api_uids(), stream_perms_xchans(), subthread_content(), suggest_init(), suggestion_query(), sync_directories(), tag_deliver(), tagadelic(), tagger_content(), tagrm_content(), tagrm_post(), tgroup_check(), thing_content(), thing_init(), tryzrlaudio(), tryzrlvideo(), uninstall_plugin(), unregister_hook(), update_directory_entry(), update_modtime(), update_queue_time(), update_remote_id(), update_suggestions(), user_allow(), user_deny(), RedBasicAuth\validateUserPass(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), vote_init(), vote_post(), webpages_content(), wfinger_init(), widget_bookmarkedchats(), widget_filer(), widget_follow(), widget_item(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), xchan_content(), xchan_mail_query(), xchan_query(), xrd_init(), z_input_filter(), z_readdir(), zfinger_init(), zid_init(), zot_feed(), zot_finger(), zot_get_hublocs(), zot_gethub(), zot_import(), zot_process_response(), zot_refresh(), and zotfeed_init().

    diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index cfd8d09e8..30e47e773 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -268,7 +268,7 @@ Files   file  pretheme.php   -file  probe.php +file  probe.php   file  profile.php   diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index ce5c1a49c..2b4fa247a 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -82,7 +82,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "poke.php", "poke_8php.html", "poke_8php" ], [ "post.php", "post_8php.html", "post_8php" ], [ "pretheme.php", "pretheme_8php.html", "pretheme_8php" ], - [ "probe.php", "probe_8php.html", "probe_8php" ], + [ "probe.php", "mod_2probe_8php.html", "mod_2probe_8php" ], [ "profile.php", "profile_8php.html", "profile_8php" ], [ "profile_photo.php", "profile__photo_8php.html", "profile__photo_8php" ], [ "profiles.php", "profiles_8php.html", "profiles_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index a142684a8..7ceabcdea 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -233,6 +233,8 @@ Files   file  poller.php   +file  probe.php +  file  profile_selectors.php   file  ProtoDriver.php diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 9e6908a5d..7e7581319 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -75,6 +75,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "photos.php", "include_2photos_8php.html", "include_2photos_8php" ], [ "plugin.php", "plugin_8php.html", "plugin_8php" ], [ "poller.php", "poller_8php.html", "poller_8php" ], + [ "probe.php", "include_2probe_8php.html", "include_2probe_8php" ], [ "profile_selectors.php", "profile__selectors_8php.html", "profile__selectors_8php" ], [ "ProtoDriver.php", "ProtoDriver_8php.html", [ [ "ProtoDriver", "classProtoDriver.html", "classProtoDriver" ], diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index 4bb8bc3f0..1fe87c82c 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -279,7 +279,7 @@ Variables diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index f9e22cf14..c1959d68b 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables
    -

    Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), externals_run(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    +

    Referenced by activity_sanitise(), api_rss_extra(), api_statuses_user_timeline(), array_sanitise(), attach_mkdir(), attach_store(), bookmark_add(), chat_post(), chatroom_create(), chatroom_destroy(), check_account_admin(), check_account_email(), check_account_invite(), check_account_password(), check_list_permissions(), check_webbie(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_account(), create_identity(), dbesc_array(), directory_content(), drop_item(), event_store(), externals_run(), feature_enabled(), find_xchan_in_array(), format_like(), get_all_perms(), get_atom_elements(), get_cloudpath(), get_features(), get_item_elements(), get_mail_elements(), get_mood_verbs(), get_poke_verbs(), get_profile_elements(), Item\get_template_data(), get_terms_oftype(), App\get_widgets(), group_select(), hostxrd_init(), ids_to_querystr(), import_author_rss(), import_author_xchan(), import_directory_profile(), import_post(), import_site(), import_xchan(), item_getfeedattach(), item_store(), item_store_update(), items_fetch(), like_content(), like_puller(), load_database(), magic_init(), mail_store(), menu_add_item(), menu_create(), menu_edit(), menu_edit_item(), mood_init(), network_content(), new_channel_post(), new_contact(), obj_verbs(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_album_get_db_idstr(), photos_create_item(), ping_init(), po2php_run(), poke_init(), post_activity_item(), post_init(), post_post(), proc_run(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), process_profile_delivery(), profile_activity(), profile_sidebar(), profiles_content(), redbasic_form(), register_post(), remove_community_tag(), replace_macros(), rmagic_post(), photo_driver\save(), send_reg_approval_email(), service_class_allows(), service_class_fetch(), App\set_apps(), settings_post(), sort_by_date(), stringify_array_elms(), subthread_content(), suggest_content(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), theme_content(), thing_init(), validate_channelname(), wfinger_init(), widget_affinity(), widget_archive(), widget_clock(), widget_item(), widget_suggestions(), widget_tagcloud_wall(), xchan_mail_query(), xchan_query(), xml2array(), xrd_init(), zfinger_init(), zid(), zid_init(), zot_fetch(), zot_gethub(), zot_import(), zot_process_response(), and zot_register_hub().

    @@ -160,7 +160,7 @@ Variables
    -

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), construct_page(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), dir_parse_query(), dir_query_build(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

    +

    Referenced by Template\_build_nodes(), Template\_replcb_node(), admin_page_themes(), attribute_contains(), base64url_decode(), base64url_encode(), bb_tag_preg_replace(), bb_translate_video(), bbtoevent(), bbtovcal(), bookmarks_init(), chanlink_hash(), chanlink_url(), comanche_parser(), comanche_region(), comanche_webpage(), construct_page(), datetime_convert(), day_translate(), detect_language(), diaspora2bb(), diaspora_ol(), diaspora_ul(), dir_parse_query(), dir_query_build(), expand_acl(), file_tag_decode(), file_tag_encode(), file_tag_file_query(), fix_mce_lf(), fix_private_photos(), format_categories(), format_filer(), format_hashtags(), format_term_for_display(), get_bb_tag_pos(), get_intltext_template(), get_language_name(), get_markup_template(), get_tags(), html2bb_video(), info(), is_a_date_arg(), is_foreigner(), is_member(), json_decode_plus(), legal_webbie(), linkify(), magic_link(), mail_content(), network_to_name(), normalise_openid(), notice(), notifier_run(), oembed_iframe(), oembed_replacecb(), oexchange_content(), parse_xml_string(), photos_post(), poco_load(), prepare_body(), print_template(), printable(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), protect_sprintf(), purify_html(), qp(), random_string(), Template\replace(), replace_macros(), FriendicaSmartyEngine\replace_macros(), Template\replace_macros(), scale_external_images(), search(), searchbox(), siteinfo_content(), smilies(), sslify(), string_splitter(), strip_zids(), stripdcode_br_cb(), t(), tag_deliver(), template_escape(), template_unescape(), term_query(), theme_attachments(), unamp(), undo_post_tagging(), unxmlify(), Template\var_replace(), webfinger(), webfinger_dfrn(), x(), z_fetch_url(), z_input_filter(), z_post_url(), zfinger_init(), and zid().

    diff --git a/doc/html/files.html b/doc/html/files.html index bb56b6696..6e1c62afa 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -178,21 +178,22 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*photos.php |o*plugin.php |o*poller.php -|o*profile_selectors.php -|o*ProtoDriver.php -|o*queue.php -|o*queue_fn.php -|o*reddav.php -|o*security.php -|o*session.php -|o*socgraph.php -|o*spam.php -|o*system_unavailable.php -|o*taxonomy.php -|o*template_processor.php -|o*text.php -|o*widgets.php -|\*zot.php +|o*probe.php +|o*profile_selectors.php +|o*ProtoDriver.php +|o*queue.php +|o*queue_fn.php +|o*reddav.php +|o*security.php +|o*session.php +|o*socgraph.php +|o*spam.php +|o*system_unavailable.php +|o*taxonomy.php +|o*template_processor.php +|o*text.php +|o*widgets.php +|\*zot.php o+mod |o*_well_known.php |o*achievements.php @@ -276,7 +277,7 @@ $(document).ready(function(){initNavTree('files.html','');}); |o*poke.php |o*post.php |o*pretheme.php -|o*probe.php +|o*probe.php |o*profile.php |o*profile_photo.php |o*profiles.php diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index 95ddbe579..d1f166547 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -324,6 +324,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');});
  • add_children_to_list() : conversation.php
  • +
  • add_source_route() +: items.php +
  • admin_content() : admin.php
  • diff --git a/doc/html/globals_0x66.html b/doc/html/globals_0x66.html index 4fac5f32f..dd4256053 100644 --- a/doc/html/globals_0x66.html +++ b/doc/html/globals_0x66.html @@ -252,6 +252,9 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');});
  • format_filer() : text.php
  • +
  • format_hashtags() +: text.php +
  • format_js_if_exists() : plugin.php
  • diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index 8444dcae5..137a3aa81 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -204,6 +204,9 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');});
  • navbar_complete() : acl.php
  • +
  • net_have_driver() +: probe.php +
  • network_content() : network.php
  • diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 595d08f91..7a1561e32 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -501,8 +501,32 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');});
  • private_messages_list() : message.php
  • +
  • probe_activity_stream() +: probe.php +
  • probe_content() -: probe.php +: probe.php +
  • +
  • probe_dfrn() +: probe.php +
  • +
  • probe_diaspora() +: probe.php +
  • +
  • probe_legacy_feed() +: probe.php +
  • +
  • probe_legacy_webfinger() +: probe.php +
  • +
  • probe_webfinger() +: probe.php +
  • +
  • probe_well_known() +: probe.php +
  • +
  • probe_zot() +: probe.php
  • proc_run() : boot.php diff --git a/doc/html/globals_0x74.html b/doc/html/globals_0x74.html index 74333601e..3d09783ac 100644 --- a/doc/html/globals_0x74.html +++ b/doc/html/globals_0x74.html @@ -150,6 +150,9 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');});
  • tag_deliver() : items.php
  • +
  • tag_sort_length() +: text.php +
  • tagadelic() : taxonomy.php
  • @@ -247,7 +250,7 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');}); : plugin.php
  • theme_post() -: config.php +: config.php
  • theme_status() : admin.php diff --git a/doc/html/globals_func_0x61.html b/doc/html/globals_func_0x61.html index 92e057b0c..dd973ea91 100644 --- a/doc/html/globals_func_0x61.html +++ b/doc/html/globals_func_0x61.html @@ -179,6 +179,9 @@ $(document).ready(function(){initNavTree('globals_func_0x61.html','');});
  • add_children_to_list() : conversation.php
  • +
  • add_source_route() +: items.php +
  • admin_content() : admin.php
  • diff --git a/doc/html/globals_func_0x66.html b/doc/html/globals_func_0x66.html index badffe4f9..e51b8e302 100644 --- a/doc/html/globals_func_0x66.html +++ b/doc/html/globals_func_0x66.html @@ -248,6 +248,9 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');});
  • format_filer() : text.php
  • +
  • format_hashtags() +: text.php +
  • format_js_if_exists() : plugin.php
  • diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index 8af69c3b4..8666de003 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');});
  • navbar_complete() : acl.php
  • +
  • net_have_driver() +: probe.php +
  • network_content() : network.php
  • diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 01421be40..9ae21ad6c 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -359,8 +359,32 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');});
  • private_messages_list() : message.php
  • +
  • probe_activity_stream() +: probe.php +
  • probe_content() -: probe.php +: probe.php +
  • +
  • probe_dfrn() +: probe.php +
  • +
  • probe_diaspora() +: probe.php +
  • +
  • probe_legacy_feed() +: probe.php +
  • +
  • probe_legacy_webfinger() +: probe.php +
  • +
  • probe_webfinger() +: probe.php +
  • +
  • probe_well_known() +: probe.php +
  • +
  • probe_zot() +: probe.php
  • proc_run() : boot.php diff --git a/doc/html/globals_func_0x74.html b/doc/html/globals_func_0x74.html index 025d49fd3..38a4ac232 100644 --- a/doc/html/globals_func_0x74.html +++ b/doc/html/globals_func_0x74.html @@ -149,6 +149,9 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');});
  • tag_deliver() : items.php
  • +
  • tag_sort_length() +: text.php +
  • tagadelic() : taxonomy.php
  • @@ -186,7 +189,7 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');}); : items.php
  • theme_admin() -: config.php +: config.php
  • theme_admin_post() : config.php @@ -195,13 +198,13 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');}); : text.php
  • theme_content() -: config.php +: config.php
  • theme_include() : plugin.php
  • theme_post() -: config.php +: config.php
  • theme_status() : admin.php diff --git a/doc/html/hostxrd_8php.html b/doc/html/hostxrd_8php.html index fd11d46d4..75c163d07 100644 --- a/doc/html/hostxrd_8php.html +++ b/doc/html/hostxrd_8php.html @@ -130,6 +130,8 @@ Functions
    +

    Referenced by _well_known_init().

    +
    diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index 5b67a15f8..b6c444ed1 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -759,7 +759,7 @@ Functions
    Returns
    string

    'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else

    -

    Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), viewconnections_content(), widget_bookmarkedchats(), and widget_suggestedchats().

    +

    Referenced by chanview_content(), chatsvc_content(), conversation(), dirprofile_init(), format_categories(), format_hashtags(), get_plink(), like_puller(), localize_item(), match_content(), menu_render(), new_contact(), oembed_fetch_url(), tryzrlaudio(), tryzrlvideo(), viewconnections_content(), widget_bookmarkedchats(), and widget_suggestedchats().

    diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 3ff1b3b9f..254d0f140 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -258,7 +258,7 @@ Functions
    -

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), create_account(), create_identity(), create_sys_channel(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), externals_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), hostxrd_init(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    +

    Referenced by account_verify_password(), admin_page_dbsync(), admin_page_logs(), admin_page_site(), admin_page_summary(), admin_page_themes(), allowed_email(), allowed_url(), api_statuses_mentions(), api_statusnet_config(), attach_store(), bbcode(), build_sync_packet(), channel_content(), check_account_admin(), check_account_invite(), check_config(), cli_startup(), create_account(), create_identity(), create_sys_channel(), RedDirectory\createFile(), detect_language(), directory_content(), directory_run(), dirprofile_init(), dirsearch_content(), display_content(), dlogger(), dob(), downgrade_accounts(), editblock_content(), editpost_content(), editwebpage_content(), encode_item(), encode_mail(), events_content(), expire_run(), externals_run(), feature_enabled(), feed_init(), find_upstream_directory(), findpeople_widget(), Item\get_comment_box(), get_default_profile_photo(), get_item_elements(), get_mail_elements(), get_max_import_size(), get_online_status(), RedDirectory\getChild(), RedDirectory\getChildren(), group_content(), home_content(), photo_gd\imageString(), import_post(), import_xchan(), invite_content(), invite_post(), item_post(), item_store(), item_store_update(), photo_imagick\load(), logger(), login(), lostpass_content(), lostpass_post(), nav(), navbar_complete(), network_content(), FKOAuthDataStore\new_access_token(), new_channel_post(), new_keypair(), notification(), notifier_run(), oembed_bbcode2html(), openid_content(), parse_url_content(), photo_upload(), photos_content(), photos_init(), poco_init(), poller_run(), post_activity_item(), post_post(), private_messages_fetch_conversation(), private_messages_fetch_message(), private_messages_list(), profile_content(), profile_create_sidebar(), profile_photo_post(), profiles_content(), profperm_content(), pubsites_content(), RedFile\put(), register_content(), register_post(), reload_plugins(), remove_all_xchan_resources(), scale_external_images(), search_content(), send_message(), send_reg_approval_email(), send_verification_email(), service_class_allows(), service_class_fetch(), set_config(), settings_post(), site_default_perms(), siteinfo_content(), smilies(), tag_deliver(), theme_admin(), unobscure(), update_modtime(), update_suggestions(), upgrade_link(), user_allow(), valid_email(), validate_email(), viewconnections_content(), viewconnections_init(), webpages_content(), widget_fullprofile(), widget_profile(), z_fetch_url(), z_post_url(), zfinger_init(), zot_fetch(), zot_import(), and zotfeed_init().

    @@ -470,7 +470,7 @@ Functions diff --git a/doc/html/include_2probe_8php.html b/doc/html/include_2probe_8php.html new file mode 100644 index 000000000..451b9c780 --- /dev/null +++ b/doc/html/include_2probe_8php.html @@ -0,0 +1,284 @@ + + + + + + +The Red Matrix: include/probe.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    probe.php File Reference
    +
    +
    + + + + + + + + + + + + + + + + + + + + +

    +Functions

     net_have_driver ($net)
     
     probe_well_known ($addr)
     
     probe_webfinger ($addr)
     
     probe_legacy_webfinger ($addr)
     
     probe_zot ($addr)
     
     probe_dfrn ($addr)
     
     probe_diaspora ($addr)
     
     probe_legacy_feed ($addr)
     
     probe_activity_stream ($addr)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    net_have_driver ( $net)
    +
    +

    Functions to assist in probing various legacy networks to figure out what kind of capabilities might be present.

    + +

    Referenced by probe_well_known().

    + +
    +
    + +
    +
    + + + + + + + + +
    probe_activity_stream ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_dfrn ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_diaspora ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_legacy_feed ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_legacy_webfinger ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_webfinger ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_well_known ( $addr)
    +
    + +
    +
    + +
    +
    + + + + + + + + +
    probe_zot ( $addr)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/include_2probe_8php.js b/doc/html/include_2probe_8php.js new file mode 100644 index 000000000..99cf171e1 --- /dev/null +++ b/doc/html/include_2probe_8php.js @@ -0,0 +1,12 @@ +var include_2probe_8php = +[ + [ "net_have_driver", "include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8", null ], + [ "probe_activity_stream", "include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c", null ], + [ "probe_dfrn", "include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0", null ], + [ "probe_diaspora", "include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a", null ], + [ "probe_legacy_feed", "include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7", null ], + [ "probe_legacy_webfinger", "include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481", null ], + [ "probe_webfinger", "include_2probe_8php.html#a950a200372393f706851103cd3fffcba", null ], + [ "probe_well_known", "include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d", null ], + [ "probe_zot", "include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85", null ] +]; \ No newline at end of file diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 115c975fc..b56f79a3a 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -116,6 +116,8 @@ Functions    can_comment_on_post ($observer_xchan, $item)   + add_source_route ($iid, $hash) +   red_zrl_callback ($matches)    red_escape_zrl_callback ($matches) @@ -248,6 +250,34 @@ Functions

    Referenced by get_item_elements(), get_mail_elements(), item_store(), and item_store_update().

    + + + +
    +
    + + + + + + + + + + + + + + + + + + +
    add_source_route ( $iid,
     $hash 
    )
    +
    + +

    Referenced by process_delivery().

    +
    diff --git a/doc/html/items_8php.js b/doc/html/items_8php.js index 82d505bfd..9f1cd096a 100644 --- a/doc/html/items_8php.js +++ b/doc/html/items_8php.js @@ -1,6 +1,7 @@ var items_8php = [ [ "activity_sanitise", "items_8php.html#a36e656667193c83aa2cc03a024fc131b", null ], + [ "add_source_route", "items_8php.html#a81565acf729e629e588d823308448e3c", null ], [ "array_sanitise", "items_8php.html#abf7a1b73eb352d79acd36309b0dababd", null ], [ "atom_author", "items_8php.html#a016dd86c827d08db89061ea81d15c6cb", null ], [ "atom_entry", "items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6", null ], diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index 01750b251..c23933599 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -361,7 +361,7 @@ Functions
    Returns
    translated string if exsists, otherwise s
    -

    Referenced by achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), fix_attached_photo_permissions(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_author_rss(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_content(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), probe_content(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    +

    Referenced by achievements_content(), admin_content(), admin_page_channels(), admin_page_dbsync(), admin_page_hubloc(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_post(), advanced_profile(), alt_pager(), api_content(), api_post(), api_statuses_public_timeline(), apps_content(), apw_form(), attach_by_hash(), attach_by_hash_nodata(), attach_count_files(), attach_init(), attach_list_files(), attach_mkdir(), attach_store(), bbcode(), block_content(), blocks_content(), blogtheme_form(), bookmark_add(), bookmarks_content(), bookmarks_init(), categories_widget(), channel_content(), channel_init(), chanview_content(), chat_content(), chat_init(), chatroom_create(), chatroom_destroy(), chatroom_enter(), chatsvc_content(), check_account_email(), check_account_invite(), check_config(), check_form_security_std_err_msg(), check_funcs(), check_htaccess(), check_htconfig(), check_keys(), check_php(), check_smarty3(), check_store(), cloud_init(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_poll_interval(), contact_reputation(), conversation(), create_account(), create_identity(), datesel_format(), day_translate(), delegate_content(), design_tools(), dir_safe_mode(), dir_sort_links(), dir_tagblock(), directory_content(), dirprofile_init(), dirsearch_content(), display_content(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), fbrowser_content(), fileas_widget(), filer_content(), filestorage_content(), filestorage_post(), findpeople_widget(), follow_init(), format_categories(), format_event_diaspora(), format_event_html(), format_filer(), format_like(), format_notification(), fsuggest_content(), fsuggest_post(), gender_selector(), get_birthdays(), Item\get_comment_box(), get_events(), get_features(), get_mood_verbs(), get_perms(), get_plink(), get_poke_verbs(), Item\get_template_data(), group_add(), group_content(), group_post(), group_side(), help_content(), home_content(), RedBrowser\htmlActionsPanel(), identity_check_service_class(), import_author_rss(), import_channel_photo(), import_content(), import_post(), import_xchan(), dba_driver\install(), invite_content(), invite_post(), item_check_service_class(), item_content(), item_photo_menu(), item_post(), item_post_type(), items_fetch(), lang_selector(), layout_select(), layouts_content(), like_content(), load_database(), localize_item(), lockview_content(), login(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manage_content(), manual_config(), marital_selector(), match_content(), menu_content(), menu_post(), menu_render(), message_content(), mimetype_select(), mini_group_select(), mitem_content(), mitem_init(), mitem_post(), mood_content(), mood_init(), nav(), network_content(), network_init(), network_to_name(), new_channel_content(), new_channel_post(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notify_content(), obj_verbs(), oembed_bbcode2html(), oembed_iframe(), oexchange_content(), openid_content(), page_content(), paginate(), pdl_selector(), pdledit_content(), pdledit_post(), photo_upload(), photos_album_widget(), photos_content(), photos_init(), photos_post(), ping_init(), poke_content(), poke_init(), populate_acl(), post_activity_item(), post_init(), probe_content(), profile_activity(), profile_content(), profile_init(), profile_load(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_content(), pubsites_content(), rbmark_content(), rbmark_post(), redbasic_form(), register_content(), register_post(), regmod_content(), relative_date(), removeme_content(), rmagic_content(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_content(), searchbox(), select_timezone(), send_message(), send_reg_approval_email(), send_verification_email(), settings_post(), setup_content(), sexpref_selector(), siteinfo_content(), sources_content(), sources_post(), subthread_content(), suggest_content(), tagblock(), tagger_content(), tagrm_content(), tagrm_post(), theme_attachments(), thing_content(), thing_init(), timezone_cmp(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), upgrade_bool_message(), upgrade_link(), upgrade_message(), user_allow(), user_deny(), validate_channelname(), vcard_from_xchan(), viewconnections_content(), viewsrc_content(), vote_content(), wall_upload_post(), webpages_content(), what_next(), widget_affinity(), widget_archive(), widget_bookmarkedchats(), widget_chatroom_list(), widget_filer(), widget_follow(), widget_mailmenu(), widget_notes(), widget_savedsearch(), widget_settings_menu(), widget_suggestedchats(), widget_suggestions(), widget_tagcloud(), writepages_widget(), xchan_content(), z_readdir(), and zfinger_init().

    diff --git a/doc/html/mod_2probe_8php.html b/doc/html/mod_2probe_8php.html new file mode 100644 index 000000000..7494517a8 --- /dev/null +++ b/doc/html/mod_2probe_8php.html @@ -0,0 +1,137 @@ + + + + + + +The Red Matrix: mod/probe.php File Reference + + + + + + + + + + + + + +
    +
    + + + + + + + +
    +
    The Red Matrix +
    +
    +
    + + + + + +
    +
    + +
    +
    +
    + +
    + + + + +
    + +
    + +
    + +
    +
    probe.php File Reference
    +
    +
    + + + + +

    +Functions

     probe_content (&$a)
     
    +

    Function Documentation

    + +
    +
    + + + + + + + + +
    probe_content ($a)
    +
    + +
    +
    +
    +
    + diff --git a/doc/html/mod_2probe_8php.js b/doc/html/mod_2probe_8php.js new file mode 100644 index 000000000..b1a10e1fe --- /dev/null +++ b/doc/html/mod_2probe_8php.js @@ -0,0 +1,4 @@ +var mod_2probe_8php = +[ + [ "probe_content", "mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99", null ] +]; \ No newline at end of file diff --git a/doc/html/navtree.js b/doc/html/navtree.js index 2731c443f..e5caaf05b 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -41,9 +41,9 @@ var NAVTREEINDEX = "classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd", "filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd", "include_2api_8php.html#ae82608c317421f27446465aa6724733d", -"mod_2bookmarks_8php.html", -"redbasic_2php_2theme_8php.html", -"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149" +"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b", +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090", +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index 3723521c1..7cc0b74bf 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -21,7 +21,7 @@ var NAVTREEINDEX0 = "ConversationObject_8php.html":[5,0,0,23], "ITemplateEngine_8php.html":[5,0,0,44], "ItemObject_8php.html":[5,0,0,43], -"ProtoDriver_8php.html":[5,0,0,63], +"ProtoDriver_8php.html":[5,0,0,64], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index fbcb08122..1d40d67d6 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -49,8 +49,8 @@ var NAVTREEINDEX4 = "functions_0x76.html":[4,3,0,19], "functions_8php.html":[5,0,3,1,0,1,1], "functions_8php.html#adefe514c95680928b3aae250cbc3c663":[5,0,3,1,0,1,1,0], -"functions_func.html":[4,3,1], "functions_func.html":[4,3,1,0], +"functions_func.html":[4,3,1], "functions_func_0x61.html":[4,3,1,1], "functions_func_0x62.html":[4,3,1,2], "functions_func_0x63.html":[4,3,1,3], @@ -70,8 +70,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0,0], "globals.html":[5,1,0], +"globals.html":[5,1,0,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -98,8 +98,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1,0], "globals_func.html":[5,1,1], +"globals_func.html":[5,1,1,0], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -125,8 +125,8 @@ var NAVTREEINDEX4 = "globals_func_0x77.html":[5,1,1,23], "globals_func_0x78.html":[5,1,1,24], "globals_func_0x7a.html":[5,1,1,25], -"globals_vars.html":[5,1,2], "globals_vars.html":[5,1,2,0], +"globals_vars.html":[5,1,2], "globals_vars_0x61.html":[5,1,2,1], "globals_vars_0x63.html":[5,1,2,2], "globals_vars_0x64.html":[5,1,2,3], diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index 964ee11d0..0e3ce4677 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -122,6 +122,16 @@ var NAVTREEINDEX5 = "include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,59,6], "include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,59,5], "include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,59,4], +"include_2probe_8php.html":[5,0,0,62], +"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[5,0,0,62,3], +"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[5,0,0,62,4], +"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[5,0,0,62,1], +"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[5,0,0,62,8], +"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[5,0,0,62,0], +"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[5,0,0,62,6], +"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[5,0,0,62,2], +"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[5,0,0,62,7], +"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[5,0,0,62,5], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], @@ -137,65 +147,66 @@ var NAVTREEINDEX5 = "item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,45,1], "item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,45,2], "items_8php.html":[5,0,0,45], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,45,58], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,45,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,45,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,45,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,45,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,45,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,45,37], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,45,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,45,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,45,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,45,39], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,45,3], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,45,57], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,45,20], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,45,59], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,45,3], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,45,7], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,45,28], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,45,8], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,45,33], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,45,38], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,45,25], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,45,5], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,45,32], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,45,40], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,45,4], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,45,58], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,45,21], "items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,45,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,45,45], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,45,47], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,45,50], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,45,29], -"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[5,0,0,45,14], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,45,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,45,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,45,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,45,38], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,45,15], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,45,34], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,45,36], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,45,41], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,45,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,45,43], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,45,16], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,45,48], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,45,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,45,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,45,55], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,45,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,45,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,45,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,45,56], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,45,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,45,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,45,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,45,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,45,52], -"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[5,0,0,45,13], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,45,53], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,45,25], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,45,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,45,44], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,45,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,45,40], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,45,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,45,54], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,45,49], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,45,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,45,35], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,45,51], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,45,42], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,45,22], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,45,46], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,45,48], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,45,51], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,45,30], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[5,0,0,45,15], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,45,20], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,45,13], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,45,18], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,45,39], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,45,16], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,45,35], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,45,37], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,45,42], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,45,34], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,45,44], +"items_8php.html#a81565acf729e629e588d823308448e3c":[5,0,0,45,1], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,45,17], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,45,49], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,45,12], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,45,6], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,45,56], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,45,27], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,45,11], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,45,31], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,45,57], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,45,10], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,45,22], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,45,9], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,45,29], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,45,53], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[5,0,0,45,14], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,45,54], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,45,26], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,45,2], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,45,45], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,45,19], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,45,41], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,45,47], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,45,55], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,45,50], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,45,24], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,45,36], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,45,52], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,45,43], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,45,23], "lang_8php.html":[5,0,1,46], "lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,46,0], "language_8php.html":[5,0,0,46], @@ -238,16 +249,5 @@ var NAVTREEINDEX5 = "minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,1,0,2,4,3], "minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,1,0,2,4,5], "minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,1,0,2,4,0], -"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,2,4,2], -"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,2,4,1], -"mitem_8php.html":[5,0,1,58], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,58,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,58,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,58,1], -"mod_2api_8php.html":[5,0,1,4], -"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], -"mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], -"mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], -"mod_2attach_8php.html":[5,0,1,6], -"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0] +"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,2,4,2] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 1d4e018c1..4b733f79c 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,5 +1,16 @@ var NAVTREEINDEX6 = { +"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,2,4,1], +"mitem_8php.html":[5,0,1,58], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,58,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,58,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,58,1], +"mod_2api_8php.html":[5,0,1,4], +"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], +"mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], +"mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], +"mod_2attach_8php.html":[5,0,1,6], +"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], "mod_2bookmarks_8php.html":[5,0,1,9], "mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,9,1], "mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,9,0], @@ -34,6 +45,8 @@ var NAVTREEINDEX6 = "mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,75,2], "mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,75,0], "mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,75,1], +"mod_2probe_8php.html":[5,0,1,82], +"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,82,0], "mod__chanview_8php.html":[5,0,3,1,0,0,0], "mod__import_8php.html":[5,0,3,0,4], "mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,4,0], @@ -55,8 +68,8 @@ var NAVTREEINDEX6 = "namespacemembers_func.html":[3,1,1], "namespacemembers_vars.html":[3,1,2], "namespaces.html":[3,0], -"namespaceupdatetpl.html":[4,0,3], "namespaceupdatetpl.html":[3,0,3], +"namespaceupdatetpl.html":[4,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], "nav_8php.html":[5,0,0,49], @@ -212,18 +225,16 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], "pretheme_8php.html":[5,0,1,81], "pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,81,0], -"probe_8php.html":[5,0,1,82], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,82,0], "profile_8php.html":[5,0,1,83], "profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,83,0], "profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,83,1], "profile__photo_8php.html":[5,0,1,84], "profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,84,0], "profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,84,1], -"profile__selectors_8php.html":[5,0,0,62], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,62,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,62,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,62,0], +"profile__selectors_8php.html":[5,0,0,63], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,63,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,63,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,63,0], "profiles_8php.html":[5,0,1,85], "profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,85,1], "profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,85,0], @@ -233,21 +244,10 @@ var NAVTREEINDEX6 = "profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,86,0], "pubsites_8php.html":[5,0,1,87], "pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,87,0], -"queue_8php.html":[5,0,0,64], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,64,0], -"queue__fn_8php.html":[5,0,0,65], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,65,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,65,0], -"randprof_8php.html":[5,0,1,88], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,88,0], -"rbmark_8php.html":[5,0,1,89], -"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,89,0], -"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,89,1], -"redbasic_2php_2style_8php.html":[5,0,3,1,3,0,1], -"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,3,0,1,1], -"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,3,0,1,0], -"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,3,0,1,4], -"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,3,0,1,2], -"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,3,0,1,5], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3] +"queue_8php.html":[5,0,0,65], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,65,0], +"queue__fn_8php.html":[5,0,0,66], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,66,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,66,0], +"randprof_8php.html":[5,0,1,88] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 8a1e8a096..7a1f823ef 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,12 +1,23 @@ var NAVTREEINDEX7 = { +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,88,0], +"rbmark_8php.html":[5,0,1,89], +"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,89,0], +"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,89,1], +"redbasic_2php_2style_8php.html":[5,0,3,1,3,0,1], +"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,3,0,1,1], +"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,3,0,1,0], +"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,3,0,1,4], +"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,3,0,1,2], +"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,3,0,1,5], +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3], "redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], "redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], "redbasic_8php.html":[5,0,3,1,0,2,9], -"reddav_8php.html":[5,0,0,66], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,66,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,66,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,66,4], +"reddav_8php.html":[5,0,0,67], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,67,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,67,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,67,4], "register_8php.html":[5,0,1,90], "register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,90,0], "register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,90,2], @@ -29,30 +40,30 @@ var NAVTREEINDEX7 = "search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,96,1], "search__ac_8php.html":[5,0,1,97], "search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,97,0], -"security_8php.html":[5,0,0,67], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,67,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,67,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,67,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,67,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,67,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,67,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,67,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,67,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,67,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,67,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,67,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,67,8], -"session_8php.html":[5,0,0,68], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,68,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,68,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,68,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,68,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,68,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,68,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,68,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,68,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,68,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,68,2], +"security_8php.html":[5,0,0,68], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,68,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,68,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,68,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,68,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,68,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,68,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,68,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,68,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,68,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,68,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,68,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,68,8], +"session_8php.html":[5,0,0,69], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,69,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,69,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,69,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,69,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,69,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,69,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,69,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,69,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,69,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,69,2], "settings_8php.html":[5,0,1,98], "settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,98,0], "settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,98,1], @@ -84,22 +95,22 @@ var NAVTREEINDEX7 = "sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,102,0], "smilies_8php.html":[5,0,1,103], "smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,103,0], -"socgraph_8php.html":[5,0,0,69], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,69,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,69,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,69,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,69,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,69,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,69,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,69,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,69,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,69,3], +"socgraph_8php.html":[5,0,0,70], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,70,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,70,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,70,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,70,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,70,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,70,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,70,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,70,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,70,3], "sources_8php.html":[5,0,1,104], "sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,104,0], "sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,104,1], -"spam_8php.html":[5,0,0,70], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,70,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,70,0], +"spam_8php.html":[5,0,0,71], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,71,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,71,0], "sslify_8php.html":[5,0,1,105], "sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,105,0], "starred_8php.html":[5,0,1,106], @@ -109,124 +120,126 @@ var NAVTREEINDEX7 = "suggest_8php.html":[5,0,1,108], "suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,108,0], "suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,108,1], -"system__unavailable_8php.html":[5,0,0,71], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,71,0], +"system__unavailable_8php.html":[5,0,0,72], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,72,0], "tagger_8php.html":[5,0,1,109], "tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,109,0], "tagrm_8php.html":[5,0,1,110], "tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,110,1], "tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,110,0], -"taxonomy_8php.html":[5,0,0,72], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,72,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,72,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,72,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,72,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,72,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,72,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,72,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,72,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,72,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,72,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,72,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,72,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,72,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,72,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,72,8], -"template__processor_8php.html":[5,0,0,73], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,73,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,73,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,73,2], -"text_8php.html":[5,0,0,74], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,74,38], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,74,44], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,74,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,74,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,74,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,74,69], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,74,43], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,74,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,74,79], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,74,31], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,74,34], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,74,48], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,74,51], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,74,45], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,74,46], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,74,41], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,74,70], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,74,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,74,87], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,74,76], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,74,47], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,74,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,74,74], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,74,89], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,74,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,74,84], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,74,72], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,74,82], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,74,29], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,74,40], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,74,71], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,74,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,74,85], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,74,32], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,74,30], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,74,42], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,74,60], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,74,49], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,74,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,74,59], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,74,81], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,74,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,74,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,74,80], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,74,39], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,74,26], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,74,77], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,74,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,74,33], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,74,25], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,74,78], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,74,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,74,67], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,74,73], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,74,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,74,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,74,58], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,74,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,74,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,74,53], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,74,64], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,74,62], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,74,66], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,74,28], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,74,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,74,54], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,74,35], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,74,27], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,74,88], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,74,68], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,74,83], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,74,86], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,74,55], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,74,36], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,74,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,74,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,74,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,74,63], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,74,50], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,74,37], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,74,65], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,74,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,74,56], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,74,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,74,75], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,74,61], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,74,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,74,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,74,57], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,74,52], +"taxonomy_8php.html":[5,0,0,73], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,73,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,73,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,73,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,73,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,73,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,73,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,73,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,73,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,73,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,73,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,73,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,73,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,73,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,73,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,73,8], +"template__processor_8php.html":[5,0,0,74], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,74,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,74,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,74,2], +"text_8php.html":[5,0,0,75], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,75,39], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,75,45], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,75,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,75,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,75,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,75,70], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,75,44], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,75,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,75,81], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,75,32], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,75,35], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,75,49], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,75,52], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,75,46], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,75,47], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,75,42], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,75,71], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,75,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,75,89], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,75,78], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,75,48], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,75,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,75,75], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,75,91], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,75,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,75,86], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,75,73], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,75,84], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,75,30], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,75,41], +"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[5,0,0,75,25], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,75,72], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,75,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,75,87], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,75,33], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,75,31], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,75,43], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,75,61], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,75,50], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,75,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,75,60], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,75,83], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,75,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,75,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,75,82], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,75,40], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,75,27], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,75,79], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,75,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,75,34], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,75,26], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,75,80], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,75,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,75,68], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,75,74], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,75,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,75,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,75,59], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,75,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,75,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,75,54], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,75,65], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,75,63], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,75,67], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,75,29], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,75,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,75,55], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,75,36], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,75,28], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,75,90], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,75,69], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,75,85], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,75,88], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,75,56], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,75,37], +"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[5,0,0,75,76], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,75,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,75,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,75,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,75,64], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,75,51], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,75,38], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,75,66], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,75,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,75,57], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,75,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,75,77], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,75,62], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,75,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,75,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,75,58], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,75,53], "theme_2apw_2php_2theme__init_8php.html":[5,0,3,1,0,1,4], "theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,0,1,4,0], "theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], @@ -236,18 +249,5 @@ var NAVTREEINDEX7 = "theme_2blogga_2php_2theme__init_8php.html":[5,0,3,1,1,0,3], "theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,1,1,1,0,0,1], "theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,1,0,0,1,2], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,1,1,1,0,0,1,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,1,0,0,1,0], -"theme_2mytheme_2php_2default_8php.html":[5,0,3,1,2,0,0], -"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0,0,0], -"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,3,0,3], -"thing_8php.html":[5,0,1,111], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,111,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,111,1], -"toggle__mobile_8php.html":[5,0,1,112], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,112,0], -"toggle__safesearch_8php.html":[5,0,1,113], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,113,0], -"tpldebug_8php.html":[5,0,2,8], -"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0] +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,1,1,1,0,0,1,1] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index 6bb575cc5..53ecc6b92 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,5 +1,18 @@ var NAVTREEINDEX8 = { +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,1,0,0,1,0], +"theme_2mytheme_2php_2default_8php.html":[5,0,3,1,2,0,0], +"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0,0,0], +"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,3,0,3], +"thing_8php.html":[5,0,1,111], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,111,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,111,1], +"toggle__mobile_8php.html":[5,0,1,112], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,112,0], +"toggle__safesearch_8php.html":[5,0,1,113], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,113,0], +"tpldebug_8php.html":[5,0,2,8], +"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], "tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], "tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[5,0,2,8,2], "typo_8php.html":[5,0,2,9], @@ -70,35 +83,35 @@ var NAVTREEINDEX8 = "wfinger_8php.html":[5,0,1,127], "wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,127,0], "widedarkness_8php.html":[5,0,3,1,0,2,10], -"widgets_8php.html":[5,0,0,75], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,75,10], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,75,24], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,75,2], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,75,7], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,75,8], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,75,15], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,75,17], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,75,18], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,75,4], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,75,23], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,75,11], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,75,25], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,75,19], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,75,14], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,75,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,75,21], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,75,9], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,75,5], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,75,6], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,75,22], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,75,20], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,75,27], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,75,13], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,75,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,75,12], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,75,26], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,75,3], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,75,16], +"widgets_8php.html":[5,0,0,76], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,76,10], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,76,24], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,76,2], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,76,7], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,76,8], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,76,15], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,76,17], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,76,18], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,76,4], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,76,23], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,76,11], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,76,25], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,76,19], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,76,14], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,76,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,76,21], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,76,9], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,76,5], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,76,6], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,76,22], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,76,20], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,76,27], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,76,13], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,76,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,76,12], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,76,26], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,76,3], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,76,16], "xchan_8php.html":[5,0,1,128], "xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,128,0], "xrd_8php.html":[5,0,1,129], @@ -107,35 +120,35 @@ var NAVTREEINDEX8 = "xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,130,0], "zfinger_8php.html":[5,0,1,131], "zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,131,0], -"zot_8php.html":[5,0,0,76], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,76,13], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,76,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,76,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,76,15], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,76,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,76,5], -"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[5,0,0,76,10], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,76,21], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,76,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,76,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,76,0], -"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,76,8], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,76,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,76,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,76,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,76,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,76,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,76,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,76,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,76,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,76,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,76,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,76,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,76,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,76,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,76,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,76,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,76,22], +"zot_8php.html":[5,0,0,77], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,77,13], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,77,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,77,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,77,15], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,77,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,77,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[5,0,0,77,10], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,77,21], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,77,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,77,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,77,0], +"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,77,8], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,77,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,77,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,77,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,77,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,77,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,77,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,77,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,77,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,77,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,77,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,77,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,77,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,77,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,77,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,77,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,77,22], "zotfeed_8php.html":[5,0,1,132], "zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,132,0], "zping_8php.html":[5,0,1,133], diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index 166f2b447..c2a22bfdb 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables

    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.

    -

    Referenced by admin_page_channels(), api_call(), api_user(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), importelm_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    +

    Referenced by admin_page_channels(), api_call(), api_user(), attach_mkdir(), attach_store(), bbcode(), blocks_content(), bookmark_add(), build_sync_packet(), channel_content(), channel_init(), channel_remove(), chat_content(), chat_init(), chat_post(), chatroom_create(), chatroom_destroy(), cloud_init(), connections_init(), connections_post(), connedit_content(), connedit_init(), connedit_post(), conversation(), design_tools(), directory_run(), display_content(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), events_content(), events_post(), feed_init(), filestorage_content(), fix_attached_file_permissions(), fix_system_urls(), get_feed_for(), get_public_feed(), handle_tag(), home_init(), RedBrowser\htmlActionsPanel(), import_post(), importelm_post(), invite_content(), item_photo_menu(), item_post(), item_store(), item_store_update(), items_fetch(), layouts_content(), magic_init(), mail_content(), mail_post(), menu_add_item(), menu_edit_item(), message_content(), mitem_content(), mitem_post(), mood_init(), nav(), network_content(), network_init(), new_contact(), notifier_run(), photo_upload(), photos_albums_list(), photos_content(), photos_create_item(), photos_list_photos(), ping_init(), poke_init(), post_activity_item(), post_to_red_delete_comment(), post_to_red_delete_post(), post_to_red_displayAdminContent(), post_to_red_post(), probe_content(), process_channel_sync_delivery(), process_delivery(), process_mail_delivery(), profile_init(), profile_photo_init(), profile_photo_post(), profiles_post(), profperm_init(), rbmark_content(), rbmark_post(), rpost_content(), send_message(), settings_post(), sources_post(), tagger_content(), thing_init(), uexport_init(), update_remote_id(), wall_attach_post(), wall_upload_post(), webpages_content(), wfinger_init(), widget_settings_menu(), zot_build_packet(), zot_finger(), and zot_refresh().

    diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index eef1062f5..a356c280d 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -198,7 +198,7 @@ Functions
    -

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), externals_run(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), rmagic_post(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    +

    Referenced by api_login(), atom_author(), atom_entry(), authenticate_success(), avatar_img(), bb2diaspora(), bbcode(), channel_remove(), check_account_email(), check_account_invite(), check_account_password(), connect_content(), connections_post(), connedit_content(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), cronhooks_run(), directory_content(), downgrade_accounts(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), event_store(), externals_run(), feature_enabled(), gender_selector(), get_all_perms(), get_atom_elements(), get_features(), get_feed_for(), get_mood_verbs(), get_perms(), get_poke_verbs(), Item\get_template_data(), App\get_widgets(), group_select(), home_content(), home_init(), hostxrd_init(), html2bbcode(), import_author_xchan(), import_directory_profile(), import_xchan(), item_photo_menu(), item_post(), item_store(), item_store_update(), like_content(), login(), magic_init(), mail_store(), marital_selector(), mood_init(), nav(), network_content(), network_to_name(), new_contact(), notification(), notifier_run(), obj_verbs(), oembed_fetch_url(), openid_content(), parse_url_content(), pdl_selector(), perm_is_allowed(), photo_upload(), photos_content(), ping_init(), post_activity_item(), post_init(), prepare_body(), probe_well_known(), proc_run(), profile_content(), profile_sidebar(), profiles_content(), profiles_post(), replace_macros(), rmagic_post(), settings_post(), sexpref_selector(), siteinfo_content(), smilies(), subthread_content(), validate_channelname(), wfinger_init(), widget_affinity(), xrd_init(), zfinger_init(), zid(), and zid_init().

    diff --git a/doc/html/search/all_61.js b/doc/html/search/all_61.js index 209a43f65..01c07a3e2 100644 --- a/doc/html/search/all_61.js +++ b/doc/html/search/all_61.js @@ -68,6 +68,7 @@ var searchData= ['activity_5fupdate',['ACTIVITY_UPDATE',['../boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866',1,'boot.php']]], ['add_5fchild',['add_child',['../classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51',1,'Item']]], ['add_5fchildren_5fto_5flist',['add_children_to_list',['../conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b',1,'conversation.php']]], + ['add_5fsource_5froute',['add_source_route',['../items_8php.html#a81565acf729e629e588d823308448e3c',1,'items.php']]], ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_2ephp',['admin.php',['../admin_8php.html',1,'']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], diff --git a/doc/html/search/all_66.js b/doc/html/search/all_66.js index 663aff8d5..46634f7ba 100644 --- a/doc/html/search/all_66.js +++ b/doc/html/search/all_66.js @@ -52,6 +52,7 @@ var searchData= ['format_5fevent_5fdiaspora',['format_event_diaspora',['../bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863',1,'bb2diaspora.php']]], ['format_5fevent_5fhtml',['format_event_html',['../event_8php.html#a2ac9f1b08de03250ecd794f705781d17',1,'event.php']]], ['format_5ffiler',['format_filer',['../text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91',1,'text.php']]], + ['format_5fhashtags',['format_hashtags',['../text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59',1,'text.php']]], ['format_5fjs_5fif_5fexists',['format_js_if_exists',['../plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f',1,'plugin.php']]], ['format_5flike',['format_like',['../conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3',1,'conversation.php']]], ['format_5flocation',['format_location',['../conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3',1,'conversation.php']]], diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 4b343a645..fde99341d 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -22,6 +22,7 @@ var searchData= ['nav_2ephp',['nav.php',['../nav_8php.html',1,'']]], ['nav_5fset_5fselected',['nav_set_selected',['../nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a',1,'nav.php']]], ['navbar_5fcomplete',['navbar_complete',['../acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f',1,'acl.php']]], + ['net_5fhave_5fdriver',['net_have_driver',['../include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8',1,'probe.php']]], ['network_2ephp',['network.php',['../include_2network_8php.html',1,'']]], ['network_2ephp',['network.php',['../mod_2network_8php.html',1,'']]], ['network_5fcontent',['network_content',['../mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4',1,'network.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index e8902c8e6..b0be2db3b 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -150,8 +150,17 @@ var searchData= ['private_5fmessages_5ffetch_5fconversation',['private_messages_fetch_conversation',['../include_2message_8php.html#a5f8de9847e203329e317ac38dc646898',1,'message.php']]], ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], - ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], - ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], + ['probe_5factivity_5fstream',['probe_activity_stream',['../include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c',1,'probe.php']]], + ['probe_5fcontent',['probe_content',['../mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5fdfrn',['probe_dfrn',['../include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0',1,'probe.php']]], + ['probe_5fdiaspora',['probe_diaspora',['../include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a',1,'probe.php']]], + ['probe_5flegacy_5ffeed',['probe_legacy_feed',['../include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7',1,'probe.php']]], + ['probe_5flegacy_5fwebfinger',['probe_legacy_webfinger',['../include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481',1,'probe.php']]], + ['probe_5fwebfinger',['probe_webfinger',['../include_2probe_8php.html#a950a200372393f706851103cd3fffcba',1,'probe.php']]], + ['probe_5fwell_5fknown',['probe_well_known',['../include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d',1,'probe.php']]], + ['probe_5fzot',['probe_zot',['../include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], diff --git a/doc/html/search/all_74.js b/doc/html/search/all_74.js index 62e78f88e..02bdc0a10 100644 --- a/doc/html/search/all_74.js +++ b/doc/html/search/all_74.js @@ -2,6 +2,7 @@ var searchData= [ ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], + ['tag_5fsort_5flength',['tag_sort_length',['../text_8php.html#ac2ff88e800f74b22e9cc091c10809c54',1,'text.php']]], ['tagadelic',['tagadelic',['../taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a',1,'taxonomy.php']]], ['tagblock',['tagblock',['../taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2',1,'taxonomy.php']]], ['tagger_2ephp',['tagger.php',['../tagger_8php.html',1,'']]], @@ -46,8 +47,8 @@ var searchData= ['theme_5fattachments',['theme_attachments',['../text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53',1,'text.php']]], ['theme_5fcontent',['theme_content',['../view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php']]], ['theme_5finclude',['theme_include',['../plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2',1,'plugin.php']]], - ['theme_5finit_2ephp',['theme_init.php',['../theme_2redbasic_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../php_2theme__init_8php.html',1,'']]], + ['theme_5finit_2ephp',['theme_init.php',['../theme_2redbasic_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../theme_2apw_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../theme_2blogga_2php_2theme__init_8php.html',1,'']]], ['theme_5fpost',['theme_post',['../view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php']]], diff --git a/doc/html/search/files_70.js b/doc/html/search/files_70.js index 25b4aa005..7e0223120 100644 --- a/doc/html/search/files_70.js +++ b/doc/html/search/files_70.js @@ -11,8 +11,8 @@ var searchData= ['photo_5fdriver_2ephp',['photo_driver.php',['../photo__driver_8php.html',1,'']]], ['photo_5fgd_2ephp',['photo_gd.php',['../photo__gd_8php.html',1,'']]], ['photo_5fimagick_2ephp',['photo_imagick.php',['../photo__imagick_8php.html',1,'']]], - ['photos_2ephp',['photos.php',['../include_2photos_8php.html',1,'']]], ['photos_2ephp',['photos.php',['../mod_2photos_8php.html',1,'']]], + ['photos_2ephp',['photos.php',['../include_2photos_8php.html',1,'']]], ['php_2ephp',['php.php',['../php_8php.html',1,'']]], ['php2po_2ephp',['php2po.php',['../php2po_8php.html',1,'']]], ['pine_2ephp',['pine.php',['../pine_8php.html',1,'']]], @@ -25,7 +25,8 @@ var searchData= ['post_2ephp',['post.php',['../post_8php.html',1,'']]], ['post_5fto_5fred_2ephp',['post_to_red.php',['../post__to__red_8php.html',1,'']]], ['pretheme_2ephp',['pretheme.php',['../pretheme_8php.html',1,'']]], - ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], ['profile_2ephp',['profile.php',['../profile_8php.html',1,'']]], ['profile_5fphoto_2ephp',['profile_photo.php',['../profile__photo_8php.html',1,'']]], ['profile_5fselectors_2ephp',['profile_selectors.php',['../profile__selectors_8php.html',1,'']]], diff --git a/doc/html/search/functions_61.js b/doc/html/search/functions_61.js index 938ec0e6a..76e2df84d 100644 --- a/doc/html/search/functions_61.js +++ b/doc/html/search/functions_61.js @@ -14,6 +14,7 @@ var searchData= ['activity_5fsanitise',['activity_sanitise',['../items_8php.html#a36e656667193c83aa2cc03a024fc131b',1,'items.php']]], ['add_5fchild',['add_child',['../classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51',1,'Item']]], ['add_5fchildren_5fto_5flist',['add_children_to_list',['../conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b',1,'conversation.php']]], + ['add_5fsource_5froute',['add_source_route',['../items_8php.html#a81565acf729e629e588d823308448e3c',1,'items.php']]], ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], ['admin_5fpage_5fchannels',['admin_page_channels',['../admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec',1,'admin.php']]], diff --git a/doc/html/search/functions_66.js b/doc/html/search/functions_66.js index f9a7458d5..2ac10c059 100644 --- a/doc/html/search/functions_66.js +++ b/doc/html/search/functions_66.js @@ -37,6 +37,7 @@ var searchData= ['format_5fevent_5fdiaspora',['format_event_diaspora',['../bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863',1,'bb2diaspora.php']]], ['format_5fevent_5fhtml',['format_event_html',['../event_8php.html#a2ac9f1b08de03250ecd794f705781d17',1,'event.php']]], ['format_5ffiler',['format_filer',['../text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91',1,'text.php']]], + ['format_5fhashtags',['format_hashtags',['../text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59',1,'text.php']]], ['format_5fjs_5fif_5fexists',['format_js_if_exists',['../plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f',1,'plugin.php']]], ['format_5flike',['format_like',['../conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3',1,'conversation.php']]], ['format_5flocation',['format_location',['../conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3',1,'conversation.php']]], diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index c51d3673c..abcd14931 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -4,6 +4,7 @@ var searchData= ['nav',['nav',['../nav_8php.html#a43be0df73b90647ea70947ce004e231e',1,'nav.php']]], ['nav_5fset_5fselected',['nav_set_selected',['../nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a',1,'nav.php']]], ['navbar_5fcomplete',['navbar_complete',['../acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f',1,'acl.php']]], + ['net_5fhave_5fdriver',['net_have_driver',['../include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8',1,'probe.php']]], ['network_5fcontent',['network_content',['../mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4',1,'network.php']]], ['network_5finit',['network_init',['../mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec',1,'network.php']]], ['network_5ftabs',['network_tabs',['../conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4',1,'conversation.php']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index 4640ac37a..ecf19b318 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -73,7 +73,15 @@ var searchData= ['private_5fmessages_5ffetch_5fconversation',['private_messages_fetch_conversation',['../include_2message_8php.html#a5f8de9847e203329e317ac38dc646898',1,'message.php']]], ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], - ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5factivity_5fstream',['probe_activity_stream',['../include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c',1,'probe.php']]], + ['probe_5fcontent',['probe_content',['../mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5fdfrn',['probe_dfrn',['../include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0',1,'probe.php']]], + ['probe_5fdiaspora',['probe_diaspora',['../include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a',1,'probe.php']]], + ['probe_5flegacy_5ffeed',['probe_legacy_feed',['../include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7',1,'probe.php']]], + ['probe_5flegacy_5fwebfinger',['probe_legacy_webfinger',['../include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481',1,'probe.php']]], + ['probe_5fwebfinger',['probe_webfinger',['../include_2probe_8php.html#a950a200372393f706851103cd3fffcba',1,'probe.php']]], + ['probe_5fwell_5fknown',['probe_well_known',['../include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d',1,'probe.php']]], + ['probe_5fzot',['probe_zot',['../include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], diff --git a/doc/html/search/functions_74.js b/doc/html/search/functions_74.js index 7cef73235..ec44396e3 100644 --- a/doc/html/search/functions_74.js +++ b/doc/html/search/functions_74.js @@ -2,6 +2,7 @@ var searchData= [ ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], + ['tag_5fsort_5flength',['tag_sort_length',['../text_8php.html#ac2ff88e800f74b22e9cc091c10809c54',1,'text.php']]], ['tagadelic',['tagadelic',['../taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a',1,'taxonomy.php']]], ['tagblock',['tagblock',['../taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2',1,'taxonomy.php']]], ['tagger_5fcontent',['tagger_content',['../tagger_8php.html#a0e4a3eb177d1684553c547503d67161c',1,'tagger.php']]], diff --git a/doc/html/taxonomy_8php.html b/doc/html/taxonomy_8php.html index fc33f4d61..e205b2b64 100644 --- a/doc/html/taxonomy_8php.html +++ b/doc/html/taxonomy_8php.html @@ -296,7 +296,7 @@ Functions diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 04aefed61..7ca3fd9f3 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -157,6 +157,8 @@ Functions    get_tags ($s)   + tag_sort_length ($a, $b) +   strip_zids ($s)    qp ($s) @@ -209,6 +211,8 @@ Functions    format_categories (&$item, $writeable)   + format_hashtags (&$item) +   format_filer (&$item)    prepare_body (&$item, $attach=false) @@ -832,6 +836,24 @@ Variables

    Referenced by prepare_body().

    + + + +
    +
    + + + + + + + + +
    format_hashtags ($item)
    +
    + +

    Referenced by prepare_body().

    +
    @@ -2013,6 +2035,32 @@ Variables

    Referenced by cloud_init(), and red_zrl_callback().

    + + + +
    +
    + + + + + + + + + + + + + + + + + + +
    tag_sort_length ( $a,
     $b 
    )
    +
    +
    diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index e742132d5..d377878a0 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -25,6 +25,7 @@ var text_8php = [ "fix_mce_lf", "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28", null ], [ "format_categories", "text_8php.html#a3054189cff173977f4216c9a3dd29e1b", null ], [ "format_filer", "text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91", null ], + [ "format_hashtags", "text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59", null ], [ "get_mentions", "text_8php.html#a76d1b3435c067978d7b484c45f56472b", null ], [ "get_mood_verbs", "text_8php.html#a736db13a966b8abaf8c9198faa35911a", null ], [ "get_plink", "text_8php.html#aac0969ae09853205992ba06ab9f9f61a", null ], @@ -75,6 +76,7 @@ var text_8php = [ "sslify", "text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9", null ], [ "stringify_array_elms", "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13", null ], [ "strip_zids", "text_8php.html#a2f2585385530cb935a6325c809d84a4d", null ], + [ "tag_sort_length", "text_8php.html#ac2ff88e800f74b22e9cc091c10809c54", null ], [ "theme_attachments", "text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53", null ], [ "unamp", "text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7", null ], [ "undo_post_tagging", "text_8php.html#a740ad03e00459039a2c0992246c4e727", null ], diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index 447801ca9..6c984746a 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables
    -

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    +

    Referenced by FriendicaSmarty\__construct(), Item\__construct(), FriendicaSmartyEngine\__construct(), Template\_replcb_if(), Template\_replcb_inc(), _well_known_init(), abook_toggle_flag(), achievements_content(), acl_init(), admin_content(), admin_page_channels(), admin_page_channels_post(), admin_page_dbsync(), admin_page_hubloc(), admin_page_hubloc_post(), admin_page_logs(), admin_page_logs_post(), admin_page_plugins(), admin_page_site(), admin_page_site_post(), admin_page_summary(), admin_page_themes(), admin_page_users(), admin_page_users_post(), admin_post(), advanced_profile(), allowed_email(), allowed_url(), alt_pager(), api_account_verify_credentials(), api_albums(), api_apply_template(), api_call(), api_content(), api_direct_messages_all(), api_direct_messages_box(), api_direct_messages_conversation(), api_direct_messages_inbox(), api_direct_messages_new(), api_direct_messages_sentbox(), api_favorites(), api_followers_ids(), api_format_as(), api_format_items(), api_friends_ids(), api_get_user(), api_item_get_user(), api_login(), api_photos(), api_post(), api_rss_extra(), api_status_show(), api_statuses_destroy(), api_statuses_f(), api_statuses_followers(), api_statuses_friends(), api_statuses_home_timeline(), api_statuses_mediap(), api_statuses_mentions(), api_statuses_public_timeline(), api_statuses_repeat(), api_statuses_show(), api_statuses_update(), api_statuses_user_timeline(), api_statusnet_config(), api_users_show(), apps_content(), apw_form(), atom_entry(), attribute_contains(), authenticate_success(), avatar_img(), bb_sanitize_style(), bbcode(), best_link_url(), block_content(), block_init(), blocks_content(), blog_init(), blogtheme_display_item(), blogtheme_form(), blogtheme_imgurl(), bookmarks_init(), build_sync_packet(), cal(), call_hooks(), categories_widget(), channel_content(), channel_init(), channel_remove(), chanview_content(), chat_content(), chat_init(), chat_post(), chatsvc_content(), chatsvc_init(), chatsvc_post(), check_config(), check_form_security_token(), check_form_security_token_ForbiddenOnErr(), check_form_security_token_redirectOnErr(), check_htaccess(), clean_urls(), cli_startup(), cli_suggest_run(), cloud_init(), comanche_parser(), comanche_replace_region(), comanche_widget(), common_content(), common_friends_visitor_widget(), common_init(), connect_content(), connect_init(), connect_post(), connections_clone(), connections_content(), connections_init(), connections_post(), connedit_clone(), connedit_content(), connedit_init(), connedit_post(), construct_page(), contact_block(), contact_select(), conversation(), create_identity(), current_theme(), current_theme_url(), del_config(), del_pconfig(), del_xconfig(), delegate_content(), deliver_run(), directory_content(), directory_init(), dirsearch_init(), display_content(), dlogger(), drop_item(), editblock_content(), editlayout_content(), editpost_content(), editwebpage_content(), ev_compare(), event_store(), events_content(), events_post(), expand_acl(), expand_groups(), externals_run(), fbrowser_content(), fileas_widget(), filer_content(), filerm_content(), filestorage_content(), findpeople_widget(), fix_private_photos(), follow_init(), format_event_diaspora(), fsuggest_content(), fsuggest_post(), BaseObject\get_app(), get_app(), get_best_language(), get_birthdays(), Item\get_comment_box(), get_config(), get_custom_nav(), get_events(), get_form_security_token(), FriendicaSmartyEngine\get_intltext_template(), get_intltext_template(), get_markup_template(), get_pconfig(), get_plink(), Item\get_template_data(), get_theme_screenshot(), get_xconfig(), gprobe_run(), group_content(), group_post(), group_select(), guess_image_type(), handle_tag(), head_get_icon(), head_remove_css(), head_remove_js(), head_set_icon(), help_content(), home_content(), home_init(), hostxrd_init(), import_channel_photo(), import_post(), import_profile_photo(), info(), insert_hook(), invite_content(), invite_post(), is_developer(), is_site_admin(), item_photo_menu(), item_post(), items_fetch(), lang_selector(), layouts_content(), like_content(), like_puller(), link_compare(), load_config(), load_contact_links(), load_database(), load_hooks(), load_pconfig(), load_translation_table(), load_xconfig(), logger(), login(), login_content(), FKOAuth1\loginUser(), lostpass_content(), lostpass_post(), magic_init(), mail_content(), mail_post(), manual_config(), match_content(), message_content(), mitem_content(), mitem_init(), mitem_post(), mood_init(), msearch_post(), mytheme_init(), nav(), nav_set_selected(), network_content(), network_init(), new_contact(), notice(), notification(), notifications_content(), notifications_post(), notifier_run(), notify_content(), notify_init(), oembed_fetch_url(), oembed_format_object(), oembed_iframe(), oexchange_content(), oexchange_init(), onedirsync_run(), onepoll_run(), openid_content(), opensearch_init(), page_content(), page_init(), paginate(), photo_init(), photos_content(), photos_init(), photos_post(), ping_init(), poco_init(), poco_load(), poke_init(), poller_run(), pop_lang(), post_init(), preg_heart(), prepare_body(), probe_content(), proc_run(), profile_activity(), profile_content(), profile_create_sidebar(), profile_init(), profile_load(), profile_photo_init(), profile_photo_post(), profile_sidebar(), profiles_content(), profiles_init(), profiles_post(), profperm_init(), push_lang(), queue_run(), randprof_init(), rbmark_content(), rbmark_post(), red_item_new(), redbasic_form(), register_content(), regmod_content(), relative_date(), removeme_content(), removeme_post(), replace_macros(), rmagic_post(), rpost_content(), scale_external_images(), search(), search_ac_init(), search_content(), search_init(), searchbox(), send_message(), service_class_allows(), service_class_fetch(), set_config(), Conversation\set_mode(), set_pconfig(), set_xconfig(), settings_init(), settings_post(), setup_content(), setup_post(), share_init(), siteinfo_content(), siteinfo_init(), smilies(), sources_post(), subthread_content(), suggest_content(), t(), tag_deliver(), tag_sort_length(), tagger_content(), tagrm_content(), tagrm_post(), tags_sort(), terminate_friendship(), tgroup_check(), theme_admin(), theme_content(), theme_include(), thing_init(), timezone_cmp(), toggle_mobile_init(), tt(), uexport_init(), update_channel_content(), update_display_content(), update_network_content(), update_search_content(), update_suggestions(), user_allow(), vcard_from_xchan(), viewconnections_content(), viewconnections_init(), viewsrc_content(), vote_content(), vote_init(), vote_post(), wall_upload_post(), webpages_content(), wfinger_init(), what_next(), widget_archive(), widget_categories(), widget_chatroom_list(), widget_design_tools(), widget_filer(), widget_follow(), widget_fullprofile(), widget_item(), widget_mailmenu(), widget_photo_albums(), widget_profile(), widget_savedsearch(), widget_settings_menu(), widget_tagcloud(), widget_tagcloud_wall(), xrd_init(), z_fetch_url(), z_path(), z_root(), zfinger_init(), zid_init(), zotfeed_init(), and zping_content().

    diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 2dda67bf1..59b795533 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -829,7 +829,7 @@ which will be processed and delivered before this function ultimately returns.
    Returns
    : array => see z_post_url and mod/zfinger.php
    -

    Referenced by chanview_content(), gprobe_run(), magic_init(), mail_post(), new_contact(), poco_load(), post_init(), probe_content(), process_channel_sync_delivery(), and update_directory_entry().

    +

    Referenced by chanview_content(), gprobe_run(), magic_init(), mail_post(), new_contact(), poco_load(), post_init(), probe_content(), process_channel_sync_delivery(), and update_directory_entry().

    diff --git a/mod/item.php b/mod/item.php index 226d05d7e..c1feb5c96 100644 --- a/mod/item.php +++ b/mod/item.php @@ -225,12 +225,26 @@ function item_post(&$a) { $channel = $a->get_channel(); } else { - $r = q("SELECT channel.*, account.* FROM channel left join account on channel.channel_account_id = account.account_id - where channel.channel_id = %d LIMIT 1", - intval($profile_uid) - ); - if(count($r)) - $channel = $r[0]; + $dest_channel = ((array_key_exists('dest_channel',$_REQUEST) && intval($_REQUEST['dest_channel'])) ? intval($_REQUEST['dest_channel']) : 0); + + if(local_user() && $dest_channel) { + // posting as another channel which you control + $account = $a->get_account(); + $r = q("select * from channel left join account on channel_account_id = account_id where account_d = %d and channel_id = %d limit 1", + intval($account['account_id']), + intval($dest_channel) + ); + if($r) + $channel = $r[0]; + } + else { + // posting as yourself but not necessarily to a channel you control + $r = q("select * from channel left join account on channel_account_id = account_id where channel_id = %d LIMIT 1", + intval($profile_uid) + ); + if(count($r)) + $channel = $r[0]; + } } if(! $channel) { diff --git a/util/messages.po b/util/messages.po index 4441c66a6..abcab7391 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-03-28.630\n" +"Project-Id-Version: 2014-04-04.637\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-28 00:02-0700\n" +"POT-Creation-Date: 2014-04-04 00:04-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,7 +22,7 @@ msgid "Categories" msgstr "" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:667 +#: ../../include/Contact.php:107 ../../include/identity.php:679 #: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" @@ -61,8 +61,8 @@ msgstr "" msgid "Notes" msgstr "" -#: ../../include/widgets.php:173 ../../include/text.php:776 -#: ../../include/text.php:790 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:792 +#: ../../include/text.php:806 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "" @@ -105,7 +105,7 @@ msgstr "" msgid "Best Friends" msgstr "" -#: ../../include/widgets.php:375 ../../include/identity.php:338 +#: ../../include/widgets.php:375 ../../include/identity.php:342 #: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "" @@ -168,7 +168,7 @@ msgid "Channel Sources" msgstr "" #: ../../include/widgets.php:489 ../../include/nav.php:186 -#: ../../mod/admin.php:986 ../../mod/admin.php:1191 +#: ../../mod/admin.php:989 ../../mod/admin.php:1194 msgid "Settings" msgstr "" @@ -260,7 +260,7 @@ msgstr "" msgid "Manage/Edit profiles" msgstr "" -#: ../../include/nav.php:84 ../../include/conversation.php:1488 +#: ../../include/nav.php:84 ../../include/conversation.php:1496 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" @@ -269,7 +269,7 @@ msgstr "" msgid "Your photos" msgstr "" -#: ../../include/nav.php:85 ../../include/conversation.php:1497 +#: ../../include/nav.php:85 ../../include/conversation.php:1505 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" @@ -287,7 +287,7 @@ msgid "Your chatrooms" msgstr "" #: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1519 ../../mod/events.php:354 +#: ../../include/conversation.php:1527 ../../mod/events.php:354 msgid "Events" msgstr "" @@ -295,7 +295,7 @@ msgstr "" msgid "Your events" msgstr "" -#: ../../include/nav.php:88 ../../include/conversation.php:1527 +#: ../../include/nav.php:88 ../../include/conversation.php:1535 msgid "Bookmarks" msgstr "" @@ -303,7 +303,7 @@ msgstr "" msgid "Your bookmarks" msgstr "" -#: ../../include/nav.php:90 ../../include/conversation.php:1538 +#: ../../include/nav.php:90 ../../include/conversation.php:1546 msgid "Webpages" msgstr "" @@ -356,8 +356,8 @@ msgstr "" msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/nav.php:144 ../../include/text.php:774 -#: ../../include/text.php:788 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:790 +#: ../../include/text.php:804 ../../mod/search.php:29 msgid "Search" msgstr "" @@ -517,306 +517,306 @@ msgstr "" msgid "newer" msgstr "" -#: ../../include/text.php:689 +#: ../../include/text.php:705 msgid "No connections" msgstr "" -#: ../../include/text.php:703 +#: ../../include/text.php:719 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:715 +#: ../../include/text.php:731 msgid "View Connections" msgstr "" -#: ../../include/text.php:856 +#: ../../include/text.php:872 msgid "poke" msgstr "" -#: ../../include/text.php:856 ../../include/conversation.php:240 +#: ../../include/text.php:872 ../../include/conversation.php:240 msgid "poked" msgstr "" -#: ../../include/text.php:857 +#: ../../include/text.php:873 msgid "ping" msgstr "" -#: ../../include/text.php:857 +#: ../../include/text.php:873 msgid "pinged" msgstr "" -#: ../../include/text.php:858 +#: ../../include/text.php:874 msgid "prod" msgstr "" -#: ../../include/text.php:858 +#: ../../include/text.php:874 msgid "prodded" msgstr "" -#: ../../include/text.php:859 +#: ../../include/text.php:875 msgid "slap" msgstr "" -#: ../../include/text.php:859 +#: ../../include/text.php:875 msgid "slapped" msgstr "" -#: ../../include/text.php:860 +#: ../../include/text.php:876 msgid "finger" msgstr "" -#: ../../include/text.php:860 +#: ../../include/text.php:876 msgid "fingered" msgstr "" -#: ../../include/text.php:861 +#: ../../include/text.php:877 msgid "rebuff" msgstr "" -#: ../../include/text.php:861 +#: ../../include/text.php:877 msgid "rebuffed" msgstr "" -#: ../../include/text.php:873 +#: ../../include/text.php:889 msgid "happy" msgstr "" -#: ../../include/text.php:874 +#: ../../include/text.php:890 msgid "sad" msgstr "" -#: ../../include/text.php:875 +#: ../../include/text.php:891 msgid "mellow" msgstr "" -#: ../../include/text.php:876 +#: ../../include/text.php:892 msgid "tired" msgstr "" -#: ../../include/text.php:877 +#: ../../include/text.php:893 msgid "perky" msgstr "" -#: ../../include/text.php:878 +#: ../../include/text.php:894 msgid "angry" msgstr "" -#: ../../include/text.php:879 +#: ../../include/text.php:895 msgid "stupified" msgstr "" -#: ../../include/text.php:880 +#: ../../include/text.php:896 msgid "puzzled" msgstr "" -#: ../../include/text.php:881 +#: ../../include/text.php:897 msgid "interested" msgstr "" -#: ../../include/text.php:882 +#: ../../include/text.php:898 msgid "bitter" msgstr "" -#: ../../include/text.php:883 +#: ../../include/text.php:899 msgid "cheerful" msgstr "" -#: ../../include/text.php:884 +#: ../../include/text.php:900 msgid "alive" msgstr "" -#: ../../include/text.php:885 +#: ../../include/text.php:901 msgid "annoyed" msgstr "" -#: ../../include/text.php:886 +#: ../../include/text.php:902 msgid "anxious" msgstr "" -#: ../../include/text.php:887 +#: ../../include/text.php:903 msgid "cranky" msgstr "" -#: ../../include/text.php:888 +#: ../../include/text.php:904 msgid "disturbed" msgstr "" -#: ../../include/text.php:889 +#: ../../include/text.php:905 msgid "frustrated" msgstr "" -#: ../../include/text.php:890 +#: ../../include/text.php:906 msgid "motivated" msgstr "" -#: ../../include/text.php:891 +#: ../../include/text.php:907 msgid "relaxed" msgstr "" -#: ../../include/text.php:892 +#: ../../include/text.php:908 msgid "surprised" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Monday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Tuesday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Wednesday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Thursday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Friday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Saturday" msgstr "" -#: ../../include/text.php:1053 +#: ../../include/text.php:1069 msgid "Sunday" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "January" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "February" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "March" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "April" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "May" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "June" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "July" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "August" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "September" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "October" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "November" msgstr "" -#: ../../include/text.php:1057 +#: ../../include/text.php:1073 msgid "December" msgstr "" -#: ../../include/text.php:1135 +#: ../../include/text.php:1151 msgid "unknown.???" msgstr "" -#: ../../include/text.php:1136 +#: ../../include/text.php:1152 msgid "bytes" msgstr "" -#: ../../include/text.php:1171 +#: ../../include/text.php:1187 msgid "remove category" msgstr "" -#: ../../include/text.php:1193 +#: ../../include/text.php:1236 msgid "remove from file" msgstr "" -#: ../../include/text.php:1251 ../../include/text.php:1263 +#: ../../include/text.php:1297 ../../include/text.php:1309 msgid "Click to open/close" msgstr "" -#: ../../include/text.php:1418 ../../mod/events.php:332 +#: ../../include/text.php:1464 ../../mod/events.php:332 msgid "link to source" msgstr "" -#: ../../include/text.php:1437 +#: ../../include/text.php:1483 msgid "Select a page layout: " msgstr "" -#: ../../include/text.php:1440 ../../include/text.php:1505 +#: ../../include/text.php:1486 ../../include/text.php:1551 msgid "default" msgstr "" -#: ../../include/text.php:1476 +#: ../../include/text.php:1522 msgid "Page content type: " msgstr "" -#: ../../include/text.php:1517 +#: ../../include/text.php:1563 msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1638 ../../include/conversation.php:117 +#: ../../include/text.php:1684 ../../include/conversation.php:117 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "" -#: ../../include/text.php:1641 ../../include/conversation.php:120 +#: ../../include/text.php:1687 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1644 ../../include/conversation.php:145 +#: ../../include/text.php:1690 ../../include/conversation.php:145 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "" -#: ../../include/text.php:1646 ../../include/conversation.php:147 +#: ../../include/text.php:1692 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/text.php:1651 +#: ../../include/text.php:1697 msgid "activity" msgstr "" -#: ../../include/text.php:1908 +#: ../../include/text.php:1954 msgid "Design" msgstr "" -#: ../../include/text.php:1910 +#: ../../include/text.php:1956 msgid "Blocks" msgstr "" -#: ../../include/text.php:1911 +#: ../../include/text.php:1957 msgid "Menus" msgstr "" -#: ../../include/text.php:1912 +#: ../../include/text.php:1958 msgid "Layouts" msgstr "" -#: ../../include/text.php:1913 +#: ../../include/text.php:1959 msgid "Pages" msgstr "" @@ -832,7 +832,7 @@ msgstr "" msgid "Finishes:" msgstr "" -#: ../../include/event.php:40 ../../include/identity.php:718 +#: ../../include/event.php:40 ../../include/identity.php:730 #: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 #: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 msgid "Location:" @@ -1119,8 +1119,8 @@ msgstr "" msgid "RSS/Atom" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:750 -#: ../../mod/admin.php:759 ../../boot.php:1446 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1446 msgid "Email" msgstr "" @@ -1226,17 +1226,17 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:604 -#: ../../include/bbcode.php:607 ../../include/bbcode.php:612 -#: ../../include/bbcode.php:615 ../../include/bbcode.php:618 -#: ../../include/bbcode.php:621 ../../include/bbcode.php:626 -#: ../../include/bbcode.php:629 ../../include/bbcode.php:634 -#: ../../include/bbcode.php:637 ../../include/bbcode.php:640 -#: ../../include/bbcode.php:643 +#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 +#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 +#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 +#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 +#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 msgid "Image/photo" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:654 +#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 msgid "Encrypted content" msgstr "" @@ -1253,7 +1253,7 @@ msgstr "" msgid "post" msgstr "" -#: ../../include/bbcode.php:572 ../../include/bbcode.php:592 +#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 msgid "$1 wrote:" msgstr "" @@ -1268,7 +1268,7 @@ msgstr "" msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:759 +#: ../../include/group.php:242 ../../mod/admin.php:762 msgid "All Channels" msgstr "" @@ -1443,13 +1443,13 @@ msgstr "" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3576 +#: ../../include/photos.php:15 ../../include/items.php:3612 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 #: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 #: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/item.php:904 ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/item.php:911 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 #: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 #: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 @@ -1573,7 +1573,7 @@ msgstr "" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 #: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:754 ../../mod/admin.php:896 ../../mod/connedit.php:365 +#: ../../mod/admin.php:757 ../../mod/admin.php:899 ../../mod/connedit.php:365 #: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 msgid "Delete" msgstr "" @@ -1883,104 +1883,104 @@ msgstr "" msgid "Cancel" msgstr "" -#: ../../include/conversation.php:1387 -msgid "External" +#: ../../include/conversation.php:1389 +msgid "Discover" msgstr "" -#: ../../include/conversation.php:1390 +#: ../../include/conversation.php:1392 msgid "Imported public streams" msgstr "" -#: ../../include/conversation.php:1394 +#: ../../include/conversation.php:1397 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1397 +#: ../../include/conversation.php:1400 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1400 +#: ../../include/conversation.php:1404 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1407 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1407 +#: ../../include/conversation.php:1412 msgid "Personal" msgstr "" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1415 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1413 ../../mod/menu.php:61 +#: ../../include/conversation.php:1421 ../../mod/menu.php:61 #: ../../mod/connections.php:211 msgid "New" msgstr "" -#: ../../include/conversation.php:1416 +#: ../../include/conversation.php:1424 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1423 +#: ../../include/conversation.php:1430 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1426 +#: ../../include/conversation.php:1433 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1433 +#: ../../include/conversation.php:1440 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1436 +#: ../../include/conversation.php:1443 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1467 ../../mod/admin.php:900 +#: ../../include/conversation.php:1475 ../../mod/admin.php:903 msgid "Channel" msgstr "" -#: ../../include/conversation.php:1470 +#: ../../include/conversation.php:1478 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1479 +#: ../../include/conversation.php:1487 msgid "About" msgstr "" -#: ../../include/conversation.php:1482 +#: ../../include/conversation.php:1490 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1491 ../../include/photos.php:311 +#: ../../include/conversation.php:1499 ../../include/photos.php:311 msgid "Photo Albums" msgstr "" -#: ../../include/conversation.php:1500 +#: ../../include/conversation.php:1508 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1509 ../../include/conversation.php:1512 +#: ../../include/conversation.php:1517 ../../include/conversation.php:1520 msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1522 +#: ../../include/conversation.php:1530 msgid "Events and Calendar" msgstr "" -#: ../../include/conversation.php:1530 +#: ../../include/conversation.php:1538 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1541 +#: ../../include/conversation.php:1549 msgid "Manage Webpages" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1206 +#: ../../include/identity.php:30 ../../mod/item.php:1217 msgid "Unable to obtain identity information from database" msgstr "" @@ -2009,213 +2009,213 @@ msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/identity.php:254 +#: ../../include/identity.php:258 msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/identity.php:313 +#: ../../include/identity.php:317 msgid "Default Profile" msgstr "" -#: ../../include/identity.php:505 +#: ../../include/identity.php:509 msgid "Requested channel is not available." msgstr "" -#: ../../include/identity.php:552 ../../mod/webpages.php:8 +#: ../../include/identity.php:557 ../../mod/webpages.php:8 #: ../../mod/connect.php:13 ../../mod/layouts.php:8 #: ../../mod/achievements.php:8 ../../mod/blocks.php:10 #: ../../mod/profile.php:16 ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "" -#: ../../include/identity.php:604 +#: ../../include/identity.php:616 msgid " Sorry, you don't have the permission to view this profile. " msgstr "" -#: ../../include/identity.php:681 ../../mod/profiles.php:603 +#: ../../include/identity.php:693 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "" -#: ../../include/identity.php:687 +#: ../../include/identity.php:699 msgid "Profiles" msgstr "" -#: ../../include/identity.php:687 +#: ../../include/identity.php:699 msgid "Manage/edit profiles" msgstr "" -#: ../../include/identity.php:688 ../../mod/profiles.php:604 +#: ../../include/identity.php:700 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "" -#: ../../include/identity.php:691 +#: ../../include/identity.php:703 msgid "Edit Profile" msgstr "" -#: ../../include/identity.php:702 ../../mod/profiles.php:615 +#: ../../include/identity.php:714 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "" -#: ../../include/identity.php:705 ../../mod/profiles.php:618 +#: ../../include/identity.php:717 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "" -#: ../../include/identity.php:706 ../../mod/profiles.php:619 +#: ../../include/identity.php:718 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "" -#: ../../include/identity.php:720 ../../include/identity.php:944 +#: ../../include/identity.php:732 ../../include/identity.php:956 #: ../../mod/directory.php:163 msgid "Gender:" msgstr "" -#: ../../include/identity.php:721 ../../include/identity.php:964 +#: ../../include/identity.php:733 ../../include/identity.php:976 #: ../../mod/directory.php:165 msgid "Status:" msgstr "" -#: ../../include/identity.php:722 ../../include/identity.php:975 +#: ../../include/identity.php:734 ../../include/identity.php:987 #: ../../mod/directory.php:167 msgid "Homepage:" msgstr "" -#: ../../include/identity.php:723 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:735 ../../mod/dirprofile.php:157 msgid "Online Now" msgstr "" -#: ../../include/identity.php:788 ../../include/identity.php:868 +#: ../../include/identity.php:800 ../../include/identity.php:880 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "" -#: ../../include/identity.php:789 ../../include/identity.php:869 +#: ../../include/identity.php:801 ../../include/identity.php:881 msgid "F d" msgstr "" -#: ../../include/identity.php:834 ../../include/identity.php:909 +#: ../../include/identity.php:846 ../../include/identity.php:921 #: ../../mod/ping.php:284 msgid "[today]" msgstr "" -#: ../../include/identity.php:846 +#: ../../include/identity.php:858 msgid "Birthday Reminders" msgstr "" -#: ../../include/identity.php:847 +#: ../../include/identity.php:859 msgid "Birthdays this week:" msgstr "" -#: ../../include/identity.php:902 +#: ../../include/identity.php:914 msgid "[No description]" msgstr "" -#: ../../include/identity.php:920 +#: ../../include/identity.php:932 msgid "Event Reminders" msgstr "" -#: ../../include/identity.php:921 +#: ../../include/identity.php:933 msgid "Events this week:" msgstr "" -#: ../../include/identity.php:934 ../../include/identity.php:1018 +#: ../../include/identity.php:946 ../../include/identity.php:1030 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "" -#: ../../include/identity.php:942 ../../mod/settings.php:937 +#: ../../include/identity.php:954 ../../mod/settings.php:937 msgid "Full Name:" msgstr "" -#: ../../include/identity.php:949 +#: ../../include/identity.php:961 msgid "j F, Y" msgstr "" -#: ../../include/identity.php:950 +#: ../../include/identity.php:962 msgid "j F" msgstr "" -#: ../../include/identity.php:957 +#: ../../include/identity.php:969 msgid "Birthday:" msgstr "" -#: ../../include/identity.php:961 +#: ../../include/identity.php:973 msgid "Age:" msgstr "" -#: ../../include/identity.php:970 +#: ../../include/identity.php:982 #, php-format msgid "for %1$d %2$s" msgstr "" -#: ../../include/identity.php:973 ../../mod/profiles.php:526 +#: ../../include/identity.php:985 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "" -#: ../../include/identity.php:977 ../../mod/profiles.php:528 +#: ../../include/identity.php:989 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "" -#: ../../include/identity.php:979 +#: ../../include/identity.php:991 msgid "Tags:" msgstr "" -#: ../../include/identity.php:981 ../../mod/profiles.php:529 +#: ../../include/identity.php:993 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "" -#: ../../include/identity.php:983 +#: ../../include/identity.php:995 msgid "Religion:" msgstr "" -#: ../../include/identity.php:985 ../../mod/directory.php:169 +#: ../../include/identity.php:997 ../../mod/directory.php:169 msgid "About:" msgstr "" -#: ../../include/identity.php:987 +#: ../../include/identity.php:999 msgid "Hobbies/Interests:" msgstr "" -#: ../../include/identity.php:989 ../../mod/profiles.php:532 +#: ../../include/identity.php:1001 ../../mod/profiles.php:532 msgid "Likes:" msgstr "" -#: ../../include/identity.php:991 ../../mod/profiles.php:533 +#: ../../include/identity.php:1003 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "" -#: ../../include/identity.php:994 +#: ../../include/identity.php:1006 msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/identity.php:996 +#: ../../include/identity.php:1008 msgid "My other channels:" msgstr "" -#: ../../include/identity.php:998 +#: ../../include/identity.php:1010 msgid "Musical interests:" msgstr "" -#: ../../include/identity.php:1000 +#: ../../include/identity.php:1012 msgid "Books, literature:" msgstr "" -#: ../../include/identity.php:1002 +#: ../../include/identity.php:1014 msgid "Television:" msgstr "" -#: ../../include/identity.php:1004 +#: ../../include/identity.php:1016 msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/identity.php:1006 +#: ../../include/identity.php:1018 msgid "Love/Romance:" msgstr "" -#: ../../include/identity.php:1008 +#: ../../include/identity.php:1020 msgid "Work/employment:" msgstr "" -#: ../../include/identity.php:1010 +#: ../../include/identity.php:1022 msgid "School/education:" msgstr "" @@ -2324,9 +2324,9 @@ msgstr "" #: ../../mod/settings.php:655 ../../mod/settings.php:679 #: ../../mod/settings.php:751 ../../mod/settings.php:929 #: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:439 -#: ../../mod/admin.php:747 ../../mod/admin.php:894 ../../mod/admin.php:1027 -#: ../../mod/admin.php:1226 ../../mod/admin.php:1313 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:897 ../../mod/admin.php:1030 +#: ../../mod/admin.php:1229 ../../mod/admin.php:1316 #: ../../mod/connedit.php:443 ../../mod/profiles.php:506 #: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:307 #: ../../mod/setup.php:350 ../../mod/import.php:387 ../../mod/mail.php:223 @@ -2991,7 +2991,7 @@ msgid_plural "%d invitations available" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:443 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 msgid "Advanced" msgstr "" @@ -3059,40 +3059,40 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 +#: ../../include/items.php:272 ../../mod/like.php:55 ../../mod/profperm.php:23 #: ../../mod/group.php:68 ../../index.php:350 msgid "Permission denied" msgstr "" -#: ../../include/items.php:756 +#: ../../include/items.php:789 msgid "(Unknown)" msgstr "" -#: ../../include/items.php:3514 ../../mod/thing.php:78 ../../mod/admin.php:159 -#: ../../mod/admin.php:931 ../../mod/admin.php:1134 ../../mod/viewsrc.php:18 +#: ../../include/items.php:3550 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:934 ../../mod/admin.php:1137 ../../mod/viewsrc.php:18 #: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 msgid "Item not found." msgstr "" -#: ../../include/items.php:3894 ../../mod/group.php:38 ../../mod/group.php:140 +#: ../../include/items.php:3930 ../../mod/group.php:38 ../../mod/group.php:140 msgid "Collection not found." msgstr "" -#: ../../include/items.php:3909 +#: ../../include/items.php:3945 msgid "Collection is empty." msgstr "" -#: ../../include/items.php:3916 +#: ../../include/items.php:3952 #, php-format msgid "Collection: %s" msgstr "" -#: ../../include/items.php:3927 +#: ../../include/items.php:3963 #, php-format msgid "Connection: %s" msgstr "" -#: ../../include/items.php:3930 +#: ../../include/items.php:3966 msgid "Connection not found." msgstr "" @@ -3126,11 +3126,11 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: ../../include/oembed.php:168 +#: ../../include/oembed.php:171 msgid "Embedded content" msgstr "" -#: ../../include/oembed.php:177 +#: ../../include/oembed.php:180 msgid "Embedding disabled" msgstr "" @@ -3500,7 +3500,7 @@ msgid "Add application" msgstr "" #: ../../mod/settings.php:517 ../../mod/settings.php:543 -#: ../../mod/admin.php:901 +#: ../../mod/admin.php:904 msgid "Name" msgstr "" @@ -3613,7 +3613,7 @@ msgstr "" msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:708 ../../mod/admin.php:387 +#: ../../mod/settings.php:708 ../../mod/admin.php:389 msgid "No special theme for mobile devices" msgstr "" @@ -3731,6 +3731,10 @@ msgstr "" msgid "Default Post Location:" msgstr "" +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" +msgstr "" + #: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "" @@ -4071,16 +4075,12 @@ msgstr "" msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1131 ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "" - -#: ../../mod/item.php:1211 +#: ../../mod/item.php:1222 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1217 +#: ../../mod/item.php:1228 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -4455,7 +4455,7 @@ msgstr "" msgid "Theme settings updated." msgstr "" -#: ../../mod/admin.php:92 ../../mod/admin.php:438 +#: ../../mod/admin.php:92 ../../mod/admin.php:440 msgid "Site" msgstr "" @@ -4463,19 +4463,19 @@ msgstr "" msgid "Accounts" msgstr "" -#: ../../mod/admin.php:94 ../../mod/admin.php:893 +#: ../../mod/admin.php:94 ../../mod/admin.php:896 msgid "Channels" msgstr "" -#: ../../mod/admin.php:95 ../../mod/admin.php:984 ../../mod/admin.php:1026 +#: ../../mod/admin.php:95 ../../mod/admin.php:987 ../../mod/admin.php:1029 msgid "Plugins" msgstr "" -#: ../../mod/admin.php:96 ../../mod/admin.php:1189 ../../mod/admin.php:1225 +#: ../../mod/admin.php:96 ../../mod/admin.php:1192 ../../mod/admin.php:1228 msgid "Themes" msgstr "" -#: ../../mod/admin.php:97 ../../mod/admin.php:537 +#: ../../mod/admin.php:97 ../../mod/admin.php:540 msgid "Server" msgstr "" @@ -4483,7 +4483,7 @@ msgstr "" msgid "DB updates" msgstr "" -#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1312 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1315 msgid "Logs" msgstr "" @@ -4499,10 +4499,10 @@ msgstr "" msgid "Message queues" msgstr "" -#: ../../mod/admin.php:202 ../../mod/admin.php:437 ../../mod/admin.php:536 -#: ../../mod/admin.php:745 ../../mod/admin.php:892 ../../mod/admin.php:983 -#: ../../mod/admin.php:1025 ../../mod/admin.php:1188 ../../mod/admin.php:1224 -#: ../../mod/admin.php:1311 +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:895 ../../mod/admin.php:986 +#: ../../mod/admin.php:1028 ../../mod/admin.php:1191 ../../mod/admin.php:1227 +#: ../../mod/admin.php:1314 msgid "Administration" msgstr "" @@ -4514,7 +4514,7 @@ msgstr "" msgid "Registered users" msgstr "" -#: ../../mod/admin.php:207 ../../mod/admin.php:540 +#: ../../mod/admin.php:207 ../../mod/admin.php:543 msgid "Pending registrations" msgstr "" @@ -4522,505 +4522,515 @@ msgstr "" msgid "Version" msgstr "" -#: ../../mod/admin.php:210 ../../mod/admin.php:541 +#: ../../mod/admin.php:210 ../../mod/admin.php:544 msgid "Active plugins" msgstr "" -#: ../../mod/admin.php:358 +#: ../../mod/admin.php:360 msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:389 +#: ../../mod/admin.php:391 msgid "No special theme for accessibility" msgstr "" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:419 msgid "Closed" msgstr "" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:420 msgid "Requires approval" msgstr "" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:421 msgid "Open" msgstr "" -#: ../../mod/admin.php:424 +#: ../../mod/admin.php:426 msgid "Private" msgstr "" -#: ../../mod/admin.php:425 +#: ../../mod/admin.php:427 msgid "Paid Access" msgstr "" -#: ../../mod/admin.php:426 +#: ../../mod/admin.php:428 msgid "Free Access" msgstr "" -#: ../../mod/admin.php:427 +#: ../../mod/admin.php:429 msgid "Tiered Access" msgstr "" -#: ../../mod/admin.php:440 ../../mod/register.php:189 +#: ../../mod/admin.php:442 ../../mod/register.php:189 msgid "Registration" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:443 msgid "File upload" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:444 msgid "Policies" msgstr "" -#: ../../mod/admin.php:447 +#: ../../mod/admin.php:449 msgid "Site name" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:450 msgid "Banner/Logo" msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:451 msgid "Administrator Information" msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:451 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:452 msgid "System language" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:453 msgid "System theme" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:453 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:454 msgid "Mobile system theme" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:454 msgid "Theme for mobile devices" msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:455 msgid "Accessibility system theme" msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:455 msgid "Accessibility theme" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:456 msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:456 msgid "Site Channel" msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:458 msgid "Maximum image size" msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:458 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:459 msgid "Register policy" msgstr "" -#: ../../mod/admin.php:458 +#: ../../mod/admin.php:460 msgid "Access policy" msgstr "" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:461 msgid "Register text" msgstr "" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:461 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:462 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:462 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:463 msgid "Allowed friend domains" msgstr "" -#: ../../mod/admin.php:461 +#: ../../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 "" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:464 msgid "Allowed email domains" msgstr "" -#: ../../mod/admin.php:462 +#: ../../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 "" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:465 msgid "Block public" msgstr "" -#: ../../mod/admin.php:463 +#: ../../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 "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:466 msgid "Force publish" msgstr "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:466 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:465 +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "" + +#: ../../mod/admin.php:468 msgid "No login on Homepage" msgstr "" -#: ../../mod/admin.php:465 +#: ../../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 "" -#: ../../mod/admin.php:467 +#: ../../mod/admin.php:470 msgid "Proxy user" msgstr "" -#: ../../mod/admin.php:468 +#: ../../mod/admin.php:471 msgid "Proxy URL" msgstr "" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:472 msgid "Network timeout" msgstr "" -#: ../../mod/admin.php:469 +#: ../../mod/admin.php:472 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:470 +#: ../../mod/admin.php:473 msgid "Delivery interval" msgstr "" -#: ../../mod/admin.php:470 +#: ../../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 "" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:474 msgid "Poll interval" msgstr "" -#: ../../mod/admin.php:471 +#: ../../mod/admin.php:474 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:475 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:472 +#: ../../mod/admin.php:475 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:528 +#: ../../mod/admin.php:531 msgid "No server found" msgstr "" -#: ../../mod/admin.php:535 ../../mod/admin.php:759 +#: ../../mod/admin.php:538 ../../mod/admin.php:762 msgid "ID" msgstr "" -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:538 msgid "for channel" msgstr "" -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:538 msgid "on server" msgstr "" -#: ../../mod/admin.php:535 +#: ../../mod/admin.php:538 msgid "Status" msgstr "" -#: ../../mod/admin.php:556 +#: ../../mod/admin.php:559 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:566 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - #: ../../mod/admin.php:569 #, php-format -msgid "Update %s was successfully applied." +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:573 +#: ../../mod/admin.php:572 #, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +msgid "Update %s was successfully applied." msgstr "" #: ../../mod/admin.php:576 #, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: ../../mod/admin.php:579 +#, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:591 +#: ../../mod/admin.php:594 msgid "No failed updates." msgstr "" -#: ../../mod/admin.php:595 +#: ../../mod/admin.php:598 msgid "Failed Updates" msgstr "" -#: ../../mod/admin.php:597 +#: ../../mod/admin.php:600 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:598 +#: ../../mod/admin.php:601 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:624 ../../mod/admin.php:795 +#: ../../mod/admin.php:627 ../../mod/admin.php:798 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:631 ../../mod/admin.php:802 +#: ../../mod/admin.php:634 ../../mod/admin.php:805 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:662 +#: ../../mod/admin.php:665 msgid "Account not found" msgstr "" -#: ../../mod/admin.php:673 +#: ../../mod/admin.php:676 #, php-format msgid "User '%s' deleted" msgstr "" -#: ../../mod/admin.php:682 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' unblocked" msgstr "" -#: ../../mod/admin.php:682 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' blocked" msgstr "" -#: ../../mod/admin.php:746 ../../mod/admin.php:758 +#: ../../mod/admin.php:749 ../../mod/admin.php:761 msgid "Users" msgstr "" -#: ../../mod/admin.php:748 ../../mod/admin.php:895 +#: ../../mod/admin.php:751 ../../mod/admin.php:898 msgid "select all" msgstr "" -#: ../../mod/admin.php:749 +#: ../../mod/admin.php:752 msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/admin.php:750 +#: ../../mod/admin.php:753 msgid "Request date" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:754 msgid "No registrations." msgstr "" -#: ../../mod/admin.php:752 +#: ../../mod/admin.php:755 msgid "Approve" msgstr "" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:756 msgid "Deny" msgstr "" -#: ../../mod/admin.php:755 ../../mod/connedit.php:339 +#: ../../mod/admin.php:758 ../../mod/connedit.php:339 #: ../../mod/connedit.php:481 msgid "Block" msgstr "" -#: ../../mod/admin.php:756 ../../mod/connedit.php:339 +#: ../../mod/admin.php:759 ../../mod/connedit.php:339 #: ../../mod/connedit.php:481 msgid "Unblock" msgstr "" -#: ../../mod/admin.php:759 +#: ../../mod/admin.php:762 msgid "Register date" msgstr "" -#: ../../mod/admin.php:759 +#: ../../mod/admin.php:762 msgid "Last login" msgstr "" -#: ../../mod/admin.php:759 +#: ../../mod/admin.php:762 msgid "Expires" msgstr "" -#: ../../mod/admin.php:759 +#: ../../mod/admin.php:762 msgid "Service Class" msgstr "" -#: ../../mod/admin.php:761 ../../mod/admin.php:903 +#: ../../mod/admin.php:764 ../../mod/admin.php:906 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:762 ../../mod/admin.php:904 +#: ../../mod/admin.php:765 ../../mod/admin.php:907 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 "" -#: ../../mod/admin.php:833 +#: ../../mod/admin.php:836 msgid "Channel not found" msgstr "" -#: ../../mod/admin.php:854 +#: ../../mod/admin.php:857 #, php-format msgid "Channel '%s' uncensored" msgstr "" -#: ../../mod/admin.php:854 +#: ../../mod/admin.php:857 #, php-format msgid "Channel '%s' censored" msgstr "" -#: ../../mod/admin.php:897 +#: ../../mod/admin.php:900 msgid "Censor" msgstr "" -#: ../../mod/admin.php:898 +#: ../../mod/admin.php:901 msgid "Uncensor" msgstr "" -#: ../../mod/admin.php:901 +#: ../../mod/admin.php:904 msgid "UID" msgstr "" -#: ../../mod/admin.php:901 ../../mod/profiles.php:337 +#: ../../mod/admin.php:904 ../../mod/profiles.php:337 msgid "Address" msgstr "" -#: ../../mod/admin.php:943 +#: ../../mod/admin.php:946 #, php-format msgid "Plugin %s disabled." msgstr "" -#: ../../mod/admin.php:947 +#: ../../mod/admin.php:950 #, php-format msgid "Plugin %s enabled." msgstr "" -#: ../../mod/admin.php:957 ../../mod/admin.php:1159 +#: ../../mod/admin.php:960 ../../mod/admin.php:1162 msgid "Disable" msgstr "" -#: ../../mod/admin.php:959 ../../mod/admin.php:1161 +#: ../../mod/admin.php:962 ../../mod/admin.php:1164 msgid "Enable" msgstr "" -#: ../../mod/admin.php:985 ../../mod/admin.php:1190 +#: ../../mod/admin.php:988 ../../mod/admin.php:1193 msgid "Toggle" msgstr "" -#: ../../mod/admin.php:993 ../../mod/admin.php:1200 +#: ../../mod/admin.php:996 ../../mod/admin.php:1203 msgid "Author: " msgstr "" -#: ../../mod/admin.php:994 ../../mod/admin.php:1201 +#: ../../mod/admin.php:997 ../../mod/admin.php:1204 msgid "Maintainer: " msgstr "" -#: ../../mod/admin.php:1123 +#: ../../mod/admin.php:1126 msgid "No themes found." msgstr "" -#: ../../mod/admin.php:1182 +#: ../../mod/admin.php:1185 msgid "Screenshot" msgstr "" -#: ../../mod/admin.php:1230 +#: ../../mod/admin.php:1233 msgid "[Experimental]" msgstr "" -#: ../../mod/admin.php:1231 +#: ../../mod/admin.php:1234 msgid "[Unsupported]" msgstr "" -#: ../../mod/admin.php:1258 +#: ../../mod/admin.php:1261 msgid "Log settings updated." msgstr "" -#: ../../mod/admin.php:1314 +#: ../../mod/admin.php:1317 msgid "Clear" msgstr "" -#: ../../mod/admin.php:1320 +#: ../../mod/admin.php:1323 msgid "Debugging" msgstr "" -#: ../../mod/admin.php:1321 +#: ../../mod/admin.php:1324 msgid "Log file" msgstr "" -#: ../../mod/admin.php:1321 +#: ../../mod/admin.php:1324 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/admin.php:1322 +#: ../../mod/admin.php:1325 msgid "Log level" msgstr "" @@ -5087,6 +5097,14 @@ msgstr "" msgid "No entries (some entries may be hidden)." msgstr "" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "" + #: ../../mod/connedit.php:49 ../../mod/connections.php:37 msgid "Could not access contact record." msgstr "" @@ -5787,14 +5805,6 @@ msgstr "" msgid "Unable to remove source." msgstr "" -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "" - #: ../../mod/magic.php:70 msgid "Hub not found." msgstr "" @@ -6788,6 +6798,10 @@ msgstr "" msgid "Make this post private" msgstr "" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "" + #: ../../mod/channel.php:85 msgid "Insufficient permissions. Request redirected to profile page." msgstr "" diff --git a/version.inc b/version.inc index 866e6e7b6..408d50356 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-02.635 +2014-04-04.637 From 022473bf6fbebcd75c9d35add36e7cf9947dabd5 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Fri, 4 Apr 2014 19:19:43 -0300 Subject: [PATCH 132/186] Update documentation on connecting to channels and on documentation. --- ...-Channels.md => connecting_to_channels.md} | 21 +++++++++++--- doc/to_do_doco.md | 29 +++++++++++++++++++ 2 files changed, 46 insertions(+), 4 deletions(-) rename doc/{Connecting-to-Channels.md => connecting_to_channels.md} (73%) create mode 100644 doc/to_do_doco.md diff --git a/doc/Connecting-to-Channels.md b/doc/connecting_to_channels.md similarity index 73% rename from doc/Connecting-to-Channels.md rename to doc/connecting_to_channels.md index 4fe2a0789..8a7b0bdde 100644 --- a/doc/Connecting-to-Channels.md +++ b/doc/connecting_to_channels.md @@ -1,5 +1,4 @@ -Connecting To Channels -====================== +# Connecting To Channels # Connections in the Red Matrix can take on a great many different meanings. But let's keep it simple, you want to be friends with somebody like you are familiar with from social networking. How do you do it? @@ -13,8 +12,22 @@ Visit their profile by clicking their photograph in the directory, matrix, or co You may also connect with any channel by visiting the "Connections" page of your site or the Directory and typing their "webbie" into the "Add New Connection" field. Use this method if somebody tells you their webbie and you wish to connect with them. A webbie looks like an email address; for example "bob@example.com". The process is the same as connecting via the "Connect" button - you will then be taken to the connection editor to set permissions. -**Premium Channels** +## Block/Ignore/Archive/Hide channels ## + +Channels in your address book can have statuses such as *blocked*, *ignored*, *archived* and *hidden*. From your connections page you can see tabs that display the channels with those statuses. From your edit connection pages you can change the statuses of a channel. + +Here's their meaning: + +**Blocked:** the channel can't read your items regardless of permissions, nor can it write to your channel. + +**Ignored:** the channel can read your items if it has permission, but can't write to your channel. + +**Hidden:** the channel does not show up in your profile's connections list, noone can see you're connected, but beware they may still show up to your other connections, for example in post replies. + +**Archived:** if a channel can't be reached for 30 days, it is automatically marked as archived. This keeps all the data but stops polling the channel for new information and removes it from autocomplete. If later you learn the channel has come back online, you may manually unarchive it. + + +## Premium Channels ## Some channels are designated "Premium Channels" and **may** require some action on your part before a connection can be established. The Connect button will for these channels will take you to a page which lists in detail what terms the channel owner has set. If the terms are accepted, the connection will then proceed normally. In some cases, such as with celebrities and world-reknowned publishers, this **may** involve payment. If you do not agree to the terms, the connection will not proceed, or it may proceed but with reduced permissions allowed on your interactions with that channel. - \ No newline at end of file diff --git a/doc/to_do_doco.md b/doc/to_do_doco.md new file mode 100644 index 000000000..6e4f17724 --- /dev/null +++ b/doc/to_do_doco.md @@ -0,0 +1,29 @@ +# Documentation To-Do List # + +## How to contribute documentation ## + +Documentation files are in */doc*. + +When help is first accessed, the file loaded is *main.bb*. That file contains case sensitive links without an extension. The extensions is added automatically if the file is found, first *.md* then *.bb*. + +For translating documentation, create a directory in */doc* named by the language code, copy the files and translate the content. + +## Documentation we need to write ## + +* Database schema detailed descriptions + +* Complete plugin hook documentation + +* API documentation + +* Function and code documentation (doxygen) + +* New Member guide + +* "Extra Feature" reference, description of each + +* Detailed Personal Settings Documentation + +* Administration Guide (post-install) + +* Administration Guide (pre-install) From 97f0424b1819394a774d6edd076990b006a0168a Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Apr 2014 16:56:49 -0700 Subject: [PATCH 133/186] introduce a connection type called 'ifpending' for number 6 of issue #395 - so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu --- include/nav.php | 2 +- mod/connections.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/include/nav.php b/include/nav.php index 3aa50226d..6a28ebe93 100644 --- a/include/nav.php +++ b/include/nav.php @@ -162,7 +162,7 @@ EOT; $nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); - $nav['intros'] = array('connections/pending', t('Intros'), "", t('New Connections')); + $nav['intros'] = array('connections/pending', t('Connections'), "", t('Connections')); $nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications')); diff --git a/mod/connections.php b/mod/connections.php index dbdcbdc93..99a4d6969 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -212,6 +212,26 @@ function connections_content(&$a) { $pending = true; nav_set_selected('intros'); break; + case 'ifpending': + $r = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and not (abook_flags & %d) and not (xchan_flags & %d ) and (abook_flags & %d) and not (abook_flags & %d)", + intval(local_user()), + intval(ABOOK_FLAG_SELF), + intval(XCHAN_FLAGS_DELETED), + intval(ABOOK_FLAG_PENDING), + intval(ABOOK_FLAG_IGNORED) + ); + if($r && $r[0]['total']) { + $search_flags = ABOOK_FLAG_PENDING; + $head = t('New'); + $pending = true; + nav_set_selected('intros'); + } + else { + $head = t('All'); + $search_flags = 0; + $all = true; + } + break; case 'unconnected': $search_flags = ABOOK_FLAG_UNCONNECTED; $head = t('Unconnected'); From 32e71cf06b7471923dec37b613da3a044f51f28d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Apr 2014 17:43:44 -0700 Subject: [PATCH 134/186] finish "ifpending" connections --- include/nav.php | 2 +- mod/connections.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/nav.php b/include/nav.php index 6a28ebe93..a97b434bc 100644 --- a/include/nav.php +++ b/include/nav.php @@ -162,7 +162,7 @@ EOT; $nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); - $nav['intros'] = array('connections/pending', t('Connections'), "", t('Connections')); + $nav['intros'] = array('connections/ifpending', t('Connections'), "", t('Connections')); $nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications')); diff --git a/mod/connections.php b/mod/connections.php index 99a4d6969..1b5e08cfe 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -225,11 +225,14 @@ function connections_content(&$a) { $head = t('New'); $pending = true; nav_set_selected('intros'); + $a->argv[1] = 'pending'; } else { $head = t('All'); $search_flags = 0; $all = true; + $a->argc = 1; + unset($a->argv[1]); } break; case 'unconnected': @@ -341,7 +344,7 @@ function connections_content(&$a) { intval(ABOOK_FLAG_SELF), intval(XCHAN_FLAGS_DELETED) ); - if(count($r)) { + if($r) { $a->set_pager_total($r[0]['total']); $total = $r[0]['total']; } From 4901ef8faf743fd7fef97fc75a1c727804bf3df5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 5 Apr 2014 02:32:07 -0700 Subject: [PATCH 135/186] provide the ability for rpost to post as another of your channels. This does not yet work, so the functionality has not been enabled. --- include/conversation.php | 9 ++++++++ include/identity.php | 21 +++++++++++++++++ mod/item.php | 41 ++++++++++++++++++++-------------- mod/rpost.php | 1 + version.inc | 2 +- view/tpl/channel_id_select.tpl | 7 ++++++ view/tpl/jot.tpl | 6 ++++- 7 files changed, 68 insertions(+), 19 deletions(-) create mode 100644 view/tpl/channel_id_select.tpl diff --git a/include/conversation.php b/include/conversation.php index af41e8fa7..880639bf4 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1052,6 +1052,13 @@ function status_editor($a,$x,$popup=false) { } + if(array_key_exists('channel_select',$x) && $x['channel_select']) { + require_once('include/identity.php'); + $id_select = identity_selector(); + } + else + $id_select = ''; + $webpage = ((x($x,'webpage')) ? $x['webpage'] : ''); @@ -1098,6 +1105,8 @@ function status_editor($a,$x,$popup=false) { '$webpage' => $webpage, '$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link title')), '$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''), + '$id_select' => $id_select, + '$id_seltext' => t('Post as'), '$upload' => t('Upload photo'), '$shortupload' => t('upload photo'), '$attach' => t('Attach file'), diff --git a/include/identity.php b/include/identity.php index d15f3861e..e773bb314 100644 --- a/include/identity.php +++ b/include/identity.php @@ -1257,3 +1257,24 @@ function get_channel_by_nick($nick) { return(($r) ? $r[0] : false); } + + +function identity_selector() { + if(local_user()) { + $r = q("select channel.*, xchan.* from channel left join xchan on channel.channel_hash = xchan.xchan_hash where channel.channel_account_id = %d and not ( channel_pageflags & %d ) order by channel_name ", + intval(get_account_id()), + intval(PAGE_REMOVED) + ); + if(count($r) > 1) { + $selected_channel = null; + $account = get_app()->get_account(); + $o = replace_macros(get_markup_template('channel_id_select.tpl'),array( + '$channels' => $r, + '$selected' => local_user() + )); + return $o; + } + } + + return ''; +} \ No newline at end of file diff --git a/mod/item.php b/mod/item.php index c1feb5c96..86ed4fda8 100644 --- a/mod/item.php +++ b/mod/item.php @@ -169,6 +169,25 @@ function item_post(&$a) { } $observer = $a->get_observer(); + $channel = null; + + $dest_channel = ((array_key_exists('dest_channel',$_REQUEST) && intval($_REQUEST['dest_channel'])) ? intval($_REQUEST['dest_channel']) : 0); + + if(local_user() && $dest_channel && $dest_channel != local_user()) { + // posting as another channel which you control + $account = $a->get_account(); + $r = q("select * from channel left join account on channel_account_id = account_id where account_id = %d and channel_id = %d limit 1", + intval($account['account_id']), + intval($dest_channel) + ); + if($r) { + $channel = $r[0]; + $profile_uid = $dest_channel; + } + } + + + if($parent) { logger('mod_item: item_post parent=' . $parent); @@ -219,34 +238,22 @@ function item_post(&$a) { $orig_post = $i[0]; } - $channel = null; - if(local_user() && local_user() == $profile_uid) { - $channel = $a->get_channel(); - } - else { - $dest_channel = ((array_key_exists('dest_channel',$_REQUEST) && intval($_REQUEST['dest_channel'])) ? intval($_REQUEST['dest_channel']) : 0); - - if(local_user() && $dest_channel) { - // posting as another channel which you control - $account = $a->get_account(); - $r = q("select * from channel left join account on channel_account_id = account_id where account_d = %d and channel_id = %d limit 1", - intval($account['account_id']), - intval($dest_channel) - ); - if($r) - $channel = $r[0]; + if(! $channel) { + if(local_user() && local_user() == $profile_uid) { + $channel = $a->get_channel(); } else { // posting as yourself but not necessarily to a channel you control $r = q("select * from channel left join account on channel_account_id = account_id where channel_id = %d LIMIT 1", intval($profile_uid) ); - if(count($r)) + if($r) $channel = $r[0]; } } + if(! $channel) { logger("mod_item: no channel."); if(x($_REQUEST,'return')) diff --git a/mod/rpost.php b/mod/rpost.php index 18d4c86cd..a9a864d5e 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -106,6 +106,7 @@ function rpost_content(&$a) { || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'acl' => populate_acl($channel, $false), 'bang' => '', +// 'channel_select' => true, 'visitor' => 'block', 'profile_uid' => local_user(), 'title' => $_REQUEST['title'], diff --git a/version.inc b/version.inc index 408d50356..ca09188f7 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-04.637 +2014-04-05.638 diff --git a/view/tpl/channel_id_select.tpl b/view/tpl/channel_id_select.tpl new file mode 100644 index 000000000..ecebd4bc0 --- /dev/null +++ b/view/tpl/channel_id_select.tpl @@ -0,0 +1,7 @@ +{{if $channels}} + +{{/if}} \ No newline at end of file diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index eea586ceb..5f79b4d88 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -13,7 +13,11 @@ {{$mimeselect}} {{$layoutselect}} - + {{if $id_select}} +
    + {{$id_seltext}} {{$id_select}} +
    + {{/if}}
    From 8b0721cf3587a48653a126330217fb4bc32c9ffa Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 5 Apr 2014 03:53:04 -0700 Subject: [PATCH 136/186] this makes rpost to another channel work somewhat - but there are issues, since the ACL will belong to the wrong channel. Leaving disabled for now. I don't know that we can solve all the issues without a different design so this may end up in a plugin for those who are willing to put up with the shortcomings. --- mod/item.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mod/item.php b/mod/item.php index 86ed4fda8..756d22a39 100644 --- a/mod/item.php +++ b/mod/item.php @@ -168,8 +168,8 @@ function item_post(&$a) { } - $observer = $a->get_observer(); $channel = null; + $observer = null; $dest_channel = ((array_key_exists('dest_channel',$_REQUEST) && intval($_REQUEST['dest_channel'])) ? intval($_REQUEST['dest_channel']) : 0); @@ -183,10 +183,17 @@ function item_post(&$a) { if($r) { $channel = $r[0]; $profile_uid = $dest_channel; + $x = q("select * from xchan where xchan_hash = '%s' limit 1", + dbesc($channel['channel_hash']) + ); + if($x) + $observer = $x[0]; } } + if(! $observer) + $observer = $a->get_observer(); if($parent) { From a2b949f3393206ffe2e1195d6abaa883f299b471 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 5 Apr 2014 22:55:38 +0100 Subject: [PATCH 137/186] Typo in externals SQL. --- include/externals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/externals.php b/include/externals.php index 95ced24bf..e7e9504a0 100644 --- a/include/externals.php +++ b/include/externals.php @@ -52,7 +52,7 @@ function externals_run($argv, $argc){ $x = z_fetch_url($feedurl); if(($x) && ($x['success'])) { - q("update site set site_pull = '%s' where site_url = '%s limit 1", + q("update site set site_pull = '%s' where site_url = '%s' limit 1", dbesc(datetime_convert()), dbesc($url) ); From 9f54a8f96b7664c82ab9228608970a7ce6bd41a9 Mon Sep 17 00:00:00 2001 From: sasiflo Date: Sun, 6 Apr 2014 00:34:52 +0200 Subject: [PATCH 138/186] Hope I have repaired the channel admin page. Channel blocking and deleting was copied from user actions. This was not done to an end. Hope what I do is enough to enable channel blocking and deleting the correct way. On deletion all entities that belong to the channel are deleted. But the channel itself is just marked as deleted. Do not really understand why it is done this way. --- include/Contact.php | 2 +- mod/admin.php | 81 ++++++++++++++++--------------------- view/de/messages.po | 2 +- view/de/strings.php | 2 +- view/tpl/admin_channels.tpl | 26 ++++++------ 5 files changed, 50 insertions(+), 63 deletions(-) diff --git a/include/Contact.php b/include/Contact.php index 9883c598d..540e1169d 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -263,7 +263,7 @@ function channel_remove($channel_id, $local = true) { q("DELETE FROM `event` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `item` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `item_id` WHERE `uid` = %d", intval($channel_id)); - q("DELETE FROM `mail` WHERE `uid` = %d", intval($channel_id)); + q("DELETE FROM `mail` WHERE `channel_id` = %d", intval($channel_id)); q("DELETE FROM `notify` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `photo` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `attach` WHERE `uid` = %d", intval($channel_id)); diff --git a/mod/admin.php b/mod/admin.php index 064e139ed..48c7a7822 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -783,41 +783,28 @@ function admin_page_users(&$a){ * @param App $a */ function admin_page_channels_post(&$a){ - $pending = ( x($_POST, 'pending') ? $_POST['pending'] : Array() ); - $users = ( x($_POST, 'user') ? $_POST['user'] : Array() ); + $channels = ( x($_POST, 'channel') ? $_POST['channel'] : Array() ); - check_form_security_token_redirectOnErr('/admin/users', 'admin_users'); + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels'); - if (x($_POST,'page_users_block')){ - foreach($users as $uid){ - q("UPDATE account SET account_flags = (account_flags & %d) where account_id = %d limit 1", - intval(ACCOUNT_BLOCKED), + if (x($_POST,'page_channels_block')){ + foreach($channels as $uid){ + q("UPDATE channel SET channel_pageflags = ( channel_pageflags ^ %d ) where channel_id = %d", + intval(PAGE_CENSORED), intval( $uid ) - ); + ); } - notice( sprintf( tt("%s user blocked/unblocked", "%s users blocked/unblocked", count($users)), count($users)) ); + notice( sprintf( tt("%s channel censored/uncensored", "%s channelss censored/uncensored", count($channels)), count($channels)) ); } - if (x($_POST,'page_users_delete')){ + if (x($_POST,'page_channels_delete')){ require_once("include/Contact.php"); - foreach($users as $uid){ - account_remove($uid,true); + foreach($channels as $uid){ + channel_remove($uid,true); } - notice( sprintf( tt("%s user deleted", "%s users deleted", count($users)), count($users)) ); + notice( sprintf( tt("%s channel deleted", "%s channels deleted", count($channels)), count($channels)) ); } - - if (x($_POST,'page_users_approve')){ - require_once('include/account.php'); - foreach($pending as $hash){ - user_allow($hash); - } - } - if (x($_POST,'page_users_deny')){ - require_once('include/account.php'); - foreach($pending as $hash){ - user_deny($hash); - } - } - goaway($a->get_baseurl(true) . '/admin/users' ); + + goaway($a->get_baseurl(true) . '/admin/channels' ); return; // NOTREACHED } @@ -838,17 +825,17 @@ function admin_page_channels(&$a){ } switch(argv(2)){ -// case "delete":{ - // check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); - // delete user - // require_once("include/Contact.php"); - // account_remove($uid,true); + case "delete":{ + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + // delete channel + require_once("include/Contact.php"); + channel_remove($uid,true); - // notice( sprintf(t("User '%s' deleted"), $account[0]['account_email']) . EOL); - // }; break; + notice( sprintf(t("Channel '%s' deleted"), $channel[0]['channel_name']) . EOL); + }; break; case "block":{ - check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); q("UPDATE channel SET channel_pageflags = ( channel_pageflags ^ %d ) where channel_id = %d", intval(PAGE_CENSORED), intval( $uid ) @@ -857,7 +844,7 @@ function admin_page_channels(&$a){ notice( sprintf( (($channel[0]['channel_pageflags'] & PAGE_CENSORED) ? t("Channel '%s' uncensored"): t("Channel '%s' censored")) , $channel[0]['channel_name'] . ' (' . $channel[0]['channel_address'] . ')' ) . EOL); }; break; } - goaway($a->get_baseurl(true) . '/admin/users' ); + goaway($a->get_baseurl(true) . '/admin/channels' ); return ''; // NOTREACHED } @@ -874,18 +861,18 @@ function admin_page_channels(&$a){ $order = " order by channel_name asc "; - $users = q("SELECT * from channel where not ( channel_pageflags & %d ) $order limit %d , %d ", + $channels = q("SELECT * from channel where not ( channel_pageflags & %d ) $order limit %d , %d ", intval(PAGE_REMOVED), intval($a->pager['start']), intval($a->pager['itemspage']) ); - if($users) { - for($x = 0; $x < count($users); $x ++) { - if($users[$x]['channel_pageflags'] & PAGE_CENSORED) - $users[$x]['blocked'] = true; + if($channels) { + for($x = 0; $x < count($channels); $x ++) { + if($channels[$x]['channel_pageflags'] & PAGE_CENSORED) + $channels[$x]['blocked'] = true; else - $users[$x]['blocked'] = false; + $channels[$x]['blocked'] = false; } } @@ -900,17 +887,17 @@ function admin_page_channels(&$a){ '$block' => t('Censor'), '$unblock' => t('Uncensor'), - '$h_users' => t('Channel'), - '$th_users' => array( t('UID'), t('Name'), t('Address')), + '$h_channels' => t('Channel'), + '$th_channels' => array( t('UID'), t('Name'), t('Address')), - '$confirm_delete_multi' => t('Selected users will be deleted!\n\nEverything these users had posted on this site will be permanently deleted!\n\nAre you sure?'), - '$confirm_delete' => t('The user {0} will be deleted!\n\nEverything this user has posted on this site will be permanently deleted!\n\nAre you sure?'), + '$confirm_delete_multi' => t('Selected channels will be deleted!\n\nEverything that was posted in these channels on this site will be permanently deleted!\n\nAre you sure?'), + '$confirm_delete' => t('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?'), '$form_security_token' => get_form_security_token("admin_channels"), // values // '$baseurl' => $a->get_baseurl(true), - '$users' => $users, + '$channels' => $channels, )); $o .= paginate($a); return $o; diff --git a/view/de/messages.po b/view/de/messages.po index fe7074d5a..5c9b7bad4 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -6318,7 +6318,7 @@ msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet." #: ../../mod/manage.php:72 msgid "Create a new channel" -msgstr "Erzeuge neues Kanal" +msgstr "Erzeuge neuen Kanal" #: ../../mod/manage.php:77 msgid "Channel Manager" diff --git a/view/de/strings.php b/view/de/strings.php index ee694c324..611eff282 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -1485,7 +1485,7 @@ $a->strings["Your old login password"] = "Ihr altes Login Kennwort"; $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["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["Create a new channel"] = "Erzeuge neuen 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."; diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl index 2ae2a72d6..d8f5f626f 100755 --- a/view/tpl/admin_channels.tpl +++ b/view/tpl/admin_channels.tpl @@ -16,35 +16,35 @@
    -

    {{$h_users}}

    - {{if $users}} +

    {{$h_channels}}

    + {{if $channels}} - {{foreach $th_users as $th}}{{/foreach}} + {{foreach $th_channels as $th}}{{/foreach}} - {{foreach $users as $u}} + {{foreach $channels as $c}} - - - - + + + + {{/foreach}}
    {{$th}}{{$th}}
    {{$u.channel_id}}{{$u.channel_name}}{{$u.channel_address}}{{$c.channel_id}}{{$c.channel_name}}{{$c.channel_address}} - - + +
    - -
    + +
    {{else}} - NO USERS?!? + NO CHANNELS?!? {{/if}}
    From ad60e2c566930409d853517ca9392f169fc8e747 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 02:57:33 -0700 Subject: [PATCH 139/186] use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well. --- boot.php | 2 +- include/enotify.php | 17 +++++++++-------- install/database.sql | 2 +- install/update.php | 9 ++++++++- mod/notify.php | 2 +- version.inc | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/boot.php b/boot.php index 643e860c8..48b3156fb 100755 --- a/boot.php +++ b/boot.php @@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1106 ); +define ( 'DB_UPDATE_VERSION', 1107 ); define ( 'EOL', '
    ' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); diff --git a/include/enotify.php b/include/enotify.php index 96a152d31..5be21f180 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -102,7 +102,7 @@ function notification($params) { if(array_key_exists('item',$params) && (! visible_activity($params['item']))) return; - $parent_id = $params['parent']; + $parent_mid = $params['parent_mid']; // Check to see if there was already a notify for this post. // If so don't create a second notification @@ -123,9 +123,9 @@ function notification($params) { $p = null; - if($params['otype'] === 'item' && $parent_id) { - $p = q("select * from item where id = %d and uid = %d limit 1", - intval($parent_id), + if($params['otype'] === 'item' && $parent_mid) { + $p = q("select * from item where mid = '%s' and uid = %d limit 1", + dbesc($parent_mid), intval($recip['channel_id']) ); } @@ -135,6 +135,7 @@ function notification($params) { $item_post_type = item_post_type($p[0]); $private = $p[0]['item_private']; + $parent_id = $p[0]['id']; //$possess_desc = str_replace('',$possess_desc); @@ -338,7 +339,7 @@ function notification($params) { $datarray['aid'] = $recip['channel_account_id']; $datarray['uid'] = $recip['channel_id']; $datarray['link'] = $itemlink; - $datarray['parent'] = $parent_id; + $datarray['parent'] = $parent_mid; $datarray['type'] = $params['type']; $datarray['verb'] = $params['verb']; $datarray['otype'] = $params['otype']; @@ -355,7 +356,7 @@ function notification($params) { // create notification entry in DB $r = q("insert into notify (hash,name,url,photo,date,aid,uid,link,parent,type,verb,otype) - values('%s','%s','%s','%s','%s',%d,%d,'%s',%d,%d,'%s','%s')", + values('%s','%s','%s','%s','%s',%d,%d,'%s','%s',%d,'%s','%s')", dbesc($datarray['hash']), dbesc($datarray['name']), dbesc($datarray['url']), @@ -364,7 +365,7 @@ function notification($params) { intval($datarray['aid']), intval($datarray['uid']), dbesc($datarray['link']), - intval($datarray['parent']), + dbesc($datarray['parent']), intval($datarray['type']), dbesc($datarray['verb']), dbesc($datarray['otype']) @@ -432,7 +433,7 @@ function notification($params) { $datarray['sitename'] = $sitename; $datarray['siteurl'] = $siteurl; $datarray['type'] = $params['type']; - $datarray['parent'] = $params['parent']; + $datarray['parent'] = $params['parent_mid']; $datarray['source_name'] = $sender['xchan_name']; $datarray['source_link'] = $sender['xchan_url']; $datarray['source_photo'] = $sender['xchan_photo_s']; diff --git a/install/database.sql b/install/database.sql index f9562ae09..a5094b8e1 100644 --- a/install/database.sql +++ b/install/database.sql @@ -622,7 +622,7 @@ CREATE TABLE IF NOT EXISTS `notify` ( `aid` int(11) NOT NULL, `uid` int(11) NOT NULL, `link` char(255) NOT NULL, - `parent` int(11) NOT NULL, + `parent` char(255) NOT NULL DEFAULT '', `seen` tinyint(1) NOT NULL DEFAULT '0', `type` int(11) NOT NULL, `verb` char(255) NOT NULL, diff --git a/install/update.php b/install/update.php index d7a87fad4..d497cda70 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Sun, 6 Apr 2014 03:47:53 -0700 Subject: [PATCH 140/186] issue #395, item 2 --- include/conversation.php | 6 ++++-- include/reddav.php | 6 +++++- mod/bookmarks.php | 7 ++++++- mod/chat.php | 6 ++++-- mod/events.php | 5 ++++- mod/webpages.php | 5 +++-- 6 files changed, 26 insertions(+), 9 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 880639bf4..149da3ac7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1472,6 +1472,8 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ if (is_null($nickname)) $nickname = $channel['channel_address']; + + $uid = (($a->profile['profile_uid']) ? $a->profile['profile_uid'] : local_user()); if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); @@ -1489,7 +1491,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ ), ); - $p = get_all_perms($a->profile['profile_uid'],get_observer_hash()); + $p = get_all_perms($uid,get_observer_hash()); if($p['view_profile']) { $tabs[] = array( @@ -1550,7 +1552,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ } - if($is_owner && feature_enabled($a->profile['profile_uid'],'webpages')) { + if($is_owner && feature_enabled($uid,'webpages')) { $tabs[] = array( 'label' => t('Webpages'), 'url' => $a->get_baseurl() . '/webpages/' . $nickname, diff --git a/include/reddav.php b/include/reddav.php index b7bb94fa0..7c14ca472 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -884,8 +884,12 @@ class RedBrowser extends DAV\Browser\Plugin { date_default_timezone_set($this->auth->timezone); $version = ''; + require_once('include/conversation.php'); - $html = " + if($this->auth->channel_name) + $html = profile_tabs(get_app(),(($this->auth->channel_id == local_user()) ? true : false),$this->auth->channel_name); + + $html .= "

    Index for " . $this->escapeHTML($path) . "/

    diff --git a/mod/bookmarks.php b/mod/bookmarks.php index 141ae2e0b..9ccc171fe 100644 --- a/mod/bookmarks.php +++ b/mod/bookmarks.php @@ -49,8 +49,13 @@ function bookmarks_content(&$a) { require_once('include/menu.php'); + require_once('include/conversation.php'); - $o = '

    ' . t('My Bookmarks') . '

    '; + $channel = $a->get_channel(); + + $o = profile_tabs($a,true,$channel['channel_address']); + + $o .= '

    ' . t('My Bookmarks') . '

    '; $x = menu_list(local_user(),'',MENU_BOOKMARK); diff --git a/mod/chat.php b/mod/chat.php index 0f2b94b9d..e007b50a8 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -145,6 +145,7 @@ function chat_content(&$a) { if(argc() > 2 && intval(argv(2))) { + $room_id = intval(argv(2)); $bookmark_link = get_bookmark_link($ob); @@ -210,12 +211,13 @@ function chat_content(&$a) { + require_once('include/conversation.php'); - + $o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false)); require_once('include/widgets.php'); - $o = replace_macros(get_markup_template('chatrooms.tpl'), array( + $o .= replace_macros(get_markup_template('chatrooms.tpl'), array( '$header' => sprintf( t('%1$s\'s Chatrooms'), $a->profile['name']), '$baseurl' => z_root(), '$nickname' => $channel['channel_address'], diff --git a/mod/events.php b/mod/events.php index 2a6067e65..d243f61ba 100755 --- a/mod/events.php +++ b/mod/events.php @@ -163,7 +163,10 @@ function events_content(&$a) { $o =""; // tabs - $tabs = profile_tabs($a, True); + + $channel = $a->get_channel(); + + $tabs = profile_tabs($a, True, $channel['channel_address']); diff --git a/mod/webpages.php b/mod/webpages.php index 7e1b32f36..ac9012ce1 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -73,9 +73,10 @@ function webpages_content(&$a) { else $channel_acl = array(); + require_once('include/conversation.php'); + $o = profile_tabs($a,true); - - + $o .= '

    ' . t('Webpages') . '

    '; $x = array( 'webpage' => ITEM_WEBPAGE, From f7cb4e0ef0b6d40427858810404ad9caedb27ae3 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 6 Apr 2014 21:14:24 +0200 Subject: [PATCH 141/186] jot and location style fixes --- include/conversation.php | 2 +- view/css/conversation.css | 5 ----- view/theme/redbasic/css/style.css | 4 ---- view/tpl/jot.tpl | 6 +++--- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 149da3ac7..df3f5f03c 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1296,7 +1296,7 @@ function render_location_default($item) { if($coord) { if($location) - $location .= '
    (' . $coord . ')'; + $location .= ' (' . $coord . ')'; else $location = '' . $coord . ''; } diff --git a/view/css/conversation.css b/view/css/conversation.css index c9894f638..ee26bbf47 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -164,11 +164,6 @@ padding: 3px 20px; } -.wall-item-location { - text-overflow: ellipsis; - max-width: 30%; -} - .wall-item-author { margin-top: 10px; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 688dcf478..0788775e7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -233,10 +233,6 @@ footer { color: #444444 !important; } -.smalltext { - font-size: 0.7em; -} - #sysmsg { margin-bottom: 10px; } diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 5f79b4d88..87a9b721f 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -51,12 +51,12 @@ - + From 50c608482a3baddd56a60f082de68fe4a6e33213 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 16:17:21 -0700 Subject: [PATCH 142/186] mod/item - get rid of some failed experiments, duplicated code and unused code. --- mod/item.php | 101 ++++++--------------------------------------------- 1 file changed, 11 insertions(+), 90 deletions(-) diff --git a/mod/item.php b/mod/item.php index 756d22a39..7630cb031 100644 --- a/mod/item.php +++ b/mod/item.php @@ -33,6 +33,8 @@ function item_post(&$a) { $uid = local_user(); + $channel = null; + if(x($_REQUEST,'dropitems')) { require_once('include/items.php'); $arr_drop = explode(',',$_REQUEST['dropitems']); @@ -150,50 +152,19 @@ function item_post(&$a) { // can_comment_on_post() needs info from the following xchan_query xchan_query($r); + $parent_item = $r[0]; $parent = $r[0]['id']; // multi-level threading - preserve the info but re-parent to our single level threading - //if(($parid) && ($parid != $parent)) - $thr_parent = $parent_mid; -// if($parent_item['contact-id'] && $uid) { -// $r = q("SELECT * FROM `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1", -// intval($parent_item['contact-id']), -// intval($uid) -// ); -// if(count($r)) -// $parent_contact = $r[0]; -// } + $thr_parent = $parent_mid; + } - $channel = null; - $observer = null; - $dest_channel = ((array_key_exists('dest_channel',$_REQUEST) && intval($_REQUEST['dest_channel'])) ? intval($_REQUEST['dest_channel']) : 0); - - if(local_user() && $dest_channel && $dest_channel != local_user()) { - // posting as another channel which you control - $account = $a->get_account(); - $r = q("select * from channel left join account on channel_account_id = account_id where account_id = %d and channel_id = %d limit 1", - intval($account['account_id']), - intval($dest_channel) - ); - if($r) { - $channel = $r[0]; - $profile_uid = $dest_channel; - $x = q("select * from xchan where xchan_hash = '%s' limit 1", - dbesc($channel['channel_hash']) - ); - if($x) - $observer = $x[0]; - } - } - - - if(! $observer) - $observer = $a->get_observer(); + $observer = $a->get_observer(); if($parent) { @@ -388,20 +359,18 @@ function item_post(&$a) { } } - - $post_type = notags(trim($_REQUEST['type'])); $mimetype = notags(trim($_REQUEST['mimetype'])); if(! $mimetype) $mimetype = 'text/bbcode'; - // Verify ability to use html or php!!! - if($preview) { $body = z_input_filter($profile_uid,$body,$mimetype); } + // Verify ability to use html or php!!! + $execflag = false; if($mimetype === 'application/x-php') { @@ -524,8 +493,6 @@ function item_post(&$a) { $tagged = array(); - $private_forum = false; - if(count($tags)) { $first_access_tag = true; foreach($tags as $tag) { @@ -544,9 +511,9 @@ function item_post(&$a) { continue; $success = handle_tag($a, $body, $access_tag, $str_tags, (local_user()) ? local_user() : $profile_uid , $tag); - logger('handle_tag: ' . print_r($success,tue), LOGGER_DEBUG); + logger('handle_tag: ' . print_r($success,tue), LOGGER_DATA); if(($access_tag) && (! $parent_item)) { - logger('access_tag: ' . $tag . ' ' . print_r($access_tag,true), LOGGER_DEBUG); + logger('access_tag: ' . $tag . ' ' . print_r($access_tag,true), LOGGER_DATA); if ($first_access_tag) { $str_contact_allow = ''; $str_group_allow = ''; @@ -572,22 +539,12 @@ function item_post(&$a) { 'url' => $success['url'] ); } -// if(is_array($success['contact']) && intval($success['contact']['prv'])) { -// $private_forum = true; -// $private_id = $success['contact']['id']; -// } } } // logger('post_tags: ' . print_r($post_tags,true)); - if(($private_forum) && (! $parent) && (! $private)) { - // we tagged a private forum in a top level post and the message was public. - // Restrict it. - $private = 1; - $str_contact_allow = '<' . $private_id . '>'; - } $attachments = ''; $match = false; @@ -601,7 +558,7 @@ function item_post(&$a) { if($r['success']) { $attachments[] = array( 'href' => $a->get_baseurl() . '/attach/' . $r['data']['hash'], - 'length' => $r['data']['filesize'], + 'length' => $r['data']['filesize'], 'type' => $r['data']['filetype'], 'title' => urlencode($r['data']['filename']), 'revision' => $r['data']['revision'] @@ -629,7 +586,6 @@ function item_post(&$a) { } $item_flags |= ITEM_UNSEEN; -// $item_restrict |= ITEM_VISIBLE; if($post_type === 'wall' || $post_type === 'wall-comment') $item_flags = $item_flags | ITEM_WALL; @@ -785,31 +741,12 @@ function item_post(&$a) { $post = item_store($datarray,$execflag); - $post_id = $post['item_id']; if($post_id) { logger('mod_item: saved item ' . $post_id); if($parent) { - - $r = q("UPDATE `item` SET `changed` = '%s' WHERE `parent` = %d ", - dbesc(datetime_convert()), - intval($parent) - ); - - // Inherit ACL's from the parent item. - - $r = q("UPDATE `item` SET `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', `deny_gid` = '%s', `item_private` = %d - WHERE `id` = %d LIMIT 1", - dbesc($parent_item['allow_cid']), - dbesc($parent_item['allow_gid']), - dbesc($parent_item['deny_cid']), - dbesc($parent_item['deny_gid']), - intval($parent_item['item_private']), - intval($post_id) - ); - if($datarray['owner_xchan'] != $datarray['author_xchan']) { notification(array( 'type' => NOTIFY_COMMENT, @@ -824,7 +761,6 @@ function item_post(&$a) { )); } - } else { $parent = $post_id; @@ -842,25 +778,10 @@ function item_post(&$a) { } } - // fallback so that parent always gets set to non-zero. - - if(! $parent) - $parent = $post_id; - - $r = q("UPDATE `item` SET `parent` = %d, `parent_mid` = '%s', `changed` = '%s' - WHERE `id` = %d LIMIT 1", - intval($parent), - dbesc(($parent == $post_id) ? $mid : $parent_item['mid']), - dbesc(datetime_convert()), - intval($post_id) - ); - // photo comments turn the corresponding item visible to the profile wall // This way we don't see every picture in your new photo album posted to your wall at once. // They will show up as people comment on them. -// fixme set item visible as well - if($parent_item['item_restrict'] & ITEM_HIDDEN) { $r = q("UPDATE `item` SET `item_restrict` = %d WHERE `id` = %d LIMIT 1", intval($parent_item['item_restrict'] - ITEM_HIDDEN), From 6f555c50e110235d125645113a58d1a2fda2eee8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 18:40:37 -0700 Subject: [PATCH 143/186] a bit more work towards issue #395 - cleaning up some cases which were going to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave. --- include/conversation.php | 12 +++--------- mod/connedit.php | 2 +- mod/viewconnections.php | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index df3f5f03c..e5cd3358f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -911,7 +911,7 @@ function item_photo_menu($item){ } } - $profile_link = z_root() . "/chanview/?f=&hash=" . $item['author_xchan']; + $profile_link = chanlink_hash($item['author_xchan']); $pm_url = $a->get_baseurl($ssl_state) . '/mail/new/?f=&hash=' . $item['author_xchan']; if($a->contacts && array_key_exists($item['author_xchan'],$a->contacts)) @@ -964,13 +964,7 @@ function like_puller($a,$item,&$arr,$mode) { $verb = (($mode === 'like') ? ACTIVITY_LIKE : ACTIVITY_DISLIKE); if((activity_match($item['verb'],$verb)) && ($item['id'] != $item['parent'])) { - $url = $item['author']['xchan_url']; - if((local_user()) && (local_user() == $item['uid']) && ($item['network'] === 'dfrn') && (! $item['self']) && (link_compare($item['author-link'],$item['url']))) { - $url = $a->get_baseurl(true) . '/redir/' . $item['contact-id']; - $sparkle = ' class="sparkle" '; - } - else - $url = zid($url); + $url = chanlink_url($item['author']['xchan_url']); if(! $item['thr_parent']) $item['thr_parent'] = $item['parent_mid']; @@ -981,7 +975,7 @@ function like_puller($a,$item,&$arr,$mode) { $arr[$item['thr_parent']] = 1; else $arr[$item['thr_parent']] ++; - $arr[$item['thr_parent'] . '-l'][] = '' . $item['author']['xchan_name'] . ''; + $arr[$item['thr_parent'] . '-l'][] = '' . $item['author']['xchan_name'] . ''; } return; } diff --git a/mod/connedit.php b/mod/connedit.php index fde116b48..2719b7732 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -316,7 +316,7 @@ function connedit_content(&$a) { array( 'label' => t('View Profile'), - 'url' => $a->get_baseurl(true) . '/chanview/?f=&cid=' . $contact['abook_id'], + 'url' => chanlink_cid($contact['abook_id']), 'sel' => '', 'title' => sprintf( t('View %s\'s profile'), $contact['xchan_name']), ), diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 4f6f81d82..84b976042 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -48,7 +48,7 @@ function viewconnections_content(&$a) { foreach($r as $rr) { - $url = zid($rr['xchan_url']); + $url = chanlink_url($rr['xchan_url']); if($url) { $contacts[] = array( 'id' => $rr['abook_id'], From 81ce5f14d2c85fb7c4a19c169acc06fe2424eac8 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 18:57:04 -0700 Subject: [PATCH 144/186] missing pagination on viewconnections page --- mod/viewconnections.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 84b976042..a9fb967f7 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -29,6 +29,15 @@ function viewconnections_content(&$a) { } + $r = q("SELECT count(*) as total FROM abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and abook_flags = 0 and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) ", + intval($a->profile['uid']), + intval(XCHAN_FLAGS_HIDDEN), + intval(XCHAN_FLAGS_ORPHAN), + intval(XCHAN_FLAGS_DELETED) + ); + if($r) { + $a->set_pager_total($r[0]['total']); + } $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and abook_flags = 0 and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) order by xchan_name LIMIT %d , %d ", intval($a->profile['uid']), From 28b7eedc45695021e96af6112dab20195b118873 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 19:59:00 -0700 Subject: [PATCH 145/186] check_webbie (webbie validator) returning bad webbies --- include/text.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 95e59c54c..48a7ed368 100755 --- a/include/text.php +++ b/include/text.php @@ -1763,6 +1763,7 @@ function check_webbie($arr) { $str .= "'" . dbesc($y) . "'"; } } + if(strlen($str)) { $r = q("select channel_address from channel where channel_address in ( $str ) "); if(count($r)) { @@ -1771,8 +1772,9 @@ function check_webbie($arr) { } } foreach($arr as $x) { - if(! in_array($x,$taken)) { - return $x; + $y = legal_webbie($x); + if(! in_array($y,$taken)) { + return $y; } } } From 75b6aa235e18e9491bc953f43d6d95cf00453406 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 21:40:23 -0700 Subject: [PATCH 146/186] more work on #395 --- mod/connections.php | 7 +++---- view/css/mod_connections.css | 4 ++++ view/tpl/connection_template.tpl | 9 +++++++++ view/tpl/{contacts-template.tpl => connections.tpl} | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) create mode 100755 view/tpl/connection_template.tpl rename view/tpl/{contacts-template.tpl => connections.tpl} (93%) diff --git a/mod/connections.php b/mod/connections.php index 1b5e08cfe..f0879ae31 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -375,16 +375,14 @@ function connections_content(&$a) { 'username' => $rr['xchan_name'], 'sparkle' => $sparkle, 'link' => z_root() . '/connedit/' . $rr['abook_id'], - 'url' => $rr['xchan_url'], + 'url' => chanlink_url($rr['xchan_url']), 'network' => network_to_name($rr['network']), ); } } } - - $tpl = get_markup_template("contacts-template.tpl"); - $o .= replace_macros($tpl,array( + $o .= replace_macros(get_markup_template('connections.tpl'),array( '$header' => t('Connections') . (($head) ? ' - ' . $head : ''), '$tabs' => $t, '$total' => $total, @@ -392,6 +390,7 @@ function connections_content(&$a) { '$desc' => t('Search your connections'), '$finding' => (($searching) ? t('Finding: ') . "'" . $search . "'" : ""), '$submit' => t('Find'), + '$edit' => t('Edit'), '$cmd' => $a->cmd, '$contacts' => $contacts, '$paginate' => paginate($a), diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index c460fec28..94373389b 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -109,6 +109,9 @@ width: 120px; height: 120px; padding: 10px; + margin: 8px 10px 0 0; + border-top: 1px solid #eee; + border-left: 2px solid #eee; } #contacts-search { @@ -128,6 +131,7 @@ float: left; margin-left: 0px; margin-right: 10px; + margin-bottom: 10px; width: 120px; overflow: hidden; } diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl new file mode 100755 index 000000000..fc9052d41 --- /dev/null +++ b/view/tpl/connection_template.tpl @@ -0,0 +1,9 @@ +
    +
    + {{$contact.name}} +
    +
    +
    {{$contact.name}}
    +
    {{$edit}}
    +
    +
    diff --git a/view/tpl/contacts-template.tpl b/view/tpl/connections.tpl similarity index 93% rename from view/tpl/contacts-template.tpl rename to view/tpl/connections.tpl index 0c7e01038..f254ce8c2 100755 --- a/view/tpl/contacts-template.tpl +++ b/view/tpl/connections.tpl @@ -15,7 +15,7 @@ {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="connection_template.tpl"}} {{/foreach}}
    From 68296bb85789b3fcf9ed5db79b0617e94bb897e6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 21:52:47 -0700 Subject: [PATCH 147/186] better alignment of channels with long names on mod/connections --- view/css/mod_connections.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index 94373389b..6fd666845 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -107,7 +107,7 @@ .contact-entry-wrapper { float: left; width: 120px; - height: 120px; + height: 150px; padding: 10px; margin: 8px 10px 0 0; border-top: 1px solid #eee; @@ -133,6 +133,7 @@ margin-right: 10px; margin-bottom: 10px; width: 120px; + height: 36px; overflow: hidden; } From 7d429b28940848cbf0cdf397ed664a594b28d994 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 6 Apr 2014 22:21:51 -0700 Subject: [PATCH 148/186] subdue archived connections in mod/connections --- mod/connections.php | 2 +- view/theme/redbasic/css/style.css | 4 ++++ view/tpl/connection_template.tpl | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mod/connections.php b/mod/connections.php index f0879ae31..a453203ab 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -373,7 +373,7 @@ function connections_content(&$a) { 'thumb' => $rr['xchan_photo_m'], 'name' => $rr['xchan_name'], 'username' => $rr['xchan_name'], - 'sparkle' => $sparkle, + 'classes' => (($rr['abook_flags'] & ABOOK_FLAG_ARCHIVED) ? 'archived' : ''), 'link' => z_root() . '/connedit/' . $rr['abook_id'], 'url' => chanlink_url($rr['xchan_url']), 'network' => network_to_name($rr['network']), diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 0788775e7..fd8033928 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1651,6 +1651,10 @@ header { .contact-block-content { margin-top: 8px; } +.contact-block-img.archived { + opacity: 0.3; + filter:alpha(opacity=30); +} .profile-match-connect { margin-top: 5px; } diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl index fc9052d41..44866c323 100755 --- a/view/tpl/connection_template.tpl +++ b/view/tpl/connection_template.tpl @@ -1,6 +1,6 @@
    - {{$contact.name}} + {{$contact.name}}
    {{$contact.name}}
    From 10167fdf515e69c4645da9b0a020d0594c7a55a3 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 02:55:00 -0700 Subject: [PATCH 149/186] prevent follows of and notifications to deceased channels --- include/enotify.php | 5 +++-- include/follow.php | 6 ++++++ include/zot.php | 9 +++++++++ mod/zfinger.php | 6 ++++-- version.inc | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/include/enotify.php b/include/enotify.php index 5be21f180..7ab4fe5ed 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -18,8 +18,9 @@ function notification($params) { } if($params['to_xchan']) { $y = q("select channel.*, account.* from channel left join account on channel_account_id = account_id - where channel_hash = '%s' limit 1", - dbesc($params['to_xchan']) + where channel_hash = '%s' and not (channel_pageflags & %d) limit 1", + dbesc($params['to_xchan']), + intval(PAGE_REMOVED) ); } if($x & $y) { diff --git a/include/follow.php b/include/follow.php index 0508a8b37..d98a58198 100644 --- a/include/follow.php +++ b/include/follow.php @@ -75,11 +75,17 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) return $result; } + // do we have an xchan and hubloc? // If not, create them. $x = import_xchan($j); + if(array_key_exists('deleted',$j) && intval($j['deleted'])) { + $result['message'] = t('Channel was deleted and no longer exists.'); + return $result; + } + if(! $x['success']) return $x; diff --git a/include/zot.php b/include/zot.php index 48240d5aa..45df09661 100644 --- a/include/zot.php +++ b/include/zot.php @@ -632,6 +632,13 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { if($adult_changed) $new_flags = $new_flags ^ XCHAN_FLAGS_SELFCENSORED; + $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); + $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); + if($deleted_changed) + $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; + + + if(($r[0]['xchan_name_date'] != $arr['name_updated']) || ($r[0]['xchan_connurl'] != $arr['connections_url']) @@ -676,6 +683,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $new_flags = 0; if($arr['adult_content']) $new_flags |= XCHAN_FLAGS_SELFCENSORED; + if($arr['deleted']) + $new_flags |= XCHAN_FLAGS_DELETED; $x = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_mimetype, xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_flags) diff --git a/mod/zfinger.php b/mod/zfinger.php index 4f59c1973..f2d46bff8 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -97,7 +97,9 @@ function zfinger_init(&$a) { $special_channel = (($e['channel_pageflags'] & PAGE_PREMIUM) ? true : false); $adult_channel = (($e['channel_pageflags'] & PAGE_ADULT) ? true : false); $searchable = (($e['channel_pageflags'] & PAGE_HIDDEN) ? false : true); - if($e['xchan_flags'] & XCHAN_FLAGS_HIDDEN) + $deleted = (($e['channel_pageflags'] & PAGE_REMOVED) ? true : false); + + if(($e['xchan_flags'] & XCHAN_FLAGS_HIDDEN) || $deleted) $searchable = false; // This is for birthdays and keywords, but must check access permissions @@ -164,7 +166,7 @@ function zfinger_init(&$a) { $ret['target_sig'] = $zsig; $ret['searchable'] = $searchable; $ret['adult_content'] = $adult_channel; - + $ret['deleted'] = $deleted; // premium or other channel desiring some contact with potential followers before connecting. // This is a template - %s will be replaced with the follow_url we discover for the return channel. diff --git a/version.inc b/version.inc index e2e021e8b..a56d3029d 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-06.639 +2014-04-07.640 From 7e160a7b048c50a8b7c7a7e6e99687bbedcb3487 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 13:13:00 -0700 Subject: [PATCH 150/186] undo one of yesterday's changes - if a channel was deleted we want to mark the hubloc deleted - but not the xchan. The channel might be alive at another hubloc. We should only mark the xchan deleted when removing a channel from the entire network - e.g. there are no hubs left to service it. --- include/zot.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/zot.php b/include/zot.php index 45df09661..490d63798 100644 --- a/include/zot.php +++ b/include/zot.php @@ -632,10 +632,10 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { if($adult_changed) $new_flags = $new_flags ^ XCHAN_FLAGS_SELFCENSORED; - $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); - $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); - if($deleted_changed) - $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; +// $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); +// $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); +// if($deleted_changed) +// $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; @@ -683,8 +683,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $new_flags = 0; if($arr['adult_content']) $new_flags |= XCHAN_FLAGS_SELFCENSORED; - if($arr['deleted']) - $new_flags |= XCHAN_FLAGS_DELETED; +// if($arr['deleted']) +// $new_flags |= XCHAN_FLAGS_DELETED; $x = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_mimetype, xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_flags) From 74029a9ee9b0dfdb98d88a3697beabfcd8ab29d0 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 16:10:43 -0700 Subject: [PATCH 151/186] this should be better - "xchan deleted" state on remote sites only follows the xchan_flags and not the channel_pageflags; XCHAN_FLAGS_DELETED should only be set if the channel is to be removed from the entire network. As mentioned in a previous commit, channel_pageflags could be set to PAGE_REMOVED but still leave living clones on other sites. --- include/zot.php | 15 ++++++--------- mod/zfinger.php | 11 ++++++----- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/include/zot.php b/include/zot.php index 490d63798..19512c1ec 100644 --- a/include/zot.php +++ b/include/zot.php @@ -632,13 +632,10 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { if($adult_changed) $new_flags = $new_flags ^ XCHAN_FLAGS_SELFCENSORED; -// $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); -// $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); -// if($deleted_changed) -// $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; - - - + $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); + $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); + if($deleted_changed) + $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; if(($r[0]['xchan_name_date'] != $arr['name_updated']) || ($r[0]['xchan_connurl'] != $arr['connections_url']) @@ -683,8 +680,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $new_flags = 0; if($arr['adult_content']) $new_flags |= XCHAN_FLAGS_SELFCENSORED; -// if($arr['deleted']) -// $new_flags |= XCHAN_FLAGS_DELETED; + if(array_key_exists('deleted',$arr) && $arr['deleted']) + $new_flags |= XCHAN_FLAGS_DELETED; $x = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_mimetype, xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_flags) diff --git a/mod/zfinger.php b/mod/zfinger.php index f2d46bff8..dcc755992 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -94,10 +94,10 @@ function zfinger_init(&$a) { $id = $e['channel_id']; - $special_channel = (($e['channel_pageflags'] & PAGE_PREMIUM) ? true : false); - $adult_channel = (($e['channel_pageflags'] & PAGE_ADULT) ? true : false); - $searchable = (($e['channel_pageflags'] & PAGE_HIDDEN) ? false : true); - $deleted = (($e['channel_pageflags'] & PAGE_REMOVED) ? true : false); + $special_channel = (($e['channel_pageflags'] & PAGE_PREMIUM) ? true : false); + $adult_channel = (($e['channel_pageflags'] & PAGE_ADULT) ? true : false); + $searchable = (($e['channel_pageflags'] & PAGE_HIDDEN) ? false : true); + $deleted = (($e['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); if(($e['xchan_flags'] & XCHAN_FLAGS_HIDDEN) || $deleted) $searchable = false; @@ -166,7 +166,8 @@ function zfinger_init(&$a) { $ret['target_sig'] = $zsig; $ret['searchable'] = $searchable; $ret['adult_content'] = $adult_channel; - $ret['deleted'] = $deleted; + if($deleted) + $ret['deleted'] = $deleted; // premium or other channel desiring some contact with potential followers before connecting. // This is a template - %s will be replaced with the follow_url we discover for the return channel. From 03753f463e05c965a460e64efca9478efc0271c1 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 16:25:35 -0700 Subject: [PATCH 152/186] convert /network saved search to bootstrap buttons --- include/text.php | 4 ++-- view/theme/redbasic/css/style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/text.php b/include/text.php index 48a7ed368..520c9c506 100755 --- a/include/text.php +++ b/include/text.php @@ -801,9 +801,9 @@ function searchbox($s,$id='search-box',$url='/search',$save = false) { $o .= '
    '; $o .= ''; $o .= ''; - $o .= ''; + $o .= ''; if(feature_enabled(local_user(),'savedsearch')) - $o .= ''; + $o .= ''; $o .= '
    '; return $o; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fd8033928..d078d4473 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -622,7 +622,7 @@ footer { #netsearch-box { margin-bottom: 5px; } #search-save { - margin-left: 5px; + margin: 5px 0 0 5px; } #side-follow-wrapper { From 28228f58629828c9bcabd5cf6b99180f9fdc9d4a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 17:34:53 -0700 Subject: [PATCH 153/186] pass the original element title through the element stack so that it we don't lose it in the ajaxuploader. --- view/js/ajaxupload.js | 4 ++++ view/tpl/jot-header.tpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/view/js/ajaxupload.js b/view/js/ajaxupload.js index 5719f30e0..c7d587dd1 100644 --- a/view/js/ajaxupload.js +++ b/view/js/ajaxupload.js @@ -264,6 +264,9 @@ action: 'upload.php', // File upload name name: 'userfile', + + title: 'Upload', + // Additional data to send data: {}, // Submit file as soon as it's selected @@ -380,6 +383,7 @@ var input = document.createElement("input"); input.setAttribute('type', 'file'); + input.setAttribute('title',this._settings.title); input.setAttribute('name', this._settings.name); addStyles(input, { diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 6f5b84bbe..25a7912ad 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -112,11 +112,14 @@ function enableOnUser(){ /* enable tinymce on focus and click */ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); + var upload_title = $('#wall-image-upload').attr('title'); + var attach_title = $('#wall-file-upload').attr('title'); var uploader = new window.AjaxUpload( 'wall-image-upload', { action: '{{$baseurl}}/wall_upload/{{$nickname}}', name: 'userfile', + title: upload_title, onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, onComplete: function(file,response) { addeditortext(response); @@ -129,6 +132,7 @@ function enableOnUser(){ 'wall-file-upload', { action: '{{$baseurl}}/wall_attach/{{$nickname}}', name: 'userfile', + title: attach_title, onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, onComplete: function(file,response) { addeditortext(response); From d820fa155bea343f7029e71a6691dc43d03eb138 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 18:32:22 -0700 Subject: [PATCH 154/186] possible fix for issue #398 --- mod/like.php | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/mod/like.php b/mod/like.php index 007d1aee1..a76867422 100755 --- a/mod/like.php +++ b/mod/like.php @@ -48,12 +48,20 @@ function like_content(&$a) { $item = $r[0]; + $sys = get_sys_channel(); + $owner_uid = $item['uid']; $owner_aid = $item['aid']; - if(! perm_is_allowed($owner_uid,$observer['xchan_hash'],'post_comments')) { - notice( t('Permission denied') . EOL); - killme(); + // if this is a "discover" item, (item['uid'] is the sys channel), + // fallback to the item comment policy, which should've been + // respected when generating the conversation thread. + // Even if the activity is rejected by the item owner, it should still get attached + // to the local discover conversation on this site. + + if(($owner_uid != $sys['channel_id']) && (! perm_is_allowed($owner_uid,$observer['xchan_hash'],'post_comments'))) { + notice( t('Permission denied') . EOL); + killme(); } $r = q("select * from xchan where xchan_hash = '%s' limit 1", From 95751dddff2b1b7a2074d37a5b3102f256842ae4 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 7 Apr 2014 20:20:28 -0700 Subject: [PATCH 155/186] some fixes to #395 --- include/conversation.php | 2 +- include/reddav.php | 2 +- mod/chat.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index e5cd3358f..8803e74e7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1516,7 +1516,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ } require_once('include/chat.php'); - $chats = chatroom_list($a->profile['profile_uid']); + $chats = chatroom_list($uid); $subdued = ((count($chats)) ? '' : ' subdued'); $tabs[] = array( 'label' => t('Chatrooms'), diff --git a/include/reddav.php b/include/reddav.php index 7c14ca472..03cfe1aab 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -887,7 +887,7 @@ class RedBrowser extends DAV\Browser\Plugin { require_once('include/conversation.php'); if($this->auth->channel_name) - $html = profile_tabs(get_app(),(($this->auth->channel_id == local_user()) ? true : false),$this->auth->channel_name); + $html = profile_tabs(get_app(),(($this->auth->owner_id == local_user()) ? true : false),$this->auth->owner_nick); $html .= " diff --git a/mod/chat.php b/mod/chat.php index e007b50a8..88f456422 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -213,7 +213,7 @@ function chat_content(&$a) { require_once('include/conversation.php'); - $o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false)); + $o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false),$a->profile['channel_address']); require_once('include/widgets.php'); From 9f621dac85c1c417b17d031e3ca2798c6b63ece7 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 8 Apr 2014 22:07:06 +0200 Subject: [PATCH 156/186] change the way jot tools are displayed/hidden --- include/conversation.php | 4 ++-- mod/blocks.php | 2 +- mod/channel.php | 2 +- mod/display.php | 2 +- mod/editblock.php | 4 ++-- mod/editlayout.php | 4 ++-- mod/editpost.php | 6 +++--- mod/editwebpage.php | 4 ++-- mod/layouts.php | 2 +- mod/mail.php | 8 ++++---- mod/network.php | 2 +- mod/rpost.php | 2 +- mod/webpages.php | 2 +- view/tpl/jot.tpl | 22 ++++++++++++++-------- view/tpl/prv_message.tpl | 14 ++++++++------ 15 files changed, 44 insertions(+), 36 deletions(-) diff --git a/include/conversation.php b/include/conversation.php index 8803e74e7..5a7e9e2cd 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1144,9 +1144,9 @@ function status_editor($a,$x,$popup=false) { '$source' => ((x($x,'source')) ? $x['source'] : ''), '$jotplugins' => $jotplugins, '$defexpire' => '', - '$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, '$expiryModalOK' => t('OK'), diff --git a/mod/blocks.php b/mod/blocks.php index 81337448c..343653ac4 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -60,7 +60,7 @@ require_once ('include/conversation.php'); 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'block', + 'visitor' => true, 'mimetype' => 'choose', 'ptlabel' => t('Block Name'), 'profile_uid' => intval($owner), diff --git a/mod/channel.php b/mod/channel.php index 0551f2645..9ee82a682 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -115,7 +115,7 @@ function channel_content(&$a, $update = 0, $load = false) { 'acl' => (($is_owner) ? populate_acl($channel_acl) : ''), 'showacl' => (($is_owner) ? 'yes' : ''), 'bang' => '', - 'visitor' => (($is_owner || $observer) ? 'block' : 'none'), + 'visitor' => (($is_owner || $observer) ? true : false), 'profile_uid' => $a->profile['profile_uid'] ); diff --git a/mod/display.php b/mod/display.php index 0b7335028..f4d4c38c3 100644 --- a/mod/display.php +++ b/mod/display.php @@ -57,7 +57,7 @@ function display_content(&$a, $update = 0, $load = false) { 'acl' => populate_acl($channel_acl, false), 'bang' => '', - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user(), 'return_path' => 'channel/' . $channel['channel_address'] ); diff --git a/mod/editblock.php b/mod/editblock.php index 8ccccc24b..8aca9e1f4 100644 --- a/mod/editblock.php +++ b/mod/editblock.php @@ -125,7 +125,7 @@ function editblock_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', + '$visitor' => false, '$pvisit' => 'none', '$public' => t('Public post'), '$jotnets' => $jotnets, @@ -143,7 +143,7 @@ function editblock_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => $itm[0]['app'], '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/editlayout.php b/mod/editlayout.php index 838a219c9..4d0c00293 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -119,7 +119,7 @@ function editlayout_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', + '$visitor' => false, '$pvisit' => 'none', '$public' => t('Public post'), '$jotnets' => $jotnets, @@ -137,7 +137,7 @@ function editlayout_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/editpost.php b/mod/editpost.php index 8c4117e7a..938c12083 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -125,7 +125,7 @@ function editpost_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', + '$visitor' => false, '$pvisit' => 'none', '$public' => t('Public post'), '$jotnets' => $jotnets, @@ -143,9 +143,9 @@ function editpost_content(&$a) { '$sourceapp' => t($a->sourcename), '$catsenabled' => $catsenabled, '$defexpire' => datetime_convert('UTC', date_default_timezone_get(),$itm[0]['expires']), - '$feature_expire' => ((feature_enabled(get_app()->profile['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(get_app()->profile['profile_uid'],'content_expire') && (! $webpage)) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(get_app()->profile['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(get_app()->profile['profile_uid'],'content_encrypt') && (! $webpage)) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, '$expiryModalOK' => t('OK'), diff --git a/mod/editwebpage.php b/mod/editwebpage.php index e9c8f5c37..5b6d91784 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -156,7 +156,7 @@ function editwebpage_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $itm[0]['location'], - '$visitor' => ($is_owner) ? 'block' : 'none', + '$visitor' => ($is_owner) ? true : false, '$acl' => populate_acl($itm[0]), '$showacl' => true, '$pvisit' => ($is_owner) ? 'block' : 'none', @@ -177,7 +177,7 @@ function editwebpage_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/layouts.php b/mod/layouts.php index 0dcaba361..3fbb63ed4 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -78,7 +78,7 @@ function layouts_content(&$a) { 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'none', + 'visitor' => false, 'nopreview' => 1, 'ptlabel' => t('Layout Name'), 'profile_uid' => intval($owner), diff --git a/mod/mail.php b/mod/mail.php index eb1b0ddc0..9c84872ef 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -222,9 +222,9 @@ function mail_content(&$a) { '$wait' => t('Please wait'), '$submit' => t('Submit'), '$defexpire' => '', - '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, @@ -335,9 +335,9 @@ function mail_content(&$a) { '$submit' => t('Submit'), '$wait' => t('Please wait'), '$defexpire' => '', - '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, diff --git a/mod/network.php b/mod/network.php index 8a05a5eaa..8202b1044 100644 --- a/mod/network.php +++ b/mod/network.php @@ -136,7 +136,7 @@ function network_content(&$a, $update = 0, $load = false) { 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'acl' => populate_acl((($group || $cid) ? $def_acl : $channel_acl)), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user() ); diff --git a/mod/rpost.php b/mod/rpost.php index a9a864d5e..dc25444a3 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -107,7 +107,7 @@ function rpost_content(&$a) { 'acl' => populate_acl($channel, $false), 'bang' => '', // 'channel_select' => true, - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user(), 'title' => $_REQUEST['title'], 'body' => $_REQUEST['body'], diff --git a/mod/webpages.php b/mod/webpages.php index ac9012ce1..6328454a6 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -85,7 +85,7 @@ function webpages_content(&$a) { 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), 'acl' => ((local_user() && local_user() == $owner) ? populate_acl($channel_acl) : ''), - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => intval($owner), 'mimetype' => $mimetype, 'layout' => $layout, diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 87a9b721f..b130818d0 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -36,33 +36,39 @@
    - - - - - - - - + {{/if}}
    diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 3330a338f..118bd846f 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -37,14 +37,16 @@ - -
    - -
    -
    + {{if $feature_expire}} +
    + +
    + {{/if}} + {{if $feature_encrypt}} +
    - + {{/if}}
    From b52ccaa9e1163c0dcf13ea97c5b808dafb5ef3a1 Mon Sep 17 00:00:00 2001 From: marijus Date: Tue, 8 Apr 2014 22:37:58 +0200 Subject: [PATCH 157/186] whitespace cleanup --- view/tpl/jot.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index b130818d0..ab8a3f77b 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -74,11 +74,11 @@
    - {{if $showacl}} -
    - {{$bang}} -
    - {{/if}} + {{if $showacl}} +
    + {{$bang}} +
    + {{/if}} {{if $preview}}
    - {{$jotplugins}} + {{$jotplugins}}
    From c7080edb1667c7f7d4f79f38d9bbc75fa11ac5c0 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Apr 2014 21:19:55 -0700 Subject: [PATCH 158/186] strip affinity tool labels on ultra-small screens; otherwise they just smush together --- version.inc | 2 +- view/js/mod_network.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/version.inc b/version.inc index a56d3029d..6eb37fc2a 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-04-07.640 +2014-04-08.641 diff --git a/view/js/mod_network.js b/view/js/mod_network.js index e95520edb..8f1e5132d 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -5,5 +5,6 @@ $(document).ready(function() { minChars: 2, id: 'search-text-ac', }); + $('.jslider-scale ins').addClass('hidden-xs'); }); From 74bd772a5bba5cd2c92e708d237128ab2dbdb53c Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 9 Apr 2014 17:10:07 +0200 Subject: [PATCH 159/186] replace lock icon with icon-{lock, unlock} --- view/css/conversation.css | 4 ---- view/js/acl.js | 16 ++-------------- view/js/mod_chat.js | 4 ++-- view/js/mod_filestorage.js | 4 ++-- view/js/mod_mitem.js | 4 ++-- view/js/mod_photos.js | 4 ++-- view/js/mod_settings.js | 4 ++-- view/theme/redbasic/css/style.css | 1 + view/tpl/jot.tpl | 8 +++----- view/tpl/photo_view.tpl | 2 +- view/tpl/photos_upload.tpl | 5 ++--- 11 files changed, 19 insertions(+), 37 deletions(-) diff --git a/view/css/conversation.css b/view/css/conversation.css index ee26bbf47..6fbc86df6 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -30,10 +30,6 @@ margin-top: 10px; } -#jot-perms-icon { - margin: 1px; -} - #profile-jot-perms-end { height: 30px; } diff --git a/view/js/acl.js b/view/js/acl.js index 6c3d9b462..308e65131 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -162,23 +162,11 @@ ACL.prototype.set_deny = function(itemid){ } ACL.prototype.update_view = function(){ - var jotpermslock; - var jotpermsunlock; - if (document.jotpermslock == null) { - jotpermslock = 'lock'; - } else { - jotpermslock = document.jotpermslock; - } - if (document.jotpermsunlock == null) { - jotpermsunlock = 'unlock'; - } else { - jotpermsunlock = document.jotpermsunlock; - } if (that.allow_gid.length==0 && that.allow_cid.length==0 && that.deny_gid.length==0 && that.deny_cid.length==0){ that.showall.addClass("selected"); /* jot acl */ - $('#jot-perms-icon').removeClass(jotpermslock).addClass(jotpermsunlock); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); $('.profile-jot-net input').attr('disabled', false); if(typeof editor != 'undefined' && editor != false) { @@ -188,7 +176,7 @@ ACL.prototype.update_view = function(){ } else { that.showall.removeClass("selected"); /* jot acl */ - $('#jot-perms-icon').removeClass(jotpermsunlock).addClass(jotpermslock); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); $('.profile-jot-net input').attr('disabled', 'disabled'); $('#profile-jot-desc').html(' '); diff --git a/view/js/mod_chat.js b/view/js/mod_chat.js index 82957ae44..88c1cf7d8 100644 --- a/view/js/mod_chat.js +++ b/view/js/mod_chat.js @@ -4,11 +4,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_filestorage.js b/view/js/mod_filestorage.js index 82957ae44..88c1cf7d8 100644 --- a/view/js/mod_filestorage.js +++ b/view/js/mod_filestorage.js @@ -4,11 +4,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_mitem.js b/view/js/mod_mitem.js index d33713ee3..979a15297 100644 --- a/view/js/mod_mitem.js +++ b/view/js/mod_mitem.js @@ -10,11 +10,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index d9497af1e..aaa86df40 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -17,11 +17,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index 8cd062f43..fa788280d 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -12,11 +12,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d078d4473..6ee71a1bd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1896,6 +1896,7 @@ img.mail-list-sender-photo { color: #777; } +#jot-perms-icon, .jot-icons { color: $toolicon_colour; } diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index ab8a3f77b..b20644f49 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -70,14 +70,12 @@ {{/if}}
    -
    +
    {{if $showacl}} -
    - {{$bang}} -
    + {{$bang}} {{/if}} {{if $preview}}
    -