From 48495f41e898498a91a1b3d9e8fa1950e60a12de Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 22 Jan 2016 02:22:27 -0800 Subject: provide mechanism for custom .well-known handlers and static files (e.g. for letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist. --- install/INSTALL.txt | 8 + mod/_well_known.php | 13 + mod/hostxrd.php | 1 + util/hmessages.po | 3590 ++++++++++++++++++++++++++------------------------- version.inc | 2 +- 5 files changed, 1820 insertions(+), 1794 deletions(-) diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 78cea638d..22c7ef35f 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -62,6 +62,14 @@ When communicating with new sites, Hubzilla always attempts connection on the SSL port first, before falling back to a less secure connection. If you do not use SSL, your webserver MUST NOT listen on port 443 at all. +If you use LetsEncrypt to provide certificates and create a file under +.well-known/acme-challenge so that LetsEncrypt can verify your domain ownership, +please remove or rename the .well-known directory as soon as the certificate is +generated. Hubzilla will provide its own handler for ".well-known" services when +it is installed, and an existing directory in this location may prevent some of +these services from working correctly. + + 1. Requirements - Apache with mod-rewrite enabled and "AllowOverride All" so you can use a local .htaccess file. Some folks have successfully used nginx and lighttpd. diff --git a/mod/_well_known.php b/mod/_well_known.php index d88bc2391..58ed13ece 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -33,6 +33,19 @@ function _well_known_init(&$a){ break; default: + // look in $WEBROOT/well_known for the requested file in case it is + // something a site requires and for which we do not have a module + + // @fixme - we may need to determine the content-type and stick it in the header + // for now this can be done with a php script masquerading as the requested file + + $wk_file = str_replace('.well-known','well_known',$a->cmd); + if(file_exists($wk_file)) { + echo file_get_contents($wk_file); + killme(); + } + elseif(file_exists($wk_file . '.php')) + require_once($wk_file . '.php'); break; } diff --git a/mod/hostxrd.php b/mod/hostxrd.php index 0e18c133b..18066b7bf 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -12,6 +12,7 @@ function hostxrd_init(&$a) { )); $arr = array('xrd' => $x); call_hooks('hostxrd',$arr); + echo $arr['xrd']; killme(); } diff --git a/util/hmessages.po b/util/hmessages.po index 1c1769fb5..d134bfcfa 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2016-01-15.1279H\n" +"Project-Id-Version: 2016-01-22.1286H\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-01-15 00:03-0800\n" +"POT-Creation-Date: 2016-01-22 00:03-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -29,110 +29,8 @@ msgstr "" msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../boot.php:1319 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: ../../boot.php:1322 -#, php-format -msgid "Update Error at %s" -msgstr "" - -#: ../../boot.php:1489 -msgid "" -"Create an account to access services and applications within the Hubzilla" -msgstr "" - -#: ../../boot.php:1490 ../../include/nav.php:149 ../../mod/register.php:264 -msgid "Register" -msgstr "" - -#: ../../boot.php:1507 ../../include/nav.php:82 ../../include/nav.php:114 -msgid "Logout" -msgstr "" - -#: ../../boot.php:1508 ../../include/apps.php:131 ../../include/nav.php:111 -msgid "Login" -msgstr "" - -#: ../../boot.php:1510 ../../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:1511 -msgid "Password" -msgstr "" - -#: ../../boot.php:1512 -msgid "Remember me" -msgstr "" - -#: ../../boot.php:1512 ../../include/dir_fns.php:141 -#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143 -#: ../../mod/admin.php:421 ../../mod/api.php:102 ../../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 ../../mod/connedit.php:644 -#: ../../mod/connedit.php:693 ../../view/theme/redbasic/php/config.php:104 -#: ../../view/theme/redbasic/php/config.php:129 -msgid "No" -msgstr "" - -#: ../../boot.php:1512 ../../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:1515 -msgid "Forgot your password?" -msgstr "" - -#: ../../boot.php:1516 ../../mod/lostpass.php:86 -msgid "Password Reset" -msgstr "" - -#: ../../boot.php:2137 -msgid "toggle mobile" -msgstr "" - -#: ../../boot.php:2289 -msgid "Website SSL certificate is not valid. Please correct." -msgstr "" - -#: ../../boot.php:2292 -#, php-format -msgid "[hubzilla] Website SSL error for %s" -msgstr "" - -#: ../../boot.php:2329 -msgid "Cron/Scheduled tasks not running." -msgstr "" - -#: ../../boot.php:2330 ../../include/datetime.php:263 -msgid "never" -msgstr "" - -#: ../../boot.php:2333 -#, 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/Contact.php:101 ../../include/conversation.php:961 +#: ../../include/identity.php:949 ../../include/widgets.php:137 #: ../../include/widgets.php:175 ../../mod/directory.php:318 #: ../../mod/match.php:64 ../../mod/suggest.php:52 msgid "Connect" @@ -170,22 +68,22 @@ msgstr "" #: ../../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:262 -#: ../../mod/connections.php:281 ../../mod/connections.php:301 -#: ../../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 +#: ../../mod/blocks.php:153 ../../mod/connections.php:284 +#: ../../mod/connections.php:304 ../../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/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/connections.php:263 ../../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/connedit.php:560 +#: ../../mod/connections.php:259 ../../mod/connedit.php:560 +#: ../../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 "" @@ -223,13 +121,13 @@ msgid "I abstain" msgstr "" #: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 -#: ../../include/conversation.php:1697 ../../mod/photos.php:1079 +#: ../../include/conversation.php:1707 ../../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 +#: ../../include/ItemObject.php:179 ../../include/conversation.php:1731 +#: ../../include/taxonomy.php:414 ../../include/identity.php:1262 #: ../../mod/photos.php:1083 msgctxt "noun" msgid "Like" @@ -237,7 +135,7 @@ msgid_plural "Likes" msgstr[0] "" msgstr[1] "" -#: ../../include/ItemObject.php:184 ../../include/conversation.php:1724 +#: ../../include/ItemObject.php:184 ../../include/conversation.php:1734 #: ../../mod/photos.php:1088 msgctxt "noun" msgid "Dislike" @@ -372,7 +270,7 @@ msgid "Close" msgstr "" #: ../../include/ItemObject.php:389 ../../include/conversation.php:740 -#: ../../include/conversation.php:1227 ../../mod/editblock.php:150 +#: ../../include/conversation.php:1237 ../../mod/editblock.php:150 #: ../../mod/editlayout.php:148 ../../mod/editpost.php:129 #: ../../mod/editwebpage.php:190 ../../mod/photos.php:1026 msgid "Please wait" @@ -397,50 +295,50 @@ msgstr "" #: ../../mod/admin.php:453 ../../mod/admin.php:596 ../../mod/admin.php:888 #: ../../mod/admin.php:1052 ../../mod/admin.php:1228 ../../mod/admin.php:1423 #: ../../mod/admin.php:1508 ../../mod/appman.php:99 ../../mod/chat.php:184 -#: ../../mod/chat.php:213 ../../mod/connect.php:93 ../../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/chat.php:213 ../../mod/connect.php:93 ../../mod/connedit.php:720 +#: ../../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:116 ../../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/mood.php:135 ../../mod/pconfig.php:108 ../../mod/pdledit.php:59 #: ../../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/connedit.php:724 -#: ../../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 +#: ../../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/ItemObject.php:698 ../../include/conversation.php:1199 +#: ../../include/ItemObject.php:698 ../../include/conversation.php:1209 #: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 #: ../../mod/editpost.php:113 ../../mod/editwebpage.php:177 msgid "Bold" msgstr "" -#: ../../include/ItemObject.php:699 ../../include/conversation.php:1200 +#: ../../include/ItemObject.php:699 ../../include/conversation.php:1210 #: ../../mod/editblock.php:137 ../../mod/editlayout.php:136 #: ../../mod/editpost.php:114 ../../mod/editwebpage.php:178 msgid "Italic" msgstr "" -#: ../../include/ItemObject.php:700 ../../include/conversation.php:1201 +#: ../../include/ItemObject.php:700 ../../include/conversation.php:1211 #: ../../mod/editblock.php:138 ../../mod/editlayout.php:137 #: ../../mod/editpost.php:115 ../../mod/editwebpage.php:179 msgid "Underline" msgstr "" -#: ../../include/ItemObject.php:701 ../../include/conversation.php:1202 +#: ../../include/ItemObject.php:701 ../../include/conversation.php:1212 #: ../../mod/editblock.php:139 ../../mod/editlayout.php:138 #: ../../mod/editpost.php:116 ../../mod/editwebpage.php:180 msgid "Quote" msgstr "" -#: ../../include/ItemObject.php:702 ../../include/conversation.php:1203 +#: ../../include/ItemObject.php:702 ../../include/conversation.php:1213 #: ../../mod/editblock.php:140 ../../mod/editlayout.php:139 #: ../../mod/editpost.php:117 ../../mod/editwebpage.php:181 msgid "Code" @@ -458,7 +356,7 @@ msgstr "" msgid "Video" msgstr "" -#: ../../include/ItemObject.php:706 ../../include/conversation.php:1169 +#: ../../include/ItemObject.php:706 ../../include/conversation.php:1179 #: ../../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 @@ -466,7 +364,7 @@ msgstr "" msgid "Preview" msgstr "" -#: ../../include/ItemObject.php:709 ../../include/conversation.php:1257 +#: ../../include/ItemObject.php:709 ../../include/conversation.php:1267 #: ../../mod/editpost.php:157 ../../mod/mail.php:255 ../../mod/mail.php:385 msgid "Encrypt text" msgstr "" @@ -501,14 +399,14 @@ msgid "Schedule Outbox" msgstr "" #: ../../include/RedDAV/RedBrowser.php:164 ../../include/apps.php:360 -#: ../../include/apps.php:415 ../../include/conversation.php:1027 -#: ../../include/widgets.php:1366 ../../mod/photos.php:754 +#: ../../include/apps.php:415 ../../include/conversation.php:1037 +#: ../../include/widgets.php:1368 ../../mod/photos.php:754 #: ../../mod/photos.php:1195 msgid "Unknown" msgstr "" #: ../../include/RedDAV/RedBrowser.php:226 ../../include/apps.php:135 -#: ../../include/conversation.php:1629 ../../include/nav.php:93 +#: ../../include/conversation.php:1639 ../../include/nav.php:93 #: ../../mod/fbrowser.php:109 msgid "Files" msgstr "" @@ -530,7 +428,7 @@ msgid "Create" msgstr "" #: ../../include/RedDAV/RedBrowser.php:231 -#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1379 +#: ../../include/RedDAV/RedBrowser.php:305 ../../include/widgets.php:1381 #: ../../mod/photos.php:781 ../../mod/photos.php:1316 #: ../../mod/profile_photo.php:453 ../../mod/cover_photo.php:353 msgid "Upload" @@ -616,7 +514,7 @@ msgid "Registration request at %s" msgstr "" #: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1659 +#: ../../include/account.php:404 ../../include/network.php:1660 msgid "Administrator" msgstr "" @@ -707,7 +605,7 @@ msgstr "" msgid "Site Admin" msgstr "" -#: ../../include/apps.php:129 ../../include/conversation.php:1655 +#: ../../include/apps.php:129 ../../include/conversation.php:1665 #: ../../include/nav.php:103 msgid "Bookmarks" msgstr "" @@ -716,6 +614,10 @@ msgstr "" msgid "Address Book" msgstr "" +#: ../../include/apps.php:131 ../../include/nav.php:111 ../../boot.php:1508 +msgid "Login" +msgstr "" + #: ../../include/apps.php:132 ../../include/nav.php:200 #: ../../mod/manage.php:160 msgid "Channel Manager" @@ -731,7 +633,7 @@ msgstr "" msgid "Settings" msgstr "" -#: ../../include/apps.php:136 ../../include/conversation.php:1665 +#: ../../include/apps.php:136 ../../include/conversation.php:1675 #: ../../include/nav.php:107 ../../mod/webpages.php:178 msgid "Webpages" msgstr "" @@ -740,12 +642,12 @@ msgstr "" msgid "Channel Home" msgstr "" -#: ../../include/apps.php:138 ../../include/identity.php:1232 -#: ../../include/identity.php:1349 ../../mod/profperm.php:112 +#: ../../include/apps.php:138 ../../include/identity.php:1236 +#: ../../include/identity.php:1353 ../../mod/profperm.php:112 msgid "Profile" msgstr "" -#: ../../include/apps.php:139 ../../include/conversation.php:1622 +#: ../../include/apps.php:139 ../../include/conversation.php:1632 #: ../../include/nav.php:92 ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" @@ -771,7 +673,7 @@ msgstr "" msgid "Mood" msgstr "" -#: ../../include/apps.php:145 ../../include/conversation.php:956 +#: ../../include/apps.php:145 ../../include/conversation.php:965 msgid "Poke" msgstr "" @@ -781,7 +683,7 @@ msgstr "" #: ../../include/apps.php:147 ../../include/nav.php:159 #: ../../include/text.php:885 ../../include/text.php:897 -#: ../../mod/connections.php:297 ../../mod/search.php:40 +#: ../../mod/connections.php:300 ../../mod/search.php:40 msgid "Search" msgstr "" @@ -801,7 +703,7 @@ msgstr "" msgid "Invite" msgstr "" -#: ../../include/apps.php:152 ../../include/widgets.php:1252 +#: ../../include/apps.php:152 ../../include/widgets.php:1254 msgid "Features" msgstr "" @@ -837,37 +739,37 @@ msgstr "" #: ../../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:367 +#: ../../include/chat.php:133 ../../include/photos.php:29 +#: ../../include/items.php:4407 ../../index.php:186 ../../index.php:371 #: ../../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/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:73 -#: ../../mod/regmod.php:17 ../../mod/service_limits.php:7 -#: ../../mod/settings.php:568 ../../mod/setup.php:227 -#: ../../mod/connedit.php:355 ../../mod/sharedwithme.php:7 +#: ../../mod/connedit.php:355 ../../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:1050 ../../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:22 ../../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:73 ../../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 @@ -974,7 +876,7 @@ msgid "Finishes:" msgstr "" #: ../../include/bb2diaspora.php:487 ../../include/event.php:52 -#: ../../include/identity.php:998 ../../include/text.php:1425 +#: ../../include/identity.php:1000 ../../include/text.php:1425 #: ../../mod/directory.php:304 msgid "Location:" msgstr "" @@ -1071,66 +973,6 @@ msgstr "" msgid "Default" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "" - -#: ../../include/contact_selectors.php:59 -msgid "Daily" -msgstr "" - -#: ../../include/contact_selectors.php:60 -msgid "Weekly" -msgstr "" - -#: ../../include/contact_selectors.php:61 -msgid "Monthly" -msgstr "" - -#: ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "" - -#: ../../include/contact_selectors.php:81 -msgid "Facebook" -msgstr "" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -1158,7 +1000,7 @@ msgstr "" msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:300 +#: ../../include/contact_widgets.php:26 ../../mod/connections.php:303 #: ../../mod/directory.php:381 ../../mod/directory.php:386 msgid "Find" msgstr "" @@ -1180,7 +1022,7 @@ msgstr "" msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/contact_widgets.php:57 ../../include/features.php:92 +#: ../../include/contact_widgets.php:57 ../../include/features.php:93 #: ../../include/widgets.php:304 msgid "Saved Folders" msgstr "" @@ -1330,389 +1172,385 @@ msgstr "" msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:946 +#: ../../include/conversation.php:953 msgid "View Source" msgstr "" -#: ../../include/conversation.php:947 +#: ../../include/conversation.php:954 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:948 +#: ../../include/conversation.php:955 msgid "Unfollow Thread" msgstr "" -#: ../../include/conversation.php:949 -msgid "View Status" -msgstr "" - -#: ../../include/conversation.php:950 ../../include/nav.php:86 +#: ../../include/conversation.php:959 ../../include/nav.php:86 #: ../../mod/connedit.php:507 msgid "View Profile" msgstr "" -#: ../../include/conversation.php:951 -msgid "View Photos" -msgstr "" - -#: ../../include/conversation.php:952 +#: ../../include/conversation.php:960 msgid "Activity/Posts" msgstr "" -#: ../../include/conversation.php:954 +#: ../../include/conversation.php:962 msgid "Edit Connection" msgstr "" -#: ../../include/conversation.php:955 -msgid "Send PM" +#: ../../include/conversation.php:963 +msgid "Message" +msgstr "" + +#: ../../include/conversation.php:964 ../../mod/ratings.php:99 +msgid "Ratings" msgstr "" -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:1070 +#: ../../include/conversation.php:1080 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:1074 +#: ../../include/conversation.php:1084 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1076 +#: ../../include/conversation.php:1086 #, php-format msgid "%2$d people don't like this." msgid_plural "%2$d people don't like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1082 +#: ../../include/conversation.php:1092 msgid "and" msgstr "" -#: ../../include/conversation.php:1085 +#: ../../include/conversation.php:1095 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1096 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:1154 +#: ../../include/conversation.php:1164 msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:1155 ../../mod/mail.php:202 +#: ../../include/conversation.php:1165 ../../mod/mail.php:202 #: ../../mod/mail.php:316 msgid "Please enter a link URL:" msgstr "" -#: ../../include/conversation.php:1156 +#: ../../include/conversation.php:1166 msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/conversation.php:1157 +#: ../../include/conversation.php:1167 msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/conversation.php:1158 +#: ../../include/conversation.php:1168 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1159 ../../mod/filer.php:48 +#: ../../include/conversation.php:1169 ../../mod/filer.php:48 msgid "Save to Folder:" msgstr "" -#: ../../include/conversation.php:1160 +#: ../../include/conversation.php:1170 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1161 ../../mod/editpost.php:56 +#: ../../include/conversation.php:1171 ../../mod/editpost.php:56 #: ../../mod/mail.php:203 ../../mod/mail.php:317 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/conversation.php:1192 ../../mod/blocks.php:154 +#: ../../include/conversation.php:1202 ../../mod/blocks.php:154 #: ../../mod/layouts.php:184 ../../mod/photos.php:1025 #: ../../mod/webpages.php:182 msgid "Share" msgstr "" -#: ../../include/conversation.php:1194 +#: ../../include/conversation.php:1204 msgid "Page link name" msgstr "" -#: ../../include/conversation.php:1197 +#: ../../include/conversation.php:1207 msgid "Post as" msgstr "" -#: ../../include/conversation.php:1204 ../../mod/editblock.php:142 +#: ../../include/conversation.php:1214 ../../mod/editblock.php:142 #: ../../mod/editlayout.php:140 ../../mod/editpost.php:118 #: ../../mod/editwebpage.php:182 msgid "Upload photo" msgstr "" -#: ../../include/conversation.php:1205 +#: ../../include/conversation.php:1215 msgid "upload photo" msgstr "" -#: ../../include/conversation.php:1206 ../../mod/editblock.php:143 +#: ../../include/conversation.php:1216 ../../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 "" -#: ../../include/conversation.php:1207 +#: ../../include/conversation.php:1217 msgid "attach file" msgstr "" -#: ../../include/conversation.php:1208 ../../mod/editblock.php:144 +#: ../../include/conversation.php:1218 ../../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 "" -#: ../../include/conversation.php:1209 +#: ../../include/conversation.php:1219 msgid "web link" msgstr "" -#: ../../include/conversation.php:1210 +#: ../../include/conversation.php:1220 msgid "Insert video link" msgstr "" -#: ../../include/conversation.php:1211 +#: ../../include/conversation.php:1221 msgid "video link" msgstr "" -#: ../../include/conversation.php:1212 +#: ../../include/conversation.php:1222 msgid "Insert audio link" msgstr "" -#: ../../include/conversation.php:1213 +#: ../../include/conversation.php:1223 msgid "audio link" msgstr "" -#: ../../include/conversation.php:1214 ../../mod/editblock.php:148 +#: ../../include/conversation.php:1224 ../../mod/editblock.php:148 #: ../../mod/editlayout.php:146 ../../mod/editpost.php:124 #: ../../mod/editwebpage.php:188 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1215 +#: ../../include/conversation.php:1225 msgid "set location" msgstr "" -#: ../../include/conversation.php:1216 ../../mod/editpost.php:126 +#: ../../include/conversation.php:1226 ../../mod/editpost.php:126 msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1219 ../../mod/editblock.php:149 +#: ../../include/conversation.php:1229 ../../mod/editblock.php:149 #: ../../mod/editlayout.php:147 ../../mod/editpost.php:125 #: ../../mod/editwebpage.php:189 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1220 +#: ../../include/conversation.php:1230 msgid "clear location" msgstr "" -#: ../../include/conversation.php:1222 ../../mod/editblock.php:162 +#: ../../include/conversation.php:1232 ../../mod/editblock.php:162 #: ../../mod/editpost.php:141 ../../mod/editwebpage.php:205 msgid "Title (optional)" msgstr "" -#: ../../include/conversation.php:1226 ../../mod/editblock.php:165 +#: ../../include/conversation.php:1236 ../../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/editblock.php:151 +#: ../../include/conversation.php:1238 ../../mod/editblock.php:151 #: ../../mod/editlayout.php:149 ../../mod/editpost.php:130 #: ../../mod/editwebpage.php:191 ../../mod/events.php:459 msgid "Permission settings" msgstr "" -#: ../../include/conversation.php:1229 +#: ../../include/conversation.php:1239 msgid "permissions" msgstr "" -#: ../../include/conversation.php:1237 ../../mod/editblock.php:159 +#: ../../include/conversation.php:1247 ../../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/editblock.php:166 +#: ../../include/conversation.php:1249 ../../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/editblock.php:176 +#: ../../include/conversation.php:1262 ../../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 "" -#: ../../include/conversation.php:1255 +#: ../../include/conversation.php:1265 msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1259 ../../mod/editpost.php:159 +#: ../../include/conversation.php:1269 ../../mod/editpost.php:159 msgid "OK" msgstr "" -#: ../../include/conversation.php:1260 ../../mod/editpost.php:160 +#: ../../include/conversation.php:1270 ../../mod/editpost.php:160 #: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 #: ../../mod/settings.php:587 ../../mod/settings.php:613 #: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 msgid "Cancel" msgstr "" -#: ../../include/conversation.php:1503 +#: ../../include/conversation.php:1513 msgid "Discover" msgstr "" -#: ../../include/conversation.php:1506 +#: ../../include/conversation.php:1516 msgid "Imported public streams" msgstr "" -#: ../../include/conversation.php:1511 +#: ../../include/conversation.php:1521 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1514 +#: ../../include/conversation.php:1524 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1518 +#: ../../include/conversation.php:1528 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1521 +#: ../../include/conversation.php:1531 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1526 ../../include/widgets.php:95 +#: ../../include/conversation.php:1536 ../../include/widgets.php:95 msgid "Personal" msgstr "" -#: ../../include/conversation.php:1529 +#: ../../include/conversation.php:1539 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1535 ../../mod/connections.php:72 +#: ../../include/conversation.php:1545 ../../mod/connections.php:72 #: ../../mod/connections.php:82 ../../mod/menu.php:112 msgid "New" msgstr "" -#: ../../include/conversation.php:1538 +#: ../../include/conversation.php:1548 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1544 +#: ../../include/conversation.php:1554 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1547 +#: ../../include/conversation.php:1557 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1554 +#: ../../include/conversation.php:1564 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1557 +#: ../../include/conversation.php:1567 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1601 ../../mod/admin.php:1059 +#: ../../include/conversation.php:1611 ../../mod/admin.php:1059 msgid "Channel" msgstr "" -#: ../../include/conversation.php:1604 +#: ../../include/conversation.php:1614 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1613 +#: ../../include/conversation.php:1623 msgid "About" msgstr "" -#: ../../include/conversation.php:1616 +#: ../../include/conversation.php:1626 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1625 ../../include/photos.php:506 +#: ../../include/conversation.php:1635 ../../include/photos.php:506 msgid "Photo Albums" msgstr "" -#: ../../include/conversation.php:1632 +#: ../../include/conversation.php:1642 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1642 ../../include/conversation.php:1645 +#: ../../include/conversation.php:1652 ../../include/conversation.php:1655 msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1658 +#: ../../include/conversation.php:1668 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1668 +#: ../../include/conversation.php:1678 msgid "Manage Webpages" msgstr "" -#: ../../include/conversation.php:1727 +#: ../../include/conversation.php:1737 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1730 +#: ../../include/conversation.php:1740 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1733 +#: ../../include/conversation.php:1743 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1736 +#: ../../include/conversation.php:1746 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1739 +#: ../../include/conversation.php:1749 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1742 +#: ../../include/conversation.php:1752 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" @@ -1732,6 +1570,10 @@ msgstr "" msgid "Required" msgstr "" +#: ../../include/datetime.php:263 ../../boot.php:2330 +msgid "never" +msgstr "" + #: ../../include/datetime.php:269 msgid "less than a second ago" msgstr "" @@ -1821,6 +1663,31 @@ msgstr "" msgid "Safe Mode" msgstr "" +#: ../../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:644 ../../mod/connedit.php:693 +#: ../../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 ../../boot.php:1512 +msgid "No" +msgstr "" + +#: ../../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 ../../boot.php:1512 +msgid "Yes" +msgstr "" + #: ../../include/dir_fns.php:142 msgid "Public Forums Only" msgstr "" @@ -2048,1709 +1915,1738 @@ msgstr "" msgid "Cancelled" msgstr "" -#: ../../include/features.php:45 -msgid "General Features" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/features.php:47 -msgid "Content Expiration" +#: ../../include/follow.php:33 +msgid "Channel location missing." msgstr "" -#: ../../include/features.php:47 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/features.php:48 -msgid "Multiple Profiles" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/features.php:48 -msgid "Ability to create multiple profiles" +#: ../../include/follow.php:153 ../../include/follow.php:183 +msgid "Protocol disabled." msgstr "" -#: ../../include/features.php:49 -msgid "Advanced Profiles" +#: ../../include/follow.php:173 +msgid "Channel discovery failed." msgstr "" -#: ../../include/features.php:49 -msgid "Additional profile sections and selections" +#: ../../include/follow.php:199 +msgid "local account not found." msgstr "" -#: ../../include/features.php:50 -msgid "Profile Import/Export" +#: ../../include/follow.php:224 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/features.php:50 -msgid "Save and load profile details across sites/channels" +#: ../../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/features.php:51 -msgid "Web Pages" +#: ../../include/group.php:232 +msgid "Add new connections to this collection (privacy group)" msgstr "" -#: ../../include/features.php:51 -msgid "Provide managed web pages on your channel" +#: ../../include/group.php:251 ../../mod/admin.php:900 +msgid "All Channels" msgstr "" -#: ../../include/features.php:52 -msgid "Private Notes" +#: ../../include/group.php:273 +msgid "edit" msgstr "" -#: ../../include/features.php:52 -msgid "Enables a tool to store notes and reminders" +#: ../../include/group.php:295 +msgid "Collections" msgstr "" -#: ../../include/features.php:53 -msgid "Navigation Channel Select" +#: ../../include/group.php:296 +msgid "Edit collection" msgstr "" -#: ../../include/features.php:53 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../include/group.php:297 +msgid "Add new collection" msgstr "" -#: ../../include/features.php:54 -msgid "Photo Location" +#: ../../include/group.php:298 +msgid "Channels not in any collection" msgstr "" -#: ../../include/features.php:54 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/group.php:300 ../../include/widgets.php:275 +msgid "add" msgstr "" -#: ../../include/features.php:56 -msgid "Expert Mode" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/features.php:56 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/features.php:57 -msgid "Premium Channel" +#: ../../include/import.php:80 ../../mod/import.php:139 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../include/features.php:57 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/features.php:62 -msgid "Post Composition Features" +#: ../../include/js_strings.php:8 +msgid "[-] show less" msgstr "" -#: ../../include/features.php:64 -msgid "Use Markdown" +#: ../../include/js_strings.php:9 +msgid "[+] expand" msgstr "" -#: ../../include/features.php:64 -msgid "Allow use of \"Markdown\" to format posts" +#: ../../include/js_strings.php:10 +msgid "[-] collapse" msgstr "" -#: ../../include/features.php:65 -msgid "Large Photos" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/features.php:65 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/features.php:66 ../../include/widgets.php:549 -#: ../../mod/sources.php:88 -msgid "Channel Sources" +#: ../../include/js_strings.php:13 ../../mod/photos.php:41 +msgid "everybody" msgstr "" -#: ../../include/features.php:66 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/features.php:67 -msgid "Even More Encryption" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/features.php:67 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/features.php:68 -msgid "Enable Voting Tools" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/features.php:68 -msgid "Provide a class of post which others can vote on" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../include/features.php:69 -msgid "Delayed Posting" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../include/features.php:69 -msgid "Allow posts to be published at a later date" +#: ../../include/js_strings.php:20 ../../mod/connedit.php:703 +#: ../../mod/rate.php:157 +msgid "Rating" msgstr "" -#: ../../include/features.php:70 -msgid "Suppress Duplicate Posts/Comments" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../include/features.php:70 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../include/features.php:76 -msgid "Network and Stream Filtering" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../include/features.php:77 -msgid "Search by Date" +#: ../../include/js_strings.php:25 ../../mod/events.php:452 +#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 +msgid "Location" msgstr "" -#: ../../include/features.php:77 -msgid "Ability to select posts by date ranges" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/features.php:78 -msgid "Collections Filter" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/features.php:78 -msgid "Enable widget to display Network posts only from selected collections" +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../include/features.php:79 ../../include/widgets.php:274 -msgid "Saved Searches" +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../include/features.php:79 -msgid "Save search terms for re-use" +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../include/features.php:80 -msgid "Network Personal Tab" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../include/features.php:80 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../include/features.php:81 -msgid "Network New Tab" +#: ../../include/js_strings.php:34 +msgid "about an hour" msgstr "" -#: ../../include/features.php:81 -msgid "Enable tab to display all new Network activity" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../include/features.php:82 -msgid "Affinity Tool" +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../include/features.php:82 -msgid "Filter stream activity by depth of relationships" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/features.php:83 -msgid "Connection Filtering" +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../include/features.php:83 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/features.php:84 -msgid "Suggest Channels" +#: ../../include/js_strings.php:40 +msgid "about a year" msgstr "" -#: ../../include/features.php:84 -msgid "Show channel suggestions" +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/features.php:89 -msgid "Post/Comment Tools" +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../include/features.php:90 -msgid "Community Tagging" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../include/features.php:90 -msgid "Ability to tag existing posts" +#: ../../include/js_strings.php:45 ../../include/text.php:1183 +msgid "January" msgstr "" -#: ../../include/features.php:91 -msgid "Post Categories" +#: ../../include/js_strings.php:46 ../../include/text.php:1183 +msgid "February" msgstr "" -#: ../../include/features.php:91 -msgid "Add categories to your posts" +#: ../../include/js_strings.php:47 ../../include/text.php:1183 +msgid "March" msgstr "" -#: ../../include/features.php:92 -msgid "Ability to file posts under folders" +#: ../../include/js_strings.php:48 ../../include/text.php:1183 +msgid "April" msgstr "" -#: ../../include/features.php:93 -msgid "Dislike Posts" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../include/features.php:93 -msgid "Ability to dislike posts/comments" +#: ../../include/js_strings.php:50 ../../include/text.php:1183 +msgid "June" msgstr "" -#: ../../include/features.php:94 -msgid "Star Posts" +#: ../../include/js_strings.php:51 ../../include/text.php:1183 +msgid "July" msgstr "" -#: ../../include/features.php:94 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/js_strings.php:52 ../../include/text.php:1183 +msgid "August" msgstr "" -#: ../../include/features.php:95 -msgid "Tag Cloud" +#: ../../include/js_strings.php:53 ../../include/text.php:1183 +msgid "September" msgstr "" -#: ../../include/features.php:95 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/js_strings.php:54 ../../include/text.php:1183 +msgid "October" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." +#: ../../include/js_strings.php:55 ../../include/text.php:1183 +msgid "November" msgstr "" -#: ../../include/follow.php:33 -msgid "Channel location missing." +#: ../../include/js_strings.php:56 ../../include/text.php:1183 +msgid "December" msgstr "" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." +#: ../../include/js_strings.php:57 +msgid "Jan" msgstr "" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." +#: ../../include/js_strings.php:58 +msgid "Feb" msgstr "" -#: ../../include/follow.php:153 ../../include/follow.php:183 -msgid "Protocol disabled." +#: ../../include/js_strings.php:59 +msgid "Mar" msgstr "" -#: ../../include/follow.php:173 -msgid "Channel discovery failed." +#: ../../include/js_strings.php:60 +msgid "Apr" msgstr "" -#: ../../include/follow.php:199 -msgid "local account not found." +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" msgstr "" -#: ../../include/follow.php:224 -msgid "Cannot connect to yourself." +#: ../../include/js_strings.php:62 +msgid "Jun" 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." +#: ../../include/js_strings.php:63 +msgid "Jul" msgstr "" -#: ../../include/group.php:232 -msgid "Add new connections to this collection (privacy group)" +#: ../../include/js_strings.php:64 +msgid "Aug" msgstr "" -#: ../../include/group.php:251 ../../mod/admin.php:900 -msgid "All Channels" +#: ../../include/js_strings.php:65 +msgid "Sep" msgstr "" -#: ../../include/group.php:273 -msgid "edit" -msgstr "" - -#: ../../include/group.php:295 -msgid "Collections" +#: ../../include/js_strings.php:66 +msgid "Oct" msgstr "" -#: ../../include/group.php:296 -msgid "Edit collection" +#: ../../include/js_strings.php:67 +msgid "Nov" msgstr "" -#: ../../include/group.php:297 -msgid "Add new collection" +#: ../../include/js_strings.php:68 +msgid "Dec" msgstr "" -#: ../../include/group.php:298 -msgid "Channels not in any collection" +#: ../../include/js_strings.php:69 ../../include/text.php:1179 +msgid "Sunday" msgstr "" -#: ../../include/group.php:300 ../../include/widgets.php:275 -msgid "add" +#: ../../include/js_strings.php:70 ../../include/text.php:1179 +msgid "Monday" msgstr "" -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" +#: ../../include/js_strings.php:71 ../../include/text.php:1179 +msgid "Tuesday" msgstr "" -#: ../../include/identity.php:66 -msgid "Empty name" +#: ../../include/js_strings.php:72 ../../include/text.php:1179 +msgid "Wednesday" msgstr "" -#: ../../include/identity.php:69 -msgid "Name too long" +#: ../../include/js_strings.php:73 ../../include/text.php:1179 +msgid "Thursday" msgstr "" -#: ../../include/identity.php:181 -msgid "No account identifier" +#: ../../include/js_strings.php:74 ../../include/text.php:1179 +msgid "Friday" msgstr "" -#: ../../include/identity.php:193 -msgid "Nickname is required." +#: ../../include/js_strings.php:75 ../../include/text.php:1179 +msgid "Saturday" msgstr "" -#: ../../include/identity.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/js_strings.php:76 +msgid "Sun" msgstr "" -#: ../../include/identity.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/js_strings.php:77 +msgid "Mon" msgstr "" -#: ../../include/identity.php:288 -msgid "Unable to retrieve created identity" +#: ../../include/js_strings.php:78 +msgid "Tue" msgstr "" -#: ../../include/identity.php:346 -msgid "Default Profile" +#: ../../include/js_strings.php:79 +msgid "Wed" msgstr "" -#: ../../include/identity.php:390 ../../include/identity.php:391 -#: ../../include/identity.php:398 ../../include/profile_selectors.php:80 -#: ../../include/widgets.php:430 ../../mod/settings.php:338 -#: ../../mod/settings.php:342 ../../mod/settings.php:343 -#: ../../mod/settings.php:346 ../../mod/settings.php:357 -#: ../../mod/connedit.php:582 -msgid "Friends" +#: ../../include/js_strings.php:80 +msgid "Thu" msgstr "" -#: ../../include/identity.php:770 -msgid "Requested channel is not available." +#: ../../include/js_strings.php:81 +msgid "Fri" 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." +#: ../../include/js_strings.php:82 +msgid "Sat" msgstr "" -#: ../../include/identity.php:960 ../../mod/profiles.php:782 -msgid "Change profile photo" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" msgstr "" -#: ../../include/identity.php:966 -msgid "Profiles" +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" msgstr "" -#: ../../include/identity.php:966 -msgid "Manage/edit profiles" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" msgstr "" -#: ../../include/identity.php:967 ../../mod/profiles.php:783 -msgid "Create New Profile" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" msgstr "" -#: ../../include/identity.php:970 ../../include/nav.php:90 -msgid "Edit Profile" +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../include/identity.php:982 ../../mod/profiles.php:794 -msgid "Profile Image" +#: ../../include/message.php:20 +msgid "No recipient provided." msgstr "" -#: ../../include/identity.php:985 -msgid "visible to everybody" +#: ../../include/message.php:25 +msgid "[no subject]" msgstr "" -#: ../../include/identity.php:986 ../../mod/profiles.php:677 -#: ../../mod/profiles.php:798 -msgid "Edit visibility" +#: ../../include/message.php:45 +msgid "Unable to determine sender." msgstr "" -#: ../../include/identity.php:1002 ../../include/identity.php:1242 -msgid "Gender:" +#: ../../include/message.php:222 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/identity.php:1003 ../../include/identity.php:1286 -msgid "Status:" +#: ../../include/nav.php:82 ../../include/nav.php:114 ../../boot.php:1507 +msgid "Logout" msgstr "" -#: ../../include/identity.php:1004 ../../include/identity.php:1297 -msgid "Homepage:" +#: ../../include/nav.php:82 ../../include/nav.php:114 +msgid "End this session" msgstr "" -#: ../../include/identity.php:1005 -msgid "Online Now" +#: ../../include/nav.php:85 ../../include/nav.php:145 +msgid "Home" msgstr "" -#: ../../include/identity.php:1089 ../../include/identity.php:1167 -#: ../../mod/ping.php:318 -msgid "g A l F d" +#: ../../include/nav.php:85 +msgid "Your posts and conversations" msgstr "" -#: ../../include/identity.php:1090 ../../include/identity.php:1168 -msgid "F d" +#: ../../include/nav.php:86 +msgid "Your profile page" msgstr "" -#: ../../include/identity.php:1135 ../../include/identity.php:1207 -#: ../../mod/ping.php:341 -msgid "[today]" +#: ../../include/nav.php:88 +msgid "Edit Profiles" msgstr "" -#: ../../include/identity.php:1146 -msgid "Birthday Reminders" +#: ../../include/nav.php:88 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/identity.php:1147 -msgid "Birthdays this week:" +#: ../../include/nav.php:90 ../../include/identity.php:972 +msgid "Edit Profile" msgstr "" -#: ../../include/identity.php:1200 -msgid "[No description]" +#: ../../include/nav.php:90 +msgid "Edit your profile" msgstr "" -#: ../../include/identity.php:1218 -msgid "Event Reminders" +#: ../../include/nav.php:92 +msgid "Your photos" msgstr "" -#: ../../include/identity.php:1219 -msgid "Events this week:" +#: ../../include/nav.php:93 +msgid "Your files" msgstr "" -#: ../../include/identity.php:1240 ../../mod/settings.php:1029 -msgid "Full Name:" +#: ../../include/nav.php:97 +msgid "Your chatrooms" msgstr "" -#: ../../include/identity.php:1247 -msgid "Like this channel" +#: ../../include/nav.php:103 +msgid "Your bookmarks" msgstr "" -#: ../../include/identity.php:1271 -msgid "j F, Y" +#: ../../include/nav.php:107 +msgid "Your webpages" msgstr "" -#: ../../include/identity.php:1272 -msgid "j F" +#: ../../include/nav.php:111 +msgid "Sign in" msgstr "" -#: ../../include/identity.php:1279 -msgid "Birthday:" +#: ../../include/nav.php:128 +#, php-format +msgid "%s - click to logout" msgstr "" -#: ../../include/identity.php:1283 ../../mod/directory.php:299 -msgid "Age:" +#: ../../include/nav.php:131 +msgid "Remote authentication" msgstr "" -#: ../../include/identity.php:1292 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/nav.php:131 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/identity.php:1295 ../../mod/profiles.php:699 -msgid "Sexual Preference:" +#: ../../include/nav.php:145 +msgid "Home Page" msgstr "" -#: ../../include/identity.php:1299 ../../mod/directory.php:315 -#: ../../mod/profiles.php:701 -msgid "Hometown:" +#: ../../include/nav.php:149 ../../mod/register.php:264 ../../boot.php:1490 +msgid "Register" msgstr "" -#: ../../include/identity.php:1301 -msgid "Tags:" +#: ../../include/nav.php:149 +msgid "Create an account" msgstr "" -#: ../../include/identity.php:1303 ../../mod/profiles.php:702 -msgid "Political Views:" +#: ../../include/nav.php:154 +msgid "Help and documentation" msgstr "" -#: ../../include/identity.php:1305 -msgid "Religion:" +#: ../../include/nav.php:157 ../../include/widgets.php:92 +#: ../../mod/apps.php:36 +msgid "Apps" msgstr "" -#: ../../include/identity.php:1307 ../../mod/directory.php:317 -msgid "About:" +#: ../../include/nav.php:157 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/identity.php:1309 -msgid "Hobbies/Interests:" +#: ../../include/nav.php:159 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/identity.php:1311 ../../mod/profiles.php:705 -msgid "Likes:" +#: ../../include/nav.php:162 +msgid "Channel Directory" msgstr "" -#: ../../include/identity.php:1313 ../../mod/profiles.php:706 -msgid "Dislikes:" +#: ../../include/nav.php:174 +msgid "Your grid" msgstr "" -#: ../../include/identity.php:1315 -msgid "Contact information and Social Networks:" +#: ../../include/nav.php:175 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/identity.php:1317 -msgid "My other channels:" +#: ../../include/nav.php:177 +msgid "Channel home" msgstr "" -#: ../../include/identity.php:1319 -msgid "Musical interests:" +#: ../../include/nav.php:178 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/identity.php:1321 -msgid "Books, literature:" +#: ../../include/nav.php:181 ../../include/text.php:815 +#: ../../mod/connections.php:296 +msgid "Connections" msgstr "" -#: ../../include/identity.php:1323 -msgid "Television:" +#: ../../include/nav.php:184 +msgid "Notices" msgstr "" -#: ../../include/identity.php:1325 -msgid "Film/dance/culture/entertainment:" +#: ../../include/nav.php:184 +msgid "Notifications" msgstr "" -#: ../../include/identity.php:1327 -msgid "Love/Romance:" +#: ../../include/nav.php:185 +msgid "See all notifications" msgstr "" -#: ../../include/identity.php:1329 -msgid "Work/employment:" +#: ../../include/nav.php:186 ../../mod/notifications.php:99 +msgid "Mark all system notifications seen" msgstr "" -#: ../../include/identity.php:1331 -msgid "School/education:" +#: ../../include/nav.php:188 +msgid "Private mail" msgstr "" -#: ../../include/identity.php:1351 -msgid "Like this thing" +#: ../../include/nav.php:189 +msgid "See all private messages" msgstr "" -#: ../../include/identity.php:1759 ../../mod/cover_photo.php:236 -msgid "cover photo" +#: ../../include/nav.php:190 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/import.php:23 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/nav.php:191 ../../include/widgets.php:578 +msgid "Inbox" msgstr "" -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." +#: ../../include/nav.php:192 ../../include/widgets.php:583 +msgid "Outbox" msgstr "" -#: ../../include/import.php:80 ../../mod/import.php:139 -msgid "Cloned channel not found. Import failed." +#: ../../include/nav.php:193 ../../include/widgets.php:588 +msgid "New Message" msgstr "" -#: ../../include/items.php:423 ../../index.php:366 ../../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" +#: ../../include/nav.php:196 +msgid "Event Calendar" msgstr "" -#: ../../include/items.php:1130 ../../include/items.php:1176 -msgid "(Unknown)" +#: ../../include/nav.php:197 +msgid "See all events" msgstr "" -#: ../../include/items.php:1373 -msgid "Visible to anybody on the internet." +#: ../../include/nav.php:198 +msgid "Mark all events seen" msgstr "" -#: ../../include/items.php:1375 -msgid "Visible to you only." +#: ../../include/nav.php:200 +msgid "Manage Your Channels" msgstr "" -#: ../../include/items.php:1377 -msgid "Visible to anybody in this network." +#: ../../include/nav.php:202 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/items.php:1379 -msgid "Visible to anybody authenticated." +#: ../../include/nav.php:210 ../../include/widgets.php:1281 +msgid "Admin" msgstr "" -#: ../../include/items.php:1381 +#: ../../include/nav.php:210 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:246 +msgid "@name, #tag, ?doc, content" +msgstr "" + +#: ../../include/nav.php:247 +msgid "Please wait..." +msgstr "" + +#: ../../include/network.php:630 +msgid "view full size" +msgstr "" + +#: ../../include/network.php:1674 +msgid "No Subject" +msgstr "" + +#: ../../include/notify.php:20 +msgid "created a new post" +msgstr "" + +#: ../../include/notify.php:21 #, php-format -msgid "Visible to anybody on %s." +msgid "commented on %s's post" msgstr "" -#: ../../include/items.php:1383 -msgid "Visible to all connections." +#: ../../include/oembed.php:213 +msgid "Embedded content" msgstr "" -#: ../../include/items.php:1385 -msgid "Visible to approved connections." +#: ../../include/oembed.php:222 +msgid "Embedding disabled" msgstr "" -#: ../../include/items.php:1387 -msgid "Visible to specific connections." +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../include/items.php:4326 ../../mod/admin.php:135 -#: ../../mod/admin.php:1091 ../../mod/admin.php:1336 ../../mod/display.php:36 -#: ../../mod/filestorage.php:27 ../../mod/thing.php:86 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." +#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 +#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 +msgid "View" msgstr "" -#: ../../include/items.php:4838 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Collection not found." +#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 +msgid "Actions" msgstr "" -#: ../../include/items.php:4854 -msgid "Collection is empty." +#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 +msgid "Page Link" msgstr "" -#: ../../include/items.php:4861 -#, php-format -msgid "Collection: %s" +#: ../../include/page_widgets.php:43 +msgid "Title" msgstr "" -#: ../../include/items.php:4871 ../../mod/connedit.php:692 -#, php-format -msgid "Connection: %s" +#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 +#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 +msgid "Created" msgstr "" -#: ../../include/items.php:4873 -msgid "Connection not found." +#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 +#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 +msgid "Edited" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/js_strings.php:8 -msgid "[-] show less" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" msgstr "" -#: ../../include/js_strings.php:9 -msgid "[+] expand" +#: ../../include/permissions.php:28 +msgid "Can view my connections" msgstr "" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -msgid "everybody" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/js_strings.php:20 ../../mod/rate.php:157 -#: ../../mod/connedit.php:703 -msgid "Rating" +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" msgstr "" -#: ../../include/js_strings.php:25 ../../mod/events.php:452 -#: ../../mod/profiles.php:464 ../../mod/pubsites.php:28 -msgid "Location" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" +#: ../../include/permissions.php:46 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/js_strings.php:29 -msgid "ago" +#: ../../include/permissions.php:867 +msgid "Social Networking" msgstr "" -#: ../../include/js_strings.php:30 -msgid "from now" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Mostly Public" msgstr "" -#: ../../include/js_strings.php:31 -msgid "less than a minute" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +#: ../../include/permissions.php:869 +msgid "Restricted" msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a minute" +#: ../../include/permissions.php:867 ../../include/permissions.php:868 +msgid "Private" msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d minutes" +#: ../../include/permissions.php:868 +msgid "Community Forum" msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" +#: ../../include/permissions.php:869 +msgid "Feed Republish" msgstr "" -#: ../../include/js_strings.php:35 -#, php-format -msgid "about %d hours" +#: ../../include/permissions.php:870 +msgid "Special Purpose" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../include/permissions.php:870 +msgid "Celebrity/Soapbox" msgstr "" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" +#: ../../include/permissions.php:870 +msgid "Group Repository" msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../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/js_strings.php:39 -#, php-format -msgid "%d months" +#: ../../include/permissions.php:871 +msgid "Custom/Expert Mode" msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 +#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147 +#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 +msgid "Profile Photos" msgstr "" -#: ../../include/js_strings.php:41 +#: ../../include/photos.php:112 #, php-format -msgid "%d years" +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../include/photos.php:119 +msgid "Image file is empty." msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" +#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 +#: ../../mod/cover_photo.php:164 +msgid "Unable to process image" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1183 -msgid "January" +#: ../../include/photos.php:257 +msgid "Photo storage failed." msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1183 -msgid "February" +#: ../../include/photos.php:297 +msgid "a new photo" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1183 -msgid "March" +#: ../../include/photos.php:301 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1183 -msgid "April" +#: ../../include/photos.php:510 +msgid "Upload New Photos" msgstr "" -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 +msgid "Male" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1183 -msgid "June" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 +msgid "Female" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1183 -msgid "July" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1183 -msgid "August" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1183 -msgid "September" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1183 -msgid "October" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1183 -msgid "November" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1183 -msgid "December" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../include/js_strings.php:57 -msgid "Jan" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../include/js_strings.php:58 -msgid "Feb" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Mar" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../include/js_strings.php:60 -msgid "Apr" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jun" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Jul" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Aug" +#: ../../include/profile_selectors.php:42 +msgid "Gay" msgstr "" -#: ../../include/js_strings.php:65 -msgid "Sep" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Oct" +#: ../../include/profile_selectors.php:42 +msgid "No Preference" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Nov" +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" msgstr "" -#: ../../include/js_strings.php:68 -msgid "Dec" +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1179 -msgid "Sunday" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1179 -msgid "Monday" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1179 -msgid "Tuesday" +#: ../../include/profile_selectors.php:42 +msgid "Deviant" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1179 -msgid "Wednesday" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1179 -msgid "Thursday" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1179 -msgid "Friday" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1179 -msgid "Saturday" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" msgstr "" -#: ../../include/js_strings.php:76 -msgid "Sun" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Mon" +#: ../../include/profile_selectors.php:80 +msgid "Available" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Tue" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" msgstr "" -#: ../../include/js_strings.php:79 -msgid "Wed" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" msgstr "" -#: ../../include/js_strings.php:80 -msgid "Thu" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" msgstr "" -#: ../../include/js_strings.php:81 -msgid "Fri" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" msgstr "" -#: ../../include/js_strings.php:82 -msgid "Sat" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" +#: ../../include/profile_selectors.php:80 ../../include/identity.php:390 +#: ../../include/identity.php:391 ../../include/identity.php:398 +#: ../../include/widgets.php:430 ../../mod/connedit.php:582 +#: ../../mod/settings.php:338 ../../mod/settings.php:342 +#: ../../mod/settings.php:343 ../../mod/settings.php:346 +#: ../../mod/settings.php:357 +msgid "Friends" msgstr "" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" msgstr "" -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" +#: ../../include/profile_selectors.php:80 +msgid "Casual" msgstr "" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" +#: ../../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/message.php:20 -msgid "No recipient provided." +#: ../../include/profile_selectors.php:80 +msgid "Partners" msgstr "" -#: ../../include/message.php:25 -msgid "[no subject]" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" msgstr "" -#: ../../include/message.php:45 -msgid "Unable to determine sender." +#: ../../include/profile_selectors.php:80 +msgid "Common law" msgstr "" -#: ../../include/message.php:222 -msgid "Stored post could not be verified." +#: ../../include/profile_selectors.php:80 +msgid "Happy" msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:114 -msgid "End this session" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:145 -msgid "Home" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" msgstr "" -#: ../../include/nav.php:85 -msgid "Your posts and conversations" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" msgstr "" -#: ../../include/nav.php:86 -msgid "Your profile page" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" msgstr "" -#: ../../include/nav.php:88 -msgid "Edit Profiles" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" msgstr "" -#: ../../include/nav.php:88 -msgid "Manage/Edit profiles" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" msgstr "" -#: ../../include/nav.php:90 -msgid "Edit your profile" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/nav.php:92 -msgid "Your photos" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" msgstr "" -#: ../../include/nav.php:93 -msgid "Your files" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" msgstr "" -#: ../../include/nav.php:97 -msgid "Your chatrooms" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" msgstr "" -#: ../../include/nav.php:103 -msgid "Your bookmarks" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" msgstr "" -#: ../../include/nav.php:107 -msgid "Your webpages" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" msgstr "" -#: ../../include/nav.php:111 -msgid "Sign in" +#: ../../include/security.php:384 +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/nav.php:128 -#, php-format -msgid "%s - click to logout" +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" msgstr "" -#: ../../include/nav.php:131 -msgid "Remote authentication" +#: ../../include/taxonomy.php:305 +msgid "Keywords" msgstr "" -#: ../../include/nav.php:131 -msgid "Click to authenticate to your home hub" +#: ../../include/taxonomy.php:326 +msgid "have" msgstr "" -#: ../../include/nav.php:145 -msgid "Home Page" +#: ../../include/taxonomy.php:326 +msgid "has" msgstr "" -#: ../../include/nav.php:149 -msgid "Create an account" +#: ../../include/taxonomy.php:327 +msgid "want" msgstr "" -#: ../../include/nav.php:154 -msgid "Help and documentation" +#: ../../include/taxonomy.php:327 +msgid "wants" msgstr "" -#: ../../include/nav.php:157 ../../include/widgets.php:92 -#: ../../mod/apps.php:36 -msgid "Apps" +#: ../../include/taxonomy.php:328 +msgid "likes" msgstr "" -#: ../../include/nav.php:157 -msgid "Applications, utilities, links, games" +#: ../../include/taxonomy.php:329 +msgid "dislikes" msgstr "" -#: ../../include/nav.php:159 -msgid "Search site @name, #tag, ?docs, content" +#: ../../include/zot.php:676 +msgid "Invalid data packet" msgstr "" -#: ../../include/nav.php:162 -msgid "Channel Directory" +#: ../../include/zot.php:692 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/nav.php:174 -msgid "Your grid" +#: ../../include/zot.php:2268 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/nav.php:175 -msgid "Mark all grid notifications seen" +#: ../../include/zot.php:3584 +msgid "invalid target signature" msgstr "" -#: ../../include/nav.php:177 -msgid "Channel home" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" msgstr "" -#: ../../include/nav.php:178 -msgid "Mark all channel notifications seen" +#: ../../include/contact_selectors.php:57 +msgid "Hourly" msgstr "" -#: ../../include/nav.php:181 ../../mod/connections.php:293 -msgid "Connections" +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" msgstr "" -#: ../../include/nav.php:184 -msgid "Notices" +#: ../../include/contact_selectors.php:59 +msgid "Daily" msgstr "" -#: ../../include/nav.php:184 -msgid "Notifications" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" msgstr "" -#: ../../include/nav.php:185 -msgid "See all notifications" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" msgstr "" -#: ../../include/nav.php:186 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" +#: ../../include/contact_selectors.php:76 +msgid "Friendica" msgstr "" -#: ../../include/nav.php:188 -msgid "Private mail" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" msgstr "" -#: ../../include/nav.php:189 -msgid "See all private messages" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" msgstr "" -#: ../../include/nav.php:190 -msgid "Mark all private messages seen" +#: ../../include/contact_selectors.php:79 ../../mod/admin.php:891 +#: ../../mod/admin.php:900 ../../mod/id.php:15 ../../mod/id.php:16 +#: ../../boot.php:1510 +msgid "Email" msgstr "" -#: ../../include/nav.php:191 ../../include/widgets.php:578 -msgid "Inbox" +#: ../../include/contact_selectors.php:80 +msgid "Diaspora" msgstr "" -#: ../../include/nav.php:192 ../../include/widgets.php:583 -msgid "Outbox" +#: ../../include/contact_selectors.php:81 +msgid "Facebook" msgstr "" -#: ../../include/nav.php:193 ../../include/widgets.php:588 -msgid "New Message" +#: ../../include/contact_selectors.php:82 +msgid "Zot" msgstr "" -#: ../../include/nav.php:196 -msgid "Event Calendar" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" msgstr "" -#: ../../include/nav.php:197 -msgid "See all events" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" msgstr "" -#: ../../include/nav.php:198 -msgid "Mark all events seen" +#: ../../include/contact_selectors.php:85 +msgid "MySpace" msgstr "" -#: ../../include/nav.php:200 -msgid "Manage Your Channels" +#: ../../include/features.php:45 +msgid "General Features" msgstr "" -#: ../../include/nav.php:202 -msgid "Account/Channel Settings" +#: ../../include/features.php:47 +msgid "Content Expiration" msgstr "" -#: ../../include/nav.php:210 ../../include/widgets.php:1279 -msgid "Admin" +#: ../../include/features.php:47 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/nav.php:210 -msgid "Site Setup and Configuration" +#: ../../include/features.php:48 +msgid "Multiple Profiles" msgstr "" -#: ../../include/nav.php:246 -msgid "@name, #tag, ?doc, content" +#: ../../include/features.php:48 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/nav.php:247 -msgid "Please wait..." +#: ../../include/features.php:49 +msgid "Advanced Profiles" msgstr "" -#: ../../include/network.php:630 -msgid "view full size" +#: ../../include/features.php:49 +msgid "Additional profile sections and selections" msgstr "" -#: ../../include/network.php:1673 -msgid "No Subject" +#: ../../include/features.php:50 +msgid "Profile Import/Export" msgstr "" -#: ../../include/notify.php:20 -msgid "created a new post" +#: ../../include/features.php:50 +msgid "Save and load profile details across sites/channels" msgstr "" -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" +#: ../../include/features.php:51 +msgid "Web Pages" msgstr "" -#: ../../include/oembed.php:213 -msgid "Embedded content" +#: ../../include/features.php:51 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/oembed.php:222 -msgid "Embedding disabled" +#: ../../include/features.php:52 +msgid "Hide Rating" msgstr "" -#: ../../include/page_widgets.php:6 -msgid "New Page" +#: ../../include/features.php:52 +msgid "" +"Hide the rating buttons on your channel and profile pages. Note: People can " +"still rate you somewhere else." msgstr "" -#: ../../include/page_widgets.php:39 ../../mod/blocks.php:159 -#: ../../mod/layouts.php:188 ../../mod/webpages.php:187 -msgid "View" +#: ../../include/features.php:53 +msgid "Private Notes" msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:189 -msgid "Actions" +#: ../../include/features.php:53 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:190 -msgid "Page Link" +#: ../../include/features.php:54 +msgid "Navigation Channel Select" msgstr "" -#: ../../include/page_widgets.php:43 -msgid "Title" +#: ../../include/features.php:54 +msgid "Change channels directly from within the navigation dropdown menu" msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/blocks.php:150 -#: ../../mod/layouts.php:181 ../../mod/menu.php:110 ../../mod/webpages.php:192 -msgid "Created" +#: ../../include/features.php:55 +msgid "Photo Location" msgstr "" -#: ../../include/page_widgets.php:45 ../../mod/blocks.php:151 -#: ../../mod/layouts.php:182 ../../mod/menu.php:111 ../../mod/webpages.php:193 -msgid "Edited" +#: ../../include/features.php:55 +msgid "If location data is available on uploaded photos, link this to a map." msgstr "" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" +#: ../../include/features.php:57 +msgid "Expert Mode" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" +#: ../../include/features.php:57 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../include/permissions.php:28 -msgid "Can view my connections" +#: ../../include/features.php:58 +msgid "Premium Channel" msgstr "" -#: ../../include/permissions.php:29 -msgid "Can view my file storage and photos" +#: ../../include/features.php:58 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/permissions.php:30 -msgid "Can view my webpages" +#: ../../include/features.php:63 +msgid "Post Composition Features" msgstr "" -#: ../../include/permissions.php:33 -msgid "Can send me their channel stream and posts" +#: ../../include/features.php:65 +msgid "Use Markdown" msgstr "" -#: ../../include/permissions.php:34 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/features.php:65 +msgid "Allow use of \"Markdown\" to format posts" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can comment on or like my posts" +#: ../../include/features.php:66 +msgid "Large Photos" msgstr "" -#: ../../include/permissions.php:36 -msgid "Can send me private mail messages" +#: ../../include/features.php:66 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" msgstr "" -#: ../../include/permissions.php:37 -msgid "Can like/dislike stuff" +#: ../../include/features.php:67 ../../include/widgets.php:549 +#: ../../mod/sources.php:88 +msgid "Channel Sources" msgstr "" -#: ../../include/permissions.php:37 -msgid "Profiles and things other than posts/comments" +#: ../../include/features.php:67 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/features.php:68 +msgid "Even More Encryption" msgstr "" -#: ../../include/permissions.php:39 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/features.php:68 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/permissions.php:40 -msgid "Can chat with me (when available)" +#: ../../include/features.php:69 +msgid "Enable Voting Tools" msgstr "" -#: ../../include/permissions.php:41 -msgid "Can write to my file storage and photos" +#: ../../include/features.php:69 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/permissions.php:42 -msgid "Can edit my webpages" +#: ../../include/features.php:70 +msgid "Delayed Posting" msgstr "" -#: ../../include/permissions.php:44 -msgid "Can source my public posts in derived channels" +#: ../../include/features.php:70 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/permissions.php:44 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/features.php:71 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/permissions.php:46 -msgid "Can administer my channel resources" +#: ../../include/features.php:71 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../include/permissions.php:46 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/features.php:77 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/permissions.php:867 -msgid "Social Networking" +#: ../../include/features.php:78 +msgid "Search by Date" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Mostly Public" +#: ../../include/features.php:78 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -#: ../../include/permissions.php:869 -msgid "Restricted" +#: ../../include/features.php:79 +msgid "Collections (Privacy Groups)" msgstr "" -#: ../../include/permissions.php:867 ../../include/permissions.php:868 -msgid "Private" +#: ../../include/features.php:79 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/permissions.php:868 -msgid "Community Forum" +#: ../../include/features.php:80 ../../include/widgets.php:274 +msgid "Saved Searches" msgstr "" -#: ../../include/permissions.php:869 -msgid "Feed Republish" +#: ../../include/features.php:80 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/permissions.php:870 -msgid "Special Purpose" +#: ../../include/features.php:81 +msgid "Network Personal Tab" msgstr "" -#: ../../include/permissions.php:870 -msgid "Celebrity/Soapbox" +#: ../../include/features.php:81 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/permissions.php:870 -msgid "Group Repository" +#: ../../include/features.php:82 +msgid "Network New Tab" 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" +#: ../../include/features.php:82 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/permissions.php:871 -msgid "Custom/Expert Mode" +#: ../../include/features.php:83 +msgid "Affinity Tool" msgstr "" -#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 -#: ../../mod/photos.php:699 ../../mod/profile_photo.php:147 -#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:379 -msgid "Profile Photos" +#: ../../include/features.php:83 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/photos.php:112 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/features.php:84 +msgid "Connection Filtering" msgstr "" -#: ../../include/photos.php:119 -msgid "Image file is empty." +#: ../../include/features.php:84 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -#: ../../mod/cover_photo.php:164 -msgid "Unable to process image" +#: ../../include/features.php:85 +msgid "Suggest Channels" msgstr "" -#: ../../include/photos.php:257 -msgid "Photo storage failed." +#: ../../include/features.php:85 +msgid "Show channel suggestions" msgstr "" -#: ../../include/photos.php:297 -msgid "a new photo" +#: ../../include/features.php:90 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/photos.php:301 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/features.php:91 +msgid "Community Tagging" msgstr "" -#: ../../include/photos.php:510 -msgid "Upload New Photos" +#: ../../include/features.php:91 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" +#: ../../include/features.php:92 +msgid "Post Categories" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" +#: ../../include/features.php:92 +msgid "Add categories to your posts" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../include/features.php:93 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../include/features.php:94 +msgid "Dislike Posts" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../include/features.php:94 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../include/features.php:95 +msgid "Star Posts" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../include/features.php:95 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../include/features.php:96 +msgid "Tag Cloud" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../include/features.php:96 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../include/identity.php:66 +msgid "Empty name" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../include/identity.php:69 +msgid "Name too long" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../include/identity.php:181 +msgid "No account identifier" msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" +#: ../../include/identity.php:193 +msgid "Nickname is required." msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" +#: ../../include/identity.php:207 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Gay" +#: ../../include/identity.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" +#: ../../include/identity.php:288 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" +#: ../../include/identity.php:346 +msgid "Default Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" +#: ../../include/identity.php:772 +msgid "Requested channel is not available." msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" +#: ../../include/identity.php:818 ../../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:962 ../../mod/profiles.php:782 +msgid "Change profile photo" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" +#: ../../include/identity.php:968 +msgid "Profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" +#: ../../include/identity.php:968 +msgid "Manage/edit profiles" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" +#: ../../include/identity.php:969 ../../mod/profiles.php:783 +msgid "Create New Profile" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" +#: ../../include/identity.php:984 ../../mod/profiles.php:794 +msgid "Profile Image" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" +#: ../../include/identity.php:987 +msgid "visible to everybody" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" +#: ../../include/identity.php:988 ../../mod/profiles.php:677 +#: ../../mod/profiles.php:798 +msgid "Edit visibility" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" +#: ../../include/identity.php:1004 ../../include/identity.php:1246 +msgid "Gender:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" +#: ../../include/identity.php:1005 ../../include/identity.php:1290 +msgid "Status:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Available" +#: ../../include/identity.php:1006 ../../include/identity.php:1301 +msgid "Homepage:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" +#: ../../include/identity.php:1007 +msgid "Online Now" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Has crush" +#: ../../include/identity.php:1093 ../../include/identity.php:1171 +#: ../../mod/ping.php:318 +msgid "g A l F d" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" +#: ../../include/identity.php:1094 ../../include/identity.php:1172 +msgid "F d" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" +#: ../../include/identity.php:1139 ../../include/identity.php:1211 +#: ../../mod/ping.php:341 +msgid "[today]" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" +#: ../../include/identity.php:1150 +msgid "Birthday Reminders" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" +#: ../../include/identity.php:1151 +msgid "Birthdays this week:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" +#: ../../include/identity.php:1204 +msgid "[No description]" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Casual" +#: ../../include/identity.php:1222 +msgid "Event Reminders" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Engaged" +#: ../../include/identity.php:1223 +msgid "Events this week:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" +#: ../../include/identity.php:1244 ../../mod/settings.php:1029 +msgid "Full Name:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" +#: ../../include/identity.php:1251 +msgid "Like this channel" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Partners" +#: ../../include/identity.php:1275 +msgid "j F, Y" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" +#: ../../include/identity.php:1276 +msgid "j F" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Common law" +#: ../../include/identity.php:1283 +msgid "Birthday:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Happy" +#: ../../include/identity.php:1287 ../../mod/directory.php:299 +msgid "Age:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" +#: ../../include/identity.php:1296 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" +#: ../../include/identity.php:1299 ../../mod/profiles.php:699 +msgid "Sexual Preference:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" +#: ../../include/identity.php:1303 ../../mod/directory.php:315 +#: ../../mod/profiles.php:701 +msgid "Hometown:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" +#: ../../include/identity.php:1305 +msgid "Tags:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unstable" +#: ../../include/identity.php:1307 ../../mod/profiles.php:702 +msgid "Political Views:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" +#: ../../include/identity.php:1309 +msgid "Religion:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" +#: ../../include/identity.php:1311 ../../mod/directory.php:317 +msgid "About:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" +#: ../../include/identity.php:1313 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" +#: ../../include/identity.php:1315 ../../mod/profiles.php:705 +msgid "Likes:" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" +#: ../../include/identity.php:1317 ../../mod/profiles.php:706 +msgid "Dislikes:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" +#: ../../include/identity.php:1319 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" +#: ../../include/identity.php:1321 +msgid "My other channels:" 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/identity.php:1323 +msgid "Musical interests:" msgstr "" -#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 -msgid "Tags" +#: ../../include/identity.php:1325 +msgid "Books, literature:" msgstr "" -#: ../../include/taxonomy.php:305 -msgid "Keywords" +#: ../../include/identity.php:1327 +msgid "Television:" msgstr "" -#: ../../include/taxonomy.php:326 -msgid "have" +#: ../../include/identity.php:1329 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/taxonomy.php:326 -msgid "has" +#: ../../include/identity.php:1331 +msgid "Love/Romance:" msgstr "" -#: ../../include/taxonomy.php:327 -msgid "want" +#: ../../include/identity.php:1333 +msgid "Work/employment:" msgstr "" -#: ../../include/taxonomy.php:327 -msgid "wants" +#: ../../include/identity.php:1335 +msgid "School/education:" msgstr "" -#: ../../include/taxonomy.php:328 -msgid "likes" +#: ../../include/identity.php:1355 +msgid "Like this thing" msgstr "" -#: ../../include/taxonomy.php:329 -msgid "dislikes" +#: ../../include/identity.php:1763 ../../mod/cover_photo.php:236 +msgid "cover photo" msgstr "" #: ../../include/text.php:394 @@ -3781,15 +3677,9 @@ msgstr "" msgid "No connections" msgstr "" -#: ../../include/text.php:815 +#: ../../include/text.php:828 #, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:828 ../../mod/viewconnections.php:101 -msgid "View Connections" +msgid "View all %s connections" msgstr "" #: ../../include/text.php:886 ../../include/text.php:898 @@ -3999,23 +3889,6 @@ msgstr "" msgid "Pages" 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 "Unable to verify site signature for %s" -msgstr "" - -#: ../../include/zot.php:3584 -msgid "invalid target signature" -msgstr "" - #: ../../include/widgets.php:93 msgid "System" msgstr "" @@ -4206,107 +4079,184 @@ msgstr "" msgid "photo/image" msgstr "" -#: ../../include/widgets.php:1116 ../../include/widgets.php:1118 +#: ../../include/widgets.php:1115 +msgid "Rating Tools" +msgstr "" + +#: ../../include/widgets.php:1119 ../../include/widgets.php:1121 msgid "Rate Me" msgstr "" -#: ../../include/widgets.php:1122 +#: ../../include/widgets.php:1124 msgid "View Ratings" msgstr "" -#: ../../include/widgets.php:1133 +#: ../../include/widgets.php:1135 msgid "Public Hubs" msgstr "" -#: ../../include/widgets.php:1181 +#: ../../include/widgets.php:1183 msgid "Forums" msgstr "" -#: ../../include/widgets.php:1210 +#: ../../include/widgets.php:1212 msgid "Tasks" msgstr "" -#: ../../include/widgets.php:1219 +#: ../../include/widgets.php:1221 msgid "Documentation" msgstr "" -#: ../../include/widgets.php:1221 +#: ../../include/widgets.php:1223 msgid "Project/Site Information" msgstr "" -#: ../../include/widgets.php:1222 +#: ../../include/widgets.php:1224 msgid "For Members" msgstr "" -#: ../../include/widgets.php:1223 +#: ../../include/widgets.php:1225 msgid "For Administrators" msgstr "" -#: ../../include/widgets.php:1224 +#: ../../include/widgets.php:1226 msgid "For Developers" msgstr "" -#: ../../include/widgets.php:1249 ../../mod/admin.php:452 +#: ../../include/widgets.php:1251 ../../mod/admin.php:452 msgid "Site" msgstr "" -#: ../../include/widgets.php:1250 +#: ../../include/widgets.php:1252 msgid "Accounts" msgstr "" -#: ../../include/widgets.php:1251 ../../mod/admin.php:1051 +#: ../../include/widgets.php:1253 ../../mod/admin.php:1051 msgid "Channels" msgstr "" -#: ../../include/widgets.php:1253 ../../mod/admin.php:1166 +#: ../../include/widgets.php:1255 ../../mod/admin.php:1166 #: ../../mod/admin.php:1227 msgid "Plugins" msgstr "" -#: ../../include/widgets.php:1254 ../../mod/admin.php:1388 +#: ../../include/widgets.php:1256 ../../mod/admin.php:1388 #: ../../mod/admin.php:1422 msgid "Themes" msgstr "" -#: ../../include/widgets.php:1255 +#: ../../include/widgets.php:1257 msgid "Inspect queue" msgstr "" -#: ../../include/widgets.php:1256 +#: ../../include/widgets.php:1258 msgid "Profile Config" msgstr "" -#: ../../include/widgets.php:1257 +#: ../../include/widgets.php:1259 msgid "DB updates" msgstr "" -#: ../../include/widgets.php:1275 ../../include/widgets.php:1281 +#: ../../include/widgets.php:1277 ../../include/widgets.php:1283 #: ../../mod/admin.php:1507 msgid "Logs" msgstr "" -#: ../../include/widgets.php:1280 -msgid "Plugin Features" +#: ../../include/widgets.php:1282 +msgid "Plugin Features" +msgstr "" + +#: ../../include/widgets.php:1284 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: ../../include/widgets.php:1362 ../../mod/photos.php:748 +#: ../../mod/photos.php:1283 +msgid "View Photo" +msgstr "" + +#: ../../include/widgets.php:1379 ../../mod/photos.php:779 +msgid "Edit Album" +msgstr "" + +#: ../../include/items.php:423 ../../index.php:370 ../../mod/dreport.php:6 +#: ../../mod/dreport.php:45 ../../mod/group.php:68 +#: ../../mod/import_items.php:108 ../../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:4328 ../../mod/admin.php:135 +#: ../../mod/admin.php:1091 ../../mod/admin.php:1336 ../../mod/display.php:36 +#: ../../mod/filestorage.php:27 ../../mod/thing.php:86 +#: ../../mod/viewsrc.php:20 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:4840 ../../mod/group.php:38 ../../mod/group.php:137 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:4856 +msgid "Collection is empty." msgstr "" -#: ../../include/widgets.php:1282 -msgid "User registrations waiting for confirmation" +#: ../../include/items.php:4863 +#, php-format +msgid "Collection: %s" msgstr "" -#: ../../include/widgets.php:1360 ../../mod/photos.php:748 -#: ../../mod/photos.php:1283 -msgid "View Photo" +#: ../../include/items.php:4873 ../../mod/connedit.php:692 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../include/widgets.php:1377 ../../mod/photos.php:779 -msgid "Edit Album" +#: ../../include/items.php:4875 +msgid "Connection not found." msgstr "" -#: ../../index.php:238 ../../mod/help.php:213 +#: ../../index.php:242 ../../mod/help.php:213 msgid "Not Found" msgstr "" -#: ../../index.php:241 ../../mod/block.php:75 ../../mod/display.php:110 +#: ../../index.php:245 ../../mod/block.php:75 ../../mod/display.php:110 #: ../../mod/help.php:216 ../../mod/page.php:89 msgid "Page not found." msgstr "" @@ -4698,7 +4648,7 @@ msgid "" msgstr "" #: ../../mod/admin.php:495 -msgid "Expiration period in days for imported (matrix/network) content" +msgid "Expiration period in days for imported (grid/network) content" msgstr "" #: ../../mod/admin.php:495 @@ -4738,7 +4688,7 @@ msgstr "" msgid "on server" msgstr "" -#: ../../mod/admin.php:618 ../../mod/connections.php:267 +#: ../../mod/admin.php:618 ../../mod/connections.php:266 msgid "Status" msgstr "" @@ -4867,7 +4817,7 @@ msgstr "" msgid "No registrations." msgstr "" -#: ../../mod/admin.php:893 ../../mod/connedit.php:719 +#: ../../mod/admin.php:893 ../../mod/connections.php:271 msgid "Approve" msgstr "" @@ -5238,189 +5188,447 @@ msgstr "" msgid "Public" msgstr "" -#: ../../mod/chat.php:174 -msgid "Room not found" +#: ../../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 +msgid "No channel." +msgstr "" + +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "" + +#: ../../mod/connect.php:56 ../../mod/connect.php:104 +msgid "Continue" +msgstr "" + +#: ../../mod/connect.php:85 +msgid "Premium Channel Setup" +msgstr "" + +#: ../../mod/connect.php:87 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: ../../mod/connect.php:88 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "" + +#: ../../mod/connect.php:90 ../../mod/connect.php:110 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "" + +#: ../../mod/connect.php:91 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "" + +#: ../../mod/connect.php:92 ../../mod/connect.php:113 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." +msgstr "" + +#: ../../mod/connect.php:101 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" + +#: ../../mod/connect.php:109 +msgid "Restricted or Premium Channel" +msgstr "" + +#: ../../mod/connections.php:52 ../../mod/connections.php:157 +#: ../../mod/connections.php:238 +msgid "Blocked" +msgstr "" + +#: ../../mod/connections.php:57 ../../mod/connections.php:164 +#: ../../mod/connections.php:237 +msgid "Ignored" +msgstr "" + +#: ../../mod/connections.php:62 ../../mod/connections.php:178 +#: ../../mod/connections.php:236 +msgid "Hidden" +msgstr "" + +#: ../../mod/connections.php:67 ../../mod/connections.php:171 +#: ../../mod/connections.php:235 +msgid "Archived" +msgstr "" + +#: ../../mod/connections.php:134 +msgid "New Connections" +msgstr "" + +#: ../../mod/connections.php:137 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../mod/connections.php:141 ../../mod/profperm.php:139 +msgid "All Connections" +msgstr "" + +#: ../../mod/connections.php:144 +msgid "Show all connections" +msgstr "" + +#: ../../mod/connections.php:160 +msgid "Only show blocked connections" +msgstr "" + +#: ../../mod/connections.php:167 +msgid "Only show ignored connections" +msgstr "" + +#: ../../mod/connections.php:174 +msgid "Only show archived connections" +msgstr "" + +#: ../../mod/connections.php:181 +msgid "Only show hidden connections" +msgstr "" + +#: ../../mod/connections.php:234 +msgid "Pending approval" +msgstr "" + +#: ../../mod/connections.php:250 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../mod/connections.php:251 +msgid "Edit connection" +msgstr "" + +#: ../../mod/connections.php:252 +msgid "Delete connection" +msgstr "" + +#: ../../mod/connections.php:261 +msgid "Channel address" +msgstr "" + +#: ../../mod/connections.php:263 +msgid "Network" +msgstr "" + +#: ../../mod/connections.php:268 +msgid "Connected" +msgstr "" + +#: ../../mod/connections.php:270 +msgid "Approve connection" +msgstr "" + +#: ../../mod/connections.php:272 +msgid "Recent activity" +msgstr "" + +#: ../../mod/connections.php:301 +msgid "Search your connections" +msgstr "" + +#: ../../mod/connections.php:302 +msgid "Connections search" +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:398 +msgid "Could not access address book record." +msgstr "" + +#: ../../mod/connedit.php:412 +msgid "Refresh failed - channel is currently unavailable." +msgstr "" + +#: ../../mod/connedit.php:427 ../../mod/connedit.php:436 +#: ../../mod/connedit.php:445 ../../mod/connedit.php:454 +#: ../../mod/connedit.php:467 +msgid "Unable to set address book parameters." +msgstr "" + +#: ../../mod/connedit.php:491 +msgid "Connection has been removed." +msgstr "" + +#: ../../mod/connedit.php:510 +#, php-format +msgid "View %s's profile" +msgstr "" + +#: ../../mod/connedit.php:514 +msgid "Refresh Permissions" +msgstr "" + +#: ../../mod/connedit.php:517 +msgid "Fetch updated permissions" +msgstr "" + +#: ../../mod/connedit.php:521 +msgid "Recent Activity" +msgstr "" + +#: ../../mod/connedit.php:524 +msgid "View recent posts and comments" msgstr "" -#: ../../mod/chat.php:185 -msgid "Leave Room" +#: ../../mod/connedit.php:531 +msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../mod/chat.php:186 -msgid "Delete This Room" +#: ../../mod/connedit.php:532 +msgid "This connection is blocked!" msgstr "" -#: ../../mod/chat.php:187 -msgid "I am away right now" +#: ../../mod/connedit.php:536 +msgid "Unignore" msgstr "" -#: ../../mod/chat.php:188 -msgid "I am online" +#: ../../mod/connedit.php:536 ../../mod/notifications.php:51 +msgid "Ignore" msgstr "" -#: ../../mod/chat.php:190 -msgid "Bookmark this room" +#: ../../mod/connedit.php:539 +msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../mod/chat.php:208 ../../mod/chat.php:231 -msgid "New Chatroom" +#: ../../mod/connedit.php:540 +msgid "This connection is ignored!" msgstr "" -#: ../../mod/chat.php:209 -msgid "Chatroom Name" +#: ../../mod/connedit.php:544 +msgid "Unarchive" msgstr "" -#: ../../mod/chat.php:210 -msgid "Expiration of chats (minutes)" +#: ../../mod/connedit.php:544 +msgid "Archive" msgstr "" -#: ../../mod/chat.php:227 -#, php-format -msgid "%1$s's Chatrooms" +#: ../../mod/connedit.php:547 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../mod/connedit.php:548 +msgid "This connection is archived!" msgstr "" -#: ../../mod/chatsvc.php:115 -msgid "Online" +#: ../../mod/connedit.php:552 +msgid "Unhide" msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../mod/connedit.php:552 +msgid "Hide" msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../mod/connedit.php:555 +msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../mod/connedit.php:556 +msgid "This connection is hidden!" msgstr "" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" +#: ../../mod/connedit.php:563 +msgid "Delete this connection" msgstr "" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" +#: ../../mod/connedit.php:644 +msgid "Approve this connection" msgstr "" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" +#: ../../mod/connedit.php:644 +msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/connect.php:88 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +#: ../../mod/connedit.php:649 +msgid "Set Affinity" msgstr "" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../mod/connedit.php:652 +msgid "Set Profile" msgstr "" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../mod/connedit.php:655 +msgid "Set Affinity & Profile" msgstr "" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../mod/connedit.php:688 +msgid "none" msgstr "" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../mod/connedit.php:693 +msgid "Apply these permissions automatically" msgstr "" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" +#: ../../mod/connedit.php:695 +msgid "This connection's primary address is" msgstr "" -#: ../../mod/connections.php:52 ../../mod/connections.php:157 -#: ../../mod/connections.php:238 -msgid "Blocked" +#: ../../mod/connedit.php:696 +msgid "Available locations:" msgstr "" -#: ../../mod/connections.php:57 ../../mod/connections.php:164 -#: ../../mod/connections.php:237 -msgid "Ignored" +#: ../../mod/connedit.php:700 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." msgstr "" -#: ../../mod/connections.php:62 ../../mod/connections.php:178 -#: ../../mod/connections.php:236 -msgid "Hidden" +#: ../../mod/connedit.php:702 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../mod/connections.php:67 ../../mod/connections.php:171 -#: ../../mod/connections.php:235 -msgid "Archived" +#: ../../mod/connedit.php:704 +msgid "Slide to adjust your rating" msgstr "" -#: ../../mod/connections.php:134 -msgid "New Connections" +#: ../../mod/connedit.php:705 ../../mod/connedit.php:710 +msgid "Optionally explain your rating" msgstr "" -#: ../../mod/connections.php:137 -msgid "Show pending (new) connections" +#: ../../mod/connedit.php:707 +msgid "Custom Filter" msgstr "" -#: ../../mod/connections.php:141 ../../mod/profperm.php:139 -msgid "All Connections" +#: ../../mod/connedit.php:708 +msgid "Only import posts with this text" msgstr "" -#: ../../mod/connections.php:144 -msgid "Show all connections" +#: ../../mod/connedit.php:708 ../../mod/connedit.php:709 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" msgstr "" -#: ../../mod/connections.php:160 -msgid "Only show blocked connections" +#: ../../mod/connedit.php:709 +msgid "Do not import posts with this text" msgstr "" -#: ../../mod/connections.php:167 -msgid "Only show ignored connections" +#: ../../mod/connedit.php:711 +msgid "This information is public!" msgstr "" -#: ../../mod/connections.php:174 -msgid "Only show archived connections" +#: ../../mod/connedit.php:716 +msgid "Connection Pending Approval" msgstr "" -#: ../../mod/connections.php:181 -msgid "Only show hidden connections" +#: ../../mod/connedit.php:719 +msgid "inherited" msgstr "" -#: ../../mod/connections.php:234 -msgid "Pending" +#: ../../mod/connedit.php:721 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../mod/connections.php:250 -#, php-format -msgid "%1$s [%2$s]" +#: ../../mod/connedit.php:723 +msgid "Their Settings" msgstr "" -#: ../../mod/connections.php:251 -msgid "Edit connection" +#: ../../mod/connedit.php:724 +msgid "My Settings" msgstr "" -#: ../../mod/connections.php:252 -msgid "Delete connection" +#: ../../mod/connedit.php:726 +msgid "Individual Permissions" msgstr "" -#: ../../mod/connections.php:269 -msgid "Connected" +#: ../../mod/connedit.php:727 +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/connections.php:298 -msgid "Search your connections" +#: ../../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 change those settings here but they wont have " +"any impact unless the inherited setting changes." msgstr "" -#: ../../mod/connections.php:299 -msgid "Connections search" +#: ../../mod/connedit.php:729 +msgid "Last update:" msgstr "" #: ../../mod/dav.php:121 @@ -5919,7 +6127,7 @@ msgstr "" msgid "Help:" msgstr "" -#: ../../mod/help.php:237 +#: ../../mod/help.php:239 msgid "$Projectname Documentation" msgstr "" @@ -6051,7 +6259,7 @@ msgid "" "provide an export file." msgstr "" -#: ../../mod/import.php:516 ../../mod/import_items.php:121 +#: ../../mod/import.php:516 ../../mod/import_items.php:115 msgid "File to Upload" msgstr "" @@ -6094,15 +6302,15 @@ msgid "" "only once and leave this page open until finished." msgstr "" -#: ../../mod/import_items.php:101 +#: ../../mod/import_items.php:98 msgid "Import completed" msgstr "" -#: ../../mod/import_items.php:119 +#: ../../mod/import_items.php:113 msgid "Import Items" msgstr "" -#: ../../mod/import_items.php:120 +#: ../../mod/import_items.php:114 msgid "Use this form to import existing posts and content from an export file." msgstr "" @@ -6187,24 +6395,24 @@ msgstr "" msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../mod/item.php:822 +#: ../../mod/item.php:824 msgid "Duplicate post suppressed." msgstr "" -#: ../../mod/item.php:953 +#: ../../mod/item.php:954 msgid "System error. Post not saved." msgstr "" -#: ../../mod/item.php:1220 +#: ../../mod/item.php:1221 msgid "Unable to obtain post information from database." msgstr "" -#: ../../mod/item.php:1227 +#: ../../mod/item.php:1228 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../mod/item.php:1234 +#: ../../mod/item.php:1235 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -6315,111 +6523,42 @@ msgstr "" 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" +#: ../../mod/locs.php:101 +msgid "No locations found." msgstr "" -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" +#: ../../mod/locs.php:112 +msgid "Manage Channel Locations" msgstr "" -#: ../../mod/lostpass.php:90 -msgid "click here to login" +#: ../../mod/locs.php:113 +msgid "Location (address)" msgstr "" -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." +#: ../../mod/locs.php:114 +msgid "Primary Location" msgstr "" -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" +#: ../../mod/locs.php:115 +msgid "Drop location" msgstr "" -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" +#: ../../mod/locs.php:117 +msgid "Sync now" msgstr "" -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +#: ../../mod/locs.php:118 +msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../mod/lostpass.php:125 -msgid "Email Address" +#: ../../mod/locs.php:119 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." msgstr "" -#: ../../mod/lostpass.php:126 -msgid "Reset" +#: ../../mod/locs.php:120 +msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" #: ../../mod/magic.php:69 @@ -6868,10 +7007,6 @@ msgstr "" msgid "Discard" msgstr "" -#: ../../mod/notifications.php:51 ../../mod/connedit.php:536 -msgid "Ignore" -msgstr "" - #: ../../mod/notifications.php:94 ../../mod/notify.php:53 msgid "No more system notifications." msgstr "" @@ -6917,23 +7052,23 @@ msgid "" "to correctly use this feature." msgstr "" -#: ../../mod/pdledit.php:13 +#: ../../mod/pdledit.php:14 msgid "Layout updated." msgstr "" -#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +#: ../../mod/pdledit.php:29 ../../mod/pdledit.php:54 msgid "Edit System Page Description" msgstr "" -#: ../../mod/pdledit.php:48 +#: ../../mod/pdledit.php:49 msgid "Layout not found." msgstr "" -#: ../../mod/pdledit.php:54 +#: ../../mod/pdledit.php:55 msgid "Module Name:" msgstr "" -#: ../../mod/pdledit.php:55 +#: ../../mod/pdledit.php:56 msgid "Layout Help" msgstr "" @@ -7548,10 +7683,6 @@ msgstr "" msgid "No ratings" msgstr "" -#: ../../mod/ratings.php:99 -msgid "Ratings" -msgstr "" - #: ../../mod/ratings.php:100 msgid "Rating: " msgstr "" @@ -7990,7 +8121,7 @@ msgid "(comments displayed separately)" msgstr "" #: ../../mod/settings.php:849 -msgid "Use blog/list mode on matrix page" +msgid "Use blog/list mode on grid page" msgstr "" #: ../../mod/settings.php:850 @@ -8002,7 +8133,7 @@ msgid "click to expand content exceeding this height" msgstr "" #: ../../mod/settings.php:851 -msgid "Matrix page max height of content (in pixels)" +msgid "Grid page max height of content (in pixels)" msgstr "" #: ../../mod/settings.php:885 @@ -8228,7 +8359,7 @@ msgid "Show visual notifications including:" msgstr "" #: ../../mod/settings.php:1087 -msgid "Unseen matrix activity" +msgid "Unseen grid activity" msgstr "" #: ../../mod/settings.php:1088 @@ -8613,389 +8744,209 @@ msgstr "" #: ../../mod/setup.php:571 msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "" - -#: ../../mod/setup.php:572 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "" - -#: ../../mod/setup.php:573 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/setup.php:576 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/setup.php:590 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/setup.php:591 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." -msgstr "" - -#: ../../mod/setup.php:592 ../../mod/setup.php:613 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." -msgstr "" - -#: ../../mod/setup.php:593 -#, php-format -msgid "" -"Note: as a security measure, you should give the web server write access to " -"%s only--not the template files (.tpl) that it contains." -msgstr "" - -#: ../../mod/setup.php:596 -#, php-format -msgid "%s is writable" -msgstr "" - -#: ../../mod/setup.php:612 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" -msgstr "" - -#: ../../mod/setup.php:616 -msgid "store is writable" -msgstr "" - -#: ../../mod/setup.php:649 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." -msgstr "" - -#: ../../mod/setup.php:650 -msgid "" -"If you have https access to your website or allow connections to TCP port " -"443 (the https: port), you MUST use a browser-valid certificate. You MUST " -"NOT use self-signed certificates!" -msgstr "" - -#: ../../mod/setup.php:651 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." -msgstr "" - -#: ../../mod/setup.php:652 -msgid "" -"If your certificate is not recognized, members of other sites (who may " -"themselves have valid certificates) will get a warning message on their own " -"site complaining about security issues." -msgstr "" - -#: ../../mod/setup.php:653 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." -msgstr "" - -#: ../../mod/setup.php:654 -msgid "" -"Providers are available that issue free certificates which are browser-valid." -msgstr "" - -#: ../../mod/setup.php:656 -msgid "SSL certificate validation" -msgstr "" - -#: ../../mod/setup.php:662 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " -msgstr "" - -#: ../../mod/setup.php:665 -msgid "Url rewrite is working" -msgstr "" - -#: ../../mod/setup.php:674 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "" - -#: ../../mod/setup.php:698 -msgid "Errors encountered creating database tables." -msgstr "" - -#: ../../mod/setup.php:732 -msgid "

What next

" -msgstr "" - -#: ../../mod/setup.php:733 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." -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:398 -msgid "Could not access address book record." -msgstr "" - -#: ../../mod/connedit.php:412 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" - -#: ../../mod/connedit.php:427 ../../mod/connedit.php:436 -#: ../../mod/connedit.php:445 ../../mod/connedit.php:454 -#: ../../mod/connedit.php:467 -msgid "Unable to set address book parameters." -msgstr "" - -#: ../../mod/connedit.php:491 -msgid "Connection has been removed." -msgstr "" - -#: ../../mod/connedit.php:510 -#, php-format -msgid "View %s's profile" -msgstr "" - -#: ../../mod/connedit.php:514 -msgid "Refresh Permissions" -msgstr "" - -#: ../../mod/connedit.php:517 -msgid "Fetch updated permissions" -msgstr "" - -#: ../../mod/connedit.php:521 -msgid "Recent Activity" -msgstr "" - -#: ../../mod/connedit.php:524 -msgid "View recent posts and comments" -msgstr "" - -#: ../../mod/connedit.php:531 -msgid "Block (or Unblock) all communications with this connection" -msgstr "" - -#: ../../mod/connedit.php:532 -msgid "This connection is blocked!" -msgstr "" - -#: ../../mod/connedit.php:536 -msgid "Unignore" -msgstr "" - -#: ../../mod/connedit.php:539 -msgid "Ignore (or Unignore) all inbound communications from this connection" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/connedit.php:540 -msgid "This connection is ignored!" +#: ../../mod/setup.php:572 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/connedit.php:544 -msgid "Unarchive" +#: ../../mod/setup.php:573 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/connedit.php:544 -msgid "Archive" +#: ../../mod/setup.php:576 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/connedit.php:547 +#: ../../mod/setup.php:590 msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/connedit.php:548 -msgid "This connection is archived!" +#: ../../mod/setup.php:591 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." msgstr "" -#: ../../mod/connedit.php:552 -msgid "Unhide" +#: ../../mod/setup.php:592 ../../mod/setup.php:613 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/connedit.php:552 -msgid "Hide" +#: ../../mod/setup.php:593 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/connedit.php:555 -msgid "Hide or Unhide this connection from your other connections" +#: ../../mod/setup.php:596 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../mod/connedit.php:556 -msgid "This connection is hidden!" +#: ../../mod/setup.php:612 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/connedit.php:563 -msgid "Delete this connection" +#: ../../mod/setup.php:616 +msgid "store is writable" msgstr "" -#: ../../mod/connedit.php:644 -msgid "Approve this connection" +#: ../../mod/setup.php:649 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/connedit.php:644 -msgid "Accept connection to allow communication" +#: ../../mod/setup.php:650 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/connedit.php:649 -msgid "Set Affinity" +#: ../../mod/setup.php:651 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../mod/connedit.php:652 -msgid "Set Profile" +#: ../../mod/setup.php:652 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/connedit.php:655 -msgid "Set Affinity & Profile" +#: ../../mod/setup.php:653 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/connedit.php:688 -msgid "none" +#: ../../mod/setup.php:654 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/connedit.php:693 -msgid "Apply these permissions automatically" +#: ../../mod/setup.php:656 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/connedit.php:695 -msgid "This connection's primary address is" +#: ../../mod/setup.php:662 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " msgstr "" -#: ../../mod/connedit.php:696 -msgid "Available locations:" +#: ../../mod/setup.php:665 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/connedit.php:700 +#: ../../mod/setup.php:674 msgid "" -"The permissions indicated on this page will be applied to all new " -"connections." +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/connedit.php:702 -msgid "Slide to adjust your degree of friendship" +#: ../../mod/setup.php:698 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/connedit.php:704 -msgid "Slide to adjust your rating" +#: ../../mod/setup.php:732 +msgid "

What next

" msgstr "" -#: ../../mod/connedit.php:705 ../../mod/connedit.php:710 -msgid "Optionally explain your rating" +#: ../../mod/setup.php:733 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/connedit.php:707 -msgid "Custom Filter" +#: ../../mod/lostpass.php:15 +msgid "No valid account found." msgstr "" -#: ../../mod/connedit.php:708 -msgid "Only import posts with this text" +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../mod/connedit.php:708 ../../mod/connedit.php:709 -msgid "" -"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " -"all posts" +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 +#, php-format +msgid "Site Member (%s)" msgstr "" -#: ../../mod/connedit.php:709 -msgid "Do not import posts with this text" +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../mod/connedit.php:711 -msgid "This information is public!" +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../mod/connedit.php:716 -msgid "Connection Pending Approval" +#: ../../mod/lostpass.php:86 ../../boot.php:1516 +msgid "Password Reset" msgstr "" -#: ../../mod/connedit.php:717 -msgid "Connection Request" +#: ../../mod/lostpass.php:87 +msgid "Your password has been reset as requested." msgstr "" -#: ../../mod/connedit.php:718 -#, php-format -msgid "" -"(%s) would like to connect with you. Please approve this connection to allow " -"communication." +#: ../../mod/lostpass.php:88 +msgid "Your new password is" msgstr "" -#: ../../mod/connedit.php:720 -msgid "Approve Later" +#: ../../mod/lostpass.php:89 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../mod/connedit.php:723 -msgid "inherited" +#: ../../mod/lostpass.php:90 +msgid "click here to login" msgstr "" -#: ../../mod/connedit.php:725 -#, php-format +#: ../../mod/lostpass.php:91 msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: ../../mod/connedit.php:727 -msgid "Their Settings" +"Your password may be changed from the Settings page after " +"successful login." msgstr "" -#: ../../mod/connedit.php:728 -msgid "My Settings" +#: ../../mod/lostpass.php:108 +#, php-format +msgid "Your password has changed at %s" msgstr "" -#: ../../mod/connedit.php:730 -msgid "Individual Permissions" +#: ../../mod/lostpass.php:123 +msgid "Forgot your Password?" msgstr "" -#: ../../mod/connedit.php:731 +#: ../../mod/lostpass.php:124 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." +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../mod/connedit.php:732 -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." +#: ../../mod/lostpass.php:125 +msgid "Email Address" msgstr "" -#: ../../mod/connedit.php:733 -msgid "Last update:" +#: ../../mod/lostpass.php:126 +msgid "Reset" msgstr "" #: ../../mod/sharedwithme.php:94 @@ -9287,6 +9238,10 @@ msgstr "" msgid "Visit %s's profile [%s]" msgstr "" +#: ../../mod/viewconnections.php:101 +msgid "View Connections" +msgstr "" + #: ../../mod/viewsrc.php:40 msgid "Source of Item" msgstr "" @@ -9446,3 +9401,52 @@ msgstr "" #: ../../view/theme/redbasic/php/config.php:132 msgid "Set size of followup author photos" msgstr "" + +#: ../../boot.php:1319 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: ../../boot.php:1322 +#, php-format +msgid "Update Error at %s" +msgstr "" + +#: ../../boot.php:1489 +msgid "" +"Create an account to access services and applications within the Hubzilla" +msgstr "" + +#: ../../boot.php:1511 +msgid "Password" +msgstr "" + +#: ../../boot.php:1512 +msgid "Remember me" +msgstr "" + +#: ../../boot.php:1515 +msgid "Forgot your password?" +msgstr "" + +#: ../../boot.php:2137 +msgid "toggle mobile" +msgstr "" + +#: ../../boot.php:2289 +msgid "Website SSL certificate is not valid. Please correct." +msgstr "" + +#: ../../boot.php:2292 +#, php-format +msgid "[hubzilla] Website SSL error for %s" +msgstr "" + +#: ../../boot.php:2329 +msgid "Cron/Scheduled tasks not running." +msgstr "" + +#: ../../boot.php:2333 +#, php-format +msgid "[hubzilla] Cron tasks not running on %s" +msgstr "" diff --git a/version.inc b/version.inc index 2e8e8f4ff..e558e2de2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-01-21.1285H +2016-01-22.1286H -- cgit v1.2.3