From 0eb5dd6d21f380fdfe6679aa3ff4bb172819c5f8 Mon Sep 17 00:00:00 2001 From: Wave72 Date: Thu, 7 Jan 2016 11:08:19 +0100 Subject: [PATCH 1/8] In Hubzilla messages.po is hmessages.po --- doc/Translations.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/Translations.md b/doc/Translations.md index d0fe489f3..6f938148d 100644 --- a/doc/Translations.md +++ b/doc/Translations.md @@ -32,23 +32,23 @@ The location of the translated files in the source tree is /view/LNG-CODE/ where LNG-CODE is the language code used, e.g. de for German or fr for French. For the email templates (the *.tpl files) just place them into the directory -and you are done. The translated strings come as a "messages.po" file from +and you are done. The translated strings come as a "hmessages.po" file from transifex which needs to be translated into the PHP file Red uses. To do so, place the file in the directory mentioned above and use the "po2php" utility from the util directory of your Red installation. Assuming you want to convert the German localization which is placed in -view/de/messages.po you would do the following. +view/de/hmessages.po you would do the following. 1. Navigate at the command prompt to the base directory of your Red installation 2. Execute the po2php script, which will place the translation - in the strings.php file that is used by Red. + in the hstrings.php file that is used by Red. - $> php util/po2php.php view/de/messages.po + $> php util/po2php.php view/de/hmessages.po - The output of the script will be placed at view/de/strings.php where + The output of the script will be placed at view/de/hstrings.php where froemdoca os expecting it, so you can test your translation mmediately. 3. Visit your Red page to check if it still works in the language you @@ -59,7 +59,7 @@ view/de/messages.po you would do the following. not give any output if the file is ok but might give a hint for searching the bug in the file. - $> php view/de/strings.php + $> php view/de/hstrings.php 4. commit the two files with a meaningful commit message to your git repository, push it to your fork of the Red repository at github and From 242da95eed745d274d03887d50793f7bfa593409 Mon Sep 17 00:00:00 2001 From: Wave72 Date: Thu, 7 Jan 2016 11:24:31 +0100 Subject: [PATCH 2/8] Wrong branding in Translations doc --- doc/Translations.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/doc/Translations.md b/doc/Translations.md index 6f938148d..226fa2e1a 100644 --- a/doc/Translations.md +++ b/doc/Translations.md @@ -4,13 +4,13 @@ Translating the $Projectname Translation Process ------------------- -The strings used in the UI of Red is translated at [Transifex][1] and then +The strings used in the UI of Hubzilla is translated at [Transifex][1] and then included in the git repository at github. If you want to help with translation -for any language, be it correcting terms or translating Red to a +for any language, be it correcting terms or translating Hubzilla to a currently not supported language, please register an account at transifex.com -and contact the Red translation team there. +and contact the Redmatrix translation team there. -Translating Red is simple. Just use the online tool at transifex. If you +Translating Hubzilla is simple. Just use the online tool at transifex. If you don't want to deal with git & co. that is fine, we check the status of the translations regularly and import them into the source tree at github so that others can use them. @@ -26,32 +26,32 @@ tree. If you want to get your work into the source tree yourself, feel free to do so and contact us with and question that arises. The process is simple and -Red ships with all the tools necessary. +Hubzilla ships with all the tools necessary. The location of the translated files in the source tree is /view/LNG-CODE/ where LNG-CODE is the language code used, e.g. de for German or fr for French. For the email templates (the *.tpl files) just place them into the directory and you are done. The translated strings come as a "hmessages.po" file from -transifex which needs to be translated into the PHP file Red uses. To do +transifex which needs to be translated into the PHP file Hubzilla uses. To do so, place the file in the directory mentioned above and use the "po2php" -utility from the util directory of your Red installation. +utility from the util directory of your Hubzilla installation. Assuming you want to convert the German localization which is placed in view/de/hmessages.po you would do the following. 1. Navigate at the command prompt to the base directory of your - Red installation + Hubzilla installation 2. Execute the po2php script, which will place the translation - in the hstrings.php file that is used by Red. + in the hstrings.php file that is used by Hubzilla. $> php util/po2php.php view/de/hmessages.po The output of the script will be placed at view/de/hstrings.php where froemdoca os expecting it, so you can test your translation mmediately. -3. Visit your Red page to check if it still works in the language you +3. Visit your Hubzilla page to check if it still works in the language you just translated. If not try to find the error, most likely PHP will give you a hint in the log/warnings.about the error. @@ -62,16 +62,16 @@ view/de/hmessages.po you would do the following. $> php view/de/hstrings.php 4. commit the two files with a meaningful commit message to your git - repository, push it to your fork of the Red repository at github and + repository, push it to your fork of the Hubzilla repository at github and issue a pull request for that commit. Utilities --------- Additional to the po2php script there are some more utilities for translation -in the "util" directory of the Red source tree. If you only want to -translate Red into another language you wont need any of these tools most -likely but it gives you an idea how the translation process of Red +in the "util" directory of the Hubzilla source tree. If you only want to +translate Hubzilla into another language you wont need any of these tools most +likely but it gives you an idea how the translation process of Hubzilla works. For further information see the utils/README file. @@ -79,7 +79,7 @@ For further information see the utils/README file. Known Problems -------------- -* Red uses the language setting of the visitors browser to determain the +* Hubzilla uses the language setting of the visitors browser to determain the language for the UI. Most of the time this works, but there are some known quirks. * the early translations are based on the friendica translations, if you From 100412267ad5d193d2131e3fa89090846267b72d Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 7 Jan 2016 12:47:46 -0800 Subject: [PATCH 3/8] extra security headers, revert or fix if functionality is blocked --- boot.php | 15 +++++++++++++++ version.inc | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 4c2cff09b..152fb426b 100755 --- a/boot.php +++ b/boot.php @@ -874,6 +874,11 @@ class App { } } + function get_scheme() { + return $this->scheme; + } + + function get_hostname() { return $this->hostname; } @@ -2121,6 +2126,16 @@ function construct_page(&$a) { $profile = $a->profile; header("Content-type: text/html; charset=utf-8"); + if($a->get_scheme() === 'https') + header("Strict-Transport-Security: max-age=31536000"); + + header("Content-Security-Policy: script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"); + + if($a->config['system']['x_security_headers']) { + header("X-Frame-Options: SAMEORIGIN"); + header("X-Xss-Protection: 1; mode=block;"); + header("X-Content-Type-Options: nosniff"); + } require_once(theme_include( ((x($a->page, 'template')) ? $a->page['template'] : 'default' ) . '.php' ) diff --git a/version.inc b/version.inc index be2d3de4a..9846c0954 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-01-06.1270H +2016-01-07.1271H From 3c8818417798aaa5791f8581059883ad6431a0eb Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 7 Jan 2016 14:06:51 -0800 Subject: [PATCH 4/8] optional support for public key pinning --- boot.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boot.php b/boot.php index 152fb426b..f58709384 100755 --- a/boot.php +++ b/boot.php @@ -2126,6 +2126,9 @@ function construct_page(&$a) { $profile = $a->profile; header("Content-type: text/html; charset=utf-8"); + + // security headers - see https://securityheaders.io + if($a->get_scheme() === 'https') header("Strict-Transport-Security: max-age=31536000"); @@ -2137,6 +2140,10 @@ function construct_page(&$a) { header("X-Content-Type-Options: nosniff"); } + if($a->config['system']['public_key_pins']) { + header("Public-Key-Pins: " . $a->config['system']['public_key_pins']); + } + require_once(theme_include( ((x($a->page, 'template')) ? $a->page['template'] : 'default' ) . '.php' ) ); From bf99906386a7503de83d9683dd58cd7821456a18 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 7 Jan 2016 14:27:06 -0800 Subject: [PATCH 5/8] provide admin toggle to disable delivery reports --- doc/hidden_configs.bb | 2 ++ include/ItemObject.php | 2 +- include/notifier.php | 2 +- include/zot.php | 3 +++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/hidden_configs.bb b/doc/hidden_configs.bb index 8376187d1..b3ad91aa9 100644 --- a/doc/hidden_configs.bb +++ b/doc/hidden_configs.bb @@ -60,6 +60,8 @@ This document assumes you're an administrator. Allow the @mention tagging of anyone whether you are connected or not. [b]system > directorytags[/b] Set the number of keyword tags displayed on the directory page. + [b]system > disable_dreport[/b] + If '1', don't store or link to delivery reports [b]system > startpage[/b] Set the default page to be taken to after a login for all channels at this website. Can be overwritten by user settings. diff --git a/include/ItemObject.php b/include/ItemObject.php index 8be99d91e..1b7b2ce78 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -264,7 +264,7 @@ class Item extends BaseObject { if($keep_reports === 0) $keep_reports = 30; - if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC',"now - $keep_reports days")) > 0) + if((! get_config('system','disable_dreport')) && strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC',"now - $keep_reports days")) > 0) $dreport = t('Delivery Report'); if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC','now - 12 hours')) > 0) diff --git a/include/notifier.php b/include/notifier.php index 32d702cb5..5260e629f 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -578,7 +578,7 @@ function notifier_run($argv, $argc){ )); // only create delivery reports for normal undeleted items - if(is_array($target_item) && array_key_exists('postopts',$target_item) && (! $target_item['item_deleted'])) { + if(is_array($target_item) && array_key_exists('postopts',$target_item) && (! $target_item['item_deleted']) && (! get_config('system','disable_dreport'))) { q("insert into dreport ( dreport_mid, dreport_site, dreport_recip, dreport_result, dreport_time, dreport_xchan, dreport_queue ) values ( '%s','%s','%s','%s','%s','%s','%s' ) ", dbesc($target_item['mid']), dbesc($hub['hubloc_host']), diff --git a/include/zot.php b/include/zot.php index a644bbd06..beaa54126 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3924,6 +3924,9 @@ function check_zotinfo($channel,$locations,&$ret) { function delivery_report_is_storable($dr) { + if(get_config('system','disable_dreport')) + return false; + call_hooks('dreport_is_storable',$dr); // let plugins accept or reject - if neither, continue on From 1c982315dd2d1886432eaece7c7ccb8d385640ae Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 7 Jan 2016 20:04:13 -0800 Subject: [PATCH 6/8] issue #251 --- mod/item.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/item.php b/mod/item.php index eecc3a9ac..b6d00e030 100644 --- a/mod/item.php +++ b/mod/item.php @@ -720,8 +720,7 @@ function item_post(&$a) { $datarray = array(); - $item_thead_top = ((! $parent) ? 1 : 0); - + $item_thread_top = ((! $parent) ? 1 : 0); if ((! $plink) && ($item_thread_top)) { $plink = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $mid; From b00c22916a0eefd464833ff6debad6f0684fad36 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 9 Jan 2016 14:02:58 -0800 Subject: [PATCH 7/8] fix relative urls on some Diaspora profile photos --- include/network.php | 4 + util/hmessages.po | 13566 +++++++++++++++++++++--------------------- version.inc | 2 +- 3 files changed, 6793 insertions(+), 6779 deletions(-) diff --git a/include/network.php b/include/network.php index 859a60650..e09908d31 100644 --- a/include/network.php +++ b/include/network.php @@ -1144,6 +1144,10 @@ function discover_by_webbie($webbie) { dbesc($addr) ); + // fix relative urls + if($vcard['photo'] && (strpos($vcard['photo'],'http') !== 0)) + $vcard['photo'] = $diaspora_base . '/' . $vcard['photo']; + /** * * Diaspora communications are notoriously unreliable and receiving profile update messages (indeed any messages) diff --git a/util/hmessages.po b/util/hmessages.po index a301a2f78..daa4d5bc6 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2016-01-01.1264\n" +"Project-Id-Version: 2016-01-08.1272H\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-01 00:03-0800\n" +"POT-Creation-Date: 2016-01-08 00:03-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,10 +17,124 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/Contact.php:101 ../../include/identity.php:947 -#: ../../include/widgets.php:137 ../../include/widgets.php:175 -#: ../../include/conversation.php:953 ../../mod/match.php:64 -#: ../../mod/directory.php:318 ../../mod/suggest.php:52 +#: ../../Zotlabs/Zot/Auth.php:140 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." +msgstr "" + +#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72 +#: ../../mod/openid.php:179 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "" + +#: ../../boot.php:1304 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../boot.php:1307 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../boot.php:1474 +msgid "" +"Create an account to access services and applications within the Hubzilla" +msgstr "" + +#: ../../boot.php:1475 ../../include/nav.php:149 ../../mod/register.php:226 +msgid "Register" +msgstr "" + +#: ../../boot.php:1492 ../../include/nav.php:82 ../../include/nav.php:114 +msgid "Logout" +msgstr "" + +#: ../../boot.php:1493 ../../include/apps.php:131 ../../include/nav.php:111 +msgid "Login" +msgstr "" + +#: ../../boot.php:1495 ../../include/contact_selectors.php:79 +#: ../../mod/admin.php:891 ../../mod/admin.php:900 ../../mod/id.php:15 +#: ../../mod/id.php:16 +msgid "Email" +msgstr "" + +#: ../../boot.php:1496 +msgid "Password" +msgstr "" + +#: ../../boot.php:1497 +msgid "Remember me" +msgstr "" + +#: ../../boot.php:1497 ../../include/dir_fns.php:141 +#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143 +#: ../../mod/admin.php:421 ../../mod/api.php:102 ../../mod/connedit.php:641 +#: ../../mod/connedit.php:690 ../../mod/events.php:447 +#: ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:626 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 +msgid "No" +msgstr "" + +#: ../../boot.php:1497 ../../include/dir_fns.php:141 +#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143 +#: ../../mod/admin.php:423 ../../mod/api.php:101 ../../mod/events.php:447 +#: ../../mod/events.php:448 ../../mod/events.php:457 +#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 +#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/mitem.php:154 +#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 +#: ../../mod/photos.php:626 ../../mod/removeme.php:60 +#: ../../mod/settings.php:577 ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:129 +msgid "Yes" +msgstr "" + +#: ../../boot.php:1500 +msgid "Forgot your password?" +msgstr "" + +#: ../../boot.php:1501 ../../mod/lostpass.php:86 +msgid "Password Reset" +msgstr "" + +#: ../../boot.php:2120 +msgid "toggle mobile" +msgstr "" + +#: ../../boot.php:2272 +msgid "Website SSL certificate is not valid. Please correct." +msgstr "" + +#: ../../boot.php:2275 +#, php-format +msgid "[hubzilla] Website SSL error for %s" +msgstr "" + +#: ../../boot.php:2312 +msgid "Cron/Scheduled tasks not running." +msgstr "" + +#: ../../boot.php:2313 ../../include/datetime.php:263 +msgid "never" +msgstr "" + +#: ../../boot.php:2316 +#, php-format +msgid "[hubzilla] Cron tasks not running on %s" +msgstr "" + +#: ../../include/Contact.php:101 ../../include/conversation.php:953 +#: ../../include/identity.php:947 ../../include/widgets.php:137 +#: ../../include/widgets.php:175 ../../mod/directory.php:318 +#: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" msgstr "" @@ -37,465 +151,324 @@ msgstr "" msgid "User '%s' deleted" msgstr "" -#: ../../include/chat.php:23 -msgid "Missing room name" +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." msgstr "" -#: ../../include/chat.php:32 -msgid "Duplicate room name" -msgstr "" - -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." -msgstr "" - -#: ../../include/chat.php:122 -msgid "Room not found." -msgstr "" - -#: ../../include/chat.php:133 ../../include/items.php:4405 -#: ../../include/photos.php:29 ../../include/attach.php:140 -#: ../../include/attach.php:188 ../../include/attach.php:251 -#: ../../include/attach.php:265 ../../include/attach.php:272 -#: ../../include/attach.php:337 ../../include/attach.php:351 -#: ../../include/attach.php:358 ../../include/attach.php:436 -#: ../../include/attach.php:888 ../../include/attach.php:959 -#: ../../include/attach.php:1111 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/group.php:9 ../../mod/item.php:206 -#: ../../mod/item.php:214 ../../mod/item.php:1050 ../../mod/common.php:35 -#: ../../mod/achievements.php:30 ../../mod/rate.php:111 -#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/id.php:71 -#: ../../mod/like.php:177 ../../mod/page.php:31 ../../mod/page.php:86 -#: ../../mod/mood.php:112 ../../mod/new_channel.php:68 -#: ../../mod/new_channel.php:99 ../../mod/setup.php:227 -#: ../../mod/bookmarks.php:48 ../../mod/poke.php:133 -#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 -#: ../../mod/connedit.php:352 ../../mod/editwebpage.php:64 -#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 -#: ../../mod/editwebpage.php:125 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/fsuggest.php:78 ../../mod/sources.php:66 -#: ../../mod/notifications.php:66 ../../mod/invite.php:13 -#: ../../mod/invite.php:87 ../../mod/profile_photo.php:341 -#: ../../mod/profile_photo.php:354 ../../mod/thing.php:271 -#: ../../mod/thing.php:291 ../../mod/thing.php:328 ../../mod/editblock.php:65 -#: ../../mod/network.php:12 ../../mod/pdledit.php:21 ../../mod/register.php:72 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/settings.php:568 ../../mod/webpages.php:69 -#: ../../mod/appman.php:66 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/locs.php:83 ../../mod/regmod.php:17 -#: ../../mod/channel.php:100 ../../mod/channel.php:214 -#: ../../mod/channel.php:254 ../../mod/photos.php:70 ../../mod/editpost.php:13 -#: ../../mod/chat.php:94 ../../mod/chat.php:99 ../../mod/viewsrc.php:14 -#: ../../mod/authtest.php:13 ../../mod/connections.php:29 -#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/mail.php:126 -#: ../../mod/service_limits.php:7 ../../mod/suggest.php:26 -#: ../../mod/events.php:260 ../../mod/message.php:16 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/mitem.php:111 ../../mod/sharedwithme.php:7 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../index.php:182 ../../index.php:365 -msgid "Permission denied." -msgstr "" - -#: ../../include/chat.php:143 -msgid "Room is full" -msgstr "" - -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../include/import.php:44 ../../include/Import/import_diaspora.php:42 +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 msgid "Unable to create a unique channel address. Import failed." msgstr "" -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." +#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 +msgid "Import completed." msgstr "" -#: ../../include/import.php:80 ../../mod/import.php:139 -msgid "Cloned channel not found. Import failed." +#: ../../include/ItemObject.php:89 ../../include/conversation.php:664 +msgid "Private Message" msgstr "" -#: ../../include/text.php:394 -msgid "prev" +#: ../../include/ItemObject.php:100 ../../include/RedDAV/RedBrowser.php:240 +#: ../../include/apps.php:259 ../../include/menu.php:108 +#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 +#: ../../mod/blocks.php:153 ../../mod/connections.php:235 +#: ../../mod/connections.php:248 ../../mod/connections.php:267 +#: ../../mod/editblock.php:135 ../../mod/editlayout.php:134 +#: ../../mod/editpost.php:112 ../../mod/editwebpage.php:176 +#: ../../mod/layouts.php:183 ../../mod/menu.php:108 ../../mod/settings.php:648 +#: ../../mod/thing.php:257 ../../mod/webpages.php:181 +msgid "Edit" msgstr "" -#: ../../include/text.php:396 -msgid "first" +#: ../../include/ItemObject.php:120 ../../include/RedDAV/RedBrowser.php:241 +#: ../../include/apps.php:260 ../../include/conversation.php:657 +#: ../../mod/admin.php:895 ../../mod/admin.php:1054 ../../mod/blocks.php:155 +#: ../../mod/connedit.php:557 ../../mod/editblock.php:181 +#: ../../mod/editlayout.php:179 ../../mod/editwebpage.php:223 +#: ../../mod/group.php:173 ../../mod/photos.php:1126 +#: ../../mod/settings.php:649 ../../mod/thing.php:258 +#: ../../mod/webpages.php:183 +msgid "Delete" msgstr "" -#: ../../include/text.php:425 -msgid "last" +#: ../../include/ItemObject.php:126 ../../include/conversation.php:656 +msgid "Select" msgstr "" -#: ../../include/text.php:428 -msgid "next" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" msgstr "" -#: ../../include/text.php:438 -msgid "older" +#: ../../include/ItemObject.php:151 +msgid "I will attend" msgstr "" -#: ../../include/text.php:440 -msgid "newer" +#: ../../include/ItemObject.php:151 +msgid "I will not attend" msgstr "" -#: ../../include/text.php:803 -msgid "No connections" +#: ../../include/ItemObject.php:151 +msgid "I might attend" msgstr "" -#: ../../include/text.php:815 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" +#: ../../include/ItemObject.php:161 +msgid "I agree" +msgstr "" + +#: ../../include/ItemObject.php:161 +msgid "I disagree" +msgstr "" + +#: ../../include/ItemObject.php:161 +msgid "I abstain" +msgstr "" + +#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 +#: ../../include/conversation.php:1697 ../../mod/photos.php:1079 +#: ../../mod/photos.php:1091 +msgid "View all" +msgstr "" + +#: ../../include/ItemObject.php:179 ../../include/conversation.php:1721 +#: ../../include/identity.php:1258 ../../include/taxonomy.php:414 +#: ../../mod/photos.php:1083 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" msgstr[0] "" msgstr[1] "" -#: ../../include/text.php:828 ../../mod/viewconnections.php:101 -msgid "View Connections" -msgstr "" - -#: ../../include/text.php:885 ../../include/text.php:897 -#: ../../include/nav.php:159 ../../include/apps.php:147 -#: ../../mod/search.php:40 -msgid "Search" -msgstr "" - -#: ../../include/text.php:886 ../../include/text.php:898 -#: ../../include/widgets.php:192 ../../mod/rbmark.php:28 -#: ../../mod/rbmark.php:100 ../../mod/admin.php:1454 ../../mod/admin.php:1474 -#: ../../mod/filer.php:49 -msgid "Save" -msgstr "" - -#: ../../include/text.php:972 -msgid "poke" -msgstr "" - -#: ../../include/text.php:972 ../../include/conversation.php:243 -msgid "poked" -msgstr "" - -#: ../../include/text.php:973 -msgid "ping" -msgstr "" - -#: ../../include/text.php:973 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:974 -msgid "prod" -msgstr "" - -#: ../../include/text.php:974 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:975 -msgid "slap" -msgstr "" - -#: ../../include/text.php:975 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:976 -msgid "finger" -msgstr "" - -#: ../../include/text.php:976 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:977 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:977 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:987 -msgid "happy" -msgstr "" - -#: ../../include/text.php:988 -msgid "sad" -msgstr "" - -#: ../../include/text.php:989 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:990 -msgid "tired" -msgstr "" - -#: ../../include/text.php:991 -msgid "perky" -msgstr "" - -#: ../../include/text.php:992 -msgid "angry" -msgstr "" - -#: ../../include/text.php:993 -msgid "stupefied" -msgstr "" - -#: ../../include/text.php:994 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:995 -msgid "interested" -msgstr "" - -#: ../../include/text.php:996 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:997 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:998 -msgid "alive" -msgstr "" - -#: ../../include/text.php:999 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:1000 -msgid "anxious" -msgstr "" +#: ../../include/ItemObject.php:184 ../../include/conversation.php:1724 +#: ../../mod/photos.php:1088 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1001 -msgid "cranky" +#: ../../include/ItemObject.php:212 +msgid "Add Star" msgstr "" -#: ../../include/text.php:1002 -msgid "disturbed" +#: ../../include/ItemObject.php:213 +msgid "Remove Star" msgstr "" -#: ../../include/text.php:1003 -msgid "frustrated" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" msgstr "" -#: ../../include/text.php:1004 -msgid "depressed" +#: ../../include/ItemObject.php:218 +msgid "starred" msgstr "" -#: ../../include/text.php:1005 -msgid "motivated" +#: ../../include/ItemObject.php:227 ../../include/conversation.php:671 +msgid "Message signature validated" msgstr "" -#: ../../include/text.php:1006 -msgid "relaxed" +#: ../../include/ItemObject.php:228 ../../include/conversation.php:672 +msgid "Message signature incorrect" msgstr "" -#: ../../include/text.php:1007 -msgid "surprised" +#: ../../include/ItemObject.php:236 +msgid "Add Tag" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:70 -msgid "Monday" +#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023 +msgid "I like this (toggle)" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:71 -msgid "Tuesday" +#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328 +msgid "like" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:72 -msgid "Wednesday" +#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:73 -msgid "Thursday" +#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329 +msgid "dislike" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:74 -msgid "Friday" +#: ../../include/ItemObject.php:259 +msgid "Share This" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:75 -msgid "Saturday" +#: ../../include/ItemObject.php:259 +msgid "share" msgstr "" -#: ../../include/text.php:1179 ../../include/js_strings.php:69 -msgid "Sunday" +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" msgstr "" -#: ../../include/text.php:1183 ../../include/js_strings.php:45 -msgid "January" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:46 -msgid "February" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:47 -msgid "March" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:48 -msgid "April" -msgstr "" - -#: ../../include/text.php:1183 -msgid "May" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:50 -msgid "June" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:51 -msgid "July" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:52 -msgid "August" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:53 -msgid "September" -msgstr "" - -#: ../../include/text.php:1183 ../../include/js_strings.php:54 -msgid "October" -msgstr "" +#: ../../include/ItemObject.php:286 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1183 ../../include/js_strings.php:55 -msgid "November" +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/text.php:1183 ../../include/js_strings.php:56 -msgid "December" +#: ../../include/ItemObject.php:319 +msgid "to" msgstr "" -#: ../../include/text.php:1260 ../../include/text.php:1264 -msgid "Unknown Attachment" +#: ../../include/ItemObject.php:320 +msgid "via" msgstr "" -#: ../../include/text.php:1266 ../../include/RedDAV/RedBrowser.php:237 -#: ../../mod/sharedwithme.php:97 -msgid "Size" +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/text.php:1266 -msgid "unknown" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/text.php:1302 -msgid "remove category" +#: ../../include/ItemObject.php:334 ../../include/conversation.php:719 +#, php-format +msgid "from %s" msgstr "" -#: ../../include/text.php:1379 -msgid "remove from file" +#: ../../include/ItemObject.php:337 ../../include/conversation.php:722 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../include/text.php:1410 ../../include/event.php:22 -#: ../../include/bb2diaspora.php:465 -msgid "l F d, Y \\@ g:i A" +#: ../../include/ItemObject.php:338 ../../include/conversation.php:723 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../include/text.php:1414 ../../include/event.php:30 -#: ../../include/bb2diaspora.php:471 -msgid "Starts:" +#: ../../include/ItemObject.php:362 +msgid "Save Bookmarks" msgstr "" -#: ../../include/text.php:1418 ../../include/event.php:40 -#: ../../include/bb2diaspora.php:479 -msgid "Finishes:" +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" msgstr "" -#: ../../include/text.php:1425 ../../include/event.php:52 -#: ../../include/identity.php:998 ../../include/bb2diaspora.php:487 -#: ../../mod/directory.php:304 -msgid "Location:" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" msgstr "" -#: ../../include/text.php:1521 ../../include/text.php:1532 -msgid "Click to open/close" +#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/text.php:1716 ../../mod/events.php:623 -msgid "Link to Source" +#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/text.php:1737 ../../include/text.php:1809 -msgid "default" +#: ../../include/ItemObject.php:384 ../../include/acl_selectors.php:252 +#: ../../mod/photos.php:1215 +msgid "Close" msgstr "" -#: ../../include/text.php:1745 -msgid "Page layout" +#: ../../include/ItemObject.php:389 ../../include/conversation.php:740 +#: ../../include/conversation.php:1227 ../../mod/editblock.php:150 +#: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 +#: ../../mod/editwebpage.php:190 ../../mod/photos.php:1026 +msgid "Please wait" msgstr "" -#: ../../include/text.php:1745 -msgid "You can create your own with the layouts tool" +#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7 +msgid "[+] show all" msgstr "" -#: ../../include/text.php:1787 -msgid "Page content type" +#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042 +#: ../../mod/photos.php:1160 +msgid "This is you" msgstr "" -#: ../../include/text.php:1821 -msgid "Select an alternate language" +#: ../../include/ItemObject.php:696 ../../include/js_strings.php:6 +#: ../../mod/photos.php:1044 ../../mod/photos.php:1162 +msgid "Comment" msgstr "" -#: ../../include/text.php:1940 ../../include/conversation.php:120 -#: ../../mod/tagger.php:43 ../../mod/like.php:361 ../../mod/subthread.php:83 -msgid "photo" +#: ../../include/ItemObject.php:697 ../../include/js_strings.php:22 +#: ../../include/widgets.php:679 ../../include/widgets.php:691 +#: ../../mod/admin.php:453 ../../mod/admin.php:596 ../../mod/admin.php:888 +#: ../../mod/admin.php:1052 ../../mod/admin.php:1189 ../../mod/admin.php:1383 +#: ../../mod/admin.php:1468 ../../mod/appman.php:99 ../../mod/chat.php:184 +#: ../../mod/chat.php:213 ../../mod/connect.php:93 ../../mod/connedit.php:721 +#: ../../mod/events.php:461 ../../mod/events.php:658 +#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 +#: ../../mod/group.php:81 ../../mod/import.php:527 +#: ../../mod/import_items.php:122 ../../mod/invite.php:142 +#: ../../mod/locs.php:116 ../../mod/mail.php:380 ../../mod/mitem.php:231 +#: ../../mod/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:58 +#: ../../mod/photos.php:637 ../../mod/photos.php:1005 +#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/poke.php:171 +#: ../../mod/profiles.php:675 ../../mod/rate.php:168 +#: ../../mod/settings.php:586 ../../mod/settings.php:698 +#: ../../mod/settings.php:726 ../../mod/settings.php:749 +#: ../../mod/settings.php:834 ../../mod/settings.php:1023 +#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/thing.php:313 ../../mod/thing.php:359 +#: ../../mod/xchan.php:11 ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" msgstr "" -#: ../../include/text.php:1943 ../../include/event.php:904 -#: ../../include/conversation.php:123 ../../mod/tagger.php:47 -#: ../../mod/like.php:363 ../../mod/events.php:249 -msgid "event" +#: ../../include/ItemObject.php:698 ../../include/conversation.php:1199 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 +#: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177 +msgid "Bold" msgstr "" -#: ../../include/text.php:1946 ../../include/conversation.php:148 -#: ../../mod/like.php:361 ../../mod/subthread.php:83 -msgid "status" +#: ../../include/ItemObject.php:699 ../../include/conversation.php:1200 +#: ../../mod/editblock.php:137 ../../mod/editlayout.php:136 +#: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178 +msgid "Italic" msgstr "" -#: ../../include/text.php:1948 ../../include/conversation.php:150 -#: ../../mod/tagger.php:53 -msgid "comment" +#: ../../include/ItemObject.php:700 ../../include/conversation.php:1201 +#: ../../mod/editblock.php:138 ../../mod/editlayout.php:137 +#: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179 +msgid "Underline" msgstr "" -#: ../../include/text.php:1953 -msgid "activity" +#: ../../include/ItemObject.php:701 ../../include/conversation.php:1202 +#: ../../mod/editblock.php:139 ../../mod/editlayout.php:138 +#: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180 +msgid "Quote" msgstr "" -#: ../../include/text.php:2248 -msgid "Design Tools" +#: ../../include/ItemObject.php:702 ../../include/conversation.php:1203 +#: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 +#: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181 +msgid "Code" msgstr "" -#: ../../include/text.php:2251 ../../mod/blocks.php:147 -msgid "Blocks" +#: ../../include/ItemObject.php:703 +msgid "Image" msgstr "" -#: ../../include/text.php:2252 ../../mod/menu.php:103 -msgid "Menus" +#: ../../include/ItemObject.php:704 +msgid "Insert Link" msgstr "" -#: ../../include/text.php:2253 ../../mod/layouts.php:174 -msgid "Layouts" +#: ../../include/ItemObject.php:705 +msgid "Video" msgstr "" -#: ../../include/text.php:2254 -msgid "Pages" +#: ../../include/ItemObject.php:706 ../../include/conversation.php:1169 +#: ../../include/page_widgets.php:40 ../../mod/editblock.php:171 +#: ../../mod/editpost.php:149 ../../mod/editwebpage.php:212 +#: ../../mod/events.php:458 ../../mod/photos.php:1046 +#: ../../mod/webpages.php:188 +msgid "Preview" msgstr "" -#: ../../include/text.php:2606 ../../include/RedDAV/RedBrowser.php:131 -msgid "Collection" +#: ../../include/ItemObject.php:709 ../../include/conversation.php:1257 +#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 +msgid "Encrypt text" msgstr "" #: ../../include/RedDAV/RedBrowser.php:107 @@ -503,6 +476,10 @@ msgstr "" msgid "parent" msgstr "" +#: ../../include/RedDAV/RedBrowser.php:131 ../../include/text.php:2606 +msgid "Collection" +msgstr "" + #: ../../include/RedDAV/RedBrowser.php:134 msgid "Principal" msgstr "" @@ -523,15 +500,15 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:164 ../../include/widgets.php:1330 -#: ../../include/conversation.php:1027 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../mod/photos.php:754 +#: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360 +#: ../../include/apps.php:415 ../../include/conversation.php:1027 +#: ../../include/widgets.php:1334 ../../mod/photos.php:754 #: ../../mod/photos.php:1195 msgid "Unknown" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:226 ../../include/conversation.php:1629 -#: ../../include/nav.php:93 ../../include/apps.php:135 +#: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135 +#: ../../include/conversation.php:1629 ../../include/nav.php:93 #: ../../mod/fbrowser.php:109 msgid "Files" msgstr "" @@ -546,19 +523,19 @@ msgstr "" #: ../../include/RedDAV/RedBrowser.php:230 #: ../../include/RedDAV/RedBrowser.php:303 ../../mod/blocks.php:152 -#: ../../mod/new_channel.php:121 ../../mod/webpages.php:180 #: ../../mod/layouts.php:175 ../../mod/menu.php:114 +#: ../../mod/new_channel.php:133 ../../mod/webpages.php:180 msgid "Create" msgstr "" #: ../../include/RedDAV/RedBrowser.php:231 -#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1343 -#: ../../mod/profile_photo.php:453 ../../mod/photos.php:781 -#: ../../mod/photos.php:1316 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1347 +#: ../../mod/photos.php:781 ../../mod/photos.php:1316 +#: ../../mod/profile_photo.php:453 msgid "Upload" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:986 +#: ../../include/RedDAV/RedBrowser.php:235 ../../mod/admin.php:1060 #: ../../mod/settings.php:588 ../../mod/settings.php:614 #: ../../mod/sharedwithme.php:95 msgid "Name" @@ -568,33 +545,15 @@ msgstr "" msgid "Type" msgstr "" +#: ../../include/RedDAV/RedBrowser.php:237 ../../include/text.php:1266 +#: ../../mod/sharedwithme.php:97 +msgid "Size" +msgstr "" + #: ../../include/RedDAV/RedBrowser.php:238 ../../mod/sharedwithme.php:98 msgid "Last Modified" msgstr "" -#: ../../include/RedDAV/RedBrowser.php:240 ../../include/menu.php:108 -#: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../include/ItemObject.php:100 ../../include/apps.php:259 -#: ../../mod/blocks.php:153 ../../mod/editwebpage.php:176 -#: ../../mod/thing.php:257 ../../mod/editblock.php:135 -#: ../../mod/editlayout.php:134 ../../mod/settings.php:648 -#: ../../mod/webpages.php:181 ../../mod/layouts.php:183 -#: ../../mod/editpost.php:112 ../../mod/connections.php:235 -#: ../../mod/connections.php:248 ../../mod/connections.php:267 -#: ../../mod/menu.php:108 -msgid "Edit" -msgstr "" - -#: ../../include/RedDAV/RedBrowser.php:241 ../../include/conversation.php:657 -#: ../../include/ItemObject.php:120 ../../include/apps.php:260 -#: ../../mod/group.php:173 ../../mod/blocks.php:155 ../../mod/connedit.php:551 -#: ../../mod/editwebpage.php:223 ../../mod/thing.php:258 -#: ../../mod/editblock.php:181 ../../mod/admin.php:821 ../../mod/admin.php:980 -#: ../../mod/editlayout.php:179 ../../mod/settings.php:649 -#: ../../mod/webpages.php:183 ../../mod/photos.php:1126 -msgid "Delete" -msgstr "" - #: ../../include/RedDAV/RedBrowser.php:282 #, php-format msgid "You are using %1$s of your available file storage." @@ -617,741 +576,81 @@ msgstr "" msgid "Upload file" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/account.php:27 +msgid "Not a valid email address" msgstr "" -#: ../../include/js_strings.php:6 ../../include/ItemObject.php:696 -#: ../../mod/photos.php:1044 ../../mod/photos.php:1162 -msgid "Comment" +#: ../../include/account.php:29 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../include/js_strings.php:7 ../../include/ItemObject.php:413 -msgid "[+] show all" +#: ../../include/account.php:35 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../include/js_strings.php:8 -msgid "[-] show less" +#: ../../include/account.php:67 +msgid "An invitation is required." msgstr "" -#: ../../include/js_strings.php:9 -msgid "[+] expand" +#: ../../include/account.php:71 +msgid "Invitation could not be verified." msgstr "" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" +#: ../../include/account.php:121 +msgid "Please enter the required information." msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/account.php:188 +msgid "Failed to store account information." msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" -msgstr "" - -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -msgid "everybody" -msgstr "" - -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" -msgstr "" - -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" -msgstr "" - -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." -msgstr "" - -#: ../../include/js_strings.php:17 -msgid "close all" -msgstr "" - -#: ../../include/js_strings.php:18 -msgid "Nothing new here" -msgstr "" - -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" -msgstr "" - -#: ../../include/js_strings.php:20 ../../mod/rate.php:157 -#: ../../mod/connedit.php:694 -msgid "Rating" -msgstr "" - -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" -msgstr "" - -#: ../../include/js_strings.php:22 ../../include/widgets.php:676 -#: ../../include/widgets.php:688 ../../include/ItemObject.php:697 -#: ../../mod/filestorage.php:156 ../../mod/group.php:81 -#: ../../mod/connect.php:93 ../../mod/rate.php:168 ../../mod/mood.php:135 -#: ../../mod/setup.php:331 ../../mod/setup.php:371 ../../mod/pconfig.php:108 -#: ../../mod/poke.php:171 ../../mod/profiles.php:675 -#: ../../mod/connedit.php:715 ../../mod/fsuggest.php:108 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 -#: ../../mod/import.php:527 ../../mod/invite.php:142 ../../mod/thing.php:313 -#: ../../mod/thing.php:359 ../../mod/import_items.php:122 -#: ../../mod/pdledit.php:58 ../../mod/admin.php:447 ../../mod/admin.php:814 -#: ../../mod/admin.php:978 ../../mod/admin.php:1115 ../../mod/admin.php:1309 -#: ../../mod/admin.php:1394 ../../mod/settings.php:586 -#: ../../mod/settings.php:698 ../../mod/settings.php:726 -#: ../../mod/settings.php:749 ../../mod/settings.php:834 -#: ../../mod/settings.php:1023 ../../mod/appman.php:99 ../../mod/locs.php:116 -#: ../../mod/xchan.php:11 ../../mod/photos.php:637 ../../mod/photos.php:1005 -#: ../../mod/photos.php:1045 ../../mod/photos.php:1163 ../../mod/chat.php:184 -#: ../../mod/chat.php:213 ../../mod/mail.php:380 ../../mod/events.php:461 -#: ../../mod/events.php:658 ../../mod/mitem.php:231 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" -msgstr "" - -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" -msgstr "" - -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" -msgstr "" - -#: ../../include/js_strings.php:25 ../../mod/pubsites.php:28 -#: ../../mod/profiles.php:464 ../../mod/events.php:452 -msgid "Location" -msgstr "" - -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" -msgstr "" - -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" -msgstr "" - -#: ../../include/js_strings.php:29 -msgid "ago" -msgstr "" - -#: ../../include/js_strings.php:30 -msgid "from now" -msgstr "" - -#: ../../include/js_strings.php:31 -msgid "less than a minute" -msgstr "" - -#: ../../include/js_strings.php:32 -msgid "about a minute" -msgstr "" - -#: ../../include/js_strings.php:33 +#: ../../include/account.php:248 #, php-format -msgid "%d minutes" +msgid "Registration confirmation for %s" msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" -msgstr "" - -#: ../../include/js_strings.php:35 +#: ../../include/account.php:314 #, php-format -msgid "about %d hours" +msgid "Registration request at %s" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../include/account.php:316 ../../include/account.php:343 +#: ../../include/account.php:403 ../../include/network.php:1655 +msgid "Administrator" msgstr "" -#: ../../include/js_strings.php:37 +#: ../../include/account.php:338 +msgid "your registration password" +msgstr "" + +#: ../../include/account.php:341 ../../include/account.php:401 #, php-format -msgid "%d days" +msgid "Registration details for %s" msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../include/account.php:410 +msgid "Account approved." msgstr "" -#: ../../include/js_strings.php:39 +#: ../../include/account.php:449 #, php-format -msgid "%d months" +msgid "Registration revoked for %s" msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../include/account.php:494 +msgid "Account verified. Please login." msgstr "" -#: ../../include/js_strings.php:41 -#, php-format -msgid "%d years" +#: ../../include/account.php:707 ../../include/account.php:709 +msgid "Click here to upgrade." msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../include/account.php:715 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" -msgstr "" - -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" -msgstr "" - -#: ../../include/js_strings.php:57 -msgid "Jan" -msgstr "" - -#: ../../include/js_strings.php:58 -msgid "Feb" -msgstr "" - -#: ../../include/js_strings.php:59 -msgid "Mar" -msgstr "" - -#: ../../include/js_strings.php:60 -msgid "Apr" -msgstr "" - -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" -msgstr "" - -#: ../../include/js_strings.php:62 -msgid "Jun" -msgstr "" - -#: ../../include/js_strings.php:63 -msgid "Jul" -msgstr "" - -#: ../../include/js_strings.php:64 -msgid "Aug" -msgstr "" - -#: ../../include/js_strings.php:65 -msgid "Sep" -msgstr "" - -#: ../../include/js_strings.php:66 -msgid "Oct" -msgstr "" - -#: ../../include/js_strings.php:67 -msgid "Nov" -msgstr "" - -#: ../../include/js_strings.php:68 -msgid "Dec" -msgstr "" - -#: ../../include/js_strings.php:76 -msgid "Sun" -msgstr "" - -#: ../../include/js_strings.php:77 -msgid "Mon" -msgstr "" - -#: ../../include/js_strings.php:78 -msgid "Tue" -msgstr "" - -#: ../../include/js_strings.php:79 -msgid "Wed" -msgstr "" - -#: ../../include/js_strings.php:80 -msgid "Thu" -msgstr "" - -#: ../../include/js_strings.php:81 -msgid "Fri" -msgstr "" - -#: ../../include/js_strings.php:82 -msgid "Sat" -msgstr "" - -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" -msgstr "" - -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" -msgstr "" - -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" -msgstr "" - -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" -msgstr "" - -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" -msgstr "" - -#: ../../include/Import/import_diaspora.php:17 -msgid "No username found in import file." -msgstr "" - -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:487 -msgid "Import completed." -msgstr "" - -#: ../../include/comanche.php:34 ../../mod/admin.php:356 -msgid "Default" -msgstr "" - -#: ../../include/items.php:423 ../../mod/group.php:68 ../../mod/like.php:280 -#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/subthread.php:58 -#: ../../mod/import_items.php:114 ../../mod/profperm.php:23 -#: ../../index.php:364 -msgid "Permission denied" -msgstr "" - -#: ../../include/items.php:1130 ../../include/items.php:1176 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:1373 -msgid "Visible to anybody on the internet." -msgstr "" - -#: ../../include/items.php:1375 -msgid "Visible to you only." -msgstr "" - -#: ../../include/items.php:1377 -msgid "Visible to anybody in this network." -msgstr "" - -#: ../../include/items.php:1379 -msgid "Visible to anybody authenticated." -msgstr "" - -#: ../../include/items.php:1381 -#, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1383 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1385 -msgid "Visible to approved connections." -msgstr "" - -#: ../../include/items.php:1387 -msgid "Visible to specific connections." -msgstr "" - -#: ../../include/items.php:4326 ../../mod/filestorage.php:27 -#: ../../mod/display.php:36 ../../mod/thing.php:86 ../../mod/admin.php:129 -#: ../../mod/admin.php:1017 ../../mod/admin.php:1222 ../../mod/viewsrc.php:20 -msgid "Item not found." -msgstr "" - -#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:4854 -msgid "Collection is empty." -msgstr "" - -#: ../../include/items.php:4861 -#, php-format -msgid "Collection: %s" -msgstr "" - -#: ../../include/items.php:4871 ../../mod/connedit.php:683 -#, php-format -msgid "Connection: %s" -msgstr "" - -#: ../../include/items.php:4873 -msgid "Connection not found." -msgstr "" - -#: ../../include/event.php:768 -msgid "This event has been added to your calendar." -msgstr "" - -#: ../../include/event.php:967 -msgid "Not specified" -msgstr "" - -#: ../../include/event.php:968 -msgid "Needs Action" -msgstr "" - -#: ../../include/event.php:969 -msgid "Completed" -msgstr "" - -#: ../../include/event.php:970 -msgid "In Process" -msgstr "" - -#: ../../include/event.php:971 -msgid "Cancelled" -msgstr "" - -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" -msgstr "" - -#: ../../include/identity.php:66 -msgid "Empty name" -msgstr "" - -#: ../../include/identity.php:69 -msgid "Name too long" -msgstr "" - -#: ../../include/identity.php:181 -msgid "No account identifier" -msgstr "" - -#: ../../include/identity.php:193 -msgid "Nickname is required." -msgstr "" - -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." -msgstr "" - -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "" - -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" -msgstr "" - -#: ../../include/identity.php:346 -msgid "Default Profile" -msgstr "" - -#: ../../include/identity.php:390 ../../include/identity.php:391 -#: ../../include/identity.php:398 ../../include/widgets.php:430 -#: ../../include/profile_selectors.php:80 ../../mod/connedit.php:573 -#: ../../mod/settings.php:338 ../../mod/settings.php:342 -#: ../../mod/settings.php:343 ../../mod/settings.php:346 -#: ../../mod/settings.php:357 -msgid "Friends" -msgstr "" - -#: ../../include/identity.php:770 -msgid "Requested channel is not available." -msgstr "" - -#: ../../include/identity.php:816 ../../mod/filestorage.php:54 -#: ../../mod/connect.php:13 ../../mod/achievements.php:11 -#: ../../mod/blocks.php:29 ../../mod/hcard.php:8 ../../mod/editwebpage.php:28 -#: ../../mod/profile.php:16 ../../mod/editblock.php:29 -#: ../../mod/editlayout.php:27 ../../mod/webpages.php:29 -#: ../../mod/layouts.php:29 -msgid "Requested profile is not available." -msgstr "" - -#: ../../include/identity.php:960 ../../mod/profiles.php:782 -msgid "Change profile photo" -msgstr "" - -#: ../../include/identity.php:966 -msgid "Profiles" -msgstr "" - -#: ../../include/identity.php:966 -msgid "Manage/edit profiles" -msgstr "" - -#: ../../include/identity.php:967 ../../mod/profiles.php:783 -msgid "Create New Profile" -msgstr "" - -#: ../../include/identity.php:970 ../../include/nav.php:90 -msgid "Edit Profile" -msgstr "" - -#: ../../include/identity.php:982 ../../mod/profiles.php:794 -msgid "Profile Image" -msgstr "" - -#: ../../include/identity.php:985 -msgid "visible to everybody" -msgstr "" - -#: ../../include/identity.php:986 ../../mod/profiles.php:677 -#: ../../mod/profiles.php:798 -msgid "Edit visibility" -msgstr "" - -#: ../../include/identity.php:1002 ../../include/identity.php:1242 -msgid "Gender:" -msgstr "" - -#: ../../include/identity.php:1003 ../../include/identity.php:1286 -msgid "Status:" -msgstr "" - -#: ../../include/identity.php:1004 ../../include/identity.php:1297 -msgid "Homepage:" -msgstr "" - -#: ../../include/identity.php:1005 -msgid "Online Now" -msgstr "" - -#: ../../include/identity.php:1089 ../../include/identity.php:1167 -#: ../../mod/ping.php:318 -msgid "g A l F d" -msgstr "" - -#: ../../include/identity.php:1090 ../../include/identity.php:1168 -msgid "F d" -msgstr "" - -#: ../../include/identity.php:1135 ../../include/identity.php:1207 -#: ../../mod/ping.php:341 -msgid "[today]" -msgstr "" - -#: ../../include/identity.php:1146 -msgid "Birthday Reminders" -msgstr "" - -#: ../../include/identity.php:1147 -msgid "Birthdays this week:" -msgstr "" - -#: ../../include/identity.php:1200 -msgid "[No description]" -msgstr "" - -#: ../../include/identity.php:1218 -msgid "Event Reminders" -msgstr "" - -#: ../../include/identity.php:1219 -msgid "Events this week:" -msgstr "" - -#: ../../include/identity.php:1232 ../../include/identity.php:1349 -#: ../../include/apps.php:138 ../../mod/profperm.php:112 -msgid "Profile" -msgstr "" - -#: ../../include/identity.php:1240 ../../mod/settings.php:1029 -msgid "Full Name:" -msgstr "" - -#: ../../include/identity.php:1247 -msgid "Like this channel" -msgstr "" - -#: ../../include/identity.php:1258 ../../include/taxonomy.php:414 -#: ../../include/conversation.php:1721 ../../include/ItemObject.php:179 -#: ../../mod/photos.php:1083 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/identity.php:1271 -msgid "j F, Y" -msgstr "" - -#: ../../include/identity.php:1272 -msgid "j F" -msgstr "" - -#: ../../include/identity.php:1279 -msgid "Birthday:" -msgstr "" - -#: ../../include/identity.php:1283 ../../mod/directory.php:299 -msgid "Age:" -msgstr "" - -#: ../../include/identity.php:1292 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../include/identity.php:1295 ../../mod/profiles.php:699 -msgid "Sexual Preference:" -msgstr "" - -#: ../../include/identity.php:1299 ../../mod/profiles.php:701 -#: ../../mod/directory.php:315 -msgid "Hometown:" -msgstr "" - -#: ../../include/identity.php:1301 -msgid "Tags:" -msgstr "" - -#: ../../include/identity.php:1303 ../../mod/profiles.php:702 -msgid "Political Views:" -msgstr "" - -#: ../../include/identity.php:1305 -msgid "Religion:" -msgstr "" - -#: ../../include/identity.php:1307 ../../mod/directory.php:317 -msgid "About:" -msgstr "" - -#: ../../include/identity.php:1309 -msgid "Hobbies/Interests:" -msgstr "" - -#: ../../include/identity.php:1311 ../../mod/profiles.php:705 -msgid "Likes:" -msgstr "" - -#: ../../include/identity.php:1313 ../../mod/profiles.php:706 -msgid "Dislikes:" -msgstr "" - -#: ../../include/identity.php:1315 -msgid "Contact information and Social Networks:" -msgstr "" - -#: ../../include/identity.php:1317 -msgid "My other channels:" -msgstr "" - -#: ../../include/identity.php:1319 -msgid "Musical interests:" -msgstr "" - -#: ../../include/identity.php:1321 -msgid "Books, literature:" -msgstr "" - -#: ../../include/identity.php:1323 -msgid "Television:" -msgstr "" - -#: ../../include/identity.php:1325 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../include/identity.php:1327 -msgid "Love/Romance:" -msgstr "" - -#: ../../include/identity.php:1329 -msgid "Work/employment:" -msgstr "" - -#: ../../include/identity.php:1331 -msgid "School/education:" -msgstr "" - -#: ../../include/identity.php:1351 -msgid "Like this thing" -msgstr "" - -#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 -msgid "Tags" -msgstr "" - -#: ../../include/taxonomy.php:282 ../../include/widgets.php:36 -#: ../../include/contact_widgets.php:95 -msgid "Categories" -msgstr "" - -#: ../../include/taxonomy.php:305 -msgid "Keywords" -msgstr "" - -#: ../../include/taxonomy.php:326 -msgid "have" -msgstr "" - -#: ../../include/taxonomy.php:326 -msgid "has" -msgstr "" - -#: ../../include/taxonomy.php:327 -msgid "want" -msgstr "" - -#: ../../include/taxonomy.php:327 -msgid "wants" -msgstr "" - -#: ../../include/taxonomy.php:328 ../../include/ItemObject.php:254 -msgid "like" -msgstr "" - -#: ../../include/taxonomy.php:328 -msgid "likes" -msgstr "" - -#: ../../include/taxonomy.php:329 ../../include/ItemObject.php:255 -msgid "dislike" -msgstr "" - -#: ../../include/taxonomy.php:329 -msgid "dislikes" -msgstr "" - -#: ../../include/photos.php:112 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:119 -msgid "Image file is empty." -msgstr "" - -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -msgid "Unable to process image" -msgstr "" - -#: ../../include/photos.php:257 -msgid "Photo storage failed." -msgstr "" - -#: ../../include/photos.php:297 -msgid "a new photo" -msgstr "" - -#: ../../include/photos.php:301 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" -msgstr "" - -#: ../../include/photos.php:506 ../../include/conversation.php:1625 -msgid "Photo Albums" -msgstr "" - -#: ../../include/photos.php:510 -msgid "Upload New Photos" +#: ../../include/account.php:720 +msgid "This action is not available under your subscription plan." msgstr "" #: ../../include/acl_selectors.php:218 @@ -1370,17 +669,12 @@ msgstr "" msgid "Other networks and post services" msgstr "" -#: ../../include/acl_selectors.php:251 ../../mod/filestorage.php:147 -#: ../../mod/thing.php:310 ../../mod/thing.php:356 ../../mod/photos.php:631 -#: ../../mod/photos.php:998 ../../mod/chat.php:211 +#: ../../include/acl_selectors.php:251 ../../mod/chat.php:211 +#: ../../mod/filestorage.php:147 ../../mod/photos.php:631 +#: ../../mod/photos.php:998 ../../mod/thing.php:310 ../../mod/thing.php:356 msgid "Permissions" msgstr "" -#: ../../include/acl_selectors.php:252 ../../include/ItemObject.php:384 -#: ../../mod/photos.php:1215 -msgid "Close" -msgstr "" - #: ../../include/activities.php:42 msgid " and " msgstr "" @@ -1404,6 +698,182 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" +#: ../../include/api.php:1336 +msgid "Public Timeline" +msgstr "" + +#: ../../include/apps.php:128 +msgid "Site Admin" +msgstr "" + +#: ../../include/apps.php:129 ../../include/conversation.php:1655 +#: ../../include/nav.php:103 +msgid "Bookmarks" +msgstr "" + +#: ../../include/apps.php:130 +msgid "Address Book" +msgstr "" + +#: ../../include/apps.php:132 ../../include/nav.php:200 +#: ../../mod/manage.php:160 +msgid "Channel Manager" +msgstr "" + +#: ../../include/apps.php:133 ../../include/nav.php:174 +msgid "Grid" +msgstr "" + +#: ../../include/apps.php:134 ../../include/nav.php:202 +#: ../../include/widgets.php:557 ../../mod/admin.php:1150 +#: ../../mod/admin.php:1350 +msgid "Settings" +msgstr "" + +#: ../../include/apps.php:136 ../../include/conversation.php:1665 +#: ../../include/nav.php:107 ../../mod/webpages.php:178 +msgid "Webpages" +msgstr "" + +#: ../../include/apps.php:137 ../../include/nav.php:177 +msgid "Channel Home" +msgstr "" + +#: ../../include/apps.php:138 ../../include/identity.php:1232 +#: ../../include/identity.php:1349 ../../mod/profperm.php:112 +msgid "Profile" +msgstr "" + +#: ../../include/apps.php:139 ../../include/conversation.php:1622 +#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "" + +#: ../../include/apps.php:140 ../../include/nav.php:196 +msgid "Events" +msgstr "" + +#: ../../include/apps.php:141 ../../include/nav.php:162 +msgid "Directory" +msgstr "" + +#: ../../include/apps.php:142 ../../include/nav.php:154 ../../mod/help.php:204 +#: ../../mod/help.php:209 ../../mod/layouts.php:176 +msgid "Help" +msgstr "" + +#: ../../include/apps.php:143 ../../include/nav.php:188 +msgid "Mail" +msgstr "" + +#: ../../include/apps.php:144 ../../mod/mood.php:131 +msgid "Mood" +msgstr "" + +#: ../../include/apps.php:145 ../../include/conversation.php:956 +msgid "Poke" +msgstr "" + +#: ../../include/apps.php:146 ../../include/nav.php:97 +msgid "Chat" +msgstr "" + +#: ../../include/apps.php:147 ../../include/nav.php:159 +#: ../../include/text.php:885 ../../include/text.php:897 +#: ../../mod/search.php:40 +msgid "Search" +msgstr "" + +#: ../../include/apps.php:148 +msgid "Probe" +msgstr "" + +#: ../../include/apps.php:149 +msgid "Suggest" +msgstr "" + +#: ../../include/apps.php:150 +msgid "Random Channel" +msgstr "" + +#: ../../include/apps.php:151 +msgid "Invite" +msgstr "" + +#: ../../include/apps.php:152 ../../include/widgets.php:1220 +msgid "Features" +msgstr "" + +#: ../../include/apps.php:153 ../../mod/id.php:28 +msgid "Language" +msgstr "" + +#: ../../include/apps.php:154 +msgid "Post" +msgstr "" + +#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 +#: ../../mod/id.php:19 +msgid "Profile Photo" +msgstr "" + +#: ../../include/apps.php:252 ../../mod/settings.php:84 +#: ../../mod/settings.php:612 +msgid "Update" +msgstr "" + +#: ../../include/apps.php:252 +msgid "Install" +msgstr "" + +#: ../../include/apps.php:257 +msgid "Purchase" +msgstr "" + +#: ../../include/attach.php:140 ../../include/attach.php:188 +#: ../../include/attach.php:251 ../../include/attach.php:265 +#: ../../include/attach.php:272 ../../include/attach.php:337 +#: ../../include/attach.php:351 ../../include/attach.php:358 +#: ../../include/attach.php:436 ../../include/attach.php:888 +#: ../../include/attach.php:959 ../../include/attach.php:1111 +#: ../../include/chat.php:133 ../../include/items.php:4405 +#: ../../include/photos.php:29 ../../index.php:182 ../../index.php:365 +#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/appman.php:66 ../../mod/authtest.php:13 ../../mod/block.php:22 +#: ../../mod/block.php:72 ../../mod/blocks.php:69 ../../mod/blocks.php:76 +#: ../../mod/bookmarks.php:48 ../../mod/channel.php:100 +#: ../../mod/channel.php:214 ../../mod/channel.php:254 ../../mod/chat.php:94 +#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/connections.php:29 +#: ../../mod/connedit.php:352 ../../mod/editblock.php:65 +#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 +#: ../../mod/editpost.php:13 ../../mod/editwebpage.php:64 +#: ../../mod/editwebpage.php:86 ../../mod/editwebpage.php:101 +#: ../../mod/editwebpage.php:125 ../../mod/events.php:260 +#: ../../mod/filestorage.php:18 ../../mod/filestorage.php:73 +#: ../../mod/filestorage.php:88 ../../mod/filestorage.php:115 +#: ../../mod/fsuggest.php:78 ../../mod/group.php:9 ../../mod/id.php:71 +#: ../../mod/invite.php:13 ../../mod/invite.php:87 ../../mod/item.php:206 +#: ../../mod/item.php:214 ../../mod/item.php:1049 ../../mod/layouts.php:69 +#: ../../mod/layouts.php:76 ../../mod/layouts.php:87 ../../mod/like.php:177 +#: ../../mod/locs.php:83 ../../mod/mail.php:126 ../../mod/manage.php:6 +#: ../../mod/menu.php:74 ../../mod/message.php:16 ../../mod/mitem.php:111 +#: ../../mod/mood.php:112 ../../mod/network.php:12 +#: ../../mod/new_channel.php:68 ../../mod/new_channel.php:99 +#: ../../mod/notifications.php:66 ../../mod/page.php:31 ../../mod/page.php:86 +#: ../../mod/pdledit.php:21 ../../mod/photos.php:70 ../../mod/poke.php:133 +#: ../../mod/profile.php:64 ../../mod/profile.php:72 +#: ../../mod/profile_photo.php:341 ../../mod/profile_photo.php:354 +#: ../../mod/profiles.php:198 ../../mod/profiles.php:584 +#: ../../mod/rate.php:111 ../../mod/register.php:72 ../../mod/regmod.php:17 +#: ../../mod/service_limits.php:7 ../../mod/settings.php:568 +#: ../../mod/setup.php:227 ../../mod/sharedwithme.php:7 +#: ../../mod/sources.php:66 ../../mod/suggest.php:26 ../../mod/thing.php:271 +#: ../../mod/thing.php:291 ../../mod/thing.php:328 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/viewsrc.php:14 ../../mod/webpages.php:69 +msgid "Permission denied." +msgstr "" + #: ../../include/attach.php:246 ../../include/attach.php:332 msgid "Item was not found." msgstr "" @@ -1466,971 +936,299 @@ msgstr "" msgid "Empty path" msgstr "" -#: ../../include/notify.php:20 -msgid "created a new post" +#: ../../include/auth.php:132 +msgid "Logged out." msgstr "" -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" +#: ../../include/auth.php:273 +msgid "Failed authentication" msgstr "" -#: ../../include/widgets.php:92 ../../include/nav.php:157 -#: ../../mod/apps.php:36 -msgid "Apps" -msgstr "" - -#: ../../include/widgets.php:93 -msgid "System" -msgstr "" - -#: ../../include/widgets.php:95 ../../include/conversation.php:1526 -msgid "Personal" -msgstr "" - -#: ../../include/widgets.php:96 -msgid "Create Personal App" -msgstr "" - -#: ../../include/widgets.php:97 -msgid "Edit Personal App" -msgstr "" - -#: ../../include/widgets.php:139 ../../mod/suggest.php:54 -msgid "Ignore/Hide" -msgstr "" - -#: ../../include/widgets.php:144 ../../mod/connections.php:125 -msgid "Suggestions" -msgstr "" - -#: ../../include/widgets.php:145 -msgid "See more..." -msgstr "" - -#: ../../include/widgets.php:166 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." -msgstr "" - -#: ../../include/widgets.php:172 -msgid "Add New Connection" -msgstr "" - -#: ../../include/widgets.php:173 -msgid "Enter the channel address" -msgstr "" - -#: ../../include/widgets.php:174 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: ../../include/widgets.php:190 -msgid "Notes" -msgstr "" - -#: ../../include/widgets.php:266 -msgid "Remove term" -msgstr "" - -#: ../../include/widgets.php:274 ../../include/features.php:72 -msgid "Saved Searches" -msgstr "" - -#: ../../include/widgets.php:275 ../../include/group.php:300 -msgid "add" -msgstr "" - -#: ../../include/widgets.php:304 ../../include/features.php:85 -#: ../../include/contact_widgets.php:57 -msgid "Saved Folders" -msgstr "" - -#: ../../include/widgets.php:307 ../../include/contact_widgets.php:60 -#: ../../include/contact_widgets.php:98 -msgid "Everything" -msgstr "" - -#: ../../include/widgets.php:349 -msgid "Archives" -msgstr "" - -#: ../../include/widgets.php:428 ../../mod/connedit.php:571 -msgid "Me" -msgstr "" - -#: ../../include/widgets.php:429 ../../mod/connedit.php:572 -msgid "Family" -msgstr "" - -#: ../../include/widgets.php:431 ../../mod/connedit.php:574 -msgid "Acquaintances" -msgstr "" - -#: ../../include/widgets.php:432 ../../mod/connedit.php:575 -#: ../../mod/connections.php:88 ../../mod/connections.php:103 -msgid "All" -msgstr "" - -#: ../../include/widgets.php:451 -msgid "Refresh" -msgstr "" - -#: ../../include/widgets.php:485 -msgid "Account settings" -msgstr "" - -#: ../../include/widgets.php:491 -msgid "Channel settings" -msgstr "" - -#: ../../include/widgets.php:497 -msgid "Additional features" -msgstr "" - -#: ../../include/widgets.php:503 -msgid "Feature/Addon settings" -msgstr "" - -#: ../../include/widgets.php:509 -msgid "Display settings" -msgstr "" - -#: ../../include/widgets.php:515 -msgid "Connected apps" -msgstr "" - -#: ../../include/widgets.php:521 -msgid "Export channel" -msgstr "" - -#: ../../include/widgets.php:530 ../../mod/connedit.php:683 -msgid "Connection Default Permissions" -msgstr "" - -#: ../../include/widgets.php:538 -msgid "Premium Channel Settings" -msgstr "" - -#: ../../include/widgets.php:546 ../../include/features.php:59 -#: ../../mod/sources.php:88 -msgid "Channel Sources" -msgstr "" - -#: ../../include/widgets.php:554 ../../include/nav.php:202 -#: ../../include/apps.php:134 ../../mod/admin.php:1076 -#: ../../mod/admin.php:1276 -msgid "Settings" -msgstr "" - -#: ../../include/widgets.php:568 -msgid "Private Mail Menu" -msgstr "" - -#: ../../include/widgets.php:570 -msgid "Combined View" -msgstr "" - -#: ../../include/widgets.php:575 ../../include/nav.php:191 -msgid "Inbox" -msgstr "" - -#: ../../include/widgets.php:580 ../../include/nav.php:192 -msgid "Outbox" -msgstr "" - -#: ../../include/widgets.php:585 ../../include/nav.php:193 -msgid "New Message" -msgstr "" - -#: ../../include/widgets.php:604 ../../include/widgets.php:616 -msgid "Conversations" -msgstr "" - -#: ../../include/widgets.php:608 -msgid "Received Messages" -msgstr "" - -#: ../../include/widgets.php:612 -msgid "Sent Messages" -msgstr "" - -#: ../../include/widgets.php:626 -msgid "No messages." -msgstr "" - -#: ../../include/widgets.php:644 -msgid "Delete conversation" -msgstr "" - -#: ../../include/widgets.php:670 -msgid "Events Menu" -msgstr "" - -#: ../../include/widgets.php:671 -msgid "Day View" -msgstr "" - -#: ../../include/widgets.php:672 -msgid "Week View" -msgstr "" - -#: ../../include/widgets.php:673 -msgid "Month View" -msgstr "" - -#: ../../include/widgets.php:674 ../../mod/events.php:654 -msgid "Export" -msgstr "" - -#: ../../include/widgets.php:675 ../../mod/events.php:657 -msgid "Import" -msgstr "" - -#: ../../include/widgets.php:685 -msgid "Events Tools" -msgstr "" - -#: ../../include/widgets.php:686 -msgid "Export Calendar" -msgstr "" - -#: ../../include/widgets.php:687 -msgid "Import Calendar" -msgstr "" - -#: ../../include/widgets.php:761 -msgid "Chat Rooms" -msgstr "" - -#: ../../include/widgets.php:781 -msgid "Bookmarked Chatrooms" -msgstr "" - -#: ../../include/widgets.php:801 -msgid "Suggested Chatrooms" -msgstr "" - -#: ../../include/widgets.php:928 ../../include/widgets.php:986 -msgid "photo/image" -msgstr "" - -#: ../../include/widgets.php:1081 ../../include/widgets.php:1083 -msgid "Rate Me" -msgstr "" - -#: ../../include/widgets.php:1087 -msgid "View Ratings" -msgstr "" - -#: ../../include/widgets.php:1098 -msgid "Public Hubs" -msgstr "" - -#: ../../include/widgets.php:1146 -msgid "Forums" -msgstr "" - -#: ../../include/widgets.php:1175 -msgid "Tasks" -msgstr "" - -#: ../../include/widgets.php:1184 -msgid "Documentation" -msgstr "" - -#: ../../include/widgets.php:1186 -msgid "Project/Site Information" -msgstr "" - -#: ../../include/widgets.php:1187 -msgid "For Members" -msgstr "" - -#: ../../include/widgets.php:1188 -msgid "For Administrators" -msgstr "" - -#: ../../include/widgets.php:1189 -msgid "For Developers" -msgstr "" - -#: ../../include/widgets.php:1214 ../../mod/admin.php:446 -msgid "Site" -msgstr "" - -#: ../../include/widgets.php:1215 -msgid "Accounts" -msgstr "" - -#: ../../include/widgets.php:1216 ../../mod/admin.php:977 -msgid "Channels" -msgstr "" - -#: ../../include/widgets.php:1217 ../../mod/admin.php:1074 -#: ../../mod/admin.php:1114 -msgid "Plugins" -msgstr "" - -#: ../../include/widgets.php:1218 ../../mod/admin.php:1274 -#: ../../mod/admin.php:1308 -msgid "Themes" -msgstr "" - -#: ../../include/widgets.php:1219 -msgid "Inspect queue" -msgstr "" - -#: ../../include/widgets.php:1220 -msgid "Profile Config" -msgstr "" - -#: ../../include/widgets.php:1221 -msgid "DB updates" -msgstr "" - -#: ../../include/widgets.php:1239 ../../include/widgets.php:1245 -#: ../../mod/admin.php:1393 -msgid "Logs" -msgstr "" - -#: ../../include/widgets.php:1243 ../../include/nav.php:210 -msgid "Admin" -msgstr "" - -#: ../../include/widgets.php:1244 -msgid "Plugin Features" -msgstr "" - -#: ../../include/widgets.php:1246 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: ../../include/widgets.php:1324 ../../mod/photos.php:748 -#: ../../mod/photos.php:1283 -msgid "View Photo" -msgstr "" - -#: ../../include/widgets.php:1341 ../../mod/photos.php:779 -msgid "Edit Album" +#: ../../include/auth.php:287 ../../mod/openid.php:189 +msgid "Login failed." msgstr "" #: ../../include/bb2diaspora.php:376 msgid "Attachments:" msgstr "" +#: ../../include/bb2diaspora.php:465 ../../include/event.php:22 +#: ../../include/text.php:1410 +msgid "l F d, Y \\@ g:i A" +msgstr "" + #: ../../include/bb2diaspora.php:467 msgid "$Projectname event notification:" msgstr "" +#: ../../include/bb2diaspora.php:471 ../../include/event.php:30 +#: ../../include/text.php:1414 +msgid "Starts:" +msgstr "" + +#: ../../include/bb2diaspora.php:479 ../../include/event.php:40 +#: ../../include/text.php:1418 +msgid "Finishes:" +msgstr "" + +#: ../../include/bb2diaspora.php:487 ../../include/event.php:52 +#: ../../include/identity.php:998 ../../include/text.php:1425 +#: ../../mod/directory.php:304 +msgid "Location:" +msgstr "" + +#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 +#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 +#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 +#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 +#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 +#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 +#: ../../include/bbcode.php:833 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 +msgid "Encrypted content" +msgstr "" + +#: ../../include/bbcode.php:179 +#, php-format +msgid "Install %s element: " +msgstr "" + +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." +msgstr "" + +#: ../../include/bbcode.php:193 ../../mod/impel.php:37 +msgid "webpage" +msgstr "" + +#: ../../include/bbcode.php:196 ../../mod/impel.php:47 +msgid "layout" +msgstr "" + +#: ../../include/bbcode.php:199 ../../mod/impel.php:42 +msgid "block" +msgstr "" + +#: ../../include/bbcode.php:202 ../../mod/impel.php:54 +msgid "menu" +msgstr "" + +#: ../../include/bbcode.php:257 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:547 +msgid "Different viewers will see this text differently" +msgstr "" + +#: ../../include/bbcode.php:755 +msgid "$1 spoiler" +msgstr "" + +#: ../../include/bbcode.php:782 +msgid "$1 wrote:" +msgstr "" + #: ../../include/bookmarks.php:35 #, php-format msgid "%1$s's bookmarks" msgstr "" -#: ../../include/features.php:38 -msgid "General Features" +#: ../../include/chat.php:23 +msgid "Missing room name" msgstr "" -#: ../../include/features.php:40 -msgid "Content Expiration" +#: ../../include/chat.php:32 +msgid "Duplicate room name" msgstr "" -#: ../../include/features.php:40 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." msgstr "" -#: ../../include/features.php:41 -msgid "Multiple Profiles" +#: ../../include/chat.php:122 +msgid "Room not found." msgstr "" -#: ../../include/features.php:41 -msgid "Ability to create multiple profiles" +#: ../../include/chat.php:143 +msgid "Room is full" msgstr "" -#: ../../include/features.php:42 -msgid "Advanced Profiles" +#: ../../include/comanche.php:34 ../../mod/admin.php:362 +msgid "Default" msgstr "" -#: ../../include/features.php:42 -msgid "Additional profile sections and selections" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" msgstr "" -#: ../../include/features.php:43 -msgid "Profile Import/Export" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" msgstr "" -#: ../../include/features.php:43 -msgid "Save and load profile details across sites/channels" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" msgstr "" -#: ../../include/features.php:44 -msgid "Web Pages" +#: ../../include/contact_selectors.php:59 +msgid "Daily" msgstr "" -#: ../../include/features.php:44 -msgid "Provide managed web pages on your channel" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" msgstr "" -#: ../../include/features.php:45 -msgid "Private Notes" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" msgstr "" -#: ../../include/features.php:45 -msgid "Enables a tool to store notes and reminders" +#: ../../include/contact_selectors.php:76 +msgid "Friendica" msgstr "" -#: ../../include/features.php:46 -msgid "Navigation Channel Select" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" msgstr "" -#: ../../include/features.php:46 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" msgstr "" -#: ../../include/features.php:47 -msgid "Photo Location" +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" msgstr "" -#: ../../include/features.php:47 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/contact_selectors.php:81 +msgid "Facebook" msgstr "" -#: ../../include/features.php:49 -msgid "Expert Mode" +#: ../../include/contact_selectors.php:82 +msgid "Zot!" msgstr "" -#: ../../include/features.php:49 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" msgstr "" -#: ../../include/features.php:50 -msgid "Premium Channel" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" msgstr "" -#: ../../include/features.php:50 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/contact_selectors.php:85 +msgid "MySpace" msgstr "" -#: ../../include/features.php:55 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:57 -msgid "Use Markdown" -msgstr "" - -#: ../../include/features.php:57 -msgid "Allow use of \"Markdown\" to format posts" -msgstr "" - -#: ../../include/features.php:58 -msgid "Large Photos" -msgstr "" - -#: ../../include/features.php:58 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" -msgstr "" - -#: ../../include/features.php:59 -msgid "Automatically import channel content from other channels or feeds" -msgstr "" - -#: ../../include/features.php:60 -msgid "Even More Encryption" -msgstr "" - -#: ../../include/features.php:60 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" -msgstr "" - -#: ../../include/features.php:61 -msgid "Enable Voting Tools" -msgstr "" - -#: ../../include/features.php:61 -msgid "Provide a class of post which others can vote on" -msgstr "" - -#: ../../include/features.php:62 -msgid "Delayed Posting" -msgstr "" - -#: ../../include/features.php:62 -msgid "Allow posts to be published at a later date" -msgstr "" - -#: ../../include/features.php:63 -msgid "Suppress Duplicate Posts/Comments" -msgstr "" - -#: ../../include/features.php:63 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." -msgstr "" - -#: ../../include/features.php:69 -msgid "Network and Stream Filtering" -msgstr "" - -#: ../../include/features.php:70 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:70 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:71 -msgid "Collections Filter" -msgstr "" - -#: ../../include/features.php:71 -msgid "Enable widget to display Network posts only from selected collections" -msgstr "" - -#: ../../include/features.php:72 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:73 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:73 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:74 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:74 -msgid "Enable tab to display all new Network activity" -msgstr "" - -#: ../../include/features.php:75 -msgid "Affinity Tool" -msgstr "" - -#: ../../include/features.php:75 -msgid "Filter stream activity by depth of relationships" -msgstr "" - -#: ../../include/features.php:76 -msgid "Connection Filtering" -msgstr "" - -#: ../../include/features.php:76 -msgid "Filter incoming posts from connections based on keywords/content" -msgstr "" - -#: ../../include/features.php:77 -msgid "Suggest Channels" -msgstr "" - -#: ../../include/features.php:77 -msgid "Show channel suggestions" -msgstr "" - -#: ../../include/features.php:82 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:83 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:83 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:84 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:84 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:85 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:86 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:86 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:87 -msgid "Star Posts" -msgstr "" - -#: ../../include/features.php:87 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/features.php:88 -msgid "Tag Cloud" -msgstr "" - -#: ../../include/features.php:88 -msgid "Provide a personal tag cloud on your channel page" -msgstr "" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Transgender" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Intersex" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Neuter" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "" - -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 ../../include/permissions.php:871 -msgid "Other" -msgstr "" - -#: ../../include/profile_selectors.php:6 -msgid "Undecided" -msgstr "" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" -msgstr "" - -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Gay" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "No Preference" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Deviant" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Fetish" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Oodles" -msgstr "" - -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Lonely" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Available" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Has crush" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Casual" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Engaged" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Partners" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Common law" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Happy" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Not looking" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Swinger" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Unstable" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" -msgstr "" - -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Don't care" -msgstr "" - -#: ../../include/profile_selectors.php:80 -msgid "Ask me" -msgstr "" - -#: ../../include/datetime.php:48 -msgid "Miscellaneous" -msgstr "" - -#: ../../include/datetime.php:132 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: ../../include/datetime.php:236 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 -msgid "Required" -msgstr "" - -#: ../../include/datetime.php:263 ../../boot.php:2291 -msgid "never" -msgstr "" - -#: ../../include/datetime.php:269 -msgid "less than a second ago" -msgstr "" - -#: ../../include/datetime.php:272 -msgid "year" -msgstr "" - -#: ../../include/datetime.php:272 -msgid "years" -msgstr "" - -#: ../../include/datetime.php:273 -msgid "month" -msgstr "" - -#: ../../include/datetime.php:273 -msgid "months" -msgstr "" - -#: ../../include/datetime.php:274 -msgid "week" -msgstr "" - -#: ../../include/datetime.php:274 -msgid "weeks" -msgstr "" - -#: ../../include/datetime.php:275 -msgid "day" -msgstr "" - -#: ../../include/datetime.php:275 -msgid "days" -msgstr "" - -#: ../../include/datetime.php:276 -msgid "hour" -msgstr "" - -#: ../../include/datetime.php:276 -msgid "hours" -msgstr "" - -#: ../../include/datetime.php:277 -msgid "minute" -msgstr "" - -#: ../../include/datetime.php:277 -msgid "minutes" -msgstr "" - -#: ../../include/datetime.php:278 -msgid "second" -msgstr "" - -#: ../../include/datetime.php:278 -msgid "seconds" -msgstr "" - -#: ../../include/datetime.php:286 +#: ../../include/contact_widgets.php:14 #, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:457 +msgid "Advanced" msgstr "" -#: ../../include/datetime.php:520 +#: ../../include/contact_widgets.php:22 +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:26 ../../mod/connections.php:266 +#: ../../mod/directory.php:381 ../../mod/directory.php:386 +msgid "Find" +msgstr "" + +#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 +#: ../../mod/suggest.php:60 +msgid "Channel Suggestions" +msgstr "" + +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "" + +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "" + +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" +msgstr "" + +#: ../../include/contact_widgets.php:57 ../../include/features.php:92 +#: ../../include/widgets.php:304 +msgid "Saved Folders" +msgstr "" + +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:307 +msgid "Everything" +msgstr "" + +#: ../../include/contact_widgets.php:95 ../../include/taxonomy.php:282 +#: ../../include/widgets.php:36 +msgid "Categories" +msgstr "" + +#: ../../include/contact_widgets.php:128 #, php-format -msgid "%1$s's birthday" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:133 +msgid "show more" msgstr "" -#: ../../include/datetime.php:521 -#, php-format -msgid "Happy Birthday %1$s" +#: ../../include/conversation.php:120 ../../include/text.php:1940 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 ../../mod/tagger.php:43 +msgid "photo" msgstr "" -#: ../../include/api.php:1336 -msgid "Public Timeline" +#: ../../include/conversation.php:123 ../../include/event.php:904 +#: ../../include/text.php:1943 ../../mod/events.php:249 ../../mod/like.php:363 +#: ../../mod/tagger.php:47 +msgid "event" msgstr "" #: ../../include/conversation.php:126 ../../mod/like.php:113 msgid "channel" msgstr "" +#: ../../include/conversation.php:148 ../../include/text.php:1946 +#: ../../mod/like.php:361 ../../mod/subthread.php:83 +msgid "status" +msgstr "" + +#: ../../include/conversation.php:150 ../../include/text.php:1948 +#: ../../mod/tagger.php:53 +msgid "comment" +msgstr "" + #: ../../include/conversation.php:164 ../../mod/like.php:410 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -2451,6 +1249,10 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" +#: ../../include/conversation.php:243 ../../include/text.php:972 +msgid "poked" +msgstr "" + #: ../../include/conversation.php:260 ../../mod/mood.php:63 #, php-format msgctxt "mood" @@ -2497,22 +1299,6 @@ msgctxt "title" msgid "Might attend" msgstr "" -#: ../../include/conversation.php:656 ../../include/ItemObject.php:126 -msgid "Select" -msgstr "" - -#: ../../include/conversation.php:664 ../../include/ItemObject.php:89 -msgid "Private Message" -msgstr "" - -#: ../../include/conversation.php:671 ../../include/ItemObject.php:227 -msgid "Message signature validated" -msgstr "" - -#: ../../include/conversation.php:672 ../../include/ItemObject.php:228 -msgid "Message signature incorrect" -msgstr "" - #: ../../include/conversation.php:691 #, php-format msgid "View %s's profile @ %s" @@ -2526,32 +1312,10 @@ msgstr "" msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:719 ../../include/ItemObject.php:334 -#, php-format -msgid "from %s" -msgstr "" - -#: ../../include/conversation.php:722 ../../include/ItemObject.php:337 -#, php-format -msgid "last edited: %s" -msgstr "" - -#: ../../include/conversation.php:723 ../../include/ItemObject.php:338 -#, php-format -msgid "Expires: %s" -msgstr "" - #: ../../include/conversation.php:738 msgid "View in context" msgstr "" -#: ../../include/conversation.php:740 ../../include/conversation.php:1227 -#: ../../include/ItemObject.php:389 ../../mod/editwebpage.php:190 -#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 -#: ../../mod/photos.php:1026 ../../mod/editpost.php:129 -msgid "Please wait" -msgstr "" - #: ../../include/conversation.php:850 msgid "remove" msgstr "" @@ -2581,7 +1345,7 @@ msgid "View Status" msgstr "" #: ../../include/conversation.php:950 ../../include/nav.php:86 -#: ../../mod/connedit.php:498 +#: ../../mod/connedit.php:504 msgid "View Profile" msgstr "" @@ -2601,10 +1365,6 @@ msgstr "" msgid "Send PM" msgstr "" -#: ../../include/conversation.php:956 ../../include/apps.php:145 -msgid "Poke" -msgstr "" - #: ../../include/conversation.php:1070 #, php-format msgid "%s likes this." @@ -2684,17 +1444,9 @@ msgstr "" msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1169 ../../include/page_widgets.php:40 -#: ../../include/ItemObject.php:706 ../../mod/editwebpage.php:212 -#: ../../mod/editblock.php:171 ../../mod/webpages.php:188 -#: ../../mod/photos.php:1046 ../../mod/editpost.php:149 -#: ../../mod/events.php:458 -msgid "Preview" -msgstr "" - #: ../../include/conversation.php:1192 ../../mod/blocks.php:154 -#: ../../mod/webpages.php:182 ../../mod/layouts.php:184 -#: ../../mod/photos.php:1025 +#: ../../mod/layouts.php:184 ../../mod/photos.php:1025 +#: ../../mod/webpages.php:182 msgid "Share" msgstr "" @@ -2706,39 +1458,9 @@ msgstr "" msgid "Post as" msgstr "" -#: ../../include/conversation.php:1199 ../../include/ItemObject.php:698 -#: ../../mod/editwebpage.php:177 ../../mod/editblock.php:136 -#: ../../mod/editlayout.php:135 ../../mod/editpost.php:113 -msgid "Bold" -msgstr "" - -#: ../../include/conversation.php:1200 ../../include/ItemObject.php:699 -#: ../../mod/editwebpage.php:178 ../../mod/editblock.php:137 -#: ../../mod/editlayout.php:136 ../../mod/editpost.php:114 -msgid "Italic" -msgstr "" - -#: ../../include/conversation.php:1201 ../../include/ItemObject.php:700 -#: ../../mod/editwebpage.php:179 ../../mod/editblock.php:138 -#: ../../mod/editlayout.php:137 ../../mod/editpost.php:115 -msgid "Underline" -msgstr "" - -#: ../../include/conversation.php:1202 ../../include/ItemObject.php:701 -#: ../../mod/editwebpage.php:180 ../../mod/editblock.php:139 -#: ../../mod/editlayout.php:138 ../../mod/editpost.php:116 -msgid "Quote" -msgstr "" - -#: ../../include/conversation.php:1203 ../../include/ItemObject.php:702 -#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:140 -#: ../../mod/editlayout.php:139 ../../mod/editpost.php:117 -msgid "Code" -msgstr "" - -#: ../../include/conversation.php:1204 ../../mod/editwebpage.php:182 -#: ../../mod/editblock.php:142 ../../mod/editlayout.php:140 -#: ../../mod/editpost.php:118 +#: ../../include/conversation.php:1204 ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:140 ../../mod/editpost.php:118 +#: ../../mod/editwebpage.php:182 msgid "Upload photo" msgstr "" @@ -2746,9 +1468,9 @@ msgstr "" msgid "upload photo" msgstr "" -#: ../../include/conversation.php:1206 ../../mod/editwebpage.php:183 -#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 -#: ../../mod/editpost.php:119 ../../mod/mail.php:248 ../../mod/mail.php:378 +#: ../../include/conversation.php:1206 ../../mod/editblock.php:143 +#: ../../mod/editlayout.php:141 ../../mod/editpost.php:119 +#: ../../mod/editwebpage.php:183 ../../mod/mail.php:248 ../../mod/mail.php:378 msgid "Attach file" msgstr "" @@ -2756,9 +1478,9 @@ msgstr "" msgid "attach file" msgstr "" -#: ../../include/conversation.php:1208 ../../mod/editwebpage.php:184 -#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 -#: ../../mod/editpost.php:120 ../../mod/mail.php:249 ../../mod/mail.php:379 +#: ../../include/conversation.php:1208 ../../mod/editblock.php:144 +#: ../../mod/editlayout.php:142 ../../mod/editpost.php:120 +#: ../../mod/editwebpage.php:184 ../../mod/mail.php:249 ../../mod/mail.php:379 msgid "Insert web link" msgstr "" @@ -2782,9 +1504,9 @@ msgstr "" msgid "audio link" msgstr "" -#: ../../include/conversation.php:1214 ../../mod/editwebpage.php:188 -#: ../../mod/editblock.php:148 ../../mod/editlayout.php:146 -#: ../../mod/editpost.php:124 +#: ../../include/conversation.php:1214 ../../mod/editblock.php:148 +#: ../../mod/editlayout.php:146 ../../mod/editpost.php:124 +#: ../../mod/editwebpage.php:188 msgid "Set your location" msgstr "" @@ -2796,9 +1518,9 @@ msgstr "" msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1219 ../../mod/editwebpage.php:189 -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 -#: ../../mod/editpost.php:125 +#: ../../include/conversation.php:1219 ../../mod/editblock.php:149 +#: ../../mod/editlayout.php:147 ../../mod/editpost.php:125 +#: ../../mod/editwebpage.php:189 msgid "Clear browser location" msgstr "" @@ -2806,20 +1528,20 @@ msgstr "" msgid "clear location" msgstr "" -#: ../../include/conversation.php:1222 ../../mod/editwebpage.php:205 -#: ../../mod/editblock.php:162 ../../mod/editpost.php:141 +#: ../../include/conversation.php:1222 ../../mod/editblock.php:162 +#: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 msgid "Title (optional)" msgstr "" -#: ../../include/conversation.php:1226 ../../mod/editwebpage.php:207 -#: ../../mod/editblock.php:165 ../../mod/editlayout.php:163 -#: ../../mod/editpost.php:143 +#: ../../include/conversation.php:1226 ../../mod/editblock.php:165 +#: ../../mod/editlayout.php:163 ../../mod/editpost.php:143 +#: ../../mod/editwebpage.php:207 msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/conversation.php:1228 ../../mod/editwebpage.php:191 -#: ../../mod/editblock.php:151 ../../mod/editlayout.php:149 -#: ../../mod/editpost.php:130 ../../mod/events.php:459 +#: ../../include/conversation.php:1228 ../../mod/editblock.php:151 +#: ../../mod/editlayout.php:149 ../../mod/editpost.php:130 +#: ../../mod/editwebpage.php:191 ../../mod/events.php:459 msgid "Permission settings" msgstr "" @@ -2827,21 +1549,21 @@ msgstr "" msgid "permissions" msgstr "" -#: ../../include/conversation.php:1237 ../../mod/editwebpage.php:200 -#: ../../mod/editblock.php:159 ../../mod/editlayout.php:156 -#: ../../mod/editpost.php:138 +#: ../../include/conversation.php:1237 ../../mod/editblock.php:159 +#: ../../mod/editlayout.php:156 ../../mod/editpost.php:138 +#: ../../mod/editwebpage.php:200 msgid "Public post" msgstr "" -#: ../../include/conversation.php:1239 ../../mod/editwebpage.php:208 -#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 -#: ../../mod/editpost.php:144 +#: ../../include/conversation.php:1239 ../../mod/editblock.php:166 +#: ../../mod/editlayout.php:164 ../../mod/editpost.php:144 +#: ../../mod/editwebpage.php:208 msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/conversation.php:1252 ../../mod/editwebpage.php:217 -#: ../../mod/editblock.php:176 ../../mod/editlayout.php:173 -#: ../../mod/editpost.php:155 ../../mod/mail.php:253 ../../mod/mail.php:383 +#: ../../include/conversation.php:1252 ../../mod/editblock.php:176 +#: ../../mod/editlayout.php:173 ../../mod/editpost.php:155 +#: ../../mod/editwebpage.php:217 ../../mod/mail.php:253 ../../mod/mail.php:383 msgid "Set expiration date" msgstr "" @@ -2849,19 +1571,14 @@ msgstr "" msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1257 ../../include/ItemObject.php:709 -#: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 -msgid "Encrypt text" -msgstr "" - #: ../../include/conversation.php:1259 ../../mod/editpost.php:159 msgid "OK" msgstr "" -#: ../../include/conversation.php:1260 ../../mod/fbrowser.php:77 -#: ../../mod/fbrowser.php:112 ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 +#: ../../include/conversation.php:1260 ../../mod/editpost.php:160 +#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 #: ../../mod/settings.php:587 ../../mod/settings.php:613 -#: ../../mod/editpost.php:160 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "" @@ -2889,6 +1606,10 @@ msgstr "" msgid "Sort by Post Date" msgstr "" +#: ../../include/conversation.php:1526 ../../include/widgets.php:95 +msgid "Personal" +msgstr "" + #: ../../include/conversation.php:1529 msgid "Posts that mention or involve you" msgstr "" @@ -2918,7 +1639,7 @@ msgstr "" msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1601 ../../mod/admin.php:985 +#: ../../include/conversation.php:1601 ../../mod/admin.php:1059 msgid "Channel" msgstr "" @@ -2934,9 +1655,8 @@ msgstr "" msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1622 ../../include/nav.php:92 -#: ../../include/apps.php:139 ../../mod/fbrowser.php:25 -msgid "Photos" +#: ../../include/conversation.php:1625 ../../include/photos.php:506 +msgid "Photo Albums" msgstr "" #: ../../include/conversation.php:1632 @@ -2947,38 +1667,14 @@ msgstr "" msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1655 ../../include/nav.php:103 -#: ../../include/apps.php:129 -msgid "Bookmarks" -msgstr "" - #: ../../include/conversation.php:1658 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1665 ../../include/nav.php:107 -#: ../../include/apps.php:136 ../../mod/webpages.php:178 -msgid "Webpages" -msgstr "" - #: ../../include/conversation.php:1668 msgid "Manage Webpages" msgstr "" -#: ../../include/conversation.php:1697 ../../include/ItemObject.php:175 -#: ../../include/ItemObject.php:187 ../../mod/photos.php:1079 -#: ../../mod/photos.php:1091 -msgid "View all" -msgstr "" - -#: ../../include/conversation.php:1724 ../../include/ItemObject.php:184 -#: ../../mod/photos.php:1088 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" - #: ../../include/conversation.php:1727 msgctxt "noun" msgid "Attending" @@ -3021,205 +1717,114 @@ msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/auth.php:132 -msgid "Logged out." +#: ../../include/datetime.php:48 +msgid "Miscellaneous" msgstr "" -#: ../../include/auth.php:273 -msgid "Failed authentication" +#: ../../include/datetime.php:132 +msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/auth.php:287 ../../mod/openid.php:189 -msgid "Login failed." +#: ../../include/datetime.php:236 ../../mod/appman.php:91 +#: ../../mod/appman.php:92 ../../mod/events.php:437 ../../mod/events.php:442 +msgid "Required" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" +#: ../../include/datetime.php:269 +msgid "less than a second ago" msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" +#: ../../include/datetime.php:272 +msgid "year" msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" +#: ../../include/datetime.php:272 +msgid "years" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Daily" +#: ../../include/datetime.php:273 +msgid "month" msgstr "" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" +#: ../../include/datetime.php:273 +msgid "months" msgstr "" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" +#: ../../include/datetime.php:274 +msgid "week" msgstr "" -#: ../../include/contact_selectors.php:76 -msgid "Friendica" +#: ../../include/datetime.php:274 +msgid "weeks" msgstr "" -#: ../../include/contact_selectors.php:77 -msgid "OStatus" +#: ../../include/datetime.php:275 +msgid "day" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" +#: ../../include/datetime.php:275 +msgid "days" msgstr "" -#: ../../include/contact_selectors.php:79 ../../mod/id.php:15 -#: ../../mod/id.php:16 ../../mod/admin.php:817 ../../mod/admin.php:826 -#: ../../boot.php:1490 -msgid "Email" +#: ../../include/datetime.php:276 +msgid "hour" msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" +#: ../../include/datetime.php:276 +msgid "hours" msgstr "" -#: ../../include/contact_selectors.php:81 -msgid "Facebook" +#: ../../include/datetime.php:277 +msgid "minute" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "Zot!" +#: ../../include/datetime.php:277 +msgid "minutes" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" +#: ../../include/datetime.php:278 +msgid "second" msgstr "" -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" +#: ../../include/datetime.php:278 +msgid "seconds" msgstr "" -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "" - -#: ../../include/bbcode.php:123 ../../include/bbcode.php:794 -#: ../../include/bbcode.php:797 ../../include/bbcode.php:802 -#: ../../include/bbcode.php:805 ../../include/bbcode.php:808 -#: ../../include/bbcode.php:811 ../../include/bbcode.php:816 -#: ../../include/bbcode.php:819 ../../include/bbcode.php:824 -#: ../../include/bbcode.php:827 ../../include/bbcode.php:830 -#: ../../include/bbcode.php:833 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:162 ../../include/bbcode.php:844 -msgid "Encrypted content" -msgstr "" - -#: ../../include/bbcode.php:179 +#: ../../include/datetime.php:286 #, php-format -msgid "Install %s element: " +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/bbcode.php:183 +#: ../../include/datetime.php:520 #, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +msgid "%1$s's birthday" msgstr "" -#: ../../include/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" -msgstr "" - -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" -msgstr "" - -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" -msgstr "" - -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" -msgstr "" - -#: ../../include/bbcode.php:257 +#: ../../include/datetime.php:521 #, php-format -msgid "%1$s wrote the following %2$s %3$s" +msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/bbcode.php:259 ../../mod/tagger.php:51 -msgid "post" -msgstr "" - -#: ../../include/bbcode.php:547 -msgid "Different viewers will see this text differently" -msgstr "" - -#: ../../include/bbcode.php:755 -msgid "$1 spoiler" -msgstr "" - -#: ../../include/bbcode.php:782 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/contact_widgets.php:14 +#: ../../include/dba/dba_driver.php:141 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:451 -msgid "Advanced" +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../include/dir_fns.php:139 +msgid "Directory Options" msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: ../../include/contact_widgets.php:26 ../../mod/directory.php:381 -#: ../../mod/directory.php:386 ../../mod/connections.php:266 -msgid "Find" -msgstr "" - -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:385 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" -msgstr "" - -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" -msgstr "" - -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" -msgstr "" - -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" -msgstr "" - -#: ../../include/contact_widgets.php:128 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:133 -msgid "show more" +#: ../../include/dir_fns.php:143 +msgid "This Website Only" msgstr "" #: ../../include/enotify.php:57 ../../include/network.php:1608 @@ -3417,6 +2022,298 @@ msgstr "" msgid "[Hubzilla:Notify]" msgstr "" +#: ../../include/event.php:768 +msgid "This event has been added to your calendar." +msgstr "" + +#: ../../include/event.php:967 +msgid "Not specified" +msgstr "" + +#: ../../include/event.php:968 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:969 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:970 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:971 +msgid "Cancelled" +msgstr "" + +#: ../../include/features.php:45 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:47 +msgid "Content Expiration" +msgstr "" + +#: ../../include/features.php:47 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "" + +#: ../../include/features.php:48 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:48 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:49 +msgid "Advanced Profiles" +msgstr "" + +#: ../../include/features.php:49 +msgid "Additional profile sections and selections" +msgstr "" + +#: ../../include/features.php:50 +msgid "Profile Import/Export" +msgstr "" + +#: ../../include/features.php:50 +msgid "Save and load profile details across sites/channels" +msgstr "" + +#: ../../include/features.php:51 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:51 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:52 +msgid "Private Notes" +msgstr "" + +#: ../../include/features.php:52 +msgid "Enables a tool to store notes and reminders" +msgstr "" + +#: ../../include/features.php:53 +msgid "Navigation Channel Select" +msgstr "" + +#: ../../include/features.php:53 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "" + +#: ../../include/features.php:54 +msgid "Photo Location" +msgstr "" + +#: ../../include/features.php:54 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "" + +#: ../../include/features.php:56 +msgid "Expert Mode" +msgstr "" + +#: ../../include/features.php:56 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "" + +#: ../../include/features.php:57 +msgid "Premium Channel" +msgstr "" + +#: ../../include/features.php:57 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "" + +#: ../../include/features.php:62 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:64 +msgid "Use Markdown" +msgstr "" + +#: ../../include/features.php:64 +msgid "Allow use of \"Markdown\" to format posts" +msgstr "" + +#: ../../include/features.php:65 +msgid "Large Photos" +msgstr "" + +#: ../../include/features.php:65 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" +msgstr "" + +#: ../../include/features.php:66 ../../include/widgets.php:549 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "" + +#: ../../include/features.php:66 +msgid "Automatically import channel content from other channels or feeds" +msgstr "" + +#: ../../include/features.php:67 +msgid "Even More Encryption" +msgstr "" + +#: ../../include/features.php:67 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "" + +#: ../../include/features.php:68 +msgid "Enable Voting Tools" +msgstr "" + +#: ../../include/features.php:68 +msgid "Provide a class of post which others can vote on" +msgstr "" + +#: ../../include/features.php:69 +msgid "Delayed Posting" +msgstr "" + +#: ../../include/features.php:69 +msgid "Allow posts to be published at a later date" +msgstr "" + +#: ../../include/features.php:70 +msgid "Suppress Duplicate Posts/Comments" +msgstr "" + +#: ../../include/features.php:70 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." +msgstr "" + +#: ../../include/features.php:76 +msgid "Network and Stream Filtering" +msgstr "" + +#: ../../include/features.php:77 +msgid "Search by Date" +msgstr "" + +#: ../../include/features.php:77 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: ../../include/features.php:78 +msgid "Collections Filter" +msgstr "" + +#: ../../include/features.php:78 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "" + +#: ../../include/features.php:79 ../../include/widgets.php:274 +msgid "Saved Searches" +msgstr "" + +#: ../../include/features.php:79 +msgid "Save search terms for re-use" +msgstr "" + +#: ../../include/features.php:80 +msgid "Network Personal Tab" +msgstr "" + +#: ../../include/features.php:80 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: ../../include/features.php:81 +msgid "Network New Tab" +msgstr "" + +#: ../../include/features.php:81 +msgid "Enable tab to display all new Network activity" +msgstr "" + +#: ../../include/features.php:82 +msgid "Affinity Tool" +msgstr "" + +#: ../../include/features.php:82 +msgid "Filter stream activity by depth of relationships" +msgstr "" + +#: ../../include/features.php:83 +msgid "Connection Filtering" +msgstr "" + +#: ../../include/features.php:83 +msgid "Filter incoming posts from connections based on keywords/content" +msgstr "" + +#: ../../include/features.php:84 +msgid "Suggest Channels" +msgstr "" + +#: ../../include/features.php:84 +msgid "Show channel suggestions" +msgstr "" + +#: ../../include/features.php:89 +msgid "Post/Comment Tools" +msgstr "" + +#: ../../include/features.php:90 +msgid "Community Tagging" +msgstr "" + +#: ../../include/features.php:90 +msgid "Ability to tag existing posts" +msgstr "" + +#: ../../include/features.php:91 +msgid "Post Categories" +msgstr "" + +#: ../../include/features.php:91 +msgid "Add categories to your posts" +msgstr "" + +#: ../../include/features.php:92 +msgid "Ability to file posts under folders" +msgstr "" + +#: ../../include/features.php:93 +msgid "Dislike Posts" +msgstr "" + +#: ../../include/features.php:93 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: ../../include/features.php:94 +msgid "Star Posts" +msgstr "" + +#: ../../include/features.php:94 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: ../../include/features.php:95 +msgid "Tag Cloud" +msgstr "" + +#: ../../include/features.php:95 +msgid "Provide a personal tag cloud on your channel page" +msgstr "" + #: ../../include/follow.php:28 msgid "Channel is blocked on this site." msgstr "" @@ -3449,12 +2346,702 @@ msgstr "" msgid "Cannot connect to yourself." msgstr "" -#: ../../include/oembed.php:213 -msgid "Embedded content" +#: ../../include/group.php:26 +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 "" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" +#: ../../include/group.php:232 +msgid "Add new connections to this collection (privacy group)" +msgstr "" + +#: ../../include/group.php:251 ../../mod/admin.php:900 +msgid "All Channels" +msgstr "" + +#: ../../include/group.php:273 +msgid "edit" +msgstr "" + +#: ../../include/group.php:295 +msgid "Collections" +msgstr "" + +#: ../../include/group.php:296 +msgid "Edit collection" +msgstr "" + +#: ../../include/group.php:297 +msgid "Add new collection" +msgstr "" + +#: ../../include/group.php:298 +msgid "Channels not in any collection" +msgstr "" + +#: ../../include/group.php:300 ../../include/widgets.php:275 +msgid "add" +msgstr "" + +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" +msgstr "" + +#: ../../include/identity.php:66 +msgid "Empty name" +msgstr "" + +#: ../../include/identity.php:69 +msgid "Name too long" +msgstr "" + +#: ../../include/identity.php:181 +msgid "No account identifier" +msgstr "" + +#: ../../include/identity.php:193 +msgid "Nickname is required." +msgstr "" + +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/identity.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "" + +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" +msgstr "" + +#: ../../include/identity.php:346 +msgid "Default Profile" +msgstr "" + +#: ../../include/identity.php:390 ../../include/identity.php:391 +#: ../../include/identity.php:398 ../../include/profile_selectors.php:80 +#: ../../include/widgets.php:430 ../../mod/connedit.php:579 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" +msgstr "" + +#: ../../include/identity.php:770 +msgid "Requested channel is not available." +msgstr "" + +#: ../../include/identity.php:816 ../../mod/achievements.php:11 +#: ../../mod/blocks.php:29 ../../mod/connect.php:13 ../../mod/editblock.php:29 +#: ../../mod/editlayout.php:27 ../../mod/editwebpage.php:28 +#: ../../mod/filestorage.php:54 ../../mod/hcard.php:8 ../../mod/layouts.php:29 +#: ../../mod/profile.php:16 ../../mod/webpages.php:29 +msgid "Requested profile is not available." +msgstr "" + +#: ../../include/identity.php:960 ../../mod/profiles.php:782 +msgid "Change profile photo" +msgstr "" + +#: ../../include/identity.php:966 +msgid "Profiles" +msgstr "" + +#: ../../include/identity.php:966 +msgid "Manage/edit profiles" +msgstr "" + +#: ../../include/identity.php:967 ../../mod/profiles.php:783 +msgid "Create New Profile" +msgstr "" + +#: ../../include/identity.php:970 ../../include/nav.php:90 +msgid "Edit Profile" +msgstr "" + +#: ../../include/identity.php:982 ../../mod/profiles.php:794 +msgid "Profile Image" +msgstr "" + +#: ../../include/identity.php:985 +msgid "visible to everybody" +msgstr "" + +#: ../../include/identity.php:986 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" +msgstr "" + +#: ../../include/identity.php:1002 ../../include/identity.php:1242 +msgid "Gender:" +msgstr "" + +#: ../../include/identity.php:1003 ../../include/identity.php:1286 +msgid "Status:" +msgstr "" + +#: ../../include/identity.php:1004 ../../include/identity.php:1297 +msgid "Homepage:" +msgstr "" + +#: ../../include/identity.php:1005 +msgid "Online Now" +msgstr "" + +#: ../../include/identity.php:1089 ../../include/identity.php:1167 +#: ../../mod/ping.php:318 +msgid "g A l F d" +msgstr "" + +#: ../../include/identity.php:1090 ../../include/identity.php:1168 +msgid "F d" +msgstr "" + +#: ../../include/identity.php:1135 ../../include/identity.php:1207 +#: ../../mod/ping.php:341 +msgid "[today]" +msgstr "" + +#: ../../include/identity.php:1146 +msgid "Birthday Reminders" +msgstr "" + +#: ../../include/identity.php:1147 +msgid "Birthdays this week:" +msgstr "" + +#: ../../include/identity.php:1200 +msgid "[No description]" +msgstr "" + +#: ../../include/identity.php:1218 +msgid "Event Reminders" +msgstr "" + +#: ../../include/identity.php:1219 +msgid "Events this week:" +msgstr "" + +#: ../../include/identity.php:1240 ../../mod/settings.php:1029 +msgid "Full Name:" +msgstr "" + +#: ../../include/identity.php:1247 +msgid "Like this channel" +msgstr "" + +#: ../../include/identity.php:1271 +msgid "j F, Y" +msgstr "" + +#: ../../include/identity.php:1272 +msgid "j F" +msgstr "" + +#: ../../include/identity.php:1279 +msgid "Birthday:" +msgstr "" + +#: ../../include/identity.php:1283 ../../mod/directory.php:299 +msgid "Age:" +msgstr "" + +#: ../../include/identity.php:1292 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: ../../include/identity.php:1295 ../../mod/profiles.php:699 +msgid "Sexual Preference:" +msgstr "" + +#: ../../include/identity.php:1299 ../../mod/directory.php:315 +#: ../../mod/profiles.php:701 +msgid "Hometown:" +msgstr "" + +#: ../../include/identity.php:1301 +msgid "Tags:" +msgstr "" + +#: ../../include/identity.php:1303 ../../mod/profiles.php:702 +msgid "Political Views:" +msgstr "" + +#: ../../include/identity.php:1305 +msgid "Religion:" +msgstr "" + +#: ../../include/identity.php:1307 ../../mod/directory.php:317 +msgid "About:" +msgstr "" + +#: ../../include/identity.php:1309 +msgid "Hobbies/Interests:" +msgstr "" + +#: ../../include/identity.php:1311 ../../mod/profiles.php:705 +msgid "Likes:" +msgstr "" + +#: ../../include/identity.php:1313 ../../mod/profiles.php:706 +msgid "Dislikes:" +msgstr "" + +#: ../../include/identity.php:1315 +msgid "Contact information and Social Networks:" +msgstr "" + +#: ../../include/identity.php:1317 +msgid "My other channels:" +msgstr "" + +#: ../../include/identity.php:1319 +msgid "Musical interests:" +msgstr "" + +#: ../../include/identity.php:1321 +msgid "Books, literature:" +msgstr "" + +#: ../../include/identity.php:1323 +msgid "Television:" +msgstr "" + +#: ../../include/identity.php:1325 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: ../../include/identity.php:1327 +msgid "Love/Romance:" +msgstr "" + +#: ../../include/identity.php:1329 +msgid "Work/employment:" +msgstr "" + +#: ../../include/identity.php:1331 +msgid "School/education:" +msgstr "" + +#: ../../include/identity.php:1351 +msgid "Like this thing" +msgstr "" + +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "" + +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." +msgstr "" + +#: ../../include/import.php:80 ../../mod/import.php:139 +msgid "Cloned channel not found. Import failed." +msgstr "" + +#: ../../include/items.php:423 ../../index.php:364 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:114 ../../mod/like.php:280 +#: ../../mod/profperm.php:23 ../../mod/subthread.php:58 +msgid "Permission denied" +msgstr "" + +#: ../../include/items.php:1130 ../../include/items.php:1176 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1373 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1375 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1377 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1379 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1381 +#, php-format +msgid "Visible to anybody on %s." +msgstr "" + +#: ../../include/items.php:1383 +msgid "Visible to all connections." +msgstr "" + +#: ../../include/items.php:1385 +msgid "Visible to approved connections." +msgstr "" + +#: ../../include/items.php:1387 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:4326 ../../mod/admin.php:135 +#: ../../mod/admin.php:1091 ../../mod/admin.php:1296 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/thing.php:86 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:4854 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:4861 +#, php-format +msgid "Collection: %s" +msgstr "" + +#: ../../include/items.php:4871 ../../mod/connedit.php:689 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:4873 +msgid "Connection not found." +msgstr "" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "" + +#: ../../include/js_strings.php:8 +msgid "[-] show less" +msgstr "" + +#: ../../include/js_strings.php:9 +msgid "[+] expand" +msgstr "" + +#: ../../include/js_strings.php:10 +msgid "[-] collapse" +msgstr "" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "" + +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" +msgstr "" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "" + +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "" + +#: ../../include/js_strings.php:17 +msgid "close all" +msgstr "" + +#: ../../include/js_strings.php:18 +msgid "Nothing new here" +msgstr "" + +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" +msgstr "" + +#: ../../include/js_strings.php:20 ../../mod/connedit.php:700 +#: ../../mod/rate.php:157 +msgid "Rating" +msgstr "" + +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" +msgstr "" + +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" +msgstr "" + +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" +msgstr "" + +#: ../../include/js_strings.php:25 ../../mod/events.php:452 +#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 +msgid "Location" +msgstr "" + +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" +msgstr "" + +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" +msgstr "" + +#: ../../include/js_strings.php:29 +msgid "ago" +msgstr "" + +#: ../../include/js_strings.php:30 +msgid "from now" +msgstr "" + +#: ../../include/js_strings.php:31 +msgid "less than a minute" +msgstr "" + +#: ../../include/js_strings.php:32 +msgid "about a minute" +msgstr "" + +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" +msgstr "" + +#: ../../include/js_strings.php:34 +msgid "about an hour" +msgstr "" + +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" +msgstr "" + +#: ../../include/js_strings.php:36 +msgid "a day" +msgstr "" + +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" +msgstr "" + +#: ../../include/js_strings.php:38 +msgid "about a month" +msgstr "" + +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" +msgstr "" + +#: ../../include/js_strings.php:40 +msgid "about a year" +msgstr "" + +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" +msgstr "" + +#: ../../include/js_strings.php:42 +msgid " " +msgstr "" + +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" +msgstr "" + +#: ../../include/js_strings.php:45 ../../include/text.php:1183 +msgid "January" +msgstr "" + +#: ../../include/js_strings.php:46 ../../include/text.php:1183 +msgid "February" +msgstr "" + +#: ../../include/js_strings.php:47 ../../include/text.php:1183 +msgid "March" +msgstr "" + +#: ../../include/js_strings.php:48 ../../include/text.php:1183 +msgid "April" +msgstr "" + +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" +msgstr "" + +#: ../../include/js_strings.php:50 ../../include/text.php:1183 +msgid "June" +msgstr "" + +#: ../../include/js_strings.php:51 ../../include/text.php:1183 +msgid "July" +msgstr "" + +#: ../../include/js_strings.php:52 ../../include/text.php:1183 +msgid "August" +msgstr "" + +#: ../../include/js_strings.php:53 ../../include/text.php:1183 +msgid "September" +msgstr "" + +#: ../../include/js_strings.php:54 ../../include/text.php:1183 +msgid "October" +msgstr "" + +#: ../../include/js_strings.php:55 ../../include/text.php:1183 +msgid "November" +msgstr "" + +#: ../../include/js_strings.php:56 ../../include/text.php:1183 +msgid "December" +msgstr "" + +#: ../../include/js_strings.php:57 +msgid "Jan" +msgstr "" + +#: ../../include/js_strings.php:58 +msgid "Feb" +msgstr "" + +#: ../../include/js_strings.php:59 +msgid "Mar" +msgstr "" + +#: ../../include/js_strings.php:60 +msgid "Apr" +msgstr "" + +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" +msgstr "" + +#: ../../include/js_strings.php:62 +msgid "Jun" +msgstr "" + +#: ../../include/js_strings.php:63 +msgid "Jul" +msgstr "" + +#: ../../include/js_strings.php:64 +msgid "Aug" +msgstr "" + +#: ../../include/js_strings.php:65 +msgid "Sep" +msgstr "" + +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "" + +#: ../../include/js_strings.php:67 +msgid "Nov" +msgstr "" + +#: ../../include/js_strings.php:68 +msgid "Dec" +msgstr "" + +#: ../../include/js_strings.php:69 ../../include/text.php:1179 +msgid "Sunday" +msgstr "" + +#: ../../include/js_strings.php:70 ../../include/text.php:1179 +msgid "Monday" +msgstr "" + +#: ../../include/js_strings.php:71 ../../include/text.php:1179 +msgid "Tuesday" +msgstr "" + +#: ../../include/js_strings.php:72 ../../include/text.php:1179 +msgid "Wednesday" +msgstr "" + +#: ../../include/js_strings.php:73 ../../include/text.php:1179 +msgid "Thursday" +msgstr "" + +#: ../../include/js_strings.php:74 ../../include/text.php:1179 +msgid "Friday" +msgstr "" + +#: ../../include/js_strings.php:75 ../../include/text.php:1179 +msgid "Saturday" +msgstr "" + +#: ../../include/js_strings.php:76 +msgid "Sun" +msgstr "" + +#: ../../include/js_strings.php:77 +msgid "Mon" +msgstr "" + +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "" + +#: ../../include/js_strings.php:79 +msgid "Wed" +msgstr "" + +#: ../../include/js_strings.php:80 +msgid "Thu" +msgstr "" + +#: ../../include/js_strings.php:81 +msgid "Fri" +msgstr "" + +#: ../../include/js_strings.php:82 +msgid "Sat" +msgstr "" + +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" +msgstr "" + +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" +msgstr "" + +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" +msgstr "" + +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" +msgstr "" + +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" #: ../../include/message.php:19 @@ -3473,10 +3060,6 @@ msgstr "" msgid "Stored post could not be verified." msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1487 -msgid "Logout" -msgstr "" - #: ../../include/nav.php:82 ../../include/nav.php:114 msgid "End this session" msgstr "" @@ -3513,10 +3096,6 @@ msgstr "" msgid "Your files" msgstr "" -#: ../../include/nav.php:97 ../../include/apps.php:146 -msgid "Chat" -msgstr "" - #: ../../include/nav.php:97 msgid "Your chatrooms" msgstr "" @@ -3529,10 +3108,6 @@ msgstr "" msgid "Your webpages" msgstr "" -#: ../../include/nav.php:111 ../../include/apps.php:131 ../../boot.php:1488 -msgid "Login" -msgstr "" - #: ../../include/nav.php:111 msgid "Sign in" msgstr "" @@ -3554,23 +3129,19 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:149 ../../mod/register.php:226 ../../boot.php:1470 -msgid "Register" -msgstr "" - #: ../../include/nav.php:149 msgid "Create an account" msgstr "" -#: ../../include/nav.php:154 ../../include/apps.php:142 -#: ../../mod/layouts.php:176 ../../mod/help.php:204 ../../mod/help.php:209 -msgid "Help" -msgstr "" - #: ../../include/nav.php:154 msgid "Help and documentation" msgstr "" +#: ../../include/nav.php:157 ../../include/widgets.php:92 +#: ../../mod/apps.php:36 +msgid "Apps" +msgstr "" + #: ../../include/nav.php:157 msgid "Applications, utilities, links, games" msgstr "" @@ -3579,18 +3150,10 @@ msgstr "" msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/nav.php:162 ../../include/apps.php:141 -msgid "Directory" -msgstr "" - #: ../../include/nav.php:162 msgid "Channel Directory" msgstr "" -#: ../../include/nav.php:174 ../../include/apps.php:133 -msgid "Grid" -msgstr "" - #: ../../include/nav.php:174 msgid "Your grid" msgstr "" @@ -3599,10 +3162,6 @@ msgstr "" msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/nav.php:177 ../../include/apps.php:137 -msgid "Channel Home" -msgstr "" - #: ../../include/nav.php:177 msgid "Channel home" msgstr "" @@ -3631,10 +3190,6 @@ msgstr "" msgid "Mark all system notifications seen" msgstr "" -#: ../../include/nav.php:188 ../../include/apps.php:143 -msgid "Mail" -msgstr "" - #: ../../include/nav.php:188 msgid "Private mail" msgstr "" @@ -3647,8 +3202,16 @@ msgstr "" msgid "Mark all private messages seen" msgstr "" -#: ../../include/nav.php:196 ../../include/apps.php:140 -msgid "Events" +#: ../../include/nav.php:191 ../../include/widgets.php:578 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:192 ../../include/widgets.php:583 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:193 ../../include/widgets.php:588 +msgid "New Message" msgstr "" #: ../../include/nav.php:196 @@ -3663,11 +3226,6 @@ msgstr "" msgid "Mark all events seen" msgstr "" -#: ../../include/nav.php:200 ../../include/apps.php:132 -#: ../../mod/manage.php:160 -msgid "Channel Manager" -msgstr "" - #: ../../include/nav.php:200 msgid "Manage Your Channels" msgstr "" @@ -3676,6 +3234,10 @@ msgstr "" msgid "Account/Channel Settings" msgstr "" +#: ../../include/nav.php:210 ../../include/widgets.php:1247 +msgid "Admin" +msgstr "" + #: ../../include/nav.php:210 msgid "Site Setup and Configuration" msgstr "" @@ -3688,103 +3250,29 @@ msgstr "" msgid "Please wait..." msgstr "" -#: ../../include/security.php:381 -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." +#: ../../include/network.php:630 +msgid "view full size" msgstr "" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" +#: ../../include/network.php:1669 +msgid "No Subject" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" +#: ../../include/notify.php:20 +msgid "created a new post" msgstr "" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/connedit.php:635 ../../mod/connedit.php:684 ../../mod/api.php:102 -#: ../../mod/admin.php:415 ../../mod/settings.php:577 ../../mod/photos.php:626 -#: ../../mod/menu.php:96 ../../mod/menu.php:153 ../../mod/events.php:447 -#: ../../mod/events.php:448 ../../mod/events.php:457 ../../mod/mitem.php:154 -#: ../../mod/mitem.php:155 ../../mod/mitem.php:228 ../../mod/mitem.php:229 -#: ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492 -msgid "No" -msgstr "" - -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/filestorage.php:151 -#: ../../mod/filestorage.php:159 ../../mod/removeme.php:60 -#: ../../mod/api.php:101 ../../mod/admin.php:417 ../../mod/settings.php:577 -#: ../../mod/photos.php:626 ../../mod/menu.php:96 ../../mod/menu.php:153 -#: ../../mod/events.php:447 ../../mod/events.php:448 ../../mod/events.php:457 -#: ../../mod/mitem.php:154 ../../mod/mitem.php:155 ../../mod/mitem.php:228 -#: ../../mod/mitem.php:229 ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 ../../boot.php:1492 -msgid "Yes" -msgstr "" - -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" -msgstr "" - -#: ../../include/dir_fns.php:143 -msgid "This Website Only" -msgstr "" - -#: ../../include/group.php:26 -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 "" - -#: ../../include/group.php:232 -msgid "Add new connections to this collection (privacy group)" -msgstr "" - -#: ../../include/group.php:251 ../../mod/admin.php:826 -msgid "All Channels" -msgstr "" - -#: ../../include/group.php:273 -msgid "edit" -msgstr "" - -#: ../../include/group.php:295 -msgid "Collections" -msgstr "" - -#: ../../include/group.php:296 -msgid "Edit collection" -msgstr "" - -#: ../../include/group.php:297 -msgid "Add new collection" -msgstr "" - -#: ../../include/group.php:298 -msgid "Channels not in any collection" -msgstr "" - -#: ../../include/zot.php:676 -msgid "Invalid data packet" -msgstr "" - -#: ../../include/zot.php:692 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../include/zot.php:2268 +#: ../../include/notify.php:21 #, php-format -msgid "Unable to verify site signature for %s" +msgid "commented on %s's post" msgstr "" -#: ../../include/zot.php:3584 -msgid "invalid target signature" +#: ../../include/oembed.php:213 +msgid "Embedded content" +msgstr "" + +#: ../../include/oembed.php:222 +msgid "Embedding disabled" msgstr "" #: ../../include/page_widgets.php:6 @@ -3792,7 +3280,7 @@ msgid "New Page" msgstr "" #: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 -#: ../../mod/webpages.php:187 ../../mod/layouts.php:188 +#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 msgid "View" msgstr "" @@ -3809,226 +3297,15 @@ msgid "Title" msgstr "" #: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 -#: ../../mod/webpages.php:192 ../../mod/layouts.php:181 ../../mod/menu.php:110 +#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 msgid "Created" msgstr "" #: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 -#: ../../mod/webpages.php:193 ../../mod/layouts.php:182 ../../mod/menu.php:111 +#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 msgid "Edited" msgstr "" -#: ../../include/network.php:630 -msgid "view full size" -msgstr "" - -#: ../../include/network.php:1655 ../../include/account.php:316 -#: ../../include/account.php:343 ../../include/account.php:403 -msgid "Administrator" -msgstr "" - -#: ../../include/network.php:1669 -msgid "No Subject" -msgstr "" - -#: ../../include/dba/dba_driver.php:141 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I will attend" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I will not attend" -msgstr "" - -#: ../../include/ItemObject.php:151 -msgid "I might attend" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I agree" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I disagree" -msgstr "" - -#: ../../include/ItemObject.php:161 -msgid "I abstain" -msgstr "" - -#: ../../include/ItemObject.php:212 -msgid "Add Star" -msgstr "" - -#: ../../include/ItemObject.php:213 -msgid "Remove Star" -msgstr "" - -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" -msgstr "" - -#: ../../include/ItemObject.php:218 -msgid "starred" -msgstr "" - -#: ../../include/ItemObject.php:236 -msgid "Add Tag" -msgstr "" - -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1023 -msgid "I like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1024 -msgid "I don't like this (toggle)" -msgstr "" - -#: ../../include/ItemObject.php:259 -msgid "Share This" -msgstr "" - -#: ../../include/ItemObject.php:259 -msgid "share" -msgstr "" - -#: ../../include/ItemObject.php:268 -msgid "Delivery Report" -msgstr "" - -#: ../../include/ItemObject.php:286 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 -#, php-format -msgid "View %s's profile - %s" -msgstr "" - -#: ../../include/ItemObject.php:319 -msgid "to" -msgstr "" - -#: ../../include/ItemObject.php:320 -msgid "via" -msgstr "" - -#: ../../include/ItemObject.php:321 -msgid "Wall-to-Wall" -msgstr "" - -#: ../../include/ItemObject.php:322 -msgid "via Wall-To-Wall:" -msgstr "" - -#: ../../include/ItemObject.php:362 -msgid "Save Bookmarks" -msgstr "" - -#: ../../include/ItemObject.php:363 -msgid "Add to Calendar" -msgstr "" - -#: ../../include/ItemObject.php:372 -msgid "Mark all seen" -msgstr "" - -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1209 -msgctxt "noun" -msgid "Likes" -msgstr "" - -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1210 -msgctxt "noun" -msgid "Dislikes" -msgstr "" - -#: ../../include/ItemObject.php:694 ../../mod/photos.php:1042 -#: ../../mod/photos.php:1160 -msgid "This is you" -msgstr "" - -#: ../../include/ItemObject.php:703 -msgid "Image" -msgstr "" - -#: ../../include/ItemObject.php:704 -msgid "Insert Link" -msgstr "" - -#: ../../include/ItemObject.php:705 -msgid "Video" -msgstr "" - -#: ../../include/apps.php:128 -msgid "Site Admin" -msgstr "" - -#: ../../include/apps.php:130 -msgid "Address Book" -msgstr "" - -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" -msgstr "" - -#: ../../include/apps.php:148 -msgid "Probe" -msgstr "" - -#: ../../include/apps.php:149 -msgid "Suggest" -msgstr "" - -#: ../../include/apps.php:150 -msgid "Random Channel" -msgstr "" - -#: ../../include/apps.php:151 -msgid "Invite" -msgstr "" - -#: ../../include/apps.php:152 -msgid "Features" -msgstr "" - -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" -msgstr "" - -#: ../../include/apps.php:154 -msgid "Post" -msgstr "" - -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" -msgstr "" - -#: ../../include/apps.php:252 ../../mod/settings.php:84 -#: ../../mod/settings.php:612 -msgid "Update" -msgstr "" - -#: ../../include/apps.php:252 -msgid "Install" -msgstr "" - -#: ../../include/apps.php:257 -msgid "Purchase" -msgstr "" - #: ../../include/permissions.php:26 msgid "Can view my normal stream and posts" msgstr "" @@ -4147,212 +3424,1844 @@ msgstr "" msgid "Group Repository" msgstr "" +#: ../../include/permissions.php:871 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 +msgid "Other" +msgstr "" + #: ../../include/permissions.php:871 msgid "Custom/Expert Mode" msgstr "" -#: ../../include/photo/photo_driver.php:719 ../../mod/profile_photo.php:147 +#: ../../include/photo/photo_driver.php:719 ../../mod/photos.php:94 +#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147 #: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 -#: ../../mod/photos.php:94 ../../mod/photos.php:699 msgid "Profile Photos" msgstr "" -#: ../../include/account.php:27 -msgid "Not a valid email address" -msgstr "" - -#: ../../include/account.php:29 -msgid "Your email domain is not among those allowed on this site" -msgstr "" - -#: ../../include/account.php:35 -msgid "Your email address is already registered at this site." -msgstr "" - -#: ../../include/account.php:67 -msgid "An invitation is required." -msgstr "" - -#: ../../include/account.php:71 -msgid "Invitation could not be verified." -msgstr "" - -#: ../../include/account.php:121 -msgid "Please enter the required information." -msgstr "" - -#: ../../include/account.php:188 -msgid "Failed to store account information." -msgstr "" - -#: ../../include/account.php:248 +#: ../../include/photos.php:112 #, php-format -msgid "Registration confirmation for %s" +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/account.php:314 +#: ../../include/photos.php:119 +msgid "Image file is empty." +msgstr "" + +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +msgid "Unable to process image" +msgstr "" + +#: ../../include/photos.php:257 +msgid "Photo storage failed." +msgstr "" + +#: ../../include/photos.php:297 +msgid "a new photo" +msgstr "" + +#: ../../include/photos.php:301 #, php-format -msgid "Registration request at %s" +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/account.php:338 -msgid "your registration password" +#: ../../include/photos.php:510 +msgid "Upload New Photos" msgstr "" -#: ../../include/account.php:341 ../../include/account.php:401 +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" +msgstr "" + +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Gay" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "No Preference" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Virgin" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Deviant" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Fetish" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Oodles" +msgstr "" + +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Lonely" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Available" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Has crush" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Casual" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Engaged" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Partners" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Common law" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Happy" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Not looking" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Swinger" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Unstable" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" +msgstr "" + +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Don't care" +msgstr "" + +#: ../../include/profile_selectors.php:80 +msgid "Ask me" +msgstr "" + +#: ../../include/security.php:381 +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 "" + +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" +msgstr "" + +#: ../../include/taxonomy.php:305 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:326 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:326 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:327 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:327 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:328 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:329 +msgid "dislikes" +msgstr "" + +#: ../../include/text.php:394 +msgid "prev" +msgstr "" + +#: ../../include/text.php:396 +msgid "first" +msgstr "" + +#: ../../include/text.php:425 +msgid "last" +msgstr "" + +#: ../../include/text.php:428 +msgid "next" +msgstr "" + +#: ../../include/text.php:438 +msgid "older" +msgstr "" + +#: ../../include/text.php:440 +msgid "newer" +msgstr "" + +#: ../../include/text.php:803 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:815 #, php-format -msgid "Registration details for %s" +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:828 ../../mod/viewconnections.php:101 +msgid "View Connections" msgstr "" -#: ../../include/account.php:410 -msgid "Account approved." +#: ../../include/text.php:886 ../../include/text.php:898 +#: ../../include/widgets.php:192 ../../mod/admin.php:1528 +#: ../../mod/admin.php:1548 ../../mod/filer.php:49 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:100 +msgid "Save" msgstr "" -#: ../../include/account.php:449 +#: ../../include/text.php:972 +msgid "poke" +msgstr "" + +#: ../../include/text.php:973 +msgid "ping" +msgstr "" + +#: ../../include/text.php:973 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:974 +msgid "prod" +msgstr "" + +#: ../../include/text.php:974 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:975 +msgid "slap" +msgstr "" + +#: ../../include/text.php:975 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:976 +msgid "finger" +msgstr "" + +#: ../../include/text.php:976 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:977 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:977 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:987 +msgid "happy" +msgstr "" + +#: ../../include/text.php:988 +msgid "sad" +msgstr "" + +#: ../../include/text.php:989 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:990 +msgid "tired" +msgstr "" + +#: ../../include/text.php:991 +msgid "perky" +msgstr "" + +#: ../../include/text.php:992 +msgid "angry" +msgstr "" + +#: ../../include/text.php:993 +msgid "stupefied" +msgstr "" + +#: ../../include/text.php:994 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:995 +msgid "interested" +msgstr "" + +#: ../../include/text.php:996 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:997 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:998 +msgid "alive" +msgstr "" + +#: ../../include/text.php:999 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:1000 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1001 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1002 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1003 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:1004 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:1005 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1006 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1007 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1183 +msgid "May" +msgstr "" + +#: ../../include/text.php:1260 ../../include/text.php:1264 +msgid "Unknown Attachment" +msgstr "" + +#: ../../include/text.php:1266 +msgid "unknown" +msgstr "" + +#: ../../include/text.php:1302 +msgid "remove category" +msgstr "" + +#: ../../include/text.php:1379 +msgid "remove from file" +msgstr "" + +#: ../../include/text.php:1521 ../../include/text.php:1532 +msgid "Click to open/close" +msgstr "" + +#: ../../include/text.php:1716 ../../mod/events.php:623 +msgid "Link to Source" +msgstr "" + +#: ../../include/text.php:1737 ../../include/text.php:1809 +msgid "default" +msgstr "" + +#: ../../include/text.php:1745 +msgid "Page layout" +msgstr "" + +#: ../../include/text.php:1745 +msgid "You can create your own with the layouts tool" +msgstr "" + +#: ../../include/text.php:1787 +msgid "Page content type" +msgstr "" + +#: ../../include/text.php:1821 +msgid "Select an alternate language" +msgstr "" + +#: ../../include/text.php:1953 +msgid "activity" +msgstr "" + +#: ../../include/text.php:2248 +msgid "Design Tools" +msgstr "" + +#: ../../include/text.php:2251 ../../mod/blocks.php:147 +msgid "Blocks" +msgstr "" + +#: ../../include/text.php:2252 ../../mod/menu.php:103 +msgid "Menus" +msgstr "" + +#: ../../include/text.php:2253 ../../mod/layouts.php:174 +msgid "Layouts" +msgstr "" + +#: ../../include/text.php:2254 +msgid "Pages" +msgstr "" + +#: ../../include/widgets.php:93 +msgid "System" +msgstr "" + +#: ../../include/widgets.php:96 +msgid "Create Personal App" +msgstr "" + +#: ../../include/widgets.php:97 +msgid "Edit Personal App" +msgstr "" + +#: ../../include/widgets.php:139 ../../mod/suggest.php:54 +msgid "Ignore/Hide" +msgstr "" + +#: ../../include/widgets.php:144 ../../mod/connections.php:125 +msgid "Suggestions" +msgstr "" + +#: ../../include/widgets.php:145 +msgid "See more..." +msgstr "" + +#: ../../include/widgets.php:166 #, php-format -msgid "Registration revoked for %s" +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/account.php:494 -msgid "Account verified. Please login." +#: ../../include/widgets.php:172 +msgid "Add New Connection" msgstr "" -#: ../../include/account.php:707 ../../include/account.php:709 -msgid "Click here to upgrade." +#: ../../include/widgets.php:173 +msgid "Enter the channel address" msgstr "" -#: ../../include/account.php:715 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../include/widgets.php:174 +msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../include/account.php:720 -msgid "This action is not available under your subscription plan." +#: ../../include/widgets.php:190 +msgid "Notes" msgstr "" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." +#: ../../include/widgets.php:266 +msgid "Remove term" msgstr "" -#: ../../mod/filestorage.php:98 -msgid "File not found." +#: ../../include/widgets.php:349 +msgid "Archives" msgstr "" -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" +#: ../../include/widgets.php:428 ../../mod/connedit.php:577 +msgid "Me" msgstr "" -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" +#: ../../include/widgets.php:429 ../../mod/connedit.php:578 +msgid "Family" msgstr "" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" +#: ../../include/widgets.php:431 ../../mod/connedit.php:580 +msgid "Acquaintances" msgstr "" -#: ../../mod/filestorage.php:152 -msgid "Return to file list" +#: ../../include/widgets.php:432 ../../mod/connections.php:88 +#: ../../mod/connections.php:103 ../../mod/connedit.php:581 +msgid "All" msgstr "" -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" +#: ../../include/widgets.php:451 +msgid "Refresh" msgstr "" -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" +#: ../../include/widgets.php:485 +msgid "Account settings" msgstr "" -#: ../../mod/filestorage.php:157 -msgid "Share this file" +#: ../../include/widgets.php:491 +msgid "Channel settings" msgstr "" -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" +#: ../../include/widgets.php:500 +msgid "Additional features" msgstr "" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" +#: ../../include/widgets.php:507 +msgid "Feature/Addon settings" msgstr "" -#: ../../mod/group.php:20 -msgid "Collection created." +#: ../../include/widgets.php:513 +msgid "Display settings" msgstr "" -#: ../../mod/group.php:26 -msgid "Could not create collection." +#: ../../include/widgets.php:519 +msgid "Connected apps" msgstr "" -#: ../../mod/group.php:54 -msgid "Collection updated." +#: ../../include/widgets.php:525 +msgid "Export channel" msgstr "" -#: ../../mod/group.php:86 -msgid "Create a collection of channels." +#: ../../include/widgets.php:533 ../../mod/connedit.php:689 +msgid "Connection Default Permissions" msgstr "" -#: ../../mod/group.php:87 ../../mod/group.php:180 -msgid "Collection Name: " +#: ../../include/widgets.php:541 +msgid "Premium Channel Settings" msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:183 -msgid "Members are visible to other channels" +#: ../../include/widgets.php:571 +msgid "Private Mail Menu" msgstr "" -#: ../../mod/group.php:107 -msgid "Collection removed." +#: ../../include/widgets.php:573 +msgid "Combined View" msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove collection." +#: ../../include/widgets.php:607 ../../include/widgets.php:619 +msgid "Conversations" msgstr "" -#: ../../mod/group.php:179 -msgid "Collection Editor" +#: ../../include/widgets.php:611 +msgid "Received Messages" msgstr "" -#: ../../mod/group.php:193 -msgid "Members" +#: ../../include/widgets.php:615 +msgid "Sent Messages" msgstr "" -#: ../../mod/group.php:195 -msgid "All Connected Channels" +#: ../../include/widgets.php:629 +msgid "No messages." msgstr "" -#: ../../mod/group.php:227 -msgid "Click on a channel to add or remove." +#: ../../include/widgets.php:647 +msgid "Delete conversation" msgstr "" -#: ../../mod/item.php:174 -msgid "Unable to locate original post." +#: ../../include/widgets.php:673 +msgid "Events Menu" msgstr "" -#: ../../mod/item.php:418 -msgid "Empty post discarded." +#: ../../include/widgets.php:674 +msgid "Day View" msgstr "" -#: ../../mod/item.php:458 -msgid "Executable content type not permitted to this channel." +#: ../../include/widgets.php:675 +msgid "Week View" msgstr "" -#: ../../mod/item.php:823 -msgid "Duplicate post suppressed." +#: ../../include/widgets.php:676 +msgid "Month View" msgstr "" -#: ../../mod/item.php:954 -msgid "System error. Post not saved." +#: ../../include/widgets.php:677 ../../mod/events.php:654 +msgid "Export" msgstr "" -#: ../../mod/item.php:1221 -msgid "Unable to obtain post information from database." +#: ../../include/widgets.php:678 ../../mod/events.php:657 +msgid "Import" msgstr "" -#: ../../mod/item.php:1228 +#: ../../include/widgets.php:688 +msgid "Events Tools" +msgstr "" + +#: ../../include/widgets.php:689 +msgid "Export Calendar" +msgstr "" + +#: ../../include/widgets.php:690 +msgid "Import Calendar" +msgstr "" + +#: ../../include/widgets.php:764 +msgid "Chat Rooms" +msgstr "" + +#: ../../include/widgets.php:784 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: ../../include/widgets.php:804 +msgid "Suggested Chatrooms" +msgstr "" + +#: ../../include/widgets.php:931 ../../include/widgets.php:989 +msgid "photo/image" +msgstr "" + +#: ../../include/widgets.php:1084 ../../include/widgets.php:1086 +msgid "Rate Me" +msgstr "" + +#: ../../include/widgets.php:1090 +msgid "View Ratings" +msgstr "" + +#: ../../include/widgets.php:1101 +msgid "Public Hubs" +msgstr "" + +#: ../../include/widgets.php:1149 +msgid "Forums" +msgstr "" + +#: ../../include/widgets.php:1178 +msgid "Tasks" +msgstr "" + +#: ../../include/widgets.php:1187 +msgid "Documentation" +msgstr "" + +#: ../../include/widgets.php:1189 +msgid "Project/Site Information" +msgstr "" + +#: ../../include/widgets.php:1190 +msgid "For Members" +msgstr "" + +#: ../../include/widgets.php:1191 +msgid "For Administrators" +msgstr "" + +#: ../../include/widgets.php:1192 +msgid "For Developers" +msgstr "" + +#: ../../include/widgets.php:1217 ../../mod/admin.php:452 +msgid "Site" +msgstr "" + +#: ../../include/widgets.php:1218 +msgid "Accounts" +msgstr "" + +#: ../../include/widgets.php:1219 ../../mod/admin.php:1051 +msgid "Channels" +msgstr "" + +#: ../../include/widgets.php:1221 ../../mod/admin.php:1148 +#: ../../mod/admin.php:1188 +msgid "Plugins" +msgstr "" + +#: ../../include/widgets.php:1222 ../../mod/admin.php:1348 +#: ../../mod/admin.php:1382 +msgid "Themes" +msgstr "" + +#: ../../include/widgets.php:1223 +msgid "Inspect queue" +msgstr "" + +#: ../../include/widgets.php:1224 +msgid "Profile Config" +msgstr "" + +#: ../../include/widgets.php:1225 +msgid "DB updates" +msgstr "" + +#: ../../include/widgets.php:1243 ../../include/widgets.php:1249 +#: ../../mod/admin.php:1467 +msgid "Logs" +msgstr "" + +#: ../../include/widgets.php:1248 +msgid "Plugin Features" +msgstr "" + +#: ../../include/widgets.php:1250 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: ../../include/widgets.php:1328 ../../mod/photos.php:748 +#: ../../mod/photos.php:1283 +msgid "View Photo" +msgstr "" + +#: ../../include/widgets.php:1345 ../../mod/photos.php:779 +msgid "Edit Album" +msgstr "" + +#: ../../include/zot.php:676 +msgid "Invalid data packet" +msgstr "" + +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" +msgstr "" + +#: ../../include/zot.php:2268 #, php-format -msgid "You have reached your limit of %1$.0f top level posts." +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../mod/item.php:1235 +#: ../../include/zot.php:3584 +msgid "invalid target signature" +msgstr "" + +#: ../../index.php:238 ../../mod/help.php:213 +msgid "Not Found" +msgstr "" + +#: ../../index.php:241 ../../mod/block.php:75 ../../mod/display.php:110 +#: ../../mod/help.php:216 ../../mod/page.php:89 +msgid "Page not found." +msgstr "" + +#: ../../mod/achievements.php:34 +msgid "Some blurb about what to do when you're new here" +msgstr "" + +#: ../../mod/acl.php:222 +msgid "network" +msgstr "" + +#: ../../mod/acl.php:232 +msgid "RSS" +msgstr "" + +#: ../../mod/admin.php:54 +msgid "Theme settings updated." +msgstr "" + +#: ../../mod/admin.php:168 +msgid "# Accounts" +msgstr "" + +#: ../../mod/admin.php:169 +msgid "# blocked accounts" +msgstr "" + +#: ../../mod/admin.php:170 +msgid "# expired accounts" +msgstr "" + +#: ../../mod/admin.php:171 +msgid "# expiring accounts" +msgstr "" + +#: ../../mod/admin.php:182 +msgid "# Channels" +msgstr "" + +#: ../../mod/admin.php:183 +msgid "# primary" +msgstr "" + +#: ../../mod/admin.php:184 +msgid "# clones" +msgstr "" + +#: ../../mod/admin.php:190 +msgid "Message queues" +msgstr "" + +#: ../../mod/admin.php:206 ../../mod/admin.php:451 ../../mod/admin.php:619 +#: ../../mod/admin.php:886 ../../mod/admin.php:1050 ../../mod/admin.php:1147 +#: ../../mod/admin.php:1187 ../../mod/admin.php:1347 ../../mod/admin.php:1381 +#: ../../mod/admin.php:1466 +msgid "Administration" +msgstr "" + +#: ../../mod/admin.php:207 +msgid "Summary" +msgstr "" + +#: ../../mod/admin.php:210 +msgid "Registered accounts" +msgstr "" + +#: ../../mod/admin.php:211 ../../mod/admin.php:623 +msgid "Pending registrations" +msgstr "" + +#: ../../mod/admin.php:212 +msgid "Registered channels" +msgstr "" + +#: ../../mod/admin.php:213 ../../mod/admin.php:624 +msgid "Active plugins" +msgstr "" + +#: ../../mod/admin.php:214 +msgid "Version" +msgstr "" + +#: ../../mod/admin.php:335 +msgid "Site settings updated." +msgstr "" + +#: ../../mod/admin.php:372 ../../mod/settings.php:793 +msgid "mobile" +msgstr "" + +#: ../../mod/admin.php:374 +msgid "experimental" +msgstr "" + +#: ../../mod/admin.php:376 +msgid "unsupported" +msgstr "" + +#: ../../mod/admin.php:422 +msgid "Yes - with approval" +msgstr "" + +#: ../../mod/admin.php:428 +msgid "My site is not a public server" +msgstr "" + +#: ../../mod/admin.php:429 +msgid "My site has paid access only" +msgstr "" + +#: ../../mod/admin.php:430 +msgid "My site has free access only" +msgstr "" + +#: ../../mod/admin.php:431 +msgid "My site offers free accounts with optional paid upgrades" +msgstr "" + +#: ../../mod/admin.php:454 ../../mod/register.php:209 +msgid "Registration" +msgstr "" + +#: ../../mod/admin.php:455 +msgid "File upload" +msgstr "" + +#: ../../mod/admin.php:456 +msgid "Policies" +msgstr "" + +#: ../../mod/admin.php:461 +msgid "Site name" +msgstr "" + +#: ../../mod/admin.php:462 +msgid "Banner/Logo" +msgstr "" + +#: ../../mod/admin.php:463 +msgid "Administrator Information" +msgstr "" + +#: ../../mod/admin.php:463 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "" + +#: ../../mod/admin.php:464 +msgid "System language" +msgstr "" + +#: ../../mod/admin.php:465 +msgid "System theme" +msgstr "" + +#: ../../mod/admin.php:465 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: ../../mod/admin.php:466 +msgid "Mobile system theme" +msgstr "" + +#: ../../mod/admin.php:466 +msgid "Theme for mobile devices" +msgstr "" + +#: ../../mod/admin.php:468 +msgid "Allow Feeds as Connections" +msgstr "" + +#: ../../mod/admin.php:468 +msgid "(Heavy system resource usage)" +msgstr "" + +#: ../../mod/admin.php:469 +msgid "Maximum image size" +msgstr "" + +#: ../../mod/admin.php:469 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: ../../mod/admin.php:470 +msgid "Does this site allow new member registration?" +msgstr "" + +#: ../../mod/admin.php:471 +msgid "Invitation only" +msgstr "" + +#: ../../mod/admin.php:471 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." +msgstr "" + +#: ../../mod/admin.php:472 +msgid "Which best describes the types of account offered by this hub?" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "Register text" +msgstr "" + +#: ../../mod/admin.php:473 +msgid "Will be displayed prominently on the registration page." +msgstr "" + +#: ../../mod/admin.php:474 +msgid "Site homepage to show visitors (default: login box)" +msgstr "" + +#: ../../mod/admin.php:474 +msgid "" +"example: 'public' to show public stream, 'page/sys/home' to show a system " +"webpage called 'home' or 'include:home.html' to include a file." +msgstr "" + +#: ../../mod/admin.php:475 +msgid "Preserve site homepage URL" +msgstr "" + +#: ../../mod/admin.php:475 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" +msgstr "" + +#: ../../mod/admin.php:476 +msgid "Accounts abandoned after x days" +msgstr "" + +#: ../../mod/admin.php:476 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: ../../mod/admin.php:477 +msgid "Allowed friend domains" +msgstr "" + +#: ../../mod/admin.php:477 +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:478 +msgid "Allowed email domains" +msgstr "" + +#: ../../mod/admin.php:478 +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:479 +msgid "Not allowed email domains" +msgstr "" + +#: ../../mod/admin.php:479 +msgid "" +"Comma separated list of domains which are not allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains, unless allowed domains have been defined." +msgstr "" + +#: ../../mod/admin.php:480 +msgid "Block public" +msgstr "" + +#: ../../mod/admin.php:480 +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:481 +msgid "Verify Email Addresses" +msgstr "" + +#: ../../mod/admin.php:481 +msgid "" +"Check to verify email addresses used in account registration (recommended)." +msgstr "" + +#: ../../mod/admin.php:482 +msgid "Force publish" +msgstr "" + +#: ../../mod/admin.php:482 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Import Public Streams" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "" +"Import and allow access to public content pulled from other sites. Warning: " +"this content is unmoderated." +msgstr "" + +#: ../../mod/admin.php:484 +msgid "login on Homepage" +msgstr "" + +#: ../../mod/admin.php:484 +msgid "" +"Present a login box to visitors on the home page if no other content has " +"been configured." +msgstr "" + +#: ../../mod/admin.php:486 +msgid "Directory Server URL" +msgstr "" + +#: ../../mod/admin.php:486 +msgid "Default directory server" +msgstr "" + +#: ../../mod/admin.php:488 +msgid "Proxy user" +msgstr "" + +#: ../../mod/admin.php:489 +msgid "Proxy URL" +msgstr "" + +#: ../../mod/admin.php:490 +msgid "Network timeout" +msgstr "" + +#: ../../mod/admin.php:490 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: ../../mod/admin.php:491 +msgid "Delivery interval" +msgstr "" + +#: ../../mod/admin.php:491 +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:492 +msgid "Deliveries per process" +msgstr "" + +#: ../../mod/admin.php:492 +msgid "" +"Number of deliveries to attempt in a single operating system process. Adjust " +"if necessary to tune system performance. Recommend: 1-5." +msgstr "" + +#: ../../mod/admin.php:493 +msgid "Poll interval" +msgstr "" + +#: ../../mod/admin.php:493 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "" + +#: ../../mod/admin.php:494 +msgid "Maximum Load Average" +msgstr "" + +#: ../../mod/admin.php:494 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: ../../mod/admin.php:495 +msgid "Expiration period in days for imported (matrix/network) content" +msgstr "" + +#: ../../mod/admin.php:495 +msgid "0 for no expiration of imported content" +msgstr "" + +#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717 +msgid "Off" +msgstr "" + +#: ../../mod/admin.php:585 ../../mod/admin.php:586 ../../mod/settings.php:717 +msgid "On" +msgstr "" + +#: ../../mod/admin.php:586 #, php-format -msgid "You have reached your limit of %1$.0f webpages." +msgid "Lock feature %s" +msgstr "" + +#: ../../mod/admin.php:594 +msgid "Manage Additional Features" +msgstr "" + +#: ../../mod/admin.php:611 +msgid "No server found" +msgstr "" + +#: ../../mod/admin.php:618 ../../mod/admin.php:900 +msgid "ID" +msgstr "" + +#: ../../mod/admin.php:618 +msgid "for channel" +msgstr "" + +#: ../../mod/admin.php:618 +msgid "on server" +msgstr "" + +#: ../../mod/admin.php:618 +msgid "Status" +msgstr "" + +#: ../../mod/admin.php:620 +msgid "Server" +msgstr "" + +#: ../../mod/admin.php:637 +msgid "Update has been marked successful" +msgstr "" + +#: ../../mod/admin.php:647 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "" + +#: ../../mod/admin.php:650 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: ../../mod/admin.php:654 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: ../../mod/admin.php:657 +#, php-format +msgid "Update function %s could not be found." +msgstr "" + +#: ../../mod/admin.php:673 +msgid "No failed updates." +msgstr "" + +#: ../../mod/admin.php:677 +msgid "Failed Updates" +msgstr "" + +#: ../../mod/admin.php:679 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: ../../mod/admin.php:680 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: ../../mod/admin.php:711 +msgid "Queue Statistics" +msgstr "" + +#: ../../mod/admin.php:712 +msgid "Total Entries" +msgstr "" + +#: ../../mod/admin.php:713 +msgid "Priority" +msgstr "" + +#: ../../mod/admin.php:714 +msgid "Destination URL" +msgstr "" + +#: ../../mod/admin.php:715 +msgid "Mark hub permanently offline" +msgstr "" + +#: ../../mod/admin.php:716 +msgid "Empty queue for this hub" +msgstr "" + +#: ../../mod/admin.php:717 +msgid "Last known contact" +msgstr "" + +#: ../../mod/admin.php:753 +#, php-format +msgid "%s account blocked/unblocked" +msgid_plural "%s account blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:761 +#, php-format +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:797 +msgid "Account not found" +msgstr "" + +#: ../../mod/admin.php:809 +#, php-format +msgid "Account '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:817 +#, php-format +msgid "Account '%s' blocked" +msgstr "" + +#: ../../mod/admin.php:825 +#, php-format +msgid "Account '%s' unblocked" +msgstr "" + +#: ../../mod/admin.php:887 ../../mod/admin.php:899 +msgid "Users" +msgstr "" + +#: ../../mod/admin.php:889 ../../mod/admin.php:1053 +msgid "select all" +msgstr "" + +#: ../../mod/admin.php:890 +msgid "User registrations waiting for confirm" +msgstr "" + +#: ../../mod/admin.php:891 +msgid "Request date" +msgstr "" + +#: ../../mod/admin.php:892 +msgid "No registrations." +msgstr "" + +#: ../../mod/admin.php:893 ../../mod/connedit.php:716 +msgid "Approve" +msgstr "" + +#: ../../mod/admin.php:894 +msgid "Deny" +msgstr "" + +#: ../../mod/admin.php:896 ../../mod/connedit.php:525 +msgid "Block" +msgstr "" + +#: ../../mod/admin.php:897 ../../mod/connedit.php:525 +msgid "Unblock" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "Register date" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "Last login" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "Expires" +msgstr "" + +#: ../../mod/admin.php:900 +msgid "Service Class" +msgstr "" + +#: ../../mod/admin.php:902 +msgid "" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " +"on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:903 +msgid "" +"The account {0} will be deleted!\\n\\nEverything this account has posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:939 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:948 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:955 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:975 +msgid "Channel not found" +msgstr "" + +#: ../../mod/admin.php:986 +#, php-format +msgid "Channel '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:998 +#, php-format +msgid "Channel '%s' censored" +msgstr "" + +#: ../../mod/admin.php:998 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "" + +#: ../../mod/admin.php:1009 +#, php-format +msgid "Channel '%s' code allowed" +msgstr "" + +#: ../../mod/admin.php:1009 +#, php-format +msgid "Channel '%s' code disallowed" +msgstr "" + +#: ../../mod/admin.php:1055 +msgid "Censor" +msgstr "" + +#: ../../mod/admin.php:1056 +msgid "Uncensor" +msgstr "" + +#: ../../mod/admin.php:1057 +msgid "Allow Code" +msgstr "" + +#: ../../mod/admin.php:1058 +msgid "Disallow Code" +msgstr "" + +#: ../../mod/admin.php:1060 +msgid "UID" +msgstr "" + +#: ../../mod/admin.php:1060 ../../mod/profiles.php:457 +msgid "Address" +msgstr "" + +#: ../../mod/admin.php:1062 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:1063 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:1103 +#, php-format +msgid "Plugin %s disabled." +msgstr "" + +#: ../../mod/admin.php:1107 +#, php-format +msgid "Plugin %s enabled." +msgstr "" + +#: ../../mod/admin.php:1117 ../../mod/admin.php:1320 +msgid "Disable" +msgstr "" + +#: ../../mod/admin.php:1120 ../../mod/admin.php:1322 +msgid "Enable" +msgstr "" + +#: ../../mod/admin.php:1149 ../../mod/admin.php:1349 +msgid "Toggle" +msgstr "" + +#: ../../mod/admin.php:1157 ../../mod/admin.php:1359 +msgid "Author: " +msgstr "" + +#: ../../mod/admin.php:1158 ../../mod/admin.php:1360 +msgid "Maintainer: " +msgstr "" + +#: ../../mod/admin.php:1285 +msgid "No themes found." +msgstr "" + +#: ../../mod/admin.php:1341 +msgid "Screenshot" +msgstr "" + +#: ../../mod/admin.php:1387 +msgid "[Experimental]" +msgstr "" + +#: ../../mod/admin.php:1388 +msgid "[Unsupported]" +msgstr "" + +#: ../../mod/admin.php:1412 +msgid "Log settings updated." +msgstr "" + +#: ../../mod/admin.php:1469 +msgid "Clear" +msgstr "" + +#: ../../mod/admin.php:1475 +msgid "Debugging" +msgstr "" + +#: ../../mod/admin.php:1476 +msgid "Log file" +msgstr "" + +#: ../../mod/admin.php:1476 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "" + +#: ../../mod/admin.php:1477 +msgid "Log level" +msgstr "" + +#: ../../mod/admin.php:1523 +msgid "New Profile Field" +msgstr "" + +#: ../../mod/admin.php:1524 ../../mod/admin.php:1544 +msgid "Field nickname" +msgstr "" + +#: ../../mod/admin.php:1524 ../../mod/admin.php:1544 +msgid "System name of field" +msgstr "" + +#: ../../mod/admin.php:1525 ../../mod/admin.php:1545 +msgid "Input type" +msgstr "" + +#: ../../mod/admin.php:1526 ../../mod/admin.php:1546 +msgid "Field Name" +msgstr "" + +#: ../../mod/admin.php:1526 ../../mod/admin.php:1546 +msgid "Label on profile pages" +msgstr "" + +#: ../../mod/admin.php:1527 ../../mod/admin.php:1547 +msgid "Help text" +msgstr "" + +#: ../../mod/admin.php:1527 ../../mod/admin.php:1547 +msgid "Additional info (optional)" +msgstr "" + +#: ../../mod/admin.php:1537 +msgid "Field definition not found" +msgstr "" + +#: ../../mod/admin.php:1543 +msgid "Edit Profile Field" +msgstr "" + +#: ../../mod/api.php:74 ../../mod/api.php:98 +msgid "Authorize application connection" +msgstr "" + +#: ../../mod/api.php:75 +msgid "Return to your app and insert this Securty Code:" +msgstr "" + +#: ../../mod/api.php:85 +msgid "Please login to continue." +msgstr "" + +#: ../../mod/api.php:100 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" +msgstr "" + +#: ../../mod/appman.php:28 ../../mod/appman.php:44 +msgid "App installed." +msgstr "" + +#: ../../mod/appman.php:37 +msgid "Malformed app." +msgstr "" + +#: ../../mod/appman.php:80 +msgid "Embed code" +msgstr "" + +#: ../../mod/appman.php:86 +msgid "Edit App" +msgstr "" + +#: ../../mod/appman.php:86 +msgid "Create App" +msgstr "" + +#: ../../mod/appman.php:91 +msgid "Name of app" +msgstr "" + +#: ../../mod/appman.php:92 +msgid "Location (URL) of app" +msgstr "" + +#: ../../mod/appman.php:93 ../../mod/events.php:450 ../../mod/rbmark.php:97 +msgid "Description" +msgstr "" + +#: ../../mod/appman.php:94 +msgid "Photo icon URL" +msgstr "" + +#: ../../mod/appman.php:94 +msgid "80 x 80 pixels - optional" +msgstr "" + +#: ../../mod/appman.php:95 +msgid "Version ID" +msgstr "" + +#: ../../mod/appman.php:96 +msgid "Price of app" +msgstr "" + +#: ../../mod/appman.php:97 +msgid "Location (URL) to purchase app" +msgstr "" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "" + +#: ../../mod/block.php:27 ../../mod/page.php:36 +msgid "Invalid item." +msgstr "" + +#: ../../mod/block.php:39 ../../mod/page.php:52 ../../mod/wall_upload.php:29 +msgid "Channel not found." +msgstr "" + +#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 +msgid "Block Name" +msgstr "" + +#: ../../mod/blocks.php:149 +msgid "Block Title" +msgstr "" + +#: ../../mod/bookmarks.php:40 +msgid "Bookmark added" +msgstr "" + +#: ../../mod/bookmarks.php:62 +msgid "My Bookmarks" +msgstr "" + +#: ../../mod/bookmarks.php:73 +msgid "My Connections Bookmarks" +msgstr "" + +#: ../../mod/channel.php:25 ../../mod/chat.php:19 +msgid "You must be logged in to see this page." +msgstr "" + +#: ../../mod/channel.php:97 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + +#: ../../mod/channel.php:131 ../../mod/network.php:169 ../../mod/rpost.php:114 +msgid "Public" +msgstr "" + +#: ../../mod/chat.php:174 +msgid "Room not found" +msgstr "" + +#: ../../mod/chat.php:185 +msgid "Leave Room" +msgstr "" + +#: ../../mod/chat.php:186 +msgid "Delete This Room" +msgstr "" + +#: ../../mod/chat.php:187 +msgid "I am away right now" +msgstr "" + +#: ../../mod/chat.php:188 +msgid "I am online" +msgstr "" + +#: ../../mod/chat.php:190 +msgid "Bookmark this room" +msgstr "" + +#: ../../mod/chat.php:208 ../../mod/chat.php:231 +msgid "New Chatroom" +msgstr "" + +#: ../../mod/chat.php:209 +msgid "Chatroom Name" +msgstr "" + +#: ../../mod/chat.php:210 +msgid "Expiration of chats (minutes)" +msgstr "" + +#: ../../mod/chat.php:227 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "" + +#: ../../mod/chatsvc.php:111 +msgid "Away" +msgstr "" + +#: ../../mod/chatsvc.php:115 +msgid "Online" msgstr "" #: ../../mod/common.php:10 @@ -4410,117 +5319,847 @@ msgstr "" msgid "Restricted or Premium Channel" msgstr "" -#: ../../mod/match.php:22 -msgid "Profile Match" +#: ../../mod/connections.php:52 ../../mod/connections.php:150 +msgid "Blocked" msgstr "" -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../mod/connections.php:57 ../../mod/connections.php:157 +msgid "Ignored" msgstr "" -#: ../../mod/match.php:63 -msgid "is interested in:" +#: ../../mod/connections.php:62 ../../mod/connections.php:171 +msgid "Hidden" msgstr "" -#: ../../mod/match.php:70 -msgid "No matches" +#: ../../mod/connections.php:67 ../../mod/connections.php:164 +msgid "Archived" msgstr "" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." +#: ../../mod/connections.php:128 +msgid "Suggest new connections" msgstr "" -#: ../../mod/openid.php:72 ../../mod/openid.php:179 -#: ../../Zotlabs/Zot/Auth.php:248 +#: ../../mod/connections.php:131 +msgid "New Connections" +msgstr "" + +#: ../../mod/connections.php:134 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../mod/connections.php:137 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "" + +#: ../../mod/connections.php:140 +msgid "Show all connections" +msgstr "" + +#: ../../mod/connections.php:143 +msgid "Unblocked" +msgstr "" + +#: ../../mod/connections.php:146 +msgid "Only show unblocked connections" +msgstr "" + +#: ../../mod/connections.php:153 +msgid "Only show blocked connections" +msgstr "" + +#: ../../mod/connections.php:160 +msgid "Only show ignored connections" +msgstr "" + +#: ../../mod/connections.php:167 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:174 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:225 #, php-format -msgid "Welcome %s. Remote authentication successful." +msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" +#: ../../mod/connections.php:226 +msgid "Edit connection" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../mod/connections.php:264 +msgid "Search your connections" msgstr "" -#: ../../mod/chatsvc.php:115 -msgid "Online" +#: ../../mod/connections.php:265 +msgid "Finding: " msgstr "" -#: ../../mod/pubsites.php:18 -msgid "Public Sites" +#: ../../mod/connedit.php:75 +msgid "Could not access contact record." msgstr "" -#: ../../mod/pubsites.php:21 +#: ../../mod/connedit.php:99 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/connedit.php:223 +msgid "Connection updated." +msgstr "" + +#: ../../mod/connedit.php:225 +msgid "Failed to update connection record." +msgstr "" + +#: ../../mod/connedit.php:272 +msgid "is now connected to" +msgstr "" + +#: ../../mod/connedit.php:395 +msgid "Could not access address book record." +msgstr "" + +#: ../../mod/connedit.php:409 +msgid "Refresh failed - channel is currently unavailable." +msgstr "" + +#: ../../mod/connedit.php:424 ../../mod/connedit.php:433 +#: ../../mod/connedit.php:442 ../../mod/connedit.php:451 +#: ../../mod/connedit.php:464 +msgid "Unable to set address book parameters." +msgstr "" + +#: ../../mod/connedit.php:488 +msgid "Connection has been removed." +msgstr "" + +#: ../../mod/connedit.php:507 +#, php-format +msgid "View %s's profile" +msgstr "" + +#: ../../mod/connedit.php:511 +msgid "Refresh Permissions" +msgstr "" + +#: ../../mod/connedit.php:514 +msgid "Fetch updated permissions" +msgstr "" + +#: ../../mod/connedit.php:518 +msgid "Recent Activity" +msgstr "" + +#: ../../mod/connedit.php:521 +msgid "View recent posts and comments" +msgstr "" + +#: ../../mod/connedit.php:528 +msgid "Block (or Unblock) all communications with this connection" +msgstr "" + +#: ../../mod/connedit.php:529 +msgid "This connection is blocked!" +msgstr "" + +#: ../../mod/connedit.php:533 +msgid "Unignore" +msgstr "" + +#: ../../mod/connedit.php:533 ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "" + +#: ../../mod/connedit.php:536 +msgid "Ignore (or Unignore) all inbound communications from this connection" +msgstr "" + +#: ../../mod/connedit.php:537 +msgid "This connection is ignored!" +msgstr "" + +#: ../../mod/connedit.php:541 +msgid "Unarchive" +msgstr "" + +#: ../../mod/connedit.php:541 +msgid "Archive" +msgstr "" + +#: ../../mod/connedit.php:544 msgid "" -"The listed sites allow public registration for the $Projectname network. All " -"sites in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some sites may require subscription or " -"provide tiered service plans. The provider links may " -"provide additional details." +"Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../mod/pubsites.php:27 -msgid "Rate this hub" +#: ../../mod/connedit.php:545 +msgid "This connection is archived!" msgstr "" -#: ../../mod/pubsites.php:28 -msgid "Site URL" +#: ../../mod/connedit.php:549 +msgid "Unhide" msgstr "" -#: ../../mod/pubsites.php:28 -msgid "Access Type" +#: ../../mod/connedit.php:549 +msgid "Hide" msgstr "" -#: ../../mod/pubsites.php:28 -msgid "Registration Policy" +#: ../../mod/connedit.php:552 +msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../mod/pubsites.php:28 -msgid "Project" +#: ../../mod/connedit.php:553 +msgid "This connection is hidden!" msgstr "" -#: ../../mod/pubsites.php:28 -msgid "View hub ratings" +#: ../../mod/connedit.php:560 +msgid "Delete this connection" msgstr "" -#: ../../mod/pubsites.php:32 -msgid "Rate" +#: ../../mod/connedit.php:641 +msgid "Approve this connection" msgstr "" -#: ../../mod/pubsites.php:33 -msgid "View ratings" +#: ../../mod/connedit.php:641 +msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/tagger.php:96 +#: ../../mod/connedit.php:646 +msgid "Set Affinity" +msgstr "" + +#: ../../mod/connedit.php:649 +msgid "Set Profile" +msgstr "" + +#: ../../mod/connedit.php:652 +msgid "Set Affinity & Profile" +msgstr "" + +#: ../../mod/connedit.php:685 +msgid "none" +msgstr "" + +#: ../../mod/connedit.php:690 +msgid "Apply these permissions automatically" +msgstr "" + +#: ../../mod/connedit.php:692 +msgid "This connection's primary address is" +msgstr "" + +#: ../../mod/connedit.php:693 +msgid "Available locations:" +msgstr "" + +#: ../../mod/connedit.php:697 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." +msgstr "" + +#: ../../mod/connedit.php:699 +msgid "Slide to adjust your degree of friendship" +msgstr "" + +#: ../../mod/connedit.php:701 +msgid "Slide to adjust your rating" +msgstr "" + +#: ../../mod/connedit.php:702 ../../mod/connedit.php:707 +msgid "Optionally explain your rating" +msgstr "" + +#: ../../mod/connedit.php:704 +msgid "Custom Filter" +msgstr "" + +#: ../../mod/connedit.php:705 +msgid "Only import posts with this text" +msgstr "" + +#: ../../mod/connedit.php:705 ../../mod/connedit.php:706 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" +msgstr "" + +#: ../../mod/connedit.php:706 +msgid "Do not import posts with this text" +msgstr "" + +#: ../../mod/connedit.php:708 +msgid "This information is public!" +msgstr "" + +#: ../../mod/connedit.php:713 +msgid "Connection Pending Approval" +msgstr "" + +#: ../../mod/connedit.php:714 +msgid "Connection Request" +msgstr "" + +#: ../../mod/connedit.php:715 #, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +msgid "" +"(%s) would like to connect with you. Please approve this connection to allow " +"communication." msgstr "" -#: ../../mod/rate.php:158 -msgid "Website:" +#: ../../mod/connedit.php:717 +msgid "Approve Later" msgstr "" -#: ../../mod/rate.php:161 +#: ../../mod/connedit.php:720 +msgid "inherited" +msgstr "" + +#: ../../mod/connedit.php:722 #, php-format -msgid "Remote Channel [%s] (not yet known on this site)" +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/rate.php:162 -msgid "Rating (this information is public)" +#: ../../mod/connedit.php:724 +msgid "Their Settings" msgstr "" -#: ../../mod/rate.php:163 -msgid "Optionally explain your rating (this information is public)" +#: ../../mod/connedit.php:725 +msgid "My Settings" msgstr "" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:148 -msgid "Block Name" +#: ../../mod/connedit.php:727 +msgid "Individual Permissions" msgstr "" -#: ../../mod/blocks.php:149 -msgid "Block Title" +#: ../../mod/connedit.php:728 +msgid "" +"Some permissions may be inherited from your channel's privacy settings, which have higher priority than " +"individual settings. You can not change those settings here." +msgstr "" + +#: ../../mod/connedit.php:729 +msgid "" +"Some permissions may be inherited from your channel's privacy settings, which have higher priority than " +"individual settings. You can change those settings here but they wont have " +"any impact unless the inherited setting changes." +msgstr "" + +#: ../../mod/connedit.php:730 +msgid "Last update:" +msgstr "" + +#: ../../mod/dav.php:121 +msgid "$Projectname channel" +msgstr "" + +#: ../../mod/directory.php:59 ../../mod/display.php:13 +#: ../../mod/photos.php:490 ../../mod/ratings.php:82 ../../mod/search.php:13 +#: ../../mod/viewconnections.php:17 +msgid "Public access denied." +msgstr "" + +#: ../../mod/directory.php:236 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/directory.php:247 +msgid "Gender: " +msgstr "" + +#: ../../mod/directory.php:249 +msgid "Status: " +msgstr "" + +#: ../../mod/directory.php:251 +msgid "Homepage: " +msgstr "" + +#: ../../mod/directory.php:310 +msgid "Description:" +msgstr "" + +#: ../../mod/directory.php:319 +msgid "Public Forum:" +msgstr "" + +#: ../../mod/directory.php:322 +msgid "Keywords: " +msgstr "" + +#: ../../mod/directory.php:325 +msgid "Don't suggest" +msgstr "" + +#: ../../mod/directory.php:327 +msgid "Common connections:" +msgstr "" + +#: ../../mod/directory.php:376 +msgid "Global Directory" +msgstr "" + +#: ../../mod/directory.php:376 +msgid "Local Directory" +msgstr "" + +#: ../../mod/directory.php:382 +msgid "Finding:" +msgstr "" + +#: ../../mod/directory.php:387 +msgid "next page" +msgstr "" + +#: ../../mod/directory.php:387 +msgid "previous page" +msgstr "" + +#: ../../mod/directory.php:388 +msgid "Sort options" +msgstr "" + +#: ../../mod/directory.php:389 +msgid "Alphabetic" +msgstr "" + +#: ../../mod/directory.php:390 +msgid "Reverse Alphabetic" +msgstr "" + +#: ../../mod/directory.php:391 +msgid "Newest to Oldest" +msgstr "" + +#: ../../mod/directory.php:392 +msgid "Oldest to Newest" +msgstr "" + +#: ../../mod/directory.php:409 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45 +msgid "This site is not a directory server" +msgstr "" + +#: ../../mod/dirsearch.php:29 +msgid "This directory server requires an access token" +msgstr "" + +#: ../../mod/dreport.php:23 +msgid "Invalid message" +msgstr "" + +#: ../../mod/dreport.php:55 +msgid "no results" +msgstr "" + +#: ../../mod/dreport.php:60 +#, php-format +msgid "Delivery report for %1$s" +msgstr "" + +#: ../../mod/dreport.php:74 +msgid "channel sync processed" +msgstr "" + +#: ../../mod/dreport.php:78 +msgid "queued" +msgstr "" + +#: ../../mod/dreport.php:82 +msgid "posted" +msgstr "" + +#: ../../mod/dreport.php:86 +msgid "accepted for delivery" +msgstr "" + +#: ../../mod/dreport.php:90 +msgid "updated" +msgstr "" + +#: ../../mod/dreport.php:93 +msgid "update ignored" +msgstr "" + +#: ../../mod/dreport.php:96 +msgid "permission denied" +msgstr "" + +#: ../../mod/dreport.php:100 +msgid "recipient not found" +msgstr "" + +#: ../../mod/dreport.php:103 +msgid "mail recalled" +msgstr "" + +#: ../../mod/dreport.php:106 +msgid "duplicate mail received" +msgstr "" + +#: ../../mod/dreport.php:109 +msgid "mail delivered" +msgstr "" + +#: ../../mod/editblock.php:78 ../../mod/editblock.php:94 +#: ../../mod/editlayout.php:76 ../../mod/editpost.php:20 +#: ../../mod/editwebpage.php:77 +msgid "Item not found" +msgstr "" + +#: ../../mod/editblock.php:118 +msgid "Delete block?" +msgstr "" + +#: ../../mod/editblock.php:145 ../../mod/editlayout.php:143 +#: ../../mod/editpost.php:121 ../../mod/editwebpage.php:185 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:144 +#: ../../mod/editpost.php:122 ../../mod/editwebpage.php:186 +msgid "Insert Vorbis [.ogg] video" +msgstr "" + +#: ../../mod/editblock.php:147 ../../mod/editlayout.php:145 +#: ../../mod/editpost.php:123 ../../mod/editwebpage.php:187 +msgid "Insert Vorbis [.ogg] audio" +msgstr "" + +#: ../../mod/editblock.php:180 +msgid "Edit Block" +msgstr "" + +#: ../../mod/editlayout.php:112 +msgid "Delete layout?" +msgstr "" + +#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 +msgid "Layout Description (Optional)" +msgstr "" + +#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 +#: ../../mod/layouts.php:179 +msgid "Layout Name" +msgstr "" + +#: ../../mod/editlayout.php:178 +msgid "Edit Layout" +msgstr "" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "" + +#: ../../mod/editpost.php:57 +msgid "Delete item?" +msgstr "" + +#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 +msgid "Edit post" +msgstr "" + +#: ../../mod/editwebpage.php:153 +msgid "Delete webpage?" +msgstr "" + +#: ../../mod/editwebpage.php:172 +msgid "Page link title" +msgstr "" + +#: ../../mod/editwebpage.php:222 +msgid "Edit Webpage" +msgstr "" + +#: ../../mod/events.php:21 +msgid "Calendar entries imported." +msgstr "" + +#: ../../mod/events.php:23 +msgid "No calendar entries found." +msgstr "" + +#: ../../mod/events.php:100 +msgid "Event can not end before it has started." +msgstr "" + +#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 +msgid "Unable to generate preview." +msgstr "" + +#: ../../mod/events.php:109 +msgid "Event title and start time are required." +msgstr "" + +#: ../../mod/events.php:129 ../../mod/events.php:254 +msgid "Event not found." +msgstr "" + +#: ../../mod/events.php:437 +msgid "Edit event title" +msgstr "" + +#: ../../mod/events.php:437 +msgid "Event title" +msgstr "" + +#: ../../mod/events.php:439 +msgid "Categories (comma-separated list)" +msgstr "" + +#: ../../mod/events.php:440 +msgid "Edit Category" +msgstr "" + +#: ../../mod/events.php:440 +msgid "Category" +msgstr "" + +#: ../../mod/events.php:443 +msgid "Edit start date and time" +msgstr "" + +#: ../../mod/events.php:443 +msgid "Start date and time" +msgstr "" + +#: ../../mod/events.php:444 ../../mod/events.php:447 +msgid "Finish date and time are not known or not relevant" +msgstr "" + +#: ../../mod/events.php:446 +msgid "Edit finish date and time" +msgstr "" + +#: ../../mod/events.php:446 +msgid "Finish date and time" +msgstr "" + +#: ../../mod/events.php:448 ../../mod/events.php:449 +msgid "Adjust for viewer timezone" +msgstr "" + +#: ../../mod/events.php:448 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." +msgstr "" + +#: ../../mod/events.php:450 +msgid "Edit Description" +msgstr "" + +#: ../../mod/events.php:452 +msgid "Edit Location" +msgstr "" + +#: ../../mod/events.php:455 ../../mod/events.php:457 +msgid "Share this event" +msgstr "" + +#: ../../mod/events.php:462 +msgid "Advanced Options" +msgstr "" + +#: ../../mod/events.php:574 +msgid "l, F j" +msgstr "" + +#: ../../mod/events.php:596 +msgid "Edit event" +msgstr "" + +#: ../../mod/events.php:598 +msgid "Delete event" +msgstr "" + +#: ../../mod/events.php:632 +msgid "calendar" +msgstr "" + +#: ../../mod/events.php:651 +msgid "Edit Event" +msgstr "" + +#: ../../mod/events.php:651 +msgid "Create Event" +msgstr "" + +#: ../../mod/events.php:652 ../../mod/events.php:659 ../../mod/photos.php:902 +msgid "Previous" +msgstr "" + +#: ../../mod/events.php:653 ../../mod/events.php:660 ../../mod/photos.php:911 +#: ../../mod/setup.php:285 +msgid "Next" +msgstr "" + +#: ../../mod/events.php:661 +msgid "Today" +msgstr "" + +#: ../../mod/events.php:692 +msgid "Event removed" +msgstr "" + +#: ../../mod/events.php:695 +msgid "Failed to remove event" +msgstr "" + +#: ../../mod/ffsapi.php:8 +msgid "Share content from Firefox to $Projectname" +msgstr "" + +#: ../../mod/ffsapi.php:11 +msgid "Activate the Firefox $Projectname provider" +msgstr "" + +#: ../../mod/filer.php:48 +msgid "- select -" +msgstr "" + +#: ../../mod/filestorage.php:82 +msgid "Permission Denied." +msgstr "" + +#: ../../mod/filestorage.php:98 +msgid "File not found." +msgstr "" + +#: ../../mod/filestorage.php:141 +msgid "Edit file permissions" +msgstr "" + +#: ../../mod/filestorage.php:150 +msgid "Set/edit permissions" +msgstr "" + +#: ../../mod/filestorage.php:151 +msgid "Include all files and sub folders" +msgstr "" + +#: ../../mod/filestorage.php:152 +msgid "Return to file list" +msgstr "" + +#: ../../mod/filestorage.php:154 +msgid "Copy/paste this code to attach file to a post" +msgstr "" + +#: ../../mod/filestorage.php:155 +msgid "Copy/paste this URL to link file from a web page" +msgstr "" + +#: ../../mod/filestorage.php:157 +msgid "Share this file" +msgstr "" + +#: ../../mod/filestorage.php:158 +msgid "Show URL to this file" +msgstr "" + +#: ../../mod/filestorage.php:159 +msgid "Notify your contacts about this file" +msgstr "" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "" + +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "" + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "" + +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "" + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "" + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "" + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "" + +#: ../../mod/group.php:87 ../../mod/group.php:180 +msgid "Collection Name: " +msgstr "" + +#: ../../mod/group.php:89 ../../mod/group.php:183 +msgid "Members are visible to other channels" +msgstr "" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "" + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "" + +#: ../../mod/group.php:179 +msgid "Collection Editor" +msgstr "" + +#: ../../mod/group.php:193 +msgid "Members" +msgstr "" + +#: ../../mod/group.php:195 +msgid "All Connected Channels" +msgstr "" + +#: ../../mod/group.php:227 +msgid "Click on a channel to add or remove." +msgstr "" + +#: ../../mod/help.php:148 +msgid "Documentation Search" +msgstr "" + +#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198 +msgid "Help:" +msgstr "" + +#: ../../mod/help.php:237 +msgid "$Projectname Documentation" +msgstr "" + +#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 +msgid "$Projectname" +msgstr "" + +#: ../../mod/home.php:75 +#, php-format +msgid "Welcome to %s" msgstr "" #: ../../mod/id.php:11 @@ -4591,6 +6230,227 @@ msgstr "" msgid "Gender" msgstr "" +#: ../../mod/impel.php:192 +#, php-format +msgid "%s element installed" +msgstr "" + +#: ../../mod/impel.php:195 +#, php-format +msgid "%s element installation failed" +msgstr "" + +#: ../../mod/import.php:28 +#, php-format +msgid "Your service plan only allows %d channels." +msgstr "" + +#: ../../mod/import.php:66 ../../mod/import_items.php:38 +msgid "Nothing to import." +msgstr "" + +#: ../../mod/import.php:90 ../../mod/import_items.php:62 +msgid "Unable to download data from old server" +msgstr "" + +#: ../../mod/import.php:96 ../../mod/import_items.php:68 +msgid "Imported file is empty." +msgstr "" + +#: ../../mod/import.php:116 ../../mod/import_items.php:82 +#, php-format +msgid "Warning: Database versions differ by %1$d updates." +msgstr "" + +#: ../../mod/import.php:149 +msgid "No channel. Import failed." +msgstr "" + +#: ../../mod/import.php:509 +msgid "You must be logged in to use this feature." +msgstr "" + +#: ../../mod/import.php:514 +msgid "Import Channel" +msgstr "" + +#: ../../mod/import.php:515 +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." +msgstr "" + +#: ../../mod/import.php:516 ../../mod/import_items.php:121 +msgid "File to Upload" +msgstr "" + +#: ../../mod/import.php:517 +msgid "Or provide the old server/hub details" +msgstr "" + +#: ../../mod/import.php:518 +msgid "Your old identity address (xyz@example.com)" +msgstr "" + +#: ../../mod/import.php:519 +msgid "Your old login email address" +msgstr "" + +#: ../../mod/import.php:520 +msgid "Your old login password" +msgstr "" + +#: ../../mod/import.php:521 +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 "" + +#: ../../mod/import.php:522 +msgid "Make this hub my primary location" +msgstr "" + +#: ../../mod/import.php:523 +msgid "" +"Import existing posts if possible (experimental - limited by available memory" +msgstr "" + +#: ../../mod/import.php:524 +msgid "" +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." +msgstr "" + +#: ../../mod/import_items.php:101 +msgid "Import completed" +msgstr "" + +#: ../../mod/import_items.php:119 +msgid "Import Items" +msgstr "" + +#: ../../mod/import_items.php:120 +msgid "Use this form to import existing posts and content from an export file." +msgstr "" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "" + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "" + +#: ../../mod/invite.php:59 +msgid "Please join us on $Projectname" +msgstr "" + +#: ../../mod/invite.php:70 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: ../../mod/invite.php:75 +#, php-format +msgid "%s : Message delivery failed." +msgstr "" + +#: ../../mod/invite.php:79 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:98 +msgid "You have no more invitations available" +msgstr "" + +#: ../../mod/invite.php:129 +msgid "Send invitations" +msgstr "" + +#: ../../mod/invite.php:130 +msgid "Enter email addresses, one per line:" +msgstr "" + +#: ../../mod/invite.php:131 ../../mod/mail.php:246 +msgid "Your message:" +msgstr "" + +#: ../../mod/invite.php:132 +msgid "Please join my community on $Projectname." +msgstr "" + +#: ../../mod/invite.php:134 +msgid "You will need to supply this invitation code: " +msgstr "" + +#: ../../mod/invite.php:135 +msgid "1. Register at any $Projectname location (they are all inter-connected)" +msgstr "" + +#: ../../mod/invite.php:137 +msgid "2. Enter my $Projectname network address into the site searchbar." +msgstr "" + +#: ../../mod/invite.php:138 +msgid "or visit " +msgstr "" + +#: ../../mod/invite.php:140 +msgid "3. Click [Connect]" +msgstr "" + +#: ../../mod/item.php:174 +msgid "Unable to locate original post." +msgstr "" + +#: ../../mod/item.php:418 +msgid "Empty post discarded." +msgstr "" + +#: ../../mod/item.php:458 +msgid "Executable content type not permitted to this channel." +msgstr "" + +#: ../../mod/item.php:822 +msgid "Duplicate post suppressed." +msgstr "" + +#: ../../mod/item.php:953 +msgid "System error. Post not saved." +msgstr "" + +#: ../../mod/item.php:1220 +msgid "Unable to obtain post information from database." +msgstr "" + +#: ../../mod/item.php:1227 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: ../../mod/item.php:1234 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "" + +#: ../../mod/layouts.php:176 +msgid "Comanche page description language help" +msgstr "" + +#: ../../mod/layouts.php:180 +msgid "Layout Description" +msgstr "" + +#: ../../mod/layouts.php:185 +msgid "Download PDL file" +msgstr "" + #: ../../mod/like.php:15 msgid "Like/Dislike" msgstr "" @@ -4659,17 +6519,603 @@ msgstr "" msgid "Thank you." msgstr "" -#: ../../mod/page.php:36 ../../mod/block.php:27 -msgid "Invalid item." +#: ../../mod/lockview.php:37 +msgid "Remote privacy information not available." msgstr "" -#: ../../mod/page.php:52 ../../mod/wall_upload.php:29 ../../mod/block.php:39 -msgid "Channel not found." +#: ../../mod/lockview.php:58 +msgid "Visible to:" msgstr "" -#: ../../mod/page.php:89 ../../mod/display.php:110 ../../mod/help.php:216 -#: ../../mod/block.php:75 ../../index.php:241 -msgid "Page not found." +#: ../../mod/locs.php:21 ../../mod/locs.php:50 +msgid "Location not found." +msgstr "" + +#: ../../mod/locs.php:58 +msgid "Location lookup failed." +msgstr "" + +#: ../../mod/locs.php:62 +msgid "" +"Please select another location to become primary before removing the primary " +"location." +msgstr "" + +#: ../../mod/locs.php:91 +msgid "Syncing locations" +msgstr "" + +#: ../../mod/locs.php:101 +msgid "No locations found." +msgstr "" + +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" +msgstr "" + +#: ../../mod/locs.php:113 +msgid "Location (address)" +msgstr "" + +#: ../../mod/locs.php:114 +msgid "Primary Location" +msgstr "" + +#: ../../mod/locs.php:115 +msgid "Drop location" +msgstr "" + +#: ../../mod/locs.php:117 +msgid "Sync now" +msgstr "" + +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." +msgstr "" + +#: ../../mod/locs.php:119 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." +msgstr "" + +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." +msgstr "" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "" + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "" + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 +#, php-format +msgid "Site Member (%s)" +msgstr "" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." +msgstr "" + +#: ../../mod/lostpass.php:88 +msgid "Your new password is" +msgstr "" + +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" +msgstr "" + +#: ../../mod/lostpass.php:90 +msgid "click here to login" +msgstr "" + +#: ../../mod/lostpass.php:91 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: ../../mod/lostpass.php:108 +#, php-format +msgid "Your password has changed at %s" +msgstr "" + +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" +msgstr "" + +#: ../../mod/lostpass.php:124 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: ../../mod/lostpass.php:125 +msgid "Email Address" +msgstr "" + +#: ../../mod/lostpass.php:126 +msgid "Reset" +msgstr "" + +#: ../../mod/magic.php:69 +msgid "Hub not found." +msgstr "" + +#: ../../mod/mail.php:34 +msgid "Unable to lookup recipient." +msgstr "" + +#: ../../mod/mail.php:42 +msgid "Unable to communicate with requested channel." +msgstr "" + +#: ../../mod/mail.php:49 +msgid "Cannot verify requested channel." +msgstr "" + +#: ../../mod/mail.php:75 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "" + +#: ../../mod/mail.php:140 +msgid "Messages" +msgstr "" + +#: ../../mod/mail.php:175 +msgid "Message recalled." +msgstr "" + +#: ../../mod/mail.php:188 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/mail.php:231 +msgid "Requested channel is not in this network" +msgstr "" + +#: ../../mod/mail.php:239 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/mail.php:240 ../../mod/mail.php:370 +msgid "To:" +msgstr "" + +#: ../../mod/mail.php:243 ../../mod/mail.php:372 +msgid "Subject:" +msgstr "" + +#: ../../mod/mail.php:250 +msgid "Send" +msgstr "" + +#: ../../mod/mail.php:342 +msgid "Delete message" +msgstr "" + +#: ../../mod/mail.php:343 +msgid "Delivery report" +msgstr "" + +#: ../../mod/mail.php:344 +msgid "Recall message" +msgstr "" + +#: ../../mod/mail.php:346 +msgid "Message has been recalled." +msgstr "" + +#: ../../mod/mail.php:363 +msgid "Delete Conversation" +msgstr "" + +#: ../../mod/mail.php:365 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: ../../mod/mail.php:369 +msgid "Send Reply" +msgstr "" + +#: ../../mod/mail.php:374 +#, php-format +msgid "Your message for %s (%s):" +msgstr "" + +#: ../../mod/manage.php:130 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "" + +#: ../../mod/manage.php:138 +msgid "Create a new channel" +msgstr "" + +#: ../../mod/manage.php:161 +msgid "Current Channel" +msgstr "" + +#: ../../mod/manage.php:163 +msgid "Switch to one of your channels by selecting it." +msgstr "" + +#: ../../mod/manage.php:164 +msgid "Default Channel" +msgstr "" + +#: ../../mod/manage.php:165 +msgid "Make Default" +msgstr "" + +#: ../../mod/manage.php:168 +#, php-format +msgid "%d new messages" +msgstr "" + +#: ../../mod/manage.php:169 +#, php-format +msgid "%d new introductions" +msgstr "" + +#: ../../mod/manage.php:171 +msgid "Delegated Channels" +msgstr "" + +#: ../../mod/match.php:22 +msgid "Profile Match" +msgstr "" + +#: ../../mod/match.php:31 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: ../../mod/match.php:63 +msgid "is interested in:" +msgstr "" + +#: ../../mod/match.php:70 +msgid "No matches" +msgstr "" + +#: ../../mod/menu.php:45 +msgid "Unable to update menu." +msgstr "" + +#: ../../mod/menu.php:56 +msgid "Unable to create menu." +msgstr "" + +#: ../../mod/menu.php:94 ../../mod/menu.php:106 +msgid "Menu Name" +msgstr "" + +#: ../../mod/menu.php:94 +msgid "Unique name (not visible on webpage) - required" +msgstr "" + +#: ../../mod/menu.php:95 ../../mod/menu.php:107 +msgid "Menu Title" +msgstr "" + +#: ../../mod/menu.php:95 +msgid "Visible on webpage - leave empty for no title" +msgstr "" + +#: ../../mod/menu.php:96 +msgid "Allow Bookmarks" +msgstr "" + +#: ../../mod/menu.php:96 ../../mod/menu.php:153 +msgid "Menu may be used to store saved bookmarks" +msgstr "" + +#: ../../mod/menu.php:97 ../../mod/menu.php:155 +msgid "Submit and proceed" +msgstr "" + +#: ../../mod/menu.php:109 +msgid "Drop" +msgstr "" + +#: ../../mod/menu.php:113 +msgid "Bookmarks allowed" +msgstr "" + +#: ../../mod/menu.php:115 +msgid "Delete this menu" +msgstr "" + +#: ../../mod/menu.php:116 ../../mod/menu.php:150 +msgid "Edit menu contents" +msgstr "" + +#: ../../mod/menu.php:117 +msgid "Edit this menu" +msgstr "" + +#: ../../mod/menu.php:132 +msgid "Menu could not be deleted." +msgstr "" + +#: ../../mod/menu.php:140 ../../mod/mitem.php:24 +msgid "Menu not found." +msgstr "" + +#: ../../mod/menu.php:145 +msgid "Edit Menu" +msgstr "" + +#: ../../mod/menu.php:149 +msgid "Add or remove entries to this menu" +msgstr "" + +#: ../../mod/menu.php:151 +msgid "Menu name" +msgstr "" + +#: ../../mod/menu.php:151 +msgid "Must be unique, only seen by you" +msgstr "" + +#: ../../mod/menu.php:152 +msgid "Menu title" +msgstr "" + +#: ../../mod/menu.php:152 +msgid "Menu title as seen by others" +msgstr "" + +#: ../../mod/menu.php:153 +msgid "Allow bookmarks" +msgstr "" + +#: ../../mod/menu.php:162 ../../mod/mitem.php:116 ../../mod/xchan.php:37 +msgid "Not found." +msgstr "" + +#: ../../mod/mitem.php:48 +msgid "Unable to create element." +msgstr "" + +#: ../../mod/mitem.php:72 +msgid "Unable to update menu element." +msgstr "" + +#: ../../mod/mitem.php:88 +msgid "Unable to add menu element." +msgstr "" + +#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 +msgid "Menu Item Permissions" +msgstr "" + +#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1056 +msgid "(click to open/close)" +msgstr "" + +#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 +msgid "Link Name" +msgstr "" + +#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 +msgid "Link or Submenu Target" +msgstr "" + +#: ../../mod/mitem.php:153 +msgid "Enter URL of the link or select a menu name to create a submenu" +msgstr "" + +#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 +msgid "Use magic-auth if available" +msgstr "" + +#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 +msgid "Open link in new window" +msgstr "" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Order in list" +msgstr "" + +#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 +msgid "Higher numbers will sink to bottom of listing" +msgstr "" + +#: ../../mod/mitem.php:157 +msgid "Submit and finish" +msgstr "" + +#: ../../mod/mitem.php:158 +msgid "Submit and continue" +msgstr "" + +#: ../../mod/mitem.php:166 +msgid "Menu:" +msgstr "" + +#: ../../mod/mitem.php:169 +msgid "Link Target" +msgstr "" + +#: ../../mod/mitem.php:172 +msgid "Edit menu" +msgstr "" + +#: ../../mod/mitem.php:175 +msgid "Edit element" +msgstr "" + +#: ../../mod/mitem.php:176 +msgid "Drop element" +msgstr "" + +#: ../../mod/mitem.php:177 +msgid "New element" +msgstr "" + +#: ../../mod/mitem.php:178 +msgid "Edit this menu container" +msgstr "" + +#: ../../mod/mitem.php:179 +msgid "Add menu element" +msgstr "" + +#: ../../mod/mitem.php:180 +msgid "Delete this menu item" +msgstr "" + +#: ../../mod/mitem.php:181 +msgid "Edit this menu item" +msgstr "" + +#: ../../mod/mitem.php:198 +msgid "Menu item not found." +msgstr "" + +#: ../../mod/mitem.php:211 +msgid "Menu item deleted." +msgstr "" + +#: ../../mod/mitem.php:213 +msgid "Menu item could not be deleted." +msgstr "" + +#: ../../mod/mitem.php:220 +msgid "Edit Menu Element" +msgstr "" + +#: ../../mod/mitem.php:226 +msgid "Link text" +msgstr "" + +#: ../../mod/mood.php:132 +msgid "Set your current mood and tell your friends" +msgstr "" + +#: ../../mod/network.php:91 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:131 +msgid "No such channel" +msgstr "" + +#: ../../mod/network.php:136 +msgid "forum" +msgstr "" + +#: ../../mod/network.php:148 +msgid "Search Results For:" +msgstr "" + +#: ../../mod/network.php:207 +msgid "Collection is empty" +msgstr "" + +#: ../../mod/network.php:216 +msgid "Collection: " +msgstr "" + +#: ../../mod/network.php:242 +msgid "Invalid connection." +msgstr "" + +#: ../../mod/new_channel.php:120 +msgid "Add a Channel" +msgstr "" + +#: ../../mod/new_channel.php:121 +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 "" + +#: ../../mod/new_channel.php:123 ../../mod/sources.php:103 +#: ../../mod/sources.php:137 +msgid "Channel Name" +msgstr "" + +#: ../../mod/new_channel.php:124 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\" " +msgstr "" + +#: ../../mod/new_channel.php:125 +msgid "Choose a short nickname" +msgstr "" + +#: ../../mod/new_channel.php:126 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "" + +#: ../../mod/new_channel.php:127 +msgid "" +"Or import an existing channel from another location" +msgstr "" + +#: ../../mod/new_channel.php:129 +msgid "" +"Please choose a channel type (such as social networking or community forum) " +"and privacy requirements so we can select the best permissions for you" +msgstr "" + +#: ../../mod/new_channel.php:130 +msgid "Channel Type" +msgstr "" + +#: ../../mod/new_channel.php:130 +msgid "Read more about roles" +msgstr "" + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "" + +#: ../../mod/notifications.php:94 ../../mod/notify.php:53 +msgid "No more system notifications." +msgstr "" + +#: ../../mod/notifications.php:98 ../../mod/notify.php:57 +msgid "System Notifications" +msgstr "" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "" + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." msgstr "" #: ../../mod/page.php:126 @@ -4682,112 +7128,650 @@ msgid "" "non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." msgstr "" -#: ../../mod/removeme.php:29 +#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 +msgid "This setting requires special processing and editing has been blocked." +msgstr "" + +#: ../../mod/pconfig.php:49 +msgid "Configuration Editor" +msgstr "" + +#: ../../mod/pconfig.php:50 msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." +"Warning: Changing some settings could render your channel inoperable. Please " +"leave this page unless you are comfortable with and knowledgeable about how " +"to correctly use this feature." msgstr "" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" +#: ../../mod/pdledit.php:13 +msgid "Layout updated." msgstr "" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "WARNING: " +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" msgstr "" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " +#: ../../mod/pdledit.php:48 +msgid "Layout not found." msgstr "" -#: ../../mod/removeme.php:58 ../../mod/removeaccount.php:58 -msgid "This action is permanent and can not be undone!" +#: ../../mod/pdledit.php:54 +msgid "Module Name:" msgstr "" -#: ../../mod/removeme.php:59 ../../mod/removeaccount.php:59 -msgid "Please enter your password for verification:" +#: ../../mod/pdledit.php:55 +msgid "Layout Help" msgstr "" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" +#: ../../mod/photos.php:79 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../mod/removeme.php:60 +#: ../../mod/photos.php:100 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:127 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:171 ../../mod/photos.php:1006 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:501 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:550 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../mod/photos.php:589 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "" + +#: ../../mod/photos.php:592 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "" + +#: ../../mod/photos.php:620 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:624 +msgid "Enter an album name" +msgstr "" + +#: ../../mod/photos.php:625 +msgid "or select an existing album (doubleclick)" +msgstr "" + +#: ../../mod/photos.php:626 +msgid "Create a status post for this upload" +msgstr "" + +#: ../../mod/photos.php:627 +msgid "Caption (optional):" +msgstr "" + +#: ../../mod/photos.php:628 +msgid "Description (optional):" +msgstr "" + +#: ../../mod/photos.php:655 +msgid "Album name could not be decoded" +msgstr "" + +#: ../../mod/photos.php:699 ../../mod/photos.php:1233 +#: ../../mod/photos.php:1250 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:722 +msgid "Show Newest First" +msgstr "" + +#: ../../mod/photos.php:724 +msgid "Show Oldest First" +msgstr "" + +#: ../../mod/photos.php:824 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: ../../mod/photos.php:826 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:884 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:891 +msgid "Private Photo" +msgstr "" + +#: ../../mod/photos.php:906 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:951 ../../mod/tagrm.php:133 +msgid "Remove" +msgstr "" + +#: ../../mod/photos.php:985 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:987 +msgid "Rotate CW (right)" +msgstr "" + +#: ../../mod/photos.php:988 +msgid "Rotate CCW (left)" +msgstr "" + +#: ../../mod/photos.php:991 +msgid "Enter a new album name" +msgstr "" + +#: ../../mod/photos.php:992 +msgid "or select an existing one (doubleclick)" +msgstr "" + +#: ../../mod/photos.php:995 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:997 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:1001 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +msgstr "" + +#: ../../mod/photos.php:1004 +msgid "Flag as adult in album view" +msgstr "" + +#: ../../mod/photos.php:1196 +msgid "In This Photo:" +msgstr "" + +#: ../../mod/photos.php:1201 +msgid "Map" +msgstr "" + +#: ../../mod/photos.php:1289 +msgid "View Album" +msgstr "" + +#: ../../mod/photos.php:1300 ../../mod/photos.php:1313 +#: ../../mod/photos.php:1314 +msgid "Recent Photos" +msgstr "" + +#: ../../mod/ping.php:260 +msgid "sent you a private message" +msgstr "" + +#: ../../mod/ping.php:308 +msgid "added your channel" +msgstr "" + +#: ../../mod/ping.php:350 +msgid "posted an event" +msgstr "" + +#: ../../mod/poke.php:164 +msgid "Poke/Prod" +msgstr "" + +#: ../../mod/poke.php:165 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: ../../mod/poke.php:166 +msgid "Recipient" +msgstr "" + +#: ../../mod/poke.php:167 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: ../../mod/poke.php:170 +msgid "Make this post private" +msgstr "" + +#: ../../mod/probe.php:24 ../../mod/probe.php:30 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "" + +#: ../../mod/profile_photo.php:112 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../mod/profile_photo.php:166 +msgid "Image resize failed." +msgstr "" + +#: ../../mod/profile_photo.php:212 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../mod/removeme.php:61 ../../mod/settings.php:1112 -msgid "Remove Channel" +#: ../../mod/profile_photo.php:250 +msgid "Image upload failed." msgstr "" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" +#: ../../mod/profile_photo.php:269 +msgid "Unable to process image." msgstr "" -#: ../../mod/new_channel.php:109 -msgid "Add a Channel" +#: ../../mod/profile_photo.php:297 +msgid "female" msgstr "" -#: ../../mod/new_channel.php:110 +#: ../../mod/profile_photo.php:298 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:299 +msgid "male" +msgstr "" + +#: ../../mod/profile_photo.php:300 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:302 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "" + +#: ../../mod/profile_photo.php:304 +msgid "profile photo" +msgstr "" + +#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 +msgid "Photo not available." +msgstr "" + +#: ../../mod/profile_photo.php:450 +msgid "Upload File:" +msgstr "" + +#: ../../mod/profile_photo.php:451 +msgid "Select a profile:" +msgstr "" + +#: ../../mod/profile_photo.php:452 +msgid "Upload Profile Photo" +msgstr "" + +#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975 +msgid "or" +msgstr "" + +#: ../../mod/profile_photo.php:457 +msgid "skip this step" +msgstr "" + +#: ../../mod/profile_photo.php:457 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../mod/profile_photo.php:473 +msgid "Crop Image" +msgstr "" + +#: ../../mod/profile_photo.php:474 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../mod/profile_photo.php:476 +msgid "Done Editing" +msgstr "" + +#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 +#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 +msgid "Profile not found." +msgstr "" + +#: ../../mod/profiles.php:39 +msgid "Profile deleted." +msgstr "" + +#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 +msgid "Profile-" +msgstr "" + +#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 +msgid "New profile created." +msgstr "" + +#: ../../mod/profiles.php:105 +msgid "Profile unavailable to clone." +msgstr "" + +#: ../../mod/profiles.php:146 +msgid "Profile unavailable to export." +msgstr "" + +#: ../../mod/profiles.php:251 +msgid "Profile Name is required." +msgstr "" + +#: ../../mod/profiles.php:414 +msgid "Marital Status" +msgstr "" + +#: ../../mod/profiles.php:418 +msgid "Romantic Partner" +msgstr "" + +#: ../../mod/profiles.php:422 +msgid "Likes" +msgstr "" + +#: ../../mod/profiles.php:426 +msgid "Dislikes" +msgstr "" + +#: ../../mod/profiles.php:430 +msgid "Work/Employment" +msgstr "" + +#: ../../mod/profiles.php:433 +msgid "Religion" +msgstr "" + +#: ../../mod/profiles.php:437 +msgid "Political Views" +msgstr "" + +#: ../../mod/profiles.php:445 +msgid "Sexual Preference" +msgstr "" + +#: ../../mod/profiles.php:449 +msgid "Homepage" +msgstr "" + +#: ../../mod/profiles.php:453 +msgid "Interests" +msgstr "" + +#: ../../mod/profiles.php:547 +msgid "Profile updated." +msgstr "" + +#: ../../mod/profiles.php:634 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: ../../mod/profiles.php:674 +msgid "Edit Profile Details" +msgstr "" + +#: ../../mod/profiles.php:676 +msgid "View this profile" +msgstr "" + +#: ../../mod/profiles.php:678 +msgid "Change Profile Photo" +msgstr "" + +#: ../../mod/profiles.php:679 +msgid "Create a new profile using these settings" +msgstr "" + +#: ../../mod/profiles.php:680 +msgid "Clone this profile" +msgstr "" + +#: ../../mod/profiles.php:681 +msgid "Delete this profile" +msgstr "" + +#: ../../mod/profiles.php:683 +msgid "Import profile from file" +msgstr "" + +#: ../../mod/profiles.php:684 +msgid "Export profile to file" +msgstr "" + +#: ../../mod/profiles.php:685 +msgid "Profile Name:" +msgstr "" + +#: ../../mod/profiles.php:686 +msgid "Your Full Name:" +msgstr "" + +#: ../../mod/profiles.php:687 +msgid "Title/Description:" +msgstr "" + +#: ../../mod/profiles.php:688 +msgid "Your Gender:" +msgstr "" + +#: ../../mod/profiles.php:689 +msgid "Birthday :" +msgstr "" + +#: ../../mod/profiles.php:690 +msgid "Street Address:" +msgstr "" + +#: ../../mod/profiles.php:691 +msgid "Locality/City:" +msgstr "" + +#: ../../mod/profiles.php:692 +msgid "Postal/Zip Code:" +msgstr "" + +#: ../../mod/profiles.php:693 +msgid "Country:" +msgstr "" + +#: ../../mod/profiles.php:694 +msgid "Region/State:" +msgstr "" + +#: ../../mod/profiles.php:695 +msgid " Marital Status:" +msgstr "" + +#: ../../mod/profiles.php:696 +msgid "Who: (if applicable)" +msgstr "" + +#: ../../mod/profiles.php:697 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: ../../mod/profiles.php:698 +msgid "Since [date]:" +msgstr "" + +#: ../../mod/profiles.php:700 +msgid "Homepage URL:" +msgstr "" + +#: ../../mod/profiles.php:703 +msgid "Religious Views:" +msgstr "" + +#: ../../mod/profiles.php:704 +msgid "Keywords:" +msgstr "" + +#: ../../mod/profiles.php:707 +msgid "Example: fishing photography software" +msgstr "" + +#: ../../mod/profiles.php:708 +msgid "Used in directory listings" +msgstr "" + +#: ../../mod/profiles.php:709 +msgid "Tell us about yourself..." +msgstr "" + +#: ../../mod/profiles.php:710 +msgid "Hobbies/Interests" +msgstr "" + +#: ../../mod/profiles.php:711 +msgid "Contact information and Social Networks" +msgstr "" + +#: ../../mod/profiles.php:712 +msgid "My other channels" +msgstr "" + +#: ../../mod/profiles.php:713 +msgid "Musical interests" +msgstr "" + +#: ../../mod/profiles.php:714 +msgid "Books, literature" +msgstr "" + +#: ../../mod/profiles.php:715 +msgid "Television" +msgstr "" + +#: ../../mod/profiles.php:716 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: ../../mod/profiles.php:717 +msgid "Love/romance" +msgstr "" + +#: ../../mod/profiles.php:718 +msgid "Work/employment" +msgstr "" + +#: ../../mod/profiles.php:719 +msgid "School/education" +msgstr "" + +#: ../../mod/profiles.php:725 +msgid "This is your default profile." +msgstr "" + +#: ../../mod/profiles.php:736 +msgid "Age: " +msgstr "" + +#: ../../mod/profiles.php:779 +msgid "Edit/Manage Profiles" +msgstr "" + +#: ../../mod/profiles.php:780 +msgid "Add profile things" +msgstr "" + +#: ../../mod/profiles.php:781 +msgid "Include desirable objects in your profile" +msgstr "" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "" + +#: ../../mod/profperm.php:110 +msgid "Profile Visibility Editor" +msgstr "" + +#: ../../mod/profperm.php:114 +msgid "Click on a contact to add or remove." +msgstr "" + +#: ../../mod/profperm.php:123 +msgid "Visible To" +msgstr "" + +#: ../../mod/pubsites.php:18 +msgid "Public Sites" +msgstr "" + +#: ../../mod/pubsites.php:21 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." +"The listed sites allow public registration for the $Projectname network. All " +"sites in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some sites may require subscription or " +"provide tiered service plans. The provider links may " +"provide additional details." msgstr "" -#: ../../mod/new_channel.php:112 ../../mod/sources.php:103 -#: ../../mod/sources.php:137 -msgid "Channel Name" +#: ../../mod/pubsites.php:27 +msgid "Rate this hub" msgstr "" -#: ../../mod/new_channel.php:113 -msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\" " +#: ../../mod/pubsites.php:28 +msgid "Site URL" msgstr "" -#: ../../mod/new_channel.php:114 -msgid "Choose a short nickname" +#: ../../mod/pubsites.php:28 +msgid "Access Type" msgstr "" -#: ../../mod/new_channel.php:115 -msgid "" -"Your nickname will be used to create an easily remembered channel address " -"(like an email address) which you can share with others." +#: ../../mod/pubsites.php:28 +msgid "Registration Policy" msgstr "" -#: ../../mod/new_channel.php:116 -msgid "" -"Or import an existing channel from another location" +#: ../../mod/pubsites.php:28 +msgid "Project" msgstr "" -#: ../../mod/new_channel.php:118 -msgid "" -"Please choose a channel type (such as social networking or community forum) " -"and privacy requirements so we can select the best permissions for you" +#: ../../mod/pubsites.php:28 +msgid "View hub ratings" msgstr "" -#: ../../mod/new_channel.php:119 -msgid "Channel Type" +#: ../../mod/pubsites.php:32 +msgid "Rate" msgstr "" -#: ../../mod/new_channel.php:119 -msgid "Read more about roles" +#: ../../mod/pubsites.php:33 +msgid "View ratings" +msgstr "" + +#: ../../mod/rate.php:158 +msgid "Website:" +msgstr "" + +#: ../../mod/rate.php:161 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" +msgstr "" + +#: ../../mod/rate.php:162 +msgid "Rating (this information is public)" +msgstr "" + +#: ../../mod/rate.php:163 +msgid "Optionally explain your rating (this information is public)" msgstr "" #: ../../mod/ratings.php:69 msgid "No ratings" msgstr "" -#: ../../mod/ratings.php:82 ../../mod/display.php:13 -#: ../../mod/directory.php:59 ../../mod/photos.php:490 ../../mod/search.php:13 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." -msgstr "" - #: ../../mod/ratings.php:99 msgid "Ratings" msgstr "" @@ -4804,6 +7788,773 @@ msgstr "" msgid "Description: " msgstr "" +#: ../../mod/rbmark.php:90 +msgid "Select a bookmark folder" +msgstr "" + +#: ../../mod/rbmark.php:95 +msgid "Save Bookmark" +msgstr "" + +#: ../../mod/rbmark.php:96 +msgid "URL of bookmark" +msgstr "" + +#: ../../mod/rbmark.php:101 +msgid "Or enter new bookmark folder name" +msgstr "" + +#: ../../mod/register.php:44 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:50 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "" + +#: ../../mod/register.php:84 +msgid "Passwords do not match." +msgstr "" + +#: ../../mod/register.php:119 +msgid "" +"Registration successful. Please check your email for validation instructions." +msgstr "" + +#: ../../mod/register.php:125 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: ../../mod/register.php:128 +msgid "Your registration can not be processed." +msgstr "" + +#: ../../mod/register.php:165 +msgid "Registration on this site/hub is by approval only." +msgstr "" + +#: ../../mod/register.php:166 +msgid "Register at another affiliated site/hub" +msgstr "" + +#: ../../mod/register.php:176 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: ../../mod/register.php:187 +msgid "Terms of Service" +msgstr "" + +#: ../../mod/register.php:193 +#, php-format +msgid "I accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:195 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "" + +#: ../../mod/register.php:214 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: ../../mod/register.php:215 +msgid "Please enter your invitation code" +msgstr "" + +#: ../../mod/register.php:218 +msgid "Your email address" +msgstr "" + +#: ../../mod/register.php:219 +msgid "Choose a password" +msgstr "" + +#: ../../mod/register.php:220 +msgid "Please re-enter your password" +msgstr "" + +#: ../../mod/regmod.php:11 +msgid "Please login." +msgstr "" + +#: ../../mod/removeaccount.php:30 +msgid "" +"Account removals are not allowed within 48 hours of changing the account " +"password." +msgstr "" + +#: ../../mod/removeaccount.php:57 +msgid "Remove This Account" +msgstr "" + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "WARNING: " +msgstr "" + +#: ../../mod/removeaccount.php:58 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " +msgstr "" + +#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 +msgid "This action is permanent and can not be undone!" +msgstr "" + +#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 +msgid "Please enter your password for verification:" +msgstr "" + +#: ../../mod/removeaccount.php:60 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" +msgstr "" + +#: ../../mod/removeaccount.php:60 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" +msgstr "" + +#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 +msgid "Remove Account" +msgstr "" + +#: ../../mod/removeme.php:29 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." +msgstr "" + +#: ../../mod/removeme.php:57 +msgid "Remove This Channel" +msgstr "" + +#: ../../mod/removeme.php:58 +msgid "This channel will be completely removed from the network. " +msgstr "" + +#: ../../mod/removeme.php:60 +msgid "Remove this channel and all its clones from the network" +msgstr "" + +#: ../../mod/removeme.php:60 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "" + +#: ../../mod/removeme.php:61 ../../mod/settings.php:1112 +msgid "Remove Channel" +msgstr "" + +#: ../../mod/rmagic.php:40 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: ../../mod/rmagic.php:40 +msgid "The error message was:" +msgstr "" + +#: ../../mod/rmagic.php:44 +msgid "Authentication failed." +msgstr "" + +#: ../../mod/rmagic.php:84 +msgid "Remote Authentication" +msgstr "" + +#: ../../mod/rmagic.php:85 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "" + +#: ../../mod/rmagic.php:86 +msgid "Authenticate" +msgstr "" + +#: ../../mod/search.php:212 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: ../../mod/search.php:214 +#, php-format +msgid "Search results for: %s" +msgstr "" + +#: ../../mod/service_limits.php:19 +msgid "No service class restrictions found." +msgstr "" + +#: ../../mod/settings.php:76 +msgid "Name is required" +msgstr "" + +#: ../../mod/settings.php:80 +msgid "Key and Secret are required" +msgstr "" + +#: ../../mod/settings.php:232 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:236 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:250 +msgid "Password changed." +msgstr "" + +#: ../../mod/settings.php:252 +msgid "Password update failed. Please try again." +msgstr "" + +#: ../../mod/settings.php:266 +msgid "Not valid email." +msgstr "" + +#: ../../mod/settings.php:269 +msgid "Protected email address. Cannot change to that email." +msgstr "" + +#: ../../mod/settings.php:278 +msgid "System failure storing new email. Please try again." +msgstr "" + +#: ../../mod/settings.php:521 +msgid "Settings updated." +msgstr "" + +#: ../../mod/settings.php:585 ../../mod/settings.php:611 +#: ../../mod/settings.php:647 +msgid "Add application" +msgstr "" + +#: ../../mod/settings.php:588 +msgid "Name of application" +msgstr "" + +#: ../../mod/settings.php:589 ../../mod/settings.php:615 +msgid "Consumer Key" +msgstr "" + +#: ../../mod/settings.php:589 ../../mod/settings.php:590 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "" + +#: ../../mod/settings.php:590 ../../mod/settings.php:616 +msgid "Consumer Secret" +msgstr "" + +#: ../../mod/settings.php:591 ../../mod/settings.php:617 +msgid "Redirect" +msgstr "" + +#: ../../mod/settings.php:591 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" +msgstr "" + +#: ../../mod/settings.php:592 ../../mod/settings.php:618 +msgid "Icon url" +msgstr "" + +#: ../../mod/settings.php:592 +msgid "Optional" +msgstr "" + +#: ../../mod/settings.php:603 +msgid "You can't edit this application." +msgstr "" + +#: ../../mod/settings.php:646 +msgid "Connected Apps" +msgstr "" + +#: ../../mod/settings.php:650 +msgid "Client key starts with" +msgstr "" + +#: ../../mod/settings.php:651 +msgid "No name" +msgstr "" + +#: ../../mod/settings.php:652 +msgid "Remove authorization" +msgstr "" + +#: ../../mod/settings.php:665 +msgid "No feature settings configured" +msgstr "" + +#: ../../mod/settings.php:672 +msgid "Feature/Addon Settings" +msgstr "" + +#: ../../mod/settings.php:695 +msgid "Account Settings" +msgstr "" + +#: ../../mod/settings.php:696 +msgid "Enter New Password:" +msgstr "" + +#: ../../mod/settings.php:697 +msgid "Confirm New Password:" +msgstr "" + +#: ../../mod/settings.php:697 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: ../../mod/settings.php:699 ../../mod/settings.php:1030 +msgid "Email Address:" +msgstr "" + +#: ../../mod/settings.php:701 +msgid "Remove this account including all its channels" +msgstr "" + +#: ../../mod/settings.php:724 +msgid "Additional Features" +msgstr "" + +#: ../../mod/settings.php:748 +msgid "Connector Settings" +msgstr "" + +#: ../../mod/settings.php:787 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/settings.php:790 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: ../../mod/settings.php:829 +msgid "Display Settings" +msgstr "" + +#: ../../mod/settings.php:830 +msgid "Theme Settings" +msgstr "" + +#: ../../mod/settings.php:831 +msgid "Custom Theme Settings" +msgstr "" + +#: ../../mod/settings.php:832 +msgid "Content Settings" +msgstr "" + +#: ../../mod/settings.php:838 +msgid "Display Theme:" +msgstr "" + +#: ../../mod/settings.php:839 +msgid "Mobile Theme:" +msgstr "" + +#: ../../mod/settings.php:840 +msgid "Enable user zoom on mobile devices" +msgstr "" + +#: ../../mod/settings.php:841 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../mod/settings.php:841 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../mod/settings.php:842 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: ../../mod/settings.php:842 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../mod/settings.php:843 +msgid "Show emoticons (smilies) as images" +msgstr "" + +#: ../../mod/settings.php:844 +msgid "Link post titles to source" +msgstr "" + +#: ../../mod/settings.php:845 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: ../../mod/settings.php:848 +msgid "Use blog/list mode on channel page" +msgstr "" + +#: ../../mod/settings.php:848 ../../mod/settings.php:849 +msgid "(comments displayed separately)" +msgstr "" + +#: ../../mod/settings.php:849 +msgid "Use blog/list mode on matrix page" +msgstr "" + +#: ../../mod/settings.php:850 +msgid "Channel page max height of content (in pixels)" +msgstr "" + +#: ../../mod/settings.php:850 ../../mod/settings.php:851 +msgid "click to expand content exceeding this height" +msgstr "" + +#: ../../mod/settings.php:851 +msgid "Matrix page max height of content (in pixels)" +msgstr "" + +#: ../../mod/settings.php:885 +msgid "Nobody except yourself" +msgstr "" + +#: ../../mod/settings.php:886 +msgid "Only those you specifically allow" +msgstr "" + +#: ../../mod/settings.php:887 +msgid "Approved connections" +msgstr "" + +#: ../../mod/settings.php:888 +msgid "Any connections" +msgstr "" + +#: ../../mod/settings.php:889 +msgid "Anybody on this website" +msgstr "" + +#: ../../mod/settings.php:890 +msgid "Anybody in this network" +msgstr "" + +#: ../../mod/settings.php:891 +msgid "Anybody authenticated" +msgstr "" + +#: ../../mod/settings.php:892 +msgid "Anybody on the internet" +msgstr "" + +#: ../../mod/settings.php:966 +msgid "Publish your default profile in the network directory" +msgstr "" + +#: ../../mod/settings.php:971 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: ../../mod/settings.php:980 +msgid "Your channel address is" +msgstr "" + +#: ../../mod/settings.php:1021 +msgid "Channel Settings" +msgstr "" + +#: ../../mod/settings.php:1028 +msgid "Basic Settings" +msgstr "" + +#: ../../mod/settings.php:1031 +msgid "Your Timezone:" +msgstr "" + +#: ../../mod/settings.php:1032 +msgid "Default Post Location:" +msgstr "" + +#: ../../mod/settings.php:1032 +msgid "Geographical location to display on your posts" +msgstr "" + +#: ../../mod/settings.php:1033 +msgid "Use Browser Location:" +msgstr "" + +#: ../../mod/settings.php:1035 +msgid "Adult Content" +msgstr "" + +#: ../../mod/settings.php:1035 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "" + +#: ../../mod/settings.php:1037 +msgid "Security and Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:1039 +msgid "Your permissions are already configured. Click to view/adjust" +msgstr "" + +#: ../../mod/settings.php:1041 +msgid "Hide my online presence" +msgstr "" + +#: ../../mod/settings.php:1041 +msgid "Prevents displaying in your profile that you are online" +msgstr "" + +#: ../../mod/settings.php:1043 +msgid "Simple Privacy Settings:" +msgstr "" + +#: ../../mod/settings.php:1044 +msgid "" +"Very Public - extremely permissive (should be used with caution)" +msgstr "" + +#: ../../mod/settings.php:1045 +msgid "" +"Typical - default public, privacy when desired (similar to social " +"network permissions but with improved privacy)" +msgstr "" + +#: ../../mod/settings.php:1046 +msgid "Private - default private, never open or public" +msgstr "" + +#: ../../mod/settings.php:1047 +msgid "Blocked - default blocked to/from everybody" +msgstr "" + +#: ../../mod/settings.php:1049 +msgid "Allow others to tag your posts" +msgstr "" + +#: ../../mod/settings.php:1049 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "" + +#: ../../mod/settings.php:1051 +msgid "Advanced Privacy Settings" +msgstr "" + +#: ../../mod/settings.php:1053 +msgid "Expire other channel content after this many days" +msgstr "" + +#: ../../mod/settings.php:1053 +msgid "0 or blank prevents expiration" +msgstr "" + +#: ../../mod/settings.php:1054 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:1054 +msgid "May reduce spam activity" +msgstr "" + +#: ../../mod/settings.php:1055 +msgid "Default Post Permissions" +msgstr "" + +#: ../../mod/settings.php:1060 +msgid "Channel permissions category:" +msgstr "" + +#: ../../mod/settings.php:1066 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: ../../mod/settings.php:1066 +msgid "Useful to reduce spamming" +msgstr "" + +#: ../../mod/settings.php:1069 +msgid "Notification Settings" +msgstr "" + +#: ../../mod/settings.php:1070 +msgid "By default post a status message when:" +msgstr "" + +#: ../../mod/settings.php:1071 +msgid "accepting a friend request" +msgstr "" + +#: ../../mod/settings.php:1072 +msgid "joining a forum/community" +msgstr "" + +#: ../../mod/settings.php:1073 +msgid "making an interesting profile change" +msgstr "" + +#: ../../mod/settings.php:1074 +msgid "Send a notification email when:" +msgstr "" + +#: ../../mod/settings.php:1075 +msgid "You receive a connection request" +msgstr "" + +#: ../../mod/settings.php:1076 +msgid "Your connections are confirmed" +msgstr "" + +#: ../../mod/settings.php:1077 +msgid "Someone writes on your profile wall" +msgstr "" + +#: ../../mod/settings.php:1078 +msgid "Someone writes a followup comment" +msgstr "" + +#: ../../mod/settings.php:1079 +msgid "You receive a private message" +msgstr "" + +#: ../../mod/settings.php:1080 +msgid "You receive a friend suggestion" +msgstr "" + +#: ../../mod/settings.php:1081 +msgid "You are tagged in a post" +msgstr "" + +#: ../../mod/settings.php:1082 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: ../../mod/settings.php:1085 +msgid "Show visual notifications including:" +msgstr "" + +#: ../../mod/settings.php:1087 +msgid "Unseen matrix activity" +msgstr "" + +#: ../../mod/settings.php:1088 +msgid "Unseen channel activity" +msgstr "" + +#: ../../mod/settings.php:1089 +msgid "Unseen private messages" +msgstr "" + +#: ../../mod/settings.php:1089 ../../mod/settings.php:1094 +#: ../../mod/settings.php:1095 ../../mod/settings.php:1096 +msgid "Recommended" +msgstr "" + +#: ../../mod/settings.php:1090 +msgid "Upcoming events" +msgstr "" + +#: ../../mod/settings.php:1091 +msgid "Events today" +msgstr "" + +#: ../../mod/settings.php:1092 +msgid "Upcoming birthdays" +msgstr "" + +#: ../../mod/settings.php:1092 +msgid "Not available in all themes" +msgstr "" + +#: ../../mod/settings.php:1093 +msgid "System (personal) notifications" +msgstr "" + +#: ../../mod/settings.php:1094 +msgid "System info messages" +msgstr "" + +#: ../../mod/settings.php:1095 +msgid "System critical alerts" +msgstr "" + +#: ../../mod/settings.php:1096 +msgid "New connections" +msgstr "" + +#: ../../mod/settings.php:1097 +msgid "System Registrations" +msgstr "" + +#: ../../mod/settings.php:1098 +msgid "" +"Also show new wall posts, private messages and connections under Notices" +msgstr "" + +#: ../../mod/settings.php:1100 +msgid "Notify me of events this many days in advance" +msgstr "" + +#: ../../mod/settings.php:1100 +msgid "Must be greater than 0" +msgstr "" + +#: ../../mod/settings.php:1102 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../mod/settings.php:1103 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: ../../mod/settings.php:1106 +msgid "" +"Please enable expert mode (in Settings > " +"Additional features) to adjust!" +msgstr "" + +#: ../../mod/settings.php:1107 +msgid "Miscellaneous Settings" +msgstr "" + +#: ../../mod/settings.php:1108 +msgid "Default photo upload folder" +msgstr "" + +#: ../../mod/settings.php:1108 ../../mod/settings.php:1109 +msgid "%Y - current year, %m - current month" +msgstr "" + +#: ../../mod/settings.php:1109 +msgid "Default file upload folder" +msgstr "" + +#: ../../mod/settings.php:1111 +msgid "Personal menu to display in your channel pages" +msgstr "" + +#: ../../mod/settings.php:1113 +msgid "Remove this channel." +msgstr "" + +#: ../../mod/settings.php:1114 +msgid "Firefox Share $Projectname provider" +msgstr "" + +#: ../../mod/settings.php:1115 +msgid "Start calendar week on monday" +msgstr "" + #: ../../mod/setup.php:191 msgid "$Projectname Server - Setup" msgstr "" @@ -4840,11 +8591,6 @@ msgstr "" msgid "System check" msgstr "" -#: ../../mod/setup.php:285 ../../mod/photos.php:911 ../../mod/events.php:653 -#: ../../mod/events.php:660 -msgid "Next" -msgstr "" - #: ../../mod/setup.php:286 msgid "Check again" msgstr "" @@ -5215,3647 +8961,20 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/bookmarks.php:40 -msgid "Bookmark added" +#: ../../mod/sharedwithme.php:94 +msgid "Files: shared with me" msgstr "" -#: ../../mod/bookmarks.php:62 -msgid "My Bookmarks" +#: ../../mod/sharedwithme.php:96 +msgid "NEW" msgstr "" -#: ../../mod/bookmarks.php:73 -msgid "My Connections Bookmarks" +#: ../../mod/sharedwithme.php:99 +msgid "Remove all files" msgstr "" -#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 -msgid "This setting requires special processing and editing has been blocked." -msgstr "" - -#: ../../mod/pconfig.php:49 -msgid "Configuration Editor" -msgstr "" - -#: ../../mod/pconfig.php:50 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please " -"leave this page unless you are comfortable with and knowledgeable about how " -"to correctly use this feature." -msgstr "" - -#: ../../mod/poke.php:164 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:165 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:166 -msgid "Recipient" -msgstr "" - -#: ../../mod/poke.php:167 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: ../../mod/poke.php:170 -msgid "Make this post private" -msgstr "" - -#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 -#: ../../mod/profiles.php:241 ../../mod/profiles.php:608 -msgid "Profile not found." -msgstr "" - -#: ../../mod/profiles.php:39 -msgid "Profile deleted." -msgstr "" - -#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 -msgid "Profile-" -msgstr "" - -#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 -msgid "New profile created." -msgstr "" - -#: ../../mod/profiles.php:105 -msgid "Profile unavailable to clone." -msgstr "" - -#: ../../mod/profiles.php:146 -msgid "Profile unavailable to export." -msgstr "" - -#: ../../mod/profiles.php:251 -msgid "Profile Name is required." -msgstr "" - -#: ../../mod/profiles.php:414 -msgid "Marital Status" -msgstr "" - -#: ../../mod/profiles.php:418 -msgid "Romantic Partner" -msgstr "" - -#: ../../mod/profiles.php:422 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:426 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:430 -msgid "Work/Employment" -msgstr "" - -#: ../../mod/profiles.php:433 -msgid "Religion" -msgstr "" - -#: ../../mod/profiles.php:437 -msgid "Political Views" -msgstr "" - -#: ../../mod/profiles.php:445 -msgid "Sexual Preference" -msgstr "" - -#: ../../mod/profiles.php:449 -msgid "Homepage" -msgstr "" - -#: ../../mod/profiles.php:453 -msgid "Interests" -msgstr "" - -#: ../../mod/profiles.php:457 ../../mod/admin.php:986 -msgid "Address" -msgstr "" - -#: ../../mod/profiles.php:547 -msgid "Profile updated." -msgstr "" - -#: ../../mod/profiles.php:634 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "" - -#: ../../mod/profiles.php:674 -msgid "Edit Profile Details" -msgstr "" - -#: ../../mod/profiles.php:676 -msgid "View this profile" -msgstr "" - -#: ../../mod/profiles.php:678 -msgid "Change Profile Photo" -msgstr "" - -#: ../../mod/profiles.php:679 -msgid "Create a new profile using these settings" -msgstr "" - -#: ../../mod/profiles.php:680 -msgid "Clone this profile" -msgstr "" - -#: ../../mod/profiles.php:681 -msgid "Delete this profile" -msgstr "" - -#: ../../mod/profiles.php:683 -msgid "Import profile from file" -msgstr "" - -#: ../../mod/profiles.php:684 -msgid "Export profile to file" -msgstr "" - -#: ../../mod/profiles.php:685 -msgid "Profile Name:" -msgstr "" - -#: ../../mod/profiles.php:686 -msgid "Your Full Name:" -msgstr "" - -#: ../../mod/profiles.php:687 -msgid "Title/Description:" -msgstr "" - -#: ../../mod/profiles.php:688 -msgid "Your Gender:" -msgstr "" - -#: ../../mod/profiles.php:689 -msgid "Birthday :" -msgstr "" - -#: ../../mod/profiles.php:690 -msgid "Street Address:" -msgstr "" - -#: ../../mod/profiles.php:691 -msgid "Locality/City:" -msgstr "" - -#: ../../mod/profiles.php:692 -msgid "Postal/Zip Code:" -msgstr "" - -#: ../../mod/profiles.php:693 -msgid "Country:" -msgstr "" - -#: ../../mod/profiles.php:694 -msgid "Region/State:" -msgstr "" - -#: ../../mod/profiles.php:695 -msgid " Marital Status:" -msgstr "" - -#: ../../mod/profiles.php:696 -msgid "Who: (if applicable)" -msgstr "" - -#: ../../mod/profiles.php:697 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "" - -#: ../../mod/profiles.php:698 -msgid "Since [date]:" -msgstr "" - -#: ../../mod/profiles.php:700 -msgid "Homepage URL:" -msgstr "" - -#: ../../mod/profiles.php:703 -msgid "Religious Views:" -msgstr "" - -#: ../../mod/profiles.php:704 -msgid "Keywords:" -msgstr "" - -#: ../../mod/profiles.php:707 -msgid "Example: fishing photography software" -msgstr "" - -#: ../../mod/profiles.php:708 -msgid "Used in directory listings" -msgstr "" - -#: ../../mod/profiles.php:709 -msgid "Tell us about yourself..." -msgstr "" - -#: ../../mod/profiles.php:710 -msgid "Hobbies/Interests" -msgstr "" - -#: ../../mod/profiles.php:711 -msgid "Contact information and Social Networks" -msgstr "" - -#: ../../mod/profiles.php:712 -msgid "My other channels" -msgstr "" - -#: ../../mod/profiles.php:713 -msgid "Musical interests" -msgstr "" - -#: ../../mod/profiles.php:714 -msgid "Books, literature" -msgstr "" - -#: ../../mod/profiles.php:715 -msgid "Television" -msgstr "" - -#: ../../mod/profiles.php:716 -msgid "Film/dance/culture/entertainment" -msgstr "" - -#: ../../mod/profiles.php:717 -msgid "Love/romance" -msgstr "" - -#: ../../mod/profiles.php:718 -msgid "Work/employment" -msgstr "" - -#: ../../mod/profiles.php:719 -msgid "School/education" -msgstr "" - -#: ../../mod/profiles.php:725 -msgid "This is your default profile." -msgstr "" - -#: ../../mod/profiles.php:736 -msgid "Age: " -msgstr "" - -#: ../../mod/profiles.php:779 -msgid "Edit/Manage Profiles" -msgstr "" - -#: ../../mod/profiles.php:780 -msgid "Add profile things" -msgstr "" - -#: ../../mod/profiles.php:781 -msgid "Include desirable objects in your profile" -msgstr "" - -#: ../../mod/connedit.php:75 -msgid "Could not access contact record." -msgstr "" - -#: ../../mod/connedit.php:99 -msgid "Could not locate selected profile." -msgstr "" - -#: ../../mod/connedit.php:223 -msgid "Connection updated." -msgstr "" - -#: ../../mod/connedit.php:225 -msgid "Failed to update connection record." -msgstr "" - -#: ../../mod/connedit.php:272 -msgid "is now connected to" -msgstr "" - -#: ../../mod/connedit.php:395 -msgid "Could not access address book record." -msgstr "" - -#: ../../mod/connedit.php:409 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" - -#: ../../mod/connedit.php:418 ../../mod/connedit.php:427 -#: ../../mod/connedit.php:436 ../../mod/connedit.php:445 -#: ../../mod/connedit.php:458 -msgid "Unable to set address book parameters." -msgstr "" - -#: ../../mod/connedit.php:482 -msgid "Connection has been removed." -msgstr "" - -#: ../../mod/connedit.php:501 -#, php-format -msgid "View %s's profile" -msgstr "" - -#: ../../mod/connedit.php:505 -msgid "Refresh Permissions" -msgstr "" - -#: ../../mod/connedit.php:508 -msgid "Fetch updated permissions" -msgstr "" - -#: ../../mod/connedit.php:512 -msgid "Recent Activity" -msgstr "" - -#: ../../mod/connedit.php:515 -msgid "View recent posts and comments" -msgstr "" - -#: ../../mod/connedit.php:519 ../../mod/admin.php:823 -msgid "Unblock" -msgstr "" - -#: ../../mod/connedit.php:519 ../../mod/admin.php:822 -msgid "Block" -msgstr "" - -#: ../../mod/connedit.php:522 -msgid "Block (or Unblock) all communications with this connection" -msgstr "" - -#: ../../mod/connedit.php:523 -msgid "This connection is blocked!" -msgstr "" - -#: ../../mod/connedit.php:527 -msgid "Unignore" -msgstr "" - -#: ../../mod/connedit.php:527 ../../mod/notifications.php:51 -msgid "Ignore" -msgstr "" - -#: ../../mod/connedit.php:530 -msgid "Ignore (or Unignore) all inbound communications from this connection" -msgstr "" - -#: ../../mod/connedit.php:531 -msgid "This connection is ignored!" -msgstr "" - -#: ../../mod/connedit.php:535 -msgid "Unarchive" -msgstr "" - -#: ../../mod/connedit.php:535 -msgid "Archive" -msgstr "" - -#: ../../mod/connedit.php:538 -msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" -msgstr "" - -#: ../../mod/connedit.php:539 -msgid "This connection is archived!" -msgstr "" - -#: ../../mod/connedit.php:543 -msgid "Unhide" -msgstr "" - -#: ../../mod/connedit.php:543 -msgid "Hide" -msgstr "" - -#: ../../mod/connedit.php:546 -msgid "Hide or Unhide this connection from your other connections" -msgstr "" - -#: ../../mod/connedit.php:547 -msgid "This connection is hidden!" -msgstr "" - -#: ../../mod/connedit.php:554 -msgid "Delete this connection" -msgstr "" - -#: ../../mod/connedit.php:635 -msgid "Approve this connection" -msgstr "" - -#: ../../mod/connedit.php:635 -msgid "Accept connection to allow communication" -msgstr "" - -#: ../../mod/connedit.php:640 -msgid "Set Affinity" -msgstr "" - -#: ../../mod/connedit.php:643 -msgid "Set Profile" -msgstr "" - -#: ../../mod/connedit.php:646 -msgid "Set Affinity & Profile" -msgstr "" - -#: ../../mod/connedit.php:679 -msgid "none" -msgstr "" - -#: ../../mod/connedit.php:684 -msgid "Apply these permissions automatically" -msgstr "" - -#: ../../mod/connedit.php:686 -msgid "This connection's primary address is" -msgstr "" - -#: ../../mod/connedit.php:687 -msgid "Available locations:" -msgstr "" - -#: ../../mod/connedit.php:691 -msgid "" -"The permissions indicated on this page will be applied to all new " -"connections." -msgstr "" - -#: ../../mod/connedit.php:693 -msgid "Slide to adjust your degree of friendship" -msgstr "" - -#: ../../mod/connedit.php:695 -msgid "Slide to adjust your rating" -msgstr "" - -#: ../../mod/connedit.php:696 ../../mod/connedit.php:701 -msgid "Optionally explain your rating" -msgstr "" - -#: ../../mod/connedit.php:698 -msgid "Custom Filter" -msgstr "" - -#: ../../mod/connedit.php:699 -msgid "Only import posts with this text" -msgstr "" - -#: ../../mod/connedit.php:699 ../../mod/connedit.php:700 -msgid "" -"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " -"all posts" -msgstr "" - -#: ../../mod/connedit.php:700 -msgid "Do not import posts with this text" -msgstr "" - -#: ../../mod/connedit.php:702 -msgid "This information is public!" -msgstr "" - -#: ../../mod/connedit.php:707 -msgid "Connection Pending Approval" -msgstr "" - -#: ../../mod/connedit.php:708 -msgid "Connection Request" -msgstr "" - -#: ../../mod/connedit.php:709 -#, php-format -msgid "" -"(%s) would like to connect with you. Please approve this connection to allow " -"communication." -msgstr "" - -#: ../../mod/connedit.php:710 ../../mod/admin.php:819 -msgid "Approve" -msgstr "" - -#: ../../mod/connedit.php:711 -msgid "Approve Later" -msgstr "" - -#: ../../mod/connedit.php:714 -msgid "inherited" -msgstr "" - -#: ../../mod/connedit.php:716 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: ../../mod/connedit.php:718 -msgid "Their Settings" -msgstr "" - -#: ../../mod/connedit.php:719 -msgid "My Settings" -msgstr "" - -#: ../../mod/connedit.php:721 -msgid "Individual Permissions" -msgstr "" - -#: ../../mod/connedit.php:722 -msgid "" -"Some permissions may be inherited from your channel's privacy settings, which have higher priority than " -"individual settings. You can not change those settings here." -msgstr "" - -#: ../../mod/connedit.php:723 -msgid "" -"Some permissions may be inherited from your channel's privacy settings, which have higher priority than " -"individual settings. You can change those settings here but they wont have " -"any impact unless the inherited setting changes." -msgstr "" - -#: ../../mod/connedit.php:724 -msgid "Last update:" -msgstr "" - -#: ../../mod/acl.php:222 -msgid "network" -msgstr "" - -#: ../../mod/acl.php:232 -msgid "RSS" -msgstr "" - -#: ../../mod/dav.php:121 -msgid "$Projectname channel" -msgstr "" - -#: ../../mod/dreport.php:23 -msgid "Invalid message" -msgstr "" - -#: ../../mod/dreport.php:55 -msgid "no results" -msgstr "" - -#: ../../mod/dreport.php:60 -#, php-format -msgid "Delivery report for %1$s" -msgstr "" - -#: ../../mod/dreport.php:74 -msgid "channel sync processed" -msgstr "" - -#: ../../mod/dreport.php:78 -msgid "queued" -msgstr "" - -#: ../../mod/dreport.php:82 -msgid "posted" -msgstr "" - -#: ../../mod/dreport.php:86 -msgid "accepted for delivery" -msgstr "" - -#: ../../mod/dreport.php:90 -msgid "updated" -msgstr "" - -#: ../../mod/dreport.php:93 -msgid "update ignored" -msgstr "" - -#: ../../mod/dreport.php:96 -msgid "permission denied" -msgstr "" - -#: ../../mod/dreport.php:100 -msgid "recipient not found" -msgstr "" - -#: ../../mod/dreport.php:103 -msgid "mail recalled" -msgstr "" - -#: ../../mod/dreport.php:106 -msgid "duplicate mail received" -msgstr "" - -#: ../../mod/dreport.php:109 -msgid "mail delivered" -msgstr "" - -#: ../../mod/editwebpage.php:77 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 -#: ../../mod/editpost.php:20 -msgid "Item not found" -msgstr "" - -#: ../../mod/editwebpage.php:153 -msgid "Delete webpage?" -msgstr "" - -#: ../../mod/editwebpage.php:172 -msgid "Page link title" -msgstr "" - -#: ../../mod/editwebpage.php:185 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:143 ../../mod/editpost.php:121 -msgid "Insert YouTube video" -msgstr "" - -#: ../../mod/editwebpage.php:186 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:144 ../../mod/editpost.php:122 -msgid "Insert Vorbis [.ogg] video" -msgstr "" - -#: ../../mod/editwebpage.php:187 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:145 ../../mod/editpost.php:123 -msgid "Insert Vorbis [.ogg] audio" -msgstr "" - -#: ../../mod/editwebpage.php:222 -msgid "Edit Webpage" -msgstr "" - -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." -msgstr "" - -#: ../../mod/oexchange.php:37 -msgid "Post successful." -msgstr "" - -#: ../../mod/ping.php:260 -msgid "sent you a private message" -msgstr "" - -#: ../../mod/ping.php:308 -msgid "added your channel" -msgstr "" - -#: ../../mod/ping.php:350 -msgid "posted an event" -msgstr "" - -#: ../../mod/api.php:74 ../../mod/api.php:98 -msgid "Authorize application connection" -msgstr "" - -#: ../../mod/api.php:75 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: ../../mod/api.php:85 -msgid "Please login to continue." -msgstr "" - -#: ../../mod/api.php:100 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" -msgstr "" - -#: ../../mod/notify.php:53 ../../mod/notifications.php:94 -msgid "No more system notifications." -msgstr "" - -#: ../../mod/notify.php:57 ../../mod/notifications.php:98 -msgid "System Notifications" -msgstr "" - -#: ../../mod/rbmark.php:90 -msgid "Select a bookmark folder" -msgstr "" - -#: ../../mod/rbmark.php:95 -msgid "Save Bookmark" -msgstr "" - -#: ../../mod/rbmark.php:96 -msgid "URL of bookmark" -msgstr "" - -#: ../../mod/rbmark.php:97 ../../mod/appman.php:93 ../../mod/events.php:450 -msgid "Description" -msgstr "" - -#: ../../mod/rbmark.php:101 -msgid "Or enter new bookmark folder name" -msgstr "" - -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." -msgstr "" - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "" - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "" - -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." -msgstr "" - -#: ../../mod/sources.php:45 -msgid "Source created." -msgstr "" - -#: ../../mod/sources.php:57 -msgid "Source updated." -msgstr "" - -#: ../../mod/sources.php:82 -msgid "*" -msgstr "" - -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." -msgstr "" - -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" -msgstr "" - -#: ../../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 "" - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" -msgstr "" - -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" -msgstr "" - -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." -msgstr "" - -#: ../../mod/sources.php:130 -msgid "Edit Source" -msgstr "" - -#: ../../mod/sources.php:131 -msgid "Delete Source" -msgstr "" - -#: ../../mod/sources.php:158 -msgid "Source removed" -msgstr "" - -#: ../../mod/sources.php:160 -msgid "Unable to remove source." -msgstr "" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "" - -#: ../../mod/notifications.php:35 -msgid "Discard" -msgstr "" - -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" -msgstr "" - -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" -msgstr "" - -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " -msgstr "" - -#: ../../mod/tagrm.php:133 ../../mod/photos.php:951 -msgid "Remove" -msgstr "" - -#: ../../mod/directory.php:236 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/directory.php:247 -msgid "Gender: " -msgstr "" - -#: ../../mod/directory.php:249 -msgid "Status: " -msgstr "" - -#: ../../mod/directory.php:251 -msgid "Homepage: " -msgstr "" - -#: ../../mod/directory.php:310 -msgid "Description:" -msgstr "" - -#: ../../mod/directory.php:319 -msgid "Public Forum:" -msgstr "" - -#: ../../mod/directory.php:322 -msgid "Keywords: " -msgstr "" - -#: ../../mod/directory.php:325 -msgid "Don't suggest" -msgstr "" - -#: ../../mod/directory.php:327 -msgid "Common connections:" -msgstr "" - -#: ../../mod/directory.php:376 -msgid "Global Directory" -msgstr "" - -#: ../../mod/directory.php:376 -msgid "Local Directory" -msgstr "" - -#: ../../mod/directory.php:382 -msgid "Finding:" -msgstr "" - -#: ../../mod/directory.php:387 -msgid "next page" -msgstr "" - -#: ../../mod/directory.php:387 -msgid "previous page" -msgstr "" - -#: ../../mod/directory.php:388 -msgid "Sort options" -msgstr "" - -#: ../../mod/directory.php:389 -msgid "Alphabetic" -msgstr "" - -#: ../../mod/directory.php:390 -msgid "Reverse Alphabetic" -msgstr "" - -#: ../../mod/directory.php:391 -msgid "Newest to Oldest" -msgstr "" - -#: ../../mod/directory.php:392 -msgid "Oldest to Newest" -msgstr "" - -#: ../../mod/directory.php:409 -msgid "No entries (some entries may be hidden)." -msgstr "" - -#: ../../mod/lostpass.php:15 -msgid "No valid account found." -msgstr "" - -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." -msgstr "" - -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 -#, php-format -msgid "Site Member (%s)" -msgstr "" - -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" -msgstr "" - -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "" - -#: ../../mod/lostpass.php:86 ../../boot.php:1496 -msgid "Password Reset" -msgstr "" - -#: ../../mod/lostpass.php:87 -msgid "Your password has been reset as requested." -msgstr "" - -#: ../../mod/lostpass.php:88 -msgid "Your new password is" -msgstr "" - -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" -msgstr "" - -#: ../../mod/lostpass.php:90 -msgid "click here to login" -msgstr "" - -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "" - -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" -msgstr "" - -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" -msgstr "" - -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "" - -#: ../../mod/lostpass.php:125 -msgid "Email Address" -msgstr "" - -#: ../../mod/lostpass.php:126 -msgid "Reset" -msgstr "" - -#: ../../mod/regdir.php:45 ../../mod/dirsearch.php:21 -msgid "This site is not a directory server" -msgstr "" - -#: ../../mod/impel.php:192 -#, php-format -msgid "%s element installed" -msgstr "" - -#: ../../mod/impel.php:195 -#, php-format -msgid "%s element installation failed" -msgstr "" - -#: ../../mod/subthread.php:114 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/subthread.php:116 -#, php-format -msgid "%1$s stopped following %2$s's %3$s" -msgstr "" - -#: ../../mod/import.php:28 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "" - -#: ../../mod/import.php:66 ../../mod/import_items.php:38 -msgid "Nothing to import." -msgstr "" - -#: ../../mod/import.php:90 ../../mod/import_items.php:62 -msgid "Unable to download data from old server" -msgstr "" - -#: ../../mod/import.php:96 ../../mod/import_items.php:68 -msgid "Imported file is empty." -msgstr "" - -#: ../../mod/import.php:116 ../../mod/import_items.php:82 -#, php-format -msgid "Warning: Database versions differ by %1$d updates." -msgstr "" - -#: ../../mod/import.php:149 -msgid "No channel. Import failed." -msgstr "" - -#: ../../mod/import.php:509 -msgid "You must be logged in to use this feature." -msgstr "" - -#: ../../mod/import.php:514 -msgid "Import Channel" -msgstr "" - -#: ../../mod/import.php:515 -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." -msgstr "" - -#: ../../mod/import.php:516 ../../mod/import_items.php:121 -msgid "File to Upload" -msgstr "" - -#: ../../mod/import.php:517 -msgid "Or provide the old server/hub details" -msgstr "" - -#: ../../mod/import.php:518 -msgid "Your old identity address (xyz@example.com)" -msgstr "" - -#: ../../mod/import.php:519 -msgid "Your old login email address" -msgstr "" - -#: ../../mod/import.php:520 -msgid "Your old login password" -msgstr "" - -#: ../../mod/import.php:521 -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 "" - -#: ../../mod/import.php:522 -msgid "Make this hub my primary location" -msgstr "" - -#: ../../mod/import.php:523 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" -msgstr "" - -#: ../../mod/import.php:524 -msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." -msgstr "" - -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." -msgstr "" - -#: ../../mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: ../../mod/invite.php:59 -msgid "Please join us on $Projectname" -msgstr "" - -#: ../../mod/invite.php:70 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: ../../mod/invite.php:75 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: ../../mod/invite.php:79 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/invite.php:98 -msgid "You have no more invitations available" -msgstr "" - -#: ../../mod/invite.php:129 -msgid "Send invitations" -msgstr "" - -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" -msgstr "" - -#: ../../mod/invite.php:131 ../../mod/mail.php:246 -msgid "Your message:" -msgstr "" - -#: ../../mod/invite.php:132 -msgid "Please join my community on $Projectname." -msgstr "" - -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code: " -msgstr "" - -#: ../../mod/invite.php:135 -msgid "1. Register at any $Projectname location (they are all inter-connected)" -msgstr "" - -#: ../../mod/invite.php:137 -msgid "2. Enter my $Projectname network address into the site searchbar." -msgstr "" - -#: ../../mod/invite.php:138 -msgid "or visit " -msgstr "" - -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" -msgstr "" - -#: ../../mod/probe.php:24 ../../mod/probe.php:30 -#, php-format -msgid "Fetching URL returns error: %1$s" -msgstr "" - -#: ../../mod/profile_photo.php:112 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: ../../mod/profile_photo.php:166 -msgid "Image resize failed." -msgstr "" - -#: ../../mod/profile_photo.php:212 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../mod/profile_photo.php:250 -msgid "Image upload failed." -msgstr "" - -#: ../../mod/profile_photo.php:269 -msgid "Unable to process image." -msgstr "" - -#: ../../mod/profile_photo.php:297 -msgid "female" -msgstr "" - -#: ../../mod/profile_photo.php:298 -#, php-format -msgid "%1$s updated her %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:299 -msgid "male" -msgstr "" - -#: ../../mod/profile_photo.php:300 -#, php-format -msgid "%1$s updated his %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:302 -#, php-format -msgid "%1$s updated their %2$s" -msgstr "" - -#: ../../mod/profile_photo.php:304 -msgid "profile photo" -msgstr "" - -#: ../../mod/profile_photo.php:368 ../../mod/profile_photo.php:409 -msgid "Photo not available." -msgstr "" - -#: ../../mod/profile_photo.php:450 -msgid "Upload File:" -msgstr "" - -#: ../../mod/profile_photo.php:451 -msgid "Select a profile:" -msgstr "" - -#: ../../mod/profile_photo.php:452 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../mod/profile_photo.php:457 ../../mod/settings.php:975 -msgid "or" -msgstr "" - -#: ../../mod/profile_photo.php:457 -msgid "skip this step" -msgstr "" - -#: ../../mod/profile_photo.php:457 -msgid "select a photo from your photo albums" -msgstr "" - -#: ../../mod/profile_photo.php:473 -msgid "Crop Image" -msgstr "" - -#: ../../mod/profile_photo.php:474 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" - -#: ../../mod/profile_photo.php:476 -msgid "Done Editing" -msgstr "" - -#: ../../mod/thing.php:111 -msgid "Thing updated" -msgstr "" - -#: ../../mod/thing.php:163 -msgid "Object store: failed" -msgstr "" - -#: ../../mod/thing.php:167 -msgid "Thing added" -msgstr "" - -#: ../../mod/thing.php:193 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" -msgstr "" - -#: ../../mod/thing.php:256 -msgid "Show Thing" -msgstr "" - -#: ../../mod/thing.php:263 -msgid "item not found." -msgstr "" - -#: ../../mod/thing.php:296 -msgid "Edit Thing" -msgstr "" - -#: ../../mod/thing.php:298 ../../mod/thing.php:348 -msgid "Select a profile" -msgstr "" - -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Post an activity" -msgstr "" - -#: ../../mod/thing.php:302 ../../mod/thing.php:351 -msgid "Only sends to viewers of the applicable profile" -msgstr "" - -#: ../../mod/thing.php:304 ../../mod/thing.php:353 -msgid "Name of thing e.g. something" -msgstr "" - -#: ../../mod/thing.php:306 ../../mod/thing.php:354 -msgid "URL of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:308 ../../mod/thing.php:355 -msgid "URL for photo of thing (optional)" -msgstr "" - -#: ../../mod/thing.php:346 -msgid "Add Thing to your Profile" -msgstr "" - -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" -msgstr "" - -#: ../../mod/editblock.php:118 -msgid "Delete block?" -msgstr "" - -#: ../../mod/editblock.php:180 -msgid "Edit Block" -msgstr "" - -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." -msgstr "" - -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" -msgstr "" - -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " -msgstr "" - -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" -msgstr "" - -#: ../../mod/removeaccount.php:60 -msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" -msgstr "" - -#: ../../mod/removeaccount.php:61 ../../mod/settings.php:700 -msgid "Remove Account" -msgstr "" - -#: ../../mod/import_items.php:101 -msgid "Import completed" -msgstr "" - -#: ../../mod/import_items.php:119 -msgid "Import Items" -msgstr "" - -#: ../../mod/import_items.php:120 -msgid "Use this form to import existing posts and content from an export file." -msgstr "" - -#: ../../mod/network.php:91 -msgid "No such group" -msgstr "" - -#: ../../mod/network.php:131 -msgid "No such channel" -msgstr "" - -#: ../../mod/network.php:136 -msgid "forum" -msgstr "" - -#: ../../mod/network.php:148 -msgid "Search Results For:" -msgstr "" - -#: ../../mod/network.php:169 ../../mod/channel.php:131 ../../mod/rpost.php:114 -msgid "Public" -msgstr "" - -#: ../../mod/network.php:207 -msgid "Collection is empty" -msgstr "" - -#: ../../mod/network.php:216 -msgid "Collection: " -msgstr "" - -#: ../../mod/network.php:242 -msgid "Invalid connection." -msgstr "" - -#: ../../mod/pdledit.php:13 -msgid "Layout updated." -msgstr "" - -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 -msgid "Edit System Page Description" -msgstr "" - -#: ../../mod/pdledit.php:48 -msgid "Layout not found." -msgstr "" - -#: ../../mod/pdledit.php:54 -msgid "Module Name:" -msgstr "" - -#: ../../mod/pdledit.php:55 -msgid "Layout Help" -msgstr "" - -#: ../../mod/register.php:44 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:50 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." -msgstr "" - -#: ../../mod/register.php:84 -msgid "Passwords do not match." -msgstr "" - -#: ../../mod/register.php:119 -msgid "" -"Registration successful. Please check your email for validation instructions." -msgstr "" - -#: ../../mod/register.php:125 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: ../../mod/register.php:128 -msgid "Your registration can not be processed." -msgstr "" - -#: ../../mod/register.php:165 -msgid "Registration on this site/hub is by approval only." -msgstr "" - -#: ../../mod/register.php:166 -msgid "Register at another affiliated site/hub" -msgstr "" - -#: ../../mod/register.php:176 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" - -#: ../../mod/register.php:187 -msgid "Terms of Service" -msgstr "" - -#: ../../mod/register.php:193 -#, php-format -msgid "I accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:195 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" -msgstr "" - -#: ../../mod/register.php:209 ../../mod/admin.php:448 -msgid "Registration" -msgstr "" - -#: ../../mod/register.php:214 -msgid "Membership on this site is by invitation only." -msgstr "" - -#: ../../mod/register.php:215 -msgid "Please enter your invitation code" -msgstr "" - -#: ../../mod/register.php:218 -msgid "Your email address" -msgstr "" - -#: ../../mod/register.php:219 -msgid "Choose a password" -msgstr "" - -#: ../../mod/register.php:220 -msgid "Please re-enter your password" -msgstr "" - -#: ../../mod/admin.php:54 -msgid "Theme settings updated." -msgstr "" - -#: ../../mod/admin.php:162 -msgid "# Accounts" -msgstr "" - -#: ../../mod/admin.php:163 -msgid "# blocked accounts" -msgstr "" - -#: ../../mod/admin.php:164 -msgid "# expired accounts" -msgstr "" - -#: ../../mod/admin.php:165 -msgid "# expiring accounts" -msgstr "" - -#: ../../mod/admin.php:176 -msgid "# Channels" -msgstr "" - -#: ../../mod/admin.php:177 -msgid "# primary" -msgstr "" - -#: ../../mod/admin.php:178 -msgid "# clones" -msgstr "" - -#: ../../mod/admin.php:184 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:200 ../../mod/admin.php:445 ../../mod/admin.php:545 -#: ../../mod/admin.php:812 ../../mod/admin.php:976 ../../mod/admin.php:1073 -#: ../../mod/admin.php:1113 ../../mod/admin.php:1273 ../../mod/admin.php:1307 -#: ../../mod/admin.php:1392 -msgid "Administration" -msgstr "" - -#: ../../mod/admin.php:201 -msgid "Summary" -msgstr "" - -#: ../../mod/admin.php:204 -msgid "Registered accounts" -msgstr "" - -#: ../../mod/admin.php:205 ../../mod/admin.php:549 -msgid "Pending registrations" -msgstr "" - -#: ../../mod/admin.php:206 -msgid "Registered channels" -msgstr "" - -#: ../../mod/admin.php:207 ../../mod/admin.php:550 -msgid "Active plugins" -msgstr "" - -#: ../../mod/admin.php:208 -msgid "Version" -msgstr "" - -#: ../../mod/admin.php:329 -msgid "Site settings updated." -msgstr "" - -#: ../../mod/admin.php:366 ../../mod/settings.php:793 -msgid "mobile" -msgstr "" - -#: ../../mod/admin.php:368 -msgid "experimental" -msgstr "" - -#: ../../mod/admin.php:370 -msgid "unsupported" -msgstr "" - -#: ../../mod/admin.php:416 -msgid "Yes - with approval" -msgstr "" - -#: ../../mod/admin.php:422 -msgid "My site is not a public server" -msgstr "" - -#: ../../mod/admin.php:423 -msgid "My site has paid access only" -msgstr "" - -#: ../../mod/admin.php:424 -msgid "My site has free access only" -msgstr "" - -#: ../../mod/admin.php:425 -msgid "My site offers free accounts with optional paid upgrades" -msgstr "" - -#: ../../mod/admin.php:449 -msgid "File upload" -msgstr "" - -#: ../../mod/admin.php:450 -msgid "Policies" -msgstr "" - -#: ../../mod/admin.php:455 -msgid "Site name" -msgstr "" - -#: ../../mod/admin.php:456 -msgid "Banner/Logo" -msgstr "" - -#: ../../mod/admin.php:457 -msgid "Administrator Information" -msgstr "" - -#: ../../mod/admin.php:457 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" -msgstr "" - -#: ../../mod/admin.php:458 -msgid "System language" -msgstr "" - -#: ../../mod/admin.php:459 -msgid "System theme" -msgstr "" - -#: ../../mod/admin.php:459 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:460 -msgid "Mobile system theme" -msgstr "" - -#: ../../mod/admin.php:460 -msgid "Theme for mobile devices" -msgstr "" - -#: ../../mod/admin.php:462 -msgid "Allow Feeds as Connections" -msgstr "" - -#: ../../mod/admin.php:462 -msgid "(Heavy system resource usage)" -msgstr "" - -#: ../../mod/admin.php:463 -msgid "Maximum image size" -msgstr "" - -#: ../../mod/admin.php:463 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:464 -msgid "Does this site allow new member registration?" -msgstr "" - -#: ../../mod/admin.php:465 -msgid "Invitation only" -msgstr "" - -#: ../../mod/admin.php:465 -msgid "" -"Only allow new member registrations with an invitation code. Above register " -"policy must be set to Yes." -msgstr "" - -#: ../../mod/admin.php:466 -msgid "Which best describes the types of account offered by this hub?" -msgstr "" - -#: ../../mod/admin.php:467 -msgid "Register text" -msgstr "" - -#: ../../mod/admin.php:467 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: ../../mod/admin.php:468 -msgid "Site homepage to show visitors (default: login box)" -msgstr "" - -#: ../../mod/admin.php:468 -msgid "" -"example: 'public' to show public stream, 'page/sys/home' to show a system " -"webpage called 'home' or 'include:home.html' to include a file." -msgstr "" - -#: ../../mod/admin.php:469 -msgid "Preserve site homepage URL" -msgstr "" - -#: ../../mod/admin.php:469 -msgid "" -"Present the site homepage in a frame at the original location instead of " -"redirecting" -msgstr "" - -#: ../../mod/admin.php:470 -msgid "Accounts abandoned after x days" -msgstr "" - -#: ../../mod/admin.php:470 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: ../../mod/admin.php:471 -msgid "Allowed friend domains" -msgstr "" - -#: ../../mod/admin.php:471 -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:472 -msgid "Allowed email domains" -msgstr "" - -#: ../../mod/admin.php:472 -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:473 -msgid "Not allowed email domains" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "" -"Comma separated list of domains which are not allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains, unless allowed domains have been defined." -msgstr "" - -#: ../../mod/admin.php:474 -msgid "Block public" -msgstr "" - -#: ../../mod/admin.php:474 -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:475 -msgid "Verify Email Addresses" -msgstr "" - -#: ../../mod/admin.php:475 -msgid "" -"Check to verify email addresses used in account registration (recommended)." -msgstr "" - -#: ../../mod/admin.php:476 -msgid "Force publish" -msgstr "" - -#: ../../mod/admin.php:476 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:477 -msgid "Import Public Streams" -msgstr "" - -#: ../../mod/admin.php:477 -msgid "" -"Import and allow access to public content pulled from other sites. Warning: " -"this content is unmoderated." -msgstr "" - -#: ../../mod/admin.php:478 -msgid "login on Homepage" -msgstr "" - -#: ../../mod/admin.php:478 -msgid "" -"Present a login box to visitors on the home page if no other content has " -"been configured." -msgstr "" - -#: ../../mod/admin.php:480 -msgid "Directory Server URL" -msgstr "" - -#: ../../mod/admin.php:480 -msgid "Default directory server" -msgstr "" - -#: ../../mod/admin.php:482 -msgid "Proxy user" -msgstr "" - -#: ../../mod/admin.php:483 -msgid "Proxy URL" -msgstr "" - -#: ../../mod/admin.php:484 -msgid "Network timeout" -msgstr "" - -#: ../../mod/admin.php:484 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:485 -msgid "Delivery interval" -msgstr "" - -#: ../../mod/admin.php:485 -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:486 -msgid "Deliveries per process" -msgstr "" - -#: ../../mod/admin.php:486 -msgid "" -"Number of deliveries to attempt in a single operating system process. Adjust " -"if necessary to tune system performance. Recommend: 1-5." -msgstr "" - -#: ../../mod/admin.php:487 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:487 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:488 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:488 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:489 -msgid "Expiration period in days for imported (matrix/network) content" -msgstr "" - -#: ../../mod/admin.php:489 -msgid "0 for no expiration of imported content" -msgstr "" - -#: ../../mod/admin.php:537 -msgid "No server found" -msgstr "" - -#: ../../mod/admin.php:544 ../../mod/admin.php:826 -msgid "ID" -msgstr "" - -#: ../../mod/admin.php:544 -msgid "for channel" -msgstr "" - -#: ../../mod/admin.php:544 -msgid "on server" -msgstr "" - -#: ../../mod/admin.php:544 -msgid "Status" -msgstr "" - -#: ../../mod/admin.php:546 -msgid "Server" -msgstr "" - -#: ../../mod/admin.php:563 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:573 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - -#: ../../mod/admin.php:576 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:580 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:583 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:599 -msgid "No failed updates." -msgstr "" - -#: ../../mod/admin.php:603 -msgid "Failed Updates" -msgstr "" - -#: ../../mod/admin.php:605 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:606 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:637 -msgid "Queue Statistics" -msgstr "" - -#: ../../mod/admin.php:638 -msgid "Total Entries" -msgstr "" - -#: ../../mod/admin.php:639 -msgid "Priority" -msgstr "" - -#: ../../mod/admin.php:640 -msgid "Destination URL" -msgstr "" - -#: ../../mod/admin.php:641 -msgid "Mark hub permanently offline" -msgstr "" - -#: ../../mod/admin.php:642 -msgid "Empty queue for this hub" -msgstr "" - -#: ../../mod/admin.php:643 -msgid "Last known contact" -msgstr "" - -#: ../../mod/admin.php:679 -#, php-format -msgid "%s account blocked/unblocked" -msgid_plural "%s account blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:687 -#, php-format -msgid "%s account deleted" -msgid_plural "%s accounts deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:723 -msgid "Account not found" -msgstr "" - -#: ../../mod/admin.php:735 -#, php-format -msgid "Account '%s' deleted" -msgstr "" - -#: ../../mod/admin.php:743 -#, php-format -msgid "Account '%s' blocked" -msgstr "" - -#: ../../mod/admin.php:751 -#, php-format -msgid "Account '%s' unblocked" -msgstr "" - -#: ../../mod/admin.php:813 ../../mod/admin.php:825 -msgid "Users" -msgstr "" - -#: ../../mod/admin.php:815 ../../mod/admin.php:979 -msgid "select all" -msgstr "" - -#: ../../mod/admin.php:816 -msgid "User registrations waiting for confirm" -msgstr "" - -#: ../../mod/admin.php:817 -msgid "Request date" -msgstr "" - -#: ../../mod/admin.php:818 -msgid "No registrations." -msgstr "" - -#: ../../mod/admin.php:820 -msgid "Deny" -msgstr "" - -#: ../../mod/admin.php:826 -msgid "Register date" -msgstr "" - -#: ../../mod/admin.php:826 -msgid "Last login" -msgstr "" - -#: ../../mod/admin.php:826 -msgid "Expires" -msgstr "" - -#: ../../mod/admin.php:826 -msgid "Service Class" -msgstr "" - -#: ../../mod/admin.php:828 -msgid "" -"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " -"on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: ../../mod/admin.php:829 -msgid "" -"The account {0} will be deleted!\\n\\nEverything this account has posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: ../../mod/admin.php:865 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channels censored/uncensored" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:874 -#, php-format -msgid "%s channel code allowed/disallowed" -msgid_plural "%s channels code allowed/disallowed" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:881 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:901 -msgid "Channel not found" -msgstr "" - -#: ../../mod/admin.php:912 -#, php-format -msgid "Channel '%s' deleted" -msgstr "" - -#: ../../mod/admin.php:924 -#, php-format -msgid "Channel '%s' censored" -msgstr "" - -#: ../../mod/admin.php:924 -#, php-format -msgid "Channel '%s' uncensored" -msgstr "" - -#: ../../mod/admin.php:935 -#, php-format -msgid "Channel '%s' code allowed" -msgstr "" - -#: ../../mod/admin.php:935 -#, php-format -msgid "Channel '%s' code disallowed" -msgstr "" - -#: ../../mod/admin.php:981 -msgid "Censor" -msgstr "" - -#: ../../mod/admin.php:982 -msgid "Uncensor" -msgstr "" - -#: ../../mod/admin.php:983 -msgid "Allow Code" -msgstr "" - -#: ../../mod/admin.php:984 -msgid "Disallow Code" -msgstr "" - -#: ../../mod/admin.php:986 -msgid "UID" -msgstr "" - -#: ../../mod/admin.php:988 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: ../../mod/admin.php:989 -msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "" - -#: ../../mod/admin.php:1029 -#, php-format -msgid "Plugin %s disabled." -msgstr "" - -#: ../../mod/admin.php:1033 -#, php-format -msgid "Plugin %s enabled." -msgstr "" - -#: ../../mod/admin.php:1043 ../../mod/admin.php:1246 -msgid "Disable" -msgstr "" - -#: ../../mod/admin.php:1046 ../../mod/admin.php:1248 -msgid "Enable" -msgstr "" - -#: ../../mod/admin.php:1075 ../../mod/admin.php:1275 -msgid "Toggle" -msgstr "" - -#: ../../mod/admin.php:1083 ../../mod/admin.php:1285 -msgid "Author: " -msgstr "" - -#: ../../mod/admin.php:1084 ../../mod/admin.php:1286 -msgid "Maintainer: " -msgstr "" - -#: ../../mod/admin.php:1211 -msgid "No themes found." -msgstr "" - -#: ../../mod/admin.php:1267 -msgid "Screenshot" -msgstr "" - -#: ../../mod/admin.php:1313 -msgid "[Experimental]" -msgstr "" - -#: ../../mod/admin.php:1314 -msgid "[Unsupported]" -msgstr "" - -#: ../../mod/admin.php:1338 -msgid "Log settings updated." -msgstr "" - -#: ../../mod/admin.php:1395 -msgid "Clear" -msgstr "" - -#: ../../mod/admin.php:1401 -msgid "Debugging" -msgstr "" - -#: ../../mod/admin.php:1402 -msgid "Log file" -msgstr "" - -#: ../../mod/admin.php:1402 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." -msgstr "" - -#: ../../mod/admin.php:1403 -msgid "Log level" -msgstr "" - -#: ../../mod/admin.php:1449 -msgid "New Profile Field" -msgstr "" - -#: ../../mod/admin.php:1450 ../../mod/admin.php:1470 -msgid "Field nickname" -msgstr "" - -#: ../../mod/admin.php:1450 ../../mod/admin.php:1470 -msgid "System name of field" -msgstr "" - -#: ../../mod/admin.php:1451 ../../mod/admin.php:1471 -msgid "Input type" -msgstr "" - -#: ../../mod/admin.php:1452 ../../mod/admin.php:1472 -msgid "Field Name" -msgstr "" - -#: ../../mod/admin.php:1452 ../../mod/admin.php:1472 -msgid "Label on profile pages" -msgstr "" - -#: ../../mod/admin.php:1453 ../../mod/admin.php:1473 -msgid "Help text" -msgstr "" - -#: ../../mod/admin.php:1453 ../../mod/admin.php:1473 -msgid "Additional info (optional)" -msgstr "" - -#: ../../mod/admin.php:1463 -msgid "Field definition not found" -msgstr "" - -#: ../../mod/admin.php:1469 -msgid "Edit Profile Field" -msgstr "" - -#: ../../mod/editlayout.php:112 -msgid "Delete layout?" -msgstr "" - -#: ../../mod/editlayout.php:159 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" -msgstr "" - -#: ../../mod/editlayout.php:161 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:179 -msgid "Layout Name" -msgstr "" - -#: ../../mod/editlayout.php:178 -msgid "Edit Layout" -msgstr "" - -#: ../../mod/settings.php:76 -msgid "Name is required" -msgstr "" - -#: ../../mod/settings.php:80 -msgid "Key and Secret are required" -msgstr "" - -#: ../../mod/settings.php:232 -msgid "Passwords do not match. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:236 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "" - -#: ../../mod/settings.php:250 -msgid "Password changed." -msgstr "" - -#: ../../mod/settings.php:252 -msgid "Password update failed. Please try again." -msgstr "" - -#: ../../mod/settings.php:266 -msgid "Not valid email." -msgstr "" - -#: ../../mod/settings.php:269 -msgid "Protected email address. Cannot change to that email." -msgstr "" - -#: ../../mod/settings.php:278 -msgid "System failure storing new email. Please try again." -msgstr "" - -#: ../../mod/settings.php:521 -msgid "Settings updated." -msgstr "" - -#: ../../mod/settings.php:585 ../../mod/settings.php:611 -#: ../../mod/settings.php:647 -msgid "Add application" -msgstr "" - -#: ../../mod/settings.php:588 -msgid "Name of application" -msgstr "" - -#: ../../mod/settings.php:589 ../../mod/settings.php:615 -msgid "Consumer Key" -msgstr "" - -#: ../../mod/settings.php:589 ../../mod/settings.php:590 -msgid "Automatically generated - change if desired. Max length 20" -msgstr "" - -#: ../../mod/settings.php:590 ../../mod/settings.php:616 -msgid "Consumer Secret" -msgstr "" - -#: ../../mod/settings.php:591 ../../mod/settings.php:617 -msgid "Redirect" -msgstr "" - -#: ../../mod/settings.php:591 -msgid "" -"Redirect URI - leave blank unless your application specifically requires this" -msgstr "" - -#: ../../mod/settings.php:592 ../../mod/settings.php:618 -msgid "Icon url" -msgstr "" - -#: ../../mod/settings.php:592 -msgid "Optional" -msgstr "" - -#: ../../mod/settings.php:603 -msgid "You can't edit this application." -msgstr "" - -#: ../../mod/settings.php:646 -msgid "Connected Apps" -msgstr "" - -#: ../../mod/settings.php:650 -msgid "Client key starts with" -msgstr "" - -#: ../../mod/settings.php:651 -msgid "No name" -msgstr "" - -#: ../../mod/settings.php:652 -msgid "Remove authorization" -msgstr "" - -#: ../../mod/settings.php:665 -msgid "No feature settings configured" -msgstr "" - -#: ../../mod/settings.php:672 -msgid "Feature/Addon Settings" -msgstr "" - -#: ../../mod/settings.php:695 -msgid "Account Settings" -msgstr "" - -#: ../../mod/settings.php:696 -msgid "Enter New Password:" -msgstr "" - -#: ../../mod/settings.php:697 -msgid "Confirm New Password:" -msgstr "" - -#: ../../mod/settings.php:697 -msgid "Leave password fields blank unless changing" -msgstr "" - -#: ../../mod/settings.php:699 ../../mod/settings.php:1030 -msgid "Email Address:" -msgstr "" - -#: ../../mod/settings.php:701 -msgid "Remove this account including all its channels" -msgstr "" - -#: ../../mod/settings.php:717 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:717 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:724 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:748 -msgid "Connector Settings" -msgstr "" - -#: ../../mod/settings.php:787 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/settings.php:790 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: ../../mod/settings.php:829 -msgid "Display Settings" -msgstr "" - -#: ../../mod/settings.php:830 -msgid "Theme Settings" -msgstr "" - -#: ../../mod/settings.php:831 -msgid "Custom Theme Settings" -msgstr "" - -#: ../../mod/settings.php:832 -msgid "Content Settings" -msgstr "" - -#: ../../mod/settings.php:838 -msgid "Display Theme:" -msgstr "" - -#: ../../mod/settings.php:839 -msgid "Mobile Theme:" -msgstr "" - -#: ../../mod/settings.php:840 -msgid "Enable user zoom on mobile devices" -msgstr "" - -#: ../../mod/settings.php:841 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../mod/settings.php:841 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../mod/settings.php:842 -msgid "Maximum number of conversations to load at any time:" -msgstr "" - -#: ../../mod/settings.php:842 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../mod/settings.php:843 -msgid "Show emoticons (smilies) as images" -msgstr "" - -#: ../../mod/settings.php:844 -msgid "Link post titles to source" -msgstr "" - -#: ../../mod/settings.php:845 -msgid "System Page Layout Editor - (advanced)" -msgstr "" - -#: ../../mod/settings.php:848 -msgid "Use blog/list mode on channel page" -msgstr "" - -#: ../../mod/settings.php:848 ../../mod/settings.php:849 -msgid "(comments displayed separately)" -msgstr "" - -#: ../../mod/settings.php:849 -msgid "Use blog/list mode on matrix page" -msgstr "" - -#: ../../mod/settings.php:850 -msgid "Channel page max height of content (in pixels)" -msgstr "" - -#: ../../mod/settings.php:850 ../../mod/settings.php:851 -msgid "click to expand content exceeding this height" -msgstr "" - -#: ../../mod/settings.php:851 -msgid "Matrix page max height of content (in pixels)" -msgstr "" - -#: ../../mod/settings.php:885 -msgid "Nobody except yourself" -msgstr "" - -#: ../../mod/settings.php:886 -msgid "Only those you specifically allow" -msgstr "" - -#: ../../mod/settings.php:887 -msgid "Approved connections" -msgstr "" - -#: ../../mod/settings.php:888 -msgid "Any connections" -msgstr "" - -#: ../../mod/settings.php:889 -msgid "Anybody on this website" -msgstr "" - -#: ../../mod/settings.php:890 -msgid "Anybody in this network" -msgstr "" - -#: ../../mod/settings.php:891 -msgid "Anybody authenticated" -msgstr "" - -#: ../../mod/settings.php:892 -msgid "Anybody on the internet" -msgstr "" - -#: ../../mod/settings.php:966 -msgid "Publish your default profile in the network directory" -msgstr "" - -#: ../../mod/settings.php:971 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: ../../mod/settings.php:980 -msgid "Your channel address is" -msgstr "" - -#: ../../mod/settings.php:1021 -msgid "Channel Settings" -msgstr "" - -#: ../../mod/settings.php:1028 -msgid "Basic Settings" -msgstr "" - -#: ../../mod/settings.php:1031 -msgid "Your Timezone:" -msgstr "" - -#: ../../mod/settings.php:1032 -msgid "Default Post Location:" -msgstr "" - -#: ../../mod/settings.php:1032 -msgid "Geographical location to display on your posts" -msgstr "" - -#: ../../mod/settings.php:1033 -msgid "Use Browser Location:" -msgstr "" - -#: ../../mod/settings.php:1035 -msgid "Adult Content" -msgstr "" - -#: ../../mod/settings.php:1035 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" -msgstr "" - -#: ../../mod/settings.php:1037 -msgid "Security and Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:1039 -msgid "Your permissions are already configured. Click to view/adjust" -msgstr "" - -#: ../../mod/settings.php:1041 -msgid "Hide my online presence" -msgstr "" - -#: ../../mod/settings.php:1041 -msgid "Prevents displaying in your profile that you are online" -msgstr "" - -#: ../../mod/settings.php:1043 -msgid "Simple Privacy Settings:" -msgstr "" - -#: ../../mod/settings.php:1044 -msgid "" -"Very Public - extremely permissive (should be used with caution)" -msgstr "" - -#: ../../mod/settings.php:1045 -msgid "" -"Typical - default public, privacy when desired (similar to social " -"network permissions but with improved privacy)" -msgstr "" - -#: ../../mod/settings.php:1046 -msgid "Private - default private, never open or public" -msgstr "" - -#: ../../mod/settings.php:1047 -msgid "Blocked - default blocked to/from everybody" -msgstr "" - -#: ../../mod/settings.php:1049 -msgid "Allow others to tag your posts" -msgstr "" - -#: ../../mod/settings.php:1049 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" -msgstr "" - -#: ../../mod/settings.php:1051 -msgid "Advanced Privacy Settings" -msgstr "" - -#: ../../mod/settings.php:1053 -msgid "Expire other channel content after this many days" -msgstr "" - -#: ../../mod/settings.php:1053 -msgid "0 or blank prevents expiration" -msgstr "" - -#: ../../mod/settings.php:1054 -msgid "Maximum Friend Requests/Day:" -msgstr "" - -#: ../../mod/settings.php:1054 -msgid "May reduce spam activity" -msgstr "" - -#: ../../mod/settings.php:1055 -msgid "Default Post Permissions" -msgstr "" - -#: ../../mod/settings.php:1056 ../../mod/mitem.php:150 ../../mod/mitem.php:223 -msgid "(click to open/close)" -msgstr "" - -#: ../../mod/settings.php:1060 -msgid "Channel permissions category:" -msgstr "" - -#: ../../mod/settings.php:1066 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: ../../mod/settings.php:1066 -msgid "Useful to reduce spamming" -msgstr "" - -#: ../../mod/settings.php:1069 -msgid "Notification Settings" -msgstr "" - -#: ../../mod/settings.php:1070 -msgid "By default post a status message when:" -msgstr "" - -#: ../../mod/settings.php:1071 -msgid "accepting a friend request" -msgstr "" - -#: ../../mod/settings.php:1072 -msgid "joining a forum/community" -msgstr "" - -#: ../../mod/settings.php:1073 -msgid "making an interesting profile change" -msgstr "" - -#: ../../mod/settings.php:1074 -msgid "Send a notification email when:" -msgstr "" - -#: ../../mod/settings.php:1075 -msgid "You receive a connection request" -msgstr "" - -#: ../../mod/settings.php:1076 -msgid "Your connections are confirmed" -msgstr "" - -#: ../../mod/settings.php:1077 -msgid "Someone writes on your profile wall" -msgstr "" - -#: ../../mod/settings.php:1078 -msgid "Someone writes a followup comment" -msgstr "" - -#: ../../mod/settings.php:1079 -msgid "You receive a private message" -msgstr "" - -#: ../../mod/settings.php:1080 -msgid "You receive a friend suggestion" -msgstr "" - -#: ../../mod/settings.php:1081 -msgid "You are tagged in a post" -msgstr "" - -#: ../../mod/settings.php:1082 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1085 -msgid "Show visual notifications including:" -msgstr "" - -#: ../../mod/settings.php:1087 -msgid "Unseen matrix activity" -msgstr "" - -#: ../../mod/settings.php:1088 -msgid "Unseen channel activity" -msgstr "" - -#: ../../mod/settings.php:1089 -msgid "Unseen private messages" -msgstr "" - -#: ../../mod/settings.php:1089 ../../mod/settings.php:1094 -#: ../../mod/settings.php:1095 ../../mod/settings.php:1096 -msgid "Recommended" -msgstr "" - -#: ../../mod/settings.php:1090 -msgid "Upcoming events" -msgstr "" - -#: ../../mod/settings.php:1091 -msgid "Events today" -msgstr "" - -#: ../../mod/settings.php:1092 -msgid "Upcoming birthdays" -msgstr "" - -#: ../../mod/settings.php:1092 -msgid "Not available in all themes" -msgstr "" - -#: ../../mod/settings.php:1093 -msgid "System (personal) notifications" -msgstr "" - -#: ../../mod/settings.php:1094 -msgid "System info messages" -msgstr "" - -#: ../../mod/settings.php:1095 -msgid "System critical alerts" -msgstr "" - -#: ../../mod/settings.php:1096 -msgid "New connections" -msgstr "" - -#: ../../mod/settings.php:1097 -msgid "System Registrations" -msgstr "" - -#: ../../mod/settings.php:1098 -msgid "" -"Also show new wall posts, private messages and connections under Notices" -msgstr "" - -#: ../../mod/settings.php:1100 -msgid "Notify me of events this many days in advance" -msgstr "" - -#: ../../mod/settings.php:1100 -msgid "Must be greater than 0" -msgstr "" - -#: ../../mod/settings.php:1102 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: ../../mod/settings.php:1103 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: ../../mod/settings.php:1106 -msgid "" -"Please enable expert mode (in Settings > " -"Additional features) to adjust!" -msgstr "" - -#: ../../mod/settings.php:1107 -msgid "Miscellaneous Settings" -msgstr "" - -#: ../../mod/settings.php:1108 -msgid "Default photo upload folder" -msgstr "" - -#: ../../mod/settings.php:1108 ../../mod/settings.php:1109 -msgid "%Y - current year, %m - current month" -msgstr "" - -#: ../../mod/settings.php:1109 -msgid "Default file upload folder" -msgstr "" - -#: ../../mod/settings.php:1111 -msgid "Personal menu to display in your channel pages" -msgstr "" - -#: ../../mod/settings.php:1113 -msgid "Remove this channel." -msgstr "" - -#: ../../mod/settings.php:1114 -msgid "Firefox Share $Projectname provider" -msgstr "" - -#: ../../mod/settings.php:1115 -msgid "Start calendar week on monday" -msgstr "" - -#: ../../mod/webpages.php:191 -msgid "Page Title" -msgstr "" - -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." -msgstr "" - -#: ../../mod/appman.php:37 -msgid "Malformed app." -msgstr "" - -#: ../../mod/appman.php:80 -msgid "Embed code" -msgstr "" - -#: ../../mod/appman.php:86 -msgid "Edit App" -msgstr "" - -#: ../../mod/appman.php:86 -msgid "Create App" -msgstr "" - -#: ../../mod/appman.php:91 -msgid "Name of app" -msgstr "" - -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" -msgstr "" - -#: ../../mod/appman.php:94 -msgid "Photo icon URL" -msgstr "" - -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" -msgstr "" - -#: ../../mod/appman.php:95 -msgid "Version ID" -msgstr "" - -#: ../../mod/appman.php:96 -msgid "Price of app" -msgstr "" - -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" -msgstr "" - -#: ../../mod/filer.php:48 -msgid "- select -" -msgstr "" - -#: ../../mod/layouts.php:176 -msgid "Comanche page description language help" -msgstr "" - -#: ../../mod/layouts.php:180 -msgid "Layout Description" -msgstr "" - -#: ../../mod/layouts.php:185 -msgid "Download PDL file" -msgstr "" - -#: ../../mod/locs.php:21 ../../mod/locs.php:50 -msgid "Location not found." -msgstr "" - -#: ../../mod/locs.php:58 -msgid "Location lookup failed." -msgstr "" - -#: ../../mod/locs.php:62 -msgid "" -"Please select another location to become primary before removing the primary " -"location." -msgstr "" - -#: ../../mod/locs.php:91 -msgid "Syncing locations" -msgstr "" - -#: ../../mod/locs.php:101 -msgid "No locations found." -msgstr "" - -#: ../../mod/locs.php:112 -msgid "Manage Channel Locations" -msgstr "" - -#: ../../mod/locs.php:113 -msgid "Location (address)" -msgstr "" - -#: ../../mod/locs.php:114 -msgid "Primary Location" -msgstr "" - -#: ../../mod/locs.php:115 -msgid "Drop location" -msgstr "" - -#: ../../mod/locs.php:117 -msgid "Sync now" -msgstr "" - -#: ../../mod/locs.php:118 -msgid "Please wait several minutes between consecutive operations." -msgstr "" - -#: ../../mod/locs.php:119 -msgid "" -"When possible, drop a location by logging into that website/hub and removing " -"your channel." -msgstr "" - -#: ../../mod/locs.php:120 -msgid "Use this form to drop the location if the hub is no longer operating." -msgstr "" - -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 -msgid "$Projectname" -msgstr "" - -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: ../../mod/regmod.php:11 -msgid "Please login." -msgstr "" - -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" -msgstr "" - -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " -msgstr "" - -#: ../../mod/xchan.php:37 ../../mod/menu.php:162 ../../mod/mitem.php:116 -msgid "Not found." -msgstr "" - -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." -msgstr "" - -#: ../../mod/channel.php:97 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "" - -#: ../../mod/attach.php:9 -msgid "Item not available." -msgstr "" - -#: ../../mod/photos.php:79 -msgid "Page owner information could not be retrieved." -msgstr "" - -#: ../../mod/photos.php:100 -msgid "Album not found." -msgstr "" - -#: ../../mod/photos.php:127 -msgid "Delete Album" -msgstr "" - -#: ../../mod/photos.php:171 ../../mod/photos.php:1006 -msgid "Delete Photo" -msgstr "" - -#: ../../mod/photos.php:501 -msgid "No photos selected" -msgstr "" - -#: ../../mod/photos.php:550 -msgid "Access to this item is restricted." -msgstr "" - -#: ../../mod/photos.php:589 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." -msgstr "" - -#: ../../mod/photos.php:592 -#, php-format -msgid "%1$.2f MB photo storage used." -msgstr "" - -#: ../../mod/photos.php:620 -msgid "Upload Photos" -msgstr "" - -#: ../../mod/photos.php:624 -msgid "Enter an album name" -msgstr "" - -#: ../../mod/photos.php:625 -msgid "or select an existing album (doubleclick)" -msgstr "" - -#: ../../mod/photos.php:626 -msgid "Create a status post for this upload" -msgstr "" - -#: ../../mod/photos.php:627 -msgid "Caption (optional):" -msgstr "" - -#: ../../mod/photos.php:628 -msgid "Description (optional):" -msgstr "" - -#: ../../mod/photos.php:655 -msgid "Album name could not be decoded" -msgstr "" - -#: ../../mod/photos.php:699 ../../mod/photos.php:1233 -#: ../../mod/photos.php:1250 -msgid "Contact Photos" -msgstr "" - -#: ../../mod/photos.php:722 -msgid "Show Newest First" -msgstr "" - -#: ../../mod/photos.php:724 -msgid "Show Oldest First" -msgstr "" - -#: ../../mod/photos.php:824 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: ../../mod/photos.php:826 -msgid "Photo not available" -msgstr "" - -#: ../../mod/photos.php:884 -msgid "Use as profile photo" -msgstr "" - -#: ../../mod/photos.php:891 -msgid "Private Photo" -msgstr "" - -#: ../../mod/photos.php:902 ../../mod/events.php:652 ../../mod/events.php:659 -msgid "Previous" -msgstr "" - -#: ../../mod/photos.php:906 -msgid "View Full Size" -msgstr "" - -#: ../../mod/photos.php:985 -msgid "Edit photo" -msgstr "" - -#: ../../mod/photos.php:987 -msgid "Rotate CW (right)" -msgstr "" - -#: ../../mod/photos.php:988 -msgid "Rotate CCW (left)" -msgstr "" - -#: ../../mod/photos.php:991 -msgid "Enter a new album name" -msgstr "" - -#: ../../mod/photos.php:992 -msgid "or select an existing one (doubleclick)" -msgstr "" - -#: ../../mod/photos.php:995 -msgid "Caption" -msgstr "" - -#: ../../mod/photos.php:997 -msgid "Add a Tag" -msgstr "" - -#: ../../mod/photos.php:1001 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" -msgstr "" - -#: ../../mod/photos.php:1004 -msgid "Flag as adult in album view" -msgstr "" - -#: ../../mod/photos.php:1196 -msgid "In This Photo:" -msgstr "" - -#: ../../mod/photos.php:1201 -msgid "Map" -msgstr "" - -#: ../../mod/photos.php:1289 -msgid "View Album" -msgstr "" - -#: ../../mod/photos.php:1300 ../../mod/photos.php:1313 -#: ../../mod/photos.php:1314 -msgid "Recent Photos" -msgstr "" - -#: ../../mod/lockview.php:37 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:58 -msgid "Visible to:" -msgstr "" - -#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 -msgid "Export Channel" -msgstr "" - -#: ../../mod/uexport.php:53 -msgid "" -"Export your basic channel information to a file. This acts as a backup of " -"your connections, permissions, profile and basic data, which can be used to " -"import your data to a new server hub, but does not contain your content." -msgstr "" - -#: ../../mod/uexport.php:54 -msgid "Export Content" -msgstr "" - -#: ../../mod/uexport.php:55 -msgid "" -"Export your channel information and recent content to a JSON backup that can " -"be restored or imported to another server hub. This backs up all of your " -"connections, permissions, profile data and several months of posts. This " -"file may be VERY large. Please be patient - it may take several minutes for " -"this download to begin." -msgstr "" - -#: ../../mod/uexport.php:56 -msgid "Export your posts from a given year." -msgstr "" - -#: ../../mod/uexport.php:58 -msgid "" -"You may also export your posts and conversations for a particular year or " -"month. Adjust the date in your browser location bar to select other dates. " -"If the export fails (possibly due to memory exhaustion on your server hub), " -"please try again selecting a more limited date range." -msgstr "" - -#: ../../mod/uexport.php:59 -#, php-format -msgid "" -"To select all posts for a given year, such as this year, visit %2$s" -msgstr "" - -#: ../../mod/uexport.php:60 -#, php-format -msgid "" -"To select all posts for a given month, such as January of this year, visit " -"%2$s" -msgstr "" - -#: ../../mod/uexport.php:61 -#, php-format -msgid "" -"These content files may be imported or restored by visiting " -"%2$s on any site containing your channel. For best results please import " -"or restore these in date order (oldest first)." -msgstr "" - -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "" - -#: ../../mod/editpost.php:57 -msgid "Delete item?" -msgstr "" - -#: ../../mod/editpost.php:164 ../../mod/rpost.php:128 -msgid "Edit post" -msgstr "" - -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/rmagic.php:40 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: ../../mod/rmagic.php:40 -msgid "The error message was:" -msgstr "" - -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." -msgstr "" - -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" -msgstr "" - -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" -msgstr "" - -#: ../../mod/rmagic.php:86 -msgid "Authenticate" -msgstr "" - -#: ../../mod/chat.php:174 -msgid "Room not found" -msgstr "" - -#: ../../mod/chat.php:185 -msgid "Leave Room" -msgstr "" - -#: ../../mod/chat.php:186 -msgid "Delete This Room" -msgstr "" - -#: ../../mod/chat.php:187 -msgid "I am away right now" -msgstr "" - -#: ../../mod/chat.php:188 -msgid "I am online" -msgstr "" - -#: ../../mod/chat.php:190 -msgid "Bookmark this room" -msgstr "" - -#: ../../mod/chat.php:208 ../../mod/chat.php:231 -msgid "New Chatroom" -msgstr "" - -#: ../../mod/chat.php:209 -msgid "Chatroom Name" -msgstr "" - -#: ../../mod/chat.php:210 -msgid "Expiration of chats (minutes)" -msgstr "" - -#: ../../mod/chat.php:227 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "" - -#: ../../mod/search.php:212 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: ../../mod/search.php:214 -#, php-format -msgid "Search results for: %s" -msgstr "" - -#: ../../mod/viewsrc.php:40 -msgid "Source of Item" -msgstr "" - -#: ../../mod/ffsapi.php:8 -msgid "Share content from Firefox to $Projectname" -msgstr "" - -#: ../../mod/ffsapi.php:11 -msgid "Activate the Firefox $Projectname provider" -msgstr "" - -#: ../../mod/magic.php:69 -msgid "Hub not found." -msgstr "" - -#: ../../mod/connections.php:52 ../../mod/connections.php:150 -msgid "Blocked" -msgstr "" - -#: ../../mod/connections.php:57 ../../mod/connections.php:157 -msgid "Ignored" -msgstr "" - -#: ../../mod/connections.php:62 ../../mod/connections.php:171 -msgid "Hidden" -msgstr "" - -#: ../../mod/connections.php:67 ../../mod/connections.php:164 -msgid "Archived" -msgstr "" - -#: ../../mod/connections.php:128 -msgid "Suggest new connections" -msgstr "" - -#: ../../mod/connections.php:131 -msgid "New Connections" -msgstr "" - -#: ../../mod/connections.php:134 -msgid "Show pending (new) connections" -msgstr "" - -#: ../../mod/connections.php:137 ../../mod/profperm.php:139 -msgid "All Connections" -msgstr "" - -#: ../../mod/connections.php:140 -msgid "Show all connections" -msgstr "" - -#: ../../mod/connections.php:143 -msgid "Unblocked" -msgstr "" - -#: ../../mod/connections.php:146 -msgid "Only show unblocked connections" -msgstr "" - -#: ../../mod/connections.php:153 -msgid "Only show blocked connections" -msgstr "" - -#: ../../mod/connections.php:160 -msgid "Only show ignored connections" -msgstr "" - -#: ../../mod/connections.php:167 -msgid "Only show archived connections" -msgstr "" - -#: ../../mod/connections.php:174 -msgid "Only show hidden connections" -msgstr "" - -#: ../../mod/connections.php:225 -#, php-format -msgid "%1$s [%2$s]" -msgstr "" - -#: ../../mod/connections.php:226 -msgid "Edit connection" -msgstr "" - -#: ../../mod/connections.php:264 -msgid "Search your connections" -msgstr "" - -#: ../../mod/connections.php:265 -msgid "Finding: " -msgstr "" - -#: ../../mod/manage.php:130 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "" - -#: ../../mod/manage.php:138 -msgid "Create a new channel" -msgstr "" - -#: ../../mod/manage.php:161 -msgid "Current Channel" -msgstr "" - -#: ../../mod/manage.php:163 -msgid "Switch to one of your channels by selecting it." -msgstr "" - -#: ../../mod/manage.php:164 -msgid "Default Channel" -msgstr "" - -#: ../../mod/manage.php:165 -msgid "Make Default" -msgstr "" - -#: ../../mod/manage.php:168 -#, php-format -msgid "%d new messages" -msgstr "" - -#: ../../mod/manage.php:169 -#, php-format -msgid "%d new introductions" -msgstr "" - -#: ../../mod/manage.php:171 -msgid "Delegated Channels" -msgstr "" - -#: ../../mod/menu.php:45 -msgid "Unable to update menu." -msgstr "" - -#: ../../mod/menu.php:56 -msgid "Unable to create menu." -msgstr "" - -#: ../../mod/menu.php:94 ../../mod/menu.php:106 -msgid "Menu Name" -msgstr "" - -#: ../../mod/menu.php:94 -msgid "Unique name (not visible on webpage) - required" -msgstr "" - -#: ../../mod/menu.php:95 ../../mod/menu.php:107 -msgid "Menu Title" -msgstr "" - -#: ../../mod/menu.php:95 -msgid "Visible on webpage - leave empty for no title" -msgstr "" - -#: ../../mod/menu.php:96 -msgid "Allow Bookmarks" -msgstr "" - -#: ../../mod/menu.php:96 ../../mod/menu.php:153 -msgid "Menu may be used to store saved bookmarks" -msgstr "" - -#: ../../mod/menu.php:97 ../../mod/menu.php:155 -msgid "Submit and proceed" -msgstr "" - -#: ../../mod/menu.php:109 -msgid "Drop" -msgstr "" - -#: ../../mod/menu.php:113 -msgid "Bookmarks allowed" -msgstr "" - -#: ../../mod/menu.php:115 -msgid "Delete this menu" -msgstr "" - -#: ../../mod/menu.php:116 ../../mod/menu.php:150 -msgid "Edit menu contents" -msgstr "" - -#: ../../mod/menu.php:117 -msgid "Edit this menu" -msgstr "" - -#: ../../mod/menu.php:132 -msgid "Menu could not be deleted." -msgstr "" - -#: ../../mod/menu.php:140 ../../mod/mitem.php:24 -msgid "Menu not found." -msgstr "" - -#: ../../mod/menu.php:145 -msgid "Edit Menu" -msgstr "" - -#: ../../mod/menu.php:149 -msgid "Add or remove entries to this menu" -msgstr "" - -#: ../../mod/menu.php:151 -msgid "Menu name" -msgstr "" - -#: ../../mod/menu.php:151 -msgid "Must be unique, only seen by you" -msgstr "" - -#: ../../mod/menu.php:152 -msgid "Menu title" -msgstr "" - -#: ../../mod/menu.php:152 -msgid "Menu title as seen by others" -msgstr "" - -#: ../../mod/menu.php:153 -msgid "Allow bookmarks" -msgstr "" - -#: ../../mod/mail.php:34 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../mod/mail.php:42 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../mod/mail.php:49 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../mod/mail.php:75 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../mod/mail.php:140 -msgid "Messages" -msgstr "" - -#: ../../mod/mail.php:175 -msgid "Message recalled." -msgstr "" - -#: ../../mod/mail.php:188 -msgid "Conversation removed." -msgstr "" - -#: ../../mod/mail.php:231 -msgid "Requested channel is not in this network" -msgstr "" - -#: ../../mod/mail.php:239 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/mail.php:240 ../../mod/mail.php:370 -msgid "To:" -msgstr "" - -#: ../../mod/mail.php:243 ../../mod/mail.php:372 -msgid "Subject:" -msgstr "" - -#: ../../mod/mail.php:250 -msgid "Send" -msgstr "" - -#: ../../mod/mail.php:342 -msgid "Delete message" -msgstr "" - -#: ../../mod/mail.php:343 -msgid "Delivery report" -msgstr "" - -#: ../../mod/mail.php:344 -msgid "Recall message" -msgstr "" - -#: ../../mod/mail.php:346 -msgid "Message has been recalled." -msgstr "" - -#: ../../mod/mail.php:363 -msgid "Delete Conversation" -msgstr "" - -#: ../../mod/mail.php:365 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/mail.php:369 -msgid "Send Reply" -msgstr "" - -#: ../../mod/mail.php:374 -#, php-format -msgid "Your message for %s (%s):" -msgstr "" - -#: ../../mod/help.php:148 -msgid "Documentation Search" -msgstr "" - -#: ../../mod/help.php:186 ../../mod/help.php:192 ../../mod/help.php:198 -msgid "Help:" -msgstr "" - -#: ../../mod/help.php:213 ../../index.php:238 -msgid "Not Found" -msgstr "" - -#: ../../mod/help.php:237 -msgid "$Projectname Documentation" -msgstr "" - -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." +#: ../../mod/sharedwithme.php:100 +msgid "Remove this file" msgstr "" #: ../../mod/siteinfo.php:15 @@ -8916,280 +9035,210 @@ msgstr "" msgid "Site Administrators" msgstr "" +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "" + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "" + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "" + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "" + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "" + +#: ../../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 "" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "" + +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "" + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "" + +#: ../../mod/subthread.php:114 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: ../../mod/subthread.php:116 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" +msgstr "" + #: ../../mod/suggest.php:35 msgid "" "No suggestions available. If this is a new site, please try again in 24 " "hours." msgstr "" -#: ../../mod/events.php:21 -msgid "Calendar entries imported." +#: ../../mod/tagger.php:96 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/events.php:23 -msgid "No calendar entries found." +#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 +msgid "Tag removed" msgstr "" -#: ../../mod/events.php:100 -msgid "Event can not end before it has started." +#: ../../mod/tagrm.php:119 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 -msgid "Unable to generate preview." +#: ../../mod/tagrm.php:121 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/events.php:109 -msgid "Event title and start time are required." +#: ../../mod/thing.php:111 +msgid "Thing updated" msgstr "" -#: ../../mod/events.php:129 ../../mod/events.php:254 -msgid "Event not found." +#: ../../mod/thing.php:163 +msgid "Object store: failed" msgstr "" -#: ../../mod/events.php:437 -msgid "Edit event titel" +#: ../../mod/thing.php:167 +msgid "Thing added" msgstr "" -#: ../../mod/events.php:437 -msgid "Event titel" +#: ../../mod/thing.php:193 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/events.php:439 -msgid "Categories (comma-separated list)" +#: ../../mod/thing.php:256 +msgid "Show Thing" msgstr "" -#: ../../mod/events.php:440 -msgid "Edit Category" +#: ../../mod/thing.php:263 +msgid "item not found." msgstr "" -#: ../../mod/events.php:440 -msgid "Category" +#: ../../mod/thing.php:296 +msgid "Edit Thing" msgstr "" -#: ../../mod/events.php:443 -msgid "Edit start date and time" +#: ../../mod/thing.php:298 ../../mod/thing.php:348 +msgid "Select a profile" msgstr "" -#: ../../mod/events.php:443 -msgid "Start date and time" +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Post an activity" msgstr "" -#: ../../mod/events.php:444 ../../mod/events.php:447 -msgid "Finish date and time are not known or not relevant" +#: ../../mod/thing.php:302 ../../mod/thing.php:351 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../mod/events.php:446 -msgid "Edit finish date and time" +#: ../../mod/thing.php:304 ../../mod/thing.php:353 +msgid "Name of thing e.g. something" msgstr "" -#: ../../mod/events.php:446 -msgid "Finish date and time" +#: ../../mod/thing.php:306 ../../mod/thing.php:354 +msgid "URL of thing (optional)" msgstr "" -#: ../../mod/events.php:448 ../../mod/events.php:449 -msgid "Adjust for viewer timezone" +#: ../../mod/thing.php:308 ../../mod/thing.php:355 +msgid "URL for photo of thing (optional)" msgstr "" -#: ../../mod/events.php:448 +#: ../../mod/thing.php:346 +msgid "Add Thing to your Profile" +msgstr "" + +#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 +msgid "Export Channel" +msgstr "" + +#: ../../mod/uexport.php:53 msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." msgstr "" -#: ../../mod/events.php:450 -msgid "Edit Description" +#: ../../mod/uexport.php:54 +msgid "Export Content" msgstr "" -#: ../../mod/events.php:452 -msgid "Edit Location" +#: ../../mod/uexport.php:55 +msgid "" +"Export your channel information and recent content to a JSON backup that can " +"be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for " +"this download to begin." msgstr "" -#: ../../mod/events.php:455 ../../mod/events.php:457 -msgid "Share this event" +#: ../../mod/uexport.php:56 +msgid "Export your posts from a given year." msgstr "" -#: ../../mod/events.php:462 -msgid "Advanced Options" +#: ../../mod/uexport.php:58 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." msgstr "" -#: ../../mod/events.php:574 -msgid "l, F j" +#: ../../mod/uexport.php:59 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit %2$s" msgstr "" -#: ../../mod/events.php:596 -msgid "Edit event" +#: ../../mod/uexport.php:60 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"%2$s" msgstr "" -#: ../../mod/events.php:598 -msgid "Delete event" -msgstr "" - -#: ../../mod/events.php:632 -msgid "calendar" -msgstr "" - -#: ../../mod/events.php:651 -msgid "Edit Event" -msgstr "" - -#: ../../mod/events.php:651 -msgid "Create Event" -msgstr "" - -#: ../../mod/events.php:661 -msgid "Today" -msgstr "" - -#: ../../mod/events.php:692 -msgid "Event removed" -msgstr "" - -#: ../../mod/events.php:695 -msgid "Failed to remove event" -msgstr "" - -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." -msgstr "" - -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" -msgstr "" - -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." -msgstr "" - -#: ../../mod/profperm.php:123 -msgid "Visible To" -msgstr "" - -#: ../../mod/mitem.php:48 -msgid "Unable to create element." -msgstr "" - -#: ../../mod/mitem.php:72 -msgid "Unable to update menu element." -msgstr "" - -#: ../../mod/mitem.php:88 -msgid "Unable to add menu element." -msgstr "" - -#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 -msgid "Menu Item Permissions" -msgstr "" - -#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 -msgid "Link Name" -msgstr "" - -#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 -msgid "Link or Submenu Target" -msgstr "" - -#: ../../mod/mitem.php:153 -msgid "Enter URL of the link or select a menu name to create a submenu" -msgstr "" - -#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 -msgid "Use magic-auth if available" -msgstr "" - -#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 -msgid "Open link in new window" -msgstr "" - -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Order in list" -msgstr "" - -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Higher numbers will sink to bottom of listing" -msgstr "" - -#: ../../mod/mitem.php:157 -msgid "Submit and finish" -msgstr "" - -#: ../../mod/mitem.php:158 -msgid "Submit and continue" -msgstr "" - -#: ../../mod/mitem.php:166 -msgid "Menu:" -msgstr "" - -#: ../../mod/mitem.php:169 -msgid "Link Target" -msgstr "" - -#: ../../mod/mitem.php:172 -msgid "Edit menu" -msgstr "" - -#: ../../mod/mitem.php:175 -msgid "Edit element" -msgstr "" - -#: ../../mod/mitem.php:176 -msgid "Drop element" -msgstr "" - -#: ../../mod/mitem.php:177 -msgid "New element" -msgstr "" - -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" -msgstr "" - -#: ../../mod/mitem.php:179 -msgid "Add menu element" -msgstr "" - -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" -msgstr "" - -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" -msgstr "" - -#: ../../mod/mitem.php:198 -msgid "Menu item not found." -msgstr "" - -#: ../../mod/mitem.php:211 -msgid "Menu item deleted." -msgstr "" - -#: ../../mod/mitem.php:213 -msgid "Menu item could not be deleted." -msgstr "" - -#: ../../mod/mitem.php:220 -msgid "Edit Menu Element" -msgstr "" - -#: ../../mod/mitem.php:226 -msgid "Link text" -msgstr "" - -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" -msgstr "" - -#: ../../mod/sharedwithme.php:96 -msgid "NEW" -msgstr "" - -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" -msgstr "" - -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" +#: ../../mod/uexport.php:61 +#, php-format +msgid "" +"These content files may be imported or restored by visiting " +"%2$s on any site containing your channel. For best results please import " +"or restore these in date order (oldest first)." msgstr "" #: ../../mod/viewconnections.php:59 @@ -9201,6 +9250,22 @@ msgstr "" msgid "Visit %s's profile [%s]" msgstr "" +#: ../../mod/viewsrc.php:40 +msgid "Source of Item" +msgstr "" + +#: ../../mod/webpages.php:191 +msgid "Page Title" +msgstr "" + +#: ../../mod/xchan.php:6 +msgid "Xchan Lookup" +msgstr "" + +#: ../../mod/xchan.php:9 +msgid "Lookup xchan beginning with (or webbie): " +msgstr "" + #: ../../view/theme/redbasic/php/config.php:82 msgid "Focus (Hubzilla default)" msgstr "" @@ -9336,58 +9401,3 @@ msgstr "" #: ../../view/theme/redbasic/php/config.php:132 msgid "Set size of followup author photos" msgstr "" - -#: ../../Zotlabs/Zot/Auth.php:140 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." -msgstr "" - -#: ../../boot.php:1299 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:1302 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1469 -msgid "" -"Create an account to access services and applications within the Hubzilla" -msgstr "" - -#: ../../boot.php:1491 -msgid "Password" -msgstr "" - -#: ../../boot.php:1492 -msgid "Remember me" -msgstr "" - -#: ../../boot.php:1495 -msgid "Forgot your password?" -msgstr "" - -#: ../../boot.php:2115 -msgid "toggle mobile" -msgstr "" - -#: ../../boot.php:2250 -msgid "Website SSL certificate is not valid. Please correct." -msgstr "" - -#: ../../boot.php:2253 -#, php-format -msgid "[hubzilla] Website SSL error for %s" -msgstr "" - -#: ../../boot.php:2290 -msgid "Cron/Scheduled tasks not running." -msgstr "" - -#: ../../boot.php:2294 -#, php-format -msgid "[hubzilla] Cron tasks not running on %s" -msgstr "" diff --git a/version.inc b/version.inc index 9846c0954..5793fa135 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-01-07.1271H +2016-01-09.1273H From 23c7086605d54fc6d9a537b20fc3377a52b24ee8 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 9 Jan 2016 23:39:53 -0800 Subject: [PATCH 8/8] add locked features to siteinfo to assist in debugging --- include/network.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/include/network.php b/include/network.php index e09908d31..94298abef 100644 --- a/include/network.php +++ b/include/network.php @@ -1792,6 +1792,17 @@ function get_site_info() { $hide_in_statistics = intval(get_config('system','hide_in_statistics')); $site_expire = intval(get_config('system', 'default_expire_days')); + load_config('feature_lock'); + $locked_features = array(); + if(is_array($a->config['feature_lock']) && count($a->config['feature_lock'])) { + foreach($a->config['feature_lock'] as $k => $v) { + if($k === 'config_loaded') + continue; + $locked_features[$k] = intval($v); + } + } + + $data = Array( 'version' => $version, @@ -1803,9 +1814,10 @@ function get_site_info() { 'invitation_only' => intval(get_config('system','invitation_only')), 'directory_mode' => $directory_mode[get_config('system','directory_mode')], 'language' => get_config('system','language'), - 'rss_connections' => get_config('system','feed_contacts'), + 'rss_connections' => intval(get_config('system','feed_contacts')), 'expiration' => $site_expire, 'default_service_restrictions' => $service_class, + 'locked_features' => $locked_features, 'admin' => $admin, 'site_name' => (($site_name) ? $site_name : ''), 'platform' => PLATFORM_NAME,