From 4ce16e9e919ac214c5ee712dc3f55a3dcd13c3ea Mon Sep 17 00:00:00 2001 From: ilu33 Date: Thu, 24 Nov 2016 04:32:23 +0100 Subject: Configuring email notifications per channel --- util/nconfig.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 util/nconfig.php (limited to 'util') diff --git a/util/nconfig.php b/util/nconfig.php new file mode 100644 index 000000000..cb24b2151 --- /dev/null +++ b/util/nconfig.php @@ -0,0 +1,56 @@ +#!/usr/bin/env php +' . PHP_EOL; + exit(1); +} + +require_once('include/cli_startup.php'); +require_once('include/channel.php'); + +cli_startup(); + + + if($argc != 2) { + echo 'Usage: util/nconfig channel_id|channel_address off|on' . PHP_EOL; + exit(1); + } + + if(ctype_digit($argv[1])) { + $c = channelx_by_n($argv[1]); + } + else { + $c = channelx_by_nick($argv[1]); + } + + if(! $c) { + echo t('Source channel not found.'); + exit(1); + } + + switch ($argv[2]) { + case 'off': + $result = notifications_off($c['channel_id']); + break; + case 'on': + $result = notifications_on($c['channel_id']); + break; + default: + echo 'Only on or off in lower cases are allowed' . PHP_EOL; + exit(1); + } + + if($result['success'] == false) { + echo $result['message']; + exit(1); + } + + exit(0); + -- cgit v1.2.3 From f25189fc749f3ec9d00a3a0095215d4e47ccb63e Mon Sep 17 00:00:00 2001 From: ilu33 Date: Thu, 15 Dec 2016 05:55:23 +0100 Subject: Drop on switch for notifications --- util/nconfig.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/nconfig.php b/util/nconfig.php index cb24b2151..a7cf350d0 100644 --- a/util/nconfig.php +++ b/util/nconfig.php @@ -2,7 +2,7 @@ Date: Fri, 16 Dec 2016 19:52:19 -0800 Subject: string update --- util/hmessages.po | 2046 +++++++++++++++++++++++++++-------------------------- 1 file changed, 1038 insertions(+), 1008 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 1ff346ff1..f49ceab5b 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 1.15.2\n" +"Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-09 00:05-0800\n" +"POT-Creation-Date: 2016-12-16 00:04-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -199,18 +199,18 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:789 #: ../../Zotlabs/Module/Photos.php:1249 -#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:490 -#: ../../Zotlabs/Lib/Apps.php:565 +#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:526 +#: ../../Zotlabs/Lib/Apps.php:603 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/widgets.php:1754 ../../include/conversation.php:1047 +#: ../../include/widgets.php:1684 ../../include/conversation.php:1029 msgid "Unknown" msgstr "" #: ../../Zotlabs/Storage/Browser.php:224 ../../Zotlabs/Module/Fbrowser.php:85 -#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:96 -#: ../../include/conversation.php:1699 +#: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:96 +#: ../../include/conversation.php:1681 msgid "Files" msgstr "" @@ -229,7 +229,6 @@ msgstr "" #: ../../extend/addon/addon/cdav/include/widgets.php:127 #: ../../extend/addon/addon/cdav/include/widgets.php:164 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1151 -#: ../../include/widgets.php:969 msgid "Create" msgstr "" @@ -240,7 +239,7 @@ msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 -#: ../../include/widgets.php:1767 +#: ../../include/widgets.php:1697 msgid "Upload" msgstr "" @@ -251,7 +250,7 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Oauth.php:115 #: ../../Zotlabs/Module/Chat.php:250 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1136 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:132 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:164 msgid "Name" msgstr "" @@ -278,15 +277,15 @@ msgstr "" #: ../../Zotlabs/Module/Editblock.php:109 ../../Zotlabs/Module/Editpost.php:84 #: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 #: ../../Zotlabs/Module/Webpages.php:240 ../../Zotlabs/Module/Wiki.php:144 -#: ../../Zotlabs/Module/Wiki.php:252 +#: ../../Zotlabs/Module/Wiki.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:149 -#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:341 -#: ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Lib/Apps.php:346 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 #: ../../include/channel.php:961 ../../include/channel.php:965 #: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 -#: ../../include/menu.php:113 ../../include/widgets.php:965 +#: ../../include/menu.php:113 msgid "Edit" msgstr "" @@ -301,11 +300,11 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1179 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:242 #: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:342 -#: ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Lib/Apps.php:347 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 -#: ../../include/conversation.php:676 +#: ../../include/conversation.php:656 msgid "Delete" msgstr "" @@ -352,13 +351,13 @@ msgstr "" #: ../../Zotlabs/Module/Editwebpage.php:126 #: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 #: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Network.php:15 -#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Appman.php:75 +#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Appman.php:76 #: ../../Zotlabs/Module/Filestorage.php:23 #: ../../Zotlabs/Module/Filestorage.php:78 #: ../../Zotlabs/Module/Filestorage.php:93 #: ../../Zotlabs/Module/Filestorage.php:120 ../../Zotlabs/Module/Item.php:220 -#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1098 -#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Mail.php:135 +#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1064 +#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Mail.php:163 #: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 #: ../../Zotlabs/Module/Invite.php:17 ../../Zotlabs/Module/Invite.php:94 #: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Group.php:13 @@ -381,7 +380,7 @@ msgstr "" #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 #: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:189 -#: ../../Zotlabs/Module/Wiki.php:302 ../../Zotlabs/Module/Sources.php:74 +#: ../../Zotlabs/Module/Wiki.php:286 ../../Zotlabs/Module/Sources.php:74 #: ../../Zotlabs/Module/Suggest.php:30 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Viewconnections.php:28 @@ -404,11 +403,7 @@ msgstr "" msgid "Permission denied." msgstr "" -#: ../../Zotlabs/Web/Router.php:148 ../../include/help.php:63 -msgid "Not Found" -msgstr "" - -#: ../../Zotlabs/Web/Router.php:151 ../../Zotlabs/Module/Page.php:94 +#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Page.php:94 #: ../../Zotlabs/Module/Display.php:120 ../../Zotlabs/Module/Block.php:79 #: ../../include/help.php:66 msgid "Page not found." @@ -594,7 +589,7 @@ msgid "Membership on this site is by invitation only." msgstr "" #: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:150 -#: ../../boot.php:1701 +#: ../../boot.php:1702 msgid "Register" msgstr "" @@ -624,7 +619,7 @@ msgstr "" #: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:328 #: ../../Zotlabs/Module/Suggest.php:56 ../../include/channel.php:1036 #: ../../include/connections.php:78 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 ../../include/conversation.php:971 +#: ../../include/widgets.php:184 ../../include/conversation.php:937 msgid "Connect" msgstr "" @@ -709,8 +704,8 @@ msgstr "" #: ../../extend/addon/addon/xmpp/xmpp.php:53 #: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 #: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 -#: ../../include/widgets.php:978 ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1723 +#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1724 msgid "No" msgstr "" @@ -771,8 +766,8 @@ msgstr "" #: ../../extend/addon/addon/xmpp/xmpp.php:53 #: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 #: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 -#: ../../include/widgets.php:978 ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1723 +#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1724 msgid "Yes" msgstr "" @@ -794,9 +789,9 @@ msgstr "" msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:582 ../../Zotlabs/Lib/Apps.php:221 +#: ../../Zotlabs/Module/Connedit.php:582 ../../Zotlabs/Lib/Apps.php:223 #: ../../extend/addon/addon/openclipatar/openclipatar.php:56 -#: ../../include/nav.php:89 ../../include/conversation.php:969 +#: ../../include/nav.php:89 ../../include/conversation.php:935 msgid "View Profile" msgstr "" @@ -1041,8 +1036,8 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Account_edit.php:74 #: ../../Zotlabs/Module/Admin/Accounts.php:166 #: ../../Zotlabs/Module/Admin/Channels.php:147 -#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Appman.php:126 -#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Mail.php:384 +#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Appman.php:127 +#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Mail.php:412 #: ../../Zotlabs/Module/Import_items.php:122 #: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Group.php:85 #: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Mood.php:139 @@ -1100,7 +1095,7 @@ msgstr "" #: ../../extend/addon/addon/statusnet/statusnet.php:380 #: ../../extend/addon/addon/statusnet/statusnet.php:432 #: ../../extend/addon/addon/statusnet/statusnet.php:899 -#: ../../extend/addon/addon/superblock/superblock.php:114 +#: ../../extend/addon/addon/superblock/superblock.php:118 #: ../../extend/addon/addon/twitter/twitter.php:217 #: ../../extend/addon/addon/twitter/twitter.php:259 #: ../../extend/addon/addon/visage/visage.php:170 @@ -1401,7 +1396,7 @@ msgstr "" msgid "Create New" msgstr "" -#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:214 +#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 #: ../../include/nav.php:209 msgid "Channel Manager" msgstr "" @@ -1462,7 +1457,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:76 #: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 -#: ../../include/conversation.php:1594 +#: ../../include/conversation.php:1576 msgid "New" msgstr "" @@ -1549,15 +1544,15 @@ msgstr "" msgid "Recent activity" msgstr "" -#: ../../Zotlabs/Module/Connections.php:302 ../../Zotlabs/Lib/Apps.php:209 +#: ../../Zotlabs/Module/Connections.php:302 ../../Zotlabs/Lib/Apps.php:211 #: ../../include/nav.php:189 ../../include/text.php:916 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:306 ../../Zotlabs/Module/Search.php:44 -#: ../../Zotlabs/Lib/Apps.php:230 ../../include/nav.php:168 +#: ../../Zotlabs/Lib/Apps.php:232 ../../include/nav.php:168 #: ../../include/text.php:986 ../../include/text.php:998 -#: ../../include/widgets.php:315 ../../include/acl_selectors.php:203 +#: ../../include/acl_selectors.php:203 ../../include/widgets.php:315 msgid "Search" msgstr "" @@ -1721,8 +1716,8 @@ msgstr "" msgid "Administration" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1658 -#: ../../include/widgets.php:1668 +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1588 +#: ../../include/widgets.php:1598 msgid "Logs" msgstr "" @@ -1777,7 +1772,7 @@ msgid "Enable" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1636 +#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1566 msgid "Plugins" msgstr "" @@ -1787,7 +1782,7 @@ msgid "Toggle" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:339 -#: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:216 +#: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 #: ../../include/nav.php:211 ../../include/widgets.php:680 msgid "Settings" msgstr "" @@ -1851,13 +1846,13 @@ msgstr "" msgid "Install new repo" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:413 ../../Zotlabs/Lib/Apps.php:334 +#: ../../Zotlabs/Module/Admin/Plugins.php:413 ../../Zotlabs/Lib/Apps.php:339 msgid "Install" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:414 #: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88 -#: ../../Zotlabs/Module/Wiki.php:242 ../../Zotlabs/Module/Wiki.php:277 +#: ../../Zotlabs/Module/Wiki.php:238 ../../Zotlabs/Module/Wiki.php:261 #: ../../Zotlabs/Module/Settings/Oauth.php:88 #: ../../Zotlabs/Module/Settings/Oauth.php:114 #: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 @@ -1865,7 +1860,7 @@ msgstr "" #: ../../extend/addon/addon/js_upload/js_upload.php:46 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 -#: ../../include/conversation.php:1264 ../../include/conversation.php:1313 +#: ../../include/conversation.php:1246 ../../include/conversation.php:1295 msgid "Cancel" msgstr "" @@ -1883,7 +1878,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:443 #: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:334 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:339 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 msgid "Update" msgstr "" @@ -1894,7 +1889,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:445 #: ../../Zotlabs/Module/Photos.php:989 ../../Zotlabs/Module/Tagrm.php:137 -#: ../../extend/addon/addon/superblock/superblock.php:110 +#: ../../extend/addon/addon/superblock/superblock.php:114 msgid "Remove" msgstr "" @@ -1945,7 +1940,7 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1639 +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1569 msgid "Profile Fields" msgstr "" @@ -2025,7 +2020,7 @@ msgid "" "embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1634 +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1564 msgid "Security" msgstr "" @@ -2125,7 +2120,7 @@ msgid "Screenshot" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1637 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1567 msgid "Themes" msgstr "" @@ -2208,7 +2203,7 @@ msgid "Account '%s' unblocked" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1632 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1562 msgid "Accounts" msgstr "" @@ -2330,7 +2325,7 @@ msgstr "" msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1633 +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1563 msgid "Channels" msgstr "" @@ -2351,7 +2346,7 @@ msgid "Disallow Code" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:154 -#: ../../include/conversation.php:1671 +#: ../../include/conversation.php:1653 msgid "Channel" msgstr "" @@ -2488,7 +2483,7 @@ msgstr "" msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1631 +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1561 msgid "Site" msgstr "" @@ -2781,7 +2776,7 @@ msgstr "" msgid "0 for no expiration of imported content" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1454 +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 msgid "Public Hubs" msgstr "" @@ -2815,7 +2810,7 @@ msgid "Software" msgstr "" #: ../../Zotlabs/Module/Pubsites.php:35 ../../Zotlabs/Module/Ratings.php:97 -#: ../../include/conversation.php:974 +#: ../../include/conversation.php:940 msgid "Ratings" msgstr "" @@ -2826,7 +2821,7 @@ msgstr "" #: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 #: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Wiki.php:146 ../../Zotlabs/Module/Events.php:685 -#: ../../include/page_widgets.php:42 ../../include/widgets.php:967 +#: ../../include/page_widgets.php:42 msgid "View" msgstr "" @@ -2855,9 +2850,9 @@ msgstr "" msgid "Page link" msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Mail.php:258 -#: ../../Zotlabs/Module/Mail.php:383 ../../Zotlabs/Module/Editblock.php:111 -#: ../../Zotlabs/Module/Chat.php:207 ../../include/conversation.php:1165 +#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Mail.php:286 +#: ../../Zotlabs/Module/Mail.php:411 ../../Zotlabs/Module/Editblock.php:111 +#: ../../Zotlabs/Module/Chat.php:207 ../../include/conversation.php:1147 msgid "Insert web link" msgstr "" @@ -2865,8 +2860,8 @@ msgstr "" msgid "Edit Webpage" msgstr "" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:222 -#: ../../include/nav.php:95 ../../include/conversation.php:1692 +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 +#: ../../include/nav.php:95 ../../include/conversation.php:1674 msgid "Photos" msgstr "" @@ -3033,61 +3028,61 @@ msgstr "" msgid "Malformed app." msgstr "" -#: ../../Zotlabs/Module/Appman.php:104 +#: ../../Zotlabs/Module/Appman.php:105 msgid "Embed code" msgstr "" -#: ../../Zotlabs/Module/Appman.php:110 ../../include/widgets.php:107 +#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 msgid "Edit App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:110 +#: ../../Zotlabs/Module/Appman.php:111 msgid "Create App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:115 +#: ../../Zotlabs/Module/Appman.php:116 msgid "Name of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:115 ../../Zotlabs/Module/Appman.php:116 +#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 #: ../../Zotlabs/Module/Profiles.php:703 ../../Zotlabs/Module/Profiles.php:707 #: ../../Zotlabs/Module/Events.php:453 ../../Zotlabs/Module/Events.php:458 #: ../../include/datetime.php:259 msgid "Required" msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 +#: ../../Zotlabs/Module/Appman.php:117 msgid "Location (URL) of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 ../../Zotlabs/Module/Rbmark.php:101 +#: ../../Zotlabs/Module/Appman.php:118 ../../Zotlabs/Module/Rbmark.php:101 #: ../../Zotlabs/Module/Events.php:466 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:133 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 msgid "Description" msgstr "" -#: ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Appman.php:119 msgid "Photo icon URL" msgstr "" -#: ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Appman.php:119 msgid "80 x 80 pixels - optional" msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 +#: ../../Zotlabs/Module/Appman.php:120 msgid "Categories (optional, comma separated list)" msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 +#: ../../Zotlabs/Module/Appman.php:121 msgid "Version ID" msgstr "" -#: ../../Zotlabs/Module/Appman.php:121 +#: ../../Zotlabs/Module/Appman.php:122 msgid "Price of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:122 +#: ../../Zotlabs/Module/Appman.php:123 msgid "Location (URL) to purchase app" msgstr "" @@ -3099,10 +3094,34 @@ msgstr "" msgid "Documentation Search" msgstr "" +#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1665 +msgid "About" +msgstr "" + +#: ../../Zotlabs/Module/Help.php:81 ../../Zotlabs/Module/Group.php:197 +msgid "Members" +msgstr "" + #: ../../Zotlabs/Module/Help.php:82 +msgid "Administrators" +msgstr "" + +#: ../../Zotlabs/Module/Help.php:83 +msgid "Developers" +msgstr "" + +#: ../../Zotlabs/Module/Help.php:84 +msgid "Tutorials" +msgstr "" + +#: ../../Zotlabs/Module/Help.php:93 msgid "$Projectname Documentation" msgstr "" +#: ../../Zotlabs/Module/Help.php:94 +msgid "Contents" +msgstr "" + #: ../../Zotlabs/Module/Ffsapi.php:12 msgid "Share content from Firefox to $Projectname" msgstr "" @@ -3208,8 +3227,8 @@ msgid "Age:" msgstr "" #: ../../Zotlabs/Module/Directory.php:314 ../../include/channel.php:1051 -#: ../../include/event.php:52 ../../include/event.php:84 -#: ../../include/bb2diaspora.php:520 +#: ../../include/bb2diaspora.php:521 ../../include/event.php:52 +#: ../../include/event.php:84 msgid "Location:" msgstr "" @@ -3302,24 +3321,24 @@ msgstr "" msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../Zotlabs/Module/Item.php:871 +#: ../../Zotlabs/Module/Item.php:837 msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Item.php:1013 +#: ../../Zotlabs/Module/Item.php:979 msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Item.php:1137 +#: ../../Zotlabs/Module/Item.php:1111 msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Item.php:1144 +#: ../../Zotlabs/Module/Item.php:1118 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../Zotlabs/Module/Item.php:1151 +#: ../../Zotlabs/Module/Item.php:1125 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -3332,114 +3351,114 @@ msgstr "" msgid "Channel added." msgstr "" -#: ../../Zotlabs/Module/Mail.php:38 +#: ../../Zotlabs/Module/Mail.php:66 msgid "Unable to lookup recipient." msgstr "" -#: ../../Zotlabs/Module/Mail.php:45 +#: ../../Zotlabs/Module/Mail.php:73 msgid "Unable to communicate with requested channel." msgstr "" -#: ../../Zotlabs/Module/Mail.php:52 +#: ../../Zotlabs/Module/Mail.php:80 msgid "Cannot verify requested channel." msgstr "" -#: ../../Zotlabs/Module/Mail.php:70 +#: ../../Zotlabs/Module/Mail.php:98 msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../Zotlabs/Module/Mail.php:149 +#: ../../Zotlabs/Module/Mail.php:177 msgid "Messages" msgstr "" -#: ../../Zotlabs/Module/Mail.php:184 +#: ../../Zotlabs/Module/Mail.php:212 msgid "Message recalled." msgstr "" -#: ../../Zotlabs/Module/Mail.php:197 +#: ../../Zotlabs/Module/Mail.php:225 msgid "Conversation removed." msgstr "" -#: ../../Zotlabs/Module/Mail.php:211 ../../Zotlabs/Module/Mail.php:320 -#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1200 +#: ../../Zotlabs/Module/Mail.php:239 ../../Zotlabs/Module/Mail.php:348 +#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1182 msgid "Please enter a link URL:" msgstr "" -#: ../../Zotlabs/Module/Mail.php:212 ../../Zotlabs/Module/Mail.php:321 +#: ../../Zotlabs/Module/Mail.php:240 ../../Zotlabs/Module/Mail.php:349 msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../Zotlabs/Module/Mail.php:240 +#: ../../Zotlabs/Module/Mail.php:268 msgid "Requested channel is not in this network" msgstr "" -#: ../../Zotlabs/Module/Mail.php:248 +#: ../../Zotlabs/Module/Mail.php:276 msgid "Send Private Message" msgstr "" -#: ../../Zotlabs/Module/Mail.php:249 ../../Zotlabs/Module/Mail.php:374 +#: ../../Zotlabs/Module/Mail.php:277 ../../Zotlabs/Module/Mail.php:402 msgid "To:" msgstr "" -#: ../../Zotlabs/Module/Mail.php:252 ../../Zotlabs/Module/Mail.php:376 +#: ../../Zotlabs/Module/Mail.php:280 ../../Zotlabs/Module/Mail.php:404 msgid "Subject:" msgstr "" -#: ../../Zotlabs/Module/Mail.php:255 ../../Zotlabs/Module/Invite.php:138 +#: ../../Zotlabs/Module/Mail.php:283 ../../Zotlabs/Module/Invite.php:138 msgid "Your message:" msgstr "" -#: ../../Zotlabs/Module/Mail.php:257 ../../Zotlabs/Module/Mail.php:382 -#: ../../include/conversation.php:1260 +#: ../../Zotlabs/Module/Mail.php:285 ../../Zotlabs/Module/Mail.php:410 +#: ../../include/conversation.php:1242 msgid "Attach file" msgstr "" -#: ../../Zotlabs/Module/Mail.php:259 +#: ../../Zotlabs/Module/Mail.php:287 msgid "Send" msgstr "" -#: ../../Zotlabs/Module/Mail.php:262 ../../Zotlabs/Module/Mail.php:387 -#: ../../include/conversation.php:1305 +#: ../../Zotlabs/Module/Mail.php:290 ../../Zotlabs/Module/Mail.php:415 +#: ../../include/conversation.php:1287 msgid "Set expiration date" msgstr "" -#: ../../Zotlabs/Module/Mail.php:264 ../../Zotlabs/Module/Mail.php:389 +#: ../../Zotlabs/Module/Mail.php:292 ../../Zotlabs/Module/Mail.php:417 #: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Lib/ThreadItem.php:741 -#: ../../include/conversation.php:1310 +#: ../../include/conversation.php:1292 msgid "Encrypt text" msgstr "" -#: ../../Zotlabs/Module/Mail.php:346 +#: ../../Zotlabs/Module/Mail.php:374 msgid "Delete message" msgstr "" -#: ../../Zotlabs/Module/Mail.php:347 +#: ../../Zotlabs/Module/Mail.php:375 msgid "Delivery report" msgstr "" -#: ../../Zotlabs/Module/Mail.php:348 +#: ../../Zotlabs/Module/Mail.php:376 msgid "Recall message" msgstr "" -#: ../../Zotlabs/Module/Mail.php:350 +#: ../../Zotlabs/Module/Mail.php:378 msgid "Message has been recalled." msgstr "" -#: ../../Zotlabs/Module/Mail.php:367 +#: ../../Zotlabs/Module/Mail.php:395 msgid "Delete Conversation" msgstr "" -#: ../../Zotlabs/Module/Mail.php:369 +#: ../../Zotlabs/Module/Mail.php:397 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "" -#: ../../Zotlabs/Module/Mail.php:373 +#: ../../Zotlabs/Module/Mail.php:401 msgid "Send Reply" msgstr "" -#: ../../Zotlabs/Module/Mail.php:378 +#: ../../Zotlabs/Module/Mail.php:406 #, php-format msgid "Your message for %s (%s):" msgstr "" @@ -3577,7 +3596,7 @@ msgstr "" msgid "Block Name" msgstr "" -#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1276 +#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1258 msgid "Title (optional)" msgstr "" @@ -3626,10 +3645,6 @@ msgstr "" msgid "Privacy group editor" msgstr "" -#: ../../Zotlabs/Module/Group.php:197 -msgid "Members" -msgstr "" - #: ../../Zotlabs/Module/Group.php:199 msgid "All Connected Channels" msgstr "" @@ -3805,7 +3820,7 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:227 +#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:229 msgid "Mood" msgstr "" @@ -3913,12 +3928,12 @@ msgid "Show Oldest First" msgstr "" #: ../../Zotlabs/Module/Photos.php:783 ../../Zotlabs/Module/Photos.php:1337 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1748 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1678 msgid "View Photo" msgstr "" #: ../../Zotlabs/Module/Photos.php:814 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1765 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1695 msgid "Edit Album" msgstr "" @@ -4011,12 +4026,12 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Module/Blocks.php:161 #: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:241 #: ../../extend/addon/addon/cdav/include/widgets.php:123 -#: ../../include/conversation.php:1248 +#: ../../include/conversation.php:1230 msgid "Share" msgstr "" #: ../../Zotlabs/Module/Photos.php:1079 ../../Zotlabs/Lib/ThreadItem.php:409 -#: ../../include/conversation.php:757 +#: ../../include/conversation.php:737 msgid "Please wait" msgstr "" @@ -4032,59 +4047,59 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Webpages.php:247 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Lib/ThreadItem.php:738 -#: ../../include/page_widgets.php:43 ../../include/conversation.php:1217 +#: ../../include/page_widgets.php:43 ../../include/conversation.php:1199 msgid "Preview" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:593 +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 msgctxt "title" msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:593 +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 msgctxt "title" msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:594 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 msgctxt "title" msgid "Agree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:594 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 msgctxt "title" msgid "Disagree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:594 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 msgctxt "title" msgid "Abstain" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:595 +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 msgctxt "title" msgid "Attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:595 +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 msgctxt "title" msgid "Not attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:595 +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 msgctxt "title" msgid "Might attend" msgstr "" #: ../../Zotlabs/Module/Photos.php:1132 ../../Zotlabs/Module/Photos.php:1144 #: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 -#: ../../include/conversation.php:1783 +#: ../../include/conversation.php:1765 msgid "View all" msgstr "" #: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:190 #: ../../include/channel.php:1190 ../../include/taxonomy.php:403 -#: ../../include/conversation.php:1807 +#: ../../include/conversation.php:1789 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -4092,7 +4107,7 @@ msgstr[0] "" msgstr[1] "" #: ../../Zotlabs/Module/Photos.php:1141 ../../Zotlabs/Lib/ThreadItem.php:195 -#: ../../include/conversation.php:1810 +#: ../../include/conversation.php:1792 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -4555,7 +4570,7 @@ msgstr "" #: ../../Zotlabs/Module/Setup.php:702 #: ../../extend/addon/addon/cdav/cdav.php:41 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:352 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:385 msgid "Errors encountered creating database tables." msgstr "" @@ -4596,8 +4611,8 @@ msgstr "" msgid "Mark all system notifications seen" msgstr "" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:228 -#: ../../include/conversation.php:975 +#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 +#: ../../include/conversation.php:941 msgid "Poke" msgstr "" @@ -4750,7 +4765,7 @@ msgid "Add profile things" msgstr "" #: ../../Zotlabs/Module/Profiles.php:691 ../../include/widgets.php:105 -#: ../../include/conversation.php:1585 +#: ../../include/conversation.php:1567 msgid "Personal" msgstr "" @@ -4940,7 +4955,7 @@ msgstr "" msgid "Layouts" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:225 +#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 #: ../../include/nav.php:162 ../../include/help.php:53 #: ../../include/help.php:59 msgid "Help" @@ -5012,14 +5027,14 @@ msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 #: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1792 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 #: ../../extend/addon/addon/redphotos/redphotohelper.php:74 #: ../../include/text.php:1940 ../../include/conversation.php:120 msgid "photo" msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1792 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 #: ../../include/text.php:1946 ../../include/conversation.php:148 msgid "status" msgstr "" @@ -5031,7 +5046,7 @@ msgid "event" msgstr "" #: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1821 +#: ../../extend/addon/addon/diaspora/inbound.php:1823 #: ../../include/conversation.php:164 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -5223,7 +5238,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1727 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1728 msgid "Password Reset" msgstr "" @@ -5572,8 +5587,8 @@ msgstr "" msgid "Export selected" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:237 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:109 ../../include/conversation.php:1745 +#: ../../Zotlabs/Module/Webpages.php:237 ../../Zotlabs/Lib/Apps.php:220 +#: ../../include/nav.php:109 ../../include/conversation.php:1727 msgid "Webpages" msgstr "" @@ -5634,7 +5649,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Removeme.php:64 -#: ../../Zotlabs/Module/Settings/Channel.php:547 +#: ../../Zotlabs/Module/Settings/Channel.php:549 msgid "Remove Channel" msgstr "" @@ -5675,15 +5690,15 @@ msgid "Error downloading wiki: " msgstr "" #: ../../Zotlabs/Module/Wiki.php:139 ../../include/nav.php:111 -#: ../../include/conversation.php:1755 +#: ../../include/conversation.php:1737 msgid "Wikis" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:145 ../../include/widgets.php:966 +#: ../../Zotlabs/Module/Wiki.php:145 msgid "Download" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:149 ../../include/widgets.php:970 +#: ../../Zotlabs/Module/Wiki.php:149 msgid "Wiki name" msgstr "" @@ -5707,76 +5722,72 @@ msgstr "" msgid "Error retrieving page content" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:240 +#: ../../Zotlabs/Module/Wiki.php:236 msgid "Revision Comparison" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:241 +#: ../../Zotlabs/Module/Wiki.php:237 msgid "Revert" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:250 -msgid "Choose an available wiki from the list on the left." -msgstr "" - -#: ../../Zotlabs/Module/Wiki.php:252 +#: ../../Zotlabs/Module/Wiki.php:246 msgid "Source" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:269 +#: ../../Zotlabs/Module/Wiki.php:254 msgid "New page name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:275 ../../include/conversation.php:1169 +#: ../../Zotlabs/Module/Wiki.php:259 ../../include/conversation.php:1151 msgid "Embed image from photo albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:276 ../../include/conversation.php:1263 +#: ../../Zotlabs/Module/Wiki.php:260 ../../include/conversation.php:1245 msgid "Embed an image from your albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:278 ../../include/conversation.php:1265 -#: ../../include/conversation.php:1312 +#: ../../Zotlabs/Module/Wiki.php:262 ../../include/conversation.php:1247 +#: ../../include/conversation.php:1294 msgid "OK" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:279 ../../include/conversation.php:1205 +#: ../../Zotlabs/Module/Wiki.php:263 ../../include/conversation.php:1187 msgid "Choose images to embed" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:280 ../../include/conversation.php:1206 +#: ../../Zotlabs/Module/Wiki.php:264 ../../include/conversation.php:1188 msgid "Choose an album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:281 ../../include/conversation.php:1207 -msgid "Choose a different album..." +#: ../../Zotlabs/Module/Wiki.php:265 +msgid "Choose a different album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:282 ../../include/conversation.php:1208 +#: ../../Zotlabs/Module/Wiki.php:266 ../../include/conversation.php:1190 msgid "Error getting album list" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:283 ../../include/conversation.php:1209 +#: ../../Zotlabs/Module/Wiki.php:267 ../../include/conversation.php:1191 msgid "Error getting photo link" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:284 ../../include/conversation.php:1210 +#: ../../Zotlabs/Module/Wiki.php:268 ../../include/conversation.php:1192 msgid "Error getting album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:348 +#: ../../Zotlabs/Module/Wiki.php:332 msgid "Error creating wiki. Invalid name." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:359 +#: ../../Zotlabs/Module/Wiki.php:343 msgid "Wiki created, but error creating Home page." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:364 +#: ../../Zotlabs/Module/Wiki.php:348 msgid "Error creating wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:410 +#: ../../Zotlabs/Module/Wiki.php:394 msgid "New page created" msgstr "" @@ -6339,117 +6350,121 @@ msgstr "" msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:522 -msgid "Show visual notifications including:" +#: ../../Zotlabs/Module/Settings/Channel.php:521 +msgid "Someone likes your post/comment" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:524 +msgid "Show visual notifications including:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:526 msgid "Unseen grid activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:525 +#: ../../Zotlabs/Module/Settings/Channel.php:527 msgid "Unseen channel activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:526 +#: ../../Zotlabs/Module/Settings/Channel.php:528 msgid "Unseen private messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:526 -#: ../../Zotlabs/Module/Settings/Channel.php:531 -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:528 #: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:535 #: ../../extend/addon/addon/jappixmini/jappixmini.php:343 msgid "Recommended" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:527 +#: ../../Zotlabs/Module/Settings/Channel.php:529 msgid "Upcoming events" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:528 +#: ../../Zotlabs/Module/Settings/Channel.php:530 msgid "Events today" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "Upcoming birthdays" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "Not available in all themes" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:530 +#: ../../Zotlabs/Module/Settings/Channel.php:532 msgid "System (personal) notifications" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:533 msgid "System info messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "System critical alerts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:535 msgid "New connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:536 msgid "System Registrations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:537 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "Notify me of events this many days in advance" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "Must be greater than 0" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:541 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 +#: ../../Zotlabs/Module/Settings/Channel.php:544 msgid "Miscellaneous Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:543 +#: ../../Zotlabs/Module/Settings/Channel.php:545 msgid "Default photo upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:543 -#: ../../Zotlabs/Module/Settings/Channel.php:544 +#: ../../Zotlabs/Module/Settings/Channel.php:545 +#: ../../Zotlabs/Module/Settings/Channel.php:546 msgid "%Y - current year, %m - current month" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:544 +#: ../../Zotlabs/Module/Settings/Channel.php:546 msgid "Default file upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:548 msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:548 +#: ../../Zotlabs/Module/Settings/Channel.php:550 msgid "Remove this channel." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:549 +#: ../../Zotlabs/Module/Settings/Channel.php:551 msgid "Firefox Share $Projectname provider" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Start calendar week on monday" msgstr "" @@ -6878,7 +6893,7 @@ msgstr "" msgid "Edit Location" msgstr "" -#: ../../Zotlabs/Module/Events.php:472 ../../include/conversation.php:1280 +#: ../../Zotlabs/Module/Events.php:472 ../../include/conversation.php:1262 msgid "Permission settings" msgstr "" @@ -6941,110 +6956,6 @@ msgstr "" msgid "Room is full" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:205 -msgid "Site Admin" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:206 -#: ../../extend/addon/addon/buglink/buglink.php:16 -msgid "Report Bug" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:207 -msgid "View Bookmarks" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:208 -msgid "My Chatrooms" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:210 -msgid "Firefox Share" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:211 -msgid "Remote Diagnostics" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:212 ../../include/features.php:319 -msgid "Suggest Channels" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:213 ../../include/nav.php:115 -#: ../../boot.php:1719 -msgid "Login" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:182 -msgid "Grid" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:219 ../../include/features.php:99 -#: ../../include/conversation.php:1758 -msgid "Wiki" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:220 ../../include/nav.php:185 -msgid "Channel Home" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:223 ../../include/nav.php:204 -#: ../../include/conversation.php:1709 ../../include/conversation.php:1712 -msgid "Events" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:224 ../../include/nav.php:170 -msgid "Directory" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:196 -msgid "Mail" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:229 ../../include/nav.php:99 -msgid "Chat" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:231 -msgid "Probe" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:232 -msgid "Suggest" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:233 -msgid "Random Channel" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:234 -msgid "Invite" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:235 ../../include/widgets.php:1635 -msgid "Features" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:236 -#: ../../extend/addon/addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:237 -msgid "Post" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:238 -#: ../../extend/addon/addon/openid/MysqlProvider.php:58 -#: ../../extend/addon/addon/openid/MysqlProvider.php:59 -#: ../../extend/addon/addon/openid/MysqlProvider.php:60 -msgid "Profile Photo" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:339 -msgid "Purchase" -msgstr "" - #: ../../Zotlabs/Lib/PermissionDescription.php:34 #: ../../include/acl_selectors.php:128 msgid "Visible to your default audience" @@ -7108,11 +7019,11 @@ msgstr "" msgid "This is your default setting for the audience of your webpages" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:683 +#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 msgid "Private Message" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:675 +#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:655 msgid "Select" msgstr "" @@ -7160,11 +7071,11 @@ msgstr "" msgid "starred" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:239 ../../include/conversation.php:690 +#: ../../Zotlabs/Lib/ThreadItem.php:239 ../../include/conversation.php:670 msgid "Message signature validated" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:691 +#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:671 msgid "Message signature incorrect" msgstr "" @@ -7220,17 +7131,17 @@ msgstr "" msgid "via Wall-To-Wall:" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:348 ../../include/conversation.php:736 +#: ../../Zotlabs/Lib/ThreadItem.php:348 ../../include/conversation.php:716 #, php-format msgid "from %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:351 ../../include/conversation.php:739 +#: ../../Zotlabs/Lib/ThreadItem.php:351 ../../include/conversation.php:719 #, php-format msgid "last edited: %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:352 ../../include/conversation.php:740 +#: ../../Zotlabs/Lib/ThreadItem.php:352 ../../include/conversation.php:720 #, php-format msgid "Expires: %s" msgstr "" @@ -7269,23 +7180,23 @@ msgstr "" msgid "%s show all" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/conversation.php:1255 +#: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/conversation.php:1237 msgid "Bold" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/conversation.php:1256 +#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/conversation.php:1238 msgid "Italic" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1257 +#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1239 msgid "Underline" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1258 +#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1240 msgid "Quote" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1259 +#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1241 msgid "Code" msgstr "" @@ -7301,209 +7212,332 @@ msgstr "" msgid "Video" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1914 -msgid "$Projectname Notification" +#: ../../Zotlabs/Lib/Apps.php:207 +msgid "Site Admin" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 -#: ../../extend/addon/addon/diaspora/util.php:218 -#: ../../extend/addon/addon/diaspora/util.php:231 -#: ../../include/network.php:1915 -msgid "$projectname" +#: ../../Zotlabs/Lib/Apps.php:208 +#: ../../extend/addon/addon/buglink/buglink.php:16 +msgid "Report Bug" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1917 -msgid "Thank You," +#: ../../Zotlabs/Lib/Apps.php:209 +msgid "View Bookmarks" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1919 -#, php-format -msgid "%s Administrator" +#: ../../Zotlabs/Lib/Apps.php:210 +msgid "My Chatrooms" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:116 -#, php-format -msgid "%s " +#: ../../Zotlabs/Lib/Apps.php:212 +msgid "Firefox Share" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:120 -#, php-format -msgid "[$Projectname:Notify] New mail received at %s" +#: ../../Zotlabs/Lib/Apps.php:213 +msgid "Remote Diagnostics" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:122 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." +#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:319 +msgid "Suggest Channels" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:123 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:115 +#: ../../boot.php:1720 +msgid "Login" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:123 -msgid "a private message" +#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:182 +msgid "Grid" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:124 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 +#: ../../include/conversation.php:1740 +msgid "Wiki" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:183 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:185 +msgid "Channel Home" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:191 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 +#: ../../include/conversation.php:1691 ../../include/conversation.php:1694 +msgid "Events" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:200 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:170 +msgid "Directory" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:211 -#, php-format -msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" +#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:196 +msgid "Mail" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:212 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." +#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 +msgid "Chat" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:230 -#: ../../Zotlabs/Lib/Enotify.php:256 ../../Zotlabs/Lib/Enotify.php:274 -#: ../../Zotlabs/Lib/Enotify.php:288 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../Zotlabs/Lib/Apps.php:233 +msgid "Probe" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:221 -#, php-format -msgid "[$Projectname:Notify] %s posted to your profile wall" +#: ../../Zotlabs/Lib/Apps.php:234 +msgid "Suggest" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:223 -#, php-format +#: ../../Zotlabs/Lib/Apps.php:235 +msgid "Random Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:236 +msgid "Invite" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1565 +msgid "Features" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../extend/addon/addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:239 +msgid "Post" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../extend/addon/addon/openid/MysqlProvider.php:58 +#: ../../extend/addon/addon/openid/MysqlProvider.php:59 +#: ../../extend/addon/addon/openid/MysqlProvider.php:60 +msgid "Profile Photo" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:344 +msgid "Purchase" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:348 +msgid "Undelete" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1914 +msgid "$Projectname Notification" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 +#: ../../extend/addon/addon/diaspora/util.php:218 +#: ../../extend/addon/addon/diaspora/util.php:231 +#: ../../include/network.php:1915 +msgid "$projectname" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1917 +msgid "Thank You," +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1919 +#, php-format +msgid "%s Administrator" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:116 +#, php-format +msgid "%s " +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:120 +#, php-format +msgid "[$Projectname:Notify] New mail received at %s" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:122 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:123 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:123 +msgid "a private message" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:124 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:183 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:191 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:200 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:211 +#, php-format +msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:212 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:292 +#: ../../Zotlabs/Lib/Enotify.php:309 ../../Zotlabs/Lib/Enotify.php:335 +#: ../../Zotlabs/Lib/Enotify.php:353 ../../Zotlabs/Lib/Enotify.php:367 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:273 +#, php-format +msgid "%1$s, %2$s liked [zrl=%3$s]your %4$s[/zrl]" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:288 +#, php-format +msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:289 +#, php-format +msgid "%1$s, %2$s liked an item/conversation you created." +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:300 +#, php-format +msgid "[$Projectname:Notify] %s posted to your profile wall" +msgstr "" + +#: ../../Zotlabs/Lib/Enotify.php:302 +#, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:225 +#: ../../Zotlabs/Lib/Enotify.php:304 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:249 +#: ../../Zotlabs/Lib/Enotify.php:328 #, php-format msgid "[$Projectname:Notify] %s tagged you" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:250 +#: ../../Zotlabs/Lib/Enotify.php:329 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:251 +#: ../../Zotlabs/Lib/Enotify.php:330 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:263 +#: ../../Zotlabs/Lib/Enotify.php:342 #, php-format msgid "[$Projectname:Notify] %1$s poked you" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:264 +#: ../../Zotlabs/Lib/Enotify.php:343 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:265 +#: ../../Zotlabs/Lib/Enotify.php:344 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:281 +#: ../../Zotlabs/Lib/Enotify.php:360 #, php-format msgid "[$Projectname:Notify] %s tagged your post" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:282 +#: ../../Zotlabs/Lib/Enotify.php:361 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:283 +#: ../../Zotlabs/Lib/Enotify.php:362 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:295 +#: ../../Zotlabs/Lib/Enotify.php:374 msgid "[$Projectname:Notify] Introduction received" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:296 +#: ../../Zotlabs/Lib/Enotify.php:375 #, php-format msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:297 +#: ../../Zotlabs/Lib/Enotify.php:376 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:301 ../../Zotlabs/Lib/Enotify.php:320 +#: ../../Zotlabs/Lib/Enotify.php:380 ../../Zotlabs/Lib/Enotify.php:399 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:303 +#: ../../Zotlabs/Lib/Enotify.php:382 #, php-format msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:310 +#: ../../Zotlabs/Lib/Enotify.php:389 msgid "[$Projectname:Notify] Friend suggestion received" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:311 +#: ../../Zotlabs/Lib/Enotify.php:390 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:312 +#: ../../Zotlabs/Lib/Enotify.php:391 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:318 +#: ../../Zotlabs/Lib/Enotify.php:397 msgid "Name:" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:319 +#: ../../Zotlabs/Lib/Enotify.php:398 msgid "Photo:" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:322 +#: ../../Zotlabs/Lib/Enotify.php:401 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:540 +#: ../../Zotlabs/Lib/Enotify.php:619 msgid "[$Projectname:Notify]" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:700 +#: ../../Zotlabs/Lib/Enotify.php:779 msgid "created a new post" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:701 +#: ../../Zotlabs/Lib/Enotify.php:780 #, php-format msgid "commented on %s's post" msgstr "" @@ -9382,23 +9416,23 @@ msgstr "" msgid "Application name" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:106 +#: ../../extend/addon/addon/superblock/superblock.php:110 msgid "Currently blocked" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:108 +#: ../../extend/addon/addon/superblock/superblock.php:112 msgid "No channels currently blocked" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:114 +#: ../../extend/addon/addon/superblock/superblock.php:118 msgid "\"Superblock\" Settings" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:279 +#: ../../extend/addon/addon/superblock/superblock.php:316 msgid "Block Completely" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:326 +#: ../../extend/addon/addon/superblock/superblock.php:361 msgid "superblock settings updated" msgstr "" @@ -10296,71 +10330,71 @@ msgid "" "from Mapbox instead of the default OpenStreetMap tile server." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:122 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:154 msgid "Rendezvous" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:127 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:159 msgid "" "This identity has been deleted by another member due to inactivity. Please " "press the \"New identity\" button or refresh the page to register a new " "identity. You may use the same name." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:128 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:160 msgid "Welcome to Rendezvous!" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:129 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:161 msgid "" "Enter your name to join this rendezvous. To begin sharing your location with " "the other members, tap the GPS control. When your location is discovered, a " "red dot will appear and others will be able to see you on the map." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:131 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:163 msgid "Let's meet here" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:134 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:166 msgid "New marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:135 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:167 msgid "Edit marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:136 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:168 msgid "New identity" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:137 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:169 msgid "Delete marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:138 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:170 msgid "Delete member" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:139 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:171 msgid "Edit proximity alert" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:140 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:172 msgid "" "A proximity alert will be issued when this member is within a certain radius " "of you.

Enter a radius in meters (0 to disable):" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:140 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:172 msgid "distance" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:150 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:183 msgid "Add new rendezvous" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:151 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:184 msgid "" "Create a new rendezvous and share the access link with those you wish to " "invite to the group. Those who open the link become members of the " @@ -10393,7 +10427,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2563 +#: ../../include/datetime.php:286 ../../boot.php:2564 msgid "never" msgstr "" @@ -10534,22 +10568,6 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/message.php:20 -msgid "No recipient provided." -msgstr "" - -#: ../../include/message.php:25 -msgid "[no subject]" -msgstr "" - -#: ../../include/message.php:45 -msgid "Unable to determine sender." -msgstr "" - -#: ../../include/message.php:223 -msgid "Stored post could not be verified." -msgstr "" - #: ../../include/selectors.php:30 msgid "Frequently" msgstr "" @@ -10965,7 +10983,7 @@ msgstr "" msgid "This Website Only" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1718 +#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 msgid "Logout" msgstr "" @@ -11001,7 +11019,7 @@ msgstr "" msgid "Your chatrooms" msgstr "" -#: ../../include/nav.php:105 ../../include/conversation.php:1735 +#: ../../include/nav.php:105 ../../include/conversation.php:1717 msgid "Bookmarks" msgstr "" @@ -11129,7 +11147,7 @@ msgstr "" msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:219 ../../include/widgets.php:1665 +#: ../../include/nav.php:219 ../../include/widgets.php:1595 msgid "Admin" msgstr "" @@ -11137,7 +11155,7 @@ msgstr "" msgid "Site Setup and Configuration" msgstr "" -#: ../../include/nav.php:250 ../../include/conversation.php:869 +#: ../../include/nav.php:250 ../../include/conversation.php:835 msgid "Loading..." msgstr "" @@ -11451,744 +11469,764 @@ msgid "" "channel" msgstr "" -#: ../../include/text.php:460 -msgid "prev" -msgstr "" - -#: ../../include/text.php:462 -msgid "first" -msgstr "" - -#: ../../include/text.php:491 -msgid "last" +#: ../../include/bb2diaspora.php:404 +msgid "Attachments:" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/bb2diaspora.php:499 ../../include/event.php:22 +#: ../../include/event.php:69 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/bb2diaspora.php:501 +msgid "$Projectname event notification:" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/bb2diaspora.php:505 ../../include/event.php:30 +#: ../../include/event.php:73 +msgid "Starts:" msgstr "" -#: ../../include/text.php:904 -msgid "No connections" +#: ../../include/bb2diaspora.php:513 ../../include/event.php:40 +#: ../../include/event.php:77 +msgid "Finishes:" msgstr "" -#: ../../include/text.php:929 +#: ../../include/bookmarks.php:35 #, php-format -msgid "View all %s connections" -msgstr "" - -#: ../../include/text.php:1074 ../../include/text.php:1079 -msgid "poke" +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/text.php:1074 ../../include/text.php:1079 -#: ../../include/conversation.php:243 -msgid "poked" +#: ../../include/help.php:31 +msgid "Help:" msgstr "" -#: ../../include/text.php:1080 -msgid "ping" +#: ../../include/help.php:63 +msgid "Not Found" msgstr "" -#: ../../include/text.php:1080 -msgid "pinged" +#: ../../include/wiki.php:546 ../../include/bbcode.php:552 +#: ../../include/bbcode.php:683 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/text.php:1081 -msgid "prod" +#: ../../include/zot.php:667 +msgid "Invalid data packet" msgstr "" -#: ../../include/text.php:1081 -msgid "prodded" +#: ../../include/zot.php:683 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/text.php:1082 -msgid "slap" +#: ../../include/zot.php:2325 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/text.php:1082 -msgid "slapped" +#: ../../include/zot.php:3723 +msgid "invalid target signature" msgstr "" -#: ../../include/text.php:1083 -msgid "finger" +#: ../../include/page_widgets.php:7 +msgid "New Page" msgstr "" -#: ../../include/text.php:1083 -msgid "fingered" +#: ../../include/message.php:32 +msgid "Unable to determine sender." msgstr "" -#: ../../include/text.php:1084 -msgid "rebuff" +#: ../../include/message.php:69 +msgid "No recipient provided." msgstr "" -#: ../../include/text.php:1084 -msgid "rebuffed" +#: ../../include/message.php:74 +msgid "[no subject]" msgstr "" -#: ../../include/text.php:1096 -msgid "happy" +#: ../../include/message.php:225 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/text.php:1097 -msgid "sad" -msgstr "" +#: ../../include/contact_widgets.php:11 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1098 -msgid "mellow" +#: ../../include/contact_widgets.php:19 +msgid "Find Channels" msgstr "" -#: ../../include/text.php:1099 -msgid "tired" +#: ../../include/contact_widgets.php:20 +msgid "Enter name or interest" msgstr "" -#: ../../include/text.php:1100 -msgid "perky" +#: ../../include/contact_widgets.php:21 +msgid "Connect/Follow" msgstr "" -#: ../../include/text.php:1101 -msgid "angry" +#: ../../include/contact_widgets.php:22 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/text.php:1102 -msgid "stupefied" +#: ../../include/contact_widgets.php:26 +msgid "Random Profile" msgstr "" -#: ../../include/text.php:1103 -msgid "puzzled" +#: ../../include/contact_widgets.php:27 +msgid "Invite Friends" msgstr "" -#: ../../include/text.php:1104 -msgid "interested" +#: ../../include/contact_widgets.php:29 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/text.php:1105 -msgid "bitter" +#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 +#: ../../include/widgets.php:349 ../../include/widgets.php:468 +msgid "Everything" msgstr "" -#: ../../include/text.php:1106 -msgid "cheerful" +#: ../../include/contact_widgets.php:91 ../../include/taxonomy.php:188 +#: ../../include/taxonomy.php:270 ../../include/widgets.php:46 +#: ../../include/widgets.php:465 +msgid "Categories" msgstr "" -#: ../../include/text.php:1107 -msgid "alive" -msgstr "" +#: ../../include/contact_widgets.php:122 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1108 -msgid "annoyed" +#: ../../include/contact_widgets.php:127 +msgid "show more" msgstr "" -#: ../../include/text.php:1109 -msgid "anxious" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/text.php:1110 -msgid "cranky" +#: ../../include/js_strings.php:8 +#, php-format +msgid "%s show less" msgstr "" -#: ../../include/text.php:1111 -msgid "disturbed" +#: ../../include/js_strings.php:9 +#, php-format +msgid "%s expand" msgstr "" -#: ../../include/text.php:1112 -msgid "frustrated" +#: ../../include/js_strings.php:10 +#, php-format +msgid "%s collapse" msgstr "" -#: ../../include/text.php:1113 -msgid "depressed" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/text.php:1114 -msgid "motivated" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/text.php:1115 -msgid "relaxed" +#: ../../include/js_strings.php:13 +msgid "everybody" msgstr "" -#: ../../include/text.php:1116 -msgid "surprised" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:70 -msgid "Monday" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:71 -msgid "Tuesday" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:72 -msgid "Wednesday" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:73 -msgid "Thursday" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:74 -msgid "Friday" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:75 -msgid "Saturday" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../include/text.php:1303 ../../include/js_strings.php:69 -msgid "Sunday" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:45 -msgid "January" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:46 -msgid "February" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:47 -msgid "March" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:48 -msgid "April" +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../include/text.php:1307 -msgid "May" +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:50 -msgid "June" +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:51 -msgid "July" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:52 -msgid "August" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:53 -msgid "September" +#: ../../include/js_strings.php:34 +msgid "about an hour" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:54 -msgid "October" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:55 -msgid "November" +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../include/text.php:1307 ../../include/js_strings.php:56 -msgid "December" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/text.php:1384 ../../include/text.php:1388 -msgid "Unknown Attachment" +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../include/text.php:1390 -msgid "unknown" +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/text.php:1426 -msgid "remove category" +#: ../../include/js_strings.php:40 +msgid "about a year" msgstr "" -#: ../../include/text.php:1503 -msgid "remove from file" +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/text.php:1770 ../../include/language.php:367 -msgid "default" +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../include/text.php:1778 -msgid "Page layout" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../include/text.php:1778 -msgid "You can create your own with the layouts tool" +#: ../../include/js_strings.php:45 ../../include/text.php:1307 +msgid "January" msgstr "" -#: ../../include/text.php:1820 -msgid "Page content type" +#: ../../include/js_strings.php:46 ../../include/text.php:1307 +msgid "February" msgstr "" -#: ../../include/text.php:1953 -msgid "activity" +#: ../../include/js_strings.php:47 ../../include/text.php:1307 +msgid "March" msgstr "" -#: ../../include/text.php:2267 -msgid "Design Tools" +#: ../../include/js_strings.php:48 ../../include/text.php:1307 +msgid "April" msgstr "" -#: ../../include/text.php:2273 -msgid "Pages" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../include/text.php:2295 -msgid "Import website..." +#: ../../include/js_strings.php:50 ../../include/text.php:1307 +msgid "June" msgstr "" -#: ../../include/text.php:2296 -msgid "Select folder to import" +#: ../../include/js_strings.php:51 ../../include/text.php:1307 +msgid "July" msgstr "" -#: ../../include/text.php:2297 -msgid "Import from a zipped folder:" +#: ../../include/js_strings.php:52 ../../include/text.php:1307 +msgid "August" msgstr "" -#: ../../include/text.php:2298 -msgid "Import from cloud files:" +#: ../../include/js_strings.php:53 ../../include/text.php:1307 +msgid "September" msgstr "" -#: ../../include/text.php:2299 -msgid "/cloud/channel/path/to/folder" +#: ../../include/js_strings.php:54 ../../include/text.php:1307 +msgid "October" msgstr "" -#: ../../include/text.php:2300 -msgid "Enter path to website files" +#: ../../include/js_strings.php:55 ../../include/text.php:1307 +msgid "November" msgstr "" -#: ../../include/text.php:2301 -msgid "Select folder" +#: ../../include/js_strings.php:56 ../../include/text.php:1307 +msgid "December" msgstr "" -#: ../../include/text.php:2302 -msgid "Export website..." +#: ../../include/js_strings.php:57 +msgid "Jan" msgstr "" -#: ../../include/text.php:2303 -msgid "Export to a zip file" +#: ../../include/js_strings.php:58 +msgid "Feb" msgstr "" -#: ../../include/text.php:2304 -msgid "website.zip" +#: ../../include/js_strings.php:59 +msgid "Mar" msgstr "" -#: ../../include/text.php:2305 -msgid "Enter a name for the zip file." +#: ../../include/js_strings.php:60 +msgid "Apr" msgstr "" -#: ../../include/text.php:2306 -msgid "Export to cloud files" +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" msgstr "" -#: ../../include/text.php:2307 -msgid "/path/to/export/folder" +#: ../../include/js_strings.php:62 +msgid "Jun" msgstr "" -#: ../../include/text.php:2308 -msgid "Enter a path to a cloud files destination." +#: ../../include/js_strings.php:63 +msgid "Jul" msgstr "" -#: ../../include/text.php:2309 -msgid "Specify folder" +#: ../../include/js_strings.php:64 +msgid "Aug" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/js_strings.php:65 +msgid "Sep" msgstr "" -#: ../../include/wiki.php:545 ../../include/bbcode.php:552 -#: ../../include/bbcode.php:683 -msgid "Different viewers will see this text differently" +#: ../../include/js_strings.php:66 +msgid "Oct" msgstr "" -#: ../../include/help.php:31 -msgid "Help:" +#: ../../include/js_strings.php:67 +msgid "Nov" msgstr "" -#: ../../include/page_widgets.php:7 -msgid "New Page" +#: ../../include/js_strings.php:68 +msgid "Dec" msgstr "" -#: ../../include/contact_widgets.php:11 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:19 -msgid "Find Channels" +#: ../../include/js_strings.php:69 ../../include/text.php:1303 +msgid "Sunday" msgstr "" -#: ../../include/contact_widgets.php:20 -msgid "Enter name or interest" +#: ../../include/js_strings.php:70 ../../include/text.php:1303 +msgid "Monday" msgstr "" -#: ../../include/contact_widgets.php:21 -msgid "Connect/Follow" +#: ../../include/js_strings.php:71 ../../include/text.php:1303 +msgid "Tuesday" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/js_strings.php:72 ../../include/text.php:1303 +msgid "Wednesday" msgstr "" -#: ../../include/contact_widgets.php:26 -msgid "Random Profile" +#: ../../include/js_strings.php:73 ../../include/text.php:1303 +msgid "Thursday" msgstr "" -#: ../../include/contact_widgets.php:27 -msgid "Invite Friends" +#: ../../include/js_strings.php:74 ../../include/text.php:1303 +msgid "Friday" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Advanced example: name=fred and country=iceland" +#: ../../include/js_strings.php:75 ../../include/text.php:1303 +msgid "Saturday" msgstr "" -#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 -#: ../../include/widgets.php:349 ../../include/widgets.php:468 -msgid "Everything" +#: ../../include/js_strings.php:76 +msgid "Sun" msgstr "" -#: ../../include/contact_widgets.php:91 ../../include/taxonomy.php:188 -#: ../../include/taxonomy.php:270 ../../include/widgets.php:46 -#: ../../include/widgets.php:465 -msgid "Categories" +#: ../../include/js_strings.php:77 +msgid "Mon" msgstr "" -#: ../../include/contact_widgets.php:122 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" +#: ../../include/js_strings.php:78 +msgid "Tue" +msgstr "" -#: ../../include/contact_widgets.php:127 -msgid "show more" +#: ../../include/js_strings.php:79 +msgid "Wed" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/js_strings.php:80 +msgid "Thu" msgstr "" -#: ../../include/js_strings.php:8 -#, php-format -msgid "%s show less" +#: ../../include/js_strings.php:81 +msgid "Fri" msgstr "" -#: ../../include/js_strings.php:9 -#, php-format -msgid "%s expand" +#: ../../include/js_strings.php:82 +msgid "Sat" msgstr "" -#: ../../include/js_strings.php:10 -#, php-format -msgid "%s collapse" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" msgstr "" -#: ../../include/js_strings.php:13 -msgid "everybody" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 +msgid "Tags" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/taxonomy.php:293 +msgid "Keywords" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/taxonomy.php:314 +msgid "have" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../include/taxonomy.php:314 +msgid "has" msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../include/taxonomy.php:315 +msgid "want" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../include/taxonomy.php:315 +msgid "wants" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../include/taxonomy.php:316 +msgid "likes" msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../include/taxonomy.php:317 +msgid "dislikes" msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" +#: ../../include/text.php:460 +msgid "prev" msgstr "" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" +#: ../../include/text.php:462 +msgid "first" msgstr "" -#: ../../include/js_strings.php:29 -msgid "ago" +#: ../../include/text.php:491 +msgid "last" msgstr "" -#: ../../include/js_strings.php:30 -msgid "from now" +#: ../../include/text.php:494 +msgid "next" msgstr "" -#: ../../include/js_strings.php:31 -msgid "less than a minute" +#: ../../include/text.php:505 +msgid "older" msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a minute" +#: ../../include/text.php:507 +msgid "newer" msgstr "" -#: ../../include/js_strings.php:33 +#: ../../include/text.php:904 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:929 #, php-format -msgid "%d minutes" +msgid "View all %s connections" msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" +#: ../../include/text.php:1074 ../../include/text.php:1079 +msgid "poke" msgstr "" -#: ../../include/js_strings.php:35 -#, php-format -msgid "about %d hours" +#: ../../include/text.php:1074 ../../include/text.php:1079 +#: ../../include/conversation.php:243 +msgid "poked" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../include/text.php:1080 +msgid "ping" msgstr "" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" +#: ../../include/text.php:1080 +msgid "pinged" msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../include/text.php:1081 +msgid "prod" msgstr "" -#: ../../include/js_strings.php:39 -#, php-format -msgid "%d months" +#: ../../include/text.php:1081 +msgid "prodded" msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../include/text.php:1082 +msgid "slap" msgstr "" -#: ../../include/js_strings.php:41 -#, php-format -msgid "%d years" +#: ../../include/text.php:1082 +msgid "slapped" msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../include/text.php:1083 +msgid "finger" msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" +#: ../../include/text.php:1083 +msgid "fingered" msgstr "" -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" +#: ../../include/text.php:1084 +msgid "rebuff" msgstr "" -#: ../../include/js_strings.php:57 -msgid "Jan" +#: ../../include/text.php:1084 +msgid "rebuffed" msgstr "" -#: ../../include/js_strings.php:58 -msgid "Feb" +#: ../../include/text.php:1096 +msgid "happy" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Mar" +#: ../../include/text.php:1097 +msgid "sad" msgstr "" -#: ../../include/js_strings.php:60 -msgid "Apr" +#: ../../include/text.php:1098 +msgid "mellow" msgstr "" -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" +#: ../../include/text.php:1099 +msgid "tired" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jun" +#: ../../include/text.php:1100 +msgid "perky" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Jul" +#: ../../include/text.php:1101 +msgid "angry" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Aug" +#: ../../include/text.php:1102 +msgid "stupefied" msgstr "" -#: ../../include/js_strings.php:65 -msgid "Sep" +#: ../../include/text.php:1103 +msgid "puzzled" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Oct" +#: ../../include/text.php:1104 +msgid "interested" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Nov" +#: ../../include/text.php:1105 +msgid "bitter" msgstr "" -#: ../../include/js_strings.php:68 -msgid "Dec" +#: ../../include/text.php:1106 +msgid "cheerful" msgstr "" -#: ../../include/js_strings.php:76 -msgid "Sun" +#: ../../include/text.php:1107 +msgid "alive" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Mon" +#: ../../include/text.php:1108 +msgid "annoyed" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Tue" +#: ../../include/text.php:1109 +msgid "anxious" msgstr "" -#: ../../include/js_strings.php:79 -msgid "Wed" +#: ../../include/text.php:1110 +msgid "cranky" msgstr "" -#: ../../include/js_strings.php:80 -msgid "Thu" +#: ../../include/text.php:1111 +msgid "disturbed" msgstr "" -#: ../../include/js_strings.php:81 -msgid "Fri" +#: ../../include/text.php:1112 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:1113 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:1114 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1115 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1116 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1307 +msgid "May" +msgstr "" + +#: ../../include/text.php:1384 ../../include/text.php:1388 +msgid "Unknown Attachment" +msgstr "" + +#: ../../include/text.php:1390 +msgid "unknown" msgstr "" -#: ../../include/js_strings.php:82 -msgid "Sat" +#: ../../include/text.php:1426 +msgid "remove category" msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" +#: ../../include/text.php:1503 +msgid "remove from file" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" +#: ../../include/text.php:1770 ../../include/language.php:367 +msgid "default" msgstr "" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" +#: ../../include/text.php:1778 +msgid "Page layout" msgstr "" -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" +#: ../../include/text.php:1778 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" +#: ../../include/text.php:1820 +msgid "Page content type" msgstr "" -#: ../../include/network.php:729 -msgid "view full size" +#: ../../include/text.php:1953 +msgid "activity" msgstr "" -#: ../../include/network.php:1978 -msgid "No Subject" +#: ../../include/text.php:2267 +msgid "Design Tools" msgstr "" -#: ../../include/network.php:2234 -msgid "OStatus" +#: ../../include/text.php:2273 +msgid "Pages" msgstr "" -#: ../../include/network.php:2235 -msgid "GNU-Social" +#: ../../include/text.php:2295 +msgid "Import website..." msgstr "" -#: ../../include/network.php:2236 -msgid "RSS/Atom" +#: ../../include/text.php:2296 +msgid "Select folder to import" msgstr "" -#: ../../include/network.php:2239 -msgid "Facebook" +#: ../../include/text.php:2297 +msgid "Import from a zipped folder:" msgstr "" -#: ../../include/network.php:2240 -msgid "Zot" +#: ../../include/text.php:2298 +msgid "Import from cloud files:" msgstr "" -#: ../../include/network.php:2241 -msgid "LinkedIn" +#: ../../include/text.php:2299 +msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/network.php:2242 -msgid "XMPP/IM" +#: ../../include/text.php:2300 +msgid "Enter path to website files" msgstr "" -#: ../../include/network.php:2243 -msgid "MySpace" +#: ../../include/text.php:2301 +msgid "Select folder" msgstr "" -#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 -msgid "Tags" +#: ../../include/text.php:2302 +msgid "Export website..." msgstr "" -#: ../../include/taxonomy.php:293 -msgid "Keywords" +#: ../../include/text.php:2303 +msgid "Export to a zip file" msgstr "" -#: ../../include/taxonomy.php:314 -msgid "have" +#: ../../include/text.php:2304 +msgid "website.zip" msgstr "" -#: ../../include/taxonomy.php:314 -msgid "has" +#: ../../include/text.php:2305 +msgid "Enter a name for the zip file." msgstr "" -#: ../../include/taxonomy.php:315 -msgid "want" +#: ../../include/text.php:2306 +msgid "Export to cloud files" msgstr "" -#: ../../include/taxonomy.php:315 -msgid "wants" +#: ../../include/text.php:2307 +msgid "/path/to/export/folder" msgstr "" -#: ../../include/taxonomy.php:316 -msgid "likes" +#: ../../include/text.php:2308 +msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/taxonomy.php:317 -msgid "dislikes" +#: ../../include/text.php:2309 +msgid "Specify folder" msgstr "" #: ../../include/import.php:30 @@ -12214,23 +12252,6 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: ../../include/zot.php:662 -msgid "Invalid data packet" -msgstr "" - -#: ../../include/zot.php:678 -msgid "Unable to verify channel signature" -msgstr "" - -#: ../../include/zot.php:2320 -#, php-format -msgid "Unable to verify site signature for %s" -msgstr "" - -#: ../../include/zot.php:3718 -msgid "invalid target signature" -msgstr "" - #: ../../include/items.php:837 ../../include/items.php:882 msgid "(Unknown)" msgstr "" @@ -12393,21 +12414,6 @@ msgstr "" msgid "Empty path" msgstr "" -#: ../../include/event.php:22 ../../include/event.php:69 -#: ../../include/bb2diaspora.php:498 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:30 ../../include/event.php:73 -#: ../../include/bb2diaspora.php:504 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:40 ../../include/event.php:77 -#: ../../include/bb2diaspora.php:512 -msgid "Finishes:" -msgstr "" - #: ../../include/event.php:824 msgid "This event has been added to your calendar." msgstr "" @@ -12518,7 +12524,7 @@ msgctxt "photo_upload" msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/photos.php:507 ../../include/conversation.php:1695 +#: ../../include/photos.php:507 ../../include/conversation.php:1677 msgid "Photo Albums" msgstr "" @@ -12526,6 +12532,51 @@ msgstr "" msgid "Upload New Photos" msgstr "" +#: ../../include/acl_selectors.php:198 +msgid "Who can see this?" +msgstr "" + +#: ../../include/acl_selectors.php:199 +msgid "Custom selection" +msgstr "" + +#: ../../include/acl_selectors.php:200 +msgid "" +"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " +"the scope of \"Show\"." +msgstr "" + +#: ../../include/acl_selectors.php:201 +msgid "Show" +msgstr "" + +#: ../../include/acl_selectors.php:202 +msgid "Don't show" +msgstr "" + +#: ../../include/acl_selectors.php:235 +#, php-format +msgid "" +"Post permissions %s cannot be changed %s after a post is shared.
These " +"permissions set who is allowed to view the post." +msgstr "" + +#: ../../include/oembed.php:312 +msgid " by " +msgstr "" + +#: ../../include/oembed.php:313 +msgid " on " +msgstr "" + +#: ../../include/oembed.php:342 +msgid "Embedded content" +msgstr "" + +#: ../../include/oembed.php:351 +msgid "Embedding disabled" +msgstr "" + #: ../../include/widgets.php:103 msgid "System" msgstr "" @@ -12651,8 +12702,8 @@ msgstr "" msgid "Import Calendar" msgstr "" -#: ../../include/widgets.php:883 ../../include/conversation.php:1722 -#: ../../include/conversation.php:1725 +#: ../../include/widgets.php:883 ../../include/conversation.php:1704 +#: ../../include/conversation.php:1707 msgid "Chatrooms" msgstr "" @@ -12664,137 +12715,112 @@ msgstr "" msgid "Chat Members" msgstr "" -#: ../../include/widgets.php:960 +#: ../../include/widgets.php:906 msgid "Wiki List" msgstr "" -#: ../../include/widgets.php:968 -msgid "Create new wiki" -msgstr "" - -#: ../../include/widgets.php:978 -msgid "Send notification" -msgstr "" - -#: ../../include/widgets.php:1014 +#: ../../include/widgets.php:944 msgid "Wiki Pages" msgstr "" -#: ../../include/widgets.php:1019 +#: ../../include/widgets.php:949 msgid "Add new page" msgstr "" -#: ../../include/widgets.php:1020 +#: ../../include/widgets.php:950 msgid "Page name" msgstr "" -#: ../../include/widgets.php:1052 +#: ../../include/widgets.php:983 msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/widgets.php:1083 +#: ../../include/widgets.php:1014 msgid "Suggested Chatrooms" msgstr "" -#: ../../include/widgets.php:1228 ../../include/widgets.php:1340 +#: ../../include/widgets.php:1159 ../../include/widgets.php:1271 msgid "photo/image" msgstr "" -#: ../../include/widgets.php:1283 +#: ../../include/widgets.php:1214 msgid "Click to show more" msgstr "" -#: ../../include/widgets.php:1434 +#: ../../include/widgets.php:1365 msgid "Rating Tools" msgstr "" -#: ../../include/widgets.php:1438 ../../include/widgets.php:1440 +#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 msgid "Rate Me" msgstr "" -#: ../../include/widgets.php:1443 +#: ../../include/widgets.php:1374 msgid "View Ratings" msgstr "" -#: ../../include/widgets.php:1536 +#: ../../include/widgets.php:1467 msgid "Forums" msgstr "" -#: ../../include/widgets.php:1565 +#: ../../include/widgets.php:1496 msgid "Tasks" msgstr "" -#: ../../include/widgets.php:1576 -msgid "Documentation" -msgstr "" - -#: ../../include/widgets.php:1632 ../../include/widgets.php:1670 +#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../include/widgets.php:1638 +#: ../../include/widgets.php:1568 msgid "Inspect queue" msgstr "" -#: ../../include/widgets.php:1640 +#: ../../include/widgets.php:1570 msgid "DB updates" msgstr "" -#: ../../include/widgets.php:1666 +#: ../../include/widgets.php:1596 msgid "Plugin Features" msgstr "" -#: ../../include/acl_selectors.php:198 -msgid "Who can see this?" -msgstr "" - -#: ../../include/acl_selectors.php:199 -msgid "Custom selection" -msgstr "" - -#: ../../include/acl_selectors.php:200 -msgid "" -"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " -"the scope of \"Show\"." +#: ../../include/network.php:729 +msgid "view full size" msgstr "" -#: ../../include/acl_selectors.php:201 -msgid "Show" +#: ../../include/network.php:1978 +msgid "No Subject" msgstr "" -#: ../../include/acl_selectors.php:202 -msgid "Don't show" +#: ../../include/network.php:2234 +msgid "OStatus" msgstr "" -#: ../../include/acl_selectors.php:235 -#, php-format -msgid "" -"Post permissions %s cannot be changed %s after a post is shared.
These " -"permissions set who is allowed to view the post." +#: ../../include/network.php:2235 +msgid "GNU-Social" msgstr "" -#: ../../include/oembed.php:312 -msgid " by " +#: ../../include/network.php:2236 +msgid "RSS/Atom" msgstr "" -#: ../../include/oembed.php:313 -msgid " on " +#: ../../include/network.php:2239 +msgid "Facebook" msgstr "" -#: ../../include/oembed.php:342 -msgid "Embedded content" +#: ../../include/network.php:2240 +msgid "Zot" msgstr "" -#: ../../include/oembed.php:351 -msgid "Embedding disabled" +#: ../../include/network.php:2241 +msgid "LinkedIn" msgstr "" -#: ../../include/bb2diaspora.php:403 -msgid "Attachments:" +#: ../../include/network.php:2242 +msgid "XMPP/IM" msgstr "" -#: ../../include/bb2diaspora.php:500 -msgid "$Projectname event notification:" +#: ../../include/network.php:2243 +msgid "MySpace" msgstr "" #: ../../include/permissions.php:35 @@ -12859,264 +12885,264 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:710 +#: ../../include/conversation.php:690 #, php-format msgid "View %s's profile @ %s" msgstr "" -#: ../../include/conversation.php:729 +#: ../../include/conversation.php:709 msgid "Categories:" msgstr "" -#: ../../include/conversation.php:730 +#: ../../include/conversation.php:710 msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:755 +#: ../../include/conversation.php:735 msgid "View in context" msgstr "" -#: ../../include/conversation.php:865 +#: ../../include/conversation.php:831 msgid "remove" msgstr "" -#: ../../include/conversation.php:870 +#: ../../include/conversation.php:836 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:963 +#: ../../include/conversation.php:929 msgid "View Source" msgstr "" -#: ../../include/conversation.php:964 +#: ../../include/conversation.php:930 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:965 +#: ../../include/conversation.php:931 msgid "Unfollow Thread" msgstr "" -#: ../../include/conversation.php:970 +#: ../../include/conversation.php:936 msgid "Activity/Posts" msgstr "" -#: ../../include/conversation.php:972 +#: ../../include/conversation.php:938 msgid "Edit Connection" msgstr "" -#: ../../include/conversation.php:973 +#: ../../include/conversation.php:939 msgid "Message" msgstr "" -#: ../../include/conversation.php:1093 +#: ../../include/conversation.php:1075 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:1093 +#: ../../include/conversation.php:1075 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:1097 +#: ../../include/conversation.php:1079 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1099 +#: ../../include/conversation.php:1081 #, 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:1105 +#: ../../include/conversation.php:1087 msgid "and" msgstr "" -#: ../../include/conversation.php:1108 +#: ../../include/conversation.php:1090 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1091 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:1109 +#: ../../include/conversation.php:1091 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:1152 +#: ../../include/conversation.php:1134 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1153 +#: ../../include/conversation.php:1135 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1201 +#: ../../include/conversation.php:1183 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1202 +#: ../../include/conversation.php:1184 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1211 +#: ../../include/conversation.php:1189 +msgid "Choose a different album..." +msgstr "" + +#: ../../include/conversation.php:1193 msgid "Comments enabled" msgstr "" -#: ../../include/conversation.php:1212 +#: ../../include/conversation.php:1194 msgid "Comments disabled" msgstr "" -#: ../../include/conversation.php:1250 +#: ../../include/conversation.php:1232 msgid "Page link name" msgstr "" -#: ../../include/conversation.php:1253 +#: ../../include/conversation.php:1235 msgid "Post as" msgstr "" -#: ../../include/conversation.php:1267 +#: ../../include/conversation.php:1249 msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1270 +#: ../../include/conversation.php:1252 msgid "Disable comments" msgstr "" -#: ../../include/conversation.php:1271 +#: ../../include/conversation.php:1253 msgid "Toggle comments" msgstr "" -#: ../../include/conversation.php:1279 +#: ../../include/conversation.php:1261 msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/conversation.php:1302 +#: ../../include/conversation.php:1284 msgid "Other networks and post services" msgstr "" -#: ../../include/conversation.php:1308 +#: ../../include/conversation.php:1290 msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1562 +#: ../../include/conversation.php:1544 msgid "Discover" msgstr "" -#: ../../include/conversation.php:1565 +#: ../../include/conversation.php:1547 msgid "Imported public streams" msgstr "" -#: ../../include/conversation.php:1570 +#: ../../include/conversation.php:1552 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1573 +#: ../../include/conversation.php:1555 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1577 +#: ../../include/conversation.php:1559 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1580 +#: ../../include/conversation.php:1562 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1588 +#: ../../include/conversation.php:1570 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1597 +#: ../../include/conversation.php:1579 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1603 +#: ../../include/conversation.php:1585 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1606 +#: ../../include/conversation.php:1588 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1613 +#: ../../include/conversation.php:1595 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1616 +#: ../../include/conversation.php:1598 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1674 +#: ../../include/conversation.php:1656 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1683 -msgid "About" -msgstr "" - -#: ../../include/conversation.php:1686 +#: ../../include/conversation.php:1668 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1702 +#: ../../include/conversation.php:1684 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1738 +#: ../../include/conversation.php:1720 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1748 +#: ../../include/conversation.php:1730 msgid "Manage Webpages" msgstr "" -#: ../../include/conversation.php:1813 +#: ../../include/conversation.php:1795 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1816 +#: ../../include/conversation.php:1798 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1819 +#: ../../include/conversation.php:1801 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1822 +#: ../../include/conversation.php:1804 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1825 +#: ../../include/conversation.php:1807 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1828 +#: ../../include/conversation.php:1810 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" @@ -13166,6 +13192,10 @@ msgstr "" msgid "$1 wrote:" msgstr "" +#: ../../util/nconfig.php:34 +msgid "Source channel not found." +msgstr "" + #: ../../view/theme/redbasic/php/config.php:9 msgid "Focus (Hubzilla default)" msgstr "" @@ -13298,66 +13328,66 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1175 +#: ../../boot.php:1176 #, php-format msgctxt "opensearch" msgid "Search %1$s (%2$s)" msgstr "" -#: ../../boot.php:1175 +#: ../../boot.php:1176 msgctxt "opensearch" msgid "$Projectname" msgstr "" -#: ../../boot.php:1493 +#: ../../boot.php:1494 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1496 +#: ../../boot.php:1497 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1700 +#: ../../boot.php:1701 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1721 +#: ../../boot.php:1722 msgid "Login/Email" msgstr "" -#: ../../boot.php:1722 +#: ../../boot.php:1723 msgid "Password" msgstr "" -#: ../../boot.php:1723 +#: ../../boot.php:1724 msgid "Remember me" msgstr "" -#: ../../boot.php:1726 +#: ../../boot.php:1727 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2287 +#: ../../boot.php:2288 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2442 +#: ../../boot.php:2443 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2445 +#: ../../boot.php:2446 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2562 +#: ../../boot.php:2563 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2566 +#: ../../boot.php:2567 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" -- cgit v1.2.3 From 9d49faca614a08d2414f657619ad56db414c230b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 21 Dec 2016 16:44:33 -0800 Subject: update util/hz to use zot api instead of the (now optional) twitter api --- util/hz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/hz b/util/hz index cb6ccf419..8a432c30d 100755 --- a/util/hz +++ b/util/hz @@ -33,6 +33,6 @@ echo "enter your message to be posted as $USER @ $HUB, then hit Ctrl-D to send." MSG=$(cat) -curl -ssl -u${USER}:${PASS} --data-urlencode "status=${MSG}" https://${HUB}/api/statuses/update +curl -ssl -u${USER}:${PASS} --data-urlencode "body=${MSG}" https://${HUB}/api/z/1.0/item/update -- cgit v1.2.3 From 35ed9b9b72cd2f8440c80ef395e119282bcd6383 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 24 Dec 2016 15:00:37 -0800 Subject: issue with post signatures if posted from api and logged in locally with a different identity. --- util/hmessages.po | 8853 +++++++++++++++++++++++++++-------------------------- 1 file changed, 4447 insertions(+), 4406 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index f49ceab5b..8486a3e93 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-16 00:04-0800\n" +"POT-Creation-Date: 2016-12-23 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -88,12 +88,13 @@ msgid "Special - Group Repository" msgstr "" #: ../../Zotlabs/Access/PermissionRoles.php:249 -#: ../../Zotlabs/Module/Register.php:213 +#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:856 #: ../../Zotlabs/Module/New_channel.php:132 #: ../../Zotlabs/Module/Settings/Channel.php:445 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 +#: ../../include/connections.php:863 ../../include/connections.php:870 #: ../../include/selectors.php:49 ../../include/selectors.php:66 #: ../../include/selectors.php:104 ../../include/selectors.php:140 #: ../../include/permissions.php:949 @@ -173,7 +174,7 @@ msgstr "" msgid "parent" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2682 +#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2695 msgid "Collection" msgstr "" @@ -204,13 +205,13 @@ msgstr "" #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/widgets.php:1684 ../../include/conversation.php:1029 +#: ../../include/widgets.php:1684 ../../include/conversation.php:1177 msgid "Unknown" msgstr "" #: ../../Zotlabs/Storage/Browser.php:224 ../../Zotlabs/Module/Fbrowser.php:85 #: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:96 -#: ../../include/conversation.php:1681 +#: ../../include/conversation.php:1829 msgid "Files" msgstr "" @@ -223,7 +224,8 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:228 ../../Zotlabs/Storage/Browser.php:321 -#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/New_channel.php:147 +#: ../../Zotlabs/Module/Connedit.php:859 ../../Zotlabs/Module/Menu.php:118 +#: ../../Zotlabs/Module/New_channel.php:147 #: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Layouts.php:184 #: ../../Zotlabs/Module/Webpages.php:239 #: ../../extend/addon/addon/cdav/include/widgets.php:127 @@ -233,8 +235,8 @@ msgid "Create" msgstr "" #: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:323 -#: ../../Zotlabs/Module/Cover_photo.php:357 #: ../../Zotlabs/Module/Photos.php:816 ../../Zotlabs/Module/Photos.php:1370 +#: ../../Zotlabs/Module/Cover_photo.php:357 #: ../../Zotlabs/Module/Profile_photo.php:410 #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 @@ -245,6 +247,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 +#: ../../Zotlabs/Module/Connedit.php:844 #: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:151 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 @@ -259,7 +262,7 @@ msgid "Type" msgstr "" #: ../../Zotlabs/Storage/Browser.php:235 -#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1390 +#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1403 msgid "Size" msgstr "" @@ -269,18 +272,18 @@ msgid "Last Modified" msgstr "" #: ../../Zotlabs/Storage/Browser.php:238 -#: ../../Zotlabs/Module/Connections.php:290 -#: ../../Zotlabs/Module/Connections.php:310 +#: ../../Zotlabs/Module/Connections.php:300 +#: ../../Zotlabs/Module/Connections.php:320 #: ../../Zotlabs/Module/Admin/Profs.php:154 #: ../../Zotlabs/Module/Editlayout.php:114 #: ../../Zotlabs/Module/Editwebpage.php:145 ../../Zotlabs/Module/Menu.php:112 -#: ../../Zotlabs/Module/Editblock.php:109 ../../Zotlabs/Module/Editpost.php:84 -#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 +#: ../../Zotlabs/Module/Editblock.php:109 ../../Zotlabs/Module/Blocks.php:160 +#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Editpost.php:84 #: ../../Zotlabs/Module/Webpages.php:240 ../../Zotlabs/Module/Wiki.php:144 #: ../../Zotlabs/Module/Wiki.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:149 -#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 -#: ../../Zotlabs/Lib/Apps.php:346 +#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:346 +#: ../../Zotlabs/Lib/ThreadItem.php:106 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 #: ../../include/channel.php:961 ../../include/channel.php:965 @@ -289,19 +292,19 @@ msgstr "" msgid "Edit" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Connedit.php:635 -#: ../../Zotlabs/Module/Connections.php:263 +#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1179 +#: ../../Zotlabs/Module/Connections.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:155 #: ../../Zotlabs/Module/Admin/Accounts.php:173 #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Editlayout.php:137 #: ../../Zotlabs/Module/Editwebpage.php:170 +#: ../../Zotlabs/Module/Connedit.php:641 ../../Zotlabs/Module/Connedit.php:861 #: ../../Zotlabs/Module/Editblock.php:134 ../../Zotlabs/Module/Group.php:177 -#: ../../Zotlabs/Module/Photos.php:1179 ../../Zotlabs/Module/Blocks.php:162 -#: ../../Zotlabs/Module/Webpages.php:242 +#: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Webpages.php:242 #: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 -#: ../../Zotlabs/Lib/Apps.php:347 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:347 +#: ../../Zotlabs/Lib/ThreadItem.php:126 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 #: ../../include/conversation.php:656 @@ -334,13 +337,26 @@ msgstr "" msgid "Drop files here to immediately upload" msgstr "" -#: ../../Zotlabs/Web/Router.php:67 ../../Zotlabs/Web/WebServer.php:128 +#: ../../Zotlabs/Web/WebServer.php:127 ../../Zotlabs/Module/Like.php:283 +#: ../../Zotlabs/Module/Profperm.php:28 +#: ../../Zotlabs/Module/Import_items.php:114 ../../Zotlabs/Module/Group.php:72 +#: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:68 +#: ../../Zotlabs/Module/Subthread.php:62 +#: ../../extend/addon/addon/frphotos/frphotos.php:81 +#: ../../extend/addon/addon/redfiles/redfiles.php:109 +#: ../../extend/addon/addon/redphotos/redphotos.php:119 +#: ../../include/items.php:327 +msgid "Permission denied" +msgstr "" + +#: ../../Zotlabs/Web/WebServer.php:128 ../../Zotlabs/Web/Router.php:67 #: ../../Zotlabs/Module/Achievements.php:34 -#: ../../Zotlabs/Module/Register.php:77 ../../Zotlabs/Module/Connedit.php:397 +#: ../../Zotlabs/Module/Register.php:77 ../../Zotlabs/Module/Manage.php:10 #: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Bookmarks.php:61 -#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Page.php:35 -#: ../../Zotlabs/Module/Page.php:91 ../../Zotlabs/Module/Manage.php:10 -#: ../../Zotlabs/Module/Connections.php:33 +#: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 +#: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Message.php:18 +#: ../../Zotlabs/Module/Page.php:35 ../../Zotlabs/Module/Page.php:91 +#: ../../Zotlabs/Module/Photos.php:73 ../../Zotlabs/Module/Connections.php:33 #: ../../Zotlabs/Module/Cover_photo.php:277 #: ../../Zotlabs/Module/Cover_photo.php:290 #: ../../Zotlabs/Module/Editlayout.php:67 @@ -349,33 +365,32 @@ msgstr "" #: ../../Zotlabs/Module/Editwebpage.php:89 #: ../../Zotlabs/Module/Editwebpage.php:104 #: ../../Zotlabs/Module/Editwebpage.php:126 -#: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 -#: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Network.php:15 -#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Appman.php:76 +#: ../../Zotlabs/Module/Connedit.php:403 ../../Zotlabs/Module/Network.php:15 +#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Like.php:181 #: ../../Zotlabs/Module/Filestorage.php:23 #: ../../Zotlabs/Module/Filestorage.php:78 #: ../../Zotlabs/Module/Filestorage.php:93 -#: ../../Zotlabs/Module/Filestorage.php:120 ../../Zotlabs/Module/Item.php:220 -#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1064 -#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Mail.php:163 -#: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 +#: ../../Zotlabs/Module/Filestorage.php:120 +#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Locs.php:87 #: ../../Zotlabs/Module/Invite.php:17 ../../Zotlabs/Module/Invite.php:94 -#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Group.php:13 -#: ../../Zotlabs/Module/Mitem.php:115 ../../Zotlabs/Module/Message.php:18 -#: ../../Zotlabs/Module/Mood.php:116 ../../Zotlabs/Module/Photos.php:73 -#: ../../Zotlabs/Module/Setup.php:212 ../../Zotlabs/Module/Editpost.php:17 +#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Events.php:267 +#: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 +#: ../../Zotlabs/Module/Item.php:220 ../../Zotlabs/Module/Item.php:230 +#: ../../Zotlabs/Module/Item.php:1064 ../../Zotlabs/Module/Mitem.php:115 +#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Mood.php:116 +#: ../../Zotlabs/Module/Group.php:13 ../../Zotlabs/Module/Setup.php:212 #: ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 #: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Poke.php:137 -#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:595 #: ../../Zotlabs/Module/Profile.php:68 ../../Zotlabs/Module/Profile.php:76 -#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80 -#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 -#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Rate.php:113 -#: ../../Zotlabs/Module/Like.php:181 +#: ../../Zotlabs/Module/Appman.php:76 ../../Zotlabs/Module/Blocks.php:73 +#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Layouts.php:71 +#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 +#: ../../Zotlabs/Module/Rate.php:113 ../../Zotlabs/Module/Mail.php:164 #: ../../Zotlabs/Module/Profile_photo.php:273 #: ../../Zotlabs/Module/Profile_photo.php:286 -#: ../../Zotlabs/Module/Common.php:39 ../../Zotlabs/Module/Api.php:24 +#: ../../Zotlabs/Module/Common.php:39 ../../Zotlabs/Module/Profiles.php:197 +#: ../../Zotlabs/Module/Profiles.php:595 ../../Zotlabs/Module/Editpost.php:17 #: ../../Zotlabs/Module/Regmod.php:21 ../../Zotlabs/Module/Pdledit.php:29 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 @@ -386,41 +401,28 @@ msgstr "" #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Chat.php:100 -#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Events.php:267 -#: ../../Zotlabs/Lib/Chatroom.php:137 +#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Lib/Chatroom.php:137 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:55 #: ../../extend/addon/addon/keepout/keepout.php:36 #: ../../extend/addon/addon/pumpio/pumpio.php:40 #: ../../extend/addon/addon/openid/Mod_Id.php:53 #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:58 -#: ../../include/items.php:3422 ../../include/attach.php:142 -#: ../../include/attach.php:189 ../../include/attach.php:253 -#: ../../include/attach.php:267 ../../include/attach.php:274 -#: ../../include/attach.php:341 ../../include/attach.php:355 -#: ../../include/attach.php:362 ../../include/attach.php:439 -#: ../../include/attach.php:906 ../../include/attach.php:977 -#: ../../include/attach.php:1135 ../../include/photos.php:27 +#: ../../include/attach.php:142 ../../include/attach.php:189 +#: ../../include/attach.php:253 ../../include/attach.php:267 +#: ../../include/attach.php:274 ../../include/attach.php:341 +#: ../../include/attach.php:355 ../../include/attach.php:362 +#: ../../include/attach.php:439 ../../include/attach.php:906 +#: ../../include/attach.php:977 ../../include/attach.php:1135 +#: ../../include/items.php:3422 ../../include/photos.php:27 msgid "Permission denied." msgstr "" -#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Page.php:94 -#: ../../Zotlabs/Module/Display.php:120 ../../Zotlabs/Module/Block.php:79 +#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Display.php:120 +#: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 #: ../../include/help.php:66 msgid "Page not found." msgstr "" -#: ../../Zotlabs/Web/WebServer.php:127 ../../Zotlabs/Module/Dreport.php:10 -#: ../../Zotlabs/Module/Dreport.php:68 -#: ../../Zotlabs/Module/Import_items.php:114 ../../Zotlabs/Module/Group.php:72 -#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Like.php:283 -#: ../../Zotlabs/Module/Subthread.php:62 -#: ../../extend/addon/addon/frphotos/frphotos.php:81 -#: ../../extend/addon/addon/redfiles/redfiles.php:109 -#: ../../extend/addon/addon/redphotos/redphotos.php:119 -#: ../../include/items.php:327 -msgid "Permission denied" -msgstr "" - #: ../../Zotlabs/Zot/Auth.php:138 msgid "" "Remote authentication blocked. You are logged into this site locally. Please " @@ -435,13 +437,13 @@ msgid "Welcome %s. Remote authentication successful." msgstr "" #: ../../Zotlabs/Module/Achievements.php:15 -#: ../../Zotlabs/Module/Connect.php:17 ../../Zotlabs/Module/Editlayout.php:31 +#: ../../Zotlabs/Module/Editlayout.php:31 #: ../../Zotlabs/Module/Editwebpage.php:32 #: ../../Zotlabs/Module/Filestorage.php:59 #: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Hcard.php:12 #: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Blocks.php:33 -#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Webpages.php:33 -#: ../../include/channel.php:862 +#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Connect.php:17 +#: ../../Zotlabs/Module/Webpages.php:33 ../../include/channel.php:862 msgid "Requested profile is not available." msgstr "" @@ -449,14 +451,6 @@ msgstr "" msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../Zotlabs/Module/Chatsvc.php:117 -msgid "Away" -msgstr "" - -#: ../../Zotlabs/Module/Chatsvc.php:122 -msgid "Online" -msgstr "" - #: ../../Zotlabs/Module/Register.php:49 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" @@ -604,60 +598,243 @@ msgstr "" msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../Zotlabs/Module/Match.php:26 -msgid "Profile Match" +#: ../../Zotlabs/Module/Display.php:17 ../../Zotlabs/Module/Photos.php:509 +#: ../../Zotlabs/Module/Directory.php:64 ../../Zotlabs/Module/Ratings.php:83 +#: ../../Zotlabs/Module/Search.php:17 +#: ../../Zotlabs/Module/Viewconnections.php:23 +#: ../../extend/addon/addon/friendica/dfrn_request.php:794 +msgid "Public access denied." msgstr "" -#: ../../Zotlabs/Module/Match.php:35 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../Zotlabs/Module/Display.php:40 +#: ../../Zotlabs/Module/Admin/Plugins.php:254 +#: ../../Zotlabs/Module/Admin/Themes.php:69 +#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Admin.php:60 +#: ../../Zotlabs/Module/Thing.php:89 ../../Zotlabs/Module/Viewsrc.php:24 +#: ../../include/items.php:3343 +msgid "Item not found." msgstr "" -#: ../../Zotlabs/Module/Match.php:67 -msgid "is interested in:" +#: ../../Zotlabs/Module/Manage.php:136 +#: ../../Zotlabs/Module/New_channel.php:121 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:328 -#: ../../Zotlabs/Module/Suggest.php:56 ../../include/channel.php:1036 -#: ../../include/connections.php:78 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 ../../include/conversation.php:937 -msgid "Connect" +#: ../../Zotlabs/Module/Manage.php:143 +msgid "Create a new channel" msgstr "" -#: ../../Zotlabs/Module/Match.php:74 -msgid "No matches" +#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:772 +#: ../../Zotlabs/Module/Wiki.php:147 ../../Zotlabs/Module/Chat.php:255 +msgid "Create New" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:82 -msgid "Could not access contact record." +#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 +#: ../../include/nav.php:209 +msgid "Channel Manager" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:106 -msgid "Could not locate selected profile." +#: ../../Zotlabs/Module/Manage.php:165 +msgid "Current Channel" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:258 -msgid "Connection updated." +#: ../../Zotlabs/Module/Manage.php:167 +msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:260 -msgid "Failed to update connection record." +#: ../../Zotlabs/Module/Manage.php:168 +msgid "Default Channel" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:310 -msgid "is now connected to" +#: ../../Zotlabs/Module/Manage.php:169 +msgid "Make Default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:411 ../../Zotlabs/Module/Connedit.php:716 -#: ../../Zotlabs/Module/Admin/Site.php:218 ../../Zotlabs/Module/Menu.php:100 -#: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 -#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Photos.php:653 -#: ../../Zotlabs/Module/Profiles.php:641 ../../Zotlabs/Module/Api.php:97 +#: ../../Zotlabs/Module/Manage.php:172 +#, php-format +msgid "%d new messages" +msgstr "" + +#: ../../Zotlabs/Module/Manage.php:173 +#, php-format +msgid "%d new introductions" +msgstr "" + +#: ../../Zotlabs/Module/Manage.php:175 +msgid "Delegated Channel" +msgstr "" + +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 +#: ../../include/nav.php:95 ../../include/conversation.php:1822 +msgid "Photos" +msgstr "" + +#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88 +#: ../../Zotlabs/Module/Admin/Plugins.php:414 +#: ../../Zotlabs/Module/Connedit.php:862 ../../Zotlabs/Module/Wiki.php:238 +#: ../../Zotlabs/Module/Wiki.php:261 +#: ../../Zotlabs/Module/Settings/Oauth.php:88 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 +#: ../../extend/addon/addon/friendica/dfrn_request.php:879 +#: ../../extend/addon/addon/js_upload/js_upload.php:46 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 +#: ../../include/conversation.php:1394 ../../include/conversation.php:1443 +msgid "Cancel" +msgstr "" + +#: ../../Zotlabs/Module/Bookmarks.php:53 +msgid "Bookmark added" +msgstr "" + +#: ../../Zotlabs/Module/Bookmarks.php:75 +msgid "My Bookmarks" +msgstr "" + +#: ../../Zotlabs/Module/Bookmarks.php:86 +msgid "My Connections Bookmarks" +msgstr "" + +#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Wiki.php:20 +#: ../../Zotlabs/Module/Chat.php:25 +#: ../../extend/addon/addon/chess/chess.php:400 +msgid "You must be logged in to see this page." +msgstr "" + +#: ../../Zotlabs/Module/Channel.php:44 +msgid "Posts and comments" +msgstr "" + +#: ../../Zotlabs/Module/Channel.php:45 +msgid "Only posts" +msgstr "" + +#: ../../Zotlabs/Module/Channel.php:104 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "" + +#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49 +msgid "This site is not a directory server" +msgstr "" + +#: ../../Zotlabs/Module/Dirsearch.php:33 +msgid "This directory server requires an access token" +msgstr "" + +#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 +msgid "Invalid item." +msgstr "" + +#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Cal.php:62 +#: ../../Zotlabs/Module/Block.php:43 ../../Zotlabs/Module/Chanview.php:96 +#: ../../Zotlabs/Module/Wall_upload.php:31 +msgid "Channel not found." +msgstr "" + +#: ../../Zotlabs/Module/Page.php:131 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:52 +msgid "Save to Folder:" +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:52 +msgid "- select -" +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 +#: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 +#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1000 +#: ../../include/text.php:1012 ../../include/widgets.php:201 +msgid "Save" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:82 +msgid "Page owner information could not be retrieved." +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:734 +#: ../../Zotlabs/Module/Profile_photo.php:115 +#: ../../Zotlabs/Module/Profile_photo.php:219 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:225 +#: ../../include/photo/photo_driver.php:728 +msgid "Profile Photos" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:103 ../../Zotlabs/Module/Photos.php:129 +msgid "Album not found." +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:112 +msgid "Delete Album" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:133 +msgid "" +"Multiple storage folders exist with this album name, but within different " +"directories. Please remove the desired folder or folders using the Files " +"manager" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1059 +msgid "Delete Photo" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:520 +msgid "No photos selected" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:569 +msgid "Access to this item is restricted." +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:608 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:611 +#, php-format +msgid "%1$.2f MB photo storage used." +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:647 +msgid "Upload Photos" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:651 +msgid "Enter an album name" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:652 +msgid "or select an existing album (doubleclick)" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:653 +msgid "Create a status post for this upload" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:218 +#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:730 +#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +#: ../../Zotlabs/Module/Filestorage.php:160 +#: ../../Zotlabs/Module/Filestorage.php:168 +#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 +#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:163 +#: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 +#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Profiles.php:641 #: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Wiki.php:159 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -709,17 +886,17 @@ msgstr "" msgid "No" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:411 -#: ../../Zotlabs/Module/Admin/Site.php:220 ../../Zotlabs/Module/Menu.php:100 +#: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:220 +#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Menu.php:100 #: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 -#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Photos.php:653 -#: ../../Zotlabs/Module/Profiles.php:641 ../../Zotlabs/Module/Api.php:96 +#: ../../Zotlabs/Module/Filestorage.php:168 +#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 +#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:163 +#: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 +#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Profiles.php:641 #: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Wiki.php:159 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -771,2436 +948,2897 @@ msgstr "" msgid "Yes" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:443 -msgid "Could not access address book record." +#: ../../Zotlabs/Module/Photos.php:654 +msgid "Caption (optional):" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:463 -msgid "Refresh failed - channel is currently unavailable." -msgstr "" - -#: ../../Zotlabs/Module/Connedit.php:478 ../../Zotlabs/Module/Connedit.php:487 -#: ../../Zotlabs/Module/Connedit.php:496 ../../Zotlabs/Module/Connedit.php:505 -#: ../../Zotlabs/Module/Connedit.php:518 -msgid "Unable to set address book parameters." +#: ../../Zotlabs/Module/Photos.php:655 +msgid "Description (optional):" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:542 -msgid "Connection has been removed." +#: ../../Zotlabs/Module/Photos.php:658 ../../Zotlabs/Module/Photos.php:1047 +#: ../../Zotlabs/Module/Filestorage.php:152 ../../Zotlabs/Module/Thing.php:313 +#: ../../Zotlabs/Module/Thing.php:363 ../../Zotlabs/Module/Chat.php:234 +#: ../../include/acl_selectors.php:208 +msgid "Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:582 ../../Zotlabs/Lib/Apps.php:223 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 -#: ../../include/nav.php:89 ../../include/conversation.php:935 -msgid "View Profile" +#: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1058 +#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1216 +#: ../../Zotlabs/Module/Admin/Features.php:66 +#: ../../Zotlabs/Module/Admin/Logs.php:84 +#: ../../Zotlabs/Module/Admin/Plugins.php:429 +#: ../../Zotlabs/Module/Admin/Profs.php:157 +#: ../../Zotlabs/Module/Admin/Security.php:104 +#: ../../Zotlabs/Module/Admin/Themes.php:156 +#: ../../Zotlabs/Module/Admin/Account_edit.php:74 +#: ../../Zotlabs/Module/Admin/Accounts.php:166 +#: ../../Zotlabs/Module/Admin/Channels.php:147 +#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Import.php:543 +#: ../../Zotlabs/Module/Connedit.php:824 ../../Zotlabs/Module/Cal.php:342 +#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Locs.php:121 +#: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Events.php:484 +#: ../../Zotlabs/Module/Import_items.php:122 +#: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Mood.php:139 +#: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Setup.php:309 +#: ../../Zotlabs/Module/Setup.php:357 ../../Zotlabs/Module/Poke.php:186 +#: ../../Zotlabs/Module/Pconfig.php:107 ../../Zotlabs/Module/Appman.php:127 +#: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Mail.php:413 +#: ../../Zotlabs/Module/Profiles.php:681 ../../Zotlabs/Module/Pdledit.php:74 +#: ../../Zotlabs/Module/Connect.php:98 ../../Zotlabs/Module/Wiki.php:148 +#: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 +#: ../../Zotlabs/Module/Settings/Features.php:47 +#: ../../Zotlabs/Module/Settings/Oauth.php:87 +#: ../../Zotlabs/Module/Settings/Account.php:118 +#: ../../Zotlabs/Module/Settings/Channel.php:455 +#: ../../Zotlabs/Module/Settings/Display.php:196 +#: ../../Zotlabs/Module/Settings/Tokens.php:167 +#: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 +#: ../../Zotlabs/Module/Chat.php:196 ../../Zotlabs/Module/Chat.php:241 +#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Lib/ThreadItem.php:731 +#: ../../extend/addon/addon/chords/Mod_Chords.php:60 +#: ../../extend/addon/addon/diaspora/diaspora.php:710 +#: ../../extend/addon/addon/dwpost/dwpost.php:89 +#: ../../extend/addon/addon/flattrwidget/flattrwidget.php:124 +#: ../../extend/addon/addon/friendica/friendica.php:128 +#: ../../extend/addon/addon/frphotos/frphotos.php:96 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 +#: ../../extend/addon/addon/hubwall/hubwall.php:95 +#: ../../extend/addon/addon/ijpost/ijpost.php:89 +#: ../../extend/addon/addon/irc/irc.php:53 +#: ../../extend/addon/addon/jappixmini/jappixmini.php:371 +#: ../../extend/addon/addon/libertree/libertree.php:85 +#: ../../extend/addon/addon/ljpost/ljpost.php:86 +#: ../../extend/addon/addon/logrot/logrot.php:35 +#: ../../extend/addon/addon/mailhost/mailhost.php:40 +#: ../../extend/addon/addon/nofed/nofed.php:80 +#: ../../extend/addon/addon/nsabait/nsabait.php:161 +#: ../../extend/addon/addon/nsfw/nsfw.php:92 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:52 +#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:168 +#: ../../extend/addon/addon/pageheader/pageheader.php:48 +#: ../../extend/addon/addon/piwik/piwik.php:95 +#: ../../extend/addon/addon/planets/planets.php:157 +#: ../../extend/addon/addon/pumpio/pumpio.php:237 +#: ../../extend/addon/addon/rainbowtag/rainbowtag.php:85 +#: ../../extend/addon/addon/redfiles/redfiles.php:124 +#: ../../extend/addon/addon/redphotos/redphotos.php:136 +#: ../../extend/addon/addon/redred/redred.php:119 +#: ../../extend/addon/addon/rtof/rtof.php:101 +#: ../../extend/addon/addon/skeleton/skeleton.php:65 +#: ../../extend/addon/addon/smileybutton/smileybutton.php:281 +#: ../../extend/addon/addon/startpage/startpage.php:113 +#: ../../extend/addon/addon/statusnet/statusnet.php:322 +#: ../../extend/addon/addon/statusnet/statusnet.php:380 +#: ../../extend/addon/addon/statusnet/statusnet.php:432 +#: ../../extend/addon/addon/statusnet/statusnet.php:899 +#: ../../extend/addon/addon/superblock/superblock.php:118 +#: ../../extend/addon/addon/twitter/twitter.php:217 +#: ../../extend/addon/addon/twitter/twitter.php:259 +#: ../../extend/addon/addon/visage/visage.php:170 +#: ../../extend/addon/addon/wppost/wppost.php:113 +#: ../../extend/addon/addon/xmpp/xmpp.php:69 +#: ../../extend/addon/addon/cdav/cdav.php:246 +#: ../../extend/addon/addon/likebanner/likebanner.php:57 +#: ../../extend/addon/addon/mailtest/mailtest.php:100 +#: ../../include/js_strings.php:22 ../../include/widgets.php:796 +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Submit" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:585 -#, php-format -msgid "View %s's profile" +#: ../../Zotlabs/Module/Photos.php:686 +msgid "Album name could not be decoded" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:589 -msgid "Refresh Permissions" +#: ../../Zotlabs/Module/Photos.php:734 +msgid "Contact Photos" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:592 -msgid "Fetch updated permissions" +#: ../../Zotlabs/Module/Photos.php:757 +msgid "Show Newest First" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:596 -msgid "Recent Activity" +#: ../../Zotlabs/Module/Photos.php:759 +msgid "Show Oldest First" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:599 -msgid "View recent posts and comments" +#: ../../Zotlabs/Module/Photos.php:783 ../../Zotlabs/Module/Photos.php:1337 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1678 +msgid "View Photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:603 -#: ../../Zotlabs/Module/Admin/Accounts.php:175 -msgid "Unblock" +#: ../../Zotlabs/Module/Photos.php:814 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1695 +msgid "Edit Album" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:603 -#: ../../Zotlabs/Module/Admin/Accounts.php:174 -msgid "Block" +#: ../../Zotlabs/Module/Photos.php:861 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:606 -msgid "Block (or Unblock) all communications with this connection" +#: ../../Zotlabs/Module/Photos.php:863 +msgid "Photo not available" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:607 -msgid "This connection is blocked!" +#: ../../Zotlabs/Module/Photos.php:921 +msgid "Use as profile photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:611 -msgid "Unignore" +#: ../../Zotlabs/Module/Photos.php:922 +msgid "Use as cover photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:611 -#: ../../Zotlabs/Module/Connections.php:277 -msgid "Ignore" +#: ../../Zotlabs/Module/Photos.php:929 +msgid "Private Photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:614 -msgid "Ignore (or Unignore) all inbound communications from this connection" +#: ../../Zotlabs/Module/Photos.php:940 ../../Zotlabs/Module/Cal.php:336 +#: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:680 +#: ../../Zotlabs/Module/Events.php:689 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:846 +msgid "Previous" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:615 -msgid "This connection is ignored!" +#: ../../Zotlabs/Module/Photos.php:944 +msgid "View Full Size" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:619 -msgid "Unarchive" +#: ../../Zotlabs/Module/Photos.php:949 ../../Zotlabs/Module/Cal.php:337 +#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Events.php:681 +#: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Setup.php:264 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:847 +msgid "Next" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:619 -msgid "Archive" +#: ../../Zotlabs/Module/Photos.php:989 +#: ../../Zotlabs/Module/Admin/Plugins.php:445 +#: ../../Zotlabs/Module/Tagrm.php:137 +#: ../../extend/addon/addon/superblock/superblock.php:114 +msgid "Remove" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:622 -msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" +#: ../../Zotlabs/Module/Photos.php:1033 +msgid "Edit photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:623 -msgid "This connection is archived!" +#: ../../Zotlabs/Module/Photos.php:1035 +msgid "Rotate CW (right)" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:627 -msgid "Unhide" +#: ../../Zotlabs/Module/Photos.php:1036 +msgid "Rotate CCW (left)" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:627 -msgid "Hide" +#: ../../Zotlabs/Module/Photos.php:1039 +msgid "Move photo to album" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:630 -msgid "Hide or Unhide this connection from your other connections" +#: ../../Zotlabs/Module/Photos.php:1040 +msgid "Enter a new album name" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:631 -msgid "This connection is hidden!" +#: ../../Zotlabs/Module/Photos.php:1041 +msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:638 -msgid "Delete this connection" +#: ../../Zotlabs/Module/Photos.php:1044 +msgid "Caption" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:655 ../../include/widgets.php:529 -msgid "Me" +#: ../../Zotlabs/Module/Photos.php:1046 +msgid "Add a Tag" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:656 ../../include/widgets.php:530 -msgid "Family" +#: ../../Zotlabs/Module/Photos.php:1054 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:657 -#: ../../Zotlabs/Module/Settings/Channel.php:61 -#: ../../Zotlabs/Module/Settings/Channel.php:65 -#: ../../Zotlabs/Module/Settings/Channel.php:66 -#: ../../Zotlabs/Module/Settings/Channel.php:69 -#: ../../Zotlabs/Module/Settings/Channel.php:80 -#: ../../include/selectors.php:123 ../../include/channel.php:402 -#: ../../include/channel.php:403 ../../include/channel.php:410 -#: ../../include/widgets.php:531 -msgid "Friends" +#: ../../Zotlabs/Module/Photos.php:1057 +msgid "Flag as adult in album view" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:658 ../../include/widgets.php:532 -msgid "Acquaintances" +#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:268 +msgid "I like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:659 -#: ../../Zotlabs/Module/Connections.php:92 -#: ../../Zotlabs/Module/Connections.php:107 ../../include/widgets.php:533 -msgid "All" +#: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Lib/ThreadItem.php:269 +msgid "I don't like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:716 -msgid "Approve this connection" +#: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Module/Blocks.php:161 +#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:241 +#: ../../extend/addon/addon/cdav/include/widgets.php:123 +#: ../../include/conversation.php:1378 +msgid "Share" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:716 -msgid "Accept connection to allow communication" +#: ../../Zotlabs/Module/Photos.php:1079 ../../Zotlabs/Lib/ThreadItem.php:411 +#: ../../include/conversation.php:738 +msgid "Please wait" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:721 -msgid "Set Affinity" +#: ../../Zotlabs/Module/Photos.php:1095 ../../Zotlabs/Module/Photos.php:1213 +#: ../../Zotlabs/Lib/ThreadItem.php:728 +msgid "This is you" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:724 -msgid "Set Profile" +#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215 +#: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/js_strings.php:6 +msgid "Comment" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:727 -msgid "Set Affinity & Profile" +#: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Events.php:471 +#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/ThreadItem.php:740 +#: ../../include/page_widgets.php:43 ../../include/conversation.php:1347 +msgid "Preview" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:776 -msgid "none" +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 +msgctxt "title" +msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:780 ../../include/widgets.php:656 -msgid "Connection Default Permissions" +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 +msgctxt "title" +msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:780 ../../include/items.php:3909 -#, php-format -msgid "Connection: %s" +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +msgctxt "title" +msgid "Agree" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:781 -msgid "Apply these permissions automatically" +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +msgctxt "title" +msgid "Disagree" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:781 -msgid "Connection requests will be approved without your interaction" +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +msgctxt "title" +msgid "Abstain" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:784 -msgid "This connection's primary address is" +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +msgctxt "title" +msgid "Attending" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:785 -msgid "Available locations:" +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +msgctxt "title" +msgid "Not attending" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:789 -msgid "" -"The permissions indicated on this page will be applied to all new " -"connections." +#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +msgctxt "title" +msgid "Might attend" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:790 -msgid "Connection Tools" +#: ../../Zotlabs/Module/Photos.php:1132 ../../Zotlabs/Module/Photos.php:1144 +#: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 +#: ../../include/conversation.php:1913 +msgid "View all" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:792 -msgid "Slide to adjust your degree of friendship" -msgstr "" +#: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:190 +#: ../../include/channel.php:1190 ../../include/conversation.php:1937 +#: ../../include/taxonomy.php:403 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Connedit.php:793 ../../Zotlabs/Module/Rate.php:155 -#: ../../include/js_strings.php:20 -msgid "Rating" -msgstr "" +#: ../../Zotlabs/Module/Photos.php:1141 ../../Zotlabs/Lib/ThreadItem.php:195 +#: ../../include/conversation.php:1940 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Connedit.php:794 -msgid "Slide to adjust your rating" +#: ../../Zotlabs/Module/Photos.php:1241 +msgid "Photo Tools" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:795 ../../Zotlabs/Module/Connedit.php:800 -msgid "Optionally explain your rating" +#: ../../Zotlabs/Module/Photos.php:1250 +msgid "In This Photo:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:797 -msgid "Custom Filter" +#: ../../Zotlabs/Module/Photos.php:1255 +msgid "Map" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:798 -msgid "Only import posts with this text" +#: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Lib/ThreadItem.php:400 +msgctxt "noun" +msgid "Likes" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Lib/ThreadItem.php:401 +msgctxt "noun" +msgid "Dislikes" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:406 +#: ../../include/acl_selectors.php:210 +msgid "Close" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:1343 +msgid "View Album" +msgstr "" + +#: ../../Zotlabs/Module/Photos.php:1354 ../../Zotlabs/Module/Photos.php:1367 +#: ../../Zotlabs/Module/Photos.php:1368 +msgid "Recent Photos" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:56 +#: ../../Zotlabs/Module/Connections.php:161 +#: ../../Zotlabs/Module/Connections.php:250 +msgid "Blocked" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:61 +#: ../../Zotlabs/Module/Connections.php:168 +#: ../../Zotlabs/Module/Connections.php:249 +msgid "Ignored" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:66 +#: ../../Zotlabs/Module/Connections.php:182 +#: ../../Zotlabs/Module/Connections.php:248 +msgid "Hidden" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:71 +#: ../../Zotlabs/Module/Connections.php:175 +#: ../../Zotlabs/Module/Connections.php:247 +msgid "Archived" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:76 +#: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 +#: ../../include/conversation.php:1724 +msgid "New" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:92 +#: ../../Zotlabs/Module/Connections.php:107 +#: ../../Zotlabs/Module/Connedit.php:673 ../../include/widgets.php:533 +msgid "All" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:138 +msgid "New Connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:141 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:145 +#: ../../Zotlabs/Module/Profperm.php:144 +msgid "All Connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:148 +msgid "Show all connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:164 +msgid "Only show blocked connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:171 +msgid "Only show ignored connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:178 +msgid "Only show archived connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:185 +msgid "Only show hidden connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:246 +msgid "Pending approval" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:262 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:263 +msgid "Edit connection" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:264 +msgid "Delete connection" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:273 +msgid "Channel address" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:275 +msgid "Network" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:278 +msgid "Call" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:280 +msgid "Status" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:282 +msgid "Connected" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:284 +msgid "Approve connection" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:285 +#: ../../Zotlabs/Module/Admin/Accounts.php:171 +msgid "Approve" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:286 +msgid "Ignore connection" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:287 +#: ../../Zotlabs/Module/Connedit.php:617 +msgid "Ignore" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:288 +msgid "Recent activity" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:211 +#: ../../include/text.php:929 ../../include/nav.php:189 +msgid "Connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 +#: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 +#: ../../include/text.php:999 ../../include/text.php:1011 +#: ../../include/nav.php:168 ../../include/widgets.php:315 +msgid "Search" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:317 +msgid "Search your connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:318 +msgid "Connections search" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:319 +#: ../../Zotlabs/Module/Directory.php:391 +#: ../../Zotlabs/Module/Directory.php:396 ../../include/contact_widgets.php:23 +msgid "Find" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:58 +#: ../../Zotlabs/Module/Profile_photo.php:61 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:134 +#: ../../Zotlabs/Module/Cover_photo.php:181 +msgid "Cover Photos" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:154 +#: ../../Zotlabs/Module/Profile_photo.php:135 +msgid "Image resize failed." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:168 +#: ../../Zotlabs/Module/Profile_photo.php:196 ../../include/photos.php:149 +msgid "Unable to process image" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:192 +#: ../../Zotlabs/Module/Profile_photo.php:231 +msgid "Image upload failed." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:210 +#: ../../Zotlabs/Module/Profile_photo.php:250 +msgid "Unable to process image." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4253 +msgid "female" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4254 +#, php-format +msgid "%1$s updated her %2$s" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4255 +msgid "male" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4256 +#, php-format +msgid "%1$s updated his %2$s" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4258 +#, php-format +msgid "%1$s updated their %2$s" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1677 +msgid "cover photo" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:303 +#: ../../Zotlabs/Module/Cover_photo.php:318 +#: ../../Zotlabs/Module/Profile_photo.php:311 +#: ../../Zotlabs/Module/Profile_photo.php:352 +msgid "Photo not available." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:354 +#: ../../Zotlabs/Module/Profile_photo.php:407 +msgid "Upload File:" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:355 +#: ../../Zotlabs/Module/Profile_photo.php:408 +msgid "Select a profile:" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:356 +msgid "Upload Cover Photo" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:416 +#: ../../Zotlabs/Module/Settings/Channel.php:399 +msgid "or" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:416 +msgid "skip this step" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:416 +msgid "select a photo from your photo albums" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:377 +#: ../../Zotlabs/Module/Profile_photo.php:435 +msgid "Crop Image" +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:378 +#: ../../Zotlabs/Module/Profile_photo.php:436 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: ../../Zotlabs/Module/Cover_photo.php:380 +#: ../../Zotlabs/Module/Profile_photo.php:438 +msgid "Done Editing" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Features.php:55 +#: ../../Zotlabs/Module/Admin/Features.php:56 +#: ../../Zotlabs/Module/Settings/Features.php:38 +msgid "Off" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Features.php:55 +#: ../../Zotlabs/Module/Admin/Features.php:56 +#: ../../Zotlabs/Module/Settings/Features.php:38 +msgid "On" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Features.php:56 +#, php-format +msgid "Lock feature %s" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Features.php:64 +msgid "Manage Additional Features" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:28 +msgid "Log settings updated." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:82 +#: ../../Zotlabs/Module/Admin/Plugins.php:336 +#: ../../Zotlabs/Module/Admin/Plugins.php:427 +#: ../../Zotlabs/Module/Admin/Security.php:86 +#: ../../Zotlabs/Module/Admin/Themes.php:120 +#: ../../Zotlabs/Module/Admin/Themes.php:154 +#: ../../Zotlabs/Module/Admin/Accounts.php:164 +#: ../../Zotlabs/Module/Admin/Channels.php:145 +#: ../../Zotlabs/Module/Admin/Site.php:258 ../../Zotlabs/Module/Admin.php:137 +msgid "Administration" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1588 +#: ../../include/widgets.php:1598 +msgid "Logs" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:85 +msgid "Clear" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:91 +msgid "Debugging" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:798 ../../Zotlabs/Module/Connedit.php:799 +#: ../../Zotlabs/Module/Admin/Logs.php:92 +msgid "Log file" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Logs.php:92 msgid "" -"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " -"all posts" +"Must be writable by web server. Relative to your top-level webserver " +"directory." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:799 -msgid "Do not import posts with this text" +#: ../../Zotlabs/Module/Admin/Logs.php:93 +msgid "Log level" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:801 -msgid "This information is public!" +#: ../../Zotlabs/Module/Admin/Plugins.php:284 +#, php-format +msgid "Plugin %s disabled." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:806 -msgid "Connection Pending Approval" +#: ../../Zotlabs/Module/Admin/Plugins.php:289 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:809 -#: ../../Zotlabs/Module/Settings/Tokens.php:163 -msgid "inherited" +#: ../../Zotlabs/Module/Admin/Plugins.php:305 +#: ../../Zotlabs/Module/Admin/Themes.php:93 +msgid "Disable" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:810 ../../Zotlabs/Module/Locs.php:121 -#: ../../Zotlabs/Module/Connect.php:98 -#: ../../Zotlabs/Module/Admin/Features.php:66 -#: ../../Zotlabs/Module/Admin/Logs.php:84 -#: ../../Zotlabs/Module/Admin/Plugins.php:429 -#: ../../Zotlabs/Module/Admin/Profs.php:157 -#: ../../Zotlabs/Module/Admin/Security.php:104 -#: ../../Zotlabs/Module/Admin/Themes.php:156 -#: ../../Zotlabs/Module/Admin/Account_edit.php:74 -#: ../../Zotlabs/Module/Admin/Accounts.php:166 -#: ../../Zotlabs/Module/Admin/Channels.php:147 -#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Appman.php:127 -#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Mail.php:412 -#: ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Group.php:85 -#: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Mood.php:139 -#: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1058 -#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1216 -#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 -#: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Profiles.php:681 -#: ../../Zotlabs/Module/Pconfig.php:107 ../../Zotlabs/Module/Rate.php:166 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Cal.php:342 -#: ../../Zotlabs/Module/Wiki.php:148 ../../Zotlabs/Module/Sources.php:114 -#: ../../Zotlabs/Module/Sources.php:149 -#: ../../Zotlabs/Module/Settings/Features.php:47 -#: ../../Zotlabs/Module/Settings/Oauth.php:87 -#: ../../Zotlabs/Module/Settings/Tokens.php:167 -#: ../../Zotlabs/Module/Settings/Account.php:118 -#: ../../Zotlabs/Module/Settings/Channel.php:455 -#: ../../Zotlabs/Module/Settings/Display.php:196 -#: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 -#: ../../Zotlabs/Module/Import.php:543 ../../Zotlabs/Module/Chat.php:196 -#: ../../Zotlabs/Module/Chat.php:241 ../../Zotlabs/Module/Xchan.php:15 -#: ../../Zotlabs/Module/Events.php:484 ../../Zotlabs/Lib/ThreadItem.php:729 -#: ../../extend/addon/addon/chords/Mod_Chords.php:60 -#: ../../extend/addon/addon/diaspora/diaspora.php:710 -#: ../../extend/addon/addon/dwpost/dwpost.php:89 -#: ../../extend/addon/addon/flattrwidget/flattrwidget.php:124 -#: ../../extend/addon/addon/friendica/friendica.php:128 -#: ../../extend/addon/addon/frphotos/frphotos.php:96 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 -#: ../../extend/addon/addon/hubwall/hubwall.php:95 -#: ../../extend/addon/addon/ijpost/ijpost.php:89 -#: ../../extend/addon/addon/irc/irc.php:53 -#: ../../extend/addon/addon/jappixmini/jappixmini.php:371 -#: ../../extend/addon/addon/libertree/libertree.php:85 -#: ../../extend/addon/addon/ljpost/ljpost.php:86 -#: ../../extend/addon/addon/logrot/logrot.php:35 -#: ../../extend/addon/addon/mailhost/mailhost.php:40 -#: ../../extend/addon/addon/nofed/nofed.php:80 -#: ../../extend/addon/addon/nsabait/nsabait.php:161 -#: ../../extend/addon/addon/nsfw/nsfw.php:92 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:52 -#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:168 -#: ../../extend/addon/addon/pageheader/pageheader.php:48 -#: ../../extend/addon/addon/piwik/piwik.php:95 -#: ../../extend/addon/addon/planets/planets.php:157 -#: ../../extend/addon/addon/pumpio/pumpio.php:237 -#: ../../extend/addon/addon/rainbowtag/rainbowtag.php:85 -#: ../../extend/addon/addon/redfiles/redfiles.php:124 -#: ../../extend/addon/addon/redphotos/redphotos.php:136 -#: ../../extend/addon/addon/redred/redred.php:119 -#: ../../extend/addon/addon/rtof/rtof.php:101 -#: ../../extend/addon/addon/skeleton/skeleton.php:65 -#: ../../extend/addon/addon/smileybutton/smileybutton.php:281 -#: ../../extend/addon/addon/startpage/startpage.php:113 -#: ../../extend/addon/addon/statusnet/statusnet.php:322 -#: ../../extend/addon/addon/statusnet/statusnet.php:380 -#: ../../extend/addon/addon/statusnet/statusnet.php:432 -#: ../../extend/addon/addon/statusnet/statusnet.php:899 -#: ../../extend/addon/addon/superblock/superblock.php:118 -#: ../../extend/addon/addon/twitter/twitter.php:217 -#: ../../extend/addon/addon/twitter/twitter.php:259 -#: ../../extend/addon/addon/visage/visage.php:170 -#: ../../extend/addon/addon/wppost/wppost.php:113 -#: ../../extend/addon/addon/xmpp/xmpp.php:69 -#: ../../extend/addon/addon/cdav/cdav.php:246 -#: ../../extend/addon/addon/likebanner/likebanner.php:57 -#: ../../extend/addon/addon/mailtest/mailtest.php:100 -#: ../../include/js_strings.php:22 ../../include/widgets.php:796 -#: ../../view/theme/redbasic/php/config.php:106 -msgid "Submit" +#: ../../Zotlabs/Module/Admin/Plugins.php:308 +#: ../../Zotlabs/Module/Admin/Themes.php:95 +msgid "Enable" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:337 +#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1566 +msgid "Plugins" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:338 +#: ../../Zotlabs/Module/Admin/Themes.php:122 +msgid "Toggle" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:339 +#: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 +#: ../../include/nav.php:211 ../../include/widgets.php:680 +msgid "Settings" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:346 +#: ../../Zotlabs/Module/Admin/Themes.php:132 +msgid "Author: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:347 +#: ../../Zotlabs/Module/Admin/Themes.php:133 +msgid "Maintainer: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:348 +msgid "Minimum project version: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:349 +msgid "Maximum project version: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:350 +msgid "Minimum PHP version: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:351 +msgid "Compatible Server Roles: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:352 +msgid "Requires: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:353 +#: ../../Zotlabs/Module/Admin/Plugins.php:433 +msgid "Disabled - version incompatibility" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:402 +msgid "Enter the public git repository URL of the plugin repo." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:403 +msgid "Plugin repo git URL" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:404 +msgid "Custom repo name" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:404 +msgid "(optional)" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:405 +msgid "Download Plugin Repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:412 +msgid "Install new repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:413 ../../Zotlabs/Lib/Apps.php:339 +msgid "Install" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:435 +msgid "Manage Repos" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:436 +msgid "Installed Plugin Repositories" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:811 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../Zotlabs/Module/Admin/Plugins.php:437 +msgid "Install a New Plugin Repository" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:813 -#: ../../Zotlabs/Module/Settings/Tokens.php:160 -msgid "Their Settings" +#: ../../Zotlabs/Module/Admin/Plugins.php:443 +#: ../../Zotlabs/Module/Connedit.php:860 +#: ../../Zotlabs/Module/Settings/Oauth.php:42 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:339 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 +msgid "Update" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:814 -#: ../../Zotlabs/Module/Settings/Tokens.php:161 -msgid "My Settings" +#: ../../Zotlabs/Module/Admin/Plugins.php:444 +msgid "Switch branch" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:816 -#: ../../Zotlabs/Module/Settings/Tokens.php:165 -msgid "Individual Permissions" +#: ../../Zotlabs/Module/Admin/Profs.php:69 +msgid "New Profile Field" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:817 -#: ../../Zotlabs/Module/Settings/Tokens.php:166 -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." +#: ../../Zotlabs/Module/Admin/Profs.php:70 +#: ../../Zotlabs/Module/Admin/Profs.php:90 +msgid "Field nickname" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 -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." +#: ../../Zotlabs/Module/Admin/Profs.php:70 +#: ../../Zotlabs/Module/Admin/Profs.php:90 +msgid "System name of field" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:819 -msgid "Last update:" +#: ../../Zotlabs/Module/Admin/Profs.php:71 +#: ../../Zotlabs/Module/Admin/Profs.php:91 +msgid "Input type" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:45 -msgid "Invalid message" +#: ../../Zotlabs/Module/Admin/Profs.php:72 +#: ../../Zotlabs/Module/Admin/Profs.php:92 +msgid "Field Name" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:78 -msgid "no results" +#: ../../Zotlabs/Module/Admin/Profs.php:72 +#: ../../Zotlabs/Module/Admin/Profs.php:92 +msgid "Label on profile pages" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:93 -msgid "channel sync processed" +#: ../../Zotlabs/Module/Admin/Profs.php:73 +#: ../../Zotlabs/Module/Admin/Profs.php:93 +msgid "Help text" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:97 -msgid "queued" +#: ../../Zotlabs/Module/Admin/Profs.php:73 +#: ../../Zotlabs/Module/Admin/Profs.php:93 +msgid "Additional info (optional)" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:101 -msgid "posted" +#: ../../Zotlabs/Module/Admin/Profs.php:83 +msgid "Field definition not found" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:105 -msgid "accepted for delivery" +#: ../../Zotlabs/Module/Admin/Profs.php:89 +msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:109 -msgid "updated" +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1569 +msgid "Profile Fields" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:112 -msgid "update ignored" +#: ../../Zotlabs/Module/Admin/Profs.php:148 +msgid "Basic Profile Fields" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:115 -msgid "permission denied" +#: ../../Zotlabs/Module/Admin/Profs.php:149 +msgid "Advanced Profile Fields" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:119 -msgid "recipient not found" +#: ../../Zotlabs/Module/Admin/Profs.php:149 +msgid "(In addition to basic fields)" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:122 -msgid "mail recalled" +#: ../../Zotlabs/Module/Admin/Profs.php:151 +msgid "All available fields" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:125 -msgid "duplicate mail received" +#: ../../Zotlabs/Module/Admin/Profs.php:152 +msgid "Custom Fields" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:128 -msgid "mail delivered" +#: ../../Zotlabs/Module/Admin/Profs.php:156 +msgid "Create Custom Field" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:148 -#, php-format -msgid "Delivery report for %1$s" +#: ../../Zotlabs/Module/Admin/Queue.php:36 +msgid "Queue Statistics" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:151 -msgid "Options" +#: ../../Zotlabs/Module/Admin/Queue.php:37 +msgid "Total Entries" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:152 -msgid "Redeliver" +#: ../../Zotlabs/Module/Admin/Queue.php:38 +msgid "Priority" msgstr "" -#: ../../Zotlabs/Module/Bookmarks.php:53 -msgid "Bookmark added" +#: ../../Zotlabs/Module/Admin/Queue.php:39 +msgid "Destination URL" msgstr "" -#: ../../Zotlabs/Module/Bookmarks.php:75 -msgid "My Bookmarks" +#: ../../Zotlabs/Module/Admin/Queue.php:40 +msgid "Mark hub permanently offline" msgstr "" -#: ../../Zotlabs/Module/Bookmarks.php:86 -msgid "My Connections Bookmarks" +#: ../../Zotlabs/Module/Admin/Queue.php:41 +msgid "Empty queue for this hub" msgstr "" -#: ../../Zotlabs/Module/Acl.php:313 -msgid "network" +#: ../../Zotlabs/Module/Admin/Queue.php:42 +msgid "Last known contact" msgstr "" -#: ../../Zotlabs/Module/Acl.php:323 -msgid "RSS" +#: ../../Zotlabs/Module/Admin/Security.php:77 +msgid "" +"By default, unfiltered HTML is allowed in embedded media. This is inherently " +"insecure." msgstr "" -#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54 -msgid "Location not found." +#: ../../Zotlabs/Module/Admin/Security.php:80 +msgid "" +"The recommended setting is to only allow unfiltered HTML from the following " +"sites:" msgstr "" -#: ../../Zotlabs/Module/Locs.php:62 -msgid "Location lookup failed." +#: ../../Zotlabs/Module/Admin/Security.php:81 +msgid "" +"https://youtube.com/
https://www.youtube.com/
https://youtu.be/" +"
https://vimeo.com/
https://soundcloud.com/
" msgstr "" -#: ../../Zotlabs/Module/Locs.php:66 +#: ../../Zotlabs/Module/Admin/Security.php:82 msgid "" -"Please select another location to become primary before removing the primary " -"location." +"All other embedded content will be filtered, unless " +"embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Locs.php:95 -msgid "Syncing locations" +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1564 +msgid "Security" msgstr "" -#: ../../Zotlabs/Module/Locs.php:105 -msgid "No locations found." +#: ../../Zotlabs/Module/Admin/Security.php:89 +msgid "Block public" msgstr "" -#: ../../Zotlabs/Module/Locs.php:116 -msgid "Manage Channel Locations" +#: ../../Zotlabs/Module/Admin/Security.php:89 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." msgstr "" -#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Pubsites.php:51 -#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:692 -#: ../../Zotlabs/Module/Events.php:468 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 -#: ../../include/js_strings.php:25 -msgid "Location" +#: ../../Zotlabs/Module/Admin/Security.php:90 +msgid "Set \"Transport Security\" HTTP header" msgstr "" -#: ../../Zotlabs/Module/Locs.php:118 -#: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Profiles.php:464 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 -msgid "Address" +#: ../../Zotlabs/Module/Admin/Security.php:91 +msgid "Set \"Content Security Policy\" HTTP header" msgstr "" -#: ../../Zotlabs/Module/Locs.php:119 -msgid "Primary" +#: ../../Zotlabs/Module/Admin/Security.php:92 +msgid "Allowed email domains" msgstr "" -#: ../../Zotlabs/Module/Locs.php:120 ../../Zotlabs/Module/Menu.php:113 -msgid "Drop" +#: ../../Zotlabs/Module/Admin/Security.php:92 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" msgstr "" -#: ../../Zotlabs/Module/Locs.php:122 -msgid "Sync Now" +#: ../../Zotlabs/Module/Admin/Security.php:93 +msgid "Not allowed email domains" msgstr "" -#: ../../Zotlabs/Module/Locs.php:123 -msgid "Please wait several minutes between consecutive operations." +#: ../../Zotlabs/Module/Admin/Security.php:93 +msgid "" +"Comma separated list of domains which are not allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains, unless allowed domains have been defined." msgstr "" -#: ../../Zotlabs/Module/Locs.php:124 +#: ../../Zotlabs/Module/Admin/Security.php:94 +msgid "Allow communications only from these sites" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:94 msgid "" -"When possible, drop a location by logging into that website/hub and removing " -"your channel." +"One site per line. Leave empty to allow communication from anywhere by " +"default" msgstr "" -#: ../../Zotlabs/Module/Locs.php:125 -msgid "Use this form to drop the location if the hub is no longer operating." +#: ../../Zotlabs/Module/Admin/Security.php:95 +msgid "Block communications from these sites" msgstr "" -#: ../../Zotlabs/Module/Connect.php:61 ../../Zotlabs/Module/Connect.php:109 -msgid "Continue" +#: ../../Zotlabs/Module/Admin/Security.php:96 +msgid "Allow communications only from these channels" msgstr "" -#: ../../Zotlabs/Module/Connect.php:90 -msgid "Premium Channel Setup" +#: ../../Zotlabs/Module/Admin/Security.php:96 +msgid "" +"One channel (hash) per line. Leave empty to allow from any channel by default" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:97 +msgid "Block communications from these channels" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:98 +msgid "Only allow embeds from secure (SSL) websites and links." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:99 +msgid "Allow unfiltered embedded HTML content only from these domains" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:99 +msgid "One site per line. By default embedded content is filtered." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Security.php:100 +msgid "Block embedded HTML from these domains" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:18 +msgid "Theme settings updated." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:58 +msgid "No themes found." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:114 +msgid "Screenshot" msgstr "" -#: ../../Zotlabs/Module/Connect.php:92 -msgid "Enable premium channel connection restrictions" +#: ../../Zotlabs/Module/Admin/Themes.php:121 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1567 +msgid "Themes" msgstr "" -#: ../../Zotlabs/Module/Connect.php:93 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +#: ../../Zotlabs/Module/Admin/Themes.php:160 +msgid "[Experimental]" msgstr "" -#: ../../Zotlabs/Module/Connect.php:95 ../../Zotlabs/Module/Connect.php:115 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../Zotlabs/Module/Admin/Themes.php:161 +msgid "[Unsupported]" msgstr "" -#: ../../Zotlabs/Module/Connect.php:96 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../Zotlabs/Module/Admin/Account_edit.php:29 +#, php-format +msgid "Password changed for account %d." msgstr "" -#: ../../Zotlabs/Module/Connect.php:97 ../../Zotlabs/Module/Connect.php:118 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../Zotlabs/Module/Admin/Account_edit.php:46 +msgid "Account settings updated." msgstr "" -#: ../../Zotlabs/Module/Connect.php:106 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../Zotlabs/Module/Admin/Account_edit.php:61 +msgid "Account not found." msgstr "" -#: ../../Zotlabs/Module/Connect.php:114 -msgid "Restricted or Premium Channel" +#: ../../Zotlabs/Module/Admin/Account_edit.php:68 +msgid "Account Edit" msgstr "" -#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 -msgid "Invalid item." +#: ../../Zotlabs/Module/Admin/Account_edit.php:69 +msgid "New Password" msgstr "" -#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Chanview.php:96 -#: ../../Zotlabs/Module/Block.php:43 ../../Zotlabs/Module/Cal.php:62 -#: ../../Zotlabs/Module/Wall_upload.php:31 -msgid "Channel not found." +#: ../../Zotlabs/Module/Admin/Account_edit.php:70 +msgid "New Password again" msgstr "" -#: ../../Zotlabs/Module/Page.php:131 -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " -"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " -"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " -"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " -"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " -"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +#: ../../Zotlabs/Module/Admin/Account_edit.php:71 +msgid "Technical skill level" msgstr "" -#: ../../Zotlabs/Module/Filer.php:52 -msgid "Save to Folder:" +#: ../../Zotlabs/Module/Admin/Account_edit.php:72 +msgid "Account language (for emails)" msgstr "" -#: ../../Zotlabs/Module/Filer.php:52 -msgid "- select -" +#: ../../Zotlabs/Module/Admin/Account_edit.php:73 +msgid "Service class" msgstr "" -#: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 -#: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 -#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:987 -#: ../../include/text.php:999 ../../include/widgets.php:201 -msgid "Save" -msgstr "" +#: ../../Zotlabs/Module/Admin/Accounts.php:36 +#, php-format +msgid "%s account blocked/unblocked" +msgid_plural "%s account blocked/unblocked" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Manage.php:136 -#: ../../Zotlabs/Module/New_channel.php:121 +#: ../../Zotlabs/Module/Admin/Accounts.php:43 #, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "" +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Manage.php:143 -msgid "Create a new channel" +#: ../../Zotlabs/Module/Admin/Accounts.php:79 +msgid "Account not found" msgstr "" -#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:772 -#: ../../Zotlabs/Module/Wiki.php:147 ../../Zotlabs/Module/Chat.php:255 -msgid "Create New" +#: ../../Zotlabs/Module/Admin/Accounts.php:90 +#, php-format +msgid "Account '%s' deleted" msgstr "" -#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/nav.php:209 -msgid "Channel Manager" +#: ../../Zotlabs/Module/Admin/Accounts.php:98 +#, php-format +msgid "Account '%s' blocked" msgstr "" -#: ../../Zotlabs/Module/Manage.php:165 -msgid "Current Channel" +#: ../../Zotlabs/Module/Admin/Accounts.php:106 +#, php-format +msgid "Account '%s' unblocked" msgstr "" -#: ../../Zotlabs/Module/Manage.php:167 -msgid "Switch to one of your channels by selecting it." +#: ../../Zotlabs/Module/Admin/Accounts.php:165 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1562 +msgid "Accounts" msgstr "" -#: ../../Zotlabs/Module/Manage.php:168 -msgid "Default Channel" +#: ../../Zotlabs/Module/Admin/Accounts.php:167 +#: ../../Zotlabs/Module/Admin/Channels.php:148 +msgid "select all" msgstr "" -#: ../../Zotlabs/Module/Manage.php:169 -msgid "Make Default" +#: ../../Zotlabs/Module/Admin/Accounts.php:168 +msgid "Registrations waiting for confirm" msgstr "" -#: ../../Zotlabs/Module/Manage.php:172 -#, php-format -msgid "%d new messages" +#: ../../Zotlabs/Module/Admin/Accounts.php:169 +msgid "Request date" msgstr "" -#: ../../Zotlabs/Module/Manage.php:173 -#, php-format -msgid "%d new introductions" +#: ../../Zotlabs/Module/Admin/Accounts.php:169 +#: ../../Zotlabs/Module/Admin/Accounts.php:181 +#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../extend/addon/addon/redred/redred.php:107 +#: ../../extend/addon/addon/rtof/rtof.php:93 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 +#: ../../extend/addon/addon/openid/MysqlProvider.php:56 +#: ../../extend/addon/addon/openid/MysqlProvider.php:57 +#: ../../include/network.php:2237 +msgid "Email" msgstr "" -#: ../../Zotlabs/Module/Manage.php:175 -msgid "Delegated Channel" +#: ../../Zotlabs/Module/Admin/Accounts.php:170 +msgid "No registrations." msgstr "" -#: ../../Zotlabs/Module/Connections.php:56 -#: ../../Zotlabs/Module/Connections.php:161 -#: ../../Zotlabs/Module/Connections.php:242 -msgid "Blocked" +#: ../../Zotlabs/Module/Admin/Accounts.php:172 +msgid "Deny" msgstr "" -#: ../../Zotlabs/Module/Connections.php:61 -#: ../../Zotlabs/Module/Connections.php:168 -#: ../../Zotlabs/Module/Connections.php:241 -msgid "Ignored" +#: ../../Zotlabs/Module/Admin/Accounts.php:174 +#: ../../Zotlabs/Module/Connedit.php:609 +msgid "Block" msgstr "" -#: ../../Zotlabs/Module/Connections.php:66 -#: ../../Zotlabs/Module/Connections.php:182 -#: ../../Zotlabs/Module/Connections.php:240 -msgid "Hidden" +#: ../../Zotlabs/Module/Admin/Accounts.php:175 +#: ../../Zotlabs/Module/Connedit.php:609 +msgid "Unblock" msgstr "" -#: ../../Zotlabs/Module/Connections.php:71 -#: ../../Zotlabs/Module/Connections.php:175 -#: ../../Zotlabs/Module/Connections.php:239 -msgid "Archived" +#: ../../Zotlabs/Module/Admin/Accounts.php:180 +msgid "ID" msgstr "" -#: ../../Zotlabs/Module/Connections.php:76 -#: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 -#: ../../include/conversation.php:1576 -msgid "New" +#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:267 +msgid "All Channels" msgstr "" -#: ../../Zotlabs/Module/Connections.php:138 -msgid "New Connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:183 +msgid "Register date" msgstr "" -#: ../../Zotlabs/Module/Connections.php:141 -msgid "Show pending (new) connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:184 +msgid "Last login" msgstr "" -#: ../../Zotlabs/Module/Connections.php:145 -#: ../../Zotlabs/Module/Profperm.php:144 -msgid "All Connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:185 +msgid "Expires" msgstr "" -#: ../../Zotlabs/Module/Connections.php:148 -msgid "Show all connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:186 +msgid "Service Class" msgstr "" -#: ../../Zotlabs/Module/Connections.php:164 -msgid "Only show blocked connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:188 +msgid "" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " +"on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../Zotlabs/Module/Connections.php:171 -msgid "Only show ignored connections" +#: ../../Zotlabs/Module/Admin/Accounts.php:189 +msgid "" +"The account {0} will be deleted!\\n\\nEverything this account has posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../Zotlabs/Module/Connections.php:178 -msgid "Only show archived connections" -msgstr "" +#: ../../Zotlabs/Module/Admin/Channels.php:31 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Connections.php:185 -msgid "Only show hidden connections" -msgstr "" +#: ../../Zotlabs/Module/Admin/Channels.php:40 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Connections.php:238 -msgid "Pending approval" +#: ../../Zotlabs/Module/Admin/Channels.php:46 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../Zotlabs/Module/Admin/Channels.php:65 +msgid "Channel not found" msgstr "" -#: ../../Zotlabs/Module/Connections.php:254 +#: ../../Zotlabs/Module/Admin/Channels.php:75 #, php-format -msgid "%1$s [%2$s]" +msgid "Channel '%s' deleted" msgstr "" -#: ../../Zotlabs/Module/Connections.php:255 -msgid "Edit connection" +#: ../../Zotlabs/Module/Admin/Channels.php:87 +#, php-format +msgid "Channel '%s' censored" msgstr "" -#: ../../Zotlabs/Module/Connections.php:256 -msgid "Delete connection" +#: ../../Zotlabs/Module/Admin/Channels.php:87 +#, php-format +msgid "Channel '%s' uncensored" msgstr "" -#: ../../Zotlabs/Module/Connections.php:265 -msgid "Channel address" +#: ../../Zotlabs/Module/Admin/Channels.php:98 +#, php-format +msgid "Channel '%s' code allowed" msgstr "" -#: ../../Zotlabs/Module/Connections.php:267 -msgid "Network" +#: ../../Zotlabs/Module/Admin/Channels.php:98 +#, php-format +msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Connections.php:270 -msgid "Status" +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1563 +msgid "Channels" msgstr "" -#: ../../Zotlabs/Module/Connections.php:272 -msgid "Connected" +#: ../../Zotlabs/Module/Admin/Channels.php:150 +msgid "Censor" msgstr "" -#: ../../Zotlabs/Module/Connections.php:274 -msgid "Approve connection" +#: ../../Zotlabs/Module/Admin/Channels.php:151 +msgid "Uncensor" msgstr "" -#: ../../Zotlabs/Module/Connections.php:275 -#: ../../Zotlabs/Module/Admin/Accounts.php:171 -msgid "Approve" +#: ../../Zotlabs/Module/Admin/Channels.php:152 +msgid "Allow Code" msgstr "" -#: ../../Zotlabs/Module/Connections.php:276 -msgid "Ignore connection" +#: ../../Zotlabs/Module/Admin/Channels.php:153 +msgid "Disallow Code" msgstr "" -#: ../../Zotlabs/Module/Connections.php:278 -msgid "Recent activity" +#: ../../Zotlabs/Module/Admin/Channels.php:154 +#: ../../include/conversation.php:1801 +msgid "Channel" msgstr "" -#: ../../Zotlabs/Module/Connections.php:302 ../../Zotlabs/Lib/Apps.php:211 -#: ../../include/nav.php:189 ../../include/text.php:916 -msgid "Connections" +#: ../../Zotlabs/Module/Admin/Channels.php:158 +msgid "UID" msgstr "" -#: ../../Zotlabs/Module/Connections.php:306 ../../Zotlabs/Module/Search.php:44 -#: ../../Zotlabs/Lib/Apps.php:232 ../../include/nav.php:168 -#: ../../include/text.php:986 ../../include/text.php:998 -#: ../../include/acl_selectors.php:203 ../../include/widgets.php:315 -msgid "Search" +#: ../../Zotlabs/Module/Admin/Channels.php:160 +#: ../../Zotlabs/Module/Connedit.php:851 ../../Zotlabs/Module/Locs.php:118 +#: ../../Zotlabs/Module/Profiles.php:464 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 +msgid "Address" msgstr "" -#: ../../Zotlabs/Module/Connections.php:307 -msgid "Search your connections" +#: ../../Zotlabs/Module/Admin/Channels.php:162 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../Zotlabs/Module/Connections.php:308 -msgid "Connections search" +#: ../../Zotlabs/Module/Admin/Channels.php:163 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../Zotlabs/Module/Connections.php:309 -#: ../../Zotlabs/Module/Directory.php:391 -#: ../../Zotlabs/Module/Directory.php:396 ../../include/contact_widgets.php:23 -msgid "Find" +#: ../../Zotlabs/Module/Admin/Dbsync.php:19 +msgid "Update has been marked successful" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:58 -#: ../../Zotlabs/Module/Profile_photo.php:61 -msgid "Image uploaded but image cropping failed." +#: ../../Zotlabs/Module/Admin/Dbsync.php:29 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:134 -#: ../../Zotlabs/Module/Cover_photo.php:181 -msgid "Cover Photos" +#: ../../Zotlabs/Module/Admin/Dbsync.php:32 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:154 -#: ../../Zotlabs/Module/Profile_photo.php:135 -msgid "Image resize failed." +#: ../../Zotlabs/Module/Admin/Dbsync.php:36 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:168 -#: ../../Zotlabs/Module/Profile_photo.php:196 ../../include/photos.php:149 -msgid "Unable to process image" +#: ../../Zotlabs/Module/Admin/Dbsync.php:39 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:192 -#: ../../Zotlabs/Module/Profile_photo.php:231 -msgid "Image upload failed." +#: ../../Zotlabs/Module/Admin/Dbsync.php:55 +msgid "No failed updates." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:210 -#: ../../Zotlabs/Module/Profile_photo.php:250 -msgid "Unable to process image." +#: ../../Zotlabs/Module/Admin/Dbsync.php:59 +msgid "Failed Updates" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4253 -msgid "female" +#: ../../Zotlabs/Module/Admin/Dbsync.php:61 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4254 -#, php-format -msgid "%1$s updated her %2$s" +#: ../../Zotlabs/Module/Admin/Dbsync.php:62 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4255 -msgid "male" +#: ../../Zotlabs/Module/Admin/Site.php:133 +msgid "Site settings updated." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4256 -#, php-format -msgid "%1$s updated his %2$s" +#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2931 +msgid "Default" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4258 -#, php-format -msgid "%1$s updated their %2$s" +#: ../../Zotlabs/Module/Admin/Site.php:169 +#: ../../Zotlabs/Module/Settings/Display.php:143 +msgid "mobile" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1677 -msgid "cover photo" +#: ../../Zotlabs/Module/Admin/Site.php:171 +msgid "experimental" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:303 -#: ../../Zotlabs/Module/Cover_photo.php:318 -#: ../../Zotlabs/Module/Profile_photo.php:311 -#: ../../Zotlabs/Module/Profile_photo.php:352 -msgid "Photo not available." +#: ../../Zotlabs/Module/Admin/Site.php:173 +msgid "unsupported" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:354 -#: ../../Zotlabs/Module/Profile_photo.php:407 -msgid "Upload File:" +#: ../../Zotlabs/Module/Admin/Site.php:219 +msgid "Yes - with approval" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:355 -#: ../../Zotlabs/Module/Profile_photo.php:408 -msgid "Select a profile:" +#: ../../Zotlabs/Module/Admin/Site.php:225 +msgid "My site is not a public server" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:356 -msgid "Upload Cover Photo" +#: ../../Zotlabs/Module/Admin/Site.php:226 +msgid "My site has paid access only" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 -#: ../../Zotlabs/Module/Settings/Channel.php:399 -msgid "or" +#: ../../Zotlabs/Module/Admin/Site.php:227 +msgid "My site has free access only" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 -msgid "skip this step" +#: ../../Zotlabs/Module/Admin/Site.php:228 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 -msgid "select a photo from your photo albums" +#: ../../Zotlabs/Module/Admin/Site.php:239 ../../Zotlabs/Module/Setup.php:328 +msgid "Basic/Minimal Social Networking" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:377 -#: ../../Zotlabs/Module/Profile_photo.php:435 -msgid "Crop Image" +#: ../../Zotlabs/Module/Admin/Site.php:240 ../../Zotlabs/Module/Setup.php:329 +msgid "Standard Configuration (default)" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:378 -#: ../../Zotlabs/Module/Profile_photo.php:436 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../Zotlabs/Module/Admin/Site.php:241 ../../Zotlabs/Module/Setup.php:330 +msgid "Professional" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:380 -#: ../../Zotlabs/Module/Profile_photo.php:438 -msgid "Done Editing" +#: ../../Zotlabs/Module/Admin/Site.php:245 ../../Zotlabs/Lib/Techlevels.php:10 +msgid "Beginner/Basic" msgstr "" -#: ../../Zotlabs/Module/Admin/Features.php:55 -#: ../../Zotlabs/Module/Admin/Features.php:56 -#: ../../Zotlabs/Module/Settings/Features.php:38 -msgid "Off" +#: ../../Zotlabs/Module/Admin/Site.php:246 ../../Zotlabs/Lib/Techlevels.php:11 +msgid "Novice - not skilled but willing to learn" msgstr "" -#: ../../Zotlabs/Module/Admin/Features.php:55 -#: ../../Zotlabs/Module/Admin/Features.php:56 -#: ../../Zotlabs/Module/Settings/Features.php:38 -msgid "On" +#: ../../Zotlabs/Module/Admin/Site.php:247 ../../Zotlabs/Lib/Techlevels.php:12 +msgid "Intermediate - somewhat comfortable" msgstr "" -#: ../../Zotlabs/Module/Admin/Features.php:56 -#, php-format -msgid "Lock feature %s" +#: ../../Zotlabs/Module/Admin/Site.php:248 ../../Zotlabs/Lib/Techlevels.php:13 +msgid "Advanced - very comfortable" msgstr "" -#: ../../Zotlabs/Module/Admin/Features.php:64 -msgid "Manage Additional Features" +#: ../../Zotlabs/Module/Admin/Site.php:249 ../../Zotlabs/Lib/Techlevels.php:14 +msgid "Expert - I can write computer code" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:28 -msgid "Log settings updated." +#: ../../Zotlabs/Module/Admin/Site.php:250 ../../Zotlabs/Lib/Techlevels.php:15 +msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:82 -#: ../../Zotlabs/Module/Admin/Plugins.php:336 -#: ../../Zotlabs/Module/Admin/Plugins.php:427 -#: ../../Zotlabs/Module/Admin/Security.php:86 -#: ../../Zotlabs/Module/Admin/Themes.php:120 -#: ../../Zotlabs/Module/Admin/Themes.php:154 -#: ../../Zotlabs/Module/Admin/Accounts.php:164 -#: ../../Zotlabs/Module/Admin/Channels.php:145 -#: ../../Zotlabs/Module/Admin/Site.php:258 ../../Zotlabs/Module/Admin.php:137 -msgid "Administration" +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1561 +msgid "Site" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1588 -#: ../../include/widgets.php:1598 -msgid "Logs" +#: ../../Zotlabs/Module/Admin/Site.php:262 +msgid "File upload" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:85 -msgid "Clear" +#: ../../Zotlabs/Module/Admin/Site.php:263 +msgid "Policies" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:91 -msgid "Debugging" +#: ../../Zotlabs/Module/Admin/Site.php:264 +#: ../../include/contact_widgets.php:16 +msgid "Advanced" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:92 -msgid "Log file" +#: ../../Zotlabs/Module/Admin/Site.php:268 +#: ../../extend/addon/addon/statusnet/statusnet.php:890 +msgid "Site name" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:92 -msgid "" -"Must be writable by web server. Relative to your top-level webserver " -"directory." +#: ../../Zotlabs/Module/Admin/Site.php:270 ../../Zotlabs/Module/Setup.php:351 +msgid "Server Configuration/Role" msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:93 -msgid "Log level" +#: ../../Zotlabs/Module/Admin/Site.php:272 +msgid "Site default technical skill level" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:254 -#: ../../Zotlabs/Module/Admin/Themes.php:69 -#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Display.php:40 -#: ../../Zotlabs/Module/Admin.php:60 ../../Zotlabs/Module/Thing.php:89 -#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3343 -msgid "Item not found." +#: ../../Zotlabs/Module/Admin/Site.php:272 +msgid "Used to provide a member experience matched to technical comfort level" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:284 -#, php-format -msgid "Plugin %s disabled." +#: ../../Zotlabs/Module/Admin/Site.php:274 +msgid "Lock the technical skill level setting" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:289 -#, php-format -msgid "Plugin %s enabled." +#: ../../Zotlabs/Module/Admin/Site.php:274 +msgid "Members can set their own technical comfort level by default" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:305 -#: ../../Zotlabs/Module/Admin/Themes.php:93 -msgid "Disable" +#: ../../Zotlabs/Module/Admin/Site.php:276 +msgid "Banner/Logo" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:308 -#: ../../Zotlabs/Module/Admin/Themes.php:95 -msgid "Enable" +#: ../../Zotlabs/Module/Admin/Site.php:277 +msgid "Administrator Information" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1566 -msgid "Plugins" +#: ../../Zotlabs/Module/Admin/Site.php:277 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:338 -#: ../../Zotlabs/Module/Admin/Themes.php:122 -msgid "Toggle" +#: ../../Zotlabs/Module/Admin/Site.php:278 +#: ../../Zotlabs/Module/Siteinfo.php:23 +msgid "Site Information" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:339 -#: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:211 ../../include/widgets.php:680 -msgid "Settings" +#: ../../Zotlabs/Module/Admin/Site.php:278 +msgid "" +"Publicly visible description of this site. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:346 -#: ../../Zotlabs/Module/Admin/Themes.php:132 -msgid "Author: " +#: ../../Zotlabs/Module/Admin/Site.php:279 +msgid "System language" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:347 -#: ../../Zotlabs/Module/Admin/Themes.php:133 -msgid "Maintainer: " +#: ../../Zotlabs/Module/Admin/Site.php:280 +msgid "System theme" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:348 -msgid "Minimum project version: " +#: ../../Zotlabs/Module/Admin/Site.php:280 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:349 -msgid "Maximum project version: " +#: ../../Zotlabs/Module/Admin/Site.php:281 +msgid "Mobile system theme" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:350 -msgid "Minimum PHP version: " +#: ../../Zotlabs/Module/Admin/Site.php:281 +msgid "Theme for mobile devices" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:351 -msgid "Compatible Server Roles: " +#: ../../Zotlabs/Module/Admin/Site.php:283 +msgid "Allow Feeds as Connections" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:352 -msgid "Requires: " +#: ../../Zotlabs/Module/Admin/Site.php:283 +msgid "(Heavy system resource usage)" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:353 -#: ../../Zotlabs/Module/Admin/Plugins.php:433 -msgid "Disabled - version incompatibility" +#: ../../Zotlabs/Module/Admin/Site.php:284 +msgid "Maximum image size" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:402 -msgid "Enter the public git repository URL of the plugin repo." +#: ../../Zotlabs/Module/Admin/Site.php:284 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:403 -msgid "Plugin repo git URL" +#: ../../Zotlabs/Module/Admin/Site.php:285 +msgid "Does this site allow new member registration?" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:404 -msgid "Custom repo name" +#: ../../Zotlabs/Module/Admin/Site.php:286 +msgid "Invitation only" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:404 -msgid "(optional)" +#: ../../Zotlabs/Module/Admin/Site.php:286 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:405 -msgid "Download Plugin Repo" +#: ../../Zotlabs/Module/Admin/Site.php:287 +msgid "Which best describes the types of account offered by this hub?" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:412 -msgid "Install new repo" +#: ../../Zotlabs/Module/Admin/Site.php:288 +msgid "Register text" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:413 ../../Zotlabs/Lib/Apps.php:339 -msgid "Install" +#: ../../Zotlabs/Module/Admin/Site.php:288 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:414 -#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88 -#: ../../Zotlabs/Module/Wiki.php:238 ../../Zotlabs/Module/Wiki.php:261 -#: ../../Zotlabs/Module/Settings/Oauth.php:88 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 -#: ../../extend/addon/addon/friendica/dfrn_request.php:879 -#: ../../extend/addon/addon/js_upload/js_upload.php:46 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 -#: ../../include/conversation.php:1246 ../../include/conversation.php:1295 -msgid "Cancel" +#: ../../Zotlabs/Module/Admin/Site.php:289 +msgid "Site homepage to show visitors (default: login box)" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:435 -msgid "Manage Repos" +#: ../../Zotlabs/Module/Admin/Site.php:289 +msgid "" +"example: 'public' to show public stream, 'page/sys/home' to show a system " +"webpage called 'home' or 'include:home.html' to include a file." msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:436 -msgid "Installed Plugin Repositories" +#: ../../Zotlabs/Module/Admin/Site.php:290 +msgid "Preserve site homepage URL" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:437 -msgid "Install a New Plugin Repository" +#: ../../Zotlabs/Module/Admin/Site.php:290 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:443 -#: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:339 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 -msgid "Update" +#: ../../Zotlabs/Module/Admin/Site.php:291 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:444 -msgid "Switch branch" +#: ../../Zotlabs/Module/Admin/Site.php:291 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:445 -#: ../../Zotlabs/Module/Photos.php:989 ../../Zotlabs/Module/Tagrm.php:137 -#: ../../extend/addon/addon/superblock/superblock.php:114 -msgid "Remove" +#: ../../Zotlabs/Module/Admin/Site.php:292 +msgid "Allowed friend domains" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:69 -msgid "New Profile Field" +#: ../../Zotlabs/Module/Admin/Site.php:292 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:70 -#: ../../Zotlabs/Module/Admin/Profs.php:90 -msgid "Field nickname" +#: ../../Zotlabs/Module/Admin/Site.php:293 +msgid "Verify Email Addresses" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:70 -#: ../../Zotlabs/Module/Admin/Profs.php:90 -msgid "System name of field" +#: ../../Zotlabs/Module/Admin/Site.php:293 +msgid "" +"Check to verify email addresses used in account registration (recommended)." msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:71 -#: ../../Zotlabs/Module/Admin/Profs.php:91 -msgid "Input type" +#: ../../Zotlabs/Module/Admin/Site.php:294 +msgid "Force publish" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:72 -#: ../../Zotlabs/Module/Admin/Profs.php:92 -msgid "Field Name" +#: ../../Zotlabs/Module/Admin/Site.php:294 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:72 -#: ../../Zotlabs/Module/Admin/Profs.php:92 -msgid "Label on profile pages" +#: ../../Zotlabs/Module/Admin/Site.php:295 +msgid "Import Public Streams" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:73 -#: ../../Zotlabs/Module/Admin/Profs.php:93 -msgid "Help text" +#: ../../Zotlabs/Module/Admin/Site.php:295 +msgid "" +"Import and allow access to public content pulled from other sites. Warning: " +"this content is unmoderated." msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:73 -#: ../../Zotlabs/Module/Admin/Profs.php:93 -msgid "Additional info (optional)" +#: ../../Zotlabs/Module/Admin/Site.php:296 +msgid "Login on Homepage" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:83 -msgid "Field definition not found" +#: ../../Zotlabs/Module/Admin/Site.php:296 +msgid "" +"Present a login box to visitors on the home page if no other content has " +"been configured." msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:89 -msgid "Edit Profile Field" +#: ../../Zotlabs/Module/Admin/Site.php:297 +msgid "Enable context help" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1569 -msgid "Profile Fields" +#: ../../Zotlabs/Module/Admin/Site.php:297 +msgid "" +"Display contextual help for the current page when the help button is pressed." msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:148 -msgid "Basic Profile Fields" +#: ../../Zotlabs/Module/Admin/Site.php:299 +msgid "Directory Server URL" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:149 -msgid "Advanced Profile Fields" +#: ../../Zotlabs/Module/Admin/Site.php:299 +msgid "Default directory server" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:149 -msgid "(In addition to basic fields)" +#: ../../Zotlabs/Module/Admin/Site.php:301 +msgid "Proxy user" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:151 -msgid "All available fields" +#: ../../Zotlabs/Module/Admin/Site.php:302 +msgid "Proxy URL" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:152 -msgid "Custom Fields" +#: ../../Zotlabs/Module/Admin/Site.php:303 +msgid "Network timeout" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:156 -msgid "Create Custom Field" +#: ../../Zotlabs/Module/Admin/Site.php:303 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:36 -msgid "Queue Statistics" +#: ../../Zotlabs/Module/Admin/Site.php:304 +msgid "Delivery interval" msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:37 -msgid "Total Entries" +#: ../../Zotlabs/Module/Admin/Site.php:304 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:38 -msgid "Priority" +#: ../../Zotlabs/Module/Admin/Site.php:305 +msgid "Deliveries per process" msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:39 -msgid "Destination URL" +#: ../../Zotlabs/Module/Admin/Site.php:305 +msgid "" +"Number of deliveries to attempt in a single operating system process. Adjust " +"if necessary to tune system performance. Recommend: 1-5." msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:40 -msgid "Mark hub permanently offline" +#: ../../Zotlabs/Module/Admin/Site.php:306 +msgid "Poll interval" msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:41 -msgid "Empty queue for this hub" +#: ../../Zotlabs/Module/Admin/Site.php:306 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:42 -msgid "Last known contact" +#: ../../Zotlabs/Module/Admin/Site.php:307 +msgid "Maximum Load Average" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:77 +#: ../../Zotlabs/Module/Admin/Site.php:307 msgid "" -"By default, unfiltered HTML is allowed in embedded media. This is inherently " -"insecure." +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:80 -msgid "" -"The recommended setting is to only allow unfiltered HTML from the following " -"sites:" +#: ../../Zotlabs/Module/Admin/Site.php:308 +msgid "Expiration period in days for imported (grid/network) content" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:81 -msgid "" -"https://youtube.com/
https://www.youtube.com/
https://youtu.be/" -"
https://vimeo.com/
https://soundcloud.com/
" +#: ../../Zotlabs/Module/Admin/Site.php:308 +msgid "0 for no expiration of imported content" +msgstr "" + +#: ../../Zotlabs/Module/Editlayout.php:79 +#: ../../Zotlabs/Module/Editwebpage.php:80 +#: ../../Zotlabs/Module/Editblock.php:79 ../../Zotlabs/Module/Editblock.php:95 +#: ../../Zotlabs/Module/Editpost.php:24 +msgid "Item not found" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:82 -msgid "" -"All other embedded content will be filtered, unless " -"embedded content from that site is explicitly blocked." +#: ../../Zotlabs/Module/Editlayout.php:127 +#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 +msgid "Layout Name" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1564 -msgid "Security" +#: ../../Zotlabs/Module/Editlayout.php:128 +#: ../../Zotlabs/Module/Layouts.php:131 +msgid "Layout Description (Optional)" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:89 -msgid "Block public" +#: ../../Zotlabs/Module/Editlayout.php:136 +msgid "Edit Layout" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:89 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently authenticated." +#: ../../Zotlabs/Module/Editwebpage.php:142 +msgid "Page link" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:90 -msgid "Set \"Transport Security\" HTTP header" +#: ../../Zotlabs/Module/Editwebpage.php:146 +#: ../../Zotlabs/Module/Editblock.php:111 ../../Zotlabs/Module/Mail.php:287 +#: ../../Zotlabs/Module/Mail.php:412 ../../Zotlabs/Module/Chat.php:207 +#: ../../include/conversation.php:1295 +msgid "Insert web link" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:91 -msgid "Set \"Content Security Policy\" HTTP header" +#: ../../Zotlabs/Module/Editwebpage.php:169 +msgid "Edit Webpage" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:92 -msgid "Allowed email domains" +#: ../../Zotlabs/Module/Import.php:33 +#, php-format +msgid "Your service plan only allows %d channels." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:92 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" +#: ../../Zotlabs/Module/Import.php:71 ../../Zotlabs/Module/Import_items.php:42 +msgid "Nothing to import." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:93 -msgid "Not allowed email domains" +#: ../../Zotlabs/Module/Import.php:83 ../../Zotlabs/Module/Import.php:98 +#: ../../Zotlabs/Module/Import_items.php:66 +msgid "Unable to download data from old server" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:93 -msgid "" -"Comma separated list of domains which are not allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains, unless allowed domains have been defined." +#: ../../Zotlabs/Module/Import.php:105 +#: ../../Zotlabs/Module/Import_items.php:72 +msgid "Imported file is empty." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:94 -msgid "Allow communications only from these sites" +#: ../../Zotlabs/Module/Import.php:127 +#: ../../Zotlabs/Module/Import_items.php:88 +#, php-format +msgid "Warning: Database versions differ by %1$d updates." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:94 -msgid "" -"One site per line. Leave empty to allow communication from anywhere by " -"default" +#: ../../Zotlabs/Module/Import.php:157 ../../include/import.php:100 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:95 -msgid "Block communications from these sites" +#: ../../Zotlabs/Module/Import.php:167 +msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:96 -msgid "Allow communications only from these channels" +#: ../../Zotlabs/Module/Import.php:503 +#: ../../include/Import/import_diaspora.php:142 +msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:96 -msgid "" -"One channel (hash) per line. Leave empty to allow from any channel by default" +#: ../../Zotlabs/Module/Import.php:525 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:97 -msgid "Block communications from these channels" +#: ../../Zotlabs/Module/Import.php:530 +msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:98 -msgid "Only allow embeds from secure (SSL) websites and links." +#: ../../Zotlabs/Module/Import.php:531 +msgid "" +"Use this form to import an existing channel from a different server/hub. You " +"may retrieve the channel identity from the old server/hub via the network or " +"provide an export file." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:99 -msgid "Allow unfiltered embedded HTML content only from these domains" +#: ../../Zotlabs/Module/Import.php:532 +#: ../../Zotlabs/Module/Import_items.php:121 +msgid "File to Upload" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:99 -msgid "One site per line. By default embedded content is filtered." +#: ../../Zotlabs/Module/Import.php:533 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:100 -msgid "Block embedded HTML from these domains" +#: ../../Zotlabs/Module/Import.php:534 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:18 -msgid "Theme settings updated." +#: ../../Zotlabs/Module/Import.php:535 +msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:58 -msgid "No themes found." +#: ../../Zotlabs/Module/Import.php:536 +msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:114 -msgid "Screenshot" +#: ../../Zotlabs/Module/Import.php:537 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1567 -msgid "Themes" +#: ../../Zotlabs/Module/Import.php:538 +msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:160 -msgid "[Experimental]" +#: ../../Zotlabs/Module/Import.php:539 +msgid "" +"Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Admin/Themes.php:161 -msgid "[Unsupported]" +#: ../../Zotlabs/Module/Import.php:540 +msgid "" +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:29 -#, php-format -msgid "Password changed for account %d." +#: ../../Zotlabs/Module/Connedit.php:82 +msgid "Could not access contact record." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:46 -msgid "Account settings updated." +#: ../../Zotlabs/Module/Connedit.php:112 +msgid "Could not locate selected profile." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:61 -msgid "Account not found." +#: ../../Zotlabs/Module/Connedit.php:264 +msgid "Connection updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:68 -msgid "Account Edit" +#: ../../Zotlabs/Module/Connedit.php:266 +msgid "Failed to update connection record." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:69 -msgid "New Password" +#: ../../Zotlabs/Module/Connedit.php:316 +msgid "is now connected to" msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:70 -msgid "New Password again" +#: ../../Zotlabs/Module/Connedit.php:449 +msgid "Could not access address book record." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:71 -msgid "Technical skill level" +#: ../../Zotlabs/Module/Connedit.php:469 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:72 -msgid "Account language (for emails)" +#: ../../Zotlabs/Module/Connedit.php:484 ../../Zotlabs/Module/Connedit.php:493 +#: ../../Zotlabs/Module/Connedit.php:502 ../../Zotlabs/Module/Connedit.php:511 +#: ../../Zotlabs/Module/Connedit.php:524 +msgid "Unable to set address book parameters." msgstr "" -#: ../../Zotlabs/Module/Admin/Account_edit.php:73 -msgid "Service class" +#: ../../Zotlabs/Module/Connedit.php:548 +msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:36 -#, php-format -msgid "%s account blocked/unblocked" -msgid_plural "%s account blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../Zotlabs/Module/Admin/Accounts.php:43 -#, php-format -msgid "%s account deleted" -msgid_plural "%s accounts deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../Zotlabs/Module/Admin/Accounts.php:79 -msgid "Account not found" +#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:223 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 +#: ../../include/nav.php:89 ../../include/conversation.php:936 +#: ../../include/conversation.php:1049 +msgid "View Profile" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:90 +#: ../../Zotlabs/Module/Connedit.php:591 #, php-format -msgid "Account '%s' deleted" +msgid "View %s's profile" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:98 -#, php-format -msgid "Account '%s' blocked" +#: ../../Zotlabs/Module/Connedit.php:595 +msgid "Refresh Permissions" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:106 -#, php-format -msgid "Account '%s' unblocked" +#: ../../Zotlabs/Module/Connedit.php:598 +msgid "Fetch updated permissions" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1562 -msgid "Accounts" +#: ../../Zotlabs/Module/Connedit.php:602 +msgid "Recent Activity" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:167 -#: ../../Zotlabs/Module/Admin/Channels.php:148 -msgid "select all" +#: ../../Zotlabs/Module/Connedit.php:605 +msgid "View recent posts and comments" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:168 -msgid "Registrations waiting for confirm" +#: ../../Zotlabs/Module/Connedit.php:612 +msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:169 -msgid "Request date" +#: ../../Zotlabs/Module/Connedit.php:613 +msgid "This connection is blocked!" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:169 -#: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../extend/addon/addon/redred/redred.php:107 -#: ../../extend/addon/addon/rtof/rtof.php:93 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 -#: ../../extend/addon/addon/openid/MysqlProvider.php:56 -#: ../../extend/addon/addon/openid/MysqlProvider.php:57 -#: ../../include/network.php:2237 -msgid "Email" +#: ../../Zotlabs/Module/Connedit.php:617 +msgid "Unignore" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:170 -msgid "No registrations." +#: ../../Zotlabs/Module/Connedit.php:620 +msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:172 -msgid "Deny" +#: ../../Zotlabs/Module/Connedit.php:621 +msgid "This connection is ignored!" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:180 -msgid "ID" +#: ../../Zotlabs/Module/Connedit.php:625 +msgid "Unarchive" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:267 -msgid "All Channels" +#: ../../Zotlabs/Module/Connedit.php:625 +msgid "Archive" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:183 -msgid "Register date" +#: ../../Zotlabs/Module/Connedit.php:628 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:184 -msgid "Last login" +#: ../../Zotlabs/Module/Connedit.php:629 +msgid "This connection is archived!" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:185 -msgid "Expires" +#: ../../Zotlabs/Module/Connedit.php:633 +msgid "Unhide" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:186 -msgid "Service Class" +#: ../../Zotlabs/Module/Connedit.php:633 +msgid "Hide" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:188 -msgid "" -"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " -"on this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../Zotlabs/Module/Connedit.php:636 +msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:189 -msgid "" -"The account {0} will be deleted!\\n\\nEverything this account has posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../Zotlabs/Module/Connedit.php:637 +msgid "This connection is hidden!" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:31 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channels censored/uncensored" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:644 +msgid "Delete this connection" +msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:40 -#, php-format -msgid "%s channel code allowed/disallowed" -msgid_plural "%s channels code allowed/disallowed" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:669 ../../include/widgets.php:529 +msgid "Me" +msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:46 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:670 ../../include/widgets.php:530 +msgid "Family" +msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:65 -msgid "Channel not found" +#: ../../Zotlabs/Module/Connedit.php:671 +#: ../../Zotlabs/Module/Settings/Channel.php:61 +#: ../../Zotlabs/Module/Settings/Channel.php:65 +#: ../../Zotlabs/Module/Settings/Channel.php:66 +#: ../../Zotlabs/Module/Settings/Channel.php:69 +#: ../../Zotlabs/Module/Settings/Channel.php:80 ../../include/channel.php:402 +#: ../../include/channel.php:403 ../../include/channel.php:410 +#: ../../include/selectors.php:123 ../../include/widgets.php:531 +msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:75 -#, php-format -msgid "Channel '%s' deleted" +#: ../../Zotlabs/Module/Connedit.php:672 ../../include/widgets.php:532 +msgid "Acquaintances" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:87 -#, php-format -msgid "Channel '%s' censored" +#: ../../Zotlabs/Module/Connedit.php:730 +msgid "Approve this connection" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:87 -#, php-format -msgid "Channel '%s' uncensored" +#: ../../Zotlabs/Module/Connedit.php:730 +msgid "Accept connection to allow communication" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:98 -#, php-format -msgid "Channel '%s' code allowed" +#: ../../Zotlabs/Module/Connedit.php:735 +msgid "Set Affinity" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:98 -#, php-format -msgid "Channel '%s' code disallowed" +#: ../../Zotlabs/Module/Connedit.php:738 +msgid "Set Profile" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1563 -msgid "Channels" +#: ../../Zotlabs/Module/Connedit.php:741 +msgid "Set Affinity & Profile" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:150 -msgid "Censor" +#: ../../Zotlabs/Module/Connedit.php:790 +msgid "none" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:151 -msgid "Uncensor" +#: ../../Zotlabs/Module/Connedit.php:793 ../../include/widgets.php:656 +msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:152 -msgid "Allow Code" +#: ../../Zotlabs/Module/Connedit.php:793 ../../include/items.php:3909 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:153 -msgid "Disallow Code" +#: ../../Zotlabs/Module/Connedit.php:794 +msgid "Apply these permissions automatically" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:154 -#: ../../include/conversation.php:1653 -msgid "Channel" +#: ../../Zotlabs/Module/Connedit.php:794 +msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:158 -msgid "UID" +#: ../../Zotlabs/Module/Connedit.php:798 +msgid "This connection's primary address is" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:162 -msgid "" -"Selected channels will be deleted!\\n\\nEverything that was posted in these " -"channels on this site will be permanently deleted!\\n\\nAre you sure?" +#: ../../Zotlabs/Module/Connedit.php:799 +msgid "Available locations:" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:163 +#: ../../Zotlabs/Module/Connedit.php:803 msgid "" -"The channel {0} will be deleted!\\n\\nEverything that was posted in this " -"channel on this site will be permanently deleted!\\n\\nAre you sure?" +"The permissions indicated on this page will be applied to all new " +"connections." msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:19 -msgid "Update has been marked successful" +#: ../../Zotlabs/Module/Connedit.php:804 +msgid "Connection Tools" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:29 -#, php-format -msgid "Executing %s failed. Check system logs." +#: ../../Zotlabs/Module/Connedit.php:806 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:32 -#, php-format -msgid "Update %s was successfully applied." +#: ../../Zotlabs/Module/Connedit.php:807 ../../Zotlabs/Module/Rate.php:155 +#: ../../include/js_strings.php:20 +msgid "Rating" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:36 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../Zotlabs/Module/Connedit.php:808 +msgid "Slide to adjust your rating" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:39 -#, php-format -msgid "Update function %s could not be found." +#: ../../Zotlabs/Module/Connedit.php:809 ../../Zotlabs/Module/Connedit.php:814 +msgid "Optionally explain your rating" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:55 -msgid "No failed updates." +#: ../../Zotlabs/Module/Connedit.php:811 +msgid "Custom Filter" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:59 -msgid "Failed Updates" +#: ../../Zotlabs/Module/Connedit.php:812 +msgid "Only import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:61 -msgid "Mark success (if update was manually applied)" +#: ../../Zotlabs/Module/Connedit.php:812 ../../Zotlabs/Module/Connedit.php:813 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" msgstr "" -#: ../../Zotlabs/Module/Admin/Dbsync.php:62 -msgid "Attempt to execute this update step automatically" +#: ../../Zotlabs/Module/Connedit.php:813 +msgid "Do not import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:133 -msgid "Site settings updated." +#: ../../Zotlabs/Module/Connedit.php:815 +msgid "This information is public!" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2918 -msgid "Default" +#: ../../Zotlabs/Module/Connedit.php:820 +msgid "Connection Pending Approval" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:169 -#: ../../Zotlabs/Module/Settings/Display.php:143 -msgid "mobile" +#: ../../Zotlabs/Module/Connedit.php:823 +#: ../../Zotlabs/Module/Settings/Tokens.php:163 +msgid "inherited" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:171 -msgid "experimental" +#: ../../Zotlabs/Module/Connedit.php:825 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:173 -msgid "unsupported" +#: ../../Zotlabs/Module/Connedit.php:827 +#: ../../Zotlabs/Module/Settings/Tokens.php:160 +msgid "Their Settings" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:219 -msgid "Yes - with approval" +#: ../../Zotlabs/Module/Connedit.php:828 +#: ../../Zotlabs/Module/Settings/Tokens.php:161 +msgid "My Settings" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:225 -msgid "My site is not a public server" +#: ../../Zotlabs/Module/Connedit.php:830 +#: ../../Zotlabs/Module/Settings/Tokens.php:165 +msgid "Individual Permissions" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:226 -msgid "My site has paid access only" +#: ../../Zotlabs/Module/Connedit.php:831 +#: ../../Zotlabs/Module/Settings/Tokens.php:166 +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 "" -#: ../../Zotlabs/Module/Admin/Site.php:227 -msgid "My site has free access only" +#: ../../Zotlabs/Module/Connedit.php:832 +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 "" -#: ../../Zotlabs/Module/Admin/Site.php:228 -msgid "My site offers free accounts with optional paid upgrades" +#: ../../Zotlabs/Module/Connedit.php:833 +msgid "Last update:" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:239 ../../Zotlabs/Module/Setup.php:328 -msgid "Basic/Minimal Social Networking" +#: ../../Zotlabs/Module/Connedit.php:842 +msgid "Details" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:240 ../../Zotlabs/Module/Setup.php:329 -msgid "Standard Configuration (default)" +#: ../../Zotlabs/Module/Connedit.php:845 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 +msgid "Organisation" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:241 ../../Zotlabs/Module/Setup.php:330 -msgid "Professional" +#: ../../Zotlabs/Module/Connedit.php:846 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 +#: ../../include/page_widgets.php:46 +msgid "Title" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:245 ../../Zotlabs/Lib/Techlevels.php:10 -msgid "Beginner/Basic" +#: ../../Zotlabs/Module/Connedit.php:847 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 +msgid "Phone" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:246 ../../Zotlabs/Lib/Techlevels.php:11 -msgid "Novice - not skilled but willing to learn" +#: ../../Zotlabs/Module/Connedit.php:849 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 +msgid "Instant messenger" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:247 ../../Zotlabs/Lib/Techlevels.php:12 -msgid "Intermediate - somewhat comfortable" +#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 +msgid "Website" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:248 ../../Zotlabs/Lib/Techlevels.php:13 -msgid "Advanced - very comfortable" +#: ../../Zotlabs/Module/Connedit.php:852 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 +msgid "Note" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:249 ../../Zotlabs/Lib/Techlevels.php:14 -msgid "Expert - I can write computer code" +#: ../../Zotlabs/Module/Connedit.php:853 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 +#: ../../extend/addon/addon/cdav/cdav.php:270 +#: ../../include/connections.php:856 +msgid "Mobile" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:250 ../../Zotlabs/Lib/Techlevels.php:15 -msgid "Wizard - I probably know more than you do" +#: ../../Zotlabs/Module/Connedit.php:854 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 +#: ../../extend/addon/addon/cdav/cdav.php:271 +#: ../../include/connections.php:857 ../../include/nav.php:88 +msgid "Home" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1561 -msgid "Site" +#: ../../Zotlabs/Module/Connedit.php:855 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 +#: ../../extend/addon/addon/cdav/cdav.php:274 +#: ../../include/connections.php:860 +msgid "Work" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:262 -msgid "File upload" +#: ../../Zotlabs/Module/Connedit.php:857 +#: ../../extend/addon/addon/jappixmini/jappixmini.php:368 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 +msgid "Add Contact" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:263 -msgid "Policies" +#: ../../Zotlabs/Module/Connedit.php:858 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 +msgid "Add Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:264 -#: ../../include/contact_widgets.php:16 -msgid "Advanced" +#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 +msgid "P.O. Box" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:268 -#: ../../extend/addon/addon/statusnet/statusnet.php:890 -msgid "Site name" +#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 +msgid "Additional" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:270 ../../Zotlabs/Module/Setup.php:351 -msgid "Server Configuration/Role" +#: ../../Zotlabs/Module/Connedit.php:865 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 +msgid "Street" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:272 -msgid "Site default technical skill level" +#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 +msgid "Locality" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:272 -msgid "Used to provide a member experience matched to technical comfort level" +#: ../../Zotlabs/Module/Connedit.php:867 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 +msgid "Region" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:274 -msgid "Lock the technical skill level setting" +#: ../../Zotlabs/Module/Connedit.php:868 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 +msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:274 -msgid "Members can set their own technical comfort level by default" +#: ../../Zotlabs/Module/Connedit.php:869 ../../Zotlabs/Module/Profiles.php:715 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 +msgid "Country" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:276 -msgid "Banner/Logo" +#: ../../Zotlabs/Module/Network.php:96 +msgid "No such group" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:277 -msgid "Administrator Information" +#: ../../Zotlabs/Module/Network.php:136 +msgid "No such channel" +msgstr "" + +#: ../../Zotlabs/Module/Network.php:141 +msgid "forum" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:277 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" +#: ../../Zotlabs/Module/Network.php:153 +msgid "Search Results For:" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:278 -#: ../../Zotlabs/Module/Siteinfo.php:23 -msgid "Site Information" +#: ../../Zotlabs/Module/Network.php:221 +msgid "Privacy group is empty" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:278 -msgid "" -"Publicly visible description of this site. Displayed on siteinfo page. " -"BBCode can be used here" +#: ../../Zotlabs/Module/Network.php:230 +msgid "Privacy group: " msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:279 -msgid "System language" +#: ../../Zotlabs/Module/Network.php:256 +msgid "Invalid connection." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:280 -msgid "System theme" +#: ../../Zotlabs/Module/Menu.php:49 +msgid "Unable to update menu." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:280 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" +#: ../../Zotlabs/Module/Menu.php:60 +msgid "Unable to create menu." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:281 -msgid "Mobile system theme" +#: ../../Zotlabs/Module/Menu.php:98 ../../Zotlabs/Module/Menu.php:110 +msgid "Menu Name" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:281 -msgid "Theme for mobile devices" +#: ../../Zotlabs/Module/Menu.php:98 +msgid "Unique name (not visible on webpage) - required" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:283 -msgid "Allow Feeds as Connections" +#: ../../Zotlabs/Module/Menu.php:99 ../../Zotlabs/Module/Menu.php:111 +msgid "Menu Title" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:283 -msgid "(Heavy system resource usage)" +#: ../../Zotlabs/Module/Menu.php:99 +msgid "Visible on webpage - leave empty for no title" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:284 -msgid "Maximum image size" +#: ../../Zotlabs/Module/Menu.php:100 +msgid "Allow Bookmarks" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:284 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:285 -msgid "Does this site allow new member registration?" +#: ../../Zotlabs/Module/Menu.php:101 ../../Zotlabs/Module/Menu.php:159 +msgid "Submit and proceed" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:286 -msgid "Invitation only" +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2284 +msgid "Menus" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:286 -msgid "" -"Only allow new member registrations with an invitation code. Above register " -"policy must be set to Yes." +#: ../../Zotlabs/Module/Menu.php:113 ../../Zotlabs/Module/Locs.php:120 +msgid "Drop" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:287 -msgid "Which best describes the types of account offered by this hub?" +#: ../../Zotlabs/Module/Menu.php:114 ../../Zotlabs/Module/Blocks.php:157 +#: ../../Zotlabs/Module/Layouts.php:190 ../../Zotlabs/Module/Webpages.php:251 +#: ../../include/page_widgets.php:47 +msgid "Created" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:288 -msgid "Register text" +#: ../../Zotlabs/Module/Menu.php:115 ../../Zotlabs/Module/Blocks.php:158 +#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:252 +#: ../../include/page_widgets.php:48 +msgid "Edited" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:288 -msgid "Will be displayed prominently on the registration page." +#: ../../Zotlabs/Module/Menu.php:117 +msgid "Bookmarks allowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:289 -msgid "Site homepage to show visitors (default: login box)" +#: ../../Zotlabs/Module/Menu.php:119 +msgid "Delete this menu" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:289 -msgid "" -"example: 'public' to show public stream, 'page/sys/home' to show a system " -"webpage called 'home' or 'include:home.html' to include a file." +#: ../../Zotlabs/Module/Menu.php:120 ../../Zotlabs/Module/Menu.php:154 +msgid "Edit menu contents" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:290 -msgid "Preserve site homepage URL" +#: ../../Zotlabs/Module/Menu.php:121 +msgid "Edit this menu" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:290 -msgid "" -"Present the site homepage in a frame at the original location instead of " -"redirecting" +#: ../../Zotlabs/Module/Menu.php:136 +msgid "Menu could not be deleted." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:291 -msgid "Accounts abandoned after x days" +#: ../../Zotlabs/Module/Menu.php:144 ../../Zotlabs/Module/Mitem.php:28 +msgid "Menu not found." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:291 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +#: ../../Zotlabs/Module/Menu.php:149 +msgid "Edit Menu" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:292 -msgid "Allowed friend domains" +#: ../../Zotlabs/Module/Menu.php:153 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:292 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Menu name" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:293 -msgid "Verify Email Addresses" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:293 -msgid "" -"Check to verify email addresses used in account registration (recommended)." +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:294 -msgid "Force publish" +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title as seen by others" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:294 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +#: ../../Zotlabs/Module/Menu.php:157 +msgid "Allow bookmarks" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:295 -msgid "Import Public Streams" +#: ../../Zotlabs/Module/Menu.php:166 ../../Zotlabs/Module/Mitem.php:120 +#: ../../Zotlabs/Module/Xchan.php:41 +msgid "Not found." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:295 -msgid "" -"Import and allow access to public content pulled from other sites. Warning: " -"this content is unmoderated." +#: ../../Zotlabs/Module/Cal.php:69 +msgid "Permissions denied." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:296 -msgid "Login on Homepage" +#: ../../Zotlabs/Module/Cal.php:263 ../../Zotlabs/Module/Events.php:596 +msgid "l, F j" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:296 -msgid "" -"Present a login box to visitors on the home page if no other content has " -"been configured." +#: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:651 +#: ../../include/text.php:1761 +msgid "Link to Source" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:297 -msgid "Enable context help" +#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 +msgid "Edit Event" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:297 -msgid "" -"Display contextual help for the current page when the help button is pressed." +#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 +msgid "Create Event" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:299 -msgid "Directory Server URL" +#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:682 +msgid "Export" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:299 -msgid "Default directory server" +#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2307 +msgid "Import" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:301 -msgid "Proxy user" +#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Events.php:691 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:848 +msgid "Today" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:302 -msgid "Proxy URL" +#: ../../Zotlabs/Module/Rpost.php:138 ../../Zotlabs/Module/Editpost.php:107 +msgid "Edit post" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:303 -msgid "Network timeout" +#: ../../Zotlabs/Module/Like.php:19 +msgid "Like/Dislike" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:303 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../Zotlabs/Module/Like.php:24 +msgid "This action is restricted to members." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:304 -msgid "Delivery interval" +#: ../../Zotlabs/Module/Like.php:25 +msgid "" +"Please login with your $Projectname ID or register as a new $Projectname member to continue." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:304 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." +#: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 +#: ../../Zotlabs/Module/Like.php:169 +msgid "Invalid request." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:305 -msgid "Deliveries per process" +#: ../../Zotlabs/Module/Like.php:117 ../../include/conversation.php:126 +msgid "channel" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:305 -msgid "" -"Number of deliveries to attempt in a single operating system process. Adjust " -"if necessary to tune system performance. Recommend: 1-5." +#: ../../Zotlabs/Module/Like.php:146 +msgid "thing" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:306 -msgid "Poll interval" +#: ../../Zotlabs/Module/Like.php:192 +msgid "Channel unavailable." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:306 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." +#: ../../Zotlabs/Module/Like.php:240 +msgid "Previous action reversed." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:307 -msgid "Maximum Load Average" +#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 +#: ../../Zotlabs/Module/Tagger.php:47 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../extend/addon/addon/redphotos/redphotohelper.php:74 +#: ../../include/text.php:1953 ../../include/conversation.php:120 +msgid "photo" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:307 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." +#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../include/text.php:1959 ../../include/conversation.php:148 +msgid "status" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:308 -msgid "Expiration period in days for imported (grid/network) content" +#: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:256 +#: ../../Zotlabs/Module/Tagger.php:51 ../../include/event.php:961 +#: ../../include/text.php:1956 ../../include/conversation.php:123 +msgid "event" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:308 -msgid "0 for no expiration of imported content" +#: ../../Zotlabs/Module/Like.php:419 +#: ../../extend/addon/addon/diaspora/inbound.php:1823 +#: ../../include/conversation.php:164 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 -msgid "Public Hubs" +#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:167 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:27 -msgid "" -"The listed hubs allow public registration for the $Projectname network. All " -"hubs in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some hubs may require subscription or " -"provide tiered service plans. The hub itself may provide " -"additional details." +#: ../../Zotlabs/Module/Like.php:423 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Hub URL" +#: ../../Zotlabs/Module/Like.php:425 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Access Type" +#: ../../Zotlabs/Module/Like.php:427 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Registration Policy" +#: ../../Zotlabs/Module/Like.php:429 +#, php-format +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Stats" +#: ../../Zotlabs/Module/Like.php:431 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Software" +#: ../../Zotlabs/Module/Like.php:433 +#, php-format +msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:35 ../../Zotlabs/Module/Ratings.php:97 -#: ../../include/conversation.php:940 -msgid "Ratings" +#: ../../Zotlabs/Module/Like.php:538 +msgid "Action completed." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:48 -msgid "Rate" +#: ../../Zotlabs/Module/Like.php:539 +msgid "Thank you." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 -#: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Webpages.php:246 -#: ../../Zotlabs/Module/Wiki.php:146 ../../Zotlabs/Module/Events.php:685 -#: ../../include/page_widgets.php:42 -msgid "View" +#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63 +msgid "Invalid profile identifier." msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:79 -#: ../../Zotlabs/Module/Editwebpage.php:80 -#: ../../Zotlabs/Module/Editblock.php:79 ../../Zotlabs/Module/Editblock.php:95 -#: ../../Zotlabs/Module/Editpost.php:24 -msgid "Item not found" +#: ../../Zotlabs/Module/Profperm.php:115 +msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:127 -#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 -msgid "Layout Name" +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1282 +msgid "Profile" msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:128 -#: ../../Zotlabs/Module/Layouts.php:131 -msgid "Layout Description (Optional)" +#: ../../Zotlabs/Module/Profperm.php:119 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:136 -msgid "Edit Layout" +#: ../../Zotlabs/Module/Profperm.php:128 +msgid "Visible To" msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:142 -msgid "Page link" +#: ../../Zotlabs/Module/Ffsapi.php:12 +msgid "Share content from Firefox to $Projectname" msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Mail.php:286 -#: ../../Zotlabs/Module/Mail.php:411 ../../Zotlabs/Module/Editblock.php:111 -#: ../../Zotlabs/Module/Chat.php:207 ../../include/conversation.php:1147 -msgid "Insert web link" +#: ../../Zotlabs/Module/Ffsapi.php:15 +msgid "Activate the Firefox $Projectname provider" msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:169 -msgid "Edit Webpage" +#: ../../Zotlabs/Module/Chatsvc.php:117 +msgid "Away" msgstr "" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 -#: ../../include/nav.php:95 ../../include/conversation.php:1674 -msgid "Photos" +#: ../../Zotlabs/Module/Chatsvc.php:122 +msgid "Online" msgstr "" -#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Wiki.php:20 -#: ../../Zotlabs/Module/Chat.php:25 -#: ../../extend/addon/addon/chess/chess.php:400 -msgid "You must be logged in to see this page." +#: ../../Zotlabs/Module/Home.php:74 ../../Zotlabs/Module/Home.php:82 +msgid "$Projectname" msgstr "" -#: ../../Zotlabs/Module/Channel.php:44 -msgid "Posts and comments" +#: ../../Zotlabs/Module/Home.php:92 +#, php-format +msgid "Welcome to %s" msgstr "" -#: ../../Zotlabs/Module/Channel.php:45 -msgid "Only posts" +#: ../../Zotlabs/Module/Filestorage.php:87 +msgid "Permission Denied." msgstr "" -#: ../../Zotlabs/Module/Channel.php:104 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../Zotlabs/Module/Filestorage.php:103 +msgid "File not found." msgstr "" -#: ../../Zotlabs/Module/Network.php:96 -msgid "No such group" +#: ../../Zotlabs/Module/Filestorage.php:146 +msgid "Edit file permissions" msgstr "" -#: ../../Zotlabs/Module/Network.php:136 -msgid "No such channel" +#: ../../Zotlabs/Module/Filestorage.php:159 +msgid "Set/edit permissions" msgstr "" -#: ../../Zotlabs/Module/Network.php:141 -msgid "forum" +#: ../../Zotlabs/Module/Filestorage.php:160 +msgid "Include all files and sub folders" msgstr "" -#: ../../Zotlabs/Module/Network.php:153 -msgid "Search Results For:" +#: ../../Zotlabs/Module/Filestorage.php:161 +msgid "Return to file list" msgstr "" -#: ../../Zotlabs/Module/Network.php:221 -msgid "Privacy group is empty" +#: ../../Zotlabs/Module/Filestorage.php:163 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../Zotlabs/Module/Network.php:230 -msgid "Privacy group: " +#: ../../Zotlabs/Module/Filestorage.php:164 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../Zotlabs/Module/Network.php:256 -msgid "Invalid connection." +#: ../../Zotlabs/Module/Filestorage.php:166 +msgid "Share this file" msgstr "" -#: ../../Zotlabs/Module/Menu.php:49 -msgid "Unable to update menu." +#: ../../Zotlabs/Module/Filestorage.php:167 +msgid "Show URL to this file" msgstr "" -#: ../../Zotlabs/Module/Menu.php:60 -msgid "Unable to create menu." +#: ../../Zotlabs/Module/Filestorage.php:168 +msgid "Notify your contacts about this file" msgstr "" -#: ../../Zotlabs/Module/Menu.php:98 ../../Zotlabs/Module/Menu.php:110 -msgid "Menu Name" +#: ../../Zotlabs/Module/Editblock.php:108 ../../Zotlabs/Module/Blocks.php:97 +#: ../../Zotlabs/Module/Blocks.php:155 +msgid "Block Name" msgstr "" -#: ../../Zotlabs/Module/Menu.php:98 -msgid "Unique name (not visible on webpage) - required" +#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1406 +msgid "Title (optional)" msgstr "" -#: ../../Zotlabs/Module/Menu.php:99 ../../Zotlabs/Module/Menu.php:111 -msgid "Menu Title" +#: ../../Zotlabs/Module/Editblock.php:133 +msgid "Edit Block" msgstr "" -#: ../../Zotlabs/Module/Menu.php:99 -msgid "Visible on webpage - leave empty for no title" +#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54 +msgid "Location not found." msgstr "" -#: ../../Zotlabs/Module/Menu.php:100 -msgid "Allow Bookmarks" +#: ../../Zotlabs/Module/Locs.php:62 +msgid "Location lookup failed." msgstr "" -#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -msgid "Menu may be used to store saved bookmarks" +#: ../../Zotlabs/Module/Locs.php:66 +msgid "" +"Please select another location to become primary before removing the primary " +"location." msgstr "" -#: ../../Zotlabs/Module/Menu.php:101 ../../Zotlabs/Module/Menu.php:159 -msgid "Submit and proceed" +#: ../../Zotlabs/Module/Locs.php:95 +msgid "Syncing locations" msgstr "" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2271 -msgid "Menus" +#: ../../Zotlabs/Module/Locs.php:105 +msgid "No locations found." msgstr "" -#: ../../Zotlabs/Module/Menu.php:114 ../../Zotlabs/Module/Blocks.php:157 -#: ../../Zotlabs/Module/Layouts.php:190 ../../Zotlabs/Module/Webpages.php:251 -#: ../../include/page_widgets.php:47 -msgid "Created" +#: ../../Zotlabs/Module/Locs.php:116 +msgid "Manage Channel Locations" msgstr "" -#: ../../Zotlabs/Module/Menu.php:115 ../../Zotlabs/Module/Blocks.php:158 -#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:252 -#: ../../include/page_widgets.php:48 -msgid "Edited" +#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Events.php:468 +#: ../../Zotlabs/Module/Pubsites.php:51 ../../Zotlabs/Module/Profiles.php:471 +#: ../../Zotlabs/Module/Profiles.php:692 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 +#: ../../include/js_strings.php:25 +msgid "Location" msgstr "" -#: ../../Zotlabs/Module/Menu.php:117 -msgid "Bookmarks allowed" +#: ../../Zotlabs/Module/Locs.php:119 +msgid "Primary" msgstr "" -#: ../../Zotlabs/Module/Menu.php:119 -msgid "Delete this menu" +#: ../../Zotlabs/Module/Locs.php:122 +msgid "Sync Now" msgstr "" -#: ../../Zotlabs/Module/Menu.php:120 ../../Zotlabs/Module/Menu.php:154 -msgid "Edit menu contents" +#: ../../Zotlabs/Module/Locs.php:123 +msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../Zotlabs/Module/Menu.php:121 -msgid "Edit this menu" +#: ../../Zotlabs/Module/Locs.php:124 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." msgstr "" -#: ../../Zotlabs/Module/Menu.php:136 -msgid "Menu could not be deleted." +#: ../../Zotlabs/Module/Locs.php:125 +msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Menu.php:144 ../../Zotlabs/Module/Mitem.php:28 -msgid "Menu not found." +#: ../../Zotlabs/Module/Invite.php:29 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../Zotlabs/Module/Menu.php:149 -msgid "Edit Menu" +#: ../../Zotlabs/Module/Invite.php:53 +#, php-format +msgid "%s : Not a valid email address." msgstr "" -#: ../../Zotlabs/Module/Menu.php:153 -msgid "Add or remove entries to this menu" +#: ../../Zotlabs/Module/Invite.php:67 +msgid "Please join us on $Projectname" msgstr "" -#: ../../Zotlabs/Module/Menu.php:155 -msgid "Menu name" +#: ../../Zotlabs/Module/Invite.php:77 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../Zotlabs/Module/Menu.php:155 -msgid "Must be unique, only seen by you" +#: ../../Zotlabs/Module/Invite.php:82 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../Zotlabs/Module/Menu.php:156 -msgid "Menu title" -msgstr "" +#: ../../Zotlabs/Module/Invite.php:86 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Menu.php:156 -msgid "Menu title as seen by others" +#: ../../Zotlabs/Module/Invite.php:105 +msgid "You have no more invitations available" msgstr "" -#: ../../Zotlabs/Module/Menu.php:157 -msgid "Allow bookmarks" +#: ../../Zotlabs/Module/Invite.php:136 +msgid "Send invitations" msgstr "" -#: ../../Zotlabs/Module/Menu.php:166 ../../Zotlabs/Module/Mitem.php:120 -#: ../../Zotlabs/Module/Xchan.php:41 -msgid "Not found." +#: ../../Zotlabs/Module/Invite.php:137 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../Zotlabs/Module/Appman.php:37 ../../Zotlabs/Module/Appman.php:53 -msgid "App installed." +#: ../../Zotlabs/Module/Invite.php:138 ../../Zotlabs/Module/Mail.php:284 +msgid "Your message:" msgstr "" -#: ../../Zotlabs/Module/Appman.php:46 -msgid "Malformed app." +#: ../../Zotlabs/Module/Invite.php:139 +msgid "Please join my community on $Projectname." msgstr "" -#: ../../Zotlabs/Module/Appman.php:105 -msgid "Embed code" +#: ../../Zotlabs/Module/Invite.php:141 +msgid "You will need to supply this invitation code:" msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 -msgid "Edit App" +#: ../../Zotlabs/Module/Invite.php:142 +msgid "1. Register at any $Projectname location (they are all inter-connected)" msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 -msgid "Create App" +#: ../../Zotlabs/Module/Invite.php:144 +msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 -msgid "Name of app" +#: ../../Zotlabs/Module/Invite.php:145 +msgid "or visit" msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 -#: ../../Zotlabs/Module/Profiles.php:703 ../../Zotlabs/Module/Profiles.php:707 -#: ../../Zotlabs/Module/Events.php:453 ../../Zotlabs/Module/Events.php:458 -#: ../../include/datetime.php:259 -msgid "Required" +#: ../../Zotlabs/Module/Invite.php:147 +msgid "3. Click [Connect]" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 -msgid "Location (URL) of app" +#: ../../Zotlabs/Module/Acl.php:313 +msgid "network" msgstr "" -#: ../../Zotlabs/Module/Appman.php:118 ../../Zotlabs/Module/Rbmark.php:101 -#: ../../Zotlabs/Module/Events.php:466 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 -msgid "Description" +#: ../../Zotlabs/Module/Acl.php:323 +msgid "RSS" msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 -msgid "Photo icon URL" +#: ../../Zotlabs/Module/Events.php:25 +msgid "Calendar entries imported." msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 -msgid "80 x 80 pixels - optional" +#: ../../Zotlabs/Module/Events.php:27 +msgid "No calendar entries found." msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 -msgid "Categories (optional, comma separated list)" +#: ../../Zotlabs/Module/Events.php:106 +msgid "Event can not end before it has started." msgstr "" -#: ../../Zotlabs/Module/Appman.php:121 -msgid "Version ID" +#: ../../Zotlabs/Module/Events.php:108 ../../Zotlabs/Module/Events.php:117 +#: ../../Zotlabs/Module/Events.php:139 +msgid "Unable to generate preview." msgstr "" -#: ../../Zotlabs/Module/Appman.php:122 -msgid "Price of app" +#: ../../Zotlabs/Module/Events.php:115 +msgid "Event title and start time are required." msgstr "" -#: ../../Zotlabs/Module/Appman.php:123 -msgid "Location (URL) to purchase app" +#: ../../Zotlabs/Module/Events.php:137 ../../Zotlabs/Module/Events.php:261 +msgid "Event not found." msgstr "" -#: ../../Zotlabs/Module/Rpost.php:138 ../../Zotlabs/Module/Editpost.php:107 -msgid "Edit post" +#: ../../Zotlabs/Module/Events.php:453 +msgid "Edit event title" msgstr "" -#: ../../Zotlabs/Module/Help.php:23 -msgid "Documentation Search" +#: ../../Zotlabs/Module/Events.php:453 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:835 +msgid "Event title" msgstr "" -#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1665 -msgid "About" +#: ../../Zotlabs/Module/Events.php:453 ../../Zotlabs/Module/Events.php:458 +#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Profiles.php:703 ../../Zotlabs/Module/Profiles.php:707 +#: ../../include/datetime.php:259 +msgid "Required" msgstr "" -#: ../../Zotlabs/Module/Help.php:81 ../../Zotlabs/Module/Group.php:197 -msgid "Members" +#: ../../Zotlabs/Module/Events.php:455 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../Zotlabs/Module/Help.php:82 -msgid "Administrators" +#: ../../Zotlabs/Module/Events.php:456 +msgid "Edit Category" msgstr "" -#: ../../Zotlabs/Module/Help.php:83 -msgid "Developers" +#: ../../Zotlabs/Module/Events.php:456 +msgid "Category" msgstr "" -#: ../../Zotlabs/Module/Help.php:84 -msgid "Tutorials" +#: ../../Zotlabs/Module/Events.php:459 +msgid "Edit start date and time" msgstr "" -#: ../../Zotlabs/Module/Help.php:93 -msgid "$Projectname Documentation" +#: ../../Zotlabs/Module/Events.php:459 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:836 +msgid "Start date and time" msgstr "" -#: ../../Zotlabs/Module/Help.php:94 -msgid "Contents" +#: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:463 +msgid "Finish date and time are not known or not relevant" msgstr "" -#: ../../Zotlabs/Module/Ffsapi.php:12 -msgid "Share content from Firefox to $Projectname" +#: ../../Zotlabs/Module/Events.php:462 +msgid "Edit finish date and time" msgstr "" -#: ../../Zotlabs/Module/Ffsapi.php:15 -msgid "Activate the Firefox $Projectname provider" +#: ../../Zotlabs/Module/Events.php:462 +msgid "Finish date and time" msgstr "" -#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 -#: ../../include/widgets.php:102 -msgid "Apps" +#: ../../Zotlabs/Module/Events.php:464 ../../Zotlabs/Module/Events.php:465 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../Zotlabs/Module/Home.php:74 ../../Zotlabs/Module/Home.php:82 -msgid "$Projectname" +#: ../../Zotlabs/Module/Events.php:464 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." msgstr "" -#: ../../Zotlabs/Module/Home.php:92 -#, php-format -msgid "Welcome to %s" +#: ../../Zotlabs/Module/Events.php:466 +msgid "Edit Description" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:87 -msgid "Permission Denied." +#: ../../Zotlabs/Module/Events.php:466 ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Rbmark.php:101 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 +msgid "Description" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:103 -msgid "File not found." +#: ../../Zotlabs/Module/Events.php:468 +msgid "Edit Location" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:146 -msgid "Edit file permissions" +#: ../../Zotlabs/Module/Events.php:472 ../../include/conversation.php:1410 +msgid "Permission settings" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:152 -#: ../../Zotlabs/Module/Photos.php:658 ../../Zotlabs/Module/Photos.php:1047 -#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:363 -#: ../../Zotlabs/Module/Chat.php:234 ../../include/acl_selectors.php:208 -msgid "Permissions" +#: ../../Zotlabs/Module/Events.php:485 +msgid "Advanced Options" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:159 -msgid "Set/edit permissions" +#: ../../Zotlabs/Module/Events.php:624 +msgid "Edit event" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:160 -msgid "Include all files and sub folders" +#: ../../Zotlabs/Module/Events.php:626 +msgid "Delete event" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:161 -msgid "Return to file list" +#: ../../Zotlabs/Module/Events.php:660 +msgid "calendar" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:163 -msgid "Copy/paste this code to attach file to a post" +#: ../../Zotlabs/Module/Events.php:685 ../../Zotlabs/Module/Pubsites.php:59 +#: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Layouts.php:197 +#: ../../Zotlabs/Module/Webpages.php:246 ../../Zotlabs/Module/Wiki.php:146 +#: ../../include/page_widgets.php:42 +msgid "View" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:164 -msgid "Copy/paste this URL to link file from a web page" +#: ../../Zotlabs/Module/Events.php:686 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:849 +msgid "Month" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:166 -msgid "Share this file" +#: ../../Zotlabs/Module/Events.php:687 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:850 +msgid "Week" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:167 -msgid "Show URL to this file" +#: ../../Zotlabs/Module/Events.php:688 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:851 +msgid "Day" msgstr "" -#: ../../Zotlabs/Module/Filestorage.php:168 -msgid "Notify your contacts about this file" +#: ../../Zotlabs/Module/Events.php:722 +msgid "Event removed" msgstr "" -#: ../../Zotlabs/Module/Directory.php:64 ../../Zotlabs/Module/Display.php:17 -#: ../../Zotlabs/Module/Ratings.php:83 ../../Zotlabs/Module/Photos.php:509 -#: ../../Zotlabs/Module/Search.php:17 -#: ../../Zotlabs/Module/Viewconnections.php:23 -#: ../../extend/addon/addon/friendica/dfrn_request.php:794 -msgid "Public access denied." +#: ../../Zotlabs/Module/Events.php:725 +msgid "Failed to remove event" msgstr "" #: ../../Zotlabs/Module/Directory.php:245 @@ -3226,9 +3864,9 @@ msgstr "" msgid "Age:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:314 ../../include/channel.php:1051 -#: ../../include/bb2diaspora.php:521 ../../include/event.php:52 -#: ../../include/event.php:84 +#: ../../Zotlabs/Module/Directory.php:314 ../../include/event.php:52 +#: ../../include/event.php:84 ../../include/bb2diaspora.php:526 +#: ../../include/channel.php:1051 msgid "Location:" msgstr "" @@ -3244,6 +3882,14 @@ msgstr "" msgid "About:" msgstr "" +#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Match.php:68 +#: ../../Zotlabs/Module/Suggest.php:56 ../../include/channel.php:1036 +#: ../../include/connections.php:78 ../../include/widgets.php:147 +#: ../../include/widgets.php:184 ../../include/conversation.php:938 +#: ../../include/conversation.php:1069 +msgid "Connect" +msgstr "" + #: ../../Zotlabs/Module/Directory.php:329 msgid "Public Forum:" msgstr "" @@ -3309,1335 +3955,1249 @@ msgstr "" msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../Zotlabs/Module/Item.php:184 -msgid "Unable to locate original post." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:447 -msgid "Empty post discarded." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:489 -msgid "Executable content type not permitted to this channel." +#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 +msgid "webpage" msgstr "" -#: ../../Zotlabs/Module/Item.php:837 -msgid "Duplicate post suppressed." +#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 +msgid "block" msgstr "" -#: ../../Zotlabs/Module/Item.php:979 -msgid "System error. Post not saved." +#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 +msgid "layout" msgstr "" -#: ../../Zotlabs/Module/Item.php:1111 -msgid "Unable to obtain post information from database." +#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 +msgid "menu" msgstr "" -#: ../../Zotlabs/Module/Item.php:1118 +#: ../../Zotlabs/Module/Impel.php:191 #, php-format -msgid "You have reached your limit of %1$.0f top level posts." +msgid "%s element installed" msgstr "" -#: ../../Zotlabs/Module/Item.php:1125 +#: ../../Zotlabs/Module/Impel.php:194 #, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "" - -#: ../../Zotlabs/Module/Chanview.php:134 -msgid "toggle full screen mode" -msgstr "" - -#: ../../Zotlabs/Module/Follow.php:31 -msgid "Channel added." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:66 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:73 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:80 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:98 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:177 -msgid "Messages" -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:212 -msgid "Message recalled." -msgstr "" - -#: ../../Zotlabs/Module/Mail.php:225 -msgid "Conversation removed." +msgid "%s element installation failed" msgstr "" -#: ../../Zotlabs/Module/Mail.php:239 ../../Zotlabs/Module/Mail.php:348 -#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1182 -msgid "Please enter a link URL:" +#: ../../Zotlabs/Module/Import_items.php:104 +msgid "Import completed" msgstr "" -#: ../../Zotlabs/Module/Mail.php:240 ../../Zotlabs/Module/Mail.php:349 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../Zotlabs/Module/Import_items.php:119 +msgid "Import Items" msgstr "" -#: ../../Zotlabs/Module/Mail.php:268 -msgid "Requested channel is not in this network" +#: ../../Zotlabs/Module/Import_items.php:120 +msgid "Use this form to import existing posts and content from an export file." msgstr "" -#: ../../Zotlabs/Module/Mail.php:276 -msgid "Send Private Message" +#: ../../Zotlabs/Module/Lockview.php:75 +msgid "Remote privacy information not available." msgstr "" -#: ../../Zotlabs/Module/Mail.php:277 ../../Zotlabs/Module/Mail.php:402 -msgid "To:" +#: ../../Zotlabs/Module/Lockview.php:96 +msgid "Visible to:" msgstr "" -#: ../../Zotlabs/Module/Mail.php:280 ../../Zotlabs/Module/Mail.php:404 -msgid "Subject:" +#: ../../Zotlabs/Module/Follow.php:31 +msgid "Channel added." msgstr "" -#: ../../Zotlabs/Module/Mail.php:283 ../../Zotlabs/Module/Invite.php:138 -msgid "Your message:" +#: ../../Zotlabs/Module/Item.php:184 +msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Mail.php:285 ../../Zotlabs/Module/Mail.php:410 -#: ../../include/conversation.php:1242 -msgid "Attach file" +#: ../../Zotlabs/Module/Item.php:447 +msgid "Empty post discarded." msgstr "" -#: ../../Zotlabs/Module/Mail.php:287 -msgid "Send" +#: ../../Zotlabs/Module/Item.php:489 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../Zotlabs/Module/Mail.php:290 ../../Zotlabs/Module/Mail.php:415 -#: ../../include/conversation.php:1287 -msgid "Set expiration date" +#: ../../Zotlabs/Module/Item.php:837 +msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Mail.php:292 ../../Zotlabs/Module/Mail.php:417 -#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Lib/ThreadItem.php:741 -#: ../../include/conversation.php:1292 -msgid "Encrypt text" +#: ../../Zotlabs/Module/Item.php:979 +msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Mail.php:374 -msgid "Delete message" +#: ../../Zotlabs/Module/Item.php:1111 +msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Mail.php:375 -msgid "Delivery report" +#: ../../Zotlabs/Module/Item.php:1118 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../Zotlabs/Module/Mail.php:376 -msgid "Recall message" +#: ../../Zotlabs/Module/Item.php:1125 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../Zotlabs/Module/Mail.php:378 -msgid "Message has been recalled." +#: ../../Zotlabs/Module/Magic.php:71 +msgid "Hub not found." msgstr "" -#: ../../Zotlabs/Module/Mail.php:395 -msgid "Delete Conversation" +#: ../../Zotlabs/Module/Mitem.php:52 +msgid "Unable to create element." msgstr "" -#: ../../Zotlabs/Module/Mail.php:397 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +#: ../../Zotlabs/Module/Mitem.php:76 +msgid "Unable to update menu element." msgstr "" -#: ../../Zotlabs/Module/Mail.php:401 -msgid "Send Reply" +#: ../../Zotlabs/Module/Mitem.php:92 +msgid "Unable to add menu element." msgstr "" -#: ../../Zotlabs/Module/Mail.php:406 -#, php-format -msgid "Your message for %s (%s):" +#: ../../Zotlabs/Module/Mitem.php:153 ../../Zotlabs/Module/Mitem.php:230 +msgid "Menu Item Permissions" msgstr "" -#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 -msgid "webpage" +#: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 +#: ../../Zotlabs/Module/Settings/Channel.php:489 +msgid "(click to open/close)" msgstr "" -#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 -msgid "block" +#: ../../Zotlabs/Module/Mitem.php:160 ../../Zotlabs/Module/Mitem.php:176 +msgid "Link Name" msgstr "" -#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 -msgid "layout" +#: ../../Zotlabs/Module/Mitem.php:161 ../../Zotlabs/Module/Mitem.php:239 +msgid "Link or Submenu Target" msgstr "" -#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 -msgid "menu" +#: ../../Zotlabs/Module/Mitem.php:161 +msgid "Enter URL of the link or select a menu name to create a submenu" msgstr "" -#: ../../Zotlabs/Module/Impel.php:191 -#, php-format -msgid "%s element installed" +#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:240 +msgid "Use magic-auth if available" msgstr "" -#: ../../Zotlabs/Module/Impel.php:194 -#, php-format -msgid "%s element installation failed" +#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:241 +msgid "Open link in new window" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:42 ../../Zotlabs/Module/Import.php:71 -msgid "Nothing to import." +#: ../../Zotlabs/Module/Mitem.php:164 ../../Zotlabs/Module/Mitem.php:242 +msgid "Order in list" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:66 ../../Zotlabs/Module/Import.php:83 -#: ../../Zotlabs/Module/Import.php:98 -msgid "Unable to download data from old server" +#: ../../Zotlabs/Module/Mitem.php:164 ../../Zotlabs/Module/Mitem.php:242 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:72 -#: ../../Zotlabs/Module/Import.php:105 -msgid "Imported file is empty." +#: ../../Zotlabs/Module/Mitem.php:165 +msgid "Submit and finish" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:88 -#: ../../Zotlabs/Module/Import.php:127 -#, php-format -msgid "Warning: Database versions differ by %1$d updates." +#: ../../Zotlabs/Module/Mitem.php:166 +msgid "Submit and continue" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:104 -msgid "Import completed" +#: ../../Zotlabs/Module/Mitem.php:174 +msgid "Menu:" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:119 -msgid "Import Items" +#: ../../Zotlabs/Module/Mitem.php:177 +msgid "Link Target" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:120 -msgid "Use this form to import existing posts and content from an export file." +#: ../../Zotlabs/Module/Mitem.php:180 +msgid "Edit menu" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:121 -#: ../../Zotlabs/Module/Import.php:532 -msgid "File to Upload" +#: ../../Zotlabs/Module/Mitem.php:183 +msgid "Edit element" msgstr "" -#: ../../Zotlabs/Module/Invite.php:29 -msgid "Total invitation limit exceeded." +#: ../../Zotlabs/Module/Mitem.php:184 +msgid "Drop element" msgstr "" -#: ../../Zotlabs/Module/Invite.php:53 -#, php-format -msgid "%s : Not a valid email address." +#: ../../Zotlabs/Module/Mitem.php:185 +msgid "New element" msgstr "" -#: ../../Zotlabs/Module/Invite.php:67 -msgid "Please join us on $Projectname" +#: ../../Zotlabs/Module/Mitem.php:186 +msgid "Edit this menu container" msgstr "" -#: ../../Zotlabs/Module/Invite.php:77 -msgid "Invitation limit exceeded. Please contact your site administrator." +#: ../../Zotlabs/Module/Mitem.php:187 +msgid "Add menu element" msgstr "" -#: ../../Zotlabs/Module/Invite.php:82 -#, php-format -msgid "%s : Message delivery failed." +#: ../../Zotlabs/Module/Mitem.php:188 +msgid "Delete this menu item" msgstr "" -#: ../../Zotlabs/Module/Invite.php:86 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Mitem.php:189 +msgid "Edit this menu item" +msgstr "" -#: ../../Zotlabs/Module/Invite.php:105 -msgid "You have no more invitations available" +#: ../../Zotlabs/Module/Mitem.php:206 +msgid "Menu item not found." msgstr "" -#: ../../Zotlabs/Module/Invite.php:136 -msgid "Send invitations" +#: ../../Zotlabs/Module/Mitem.php:219 +msgid "Menu item deleted." msgstr "" -#: ../../Zotlabs/Module/Invite.php:137 -msgid "Enter email addresses, one per line:" +#: ../../Zotlabs/Module/Mitem.php:221 +msgid "Menu item could not be deleted." msgstr "" -#: ../../Zotlabs/Module/Invite.php:139 -msgid "Please join my community on $Projectname." +#: ../../Zotlabs/Module/Mitem.php:228 +msgid "Edit Menu Element" msgstr "" -#: ../../Zotlabs/Module/Invite.php:141 -msgid "You will need to supply this invitation code:" +#: ../../Zotlabs/Module/Mitem.php:238 +msgid "Link text" msgstr "" -#: ../../Zotlabs/Module/Invite.php:142 -msgid "1. Register at any $Projectname location (they are all inter-connected)" +#: ../../Zotlabs/Module/Api.php:72 ../../Zotlabs/Module/Api.php:93 +msgid "Authorize application connection" msgstr "" -#: ../../Zotlabs/Module/Invite.php:144 -msgid "2. Enter my $Projectname network address into the site searchbar." +#: ../../Zotlabs/Module/Api.php:73 +msgid "Return to your app and insert this Security Code:" msgstr "" -#: ../../Zotlabs/Module/Invite.php:145 -msgid "or visit" +#: ../../Zotlabs/Module/Api.php:83 +msgid "Please login to continue." msgstr "" -#: ../../Zotlabs/Module/Invite.php:147 -msgid "3. Click [Connect]" +#: ../../Zotlabs/Module/Api.php:95 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../Zotlabs/Module/Editblock.php:108 ../../Zotlabs/Module/Blocks.php:97 -#: ../../Zotlabs/Module/Blocks.php:155 -msgid "Block Name" +#: ../../Zotlabs/Module/Ratings.php:70 +msgid "No ratings" msgstr "" -#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1258 -msgid "Title (optional)" +#: ../../Zotlabs/Module/Ratings.php:97 ../../Zotlabs/Module/Pubsites.php:35 +#: ../../include/conversation.php:941 ../../include/conversation.php:1099 +msgid "Ratings" msgstr "" -#: ../../Zotlabs/Module/Editblock.php:133 -msgid "Edit Block" +#: ../../Zotlabs/Module/Ratings.php:98 +msgid "Rating: " msgstr "" -#: ../../Zotlabs/Module/Group.php:24 -msgid "Privacy group created." +#: ../../Zotlabs/Module/Ratings.php:99 +msgid "Website: " msgstr "" -#: ../../Zotlabs/Module/Group.php:30 -msgid "Could not create privacy group." +#: ../../Zotlabs/Module/Ratings.php:101 +msgid "Description: " msgstr "" -#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3876 -msgid "Privacy group not found." +#: ../../Zotlabs/Module/Attach.php:13 +msgid "Item not available." msgstr "" -#: ../../Zotlabs/Module/Group.php:58 -msgid "Privacy group updated." +#: ../../Zotlabs/Module/Mood.php:67 ../../include/conversation.php:260 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" msgstr "" -#: ../../Zotlabs/Module/Group.php:90 -msgid "Create a group of channels." +#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:229 +msgid "Mood" msgstr "" -#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 -msgid "Privacy group name: " +#: ../../Zotlabs/Module/Mood.php:136 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 -msgid "Members are visible to other channels" +#: ../../Zotlabs/Module/Ping.php:254 +msgid "sent you a private message" msgstr "" -#: ../../Zotlabs/Module/Group.php:111 -msgid "Privacy group removed." +#: ../../Zotlabs/Module/Ping.php:302 +msgid "added your channel" msgstr "" -#: ../../Zotlabs/Module/Group.php:113 -msgid "Unable to remove privacy group." +#: ../../Zotlabs/Module/Ping.php:312 +msgid "g A l F d" msgstr "" -#: ../../Zotlabs/Module/Group.php:183 -msgid "Privacy group editor" +#: ../../Zotlabs/Module/Ping.php:330 +msgid "[today]" msgstr "" -#: ../../Zotlabs/Module/Group.php:199 -msgid "All Connected Channels" +#: ../../Zotlabs/Module/Ping.php:339 +msgid "posted an event" msgstr "" -#: ../../Zotlabs/Module/Group.php:231 -msgid "Click on a channel to add or remove." +#: ../../Zotlabs/Module/Notify.php:57 +#: ../../Zotlabs/Module/Notifications.php:35 +msgid "No more system notifications." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63 -msgid "Invalid profile identifier." +#: ../../Zotlabs/Module/Notify.php:61 +#: ../../Zotlabs/Module/Notifications.php:39 +msgid "System Notifications" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:115 -msgid "Profile Visibility Editor" +#: ../../Zotlabs/Module/Group.php:24 +msgid "Privacy group created." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1282 -msgid "Profile" +#: ../../Zotlabs/Module/Group.php:30 +msgid "Could not create privacy group." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:119 -msgid "Click on a contact to add or remove." +#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 +#: ../../include/items.php:3876 +msgid "Privacy group not found." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:128 -msgid "Visible To" +#: ../../Zotlabs/Module/Group.php:58 +msgid "Privacy group updated." msgstr "" -#: ../../Zotlabs/Module/Magic.php:71 -msgid "Hub not found." +#: ../../Zotlabs/Module/Group.php:90 +msgid "Create a group of channels." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:52 -msgid "Unable to create element." +#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 +msgid "Privacy group name: " msgstr "" -#: ../../Zotlabs/Module/Mitem.php:76 -msgid "Unable to update menu element." +#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 +msgid "Members are visible to other channels" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:92 -msgid "Unable to add menu element." +#: ../../Zotlabs/Module/Group.php:111 +msgid "Privacy group removed." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:153 ../../Zotlabs/Module/Mitem.php:230 -msgid "Menu Item Permissions" +#: ../../Zotlabs/Module/Group.php:113 +msgid "Unable to remove privacy group." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:489 -msgid "(click to open/close)" +#: ../../Zotlabs/Module/Group.php:183 +msgid "Privacy group editor" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:160 ../../Zotlabs/Module/Mitem.php:176 -msgid "Link Name" +#: ../../Zotlabs/Module/Group.php:197 ../../Zotlabs/Module/Help.php:81 +msgid "Members" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:161 ../../Zotlabs/Module/Mitem.php:239 -msgid "Link or Submenu Target" +#: ../../Zotlabs/Module/Group.php:199 +msgid "All Connected Channels" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:161 -msgid "Enter URL of the link or select a menu name to create a submenu" +#: ../../Zotlabs/Module/Group.php:231 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:240 -msgid "Use magic-auth if available" +#: ../../Zotlabs/Module/Setup.php:176 +msgid "$Projectname Server - Setup" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:241 -msgid "Open link in new window" +#: ../../Zotlabs/Module/Setup.php:180 +msgid "Could not connect to database." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:164 ../../Zotlabs/Module/Mitem.php:242 -msgid "Order in list" +#: ../../Zotlabs/Module/Setup.php:184 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:164 ../../Zotlabs/Module/Mitem.php:242 -msgid "Higher numbers will sink to bottom of listing" +#: ../../Zotlabs/Module/Setup.php:191 +msgid "Could not create table." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:165 -msgid "Submit and finish" +#: ../../Zotlabs/Module/Setup.php:196 +msgid "Your site database has been installed." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:166 -msgid "Submit and continue" +#: ../../Zotlabs/Module/Setup.php:200 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:174 -msgid "Menu:" +#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 +#: ../../Zotlabs/Module/Setup.php:745 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:177 -msgid "Link Target" +#: ../../Zotlabs/Module/Setup.php:260 +msgid "System check" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:180 -msgid "Edit menu" +#: ../../Zotlabs/Module/Setup.php:265 +msgid "Check again" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:183 -msgid "Edit element" +#: ../../Zotlabs/Module/Setup.php:287 +msgid "Database connection" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:184 -msgid "Drop element" +#: ../../Zotlabs/Module/Setup.php:288 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:185 -msgid "New element" +#: ../../Zotlabs/Module/Setup.php:289 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:186 -msgid "Edit this menu container" +#: ../../Zotlabs/Module/Setup.php:290 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../Zotlabs/Module/Mitem.php:187 -msgid "Add menu element" +#: ../../Zotlabs/Module/Setup.php:294 +msgid "Database Server Name" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:188 -msgid "Delete this menu item" +#: ../../Zotlabs/Module/Setup.php:294 +msgid "Default is 127.0.0.1" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:189 -msgid "Edit this menu item" +#: ../../Zotlabs/Module/Setup.php:295 +msgid "Database Port" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:206 -msgid "Menu item not found." +#: ../../Zotlabs/Module/Setup.php:295 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:219 -msgid "Menu item deleted." +#: ../../Zotlabs/Module/Setup.php:296 +msgid "Database Login Name" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:221 -msgid "Menu item could not be deleted." +#: ../../Zotlabs/Module/Setup.php:297 +msgid "Database Login Password" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:228 -msgid "Edit Menu Element" +#: ../../Zotlabs/Module/Setup.php:298 +msgid "Database Name" msgstr "" -#: ../../Zotlabs/Module/Mitem.php:238 -msgid "Link text" +#: ../../Zotlabs/Module/Setup.php:299 +msgid "Database Type" msgstr "" -#: ../../Zotlabs/Module/Ratings.php:70 -msgid "No ratings" +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +msgid "Site administrator email address" msgstr "" -#: ../../Zotlabs/Module/Ratings.php:98 -msgid "Rating: " +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../Zotlabs/Module/Ratings.php:99 -msgid "Website: " +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +msgid "Website URL" msgstr "" -#: ../../Zotlabs/Module/Ratings.php:101 -msgid "Description: " +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../Zotlabs/Module/Attach.php:13 -msgid "Item not available." +#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../Zotlabs/Module/Mood.php:67 ../../include/conversation.php:260 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" +#: ../../Zotlabs/Module/Setup.php:336 +msgid "Site settings" msgstr "" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:229 -msgid "Mood" +#: ../../Zotlabs/Module/Setup.php:392 +msgid "PHP version 5.5 or greater is required." msgstr "" -#: ../../Zotlabs/Module/Mood.php:136 -msgid "Set your current mood and tell your friends" +#: ../../Zotlabs/Module/Setup.php:393 +msgid "PHP version" msgstr "" -#: ../../Zotlabs/Module/Notify.php:57 -#: ../../Zotlabs/Module/Notifications.php:35 -msgid "No more system notifications." +#: ../../Zotlabs/Module/Setup.php:409 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../Zotlabs/Module/Notify.php:61 -#: ../../Zotlabs/Module/Notifications.php:39 -msgid "System Notifications" +#: ../../Zotlabs/Module/Setup.php:410 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../Zotlabs/Module/Photos.php:82 -msgid "Page owner information could not be retrieved." +#: ../../Zotlabs/Module/Setup.php:414 +msgid "PHP executable path" msgstr "" -#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:734 -#: ../../Zotlabs/Module/Profile_photo.php:115 -#: ../../Zotlabs/Module/Profile_photo.php:219 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:225 -#: ../../include/photo/photo_driver.php:728 -msgid "Profile Photos" +#: ../../Zotlabs/Module/Setup.php:414 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../Zotlabs/Module/Photos.php:103 ../../Zotlabs/Module/Photos.php:129 -msgid "Album not found." +#: ../../Zotlabs/Module/Setup.php:419 +msgid "Command line PHP" msgstr "" -#: ../../Zotlabs/Module/Photos.php:112 -msgid "Delete Album" +#: ../../Zotlabs/Module/Setup.php:429 +msgid "" +"Unable to check command line PHP, as shell_exec() is disabled. This is " +"required." msgstr "" -#: ../../Zotlabs/Module/Photos.php:133 +#: ../../Zotlabs/Module/Setup.php:432 msgid "" -"Multiple storage folders exist with this album name, but within different " -"directories. Please remove the desired folder or folders using the Files " -"manager" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1059 -msgid "Delete Photo" +#: ../../Zotlabs/Module/Setup.php:433 +msgid "This is required for message delivery to work." msgstr "" -#: ../../Zotlabs/Module/Photos.php:520 -msgid "No photos selected" +#: ../../Zotlabs/Module/Setup.php:436 +msgid "PHP register_argc_argv" msgstr "" -#: ../../Zotlabs/Module/Photos.php:569 -msgid "Access to this item is restricted." +#: ../../Zotlabs/Module/Setup.php:454 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to " +"upload is set to %s. You are allowed to upload up to %d files at once." msgstr "" -#: ../../Zotlabs/Module/Photos.php:608 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." +#: ../../Zotlabs/Module/Setup.php:459 +msgid "You can adjust these settings in the server php.ini file." msgstr "" -#: ../../Zotlabs/Module/Photos.php:611 -#, php-format -msgid "%1$.2f MB photo storage used." +#: ../../Zotlabs/Module/Setup.php:461 +msgid "PHP upload limits" msgstr "" -#: ../../Zotlabs/Module/Photos.php:647 -msgid "Upload Photos" +#: ../../Zotlabs/Module/Setup.php:484 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../Zotlabs/Module/Photos.php:651 -msgid "Enter an album name" +#: ../../Zotlabs/Module/Setup.php:485 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../Zotlabs/Module/Photos.php:652 -msgid "or select an existing album (doubleclick)" +#: ../../Zotlabs/Module/Setup.php:488 +msgid "Generate encryption keys" msgstr "" -#: ../../Zotlabs/Module/Photos.php:653 -msgid "Create a status post for this upload" +#: ../../Zotlabs/Module/Setup.php:500 +msgid "libCurl PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:654 -msgid "Caption (optional):" +#: ../../Zotlabs/Module/Setup.php:501 +msgid "GD graphics PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:655 -msgid "Description (optional):" +#: ../../Zotlabs/Module/Setup.php:502 +msgid "OpenSSL PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:686 -msgid "Album name could not be decoded" +#: ../../Zotlabs/Module/Setup.php:503 +msgid "PDO database PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:734 -msgid "Contact Photos" +#: ../../Zotlabs/Module/Setup.php:504 +msgid "mb_string PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:757 -msgid "Show Newest First" +#: ../../Zotlabs/Module/Setup.php:505 +msgid "xml PHP module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:759 -msgid "Show Oldest First" +#: ../../Zotlabs/Module/Setup.php:509 ../../Zotlabs/Module/Setup.php:511 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../Zotlabs/Module/Photos.php:783 ../../Zotlabs/Module/Photos.php:1337 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1678 -msgid "View Photo" +#: ../../Zotlabs/Module/Setup.php:509 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:814 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1695 -msgid "Edit Album" +#: ../../Zotlabs/Module/Setup.php:515 ../../Zotlabs/Module/Setup.php:518 +msgid "exec" msgstr "" -#: ../../Zotlabs/Module/Photos.php:861 -msgid "Permission denied. Access to this item may be restricted." +#: ../../Zotlabs/Module/Setup.php:515 +msgid "" +"Error: exec is required but is either not installed or has been disabled in " +"php.ini" msgstr "" -#: ../../Zotlabs/Module/Photos.php:863 -msgid "Photo not available" +#: ../../Zotlabs/Module/Setup.php:521 ../../Zotlabs/Module/Setup.php:524 +msgid "shell_exec" msgstr "" -#: ../../Zotlabs/Module/Photos.php:921 -msgid "Use as profile photo" +#: ../../Zotlabs/Module/Setup.php:521 +msgid "" +"Error: shell_exec is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../Zotlabs/Module/Photos.php:922 -msgid "Use as cover photo" +#: ../../Zotlabs/Module/Setup.php:529 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:929 -msgid "Private Photo" +#: ../../Zotlabs/Module/Setup.php:533 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:940 ../../Zotlabs/Module/Cal.php:336 -#: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:680 -#: ../../Zotlabs/Module/Events.php:689 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:846 -msgid "Previous" +#: ../../Zotlabs/Module/Setup.php:537 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:944 -msgid "View Full Size" +#: ../../Zotlabs/Module/Setup.php:541 +msgid "Error: PDO database PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:949 ../../Zotlabs/Module/Setup.php:264 -#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Cal.php:344 -#: ../../Zotlabs/Module/Events.php:681 ../../Zotlabs/Module/Events.php:690 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:847 -msgid "Next" +#: ../../Zotlabs/Module/Setup.php:545 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1033 -msgid "Edit photo" +#: ../../Zotlabs/Module/Setup.php:549 +msgid "Error: xml PHP module required for DAV but not installed." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1035 -msgid "Rotate CW (right)" +#: ../../Zotlabs/Module/Setup.php:567 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1036 -msgid "Rotate CCW (left)" +#: ../../Zotlabs/Module/Setup.php:568 +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 "" -#: ../../Zotlabs/Module/Photos.php:1039 -msgid "Move photo to album" +#: ../../Zotlabs/Module/Setup.php:569 +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 "" -#: ../../Zotlabs/Module/Photos.php:1040 -msgid "Enter a new album name" +#: ../../Zotlabs/Module/Setup.php:570 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1041 -msgid "or select an existing one (doubleclick)" +#: ../../Zotlabs/Module/Setup.php:573 +msgid ".htconfig.php is writable" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1044 -msgid "Caption" +#: ../../Zotlabs/Module/Setup.php:587 +msgid "" +"This software uses the Smarty3 template engine to render its web views. " +"Smarty3 compiles templates to PHP to speed up rendering." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1046 -msgid "Add a Tag" +#: ../../Zotlabs/Module/Setup.php:588 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the top level web folder." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1054 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +#: ../../Zotlabs/Module/Setup.php:589 ../../Zotlabs/Module/Setup.php:610 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1057 -msgid "Flag as adult in album view" +#: ../../Zotlabs/Module/Setup.php:590 +#, 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 "" -#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:268 -msgid "I like this (toggle)" +#: ../../Zotlabs/Module/Setup.php:593 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Lib/ThreadItem.php:269 -msgid "I don't like this (toggle)" +#: ../../Zotlabs/Module/Setup.php:609 +msgid "" +"This software uses the store directory to save uploaded files. The web " +"server needs to have write access to the store directory under the top level " +"web folder" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Module/Blocks.php:161 -#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:241 -#: ../../extend/addon/addon/cdav/include/widgets.php:123 -#: ../../include/conversation.php:1230 -msgid "Share" +#: ../../Zotlabs/Module/Setup.php:613 +msgid "store is writable" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1079 ../../Zotlabs/Lib/ThreadItem.php:409 -#: ../../include/conversation.php:737 -msgid "Please wait" +#: ../../Zotlabs/Module/Setup.php:646 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1095 ../../Zotlabs/Module/Photos.php:1213 -#: ../../Zotlabs/Lib/ThreadItem.php:726 -msgid "This is you" +#: ../../Zotlabs/Module/Setup.php:647 +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 "" -#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215 -#: ../../Zotlabs/Lib/ThreadItem.php:728 ../../include/js_strings.php:6 -msgid "Comment" +#: ../../Zotlabs/Module/Setup.php:648 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Webpages.php:247 -#: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Lib/ThreadItem.php:738 -#: ../../include/page_widgets.php:43 ../../include/conversation.php:1199 -msgid "Preview" +#: ../../Zotlabs/Module/Setup.php:649 +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 "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 -msgctxt "title" -msgid "Likes" +#: ../../Zotlabs/Module/Setup.php:650 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 -msgctxt "title" -msgid "Dislikes" +#: ../../Zotlabs/Module/Setup.php:651 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 -msgctxt "title" -msgid "Agree" +#: ../../Zotlabs/Module/Setup.php:653 +msgid "" +"If you are confident that the certificate is valid and signed by a trusted " +"authority, check to see if you have failed to install an intermediate cert. " +"These are not normally required by browsers, but are required for server-to-" +"server communications." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 -msgctxt "title" -msgid "Disagree" +#: ../../Zotlabs/Module/Setup.php:655 +msgid "SSL certificate validation" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 -msgctxt "title" -msgid "Abstain" +#: ../../Zotlabs/Module/Setup.php:661 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 -msgctxt "title" -msgid "Attending" +#: ../../Zotlabs/Module/Setup.php:664 +msgid "Url rewrite is working" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 -msgctxt "title" -msgid "Not attending" +#: ../../Zotlabs/Module/Setup.php:678 +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 "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 -msgctxt "title" -msgid "Might attend" +#: ../../Zotlabs/Module/Setup.php:702 +#: ../../extend/addon/addon/cdav/cdav.php:41 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:385 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1132 ../../Zotlabs/Module/Photos.php:1144 -#: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 -#: ../../include/conversation.php:1765 -msgid "View all" +#: ../../Zotlabs/Module/Setup.php:743 +msgid "

What next

" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:190 -#: ../../include/channel.php:1190 ../../include/taxonomy.php:403 -#: ../../include/conversation.php:1789 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Setup.php:744 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" -#: ../../Zotlabs/Module/Photos.php:1141 ../../Zotlabs/Lib/ThreadItem.php:195 -#: ../../include/conversation.php:1792 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/New_channel.php:140 +msgid "Create Channel" +msgstr "" -#: ../../Zotlabs/Module/Photos.php:1241 -msgid "Photo Tools" +#: ../../Zotlabs/Module/New_channel.php:141 +msgid "" +"A channel is your identity on this network. It can represent a person, a " +"blog, or a forum to name a few. Channels can make connections with other " +"channels to share information with highly detailed permissions." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1250 -msgid "In This Photo:" +#: ../../Zotlabs/Module/New_channel.php:142 +msgid "" +"or import an existing channel from another location." msgstr "" -#: ../../Zotlabs/Module/Photos.php:1255 -msgid "Map" +#: ../../Zotlabs/Module/Search.php:223 +#, php-format +msgid "Items tagged with: %s" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Lib/ThreadItem.php:398 -msgctxt "noun" -msgid "Likes" +#: ../../Zotlabs/Module/Search.php:225 +#, php-format +msgid "Search results for: %s" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Lib/ThreadItem.php:399 -msgctxt "noun" -msgid "Dislikes" +#: ../../Zotlabs/Module/Notifications.php:40 ../../include/nav.php:194 +msgid "Mark all system notifications seen" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:404 -#: ../../include/acl_selectors.php:210 -msgid "Close" +#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 +#: ../../include/conversation.php:942 ../../include/conversation.php:1109 +msgid "Poke" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1343 -msgid "View Album" +#: ../../Zotlabs/Module/Poke.php:169 +msgid "Poke somebody" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1354 ../../Zotlabs/Module/Photos.php:1367 -#: ../../Zotlabs/Module/Photos.php:1368 -msgid "Recent Photos" +#: ../../Zotlabs/Module/Poke.php:172 +msgid "Poke/Prod" msgstr "" -#: ../../Zotlabs/Module/Setup.php:176 -msgid "$Projectname Server - Setup" +#: ../../Zotlabs/Module/Poke.php:173 +msgid "Poke, prod or do other things to somebody" msgstr "" -#: ../../Zotlabs/Module/Setup.php:180 -msgid "Could not connect to database." +#: ../../Zotlabs/Module/Poke.php:180 +msgid "Recipient" msgstr "" -#: ../../Zotlabs/Module/Setup.php:184 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +#: ../../Zotlabs/Module/Poke.php:181 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../Zotlabs/Module/Setup.php:191 -msgid "Could not create table." +#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 +msgid "Make this post private" msgstr "" -#: ../../Zotlabs/Module/Setup.php:196 -msgid "Your site database has been installed." +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 +msgid "Public Hubs" msgstr "" -#: ../../Zotlabs/Module/Setup.php:200 +#: ../../Zotlabs/Module/Pubsites.php:27 msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." +"The listed hubs allow public registration for the $Projectname network. All " +"hubs in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some hubs may require subscription or " +"provide tiered service plans. The hub itself may provide " +"additional details." msgstr "" -#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 -#: ../../Zotlabs/Module/Setup.php:745 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Hub URL" msgstr "" -#: ../../Zotlabs/Module/Setup.php:260 -msgid "System check" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Access Type" msgstr "" -#: ../../Zotlabs/Module/Setup.php:265 -msgid "Check again" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Registration Policy" msgstr "" -#: ../../Zotlabs/Module/Setup.php:287 -msgid "Database connection" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Stats" msgstr "" -#: ../../Zotlabs/Module/Setup.php:288 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Software" msgstr "" -#: ../../Zotlabs/Module/Setup.php:289 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +#: ../../Zotlabs/Module/Pubsites.php:48 +msgid "Rate" msgstr "" -#: ../../Zotlabs/Module/Setup.php:290 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +#: ../../Zotlabs/Module/Oexchange.php:27 +msgid "Unable to find your hub." msgstr "" -#: ../../Zotlabs/Module/Setup.php:294 -msgid "Database Server Name" +#: ../../Zotlabs/Module/Oexchange.php:41 +msgid "Post successful." msgstr "" -#: ../../Zotlabs/Module/Setup.php:294 -msgid "Default is 127.0.0.1" +#: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 +msgid "This setting requires special processing and editing has been blocked." msgstr "" -#: ../../Zotlabs/Module/Setup.php:295 -msgid "Database Port" +#: ../../Zotlabs/Module/Pconfig.php:48 +msgid "Configuration Editor" msgstr "" -#: ../../Zotlabs/Module/Setup.php:295 -msgid "Communication port number - use 0 for default" +#: ../../Zotlabs/Module/Pconfig.php:49 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please " +"leave this page unless you are comfortable with and knowledgeable about how " +"to correctly use this feature." msgstr "" -#: ../../Zotlabs/Module/Setup.php:296 -msgid "Database Login Name" +#: ../../Zotlabs/Module/Appman.php:37 ../../Zotlabs/Module/Appman.php:53 +msgid "App installed." msgstr "" -#: ../../Zotlabs/Module/Setup.php:297 -msgid "Database Login Password" +#: ../../Zotlabs/Module/Appman.php:46 +msgid "Malformed app." msgstr "" -#: ../../Zotlabs/Module/Setup.php:298 -msgid "Database Name" +#: ../../Zotlabs/Module/Appman.php:105 +msgid "Embed code" msgstr "" -#: ../../Zotlabs/Module/Setup.php:299 -msgid "Database Type" +#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 +msgid "Edit App" msgstr "" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 -msgid "Site administrator email address" +#: ../../Zotlabs/Module/Appman.php:111 +msgid "Create App" msgstr "" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../Zotlabs/Module/Appman.php:116 +msgid "Name of app" msgstr "" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 -msgid "Website URL" +#: ../../Zotlabs/Module/Appman.php:117 +msgid "Location (URL) of app" msgstr "" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 -msgid "Please use SSL (https) URL if available." +#: ../../Zotlabs/Module/Appman.php:119 +msgid "Photo icon URL" msgstr "" -#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 -msgid "Please select a default timezone for your website" +#: ../../Zotlabs/Module/Appman.php:119 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../Zotlabs/Module/Setup.php:336 -msgid "Site settings" +#: ../../Zotlabs/Module/Appman.php:120 +msgid "Categories (optional, comma separated list)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:392 -msgid "PHP version 5.5 or greater is required." +#: ../../Zotlabs/Module/Appman.php:121 +msgid "Version ID" msgstr "" -#: ../../Zotlabs/Module/Setup.php:393 -msgid "PHP version" +#: ../../Zotlabs/Module/Appman.php:122 +msgid "Price of app" msgstr "" -#: ../../Zotlabs/Module/Setup.php:409 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../Zotlabs/Module/Appman.php:123 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../Zotlabs/Module/Setup.php:410 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2283 +msgid "Blocks" msgstr "" -#: ../../Zotlabs/Module/Setup.php:414 -msgid "PHP executable path" +#: ../../Zotlabs/Module/Blocks.php:156 +msgid "Block Title" msgstr "" -#: ../../Zotlabs/Module/Setup.php:414 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2285 +msgid "Layouts" msgstr "" -#: ../../Zotlabs/Module/Setup.php:419 -msgid "Command line PHP" +#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 +#: ../../include/nav.php:162 ../../include/help.php:53 +#: ../../include/help.php:59 +msgid "Help" msgstr "" -#: ../../Zotlabs/Module/Setup.php:429 -msgid "" -"Unable to check command line PHP, as shell_exec() is disabled. This is " -"required." +#: ../../Zotlabs/Module/Layouts.php:185 +msgid "Comanche page description language help" msgstr "" -#: ../../Zotlabs/Module/Setup.php:432 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../Zotlabs/Module/Layouts.php:189 +msgid "Layout Description" msgstr "" -#: ../../Zotlabs/Module/Setup.php:433 -msgid "This is required for message delivery to work." +#: ../../Zotlabs/Module/Layouts.php:194 +msgid "Download PDL file" msgstr "" -#: ../../Zotlabs/Module/Setup.php:436 -msgid "PHP register_argc_argv" +#: ../../Zotlabs/Module/Rate.php:156 +msgid "Website:" msgstr "" -#: ../../Zotlabs/Module/Setup.php:454 +#: ../../Zotlabs/Module/Rate.php:159 #, php-format -msgid "" -"Your max allowed total upload size is set to %s. Maximum size of one file to " -"upload is set to %s. You are allowed to upload up to %d files at once." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:459 -msgid "You can adjust these settings in the server php.ini file." +msgid "Remote Channel [%s] (not yet known on this site)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:461 -msgid "PHP upload limits" +#: ../../Zotlabs/Module/Rate.php:160 +msgid "Rating (this information is public)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:484 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../Zotlabs/Module/Rate.php:161 +msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:485 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../Zotlabs/Module/Mail.php:65 +msgid "Unable to lookup recipient." msgstr "" -#: ../../Zotlabs/Module/Setup.php:488 -msgid "Generate encryption keys" +#: ../../Zotlabs/Module/Mail.php:72 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../Zotlabs/Module/Setup.php:500 -msgid "libCurl PHP module" +#: ../../Zotlabs/Module/Mail.php:79 +msgid "Cannot verify requested channel." msgstr "" -#: ../../Zotlabs/Module/Setup.php:501 -msgid "GD graphics PHP module" +#: ../../Zotlabs/Module/Mail.php:97 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../Zotlabs/Module/Setup.php:502 -msgid "OpenSSL PHP module" +#: ../../Zotlabs/Module/Mail.php:178 +msgid "Messages" msgstr "" -#: ../../Zotlabs/Module/Setup.php:503 -msgid "PDO database PHP module" +#: ../../Zotlabs/Module/Mail.php:213 +msgid "Message recalled." msgstr "" -#: ../../Zotlabs/Module/Setup.php:504 -msgid "mb_string PHP module" +#: ../../Zotlabs/Module/Mail.php:226 +msgid "Conversation removed." msgstr "" -#: ../../Zotlabs/Module/Setup.php:505 -msgid "xml PHP module" +#: ../../Zotlabs/Module/Mail.php:240 ../../Zotlabs/Module/Mail.php:349 +#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1330 +msgid "Please enter a link URL:" msgstr "" -#: ../../Zotlabs/Module/Setup.php:509 ../../Zotlabs/Module/Setup.php:511 -msgid "Apache mod_rewrite module" +#: ../../Zotlabs/Module/Mail.php:241 ../../Zotlabs/Module/Mail.php:350 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../Zotlabs/Module/Setup.php:509 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../Zotlabs/Module/Mail.php:269 +msgid "Requested channel is not in this network" msgstr "" -#: ../../Zotlabs/Module/Setup.php:515 ../../Zotlabs/Module/Setup.php:518 -msgid "exec" +#: ../../Zotlabs/Module/Mail.php:277 +msgid "Send Private Message" msgstr "" -#: ../../Zotlabs/Module/Setup.php:515 -msgid "" -"Error: exec is required but is either not installed or has been disabled in " -"php.ini" +#: ../../Zotlabs/Module/Mail.php:278 ../../Zotlabs/Module/Mail.php:403 +msgid "To:" msgstr "" -#: ../../Zotlabs/Module/Setup.php:521 ../../Zotlabs/Module/Setup.php:524 -msgid "shell_exec" +#: ../../Zotlabs/Module/Mail.php:281 ../../Zotlabs/Module/Mail.php:405 +msgid "Subject:" msgstr "" -#: ../../Zotlabs/Module/Setup.php:521 -msgid "" -"Error: shell_exec is required but is either not installed or has been " -"disabled in php.ini" +#: ../../Zotlabs/Module/Mail.php:286 ../../Zotlabs/Module/Mail.php:411 +#: ../../include/conversation.php:1390 +msgid "Attach file" msgstr "" -#: ../../Zotlabs/Module/Setup.php:529 -msgid "Error: libCURL PHP module required but not installed." +#: ../../Zotlabs/Module/Mail.php:288 +msgid "Send" msgstr "" -#: ../../Zotlabs/Module/Setup.php:533 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../Zotlabs/Module/Mail.php:291 ../../Zotlabs/Module/Mail.php:416 +#: ../../include/conversation.php:1435 +msgid "Set expiration date" msgstr "" -#: ../../Zotlabs/Module/Setup.php:537 -msgid "Error: openssl PHP module required but not installed." +#: ../../Zotlabs/Module/Mail.php:293 ../../Zotlabs/Module/Mail.php:418 +#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Lib/ThreadItem.php:743 +#: ../../include/conversation.php:1440 +msgid "Encrypt text" msgstr "" -#: ../../Zotlabs/Module/Setup.php:541 -msgid "Error: PDO database PHP module required but not installed." +#: ../../Zotlabs/Module/Mail.php:375 +msgid "Delete message" msgstr "" -#: ../../Zotlabs/Module/Setup.php:545 -msgid "Error: mb_string PHP module required but not installed." +#: ../../Zotlabs/Module/Mail.php:376 +msgid "Delivery report" msgstr "" -#: ../../Zotlabs/Module/Setup.php:549 -msgid "Error: xml PHP module required for DAV but not installed." +#: ../../Zotlabs/Module/Mail.php:377 +msgid "Recall message" msgstr "" -#: ../../Zotlabs/Module/Setup.php:567 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../Zotlabs/Module/Mail.php:379 +msgid "Message has been recalled." msgstr "" -#: ../../Zotlabs/Module/Setup.php:568 -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." +#: ../../Zotlabs/Module/Mail.php:396 +msgid "Delete Conversation" msgstr "" -#: ../../Zotlabs/Module/Setup.php:569 +#: ../../Zotlabs/Module/Mail.php:398 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." +"No secure communications available. You may be able to " +"respond from the sender's profile page." msgstr "" -#: ../../Zotlabs/Module/Setup.php:570 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../Zotlabs/Module/Mail.php:402 +msgid "Send Reply" msgstr "" -#: ../../Zotlabs/Module/Setup.php:573 -msgid ".htconfig.php is writable" +#: ../../Zotlabs/Module/Mail.php:407 +#, php-format +msgid "Your message for %s (%s):" msgstr "" -#: ../../Zotlabs/Module/Setup.php:587 +#: ../../Zotlabs/Module/Profile_photo.php:186 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:293 msgid "" -"This software uses the Smarty3 template engine to render its web views. " -"Smarty3 compiles templates to PHP to speed up rendering." +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../Zotlabs/Module/Setup.php:588 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the top level web folder." +#: ../../Zotlabs/Module/Profile_photo.php:409 +msgid "Use Photo for Profile" msgstr "" -#: ../../Zotlabs/Module/Setup.php:589 ../../Zotlabs/Module/Setup.php:610 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +#: ../../Zotlabs/Module/Profile_photo.php:409 +msgid "Upload Profile Photo" msgstr "" -#: ../../Zotlabs/Module/Setup.php:590 -#, 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." +#: ../../Zotlabs/Module/Profile_photo.php:410 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:181 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:193 +msgid "Use" msgstr "" -#: ../../Zotlabs/Module/Setup.php:593 -#, php-format -msgid "%s is writable" +#: ../../Zotlabs/Module/Dreport.php:45 +msgid "Invalid message" msgstr "" -#: ../../Zotlabs/Module/Setup.php:609 -msgid "" -"This software uses the store directory to save uploaded files. The web " -"server needs to have write access to the store directory under the top level " -"web folder" +#: ../../Zotlabs/Module/Dreport.php:78 +msgid "no results" msgstr "" -#: ../../Zotlabs/Module/Setup.php:613 -msgid "store is writable" +#: ../../Zotlabs/Module/Dreport.php:93 +msgid "channel sync processed" msgstr "" -#: ../../Zotlabs/Module/Setup.php:646 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../Zotlabs/Module/Dreport.php:97 +msgid "queued" msgstr "" -#: ../../Zotlabs/Module/Setup.php:647 -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!" +#: ../../Zotlabs/Module/Dreport.php:101 +msgid "posted" msgstr "" -#: ../../Zotlabs/Module/Setup.php:648 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../Zotlabs/Module/Dreport.php:105 +msgid "accepted for delivery" msgstr "" -#: ../../Zotlabs/Module/Setup.php:649 -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." +#: ../../Zotlabs/Module/Dreport.php:109 +msgid "updated" msgstr "" -#: ../../Zotlabs/Module/Setup.php:650 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../Zotlabs/Module/Dreport.php:112 +msgid "update ignored" msgstr "" -#: ../../Zotlabs/Module/Setup.php:651 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../Zotlabs/Module/Dreport.php:115 +msgid "permission denied" msgstr "" -#: ../../Zotlabs/Module/Setup.php:653 -msgid "" -"If you are confident that the certificate is valid and signed by a trusted " -"authority, check to see if you have failed to install an intermediate cert. " -"These are not normally required by browsers, but are required for server-to-" -"server communications." +#: ../../Zotlabs/Module/Dreport.php:119 +msgid "recipient not found" msgstr "" -#: ../../Zotlabs/Module/Setup.php:655 -msgid "SSL certificate validation" +#: ../../Zotlabs/Module/Dreport.php:122 +msgid "mail recalled" msgstr "" -#: ../../Zotlabs/Module/Setup.php:661 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " +#: ../../Zotlabs/Module/Dreport.php:125 +msgid "duplicate mail received" msgstr "" -#: ../../Zotlabs/Module/Setup.php:664 -msgid "Url rewrite is working" +#: ../../Zotlabs/Module/Dreport.php:128 +msgid "mail delivered" msgstr "" -#: ../../Zotlabs/Module/Setup.php:678 -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." +#: ../../Zotlabs/Module/Dreport.php:148 +#, php-format +msgid "Delivery report for %1$s" msgstr "" -#: ../../Zotlabs/Module/Setup.php:702 -#: ../../extend/addon/addon/cdav/cdav.php:41 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:385 -msgid "Errors encountered creating database tables." +#: ../../Zotlabs/Module/Dreport.php:151 +msgid "Options" msgstr "" -#: ../../Zotlabs/Module/Setup.php:743 -msgid "

What next

" +#: ../../Zotlabs/Module/Dreport.php:152 +msgid "Redeliver" msgstr "" -#: ../../Zotlabs/Module/Setup.php:744 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../Zotlabs/Module/Siteinfo.php:20 +msgid "About this site" msgstr "" -#: ../../Zotlabs/Module/Editpost.php:35 -msgid "Item is not editable" +#: ../../Zotlabs/Module/Siteinfo.php:21 +msgid "Site Name" msgstr "" -#: ../../Zotlabs/Module/Regdir.php:49 ../../Zotlabs/Module/Dirsearch.php:25 -msgid "This site is not a directory server" +#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1962 +msgid "Administrator" msgstr "" -#: ../../Zotlabs/Module/New_channel.php:140 -msgid "Create Channel" +#: ../../Zotlabs/Module/Siteinfo.php:28 +msgid "Software and Project information" msgstr "" -#: ../../Zotlabs/Module/New_channel.php:141 -msgid "" -"A channel is your identity on this network. It can represent a person, a " -"blog, or a forum to name a few. Channels can make connections with other " -"channels to share information with highly detailed permissions." +#: ../../Zotlabs/Module/Siteinfo.php:29 +msgid "This site is powered by $Projectname" msgstr "" -#: ../../Zotlabs/Module/New_channel.php:142 +#: ../../Zotlabs/Module/Siteinfo.php:30 msgid "" -"or import an existing channel from another location." -msgstr "" - -#: ../../Zotlabs/Module/Notifications.php:40 ../../include/nav.php:194 -msgid "Mark all system notifications seen" +"Federated and decentralised networking and identity services provided by Zot" msgstr "" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 -#: ../../include/conversation.php:941 -msgid "Poke" +#: ../../Zotlabs/Module/Siteinfo.php:32 +#, php-format +msgid "Version %s" msgstr "" -#: ../../Zotlabs/Module/Poke.php:169 -msgid "Poke somebody" +#: ../../Zotlabs/Module/Siteinfo.php:33 +msgid "Project homepage" msgstr "" -#: ../../Zotlabs/Module/Poke.php:172 -msgid "Poke/Prod" +#: ../../Zotlabs/Module/Siteinfo.php:34 +msgid "Developer homepage" msgstr "" -#: ../../Zotlabs/Module/Poke.php:173 -msgid "Poke, prod or do other things to somebody" +#: ../../Zotlabs/Module/Common.php:14 +msgid "No channel." msgstr "" -#: ../../Zotlabs/Module/Poke.php:180 -msgid "Recipient" +#: ../../Zotlabs/Module/Common.php:43 +msgid "Common connections" msgstr "" -#: ../../Zotlabs/Module/Poke.php:181 -msgid "Choose what you wish to do to recipient" +#: ../../Zotlabs/Module/Common.php:48 +msgid "No connections in common." msgstr "" -#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 -msgid "Make this post private" +#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 +#: ../../include/widgets.php:102 +msgid "Apps" msgstr "" #: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:183 @@ -4765,7 +5325,7 @@ msgid "Add profile things" msgstr "" #: ../../Zotlabs/Module/Profiles.php:691 ../../include/widgets.php:105 -#: ../../include/conversation.php:1567 +#: ../../include/conversation.php:1715 msgid "Personal" msgstr "" @@ -4829,11 +5389,6 @@ msgstr "" msgid "Postal/Zip code" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:715 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 -msgid "Country" -msgstr "" - #: ../../Zotlabs/Module/Profiles.php:720 msgid "Who (if applicable)" msgstr "" @@ -4920,298 +5475,72 @@ msgstr "" msgid "Edit Profiles" msgstr "" -#: ../../Zotlabs/Module/Oexchange.php:27 -msgid "Unable to find your hub." -msgstr "" - -#: ../../Zotlabs/Module/Oexchange.php:41 -msgid "Post successful." -msgstr "" - -#: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 -msgid "This setting requires special processing and editing has been blocked." -msgstr "" - -#: ../../Zotlabs/Module/Pconfig.php:48 -msgid "Configuration Editor" -msgstr "" - -#: ../../Zotlabs/Module/Pconfig.php:49 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please " -"leave this page unless you are comfortable with and knowledgeable about how " -"to correctly use this feature." -msgstr "" - -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2270 -msgid "Blocks" -msgstr "" - -#: ../../Zotlabs/Module/Blocks.php:156 -msgid "Block Title" -msgstr "" - -#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2272 -msgid "Layouts" -msgstr "" - -#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 -#: ../../include/nav.php:162 ../../include/help.php:53 -#: ../../include/help.php:59 -msgid "Help" -msgstr "" - -#: ../../Zotlabs/Module/Layouts.php:185 -msgid "Comanche page description language help" -msgstr "" - -#: ../../Zotlabs/Module/Layouts.php:189 -msgid "Layout Description" -msgstr "" - -#: ../../Zotlabs/Module/Layouts.php:194 -msgid "Download PDL file" -msgstr "" - -#: ../../Zotlabs/Module/Rate.php:156 -msgid "Website:" -msgstr "" - -#: ../../Zotlabs/Module/Rate.php:159 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" -msgstr "" - -#: ../../Zotlabs/Module/Rate.php:160 -msgid "Rating (this information is public)" -msgstr "" - -#: ../../Zotlabs/Module/Rate.php:161 -msgid "Optionally explain your rating (this information is public)" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:19 -msgid "Like/Dislike" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:24 -msgid "This action is restricted to members." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:25 -msgid "" -"Please login with your $Projectname ID or register as a new $Projectname member to continue." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 -#: ../../Zotlabs/Module/Like.php:169 -msgid "Invalid request." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:117 ../../include/conversation.php:126 -msgid "channel" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:146 -msgid "thing" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:192 -msgid "Channel unavailable." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:240 -msgid "Previous action reversed." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 -#: ../../extend/addon/addon/redphotos/redphotohelper.php:74 -#: ../../include/text.php:1940 ../../include/conversation.php:120 -msgid "photo" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 -#: ../../include/text.php:1946 ../../include/conversation.php:148 -msgid "status" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Tagger.php:51 -#: ../../Zotlabs/Module/Events.php:256 ../../include/text.php:1943 -#: ../../include/event.php:961 ../../include/conversation.php:123 -msgid "event" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1823 -#: ../../include/conversation.php:164 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:167 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:423 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:425 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:427 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:429 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:431 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:433 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: ../../Zotlabs/Module/Like.php:538 -msgid "Action completed." -msgstr "" - -#: ../../Zotlabs/Module/Like.php:539 -msgid "Thank you." -msgstr "" - -#: ../../Zotlabs/Module/Profile_photo.php:186 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:293 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: ../../Zotlabs/Module/Profile_photo.php:409 -msgid "Use Photo for Profile" -msgstr "" - -#: ../../Zotlabs/Module/Profile_photo.php:409 -msgid "Upload Profile Photo" -msgstr "" - -#: ../../Zotlabs/Module/Profile_photo.php:410 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:181 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:193 -msgid "Use" -msgstr "" - -#: ../../Zotlabs/Module/Search.php:223 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: ../../Zotlabs/Module/Search.php:225 -#, php-format -msgid "Search results for: %s" -msgstr "" - -#: ../../Zotlabs/Module/Common.php:14 -msgid "No channel." -msgstr "" - -#: ../../Zotlabs/Module/Common.php:43 -msgid "Common connections" -msgstr "" - -#: ../../Zotlabs/Module/Common.php:48 -msgid "No connections in common." -msgstr "" - -#: ../../Zotlabs/Module/Api.php:72 ../../Zotlabs/Module/Api.php:93 -msgid "Authorize application connection" -msgstr "" - -#: ../../Zotlabs/Module/Api.php:73 -msgid "Return to your app and insert this Security Code:" +#: ../../Zotlabs/Module/Admin.php:94 +msgid "# Accounts" msgstr "" -#: ../../Zotlabs/Module/Api.php:83 -msgid "Please login to continue." +#: ../../Zotlabs/Module/Admin.php:95 +msgid "# blocked accounts" msgstr "" -#: ../../Zotlabs/Module/Api.php:95 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../Zotlabs/Module/Admin.php:96 +msgid "# expired accounts" msgstr "" -#: ../../Zotlabs/Module/Ping.php:254 -msgid "sent you a private message" +#: ../../Zotlabs/Module/Admin.php:97 +msgid "# expiring accounts" msgstr "" -#: ../../Zotlabs/Module/Ping.php:302 -msgid "added your channel" +#: ../../Zotlabs/Module/Admin.php:108 +msgid "# Channels" msgstr "" -#: ../../Zotlabs/Module/Ping.php:312 -msgid "g A l F d" +#: ../../Zotlabs/Module/Admin.php:109 +msgid "# primary" msgstr "" -#: ../../Zotlabs/Module/Ping.php:330 -msgid "[today]" +#: ../../Zotlabs/Module/Admin.php:110 +msgid "# clones" msgstr "" -#: ../../Zotlabs/Module/Ping.php:339 -msgid "posted an event" +#: ../../Zotlabs/Module/Admin.php:116 +msgid "Message queues" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:20 -msgid "About this site" +#: ../../Zotlabs/Module/Admin.php:133 +msgid "Your software should be updated" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:21 -msgid "Site Name" +#: ../../Zotlabs/Module/Admin.php:138 +msgid "Summary" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1962 -msgid "Administrator" +#: ../../Zotlabs/Module/Admin.php:141 +msgid "Registered accounts" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:28 -msgid "Software and Project information" +#: ../../Zotlabs/Module/Admin.php:142 +msgid "Pending registrations" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:29 -msgid "This site is powered by $Projectname" +#: ../../Zotlabs/Module/Admin.php:143 +msgid "Registered channels" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:30 -msgid "" -"Federated and decentralised networking and identity services provided by Zot" +#: ../../Zotlabs/Module/Admin.php:144 +msgid "Active plugins" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:32 -#, php-format -msgid "Version %s" +#: ../../Zotlabs/Module/Admin.php:145 +msgid "Version" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:33 -msgid "Project homepage" +#: ../../Zotlabs/Module/Admin.php:146 +msgid "Repository version (master)" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:34 -msgid "Developer homepage" +#: ../../Zotlabs/Module/Admin.php:147 +msgid "Repository version (dev)" msgstr "" #: ../../Zotlabs/Module/Lostpass.php:19 @@ -5303,8 +5632,8 @@ msgstr "" msgid "Or enter new bookmark folder name" msgstr "" -#: ../../Zotlabs/Module/Dirsearch.php:33 -msgid "This directory server requires an access token" +#: ../../Zotlabs/Module/Editpost.php:35 +msgid "Item is not editable" msgstr "" #: ../../Zotlabs/Module/Rmagic.php:35 @@ -5457,114 +5786,67 @@ msgid "" "or restore these in date order (oldest first)." msgstr "" -#: ../../Zotlabs/Module/Cal.php:69 -msgid "Permissions denied." -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:263 ../../Zotlabs/Module/Events.php:596 -msgid "l, F j" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:651 -#: ../../include/text.php:1748 -msgid "Link to Source" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 -msgid "Edit Event" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 -msgid "Create Event" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:682 -msgid "Export" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2294 -msgid "Import" -msgstr "" - -#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Events.php:691 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:848 -msgid "Today" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:94 -msgid "# Accounts" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:95 -msgid "# blocked accounts" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:96 -msgid "# expired accounts" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:97 -msgid "# expiring accounts" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:108 -msgid "# Channels" -msgstr "" - -#: ../../Zotlabs/Module/Admin.php:109 -msgid "# primary" +#: ../../Zotlabs/Module/Connect.php:61 ../../Zotlabs/Module/Connect.php:109 +msgid "Continue" msgstr "" -#: ../../Zotlabs/Module/Admin.php:110 -msgid "# clones" +#: ../../Zotlabs/Module/Connect.php:90 +msgid "Premium Channel Setup" msgstr "" -#: ../../Zotlabs/Module/Admin.php:116 -msgid "Message queues" +#: ../../Zotlabs/Module/Connect.php:92 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../Zotlabs/Module/Admin.php:133 -msgid "Your software should be updated" +#: ../../Zotlabs/Module/Connect.php:93 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../Zotlabs/Module/Admin.php:138 -msgid "Summary" +#: ../../Zotlabs/Module/Connect.php:95 ../../Zotlabs/Module/Connect.php:115 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../Zotlabs/Module/Admin.php:141 -msgid "Registered accounts" +#: ../../Zotlabs/Module/Connect.php:96 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../Zotlabs/Module/Admin.php:142 -msgid "Pending registrations" +#: ../../Zotlabs/Module/Connect.php:97 ../../Zotlabs/Module/Connect.php:118 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." msgstr "" -#: ../../Zotlabs/Module/Admin.php:143 -msgid "Registered channels" +#: ../../Zotlabs/Module/Connect.php:106 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../Zotlabs/Module/Admin.php:144 -msgid "Active plugins" +#: ../../Zotlabs/Module/Connect.php:114 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../Zotlabs/Module/Admin.php:145 -msgid "Version" +#: ../../Zotlabs/Module/Chanview.php:134 +msgid "toggle full screen mode" msgstr "" -#: ../../Zotlabs/Module/Admin.php:146 -msgid "Repository version (master)" +#: ../../Zotlabs/Module/Match.php:26 +msgid "Profile Match" msgstr "" -#: ../../Zotlabs/Module/Admin.php:147 -msgid "Repository version (dev)" +#: ../../Zotlabs/Module/Match.php:35 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../Zotlabs/Module/Lockview.php:75 -msgid "Remote privacy information not available." +#: ../../Zotlabs/Module/Match.php:67 +msgid "is interested in:" msgstr "" -#: ../../Zotlabs/Module/Lockview.php:96 -msgid "Visible to:" +#: ../../Zotlabs/Module/Match.php:74 +msgid "No matches" msgstr "" #: ../../Zotlabs/Module/Service_limits.php:23 @@ -5588,7 +5870,7 @@ msgid "Export selected" msgstr "" #: ../../Zotlabs/Module/Webpages.php:237 ../../Zotlabs/Lib/Apps.php:220 -#: ../../include/nav.php:109 ../../include/conversation.php:1727 +#: ../../include/nav.php:109 ../../include/conversation.php:1875 msgid "Webpages" msgstr "" @@ -5690,7 +5972,7 @@ msgid "Error downloading wiki: " msgstr "" #: ../../Zotlabs/Module/Wiki.php:139 ../../include/nav.php:111 -#: ../../include/conversation.php:1737 +#: ../../include/conversation.php:1885 msgid "Wikis" msgstr "" @@ -5738,24 +6020,24 @@ msgstr "" msgid "New page name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:259 ../../include/conversation.php:1151 +#: ../../Zotlabs/Module/Wiki.php:259 ../../include/conversation.php:1299 msgid "Embed image from photo albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:260 ../../include/conversation.php:1245 +#: ../../Zotlabs/Module/Wiki.php:260 ../../include/conversation.php:1393 msgid "Embed an image from your albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:262 ../../include/conversation.php:1247 -#: ../../include/conversation.php:1294 +#: ../../Zotlabs/Module/Wiki.php:262 ../../include/conversation.php:1395 +#: ../../include/conversation.php:1442 msgid "OK" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:263 ../../include/conversation.php:1187 +#: ../../Zotlabs/Module/Wiki.php:263 ../../include/conversation.php:1335 msgid "Choose images to embed" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:264 ../../include/conversation.php:1188 +#: ../../Zotlabs/Module/Wiki.php:264 ../../include/conversation.php:1336 msgid "Choose an album" msgstr "" @@ -5763,15 +6045,15 @@ msgstr "" msgid "Choose a different album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:266 ../../include/conversation.php:1190 +#: ../../Zotlabs/Module/Wiki.php:266 ../../include/conversation.php:1338 msgid "Error getting album list" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:267 ../../include/conversation.php:1191 +#: ../../Zotlabs/Module/Wiki.php:267 ../../include/conversation.php:1339 msgid "Error getting photo link" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:268 ../../include/conversation.php:1192 +#: ../../Zotlabs/Module/Wiki.php:268 ../../include/conversation.php:1340 msgid "Error getting album" msgstr "" @@ -5893,7 +6175,7 @@ msgstr "" msgid "post" msgstr "" -#: ../../Zotlabs/Module/Tagger.php:57 ../../include/text.php:1948 +#: ../../Zotlabs/Module/Tagger.php:57 ../../include/text.php:1961 #: ../../include/conversation.php:150 msgid "comment" msgstr "" @@ -5979,49 +6261,6 @@ msgstr "" msgid "Remove authorization" msgstr "" -#: ../../Zotlabs/Module/Settings/Tokens.php:31 -#, php-format -msgid "This channel is limited to %d tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:37 -msgid "Name and Password are required." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:77 -msgid "Token saved." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:113 -msgid "" -"Use this form to create temporary access identifiers to share things with " -"non-members. These identities may be used in Access Control Lists and " -"visitors may login using these credentials to access private content." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:115 -msgid "" -"You may also provide dropbox style access links to friends and " -"associates by adding the Login Password to any specific site URL as shown. " -"Examples:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:647 -msgid "Guest Access Tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:157 -msgid "Login Name" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:158 -msgid "Login Password" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:159 -msgid "Expires (yyyy-mm-dd)" -msgstr "" - #: ../../Zotlabs/Module/Settings/Account.php:20 msgid "Not valid email." msgstr "" @@ -6581,12 +6820,55 @@ msgstr "" msgid "Grid page max height of content (in pixels)" msgstr "" -#: ../../Zotlabs/Module/Settings/Featured.php:24 -msgid "No feature settings configured" +#: ../../Zotlabs/Module/Settings/Featured.php:24 +msgid "No feature settings configured" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:31 +msgid "Feature/Addon Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:31 +#, php-format +msgid "This channel is limited to %d tokens" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:37 +msgid "Name and Password are required." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:77 +msgid "Token saved." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:113 +msgid "" +"Use this form to create temporary access identifiers to share things with " +"non-members. These identities may be used in Access Control Lists and " +"visitors may login using these credentials to access private content." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:115 +msgid "" +"You may also provide dropbox style access links to friends and " +"associates by adding the Login Password to any specific site URL as shown. " +"Examples:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:647 +msgid "Guest Access Tokens" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:157 +msgid "Login Name" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:158 +msgid "Login Password" msgstr "" -#: ../../Zotlabs/Module/Settings/Featured.php:31 -msgid "Feature/Addon Settings" +#: ../../Zotlabs/Module/Settings/Tokens.php:159 +msgid "Expires (yyyy-mm-dd)" msgstr "" #: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98 @@ -6658,78 +6940,6 @@ msgstr "" msgid "Add Thing to your Profile" msgstr "" -#: ../../Zotlabs/Module/Import.php:33 -#, php-format -msgid "Your service plan only allows %d channels." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:157 ../../include/import.php:100 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:167 -msgid "No channel. Import failed." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:503 -#: ../../include/Import/import_diaspora.php:142 -msgid "Import completed." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:525 -msgid "You must be logged in to use this feature." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:530 -msgid "Import Channel" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:531 -msgid "" -"Use this form to import an existing channel from a different server/hub. You " -"may retrieve the channel identity from the old server/hub via the network or " -"provide an export file." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:533 -msgid "Or provide the old server/hub details" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:534 -msgid "Your old identity address (xyz@example.com)" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:535 -msgid "Your old login email address" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:536 -msgid "Your old login password" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:537 -msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be " -"able to post from either location, but only one can be marked as the primary " -"location for files, photos, and media." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:538 -msgid "Make this hub my primary location" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:539 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:540 -msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." -msgstr "" - #: ../../Zotlabs/Module/Viewconnections.php:65 msgid "No connections." msgstr "" @@ -6808,132 +7018,32 @@ msgstr "" msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../Zotlabs/Module/Events.php:25 -msgid "Calendar entries imported." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:27 -msgid "No calendar entries found." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:106 -msgid "Event can not end before it has started." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:108 ../../Zotlabs/Module/Events.php:117 -#: ../../Zotlabs/Module/Events.php:139 -msgid "Unable to generate preview." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:115 -msgid "Event title and start time are required." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:137 ../../Zotlabs/Module/Events.php:261 -msgid "Event not found." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:453 -msgid "Edit event title" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:453 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:835 -msgid "Event title" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:455 -msgid "Categories (comma-separated list)" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:456 -msgid "Edit Category" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:456 -msgid "Category" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:459 -msgid "Edit start date and time" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:459 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:836 -msgid "Start date and time" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:463 -msgid "Finish date and time are not known or not relevant" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:462 -msgid "Edit finish date and time" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:462 -msgid "Finish date and time" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:464 ../../Zotlabs/Module/Events.php:465 -msgid "Adjust for viewer timezone" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:464 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." -msgstr "" - -#: ../../Zotlabs/Module/Events.php:466 -msgid "Edit Description" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:468 -msgid "Edit Location" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:472 ../../include/conversation.php:1262 -msgid "Permission settings" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:485 -msgid "Advanced Options" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:624 -msgid "Edit event" -msgstr "" - -#: ../../Zotlabs/Module/Events.php:626 -msgid "Delete event" +#: ../../Zotlabs/Module/Help.php:23 +msgid "Documentation Search" msgstr "" -#: ../../Zotlabs/Module/Events.php:660 -msgid "calendar" +#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1813 +msgid "About" msgstr "" -#: ../../Zotlabs/Module/Events.php:686 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:849 -msgid "Month" +#: ../../Zotlabs/Module/Help.php:82 +msgid "Administrators" msgstr "" -#: ../../Zotlabs/Module/Events.php:687 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:850 -msgid "Week" +#: ../../Zotlabs/Module/Help.php:83 +msgid "Developers" msgstr "" -#: ../../Zotlabs/Module/Events.php:688 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:851 -msgid "Day" +#: ../../Zotlabs/Module/Help.php:84 +msgid "Tutorials" msgstr "" -#: ../../Zotlabs/Module/Events.php:722 -msgid "Event removed" +#: ../../Zotlabs/Module/Help.php:93 +msgid "$Projectname Documentation" msgstr "" -#: ../../Zotlabs/Module/Events.php:725 -msgid "Failed to remove event" +#: ../../Zotlabs/Module/Help.php:94 +msgid "Contents" msgstr "" #: ../../Zotlabs/Lib/Chatroom.php:27 @@ -6956,260 +7066,289 @@ msgstr "" msgid "Room is full" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:34 -#: ../../include/acl_selectors.php:128 -msgid "Visible to your default audience" -msgstr "" - -#: ../../Zotlabs/Lib/PermissionDescription.php:107 -#: ../../include/acl_selectors.php:191 -msgid "Only me" +#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1914 +msgid "$Projectname Notification" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:108 -msgid "Public" +#: ../../Zotlabs/Lib/Enotify.php:61 +#: ../../extend/addon/addon/diaspora/util.php:218 +#: ../../extend/addon/addon/diaspora/util.php:231 +#: ../../extend/addon/addon/diaspora/p.php:46 ../../include/network.php:1915 +msgid "$projectname" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:109 -msgid "Anybody in the $Projectname network" +#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1917 +msgid "Thank You," msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:110 +#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1919 #, php-format -msgid "Any account on %s" -msgstr "" - -#: ../../Zotlabs/Lib/PermissionDescription.php:111 -msgid "Any of my connections" +msgid "%s Administrator" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:112 -msgid "Only connections I specifically allow" +#: ../../Zotlabs/Lib/Enotify.php:116 +#, php-format +msgid "%s " msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:113 -msgid "Anybody authenticated (could include visitors from other networks)" +#: ../../Zotlabs/Lib/Enotify.php:120 +#, php-format +msgid "[$Projectname:Notify] New mail received at %s" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:114 -msgid "Any connections including those who haven't yet been approved" +#: ../../Zotlabs/Lib/Enotify.php:122 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:150 -msgid "" -"This is your default setting for the audience of your normal stream, and " -"posts." +#: ../../Zotlabs/Lib/Enotify.php:123 +#, php-format +msgid "%1$s sent you %2$s." msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:151 -msgid "" -"This is your default setting for who can view your default channel profile" +#: ../../Zotlabs/Lib/Enotify.php:123 +msgid "a private message" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:152 -msgid "This is your default setting for who can view your connections" +#: ../../Zotlabs/Lib/Enotify.php:124 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:153 -msgid "" -"This is your default setting for who can view your file storage and photos" +#: ../../Zotlabs/Lib/Enotify.php:183 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/PermissionDescription.php:154 -msgid "This is your default setting for the audience of your webpages" +#: ../../Zotlabs/Lib/Enotify.php:191 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 -msgid "Private Message" +#: ../../Zotlabs/Lib/Enotify.php:200 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:655 -msgid "Select" +#: ../../Zotlabs/Lib/Enotify.php:211 +#, php-format +msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:136 -msgid "Save to Folder" +#: ../../Zotlabs/Lib/Enotify.php:212 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I will attend" +#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:292 +#: ../../Zotlabs/Lib/Enotify.php:309 ../../Zotlabs/Lib/Enotify.php:335 +#: ../../Zotlabs/Lib/Enotify.php:353 ../../Zotlabs/Lib/Enotify.php:367 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I will not attend" +#: ../../Zotlabs/Lib/Enotify.php:273 +#, php-format +msgid "%1$s, %2$s liked [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I might attend" +#: ../../Zotlabs/Lib/Enotify.php:288 +#, php-format +msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I agree" +#: ../../Zotlabs/Lib/Enotify.php:289 +#, php-format +msgid "%1$s, %2$s liked an item/conversation you created." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I disagree" +#: ../../Zotlabs/Lib/Enotify.php:300 +#, php-format +msgid "[$Projectname:Notify] %s posted to your profile wall" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I abstain" +#: ../../Zotlabs/Lib/Enotify.php:302 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:223 -msgid "Add Star" +#: ../../Zotlabs/Lib/Enotify.php:304 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:224 -msgid "Remove Star" +#: ../../Zotlabs/Lib/Enotify.php:328 +#, php-format +msgid "[$Projectname:Notify] %s tagged you" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:225 -msgid "Toggle Star Status" +#: ../../Zotlabs/Lib/Enotify.php:329 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:229 -msgid "starred" +#: ../../Zotlabs/Lib/Enotify.php:330 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:239 ../../include/conversation.php:670 -msgid "Message signature validated" +#: ../../Zotlabs/Lib/Enotify.php:342 +#, php-format +msgid "[$Projectname:Notify] %1$s poked you" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:671 -msgid "Message signature incorrect" +#: ../../Zotlabs/Lib/Enotify.php:343 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:248 -msgid "Add Tag" +#: ../../Zotlabs/Lib/Enotify.php:344 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:268 ../../include/taxonomy.php:316 -msgid "like" +#: ../../Zotlabs/Lib/Enotify.php:360 +#, php-format +msgid "[$Projectname:Notify] %s tagged your post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:269 ../../include/taxonomy.php:317 -msgid "dislike" +#: ../../Zotlabs/Lib/Enotify.php:361 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:273 -msgid "Share This" +#: ../../Zotlabs/Lib/Enotify.php:362 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:273 -msgid "share" +#: ../../Zotlabs/Lib/Enotify.php:374 +msgid "[$Projectname:Notify] Introduction received" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:282 -msgid "Delivery Report" +#: ../../Zotlabs/Lib/Enotify.php:375 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:300 +#: ../../Zotlabs/Lib/Enotify.php:376 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:329 ../../Zotlabs/Lib/ThreadItem.php:330 +#: ../../Zotlabs/Lib/Enotify.php:380 ../../Zotlabs/Lib/Enotify.php:399 #, php-format -msgid "View %s's profile - %s" +msgid "You may visit their profile at %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:333 -msgid "to" +#: ../../Zotlabs/Lib/Enotify.php:382 +#, php-format +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:334 -msgid "via" +#: ../../Zotlabs/Lib/Enotify.php:389 +msgid "[$Projectname:Notify] Friend suggestion received" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:335 -msgid "Wall-to-Wall" +#: ../../Zotlabs/Lib/Enotify.php:390 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:336 -msgid "via Wall-To-Wall:" +#: ../../Zotlabs/Lib/Enotify.php:391 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:348 ../../include/conversation.php:716 -#, php-format -msgid "from %s" +#: ../../Zotlabs/Lib/Enotify.php:397 +msgid "Name:" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:351 ../../include/conversation.php:719 -#, php-format -msgid "last edited: %s" +#: ../../Zotlabs/Lib/Enotify.php:398 +msgid "Photo:" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:352 ../../include/conversation.php:720 +#: ../../Zotlabs/Lib/Enotify.php:401 #, php-format -msgid "Expires: %s" +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:358 -msgid "Attend" +#: ../../Zotlabs/Lib/Enotify.php:619 +msgid "[$Projectname:Notify]" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:359 -msgid "Attendance Options" +#: ../../Zotlabs/Lib/Enotify.php:779 +msgid "created a new post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:360 -msgid "Vote" +#: ../../Zotlabs/Lib/Enotify.php:780 +#, php-format +msgid "commented on %s's post" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:361 -msgid "Voting Options" +#: ../../Zotlabs/Lib/PermissionDescription.php:34 +#: ../../include/acl_selectors.php:128 +msgid "Visible to your default audience" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:381 -#: ../../extend/addon/addon/bookmarker/bookmarker.php:38 -msgid "Save Bookmarks" +#: ../../Zotlabs/Lib/PermissionDescription.php:107 +#: ../../include/acl_selectors.php:191 +msgid "Only me" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:382 -msgid "Add to Calendar" +#: ../../Zotlabs/Lib/PermissionDescription.php:108 +msgid "Public" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:391 -msgid "Mark all seen" +#: ../../Zotlabs/Lib/PermissionDescription.php:109 +msgid "Anybody in the $Projectname network" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:440 ../../include/js_strings.php:7 +#: ../../Zotlabs/Lib/PermissionDescription.php:110 #, php-format -msgid "%s show all" +msgid "Any account on %s" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/conversation.php:1237 -msgid "Bold" +#: ../../Zotlabs/Lib/PermissionDescription.php:111 +msgid "Any of my connections" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:731 ../../include/conversation.php:1238 -msgid "Italic" +#: ../../Zotlabs/Lib/PermissionDescription.php:112 +msgid "Only connections I specifically allow" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1239 -msgid "Underline" +#: ../../Zotlabs/Lib/PermissionDescription.php:113 +msgid "Anybody authenticated (could include visitors from other networks)" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1240 -msgid "Quote" +#: ../../Zotlabs/Lib/PermissionDescription.php:114 +msgid "Any connections including those who haven't yet been approved" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1241 -msgid "Code" +#: ../../Zotlabs/Lib/PermissionDescription.php:150 +msgid "" +"This is your default setting for the audience of your normal stream, and " +"posts." msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:735 -msgid "Image" +#: ../../Zotlabs/Lib/PermissionDescription.php:151 +msgid "" +"This is your default setting for who can view your default channel profile" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:736 -msgid "Insert Link" +#: ../../Zotlabs/Lib/PermissionDescription.php:152 +msgid "This is your default setting for who can view your connections" msgstr "" -#: ../../Zotlabs/Lib/ThreadItem.php:737 -msgid "Video" +#: ../../Zotlabs/Lib/PermissionDescription.php:153 +msgid "" +"This is your default setting for who can view your file storage and photos" +msgstr "" + +#: ../../Zotlabs/Lib/PermissionDescription.php:154 +msgid "This is your default setting for the audience of your webpages" msgstr "" #: ../../Zotlabs/Lib/Apps.php:207 @@ -7251,7 +7390,7 @@ msgid "Grid" msgstr "" #: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 -#: ../../include/conversation.php:1740 +#: ../../include/conversation.php:1888 msgid "Wiki" msgstr "" @@ -7260,7 +7399,7 @@ msgid "Channel Home" msgstr "" #: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 -#: ../../include/conversation.php:1691 ../../include/conversation.php:1694 +#: ../../include/conversation.php:1839 ../../include/conversation.php:1842 msgid "Events" msgstr "" @@ -7320,226 +7459,197 @@ msgstr "" msgid "Undelete" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1914 -msgid "$Projectname Notification" +#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 +msgid "Private Message" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 -#: ../../extend/addon/addon/diaspora/util.php:218 -#: ../../extend/addon/addon/diaspora/util.php:231 -#: ../../include/network.php:1915 -msgid "$projectname" +#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:655 +msgid "Select" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1917 -msgid "Thank You," +#: ../../Zotlabs/Lib/ThreadItem.php:136 +msgid "Save to Folder" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1919 -#, php-format -msgid "%s Administrator" +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I will attend" +msgstr "" + +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I will not attend" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:116 -#, php-format -msgid "%s " +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I might attend" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:120 -#, php-format -msgid "[$Projectname:Notify] New mail received at %s" +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I agree" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:122 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I disagree" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:123 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I abstain" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:123 -msgid "a private message" +#: ../../Zotlabs/Lib/ThreadItem.php:223 +msgid "Add Star" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:124 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../Zotlabs/Lib/ThreadItem.php:224 +msgid "Remove Star" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:183 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +#: ../../Zotlabs/Lib/ThreadItem.php:225 +msgid "Toggle Star Status" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:191 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +#: ../../Zotlabs/Lib/ThreadItem.php:229 +msgid "starred" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:200 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +#: ../../Zotlabs/Lib/ThreadItem.php:239 ../../include/conversation.php:670 +msgid "Message signature validated" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:211 -#, php-format -msgid "[$Projectname:Notify] Comment to conversation #%1$d by %2$s" +#: ../../Zotlabs/Lib/ThreadItem.php:240 ../../include/conversation.php:671 +msgid "Message signature incorrect" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:212 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." +#: ../../Zotlabs/Lib/ThreadItem.php:248 +msgid "Add Tag" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:215 ../../Zotlabs/Lib/Enotify.php:292 -#: ../../Zotlabs/Lib/Enotify.php:309 ../../Zotlabs/Lib/Enotify.php:335 -#: ../../Zotlabs/Lib/Enotify.php:353 ../../Zotlabs/Lib/Enotify.php:367 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../Zotlabs/Lib/ThreadItem.php:268 ../../include/taxonomy.php:316 +msgid "like" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:273 -#, php-format -msgid "%1$s, %2$s liked [zrl=%3$s]your %4$s[/zrl]" +#: ../../Zotlabs/Lib/ThreadItem.php:269 ../../include/taxonomy.php:317 +msgid "dislike" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:288 -#, php-format -msgid "[$Projectname:Notify] Like received to conversation #%1$d by %2$s" +#: ../../Zotlabs/Lib/ThreadItem.php:273 +msgid "Share This" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:289 -#, php-format -msgid "%1$s, %2$s liked an item/conversation you created." +#: ../../Zotlabs/Lib/ThreadItem.php:273 +msgid "share" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:300 -#, php-format -msgid "[$Projectname:Notify] %s posted to your profile wall" +#: ../../Zotlabs/Lib/ThreadItem.php:282 +msgid "Delivery Report" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:302 +#: ../../Zotlabs/Lib/ThreadItem.php:300 #, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" -msgstr "" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Lib/Enotify.php:304 +#: ../../Zotlabs/Lib/ThreadItem.php:329 ../../Zotlabs/Lib/ThreadItem.php:330 #, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgid "View %s's profile - %s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:328 -#, php-format -msgid "[$Projectname:Notify] %s tagged you" +#: ../../Zotlabs/Lib/ThreadItem.php:333 +msgid "to" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:329 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" +#: ../../Zotlabs/Lib/ThreadItem.php:334 +msgid "via" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:330 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +#: ../../Zotlabs/Lib/ThreadItem.php:335 +msgid "Wall-to-Wall" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:342 -#, php-format -msgid "[$Projectname:Notify] %1$s poked you" +#: ../../Zotlabs/Lib/ThreadItem.php:336 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:343 +#: ../../Zotlabs/Lib/ThreadItem.php:350 ../../include/conversation.php:717 #, php-format -msgid "%1$s, %2$s poked you at %3$s" +msgid "from %s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:344 +#: ../../Zotlabs/Lib/ThreadItem.php:353 ../../include/conversation.php:720 #, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgid "last edited: %s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:360 +#: ../../Zotlabs/Lib/ThreadItem.php:354 ../../include/conversation.php:721 #, php-format -msgid "[$Projectname:Notify] %s tagged your post" +msgid "Expires: %s" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:361 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" +#: ../../Zotlabs/Lib/ThreadItem.php:360 +msgid "Attend" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:362 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +#: ../../Zotlabs/Lib/ThreadItem.php:361 +msgid "Attendance Options" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:374 -msgid "[$Projectname:Notify] Introduction received" +#: ../../Zotlabs/Lib/ThreadItem.php:362 +msgid "Vote" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:375 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +#: ../../Zotlabs/Lib/ThreadItem.php:363 +msgid "Voting Options" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:376 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +#: ../../Zotlabs/Lib/ThreadItem.php:383 +#: ../../extend/addon/addon/bookmarker/bookmarker.php:38 +msgid "Save Bookmarks" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:380 ../../Zotlabs/Lib/Enotify.php:399 -#, php-format -msgid "You may visit their profile at %s" +#: ../../Zotlabs/Lib/ThreadItem.php:384 +msgid "Add to Calendar" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:382 -#, php-format -msgid "Please visit %s to approve or reject the connection request." +#: ../../Zotlabs/Lib/ThreadItem.php:393 +msgid "Mark all seen" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:389 -msgid "[$Projectname:Notify] Friend suggestion received" +#: ../../Zotlabs/Lib/ThreadItem.php:442 ../../include/js_strings.php:7 +#, php-format +msgid "%s show all" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:390 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +#: ../../Zotlabs/Lib/ThreadItem.php:732 ../../include/conversation.php:1385 +msgid "Bold" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:391 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." +#: ../../Zotlabs/Lib/ThreadItem.php:733 ../../include/conversation.php:1386 +msgid "Italic" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:397 -msgid "Name:" +#: ../../Zotlabs/Lib/ThreadItem.php:734 ../../include/conversation.php:1387 +msgid "Underline" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:398 -msgid "Photo:" +#: ../../Zotlabs/Lib/ThreadItem.php:735 ../../include/conversation.php:1388 +msgid "Quote" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:401 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../Zotlabs/Lib/ThreadItem.php:736 ../../include/conversation.php:1389 +msgid "Code" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:619 -msgid "[$Projectname:Notify]" +#: ../../Zotlabs/Lib/ThreadItem.php:737 +msgid "Image" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:779 -msgid "created a new post" +#: ../../Zotlabs/Lib/ThreadItem.php:738 +msgid "Insert Link" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:780 -#, php-format -msgid "commented on %s's post" +#: ../../Zotlabs/Lib/ThreadItem.php:739 +msgid "Video" msgstr "" #: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 @@ -8317,11 +8427,6 @@ msgstr "" msgid "Configuration Help" msgstr "" -#: ../../extend/addon/addon/jappixmini/jappixmini.php:368 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 -msgid "Add Contact" -msgstr "" - #: ../../extend/addon/addon/jappixmini/jappixmini.php:371 msgid "Jappix Mini Settings" msgstr "" @@ -9428,11 +9533,11 @@ msgstr "" msgid "\"Superblock\" Settings" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:316 +#: ../../extend/addon/addon/superblock/superblock.php:322 msgid "Block Completely" msgstr "" -#: ../../extend/addon/addon/superblock/superblock.php:361 +#: ../../extend/addon/addon/superblock/superblock.php:371 msgid "superblock settings updated" msgstr "" @@ -9930,73 +10035,8 @@ msgstr "" msgid "Import addressbook" msgstr "" -#: ../../extend/addon/addon/cdav/include/widgets.php:167 -msgid "Select an addressbook to import to" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:36 -msgid "Errors encountered creating database table: " -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:197 -msgid "Default Calendar" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:206 -msgid "Default Addressbook" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:215 -msgid "CalDAV/CardDAV Settings saved." -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:234 -msgid "Enable CalDAV/CardDAV Server for this channel" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:237 -#, php-format -msgid "Your CalDAV resources are located at %s " -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:240 -#, php-format -msgid "Your CardDAV resources are located at %s " -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:246 -msgid "CalDAV/CardDAV Settings" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:270 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 -msgid "Mobile" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:271 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 ../../include/nav.php:88 -msgid "Home" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:272 -msgid "Home, Voice" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:273 -msgid "Home, Fax" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:274 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 -msgid "Work" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:275 -msgid "Work, Voice" -msgstr "" - -#: ../../extend/addon/addon/cdav/cdav.php:276 -msgid "Work, Fax" +#: ../../extend/addon/addon/cdav/include/widgets.php:167 +msgid "Select an addressbook to import to" msgstr "" #: ../../extend/addon/addon/cdav/Mod_Cdav.php:744 @@ -10071,57 +10111,58 @@ msgstr "" msgid "Sorry! Editing of recurrent events is not yet implemented." msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 -msgid "Organisation" -msgstr "" - -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 -#: ../../include/page_widgets.php:46 -msgid "Title" +#: ../../extend/addon/addon/cdav/cdav.php:36 +msgid "Errors encountered creating database table: " msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 -msgid "Phone" +#: ../../extend/addon/addon/cdav/cdav.php:197 +msgid "Default Calendar" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 -msgid "Instant messenger" +#: ../../extend/addon/addon/cdav/cdav.php:206 +msgid "Default Addressbook" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 -msgid "Website" +#: ../../extend/addon/addon/cdav/cdav.php:215 +msgid "CalDAV/CardDAV Settings saved." msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 -msgid "Note" +#: ../../extend/addon/addon/cdav/cdav.php:234 +msgid "Enable CalDAV/CardDAV Server for this channel" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 -msgid "Add Field" +#: ../../extend/addon/addon/cdav/cdav.php:237 +#, php-format +msgid "Your CalDAV resources are located at %s " msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 -msgid "P.O. Box" +#: ../../extend/addon/addon/cdav/cdav.php:240 +#, php-format +msgid "Your CardDAV resources are located at %s " msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 -msgid "Additional" +#: ../../extend/addon/addon/cdav/cdav.php:246 +msgid "CalDAV/CardDAV Settings" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 -msgid "Street" +#: ../../extend/addon/addon/cdav/cdav.php:272 +#: ../../include/connections.php:858 +msgid "Home, Voice" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 -msgid "Locality" +#: ../../extend/addon/addon/cdav/cdav.php:273 +#: ../../include/connections.php:859 +msgid "Home, Fax" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 -msgid "Region" +#: ../../extend/addon/addon/cdav/cdav.php:275 +#: ../../include/connections.php:861 +msgid "Work, Voice" msgstr "" -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 -msgid "ZIP Code" +#: ../../extend/addon/addon/cdav/cdav.php:276 +#: ../../include/connections.php:862 +msgid "Work, Fax" msgstr "" #: ../../extend/addon/addon/chess/chess.php:276 @@ -10415,89 +10456,20 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/datetime.php:147 -msgid "Birthday" -msgstr "" - -#: ../../include/datetime.php:149 -msgid "Age: " -msgstr "" - -#: ../../include/datetime.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: ../../include/datetime.php:286 ../../boot.php:2564 -msgid "never" -msgstr "" - -#: ../../include/datetime.php:292 -msgid "less than a second ago" +#: ../../include/message.php:32 +msgid "Unable to determine sender." msgstr "" -#: ../../include/datetime.php:310 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +#: ../../include/message.php:69 +msgid "No recipient provided." msgstr "" -#: ../../include/datetime.php:321 -msgctxt "relative_date" -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:324 -msgctxt "relative_date" -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:327 -msgctxt "relative_date" -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:330 -msgctxt "relative_date" -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:333 -msgctxt "relative_date" -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:336 -msgctxt "relative_date" -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:339 -msgctxt "relative_date" -msgid "second" -msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:576 -#, php-format -msgid "%1$s's birthday" +#: ../../include/message.php:74 +msgid "[no subject]" msgstr "" -#: ../../include/datetime.php:577 -#, php-format -msgid "Happy Birthday %1$s" +#: ../../include/message.php:225 +msgid "Stored post could not be verified." msgstr "" #: ../../include/account.php:35 @@ -10568,244 +10540,190 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/selectors.php:30 -msgid "Frequently" -msgstr "" - -#: ../../include/selectors.php:31 -msgid "Hourly" -msgstr "" - -#: ../../include/selectors.php:32 -msgid "Twice daily" -msgstr "" - -#: ../../include/selectors.php:33 -msgid "Daily" -msgstr "" - -#: ../../include/selectors.php:34 -msgid "Weekly" -msgstr "" - -#: ../../include/selectors.php:35 -msgid "Monthly" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Currently Male" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Currently Female" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Mostly Male" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Mostly Female" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Transgender" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Intersex" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Transsexual" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Hermaphrodite" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Neuter" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Non-specific" -msgstr "" - -#: ../../include/selectors.php:49 -msgid "Undecided" -msgstr "" - -#: ../../include/selectors.php:85 ../../include/selectors.php:104 -msgid "Males" -msgstr "" - -#: ../../include/selectors.php:85 ../../include/selectors.php:104 -msgid "Females" -msgstr "" - -#: ../../include/selectors.php:85 -msgid "Gay" +#: ../../include/acl_selectors.php:198 +msgid "Who can see this?" msgstr "" -#: ../../include/selectors.php:85 -msgid "Lesbian" +#: ../../include/acl_selectors.php:199 +msgid "Custom selection" msgstr "" -#: ../../include/selectors.php:85 -msgid "No Preference" +#: ../../include/acl_selectors.php:200 +msgid "" +"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " +"the scope of \"Show\"." msgstr "" -#: ../../include/selectors.php:85 -msgid "Bisexual" +#: ../../include/acl_selectors.php:201 +msgid "Show" msgstr "" -#: ../../include/selectors.php:85 -msgid "Autosexual" +#: ../../include/acl_selectors.php:202 +msgid "Don't show" msgstr "" -#: ../../include/selectors.php:85 -msgid "Abstinent" +#: ../../include/acl_selectors.php:235 +#, php-format +msgid "" +"Post permissions %s cannot be changed %s after a post is shared.
These " +"permissions set who is allowed to view the post." msgstr "" -#: ../../include/selectors.php:85 -msgid "Virgin" +#: ../../include/attach.php:248 ../../include/attach.php:336 +msgid "Item was not found." msgstr "" -#: ../../include/selectors.php:85 -msgid "Deviant" +#: ../../include/attach.php:497 +msgid "No source file." msgstr "" -#: ../../include/selectors.php:85 -msgid "Fetish" +#: ../../include/attach.php:519 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/selectors.php:85 -msgid "Oodles" +#: ../../include/attach.php:537 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/selectors.php:85 -msgid "Nonsexual" +#: ../../include/attach.php:668 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Single" +#: ../../include/attach.php:682 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/selectors.php:123 -msgid "Lonely" +#: ../../include/attach.php:852 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/selectors.php:123 -msgid "Available" +#: ../../include/attach.php:865 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/selectors.php:123 -msgid "Unavailable" +#: ../../include/attach.php:920 ../../include/attach.php:936 +msgid "Path not available." msgstr "" -#: ../../include/selectors.php:123 -msgid "Has crush" +#: ../../include/attach.php:982 ../../include/attach.php:1140 +msgid "Empty pathname" msgstr "" -#: ../../include/selectors.php:123 -msgid "Infatuated" +#: ../../include/attach.php:1008 +msgid "duplicate filename or path" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Dating" +#: ../../include/attach.php:1030 +msgid "Path not found." msgstr "" -#: ../../include/selectors.php:123 -msgid "Unfaithful" +#: ../../include/attach.php:1094 +msgid "mkdir failed." msgstr "" -#: ../../include/selectors.php:123 -msgid "Sex Addict" +#: ../../include/attach.php:1098 +msgid "database storage failed." msgstr "" -#: ../../include/selectors.php:123 -msgid "Friends/Benefits" +#: ../../include/attach.php:1146 +msgid "Empty path" msgstr "" -#: ../../include/selectors.php:123 -msgid "Casual" +#: ../../include/event.php:22 ../../include/event.php:69 +#: ../../include/bb2diaspora.php:504 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/selectors.php:123 -msgid "Engaged" +#: ../../include/event.php:30 ../../include/event.php:73 +#: ../../include/bb2diaspora.php:510 +msgid "Starts:" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Married" +#: ../../include/event.php:40 ../../include/event.php:77 +#: ../../include/bb2diaspora.php:518 +msgid "Finishes:" msgstr "" -#: ../../include/selectors.php:123 -msgid "Imaginarily married" +#: ../../include/event.php:824 +msgid "This event has been added to your calendar." msgstr "" -#: ../../include/selectors.php:123 -msgid "Partners" +#: ../../include/event.php:1024 +msgid "Not specified" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Cohabiting" +#: ../../include/event.php:1025 +msgid "Needs Action" msgstr "" -#: ../../include/selectors.php:123 -msgid "Common law" +#: ../../include/event.php:1026 +msgid "Completed" msgstr "" -#: ../../include/selectors.php:123 -msgid "Happy" +#: ../../include/event.php:1027 +msgid "In Process" msgstr "" -#: ../../include/selectors.php:123 -msgid "Not looking" +#: ../../include/event.php:1028 +msgid "Cancelled" msgstr "" -#: ../../include/selectors.php:123 -msgid "Swinger" +#: ../../include/bb2diaspora.php:409 +msgid "Attachments:" msgstr "" -#: ../../include/selectors.php:123 -msgid "Betrayed" +#: ../../include/bb2diaspora.php:506 +msgid "$Projectname event notification:" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Separated" +#: ../../include/bbcode.php:134 ../../include/bbcode.php:962 +#: ../../include/bbcode.php:965 ../../include/bbcode.php:970 +#: ../../include/bbcode.php:973 ../../include/bbcode.php:976 +#: ../../include/bbcode.php:979 ../../include/bbcode.php:984 +#: ../../include/bbcode.php:987 ../../include/bbcode.php:992 +#: ../../include/bbcode.php:995 ../../include/bbcode.php:998 +#: ../../include/bbcode.php:1001 +msgid "Image/photo" msgstr "" -#: ../../include/selectors.php:123 -msgid "Unstable" +#: ../../include/bbcode.php:173 ../../include/bbcode.php:1012 +msgid "Encrypted content" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Divorced" +#: ../../include/bbcode.php:189 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/selectors.php:123 -msgid "Imaginarily divorced" +#: ../../include/bbcode.php:193 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Widowed" +#: ../../include/bbcode.php:272 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/selectors.php:123 -msgid "Uncertain" +#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +msgid "Click to open/close" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "It's complicated" +#: ../../include/bbcode.php:357 +msgid "spoiler" msgstr "" -#: ../../include/selectors.php:123 -msgid "Don't care" +#: ../../include/bbcode.php:552 ../../include/bbcode.php:683 +#: ../../include/wiki.php:546 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/selectors.php:123 -msgid "Ask me" +#: ../../include/bbcode.php:950 +msgid "$1 wrote:" msgstr "" #: ../../include/channel.php:33 @@ -10950,601 +10868,711 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/channel.php:1284 -msgid "Like this thing" +#: ../../include/channel.php:1284 +msgid "Like this thing" +msgstr "" + +#: ../../include/features.php:58 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:63 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:64 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:72 +msgid "Advanced Profiles" +msgstr "" + +#: ../../include/features.php:73 +msgid "Additional profile sections and selections" +msgstr "" + +#: ../../include/features.php:81 +msgid "Profile Import/Export" +msgstr "" + +#: ../../include/features.php:82 +msgid "Save and load profile details across sites/channels" +msgstr "" + +#: ../../include/features.php:90 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:91 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:100 +msgid "Provide a wiki for your channel" +msgstr "" + +#: ../../include/features.php:117 +msgid "Private Notes" +msgstr "" + +#: ../../include/features.php:118 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "" + +#: ../../include/features.php:126 +msgid "Navigation Channel Select" +msgstr "" + +#: ../../include/features.php:127 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "" + +#: ../../include/features.php:135 +msgid "Photo Location" +msgstr "" + +#: ../../include/features.php:136 +msgid "If location data is available on uploaded photos, link this to a map." +msgstr "" + +#: ../../include/features.php:144 +msgid "Access Controlled Chatrooms" +msgstr "" + +#: ../../include/features.php:145 +msgid "Provide chatrooms and chat services with access control." +msgstr "" + +#: ../../include/features.php:153 +msgid "Smart Birthdays" +msgstr "" + +#: ../../include/features.php:154 +msgid "" +"Make birthday events timezone aware in case your friends are scattered " +"across the planet." +msgstr "" + +#: ../../include/features.php:162 +msgid "Advanced Directory Search" +msgstr "" + +#: ../../include/features.php:163 +msgid "Allows creation of complex directory search queries" +msgstr "" + +#: ../../include/features.php:171 +msgid "Advanced Theme and Layout Settings" +msgstr "" + +#: ../../include/features.php:172 +msgid "Allows fine tuning of themes and page layouts" +msgstr "" + +#: ../../include/features.php:182 +msgid "Post Composition Features" +msgstr "" + +#: ../../include/features.php:186 +msgid "Large Photos" +msgstr "" + +#: ../../include/features.php:187 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" +msgstr "" + +#: ../../include/features.php:196 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/connections.php:95 -msgid "New window" +#: ../../include/features.php:204 +msgid "Even More Encryption" msgstr "" -#: ../../include/connections.php:96 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/features.php:205 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/connections.php:214 -#, php-format -msgid "User '%s' deleted" +#: ../../include/features.php:213 +msgid "Enable Voting Tools" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Directory Options" +#: ../../include/features.php:214 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "Safe Mode" +#: ../../include/features.php:222 +msgid "Disable Comments" msgstr "" -#: ../../include/dir_fns.php:144 -msgid "Public Forums Only" +#: ../../include/features.php:223 +msgid "Provide the option to disable comments for a post" msgstr "" -#: ../../include/dir_fns.php:145 -msgid "This Website Only" +#: ../../include/features.php:231 +msgid "Delayed Posting" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 -msgid "Logout" +#: ../../include/features.php:232 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 -msgid "End this session" +#: ../../include/features.php:240 +msgid "Content Expiration" msgstr "" -#: ../../include/nav.php:88 -msgid "Your posts and conversations" +#: ../../include/features.php:241 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/nav.php:89 -msgid "Your profile page" +#: ../../include/features.php:249 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/nav.php:91 -msgid "Manage/Edit profiles" +#: ../../include/features.php:250 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../include/nav.php:93 -msgid "Edit your profile" +#: ../../include/features.php:261 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/nav.php:95 -msgid "Your photos" +#: ../../include/features.php:265 +msgid "Search by Date" msgstr "" -#: ../../include/nav.php:96 -msgid "Your files" +#: ../../include/features.php:266 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/nav.php:99 -msgid "Your chatrooms" +#: ../../include/features.php:274 ../../include/group.php:311 +msgid "Privacy Groups" msgstr "" -#: ../../include/nav.php:105 ../../include/conversation.php:1717 -msgid "Bookmarks" +#: ../../include/features.php:275 +msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/nav.php:105 -msgid "Your bookmarks" +#: ../../include/features.php:283 ../../include/widgets.php:283 +msgid "Saved Searches" msgstr "" -#: ../../include/nav.php:109 -msgid "Your webpages" +#: ../../include/features.php:284 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/nav.php:111 -msgid "Your wikis" +#: ../../include/features.php:292 +msgid "Network Personal Tab" msgstr "" -#: ../../include/nav.php:115 -msgid "Sign in" +#: ../../include/features.php:293 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/nav.php:131 -msgid "Remote authentication" +#: ../../include/features.php:301 +msgid "Network New Tab" msgstr "" -#: ../../include/nav.php:131 -msgid "Click to authenticate to your home hub" +#: ../../include/features.php:302 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/nav.php:143 -msgid "Get me home" +#: ../../include/features.php:310 +msgid "Affinity Tool" msgstr "" -#: ../../include/nav.php:145 -msgid "Log me out of this site" +#: ../../include/features.php:311 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/nav.php:150 -msgid "Create an account" +#: ../../include/features.php:320 +msgid "Show friend and connection suggestions" msgstr "" -#: ../../include/nav.php:162 -msgid "Help and documentation" +#: ../../include/features.php:328 +msgid "Connection Filtering" msgstr "" -#: ../../include/nav.php:166 -msgid "Applications, utilities, links, games" +#: ../../include/features.php:329 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/nav.php:168 -msgid "Search site @name, #tag, ?docs, content" +#: ../../include/features.php:341 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/nav.php:170 -msgid "Channel Directory" +#: ../../include/features.php:345 +msgid "Community Tagging" msgstr "" -#: ../../include/nav.php:182 -msgid "Your grid" +#: ../../include/features.php:346 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/nav.php:183 -msgid "Mark all grid notifications seen" +#: ../../include/features.php:354 +msgid "Post Categories" msgstr "" -#: ../../include/nav.php:185 -msgid "Channel home" +#: ../../include/features.php:355 +msgid "Add categories to your posts" msgstr "" -#: ../../include/nav.php:186 -msgid "Mark all channel notifications seen" +#: ../../include/features.php:363 +msgid "Emoji Reactions" msgstr "" -#: ../../include/nav.php:192 -msgid "Notices" +#: ../../include/features.php:364 +msgid "Add emoji reaction ability to posts" msgstr "" -#: ../../include/nav.php:192 -msgid "Notifications" +#: ../../include/features.php:372 ../../include/contact_widgets.php:53 +#: ../../include/widgets.php:346 +msgid "Saved Folders" msgstr "" -#: ../../include/nav.php:193 -msgid "See all notifications" +#: ../../include/features.php:373 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/nav.php:196 -msgid "Private mail" +#: ../../include/features.php:381 +msgid "Dislike Posts" msgstr "" -#: ../../include/nav.php:197 -msgid "See all private messages" +#: ../../include/features.php:382 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/nav.php:198 -msgid "Mark all private messages seen" +#: ../../include/features.php:390 +msgid "Star Posts" msgstr "" -#: ../../include/nav.php:199 ../../include/widgets.php:700 -msgid "Inbox" +#: ../../include/features.php:391 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/nav.php:200 ../../include/widgets.php:705 -msgid "Outbox" +#: ../../include/features.php:399 +msgid "Tag Cloud" msgstr "" -#: ../../include/nav.php:201 ../../include/widgets.php:710 -msgid "New Message" +#: ../../include/features.php:400 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/nav.php:204 -msgid "Event Calendar" +#: ../../include/features.php:412 +msgid "Premium Channel" msgstr "" -#: ../../include/nav.php:205 -msgid "See all events" +#: ../../include/features.php:413 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/nav.php:206 -msgid "Mark all events seen" +#: ../../include/connections.php:95 +msgid "New window" msgstr "" -#: ../../include/nav.php:209 -msgid "Manage Your Channels" +#: ../../include/connections.php:96 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/nav.php:211 -msgid "Account/Channel Settings" +#: ../../include/connections.php:214 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../include/nav.php:219 ../../include/widgets.php:1595 -msgid "Admin" +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/nav.php:219 -msgid "Site Setup and Configuration" +#: ../../include/oembed.php:307 +msgid " by " msgstr "" -#: ../../include/nav.php:250 ../../include/conversation.php:835 -msgid "Loading..." +#: ../../include/oembed.php:308 +msgid " on " msgstr "" -#: ../../include/nav.php:255 -msgid "@name, #tag, ?doc, content" +#: ../../include/oembed.php:337 +msgid "Embedded content" msgstr "" -#: ../../include/nav.php:256 -msgid "Please wait..." +#: ../../include/oembed.php:346 +msgid "Embedding disabled" msgstr "" -#: ../../include/features.php:58 -msgid "General Features" +#: ../../include/text.php:460 +msgid "prev" msgstr "" -#: ../../include/features.php:63 -msgid "Multiple Profiles" +#: ../../include/text.php:462 +msgid "first" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to create multiple profiles" +#: ../../include/text.php:491 +msgid "last" msgstr "" -#: ../../include/features.php:72 -msgid "Advanced Profiles" +#: ../../include/text.php:494 +msgid "next" msgstr "" -#: ../../include/features.php:73 -msgid "Additional profile sections and selections" +#: ../../include/text.php:505 +msgid "older" msgstr "" -#: ../../include/features.php:81 -msgid "Profile Import/Export" +#: ../../include/text.php:507 +msgid "newer" msgstr "" -#: ../../include/features.php:82 -msgid "Save and load profile details across sites/channels" +#: ../../include/text.php:917 +msgid "No connections" msgstr "" -#: ../../include/features.php:90 -msgid "Web Pages" +#: ../../include/text.php:942 +#, php-format +msgid "View all %s connections" msgstr "" -#: ../../include/features.php:91 -msgid "Provide managed web pages on your channel" +#: ../../include/text.php:1087 ../../include/text.php:1092 +msgid "poke" msgstr "" -#: ../../include/features.php:100 -msgid "Provide a wiki for your channel" +#: ../../include/text.php:1087 ../../include/text.php:1092 +#: ../../include/conversation.php:243 +msgid "poked" msgstr "" -#: ../../include/features.php:117 -msgid "Private Notes" +#: ../../include/text.php:1093 +msgid "ping" msgstr "" -#: ../../include/features.php:118 -msgid "Enables a tool to store notes and reminders (note: not encrypted)" +#: ../../include/text.php:1093 +msgid "pinged" msgstr "" -#: ../../include/features.php:126 -msgid "Navigation Channel Select" +#: ../../include/text.php:1094 +msgid "prod" msgstr "" -#: ../../include/features.php:127 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../include/text.php:1094 +msgid "prodded" msgstr "" -#: ../../include/features.php:135 -msgid "Photo Location" +#: ../../include/text.php:1095 +msgid "slap" msgstr "" -#: ../../include/features.php:136 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/text.php:1095 +msgid "slapped" msgstr "" -#: ../../include/features.php:144 -msgid "Access Controlled Chatrooms" +#: ../../include/text.php:1096 +msgid "finger" msgstr "" -#: ../../include/features.php:145 -msgid "Provide chatrooms and chat services with access control." +#: ../../include/text.php:1096 +msgid "fingered" msgstr "" -#: ../../include/features.php:153 -msgid "Smart Birthdays" +#: ../../include/text.php:1097 +msgid "rebuff" msgstr "" -#: ../../include/features.php:154 -msgid "" -"Make birthday events timezone aware in case your friends are scattered " -"across the planet." +#: ../../include/text.php:1097 +msgid "rebuffed" msgstr "" -#: ../../include/features.php:162 -msgid "Advanced Directory Search" +#: ../../include/text.php:1109 +msgid "happy" msgstr "" -#: ../../include/features.php:163 -msgid "Allows creation of complex directory search queries" +#: ../../include/text.php:1110 +msgid "sad" msgstr "" -#: ../../include/features.php:171 -msgid "Advanced Theme and Layout Settings" +#: ../../include/text.php:1111 +msgid "mellow" msgstr "" -#: ../../include/features.php:172 -msgid "Allows fine tuning of themes and page layouts" +#: ../../include/text.php:1112 +msgid "tired" msgstr "" -#: ../../include/features.php:182 -msgid "Post Composition Features" +#: ../../include/text.php:1113 +msgid "perky" msgstr "" -#: ../../include/features.php:186 -msgid "Large Photos" +#: ../../include/text.php:1114 +msgid "angry" msgstr "" -#: ../../include/features.php:187 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../include/text.php:1115 +msgid "stupefied" msgstr "" -#: ../../include/features.php:196 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/text.php:1116 +msgid "puzzled" msgstr "" -#: ../../include/features.php:204 -msgid "Even More Encryption" +#: ../../include/text.php:1117 +msgid "interested" msgstr "" -#: ../../include/features.php:205 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/text.php:1118 +msgid "bitter" msgstr "" -#: ../../include/features.php:213 -msgid "Enable Voting Tools" +#: ../../include/text.php:1119 +msgid "cheerful" msgstr "" -#: ../../include/features.php:214 -msgid "Provide a class of post which others can vote on" +#: ../../include/text.php:1120 +msgid "alive" msgstr "" -#: ../../include/features.php:222 -msgid "Disable Comments" +#: ../../include/text.php:1121 +msgid "annoyed" msgstr "" -#: ../../include/features.php:223 -msgid "Provide the option to disable comments for a post" +#: ../../include/text.php:1122 +msgid "anxious" msgstr "" -#: ../../include/features.php:231 -msgid "Delayed Posting" +#: ../../include/text.php:1123 +msgid "cranky" msgstr "" -#: ../../include/features.php:232 -msgid "Allow posts to be published at a later date" +#: ../../include/text.php:1124 +msgid "disturbed" msgstr "" -#: ../../include/features.php:240 -msgid "Content Expiration" +#: ../../include/text.php:1125 +msgid "frustrated" msgstr "" -#: ../../include/features.php:241 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/text.php:1126 +msgid "depressed" msgstr "" -#: ../../include/features.php:249 -msgid "Suppress Duplicate Posts/Comments" +#: ../../include/text.php:1127 +msgid "motivated" msgstr "" -#: ../../include/features.php:250 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../include/text.php:1128 +msgid "relaxed" msgstr "" -#: ../../include/features.php:261 -msgid "Network and Stream Filtering" +#: ../../include/text.php:1129 +msgid "surprised" msgstr "" -#: ../../include/features.php:265 -msgid "Search by Date" +#: ../../include/text.php:1316 ../../include/js_strings.php:70 +msgid "Monday" msgstr "" -#: ../../include/features.php:266 -msgid "Ability to select posts by date ranges" +#: ../../include/text.php:1316 ../../include/js_strings.php:71 +msgid "Tuesday" msgstr "" -#: ../../include/features.php:274 ../../include/group.php:311 -msgid "Privacy Groups" +#: ../../include/text.php:1316 ../../include/js_strings.php:72 +msgid "Wednesday" msgstr "" -#: ../../include/features.php:275 -msgid "Enable management and selection of privacy groups" +#: ../../include/text.php:1316 ../../include/js_strings.php:73 +msgid "Thursday" msgstr "" -#: ../../include/features.php:283 ../../include/widgets.php:283 -msgid "Saved Searches" +#: ../../include/text.php:1316 ../../include/js_strings.php:74 +msgid "Friday" msgstr "" -#: ../../include/features.php:284 -msgid "Save search terms for re-use" +#: ../../include/text.php:1316 ../../include/js_strings.php:75 +msgid "Saturday" msgstr "" -#: ../../include/features.php:292 -msgid "Network Personal Tab" +#: ../../include/text.php:1316 ../../include/js_strings.php:69 +msgid "Sunday" msgstr "" -#: ../../include/features.php:293 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/text.php:1320 ../../include/js_strings.php:45 +msgid "January" msgstr "" -#: ../../include/features.php:301 -msgid "Network New Tab" +#: ../../include/text.php:1320 ../../include/js_strings.php:46 +msgid "February" msgstr "" -#: ../../include/features.php:302 -msgid "Enable tab to display all new Network activity" +#: ../../include/text.php:1320 ../../include/js_strings.php:47 +msgid "March" msgstr "" -#: ../../include/features.php:310 -msgid "Affinity Tool" +#: ../../include/text.php:1320 ../../include/js_strings.php:48 +msgid "April" msgstr "" -#: ../../include/features.php:311 -msgid "Filter stream activity by depth of relationships" +#: ../../include/text.php:1320 +msgid "May" msgstr "" -#: ../../include/features.php:320 -msgid "Show friend and connection suggestions" +#: ../../include/text.php:1320 ../../include/js_strings.php:50 +msgid "June" msgstr "" -#: ../../include/features.php:328 -msgid "Connection Filtering" +#: ../../include/text.php:1320 ../../include/js_strings.php:51 +msgid "July" msgstr "" -#: ../../include/features.php:329 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../include/text.php:1320 ../../include/js_strings.php:52 +msgid "August" msgstr "" -#: ../../include/features.php:341 -msgid "Post/Comment Tools" +#: ../../include/text.php:1320 ../../include/js_strings.php:53 +msgid "September" msgstr "" -#: ../../include/features.php:345 -msgid "Community Tagging" +#: ../../include/text.php:1320 ../../include/js_strings.php:54 +msgid "October" msgstr "" -#: ../../include/features.php:346 -msgid "Ability to tag existing posts" +#: ../../include/text.php:1320 ../../include/js_strings.php:55 +msgid "November" msgstr "" -#: ../../include/features.php:354 -msgid "Post Categories" +#: ../../include/text.php:1320 ../../include/js_strings.php:56 +msgid "December" msgstr "" -#: ../../include/features.php:355 -msgid "Add categories to your posts" +#: ../../include/text.php:1397 ../../include/text.php:1401 +msgid "Unknown Attachment" msgstr "" -#: ../../include/features.php:363 -msgid "Emoji Reactions" +#: ../../include/text.php:1403 +msgid "unknown" msgstr "" -#: ../../include/features.php:364 -msgid "Add emoji reaction ability to posts" +#: ../../include/text.php:1439 +msgid "remove category" msgstr "" -#: ../../include/features.php:372 ../../include/contact_widgets.php:53 -#: ../../include/widgets.php:346 -msgid "Saved Folders" +#: ../../include/text.php:1516 +msgid "remove from file" msgstr "" -#: ../../include/features.php:373 -msgid "Ability to file posts under folders" +#: ../../include/text.php:1783 ../../include/language.php:367 +msgid "default" msgstr "" -#: ../../include/features.php:381 -msgid "Dislike Posts" +#: ../../include/text.php:1791 +msgid "Page layout" msgstr "" -#: ../../include/features.php:382 -msgid "Ability to dislike posts/comments" +#: ../../include/text.php:1791 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/features.php:390 -msgid "Star Posts" +#: ../../include/text.php:1833 +msgid "Page content type" msgstr "" -#: ../../include/features.php:391 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/text.php:1966 +msgid "activity" msgstr "" -#: ../../include/features.php:399 -msgid "Tag Cloud" +#: ../../include/text.php:2280 +msgid "Design Tools" msgstr "" -#: ../../include/features.php:400 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/text.php:2286 +msgid "Pages" msgstr "" -#: ../../include/features.php:412 -msgid "Premium Channel" +#: ../../include/text.php:2308 +msgid "Import website..." msgstr "" -#: ../../include/features.php:413 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/text.php:2309 +msgid "Select folder to import" msgstr "" -#: ../../include/bb2diaspora.php:404 -msgid "Attachments:" +#: ../../include/text.php:2310 +msgid "Import from a zipped folder:" msgstr "" -#: ../../include/bb2diaspora.php:499 ../../include/event.php:22 -#: ../../include/event.php:69 -msgid "l F d, Y \\@ g:i A" +#: ../../include/text.php:2311 +msgid "Import from cloud files:" msgstr "" -#: ../../include/bb2diaspora.php:501 -msgid "$Projectname event notification:" +#: ../../include/text.php:2312 +msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/bb2diaspora.php:505 ../../include/event.php:30 -#: ../../include/event.php:73 -msgid "Starts:" +#: ../../include/text.php:2313 +msgid "Enter path to website files" msgstr "" -#: ../../include/bb2diaspora.php:513 ../../include/event.php:40 -#: ../../include/event.php:77 -msgid "Finishes:" +#: ../../include/text.php:2314 +msgid "Select folder" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/text.php:2315 +msgid "Export website..." msgstr "" -#: ../../include/help.php:31 -msgid "Help:" +#: ../../include/text.php:2316 +msgid "Export to a zip file" msgstr "" -#: ../../include/help.php:63 -msgid "Not Found" +#: ../../include/text.php:2317 +msgid "website.zip" msgstr "" -#: ../../include/wiki.php:546 ../../include/bbcode.php:552 -#: ../../include/bbcode.php:683 -msgid "Different viewers will see this text differently" +#: ../../include/text.php:2318 +msgid "Enter a name for the zip file." msgstr "" -#: ../../include/zot.php:667 -msgid "Invalid data packet" +#: ../../include/text.php:2319 +msgid "Export to cloud files" msgstr "" -#: ../../include/zot.php:683 -msgid "Unable to verify channel signature" +#: ../../include/text.php:2320 +msgid "/path/to/export/folder" msgstr "" -#: ../../include/zot.php:2325 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/text.php:2321 +msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/zot.php:3723 -msgid "invalid target signature" +#: ../../include/text.php:2322 +msgid "Specify folder" msgstr "" -#: ../../include/page_widgets.php:7 -msgid "New Page" +#: ../../include/zot.php:667 +msgid "Invalid data packet" msgstr "" -#: ../../include/message.php:32 -msgid "Unable to determine sender." +#: ../../include/zot.php:683 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/message.php:69 -msgid "No recipient provided." +#: ../../include/zot.php:2325 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/message.php:74 -msgid "[no subject]" +#: ../../include/zot.php:3723 +msgid "invalid target signature" msgstr "" -#: ../../include/message.php:225 -msgid "Stored post could not be verified." +#: ../../include/page_widgets.php:7 +msgid "New Page" msgstr "" #: ../../include/contact_widgets.php:11 @@ -11587,9 +11615,9 @@ msgstr "" msgid "Everything" msgstr "" -#: ../../include/contact_widgets.php:91 ../../include/taxonomy.php:188 -#: ../../include/taxonomy.php:270 ../../include/widgets.php:46 -#: ../../include/widgets.php:465 +#: ../../include/contact_widgets.php:91 ../../include/widgets.php:46 +#: ../../include/widgets.php:465 ../../include/taxonomy.php:188 +#: ../../include/taxonomy.php:270 msgid "Categories" msgstr "" @@ -11744,55 +11772,11 @@ msgstr "" msgid "timeago.numbers" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1307 -msgid "January" -msgstr "" - -#: ../../include/js_strings.php:46 ../../include/text.php:1307 -msgid "February" -msgstr "" - -#: ../../include/js_strings.php:47 ../../include/text.php:1307 -msgid "March" -msgstr "" - -#: ../../include/js_strings.php:48 ../../include/text.php:1307 -msgid "April" -msgstr "" - #: ../../include/js_strings.php:49 msgctxt "long" msgid "May" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1307 -msgid "June" -msgstr "" - -#: ../../include/js_strings.php:51 ../../include/text.php:1307 -msgid "July" -msgstr "" - -#: ../../include/js_strings.php:52 ../../include/text.php:1307 -msgid "August" -msgstr "" - -#: ../../include/js_strings.php:53 ../../include/text.php:1307 -msgid "September" -msgstr "" - -#: ../../include/js_strings.php:54 ../../include/text.php:1307 -msgid "October" -msgstr "" - -#: ../../include/js_strings.php:55 ../../include/text.php:1307 -msgid "November" -msgstr "" - -#: ../../include/js_strings.php:56 ../../include/text.php:1307 -msgid "December" -msgstr "" - #: ../../include/js_strings.php:57 msgid "Jan" msgstr "" @@ -11842,34 +11826,6 @@ msgstr "" msgid "Dec" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1303 -msgid "Sunday" -msgstr "" - -#: ../../include/js_strings.php:70 ../../include/text.php:1303 -msgid "Monday" -msgstr "" - -#: ../../include/js_strings.php:71 ../../include/text.php:1303 -msgid "Tuesday" -msgstr "" - -#: ../../include/js_strings.php:72 ../../include/text.php:1303 -msgid "Wednesday" -msgstr "" - -#: ../../include/js_strings.php:73 ../../include/text.php:1303 -msgid "Thursday" -msgstr "" - -#: ../../include/js_strings.php:74 ../../include/text.php:1303 -msgid "Friday" -msgstr "" - -#: ../../include/js_strings.php:75 ../../include/text.php:1303 -msgid "Saturday" -msgstr "" - #: ../../include/js_strings.php:76 msgid "Sun" msgstr "" @@ -11923,658 +11879,741 @@ msgctxt "calendar" msgid "All day" msgstr "" -#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 -msgid "Tags" +#: ../../include/follow.php:27 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/taxonomy.php:293 -msgid "Keywords" +#: ../../include/follow.php:32 +msgid "Channel location missing." msgstr "" -#: ../../include/taxonomy.php:314 -msgid "have" +#: ../../include/follow.php:80 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/taxonomy.php:314 -msgid "has" +#: ../../include/follow.php:97 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/taxonomy.php:315 -msgid "want" +#: ../../include/follow.php:147 ../../include/follow.php:183 +msgid "Protocol disabled." msgstr "" -#: ../../include/taxonomy.php:315 -msgid "wants" +#: ../../include/follow.php:171 +msgid "Channel discovery failed." msgstr "" -#: ../../include/taxonomy.php:316 -msgid "likes" +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." msgstr "" -#: ../../include/taxonomy.php:317 -msgid "dislikes" +#: ../../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/text.php:460 -msgid "prev" +#: ../../include/group.php:248 +msgid "Add new connections to this privacy group" msgstr "" -#: ../../include/text.php:462 -msgid "first" +#: ../../include/group.php:289 +msgid "edit" msgstr "" -#: ../../include/text.php:491 -msgid "last" +#: ../../include/group.php:312 +msgid "Edit group" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/group.php:313 +msgid "Add privacy group" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/group.php:314 +msgid "Channels not in any privacy group" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/group.php:316 ../../include/widgets.php:284 +msgid "add" msgstr "" -#: ../../include/text.php:904 -msgid "No connections" +#: ../../include/items.php:837 ../../include/items.php:882 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1080 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1082 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1084 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1086 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/text.php:929 +#: ../../include/items.php:1088 #, php-format -msgid "View all %s connections" +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/text.php:1074 ../../include/text.php:1079 -msgid "poke" +#: ../../include/items.php:1090 +msgid "Visible to all connections." msgstr "" -#: ../../include/text.php:1074 ../../include/text.php:1079 -#: ../../include/conversation.php:243 -msgid "poked" +#: ../../include/items.php:1092 +msgid "Visible to approved connections." msgstr "" -#: ../../include/text.php:1080 -msgid "ping" +#: ../../include/items.php:1094 +msgid "Visible to specific connections." msgstr "" -#: ../../include/text.php:1080 -msgid "pinged" +#: ../../include/items.php:3892 +msgid "Privacy group is empty." msgstr "" -#: ../../include/text.php:1081 -msgid "prod" +#: ../../include/items.php:3899 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../include/text.php:1081 -msgid "prodded" +#: ../../include/items.php:3911 +msgid "Connection not found." msgstr "" -#: ../../include/text.php:1082 -msgid "slap" +#: ../../include/items.php:4260 +msgid "profile photo" msgstr "" -#: ../../include/text.php:1082 -msgid "slapped" +#: ../../include/items.php:4456 +#, php-format +msgid "[Edited %s]" msgstr "" -#: ../../include/text.php:1083 -msgid "finger" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Post" msgstr "" -#: ../../include/text.php:1083 -msgid "fingered" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Comment" msgstr "" -#: ../../include/text.php:1084 -msgid "rebuff" +#: ../../include/language.php:380 +msgid "Select an alternate language" msgstr "" -#: ../../include/text.php:1084 -msgid "rebuffed" +#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 +msgid "Logout" msgstr "" -#: ../../include/text.php:1096 -msgid "happy" +#: ../../include/nav.php:85 ../../include/nav.php:118 +msgid "End this session" msgstr "" -#: ../../include/text.php:1097 -msgid "sad" +#: ../../include/nav.php:88 +msgid "Your posts and conversations" msgstr "" -#: ../../include/text.php:1098 -msgid "mellow" +#: ../../include/nav.php:89 +msgid "Your profile page" msgstr "" -#: ../../include/text.php:1099 -msgid "tired" +#: ../../include/nav.php:91 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/text.php:1100 -msgid "perky" +#: ../../include/nav.php:93 +msgid "Edit your profile" msgstr "" -#: ../../include/text.php:1101 -msgid "angry" +#: ../../include/nav.php:95 +msgid "Your photos" msgstr "" -#: ../../include/text.php:1102 -msgid "stupefied" +#: ../../include/nav.php:96 +msgid "Your files" +msgstr "" + +#: ../../include/nav.php:99 +msgid "Your chatrooms" +msgstr "" + +#: ../../include/nav.php:105 ../../include/conversation.php:1865 +msgid "Bookmarks" +msgstr "" + +#: ../../include/nav.php:105 +msgid "Your bookmarks" +msgstr "" + +#: ../../include/nav.php:109 +msgid "Your webpages" +msgstr "" + +#: ../../include/nav.php:111 +msgid "Your wikis" +msgstr "" + +#: ../../include/nav.php:115 +msgid "Sign in" +msgstr "" + +#: ../../include/nav.php:131 +msgid "Remote authentication" +msgstr "" + +#: ../../include/nav.php:131 +msgid "Click to authenticate to your home hub" +msgstr "" + +#: ../../include/nav.php:143 +msgid "Get me home" +msgstr "" + +#: ../../include/nav.php:145 +msgid "Log me out of this site" +msgstr "" + +#: ../../include/nav.php:150 +msgid "Create an account" msgstr "" -#: ../../include/text.php:1103 -msgid "puzzled" +#: ../../include/nav.php:162 +msgid "Help and documentation" msgstr "" -#: ../../include/text.php:1104 -msgid "interested" +#: ../../include/nav.php:166 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/text.php:1105 -msgid "bitter" +#: ../../include/nav.php:168 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/text.php:1106 -msgid "cheerful" +#: ../../include/nav.php:170 +msgid "Channel Directory" msgstr "" -#: ../../include/text.php:1107 -msgid "alive" +#: ../../include/nav.php:182 +msgid "Your grid" msgstr "" -#: ../../include/text.php:1108 -msgid "annoyed" +#: ../../include/nav.php:183 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/text.php:1109 -msgid "anxious" +#: ../../include/nav.php:185 +msgid "Channel home" msgstr "" -#: ../../include/text.php:1110 -msgid "cranky" +#: ../../include/nav.php:186 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/text.php:1111 -msgid "disturbed" +#: ../../include/nav.php:192 +msgid "Notices" msgstr "" -#: ../../include/text.php:1112 -msgid "frustrated" +#: ../../include/nav.php:192 +msgid "Notifications" msgstr "" -#: ../../include/text.php:1113 -msgid "depressed" +#: ../../include/nav.php:193 +msgid "See all notifications" msgstr "" -#: ../../include/text.php:1114 -msgid "motivated" +#: ../../include/nav.php:196 +msgid "Private mail" msgstr "" -#: ../../include/text.php:1115 -msgid "relaxed" +#: ../../include/nav.php:197 +msgid "See all private messages" msgstr "" -#: ../../include/text.php:1116 -msgid "surprised" +#: ../../include/nav.php:198 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/text.php:1307 -msgid "May" +#: ../../include/nav.php:199 ../../include/widgets.php:700 +msgid "Inbox" msgstr "" -#: ../../include/text.php:1384 ../../include/text.php:1388 -msgid "Unknown Attachment" +#: ../../include/nav.php:200 ../../include/widgets.php:705 +msgid "Outbox" msgstr "" -#: ../../include/text.php:1390 -msgid "unknown" +#: ../../include/nav.php:201 ../../include/widgets.php:710 +msgid "New Message" msgstr "" -#: ../../include/text.php:1426 -msgid "remove category" +#: ../../include/nav.php:204 +msgid "Event Calendar" msgstr "" -#: ../../include/text.php:1503 -msgid "remove from file" +#: ../../include/nav.php:205 +msgid "See all events" msgstr "" -#: ../../include/text.php:1770 ../../include/language.php:367 -msgid "default" +#: ../../include/nav.php:206 +msgid "Mark all events seen" msgstr "" -#: ../../include/text.php:1778 -msgid "Page layout" +#: ../../include/nav.php:209 +msgid "Manage Your Channels" msgstr "" -#: ../../include/text.php:1778 -msgid "You can create your own with the layouts tool" +#: ../../include/nav.php:211 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/text.php:1820 -msgid "Page content type" +#: ../../include/nav.php:219 ../../include/widgets.php:1595 +msgid "Admin" msgstr "" -#: ../../include/text.php:1953 -msgid "activity" +#: ../../include/nav.php:219 +msgid "Site Setup and Configuration" msgstr "" -#: ../../include/text.php:2267 -msgid "Design Tools" +#: ../../include/nav.php:250 ../../include/conversation.php:836 +msgid "Loading..." msgstr "" -#: ../../include/text.php:2273 -msgid "Pages" +#: ../../include/nav.php:255 +msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../include/text.php:2295 -msgid "Import website..." +#: ../../include/nav.php:256 +msgid "Please wait..." msgstr "" -#: ../../include/text.php:2296 -msgid "Select folder to import" +#: ../../include/security.php:117 +msgid "guest:" msgstr "" -#: ../../include/text.php:2297 -msgid "Import from a zipped folder:" +#: ../../include/security.php:535 +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/text.php:2298 -msgid "Import from cloud files:" +#: ../../include/help.php:31 +msgid "Help:" msgstr "" -#: ../../include/text.php:2299 -msgid "/cloud/channel/path/to/folder" +#: ../../include/help.php:63 +msgid "Not Found" msgstr "" -#: ../../include/text.php:2300 -msgid "Enter path to website files" +#: ../../include/auth.php:148 +msgid "Logged out." msgstr "" -#: ../../include/text.php:2301 -msgid "Select folder" +#: ../../include/auth.php:275 +msgid "Failed authentication" msgstr "" -#: ../../include/text.php:2302 -msgid "Export website..." +#: ../../include/activities.php:41 +msgid " and " msgstr "" -#: ../../include/text.php:2303 -msgid "Export to a zip file" +#: ../../include/activities.php:49 +msgid "public profile" msgstr "" -#: ../../include/text.php:2304 -msgid "website.zip" +#: ../../include/activities.php:58 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../include/text.php:2305 -msgid "Enter a name for the zip file." +#: ../../include/activities.php:59 +#, php-format +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../include/text.php:2306 -msgid "Export to cloud files" +#: ../../include/activities.php:62 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/text.php:2307 -msgid "/path/to/export/folder" +#: ../../include/datetime.php:147 +msgid "Birthday" msgstr "" -#: ../../include/text.php:2308 -msgid "Enter a path to a cloud files destination." +#: ../../include/datetime.php:149 +msgid "Age: " msgstr "" -#: ../../include/text.php:2309 -msgid "Specify folder" +#: ../../include/datetime.php:151 +msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/datetime.php:286 ../../boot.php:2564 +msgid "never" msgstr "" -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." +#: ../../include/datetime.php:292 +msgid "less than a second ago" msgstr "" -#: ../../include/import.php:1354 -msgid "Unable to import element \"" +#: ../../include/datetime.php:310 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/security.php:117 -msgid "guest:" -msgstr "" +#: ../../include/datetime.php:321 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" -#: ../../include/security.php:535 -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/datetime.php:324 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:837 ../../include/items.php:882 -msgid "(Unknown)" -msgstr "" +#: ../../include/datetime.php:327 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1080 -msgid "Visible to anybody on the internet." -msgstr "" +#: ../../include/datetime.php:330 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1082 -msgid "Visible to you only." -msgstr "" +#: ../../include/datetime.php:333 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1084 -msgid "Visible to anybody in this network." -msgstr "" +#: ../../include/datetime.php:336 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1086 -msgid "Visible to anybody authenticated." +#: ../../include/datetime.php:339 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:576 +#, php-format +msgid "%1$s's birthday" msgstr "" -#: ../../include/items.php:1088 +#: ../../include/datetime.php:577 #, php-format -msgid "Visible to anybody on %s." +msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/items.php:1090 -msgid "Visible to all connections." +#: ../../include/dir_fns.php:141 +msgid "Directory Options" msgstr "" -#: ../../include/items.php:1092 -msgid "Visible to approved connections." +#: ../../include/dir_fns.php:143 +msgid "Safe Mode" msgstr "" -#: ../../include/items.php:1094 -msgid "Visible to specific connections." +#: ../../include/dir_fns.php:144 +msgid "Public Forums Only" msgstr "" -#: ../../include/items.php:3892 -msgid "Privacy group is empty." +#: ../../include/dir_fns.php:145 +msgid "This Website Only" msgstr "" -#: ../../include/items.php:3899 +#: ../../include/photos.php:115 #, php-format -msgid "Privacy group: %s" +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/items.php:3911 -msgid "Connection not found." +#: ../../include/photos.php:122 +msgid "Image file is empty." msgstr "" -#: ../../include/items.php:4260 -msgid "profile photo" +#: ../../include/photos.php:260 +msgid "Photo storage failed." +msgstr "" + +#: ../../include/photos.php:300 +msgid "a new photo" msgstr "" -#: ../../include/items.php:4456 +#: ../../include/photos.php:304 #, php-format -msgid "[Edited %s]" +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Post" +#: ../../include/photos.php:507 ../../include/conversation.php:1825 +msgid "Photo Albums" msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Comment" +#: ../../include/photos.php:511 +msgid "Upload New Photos" msgstr "" -#: ../../include/auth.php:148 -msgid "Logged out." +#: ../../include/selectors.php:30 +msgid "Frequently" msgstr "" -#: ../../include/auth.php:275 -msgid "Failed authentication" +#: ../../include/selectors.php:31 +msgid "Hourly" msgstr "" -#: ../../include/activities.php:41 -msgid " and " +#: ../../include/selectors.php:32 +msgid "Twice daily" msgstr "" -#: ../../include/activities.php:49 -msgid "public profile" +#: ../../include/selectors.php:33 +msgid "Daily" msgstr "" -#: ../../include/activities.php:58 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../include/selectors.php:34 +msgid "Weekly" msgstr "" -#: ../../include/activities.php:59 -#, php-format -msgid "Visit %1$s's %2$s" +#: ../../include/selectors.php:35 +msgid "Monthly" msgstr "" -#: ../../include/activities.php:62 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../include/selectors.php:49 +msgid "Currently Male" msgstr "" -#: ../../include/attach.php:248 ../../include/attach.php:336 -msgid "Item was not found." +#: ../../include/selectors.php:49 +msgid "Currently Female" msgstr "" -#: ../../include/attach.php:497 -msgid "No source file." +#: ../../include/selectors.php:49 +msgid "Mostly Male" msgstr "" -#: ../../include/attach.php:519 -msgid "Cannot locate file to replace" +#: ../../include/selectors.php:49 +msgid "Mostly Female" msgstr "" -#: ../../include/attach.php:537 -msgid "Cannot locate file to revise/update" +#: ../../include/selectors.php:49 +msgid "Transgender" msgstr "" -#: ../../include/attach.php:668 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../include/selectors.php:49 +msgid "Intersex" msgstr "" -#: ../../include/attach.php:682 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../include/selectors.php:49 +msgid "Transsexual" msgstr "" -#: ../../include/attach.php:852 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/selectors.php:49 +msgid "Hermaphrodite" msgstr "" -#: ../../include/attach.php:865 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/selectors.php:49 +msgid "Neuter" msgstr "" -#: ../../include/attach.php:920 ../../include/attach.php:936 -msgid "Path not available." +#: ../../include/selectors.php:49 +msgid "Non-specific" msgstr "" -#: ../../include/attach.php:982 ../../include/attach.php:1140 -msgid "Empty pathname" +#: ../../include/selectors.php:49 +msgid "Undecided" msgstr "" -#: ../../include/attach.php:1008 -msgid "duplicate filename or path" +#: ../../include/selectors.php:85 ../../include/selectors.php:104 +msgid "Males" msgstr "" -#: ../../include/attach.php:1030 -msgid "Path not found." +#: ../../include/selectors.php:85 ../../include/selectors.php:104 +msgid "Females" msgstr "" -#: ../../include/attach.php:1094 -msgid "mkdir failed." +#: ../../include/selectors.php:85 +msgid "Gay" msgstr "" -#: ../../include/attach.php:1098 -msgid "database storage failed." +#: ../../include/selectors.php:85 +msgid "Lesbian" msgstr "" -#: ../../include/attach.php:1146 -msgid "Empty path" +#: ../../include/selectors.php:85 +msgid "No Preference" msgstr "" -#: ../../include/event.php:824 -msgid "This event has been added to your calendar." +#: ../../include/selectors.php:85 +msgid "Bisexual" msgstr "" -#: ../../include/event.php:1024 -msgid "Not specified" +#: ../../include/selectors.php:85 +msgid "Autosexual" msgstr "" -#: ../../include/event.php:1025 -msgid "Needs Action" +#: ../../include/selectors.php:85 +msgid "Abstinent" msgstr "" -#: ../../include/event.php:1026 -msgid "Completed" +#: ../../include/selectors.php:85 +msgid "Virgin" msgstr "" -#: ../../include/event.php:1027 -msgid "In Process" +#: ../../include/selectors.php:85 +msgid "Deviant" msgstr "" -#: ../../include/event.php:1028 -msgid "Cancelled" +#: ../../include/selectors.php:85 +msgid "Fetish" msgstr "" -#: ../../include/follow.php:27 -msgid "Channel is blocked on this site." +#: ../../include/selectors.php:85 +msgid "Oodles" msgstr "" -#: ../../include/follow.php:32 -msgid "Channel location missing." +#: ../../include/selectors.php:85 +msgid "Nonsexual" msgstr "" -#: ../../include/follow.php:80 -msgid "Response from remote channel was incomplete." +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Single" msgstr "" -#: ../../include/follow.php:97 -msgid "Channel was deleted and no longer exists." +#: ../../include/selectors.php:123 +msgid "Lonely" msgstr "" -#: ../../include/follow.php:147 ../../include/follow.php:183 -msgid "Protocol disabled." +#: ../../include/selectors.php:123 +msgid "Available" msgstr "" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." +#: ../../include/selectors.php:123 +msgid "Unavailable" msgstr "" -#: ../../include/follow.php:210 -msgid "Cannot connect to yourself." +#: ../../include/selectors.php:123 +msgid "Has crush" 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/selectors.php:123 +msgid "Infatuated" msgstr "" -#: ../../include/group.php:248 -msgid "Add new connections to this privacy group" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Dating" msgstr "" -#: ../../include/group.php:289 -msgid "edit" +#: ../../include/selectors.php:123 +msgid "Unfaithful" msgstr "" -#: ../../include/group.php:312 -msgid "Edit group" +#: ../../include/selectors.php:123 +msgid "Sex Addict" msgstr "" -#: ../../include/group.php:313 -msgid "Add privacy group" +#: ../../include/selectors.php:123 +msgid "Friends/Benefits" msgstr "" -#: ../../include/group.php:314 -msgid "Channels not in any privacy group" +#: ../../include/selectors.php:123 +msgid "Casual" msgstr "" -#: ../../include/group.php:316 ../../include/widgets.php:284 -msgid "add" +#: ../../include/selectors.php:123 +msgid "Engaged" msgstr "" -#: ../../include/language.php:380 -msgid "Select an alternate language" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Married" msgstr "" -#: ../../include/photos.php:115 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/selectors.php:123 +msgid "Imaginarily married" msgstr "" -#: ../../include/photos.php:122 -msgid "Image file is empty." +#: ../../include/selectors.php:123 +msgid "Partners" msgstr "" -#: ../../include/photos.php:260 -msgid "Photo storage failed." +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Cohabiting" msgstr "" -#: ../../include/photos.php:300 -msgid "a new photo" +#: ../../include/selectors.php:123 +msgid "Common law" msgstr "" -#: ../../include/photos.php:304 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/selectors.php:123 +msgid "Happy" msgstr "" -#: ../../include/photos.php:507 ../../include/conversation.php:1677 -msgid "Photo Albums" +#: ../../include/selectors.php:123 +msgid "Not looking" msgstr "" -#: ../../include/photos.php:511 -msgid "Upload New Photos" +#: ../../include/selectors.php:123 +msgid "Swinger" msgstr "" -#: ../../include/acl_selectors.php:198 -msgid "Who can see this?" +#: ../../include/selectors.php:123 +msgid "Betrayed" msgstr "" -#: ../../include/acl_selectors.php:199 -msgid "Custom selection" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Separated" msgstr "" -#: ../../include/acl_selectors.php:200 -msgid "" -"Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " -"the scope of \"Show\"." +#: ../../include/selectors.php:123 +msgid "Unstable" msgstr "" -#: ../../include/acl_selectors.php:201 -msgid "Show" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Divorced" msgstr "" -#: ../../include/acl_selectors.php:202 -msgid "Don't show" +#: ../../include/selectors.php:123 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/acl_selectors.php:235 -#, php-format -msgid "" -"Post permissions %s cannot be changed %s after a post is shared.
These " -"permissions set who is allowed to view the post." +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Widowed" msgstr "" -#: ../../include/oembed.php:312 -msgid " by " +#: ../../include/selectors.php:123 +msgid "Uncertain" msgstr "" -#: ../../include/oembed.php:313 -msgid " on " +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "It's complicated" msgstr "" -#: ../../include/oembed.php:342 -msgid "Embedded content" +#: ../../include/selectors.php:123 +msgid "Don't care" msgstr "" -#: ../../include/oembed.php:351 -msgid "Embedding disabled" +#: ../../include/selectors.php:123 +msgid "Ask me" msgstr "" #: ../../include/widgets.php:103 @@ -12702,8 +12741,8 @@ msgstr "" msgid "Import Calendar" msgstr "" -#: ../../include/widgets.php:883 ../../include/conversation.php:1704 -#: ../../include/conversation.php:1707 +#: ../../include/widgets.php:883 ../../include/conversation.php:1852 +#: ../../include/conversation.php:1855 msgid "Chatrooms" msgstr "" @@ -12783,98 +12822,6 @@ msgstr "" msgid "Plugin Features" msgstr "" -#: ../../include/network.php:729 -msgid "view full size" -msgstr "" - -#: ../../include/network.php:1978 -msgid "No Subject" -msgstr "" - -#: ../../include/network.php:2234 -msgid "OStatus" -msgstr "" - -#: ../../include/network.php:2235 -msgid "GNU-Social" -msgstr "" - -#: ../../include/network.php:2236 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/network.php:2239 -msgid "Facebook" -msgstr "" - -#: ../../include/network.php:2240 -msgid "Zot" -msgstr "" - -#: ../../include/network.php:2241 -msgid "LinkedIn" -msgstr "" - -#: ../../include/network.php:2242 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/network.php:2243 -msgid "MySpace" -msgstr "" - -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" -msgstr "" - -#: ../../include/permissions.php:39 -msgid "Can view my webpages" -msgstr "" - -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" -msgstr "" - -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" -msgstr "" - -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" -msgstr "" - -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" -msgstr "" - -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "" - #: ../../include/conversation.php:204 #, php-format msgid "%1$s is now connected with %2$s" @@ -12890,306 +12837,400 @@ msgstr "" msgid "View %s's profile @ %s" msgstr "" -#: ../../include/conversation.php:709 +#: ../../include/conversation.php:710 msgid "Categories:" msgstr "" -#: ../../include/conversation.php:710 +#: ../../include/conversation.php:711 msgid "Filed under:" msgstr "" -#: ../../include/conversation.php:735 +#: ../../include/conversation.php:736 msgid "View in context" msgstr "" -#: ../../include/conversation.php:831 +#: ../../include/conversation.php:832 msgid "remove" msgstr "" -#: ../../include/conversation.php:836 +#: ../../include/conversation.php:837 msgid "Delete Selected Items" msgstr "" -#: ../../include/conversation.php:929 +#: ../../include/conversation.php:930 ../../include/conversation.php:972 msgid "View Source" msgstr "" -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:931 ../../include/conversation.php:982 msgid "Follow Thread" msgstr "" -#: ../../include/conversation.php:931 +#: ../../include/conversation.php:932 ../../include/conversation.php:991 msgid "Unfollow Thread" msgstr "" -#: ../../include/conversation.php:936 +#: ../../include/conversation.php:937 ../../include/conversation.php:1059 msgid "Activity/Posts" msgstr "" -#: ../../include/conversation.php:938 +#: ../../include/conversation.php:939 ../../include/conversation.php:1079 msgid "Edit Connection" msgstr "" -#: ../../include/conversation.php:939 +#: ../../include/conversation.php:940 ../../include/conversation.php:1089 msgid "Message" msgstr "" -#: ../../include/conversation.php:1075 +#: ../../include/conversation.php:1223 #, php-format msgid "%s likes this." msgstr "" -#: ../../include/conversation.php:1075 +#: ../../include/conversation.php:1223 #, php-format msgid "%s doesn't like this." msgstr "" -#: ../../include/conversation.php:1079 +#: ../../include/conversation.php:1227 #, php-format msgid "%2$d people like this." msgid_plural "%2$d people like this." msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1081 +#: ../../include/conversation.php:1229 #, 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:1087 +#: ../../include/conversation.php:1235 msgid "and" msgstr "" -#: ../../include/conversation.php:1090 +#: ../../include/conversation.php:1238 #, php-format msgid ", and %d other people" msgid_plural ", and %d other people" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1091 +#: ../../include/conversation.php:1239 #, php-format msgid "%s like this." msgstr "" -#: ../../include/conversation.php:1091 +#: ../../include/conversation.php:1239 #, php-format msgid "%s don't like this." msgstr "" -#: ../../include/conversation.php:1134 +#: ../../include/conversation.php:1282 msgid "Set your location" msgstr "" -#: ../../include/conversation.php:1135 +#: ../../include/conversation.php:1283 msgid "Clear browser location" msgstr "" -#: ../../include/conversation.php:1183 +#: ../../include/conversation.php:1331 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:1184 +#: ../../include/conversation.php:1332 msgid "Where are you right now?" msgstr "" -#: ../../include/conversation.php:1189 +#: ../../include/conversation.php:1337 msgid "Choose a different album..." msgstr "" -#: ../../include/conversation.php:1193 +#: ../../include/conversation.php:1341 msgid "Comments enabled" msgstr "" -#: ../../include/conversation.php:1194 +#: ../../include/conversation.php:1342 msgid "Comments disabled" msgstr "" -#: ../../include/conversation.php:1232 +#: ../../include/conversation.php:1380 msgid "Page link name" msgstr "" -#: ../../include/conversation.php:1235 +#: ../../include/conversation.php:1383 msgid "Post as" msgstr "" -#: ../../include/conversation.php:1249 +#: ../../include/conversation.php:1397 msgid "Toggle voting" msgstr "" -#: ../../include/conversation.php:1252 +#: ../../include/conversation.php:1400 msgid "Disable comments" msgstr "" -#: ../../include/conversation.php:1253 +#: ../../include/conversation.php:1401 msgid "Toggle comments" msgstr "" -#: ../../include/conversation.php:1261 +#: ../../include/conversation.php:1409 msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/conversation.php:1284 +#: ../../include/conversation.php:1432 msgid "Other networks and post services" msgstr "" -#: ../../include/conversation.php:1290 +#: ../../include/conversation.php:1438 msgid "Set publish date" msgstr "" -#: ../../include/conversation.php:1544 +#: ../../include/conversation.php:1692 msgid "Discover" msgstr "" -#: ../../include/conversation.php:1547 +#: ../../include/conversation.php:1695 msgid "Imported public streams" msgstr "" -#: ../../include/conversation.php:1552 +#: ../../include/conversation.php:1700 msgid "Commented Order" msgstr "" -#: ../../include/conversation.php:1555 +#: ../../include/conversation.php:1703 msgid "Sort by Comment Date" msgstr "" -#: ../../include/conversation.php:1559 +#: ../../include/conversation.php:1707 msgid "Posted Order" msgstr "" -#: ../../include/conversation.php:1562 +#: ../../include/conversation.php:1710 msgid "Sort by Post Date" msgstr "" -#: ../../include/conversation.php:1570 +#: ../../include/conversation.php:1718 msgid "Posts that mention or involve you" msgstr "" -#: ../../include/conversation.php:1579 +#: ../../include/conversation.php:1727 msgid "Activity Stream - by date" msgstr "" -#: ../../include/conversation.php:1585 +#: ../../include/conversation.php:1733 msgid "Starred" msgstr "" -#: ../../include/conversation.php:1588 +#: ../../include/conversation.php:1736 msgid "Favourite Posts" msgstr "" -#: ../../include/conversation.php:1595 +#: ../../include/conversation.php:1743 msgid "Spam" msgstr "" -#: ../../include/conversation.php:1598 +#: ../../include/conversation.php:1746 msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1656 +#: ../../include/conversation.php:1804 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1668 +#: ../../include/conversation.php:1816 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1684 +#: ../../include/conversation.php:1832 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1720 +#: ../../include/conversation.php:1868 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1730 +#: ../../include/conversation.php:1878 msgid "Manage Webpages" msgstr "" -#: ../../include/conversation.php:1795 +#: ../../include/conversation.php:1943 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1798 +#: ../../include/conversation.php:1946 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1801 +#: ../../include/conversation.php:1949 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1804 +#: ../../include/conversation.php:1952 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1807 +#: ../../include/conversation.php:1955 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1810 +#: ../../include/conversation.php:1958 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/bbcode.php:134 ../../include/bbcode.php:962 -#: ../../include/bbcode.php:965 ../../include/bbcode.php:970 -#: ../../include/bbcode.php:973 ../../include/bbcode.php:976 -#: ../../include/bbcode.php:979 ../../include/bbcode.php:984 -#: ../../include/bbcode.php:987 ../../include/bbcode.php:992 -#: ../../include/bbcode.php:995 ../../include/bbcode.php:998 -#: ../../include/bbcode.php:1001 -msgid "Image/photo" +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1012 -msgid "Encrypted content" +#: ../../include/permissions.php:39 +msgid "Can view my webpages" msgstr "" -#: ../../include/bbcode.php:189 -#, php-format -msgid "Install %s element: " +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/bbcode.php:193 -#, php-format +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" +msgstr "" + +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" +msgstr "" + +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" +msgstr "" + +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" +msgstr "" + +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" + +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" +msgstr "" + +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "" + +#: ../../include/import.php:30 msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/bbcode.php:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 -msgid "Click to open/close" +#: ../../include/import.php:1354 +msgid "Unable to import element \"" msgstr "" -#: ../../include/bbcode.php:357 -msgid "spoiler" +#: ../../include/network.php:729 +msgid "view full size" msgstr "" -#: ../../include/bbcode.php:950 -msgid "$1 wrote:" +#: ../../include/network.php:1978 +msgid "No Subject" +msgstr "" + +#: ../../include/network.php:2234 +msgid "OStatus" +msgstr "" + +#: ../../include/network.php:2235 +msgid "GNU-Social" +msgstr "" + +#: ../../include/network.php:2236 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/network.php:2239 +msgid "Facebook" +msgstr "" + +#: ../../include/network.php:2240 +msgid "Zot" +msgstr "" + +#: ../../include/network.php:2241 +msgid "LinkedIn" +msgstr "" + +#: ../../include/network.php:2242 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/network.php:2243 +msgid "MySpace" +msgstr "" + +#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 +msgid "Tags" +msgstr "" + +#: ../../include/taxonomy.php:293 +msgid "Keywords" +msgstr "" + +#: ../../include/taxonomy.php:314 +msgid "have" +msgstr "" + +#: ../../include/taxonomy.php:314 +msgid "has" +msgstr "" + +#: ../../include/taxonomy.php:315 +msgid "want" +msgstr "" + +#: ../../include/taxonomy.php:315 +msgid "wants" +msgstr "" + +#: ../../include/taxonomy.php:316 +msgid "likes" +msgstr "" + +#: ../../include/taxonomy.php:317 +msgid "dislikes" msgstr "" #: ../../util/nconfig.php:34 -- cgit v1.2.3 From 7f9e91f1c78f9df6375a5ae5cb38b09eea02312b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 6 Jan 2017 12:19:41 -0800 Subject: strings --- util/hmessages.po | 6494 +++++++++++++++++++++++++++-------------------------- 1 file changed, 3265 insertions(+), 3229 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 8486a3e93..6f58c4244 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-23 00:05-0800\n" +"POT-Creation-Date: 2017-01-06 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,11 +93,10 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:445 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 #: ../../extend/addon/addon/cdav/cdav.php:277 -#: ../../extend/addon/addon/cdav/cdav.php:284 -#: ../../include/connections.php:863 ../../include/connections.php:870 -#: ../../include/selectors.php:49 ../../include/selectors.php:66 -#: ../../include/selectors.php:104 ../../include/selectors.php:140 -#: ../../include/permissions.php:949 +#: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 +#: ../../include/selectors.php:66 ../../include/selectors.php:104 +#: ../../include/selectors.php:140 ../../include/connections.php:863 +#: ../../include/connections.php:870 ../../include/permissions.php:949 msgid "Other" msgstr "" @@ -211,7 +210,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:224 ../../Zotlabs/Module/Fbrowser.php:85 #: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:96 -#: ../../include/conversation.php:1829 +#: ../../include/conversation.php:1843 msgid "Files" msgstr "" @@ -224,10 +223,10 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:228 ../../Zotlabs/Storage/Browser.php:321 -#: ../../Zotlabs/Module/Connedit.php:859 ../../Zotlabs/Module/Menu.php:118 +#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:859 #: ../../Zotlabs/Module/New_channel.php:147 #: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Layouts.php:184 -#: ../../Zotlabs/Module/Webpages.php:239 +#: ../../Zotlabs/Module/Webpages.php:243 #: ../../extend/addon/addon/cdav/include/widgets.php:127 #: ../../extend/addon/addon/cdav/include/widgets.php:164 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1151 @@ -271,28 +270,29 @@ msgstr "" msgid "Last Modified" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:238 +#: ../../Zotlabs/Storage/Browser.php:238 ../../Zotlabs/Module/Editpost.php:85 +#: ../../Zotlabs/Module/Editblock.php:109 #: ../../Zotlabs/Module/Connections.php:300 #: ../../Zotlabs/Module/Connections.php:320 #: ../../Zotlabs/Module/Admin/Profs.php:154 #: ../../Zotlabs/Module/Editlayout.php:114 #: ../../Zotlabs/Module/Editwebpage.php:145 ../../Zotlabs/Module/Menu.php:112 -#: ../../Zotlabs/Module/Editblock.php:109 ../../Zotlabs/Module/Blocks.php:160 -#: ../../Zotlabs/Module/Layouts.php:192 ../../Zotlabs/Module/Editpost.php:84 -#: ../../Zotlabs/Module/Webpages.php:240 ../../Zotlabs/Module/Wiki.php:144 +#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 +#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:144 #: ../../Zotlabs/Module/Wiki.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:149 #: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:346 #: ../../Zotlabs/Lib/ThreadItem.php:106 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 -#: ../../include/channel.php:961 ../../include/channel.php:965 -#: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 -#: ../../include/menu.php:113 +#: ../../include/menu.php:113 ../../include/page_widgets.php:9 +#: ../../include/page_widgets.php:39 ../../include/channel.php:961 +#: ../../include/channel.php:965 msgid "Edit" msgstr "" #: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1179 +#: ../../Zotlabs/Module/Editblock.php:134 #: ../../Zotlabs/Module/Connections.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:155 #: ../../Zotlabs/Module/Admin/Accounts.php:173 @@ -300,8 +300,8 @@ msgstr "" #: ../../Zotlabs/Module/Editlayout.php:137 #: ../../Zotlabs/Module/Editwebpage.php:170 #: ../../Zotlabs/Module/Connedit.php:641 ../../Zotlabs/Module/Connedit.php:861 -#: ../../Zotlabs/Module/Editblock.php:134 ../../Zotlabs/Module/Group.php:177 -#: ../../Zotlabs/Module/Blocks.php:162 ../../Zotlabs/Module/Webpages.php:242 +#: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 +#: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 #: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:347 #: ../../Zotlabs/Lib/ThreadItem.php:126 @@ -338,10 +338,10 @@ msgid "Drop files here to immediately upload" msgstr "" #: ../../Zotlabs/Web/WebServer.php:127 ../../Zotlabs/Module/Like.php:283 -#: ../../Zotlabs/Module/Profperm.php:28 -#: ../../Zotlabs/Module/Import_items.php:114 ../../Zotlabs/Module/Group.php:72 -#: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:68 -#: ../../Zotlabs/Module/Subthread.php:62 +#: ../../Zotlabs/Module/Group.php:72 ../../Zotlabs/Module/Dreport.php:10 +#: ../../Zotlabs/Module/Dreport.php:68 +#: ../../Zotlabs/Module/Import_items.php:114 +#: ../../Zotlabs/Module/Profperm.php:28 ../../Zotlabs/Module/Subthread.php:62 #: ../../extend/addon/addon/frphotos/frphotos.php:81 #: ../../extend/addon/addon/redfiles/redfiles.php:109 #: ../../extend/addon/addon/redphotos/redphotos.php:119 @@ -351,12 +351,11 @@ msgstr "" #: ../../Zotlabs/Web/WebServer.php:128 ../../Zotlabs/Web/Router.php:67 #: ../../Zotlabs/Module/Achievements.php:34 -#: ../../Zotlabs/Module/Register.php:77 ../../Zotlabs/Module/Manage.php:10 -#: ../../Zotlabs/Module/Authtest.php:16 ../../Zotlabs/Module/Bookmarks.php:61 -#: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 -#: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Message.php:18 +#: ../../Zotlabs/Module/Register.php:77 ../../Zotlabs/Module/Photos.php:73 +#: ../../Zotlabs/Module/Editpost.php:17 ../../Zotlabs/Module/Authtest.php:16 +#: ../../Zotlabs/Module/Bookmarks.php:61 ../../Zotlabs/Module/Editblock.php:67 #: ../../Zotlabs/Module/Page.php:35 ../../Zotlabs/Module/Page.php:91 -#: ../../Zotlabs/Module/Photos.php:73 ../../Zotlabs/Module/Connections.php:33 +#: ../../Zotlabs/Module/Connections.php:33 #: ../../Zotlabs/Module/Cover_photo.php:277 #: ../../Zotlabs/Module/Cover_photo.php:290 #: ../../Zotlabs/Module/Editlayout.php:67 @@ -364,44 +363,45 @@ msgstr "" #: ../../Zotlabs/Module/Editwebpage.php:68 #: ../../Zotlabs/Module/Editwebpage.php:89 #: ../../Zotlabs/Module/Editwebpage.php:104 -#: ../../Zotlabs/Module/Editwebpage.php:126 -#: ../../Zotlabs/Module/Connedit.php:403 ../../Zotlabs/Module/Network.php:15 -#: ../../Zotlabs/Module/Menu.php:78 ../../Zotlabs/Module/Like.php:181 +#: ../../Zotlabs/Module/Editwebpage.php:126 ../../Zotlabs/Module/Like.php:181 +#: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Menu.php:78 +#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Connedit.php:403 #: ../../Zotlabs/Module/Filestorage.php:23 #: ../../Zotlabs/Module/Filestorage.php:78 #: ../../Zotlabs/Module/Filestorage.php:93 #: ../../Zotlabs/Module/Filestorage.php:120 -#: ../../Zotlabs/Module/Editblock.php:67 ../../Zotlabs/Module/Locs.php:87 -#: ../../Zotlabs/Module/Invite.php:17 ../../Zotlabs/Module/Invite.php:94 -#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Events.php:267 +#: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Group.php:13 #: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 -#: ../../Zotlabs/Module/Item.php:220 ../../Zotlabs/Module/Item.php:230 -#: ../../Zotlabs/Module/Item.php:1064 ../../Zotlabs/Module/Mitem.php:115 -#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Mood.php:116 -#: ../../Zotlabs/Module/Group.php:13 ../../Zotlabs/Module/Setup.php:212 -#: ../../Zotlabs/Module/New_channel.php:77 -#: ../../Zotlabs/Module/New_channel.php:104 +#: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Mitem.php:115 +#: ../../Zotlabs/Module/Appman.php:76 ../../Zotlabs/Module/Mood.php:116 +#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:607 +#: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Invite.php:17 +#: ../../Zotlabs/Module/Invite.php:94 ../../Zotlabs/Module/New_channel.php:77 +#: ../../Zotlabs/Module/New_channel.php:104 ../../Zotlabs/Module/Setup.php:212 #: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Poke.php:137 #: ../../Zotlabs/Module/Profile.php:68 ../../Zotlabs/Module/Profile.php:76 -#: ../../Zotlabs/Module/Appman.php:76 ../../Zotlabs/Module/Blocks.php:73 -#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Layouts.php:71 -#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 -#: ../../Zotlabs/Module/Rate.php:113 ../../Zotlabs/Module/Mail.php:164 +#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80 +#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 +#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Rate.php:113 #: ../../Zotlabs/Module/Profile_photo.php:273 #: ../../Zotlabs/Module/Profile_photo.php:286 -#: ../../Zotlabs/Module/Common.php:39 ../../Zotlabs/Module/Profiles.php:197 -#: ../../Zotlabs/Module/Profiles.php:595 ../../Zotlabs/Module/Editpost.php:17 -#: ../../Zotlabs/Module/Regmod.php:21 ../../Zotlabs/Module/Pdledit.php:29 +#: ../../Zotlabs/Module/Events.php:271 ../../Zotlabs/Module/Common.php:39 +#: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 +#: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Regmod.php:21 +#: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Message.php:18 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 #: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:189 #: ../../Zotlabs/Module/Wiki.php:286 ../../Zotlabs/Module/Sources.php:74 #: ../../Zotlabs/Module/Suggest.php:30 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 +#: ../../Zotlabs/Module/Mail.php:164 #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Chat.php:100 -#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Lib/Chatroom.php:137 +#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Item.php:219 +#: ../../Zotlabs/Module/Item.php:229 ../../Zotlabs/Module/Item.php:1061 +#: ../../Zotlabs/Lib/Chatroom.php:137 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:55 #: ../../extend/addon/addon/keepout/keepout.php:36 #: ../../extend/addon/addon/pumpio/pumpio.php:40 @@ -413,7 +413,7 @@ msgstr "" #: ../../include/attach.php:355 ../../include/attach.php:362 #: ../../include/attach.php:439 ../../include/attach.php:906 #: ../../include/attach.php:977 ../../include/attach.php:1135 -#: ../../include/items.php:3422 ../../include/photos.php:27 +#: ../../include/photos.php:27 ../../include/items.php:3422 msgid "Permission denied." msgstr "" @@ -437,13 +437,13 @@ msgid "Welcome %s. Remote authentication successful." msgstr "" #: ../../Zotlabs/Module/Achievements.php:15 +#: ../../Zotlabs/Module/Connect.php:17 ../../Zotlabs/Module/Editblock.php:31 #: ../../Zotlabs/Module/Editlayout.php:31 #: ../../Zotlabs/Module/Editwebpage.php:32 -#: ../../Zotlabs/Module/Filestorage.php:59 -#: ../../Zotlabs/Module/Editblock.php:31 ../../Zotlabs/Module/Hcard.php:12 +#: ../../Zotlabs/Module/Filestorage.php:59 ../../Zotlabs/Module/Hcard.php:12 #: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Blocks.php:33 -#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Connect.php:17 -#: ../../Zotlabs/Module/Webpages.php:33 ../../include/channel.php:862 +#: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Webpages.php:33 +#: ../../include/channel.php:862 msgid "Requested profile is not available." msgstr "" @@ -451,6 +451,22 @@ msgstr "" msgid "Some blurb about what to do when you're new here" msgstr "" +#: ../../Zotlabs/Module/Display.php:17 ../../Zotlabs/Module/Photos.php:509 +#: ../../Zotlabs/Module/Search.php:17 ../../Zotlabs/Module/Ratings.php:83 +#: ../../Zotlabs/Module/Directory.php:64 +#: ../../Zotlabs/Module/Viewconnections.php:23 +#: ../../extend/addon/addon/friendica/dfrn_request.php:794 +msgid "Public access denied." +msgstr "" + +#: ../../Zotlabs/Module/Display.php:40 ../../Zotlabs/Module/Admin.php:60 +#: ../../Zotlabs/Module/Admin/Plugins.php:254 +#: ../../Zotlabs/Module/Admin/Themes.php:69 +#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Thing.php:89 +#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3343 +msgid "Item not found." +msgstr "" + #: ../../Zotlabs/Module/Register.php:49 msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" @@ -598,166 +614,6 @@ msgstr "" msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../Zotlabs/Module/Display.php:17 ../../Zotlabs/Module/Photos.php:509 -#: ../../Zotlabs/Module/Directory.php:64 ../../Zotlabs/Module/Ratings.php:83 -#: ../../Zotlabs/Module/Search.php:17 -#: ../../Zotlabs/Module/Viewconnections.php:23 -#: ../../extend/addon/addon/friendica/dfrn_request.php:794 -msgid "Public access denied." -msgstr "" - -#: ../../Zotlabs/Module/Display.php:40 -#: ../../Zotlabs/Module/Admin/Plugins.php:254 -#: ../../Zotlabs/Module/Admin/Themes.php:69 -#: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Admin.php:60 -#: ../../Zotlabs/Module/Thing.php:89 ../../Zotlabs/Module/Viewsrc.php:24 -#: ../../include/items.php:3343 -msgid "Item not found." -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:136 -#: ../../Zotlabs/Module/New_channel.php:121 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:143 -msgid "Create a new channel" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:772 -#: ../../Zotlabs/Module/Wiki.php:147 ../../Zotlabs/Module/Chat.php:255 -msgid "Create New" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/nav.php:209 -msgid "Channel Manager" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:165 -msgid "Current Channel" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:167 -msgid "Switch to one of your channels by selecting it." -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:168 -msgid "Default Channel" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:169 -msgid "Make Default" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:172 -#, php-format -msgid "%d new messages" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:173 -#, php-format -msgid "%d new introductions" -msgstr "" - -#: ../../Zotlabs/Module/Manage.php:175 -msgid "Delegated Channel" -msgstr "" - -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 -#: ../../include/nav.php:95 ../../include/conversation.php:1822 -msgid "Photos" -msgstr "" - -#: ../../Zotlabs/Module/Fbrowser.php:66 ../../Zotlabs/Module/Fbrowser.php:88 -#: ../../Zotlabs/Module/Admin/Plugins.php:414 -#: ../../Zotlabs/Module/Connedit.php:862 ../../Zotlabs/Module/Wiki.php:238 -#: ../../Zotlabs/Module/Wiki.php:261 -#: ../../Zotlabs/Module/Settings/Oauth.php:88 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 -#: ../../extend/addon/addon/friendica/dfrn_request.php:879 -#: ../../extend/addon/addon/js_upload/js_upload.php:46 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 -#: ../../include/conversation.php:1394 ../../include/conversation.php:1443 -msgid "Cancel" -msgstr "" - -#: ../../Zotlabs/Module/Bookmarks.php:53 -msgid "Bookmark added" -msgstr "" - -#: ../../Zotlabs/Module/Bookmarks.php:75 -msgid "My Bookmarks" -msgstr "" - -#: ../../Zotlabs/Module/Bookmarks.php:86 -msgid "My Connections Bookmarks" -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Wiki.php:20 -#: ../../Zotlabs/Module/Chat.php:25 -#: ../../extend/addon/addon/chess/chess.php:400 -msgid "You must be logged in to see this page." -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:44 -msgid "Posts and comments" -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:45 -msgid "Only posts" -msgstr "" - -#: ../../Zotlabs/Module/Channel.php:104 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "" - -#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49 -msgid "This site is not a directory server" -msgstr "" - -#: ../../Zotlabs/Module/Dirsearch.php:33 -msgid "This directory server requires an access token" -msgstr "" - -#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 -msgid "Invalid item." -msgstr "" - -#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Cal.php:62 -#: ../../Zotlabs/Module/Block.php:43 ../../Zotlabs/Module/Chanview.php:96 -#: ../../Zotlabs/Module/Wall_upload.php:31 -msgid "Channel not found." -msgstr "" - -#: ../../Zotlabs/Module/Page.php:131 -msgid "" -"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " -"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " -"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " -"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " -"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " -"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." -msgstr "" - -#: ../../Zotlabs/Module/Filer.php:52 -msgid "Save to Folder:" -msgstr "" - -#: ../../Zotlabs/Module/Filer.php:52 -msgid "- select -" -msgstr "" - -#: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 -#: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 -#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1000 -#: ../../include/text.php:1012 ../../include/widgets.php:201 -msgid "Save" -msgstr "" - #: ../../Zotlabs/Module/Photos.php:82 msgid "Page owner information could not be retrieved." msgstr "" @@ -824,15 +680,15 @@ msgid "Create a status post for this upload" msgstr "" #: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:218 -#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:730 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:730 #: ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 -#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 -#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:163 -#: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 -#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Profiles.php:641 -#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 +#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:653 +#: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 +#: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 +#: ../../Zotlabs/Module/Wiki.php:159 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -887,14 +743,15 @@ msgid "No" msgstr "" #: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:220 -#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Menu.php:100 -#: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Filestorage.php:160 -#: ../../Zotlabs/Module/Filestorage.php:168 -#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Events.php:464 -#: ../../Zotlabs/Module/Mitem.php:162 ../../Zotlabs/Module/Mitem.php:163 -#: ../../Zotlabs/Module/Mitem.php:240 ../../Zotlabs/Module/Mitem.php:241 -#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Profiles.php:641 -#: ../../Zotlabs/Module/Removeme.php:63 ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +#: ../../Zotlabs/Module/Connedit.php:417 +#: ../../Zotlabs/Module/Filestorage.php:160 +#: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 +#: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:653 +#: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 +#: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 +#: ../../Zotlabs/Module/Wiki.php:159 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -965,6 +822,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1058 #: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1216 +#: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Logs.php:84 #: ../../Zotlabs/Module/Admin/Plugins.php:429 @@ -974,18 +832,17 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Account_edit.php:74 #: ../../Zotlabs/Module/Admin/Accounts.php:166 #: ../../Zotlabs/Module/Admin/Channels.php:147 -#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Import.php:543 -#: ../../Zotlabs/Module/Connedit.php:824 ../../Zotlabs/Module/Cal.php:342 -#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Locs.php:121 -#: ../../Zotlabs/Module/Invite.php:149 ../../Zotlabs/Module/Events.php:484 -#: ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Mitem.php:243 ../../Zotlabs/Module/Mood.php:139 -#: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Setup.php:309 -#: ../../Zotlabs/Module/Setup.php:357 ../../Zotlabs/Module/Poke.php:186 -#: ../../Zotlabs/Module/Pconfig.php:107 ../../Zotlabs/Module/Appman.php:127 -#: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Mail.php:413 -#: ../../Zotlabs/Module/Profiles.php:681 ../../Zotlabs/Module/Pdledit.php:74 -#: ../../Zotlabs/Module/Connect.php:98 ../../Zotlabs/Module/Wiki.php:148 +#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Locs.php:121 +#: ../../Zotlabs/Module/Connedit.php:824 +#: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 +#: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 +#: ../../Zotlabs/Module/Import.php:543 ../../Zotlabs/Module/Mitem.php:243 +#: ../../Zotlabs/Module/Appman.php:127 ../../Zotlabs/Module/Mood.php:139 +#: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Invite.php:149 +#: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 +#: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Pconfig.php:107 +#: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Events.php:493 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:148 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Oauth.php:87 @@ -994,8 +851,9 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Display.php:196 #: ../../Zotlabs/Module/Settings/Tokens.php:167 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 -#: ../../Zotlabs/Module/Chat.php:196 ../../Zotlabs/Module/Chat.php:241 -#: ../../Zotlabs/Module/Xchan.php:15 ../../Zotlabs/Lib/ThreadItem.php:731 +#: ../../Zotlabs/Module/Mail.php:413 ../../Zotlabs/Module/Chat.php:196 +#: ../../Zotlabs/Module/Chat.php:241 ../../Zotlabs/Module/Xchan.php:15 +#: ../../Zotlabs/Lib/ThreadItem.php:731 #: ../../extend/addon/addon/chords/Mod_Chords.php:60 #: ../../extend/addon/addon/diaspora/diaspora.php:710 #: ../../extend/addon/addon/dwpost/dwpost.php:89 @@ -1093,8 +951,8 @@ msgid "Private Photo" msgstr "" #: ../../Zotlabs/Module/Photos.php:940 ../../Zotlabs/Module/Cal.php:336 -#: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:680 -#: ../../Zotlabs/Module/Events.php:689 +#: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:689 +#: ../../Zotlabs/Module/Events.php:698 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:846 msgid "Previous" msgstr "" @@ -1104,8 +962,8 @@ msgid "View Full Size" msgstr "" #: ../../Zotlabs/Module/Photos.php:949 ../../Zotlabs/Module/Cal.php:337 -#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Events.php:681 -#: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Setup.php:264 +#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Setup.php:264 +#: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Events.php:699 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:847 msgid "Next" msgstr "" @@ -1166,7 +1024,7 @@ msgid "I don't like this (toggle)" msgstr "" #: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Module/Blocks.php:161 -#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:241 +#: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:245 #: ../../extend/addon/addon/cdav/include/widgets.php:123 #: ../../include/conversation.php:1378 msgid "Share" @@ -1187,8 +1045,8 @@ msgstr "" msgid "Comment" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Events.php:471 -#: ../../Zotlabs/Module/Webpages.php:247 ../../Zotlabs/Lib/ThreadItem.php:740 +#: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Events.php:478 +#: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Lib/ThreadItem.php:740 #: ../../include/page_widgets.php:43 ../../include/conversation.php:1347 msgid "Preview" msgstr "" @@ -1235,13 +1093,13 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1132 ../../Zotlabs/Module/Photos.php:1144 #: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 -#: ../../include/conversation.php:1913 +#: ../../include/conversation.php:1928 msgid "View all" msgstr "" #: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:190 -#: ../../include/channel.php:1190 ../../include/conversation.php:1937 -#: ../../include/taxonomy.php:403 +#: ../../include/taxonomy.php:403 ../../include/channel.php:1190 +#: ../../include/conversation.php:1952 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1249,7 +1107,7 @@ msgstr[0] "" msgstr[1] "" #: ../../Zotlabs/Module/Photos.php:1141 ../../Zotlabs/Lib/ThreadItem.php:195 -#: ../../include/conversation.php:1940 +#: ../../include/conversation.php:1955 msgctxt "noun" msgid "Dislike" msgid_plural "Dislikes" @@ -1292,89 +1150,354 @@ msgstr "" msgid "Recent Photos" msgstr "" -#: ../../Zotlabs/Module/Connections.php:56 -#: ../../Zotlabs/Module/Connections.php:161 -#: ../../Zotlabs/Module/Connections.php:250 -msgid "Blocked" +#: ../../Zotlabs/Module/Editpost.php:24 ../../Zotlabs/Module/Editblock.php:79 +#: ../../Zotlabs/Module/Editblock.php:95 +#: ../../Zotlabs/Module/Editlayout.php:79 +#: ../../Zotlabs/Module/Editwebpage.php:80 +msgid "Item not found" msgstr "" -#: ../../Zotlabs/Module/Connections.php:61 -#: ../../Zotlabs/Module/Connections.php:168 -#: ../../Zotlabs/Module/Connections.php:249 -msgid "Ignored" +#: ../../Zotlabs/Module/Editpost.php:35 +msgid "Item is not editable" msgstr "" -#: ../../Zotlabs/Module/Connections.php:66 -#: ../../Zotlabs/Module/Connections.php:182 -#: ../../Zotlabs/Module/Connections.php:248 -msgid "Hidden" +#: ../../Zotlabs/Module/Editpost.php:108 ../../Zotlabs/Module/Rpost.php:138 +msgid "Edit post" msgstr "" -#: ../../Zotlabs/Module/Connections.php:71 -#: ../../Zotlabs/Module/Connections.php:175 -#: ../../Zotlabs/Module/Connections.php:247 -msgid "Archived" +#: ../../Zotlabs/Module/Acl.php:313 +msgid "network" msgstr "" -#: ../../Zotlabs/Module/Connections.php:76 -#: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 -#: ../../include/conversation.php:1724 -msgid "New" +#: ../../Zotlabs/Module/Acl.php:323 +msgid "RSS" msgstr "" -#: ../../Zotlabs/Module/Connections.php:92 -#: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:673 ../../include/widgets.php:533 -msgid "All" +#: ../../Zotlabs/Module/Help.php:23 +msgid "Documentation Search" msgstr "" -#: ../../Zotlabs/Module/Connections.php:138 -msgid "New Connections" +#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1827 +msgid "About" msgstr "" -#: ../../Zotlabs/Module/Connections.php:141 -msgid "Show pending (new) connections" +#: ../../Zotlabs/Module/Help.php:81 ../../Zotlabs/Module/Group.php:197 +msgid "Members" msgstr "" -#: ../../Zotlabs/Module/Connections.php:145 -#: ../../Zotlabs/Module/Profperm.php:144 -msgid "All Connections" +#: ../../Zotlabs/Module/Help.php:82 +msgid "Administrators" msgstr "" -#: ../../Zotlabs/Module/Connections.php:148 -msgid "Show all connections" +#: ../../Zotlabs/Module/Help.php:83 +msgid "Developers" msgstr "" -#: ../../Zotlabs/Module/Connections.php:164 -msgid "Only show blocked connections" +#: ../../Zotlabs/Module/Help.php:84 +msgid "Tutorials" msgstr "" -#: ../../Zotlabs/Module/Connections.php:171 -msgid "Only show ignored connections" +#: ../../Zotlabs/Module/Help.php:93 +msgid "$Projectname Documentation" msgstr "" -#: ../../Zotlabs/Module/Connections.php:178 -msgid "Only show archived connections" +#: ../../Zotlabs/Module/Help.php:94 +msgid "Contents" msgstr "" -#: ../../Zotlabs/Module/Connections.php:185 -msgid "Only show hidden connections" +#: ../../Zotlabs/Module/Bookmarks.php:53 +msgid "Bookmark added" msgstr "" -#: ../../Zotlabs/Module/Connections.php:246 -msgid "Pending approval" +#: ../../Zotlabs/Module/Bookmarks.php:75 +msgid "My Bookmarks" msgstr "" -#: ../../Zotlabs/Module/Connections.php:262 -#, php-format -msgid "%1$s [%2$s]" +#: ../../Zotlabs/Module/Bookmarks.php:86 +msgid "My Connections Bookmarks" msgstr "" -#: ../../Zotlabs/Module/Connections.php:263 -msgid "Edit connection" +#: ../../Zotlabs/Module/Connect.php:61 ../../Zotlabs/Module/Connect.php:109 +msgid "Continue" msgstr "" -#: ../../Zotlabs/Module/Connections.php:264 +#: ../../Zotlabs/Module/Connect.php:90 +msgid "Premium Channel Setup" +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:92 +msgid "Enable premium channel connection restrictions" +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:93 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:95 ../../Zotlabs/Module/Connect.php:115 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:96 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:97 ../../Zotlabs/Module/Connect.php:118 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:106 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "" + +#: ../../Zotlabs/Module/Connect.php:114 +msgid "Restricted or Premium Channel" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:94 +msgid "# Accounts" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:95 +msgid "# blocked accounts" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:96 +msgid "# expired accounts" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:97 +msgid "# expiring accounts" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:108 +msgid "# Channels" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:109 +msgid "# primary" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:110 +msgid "# clones" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:116 +msgid "Message queues" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:133 +msgid "Your software should be updated" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:137 ../../Zotlabs/Module/Admin/Logs.php:82 +#: ../../Zotlabs/Module/Admin/Plugins.php:336 +#: ../../Zotlabs/Module/Admin/Plugins.php:427 +#: ../../Zotlabs/Module/Admin/Security.php:86 +#: ../../Zotlabs/Module/Admin/Themes.php:120 +#: ../../Zotlabs/Module/Admin/Themes.php:154 +#: ../../Zotlabs/Module/Admin/Accounts.php:164 +#: ../../Zotlabs/Module/Admin/Channels.php:145 +#: ../../Zotlabs/Module/Admin/Site.php:258 +msgid "Administration" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:138 +msgid "Summary" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:141 +msgid "Registered accounts" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:142 +msgid "Pending registrations" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:143 +msgid "Registered channels" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:144 +msgid "Active plugins" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:145 +msgid "Version" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:146 +msgid "Repository version (master)" +msgstr "" + +#: ../../Zotlabs/Module/Admin.php:147 +msgid "Repository version (dev)" +msgstr "" + +#: ../../Zotlabs/Module/Editblock.php:108 ../../Zotlabs/Module/Blocks.php:97 +#: ../../Zotlabs/Module/Blocks.php:155 +msgid "Block Name" +msgstr "" + +#: ../../Zotlabs/Module/Editblock.php:111 +#: ../../Zotlabs/Module/Editwebpage.php:146 ../../Zotlabs/Module/Mail.php:287 +#: ../../Zotlabs/Module/Mail.php:412 ../../Zotlabs/Module/Chat.php:207 +#: ../../include/conversation.php:1295 +msgid "Insert web link" +msgstr "" + +#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1406 +msgid "Title (optional)" +msgstr "" + +#: ../../Zotlabs/Module/Editblock.php:133 +msgid "Edit Block" +msgstr "" + +#: ../../Zotlabs/Module/Page.php:40 ../../Zotlabs/Module/Block.php:31 +msgid "Invalid item." +msgstr "" + +#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Cal.php:62 +#: ../../Zotlabs/Module/Block.php:43 ../../Zotlabs/Module/Chanview.php:96 +#: ../../Zotlabs/Module/Wall_upload.php:31 +msgid "Channel not found." +msgstr "" + +#: ../../Zotlabs/Module/Page.php:131 +msgid "" +"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod " +"tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, " +"quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo " +"consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse " +"cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " +"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:52 +msgid "Save to Folder:" +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:52 +msgid "- select -" +msgstr "" + +#: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 +#: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 +#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1000 +#: ../../include/text.php:1012 ../../include/widgets.php:201 +msgid "Save" +msgstr "" + +#: ../../Zotlabs/Module/Ping.php:254 +msgid "sent you a private message" +msgstr "" + +#: ../../Zotlabs/Module/Ping.php:302 +msgid "added your channel" +msgstr "" + +#: ../../Zotlabs/Module/Ping.php:312 +msgid "g A l F d" +msgstr "" + +#: ../../Zotlabs/Module/Ping.php:330 +msgid "[today]" +msgstr "" + +#: ../../Zotlabs/Module/Ping.php:339 +msgid "posted an event" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:56 +#: ../../Zotlabs/Module/Connections.php:161 +#: ../../Zotlabs/Module/Connections.php:250 +msgid "Blocked" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:61 +#: ../../Zotlabs/Module/Connections.php:168 +#: ../../Zotlabs/Module/Connections.php:249 +msgid "Ignored" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:66 +#: ../../Zotlabs/Module/Connections.php:182 +#: ../../Zotlabs/Module/Connections.php:248 +msgid "Hidden" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:71 +#: ../../Zotlabs/Module/Connections.php:175 +#: ../../Zotlabs/Module/Connections.php:247 +msgid "Archived" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:76 +#: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 +#: ../../include/conversation.php:1724 +msgid "New" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:92 +#: ../../Zotlabs/Module/Connections.php:107 +#: ../../Zotlabs/Module/Connedit.php:673 ../../include/widgets.php:533 +msgid "All" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:138 +msgid "New Connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:141 +msgid "Show pending (new) connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:145 +#: ../../Zotlabs/Module/Profperm.php:144 +msgid "All Connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:148 +msgid "Show all connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:164 +msgid "Only show blocked connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:171 +msgid "Only show ignored connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:178 +msgid "Only show archived connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:185 +msgid "Only show hidden connections" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:246 +msgid "Pending approval" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:262 +#, php-format +msgid "%1$s [%2$s]" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:263 +msgid "Edit connection" +msgstr "" + +#: ../../Zotlabs/Module/Connections.php:264 msgid "Delete connection" msgstr "" @@ -1421,14 +1544,14 @@ msgid "Recent activity" msgstr "" #: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:211 -#: ../../include/text.php:929 ../../include/nav.php:189 +#: ../../include/nav.php:189 ../../include/text.php:929 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 #: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 -#: ../../include/text.php:999 ../../include/text.php:1011 -#: ../../include/nav.php:168 ../../include/widgets.php:315 +#: ../../include/nav.php:168 ../../include/text.php:999 +#: ../../include/text.php:1011 ../../include/widgets.php:315 msgid "Search" msgstr "" @@ -1441,8 +1564,8 @@ msgid "Connections search" msgstr "" #: ../../Zotlabs/Module/Connections.php:319 -#: ../../Zotlabs/Module/Directory.php:391 -#: ../../Zotlabs/Module/Directory.php:396 ../../include/contact_widgets.php:23 +#: ../../Zotlabs/Module/Directory.php:392 +#: ../../Zotlabs/Module/Directory.php:397 ../../include/contact_widgets.php:23 msgid "Find" msgstr "" @@ -1580,18 +1703,6 @@ msgstr "" msgid "Log settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:82 -#: ../../Zotlabs/Module/Admin/Plugins.php:336 -#: ../../Zotlabs/Module/Admin/Plugins.php:427 -#: ../../Zotlabs/Module/Admin/Security.php:86 -#: ../../Zotlabs/Module/Admin/Themes.php:120 -#: ../../Zotlabs/Module/Admin/Themes.php:154 -#: ../../Zotlabs/Module/Admin/Accounts.php:164 -#: ../../Zotlabs/Module/Admin/Channels.php:145 -#: ../../Zotlabs/Module/Admin/Site.php:258 ../../Zotlabs/Module/Admin.php:137 -msgid "Administration" -msgstr "" - #: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1588 #: ../../include/widgets.php:1598 msgid "Logs" @@ -1718,6 +1829,21 @@ msgstr "" msgid "Install" msgstr "" +#: ../../Zotlabs/Module/Admin/Plugins.php:414 +#: ../../Zotlabs/Module/Connedit.php:862 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:238 +#: ../../Zotlabs/Module/Wiki.php:261 +#: ../../Zotlabs/Module/Settings/Oauth.php:88 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 +#: ../../extend/addon/addon/friendica/dfrn_request.php:879 +#: ../../extend/addon/addon/js_upload/js_upload.php:46 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 +#: ../../include/conversation.php:1394 ../../include/conversation.php:1443 +msgid "Cancel" +msgstr "" + #: ../../Zotlabs/Module/Admin/Plugins.php:435 msgid "Manage Repos" msgstr "" @@ -2206,7 +2332,7 @@ msgid "Disallow Code" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:154 -#: ../../include/conversation.php:1801 +#: ../../include/conversation.php:1815 msgid "Channel" msgstr "" @@ -2215,8 +2341,8 @@ msgid "UID" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Connedit.php:851 ../../Zotlabs/Module/Locs.php:118 -#: ../../Zotlabs/Module/Profiles.php:464 +#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:851 +#: ../../Zotlabs/Module/Profiles.php:474 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 msgid "Address" msgstr "" @@ -2643,854 +2769,801 @@ msgstr "" msgid "0 for no expiration of imported content" msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:79 -#: ../../Zotlabs/Module/Editwebpage.php:80 -#: ../../Zotlabs/Module/Editblock.php:79 ../../Zotlabs/Module/Editblock.php:95 -#: ../../Zotlabs/Module/Editpost.php:24 -msgid "Item not found" -msgstr "" - -#: ../../Zotlabs/Module/Editlayout.php:127 -#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 -msgid "Layout Name" -msgstr "" - -#: ../../Zotlabs/Module/Editlayout.php:128 -#: ../../Zotlabs/Module/Layouts.php:131 -msgid "Layout Description (Optional)" -msgstr "" - -#: ../../Zotlabs/Module/Editlayout.php:136 -msgid "Edit Layout" -msgstr "" - -#: ../../Zotlabs/Module/Editwebpage.php:142 -msgid "Page link" -msgstr "" - -#: ../../Zotlabs/Module/Editwebpage.php:146 -#: ../../Zotlabs/Module/Editblock.php:111 ../../Zotlabs/Module/Mail.php:287 -#: ../../Zotlabs/Module/Mail.php:412 ../../Zotlabs/Module/Chat.php:207 -#: ../../include/conversation.php:1295 -msgid "Insert web link" -msgstr "" - -#: ../../Zotlabs/Module/Editwebpage.php:169 -msgid "Edit Webpage" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:33 +#: ../../Zotlabs/Module/Search.php:223 #, php-format -msgid "Your service plan only allows %d channels." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:71 ../../Zotlabs/Module/Import_items.php:42 -msgid "Nothing to import." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:83 ../../Zotlabs/Module/Import.php:98 -#: ../../Zotlabs/Module/Import_items.php:66 -msgid "Unable to download data from old server" -msgstr "" - -#: ../../Zotlabs/Module/Import.php:105 -#: ../../Zotlabs/Module/Import_items.php:72 -msgid "Imported file is empty." +msgid "Items tagged with: %s" msgstr "" -#: ../../Zotlabs/Module/Import.php:127 -#: ../../Zotlabs/Module/Import_items.php:88 +#: ../../Zotlabs/Module/Search.php:225 #, php-format -msgid "Warning: Database versions differ by %1$d updates." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:157 ../../include/import.php:100 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:167 -msgid "No channel. Import failed." +msgid "Search results for: %s" msgstr "" -#: ../../Zotlabs/Module/Import.php:503 -#: ../../include/Import/import_diaspora.php:142 -msgid "Import completed." +#: ../../Zotlabs/Module/Editlayout.php:127 +#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 +msgid "Layout Name" msgstr "" -#: ../../Zotlabs/Module/Import.php:525 -msgid "You must be logged in to use this feature." +#: ../../Zotlabs/Module/Editlayout.php:128 +#: ../../Zotlabs/Module/Layouts.php:131 +msgid "Layout Description (Optional)" msgstr "" -#: ../../Zotlabs/Module/Import.php:530 -msgid "Import Channel" +#: ../../Zotlabs/Module/Editlayout.php:136 +msgid "Edit Layout" msgstr "" -#: ../../Zotlabs/Module/Import.php:531 -msgid "" -"Use this form to import an existing channel from a different server/hub. You " -"may retrieve the channel identity from the old server/hub via the network or " -"provide an export file." +#: ../../Zotlabs/Module/Editwebpage.php:142 +msgid "Page link" msgstr "" -#: ../../Zotlabs/Module/Import.php:532 -#: ../../Zotlabs/Module/Import_items.php:121 -msgid "File to Upload" +#: ../../Zotlabs/Module/Editwebpage.php:169 +msgid "Edit Webpage" msgstr "" -#: ../../Zotlabs/Module/Import.php:533 -msgid "Or provide the old server/hub details" +#: ../../Zotlabs/Module/Like.php:19 +msgid "Like/Dislike" msgstr "" -#: ../../Zotlabs/Module/Import.php:534 -msgid "Your old identity address (xyz@example.com)" +#: ../../Zotlabs/Module/Like.php:24 +msgid "This action is restricted to members." msgstr "" -#: ../../Zotlabs/Module/Import.php:535 -msgid "Your old login email address" +#: ../../Zotlabs/Module/Like.php:25 +msgid "" +"Please login with your $Projectname ID or register as a new $Projectname member to continue." msgstr "" -#: ../../Zotlabs/Module/Import.php:536 -msgid "Your old login password" +#: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 +#: ../../Zotlabs/Module/Like.php:169 +msgid "Invalid request." msgstr "" -#: ../../Zotlabs/Module/Import.php:537 -msgid "" -"For either option, please choose whether to make this hub your new primary " -"address, or whether your old location should continue this role. You will be " -"able to post from either location, but only one can be marked as the primary " -"location for files, photos, and media." +#: ../../Zotlabs/Module/Like.php:117 ../../include/conversation.php:126 +msgid "channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:538 -msgid "Make this hub my primary location" +#: ../../Zotlabs/Module/Like.php:146 +msgid "thing" msgstr "" -#: ../../Zotlabs/Module/Import.php:539 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" +#: ../../Zotlabs/Module/Like.php:192 +msgid "Channel unavailable." msgstr "" -#: ../../Zotlabs/Module/Import.php:540 -msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." +#: ../../Zotlabs/Module/Like.php:240 +msgid "Previous action reversed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:82 -msgid "Could not access contact record." +#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 +#: ../../Zotlabs/Module/Tagger.php:47 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../extend/addon/addon/redphotos/redphotohelper.php:74 +#: ../../include/text.php:1953 ../../include/conversation.php:120 +msgid "photo" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:112 -msgid "Could not locate selected profile." +#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../include/text.php:1959 ../../include/conversation.php:148 +msgid "status" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:264 -msgid "Connection updated." +#: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:260 +#: ../../Zotlabs/Module/Tagger.php:51 ../../include/event.php:1000 +#: ../../include/text.php:1956 ../../include/conversation.php:123 +msgid "event" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:266 -msgid "Failed to update connection record." +#: ../../Zotlabs/Module/Like.php:419 +#: ../../extend/addon/addon/diaspora/inbound.php:1823 +#: ../../include/conversation.php:164 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:316 -msgid "is now connected to" +#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:167 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:449 -msgid "Could not access address book record." +#: ../../Zotlabs/Module/Like.php:423 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:469 -msgid "Refresh failed - channel is currently unavailable." +#: ../../Zotlabs/Module/Like.php:425 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:484 ../../Zotlabs/Module/Connedit.php:493 -#: ../../Zotlabs/Module/Connedit.php:502 ../../Zotlabs/Module/Connedit.php:511 -#: ../../Zotlabs/Module/Connedit.php:524 -msgid "Unable to set address book parameters." +#: ../../Zotlabs/Module/Like.php:427 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:548 -msgid "Connection has been removed." +#: ../../Zotlabs/Module/Like.php:429 +#, php-format +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:223 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 -#: ../../include/nav.php:89 ../../include/conversation.php:936 -#: ../../include/conversation.php:1049 -msgid "View Profile" +#: ../../Zotlabs/Module/Like.php:431 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:591 +#: ../../Zotlabs/Module/Like.php:433 #, php-format -msgid "View %s's profile" +msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:595 -msgid "Refresh Permissions" +#: ../../Zotlabs/Module/Like.php:538 +msgid "Action completed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:598 -msgid "Fetch updated permissions" +#: ../../Zotlabs/Module/Like.php:539 +msgid "Thank you." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:602 -msgid "Recent Activity" +#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49 +msgid "This site is not a directory server" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:605 -msgid "View recent posts and comments" +#: ../../Zotlabs/Module/Dirsearch.php:33 +msgid "This directory server requires an access token" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:612 -msgid "Block (or Unblock) all communications with this connection" +#: ../../Zotlabs/Module/Network.php:96 +msgid "No such group" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:613 -msgid "This connection is blocked!" +#: ../../Zotlabs/Module/Network.php:136 +msgid "No such channel" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:617 -msgid "Unignore" +#: ../../Zotlabs/Module/Network.php:141 +msgid "forum" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:620 -msgid "Ignore (or Unignore) all inbound communications from this connection" +#: ../../Zotlabs/Module/Network.php:153 +msgid "Search Results For:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:621 -msgid "This connection is ignored!" +#: ../../Zotlabs/Module/Network.php:221 +msgid "Privacy group is empty" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:625 -msgid "Unarchive" +#: ../../Zotlabs/Module/Network.php:230 +msgid "Privacy group: " msgstr "" -#: ../../Zotlabs/Module/Connedit.php:625 -msgid "Archive" +#: ../../Zotlabs/Module/Network.php:256 +msgid "Invalid connection." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:628 -msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" +#: ../../Zotlabs/Module/Menu.php:49 +msgid "Unable to update menu." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:629 -msgid "This connection is archived!" +#: ../../Zotlabs/Module/Menu.php:60 +msgid "Unable to create menu." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:633 -msgid "Unhide" +#: ../../Zotlabs/Module/Menu.php:98 ../../Zotlabs/Module/Menu.php:110 +msgid "Menu Name" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:633 -msgid "Hide" +#: ../../Zotlabs/Module/Menu.php:98 +msgid "Unique name (not visible on webpage) - required" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:636 -msgid "Hide or Unhide this connection from your other connections" +#: ../../Zotlabs/Module/Menu.php:99 ../../Zotlabs/Module/Menu.php:111 +msgid "Menu Title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:637 -msgid "This connection is hidden!" +#: ../../Zotlabs/Module/Menu.php:99 +msgid "Visible on webpage - leave empty for no title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:644 -msgid "Delete this connection" +#: ../../Zotlabs/Module/Menu.php:100 +msgid "Allow Bookmarks" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:669 ../../include/widgets.php:529 -msgid "Me" +#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:670 ../../include/widgets.php:530 -msgid "Family" +#: ../../Zotlabs/Module/Menu.php:101 ../../Zotlabs/Module/Menu.php:159 +msgid "Submit and proceed" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:671 -#: ../../Zotlabs/Module/Settings/Channel.php:61 -#: ../../Zotlabs/Module/Settings/Channel.php:65 -#: ../../Zotlabs/Module/Settings/Channel.php:66 -#: ../../Zotlabs/Module/Settings/Channel.php:69 -#: ../../Zotlabs/Module/Settings/Channel.php:80 ../../include/channel.php:402 -#: ../../include/channel.php:403 ../../include/channel.php:410 -#: ../../include/selectors.php:123 ../../include/widgets.php:531 -msgid "Friends" +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2284 +msgid "Menus" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:672 ../../include/widgets.php:532 -msgid "Acquaintances" +#: ../../Zotlabs/Module/Menu.php:113 ../../Zotlabs/Module/Locs.php:120 +msgid "Drop" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:730 -msgid "Approve this connection" +#: ../../Zotlabs/Module/Menu.php:114 ../../Zotlabs/Module/Blocks.php:157 +#: ../../Zotlabs/Module/Layouts.php:190 ../../Zotlabs/Module/Webpages.php:255 +#: ../../include/page_widgets.php:47 +msgid "Created" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:730 -msgid "Accept connection to allow communication" +#: ../../Zotlabs/Module/Menu.php:115 ../../Zotlabs/Module/Blocks.php:158 +#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:256 +#: ../../include/page_widgets.php:48 +msgid "Edited" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:735 -msgid "Set Affinity" +#: ../../Zotlabs/Module/Menu.php:117 +msgid "Bookmarks allowed" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:738 -msgid "Set Profile" +#: ../../Zotlabs/Module/Menu.php:119 +msgid "Delete this menu" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:741 -msgid "Set Affinity & Profile" +#: ../../Zotlabs/Module/Menu.php:120 ../../Zotlabs/Module/Menu.php:154 +msgid "Edit menu contents" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:790 -msgid "none" +#: ../../Zotlabs/Module/Menu.php:121 +msgid "Edit this menu" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:793 ../../include/widgets.php:656 -msgid "Connection Default Permissions" +#: ../../Zotlabs/Module/Menu.php:136 +msgid "Menu could not be deleted." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:793 ../../include/items.php:3909 -#, php-format -msgid "Connection: %s" +#: ../../Zotlabs/Module/Menu.php:144 ../../Zotlabs/Module/Mitem.php:28 +msgid "Menu not found." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:794 -msgid "Apply these permissions automatically" +#: ../../Zotlabs/Module/Menu.php:149 +msgid "Edit Menu" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:794 -msgid "Connection requests will be approved without your interaction" +#: ../../Zotlabs/Module/Menu.php:153 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:798 -msgid "This connection's primary address is" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Menu name" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:799 -msgid "Available locations:" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:803 -msgid "" -"The permissions indicated on this page will be applied to all new " -"connections." +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:804 -msgid "Connection Tools" +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title as seen by others" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:806 -msgid "Slide to adjust your degree of friendship" +#: ../../Zotlabs/Module/Menu.php:157 +msgid "Allow bookmarks" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:807 ../../Zotlabs/Module/Rate.php:155 -#: ../../include/js_strings.php:20 -msgid "Rating" +#: ../../Zotlabs/Module/Menu.php:166 ../../Zotlabs/Module/Mitem.php:120 +#: ../../Zotlabs/Module/Xchan.php:41 +msgid "Not found." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:808 -msgid "Slide to adjust your rating" +#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54 +msgid "Location not found." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:809 ../../Zotlabs/Module/Connedit.php:814 -msgid "Optionally explain your rating" +#: ../../Zotlabs/Module/Locs.php:62 +msgid "Location lookup failed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:811 -msgid "Custom Filter" +#: ../../Zotlabs/Module/Locs.php:66 +msgid "" +"Please select another location to become primary before removing the primary " +"location." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:812 -msgid "Only import posts with this text" +#: ../../Zotlabs/Module/Locs.php:95 +msgid "Syncing locations" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:812 ../../Zotlabs/Module/Connedit.php:813 -msgid "" -"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " -"all posts" +#: ../../Zotlabs/Module/Locs.php:105 +msgid "No locations found." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:813 -msgid "Do not import posts with this text" +#: ../../Zotlabs/Module/Locs.php:116 +msgid "Manage Channel Locations" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:815 -msgid "This information is public!" +#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Pubsites.php:51 +#: ../../Zotlabs/Module/Profiles.php:481 ../../Zotlabs/Module/Profiles.php:704 +#: ../../Zotlabs/Module/Events.php:475 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 +#: ../../include/js_strings.php:25 +msgid "Location" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:820 -msgid "Connection Pending Approval" +#: ../../Zotlabs/Module/Locs.php:119 +msgid "Primary" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:823 -#: ../../Zotlabs/Module/Settings/Tokens.php:163 -msgid "inherited" +#: ../../Zotlabs/Module/Locs.php:122 +msgid "Sync Now" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:825 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../Zotlabs/Module/Locs.php:123 +msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:827 -#: ../../Zotlabs/Module/Settings/Tokens.php:160 -msgid "Their Settings" +#: ../../Zotlabs/Module/Locs.php:124 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:828 -#: ../../Zotlabs/Module/Settings/Tokens.php:161 -msgid "My Settings" +#: ../../Zotlabs/Module/Locs.php:125 +msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:830 -#: ../../Zotlabs/Module/Settings/Tokens.php:165 -msgid "Individual Permissions" +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 +msgid "Public Hubs" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:831 -#: ../../Zotlabs/Module/Settings/Tokens.php:166 +#: ../../Zotlabs/Module/Pubsites.php:27 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." +"The listed hubs allow public registration for the $Projectname network. All " +"hubs in the network are interlinked so membership on any of them conveys " +"membership in the network as a whole. Some hubs may require subscription or " +"provide tiered service plans. The hub itself may provide " +"additional details." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:832 -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." +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Hub URL" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:833 -msgid "Last update:" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Access Type" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:842 -msgid "Details" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Registration Policy" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:845 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 -msgid "Organisation" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Stats" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:846 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 -#: ../../include/page_widgets.php:46 -msgid "Title" +#: ../../Zotlabs/Module/Pubsites.php:33 +msgid "Software" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:847 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 -msgid "Phone" +#: ../../Zotlabs/Module/Pubsites.php:35 ../../Zotlabs/Module/Ratings.php:97 +#: ../../include/conversation.php:941 ../../include/conversation.php:1099 +msgid "Ratings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:849 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 -msgid "Instant messenger" +#: ../../Zotlabs/Module/Pubsites.php:48 +msgid "Rate" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:850 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 -msgid "Website" +#: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 +#: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Events.php:694 +#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:146 +#: ../../include/page_widgets.php:42 +msgid "View" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:852 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 -msgid "Note" +#: ../../Zotlabs/Module/Ffsapi.php:12 +msgid "Share content from Firefox to $Projectname" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:853 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 -#: ../../extend/addon/addon/cdav/cdav.php:270 -#: ../../include/connections.php:856 -msgid "Mobile" +#: ../../Zotlabs/Module/Ffsapi.php:15 +msgid "Activate the Firefox $Projectname provider" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:854 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 -#: ../../extend/addon/addon/cdav/cdav.php:271 -#: ../../include/connections.php:857 ../../include/nav.php:88 -msgid "Home" +#: ../../Zotlabs/Module/Connedit.php:82 +msgid "Could not access contact record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:855 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 -#: ../../extend/addon/addon/cdav/cdav.php:274 -#: ../../include/connections.php:860 -msgid "Work" +#: ../../Zotlabs/Module/Connedit.php:112 +msgid "Could not locate selected profile." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:857 -#: ../../extend/addon/addon/jappixmini/jappixmini.php:368 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 -msgid "Add Contact" +#: ../../Zotlabs/Module/Connedit.php:264 +msgid "Connection updated." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:858 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 -msgid "Add Field" +#: ../../Zotlabs/Module/Connedit.php:266 +msgid "Failed to update connection record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:863 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 -msgid "P.O. Box" +#: ../../Zotlabs/Module/Connedit.php:316 +msgid "is now connected to" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:864 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 -msgid "Additional" +#: ../../Zotlabs/Module/Connedit.php:449 +msgid "Could not access address book record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:865 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 -msgid "Street" +#: ../../Zotlabs/Module/Connedit.php:469 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:866 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 -msgid "Locality" +#: ../../Zotlabs/Module/Connedit.php:484 ../../Zotlabs/Module/Connedit.php:493 +#: ../../Zotlabs/Module/Connedit.php:502 ../../Zotlabs/Module/Connedit.php:511 +#: ../../Zotlabs/Module/Connedit.php:524 +msgid "Unable to set address book parameters." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:867 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 -msgid "Region" +#: ../../Zotlabs/Module/Connedit.php:548 +msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:868 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 -msgid "ZIP Code" +#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:223 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 +#: ../../include/nav.php:89 ../../include/conversation.php:936 +#: ../../include/conversation.php:1049 +msgid "View Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:869 ../../Zotlabs/Module/Profiles.php:715 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 -msgid "Country" +#: ../../Zotlabs/Module/Connedit.php:591 +#, php-format +msgid "View %s's profile" msgstr "" -#: ../../Zotlabs/Module/Network.php:96 -msgid "No such group" +#: ../../Zotlabs/Module/Connedit.php:595 +msgid "Refresh Permissions" msgstr "" -#: ../../Zotlabs/Module/Network.php:136 -msgid "No such channel" +#: ../../Zotlabs/Module/Connedit.php:598 +msgid "Fetch updated permissions" msgstr "" -#: ../../Zotlabs/Module/Network.php:141 -msgid "forum" +#: ../../Zotlabs/Module/Connedit.php:602 +msgid "Recent Activity" msgstr "" -#: ../../Zotlabs/Module/Network.php:153 -msgid "Search Results For:" +#: ../../Zotlabs/Module/Connedit.php:605 +msgid "View recent posts and comments" msgstr "" -#: ../../Zotlabs/Module/Network.php:221 -msgid "Privacy group is empty" +#: ../../Zotlabs/Module/Connedit.php:612 +msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../Zotlabs/Module/Network.php:230 -msgid "Privacy group: " +#: ../../Zotlabs/Module/Connedit.php:613 +msgid "This connection is blocked!" msgstr "" -#: ../../Zotlabs/Module/Network.php:256 -msgid "Invalid connection." +#: ../../Zotlabs/Module/Connedit.php:617 +msgid "Unignore" msgstr "" -#: ../../Zotlabs/Module/Menu.php:49 -msgid "Unable to update menu." +#: ../../Zotlabs/Module/Connedit.php:620 +msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../Zotlabs/Module/Menu.php:60 -msgid "Unable to create menu." +#: ../../Zotlabs/Module/Connedit.php:621 +msgid "This connection is ignored!" msgstr "" -#: ../../Zotlabs/Module/Menu.php:98 ../../Zotlabs/Module/Menu.php:110 -msgid "Menu Name" +#: ../../Zotlabs/Module/Connedit.php:625 +msgid "Unarchive" msgstr "" -#: ../../Zotlabs/Module/Menu.php:98 -msgid "Unique name (not visible on webpage) - required" +#: ../../Zotlabs/Module/Connedit.php:625 +msgid "Archive" msgstr "" -#: ../../Zotlabs/Module/Menu.php:99 ../../Zotlabs/Module/Menu.php:111 -msgid "Menu Title" +#: ../../Zotlabs/Module/Connedit.php:628 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../Zotlabs/Module/Menu.php:99 -msgid "Visible on webpage - leave empty for no title" +#: ../../Zotlabs/Module/Connedit.php:629 +msgid "This connection is archived!" msgstr "" -#: ../../Zotlabs/Module/Menu.php:100 -msgid "Allow Bookmarks" +#: ../../Zotlabs/Module/Connedit.php:633 +msgid "Unhide" msgstr "" -#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -msgid "Menu may be used to store saved bookmarks" +#: ../../Zotlabs/Module/Connedit.php:633 +msgid "Hide" msgstr "" -#: ../../Zotlabs/Module/Menu.php:101 ../../Zotlabs/Module/Menu.php:159 -msgid "Submit and proceed" +#: ../../Zotlabs/Module/Connedit.php:636 +msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2284 -msgid "Menus" +#: ../../Zotlabs/Module/Connedit.php:637 +msgid "This connection is hidden!" msgstr "" -#: ../../Zotlabs/Module/Menu.php:113 ../../Zotlabs/Module/Locs.php:120 -msgid "Drop" +#: ../../Zotlabs/Module/Connedit.php:644 +msgid "Delete this connection" msgstr "" -#: ../../Zotlabs/Module/Menu.php:114 ../../Zotlabs/Module/Blocks.php:157 -#: ../../Zotlabs/Module/Layouts.php:190 ../../Zotlabs/Module/Webpages.php:251 -#: ../../include/page_widgets.php:47 -msgid "Created" +#: ../../Zotlabs/Module/Connedit.php:669 ../../include/widgets.php:529 +msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Menu.php:115 ../../Zotlabs/Module/Blocks.php:158 -#: ../../Zotlabs/Module/Layouts.php:191 ../../Zotlabs/Module/Webpages.php:252 -#: ../../include/page_widgets.php:48 -msgid "Edited" +#: ../../Zotlabs/Module/Connedit.php:670 ../../include/widgets.php:530 +msgid "Family" msgstr "" -#: ../../Zotlabs/Module/Menu.php:117 -msgid "Bookmarks allowed" +#: ../../Zotlabs/Module/Connedit.php:671 +#: ../../Zotlabs/Module/Settings/Channel.php:61 +#: ../../Zotlabs/Module/Settings/Channel.php:65 +#: ../../Zotlabs/Module/Settings/Channel.php:66 +#: ../../Zotlabs/Module/Settings/Channel.php:69 +#: ../../Zotlabs/Module/Settings/Channel.php:80 +#: ../../include/selectors.php:123 ../../include/channel.php:402 +#: ../../include/channel.php:403 ../../include/channel.php:410 +#: ../../include/widgets.php:531 +msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Menu.php:119 -msgid "Delete this menu" +#: ../../Zotlabs/Module/Connedit.php:672 ../../include/widgets.php:532 +msgid "Acquaintances" msgstr "" -#: ../../Zotlabs/Module/Menu.php:120 ../../Zotlabs/Module/Menu.php:154 -msgid "Edit menu contents" +#: ../../Zotlabs/Module/Connedit.php:730 +msgid "Approve this connection" msgstr "" -#: ../../Zotlabs/Module/Menu.php:121 -msgid "Edit this menu" +#: ../../Zotlabs/Module/Connedit.php:730 +msgid "Accept connection to allow communication" msgstr "" -#: ../../Zotlabs/Module/Menu.php:136 -msgid "Menu could not be deleted." +#: ../../Zotlabs/Module/Connedit.php:735 +msgid "Set Affinity" msgstr "" -#: ../../Zotlabs/Module/Menu.php:144 ../../Zotlabs/Module/Mitem.php:28 -msgid "Menu not found." +#: ../../Zotlabs/Module/Connedit.php:738 +msgid "Set Profile" msgstr "" -#: ../../Zotlabs/Module/Menu.php:149 -msgid "Edit Menu" +#: ../../Zotlabs/Module/Connedit.php:741 +msgid "Set Affinity & Profile" msgstr "" -#: ../../Zotlabs/Module/Menu.php:153 -msgid "Add or remove entries to this menu" +#: ../../Zotlabs/Module/Connedit.php:790 +msgid "none" msgstr "" -#: ../../Zotlabs/Module/Menu.php:155 -msgid "Menu name" +#: ../../Zotlabs/Module/Connedit.php:793 ../../include/widgets.php:656 +msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Menu.php:155 -msgid "Must be unique, only seen by you" +#: ../../Zotlabs/Module/Connedit.php:793 ../../include/items.php:3909 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../Zotlabs/Module/Menu.php:156 -msgid "Menu title" +#: ../../Zotlabs/Module/Connedit.php:794 +msgid "Apply these permissions automatically" msgstr "" -#: ../../Zotlabs/Module/Menu.php:156 -msgid "Menu title as seen by others" +#: ../../Zotlabs/Module/Connedit.php:794 +msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../Zotlabs/Module/Menu.php:157 -msgid "Allow bookmarks" +#: ../../Zotlabs/Module/Connedit.php:798 +msgid "This connection's primary address is" msgstr "" -#: ../../Zotlabs/Module/Menu.php:166 ../../Zotlabs/Module/Mitem.php:120 -#: ../../Zotlabs/Module/Xchan.php:41 -msgid "Not found." +#: ../../Zotlabs/Module/Connedit.php:799 +msgid "Available locations:" msgstr "" -#: ../../Zotlabs/Module/Cal.php:69 -msgid "Permissions denied." +#: ../../Zotlabs/Module/Connedit.php:803 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." msgstr "" -#: ../../Zotlabs/Module/Cal.php:263 ../../Zotlabs/Module/Events.php:596 -msgid "l, F j" +#: ../../Zotlabs/Module/Connedit.php:804 +msgid "Connection Tools" msgstr "" -#: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:651 -#: ../../include/text.php:1761 -msgid "Link to Source" +#: ../../Zotlabs/Module/Connedit.php:806 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 -msgid "Edit Event" +#: ../../Zotlabs/Module/Connedit.php:807 ../../Zotlabs/Module/Rate.php:155 +#: ../../include/js_strings.php:20 +msgid "Rating" msgstr "" -#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:679 -msgid "Create Event" +#: ../../Zotlabs/Module/Connedit.php:808 +msgid "Slide to adjust your rating" msgstr "" -#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:682 -msgid "Export" +#: ../../Zotlabs/Module/Connedit.php:809 ../../Zotlabs/Module/Connedit.php:814 +msgid "Optionally explain your rating" msgstr "" -#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2307 -msgid "Import" +#: ../../Zotlabs/Module/Connedit.php:811 +msgid "Custom Filter" msgstr "" -#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Events.php:691 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:848 -msgid "Today" +#: ../../Zotlabs/Module/Connedit.php:812 +msgid "Only import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Rpost.php:138 ../../Zotlabs/Module/Editpost.php:107 -msgid "Edit post" +#: ../../Zotlabs/Module/Connedit.php:812 ../../Zotlabs/Module/Connedit.php:813 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" msgstr "" -#: ../../Zotlabs/Module/Like.php:19 -msgid "Like/Dislike" +#: ../../Zotlabs/Module/Connedit.php:813 +msgid "Do not import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Like.php:24 -msgid "This action is restricted to members." +#: ../../Zotlabs/Module/Connedit.php:815 +msgid "This information is public!" msgstr "" -#: ../../Zotlabs/Module/Like.php:25 -msgid "" -"Please login with your $Projectname ID or register as a new $Projectname member to continue." +#: ../../Zotlabs/Module/Connedit.php:820 +msgid "Connection Pending Approval" msgstr "" -#: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 -#: ../../Zotlabs/Module/Like.php:169 -msgid "Invalid request." +#: ../../Zotlabs/Module/Connedit.php:823 +#: ../../Zotlabs/Module/Settings/Tokens.php:163 +msgid "inherited" msgstr "" -#: ../../Zotlabs/Module/Like.php:117 ../../include/conversation.php:126 -msgid "channel" +#: ../../Zotlabs/Module/Connedit.php:825 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../Zotlabs/Module/Like.php:146 -msgid "thing" +#: ../../Zotlabs/Module/Connedit.php:827 +#: ../../Zotlabs/Module/Settings/Tokens.php:160 +msgid "Their Settings" msgstr "" -#: ../../Zotlabs/Module/Like.php:192 -msgid "Channel unavailable." +#: ../../Zotlabs/Module/Connedit.php:828 +#: ../../Zotlabs/Module/Settings/Tokens.php:161 +msgid "My Settings" msgstr "" -#: ../../Zotlabs/Module/Like.php:240 -msgid "Previous action reversed." +#: ../../Zotlabs/Module/Connedit.php:830 +#: ../../Zotlabs/Module/Settings/Tokens.php:165 +msgid "Individual Permissions" msgstr "" -#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 -#: ../../extend/addon/addon/redphotos/redphotohelper.php:74 -#: ../../include/text.php:1953 ../../include/conversation.php:120 -msgid "photo" +#: ../../Zotlabs/Module/Connedit.php:831 +#: ../../Zotlabs/Module/Settings/Tokens.php:166 +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 "" -#: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 -#: ../../include/text.php:1959 ../../include/conversation.php:148 -msgid "status" +#: ../../Zotlabs/Module/Connedit.php:832 +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 "" -#: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:256 -#: ../../Zotlabs/Module/Tagger.php:51 ../../include/event.php:961 -#: ../../include/text.php:1956 ../../include/conversation.php:123 -msgid "event" +#: ../../Zotlabs/Module/Connedit.php:833 +msgid "Last update:" msgstr "" -#: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1823 -#: ../../include/conversation.php:164 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:842 +msgid "Details" msgstr "" -#: ../../Zotlabs/Module/Like.php:421 ../../include/conversation.php:167 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:845 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 +msgid "Organisation" msgstr "" -#: ../../Zotlabs/Module/Like.php:423 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:846 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 +#: ../../include/page_widgets.php:46 +msgid "Title" msgstr "" -#: ../../Zotlabs/Module/Like.php:425 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:847 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 +msgid "Phone" msgstr "" -#: ../../Zotlabs/Module/Like.php:427 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:849 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 +msgid "Instant messenger" msgstr "" -#: ../../Zotlabs/Module/Like.php:429 -#, php-format -msgid "%1$s is attending %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 +msgid "Website" msgstr "" -#: ../../Zotlabs/Module/Like.php:431 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:852 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 +msgid "Note" msgstr "" -#: ../../Zotlabs/Module/Like.php:433 -#, php-format -msgid "%1$s may attend %2$s's %3$s" +#: ../../Zotlabs/Module/Connedit.php:853 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 +#: ../../extend/addon/addon/cdav/cdav.php:270 +#: ../../include/connections.php:856 +msgid "Mobile" msgstr "" -#: ../../Zotlabs/Module/Like.php:538 -msgid "Action completed." +#: ../../Zotlabs/Module/Connedit.php:854 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 +#: ../../extend/addon/addon/cdav/cdav.php:271 ../../include/nav.php:88 +#: ../../include/connections.php:857 +msgid "Home" msgstr "" -#: ../../Zotlabs/Module/Like.php:539 -msgid "Thank you." +#: ../../Zotlabs/Module/Connedit.php:855 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 +#: ../../extend/addon/addon/cdav/cdav.php:274 +#: ../../include/connections.php:860 +msgid "Work" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63 -msgid "Invalid profile identifier." +#: ../../Zotlabs/Module/Connedit.php:857 +#: ../../extend/addon/addon/jappixmini/jappixmini.php:368 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 +msgid "Add Contact" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:115 -msgid "Profile Visibility Editor" +#: ../../Zotlabs/Module/Connedit.php:858 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 +msgid "Add Field" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1282 -msgid "Profile" +#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 +msgid "P.O. Box" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:119 -msgid "Click on a contact to add or remove." +#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 +msgid "Additional" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:128 -msgid "Visible To" +#: ../../Zotlabs/Module/Connedit.php:865 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 +msgid "Street" msgstr "" -#: ../../Zotlabs/Module/Ffsapi.php:12 -msgid "Share content from Firefox to $Projectname" +#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 +msgid "Locality" msgstr "" -#: ../../Zotlabs/Module/Ffsapi.php:15 -msgid "Activate the Firefox $Projectname provider" +#: ../../Zotlabs/Module/Connedit.php:867 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 +msgid "Region" msgstr "" -#: ../../Zotlabs/Module/Chatsvc.php:117 -msgid "Away" +#: ../../Zotlabs/Module/Connedit.php:868 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 +msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Chatsvc.php:122 -msgid "Online" +#: ../../Zotlabs/Module/Connedit.php:869 ../../Zotlabs/Module/Profiles.php:727 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 +msgid "Country" msgstr "" #: ../../Zotlabs/Module/Home.php:74 ../../Zotlabs/Module/Home.php:82 @@ -3546,497 +3619,374 @@ msgstr "" msgid "Notify your contacts about this file" msgstr "" -#: ../../Zotlabs/Module/Editblock.php:108 ../../Zotlabs/Module/Blocks.php:97 -#: ../../Zotlabs/Module/Blocks.php:155 -msgid "Block Name" -msgstr "" - -#: ../../Zotlabs/Module/Editblock.php:124 ../../include/conversation.php:1406 -msgid "Title (optional)" -msgstr "" - -#: ../../Zotlabs/Module/Editblock.php:133 -msgid "Edit Block" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54 -msgid "Location not found." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:62 -msgid "Location lookup failed." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:66 -msgid "" -"Please select another location to become primary before removing the primary " -"location." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:95 -msgid "Syncing locations" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:105 -msgid "No locations found." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:116 -msgid "Manage Channel Locations" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Events.php:468 -#: ../../Zotlabs/Module/Pubsites.php:51 ../../Zotlabs/Module/Profiles.php:471 -#: ../../Zotlabs/Module/Profiles.php:692 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 -#: ../../include/js_strings.php:25 -msgid "Location" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:119 -msgid "Primary" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:122 -msgid "Sync Now" -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:123 -msgid "Please wait several minutes between consecutive operations." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:124 -msgid "" -"When possible, drop a location by logging into that website/hub and removing " -"your channel." -msgstr "" - -#: ../../Zotlabs/Module/Locs.php:125 -msgid "Use this form to drop the location if the hub is no longer operating." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:29 -msgid "Total invitation limit exceeded." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:53 -#, php-format -msgid "%s : Not a valid email address." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:67 -msgid "Please join us on $Projectname" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:77 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:82 -#, php-format -msgid "%s : Message delivery failed." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:86 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" - -#: ../../Zotlabs/Module/Invite.php:105 -msgid "You have no more invitations available" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:136 -msgid "Send invitations" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:137 -msgid "Enter email addresses, one per line:" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:138 ../../Zotlabs/Module/Mail.php:284 -msgid "Your message:" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:139 -msgid "Please join my community on $Projectname." -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:141 -msgid "You will need to supply this invitation code:" -msgstr "" - -#: ../../Zotlabs/Module/Invite.php:142 -msgid "1. Register at any $Projectname location (they are all inter-connected)" +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 +#: ../../include/nav.php:95 ../../include/conversation.php:1836 +msgid "Photos" msgstr "" -#: ../../Zotlabs/Module/Invite.php:144 -msgid "2. Enter my $Projectname network address into the site searchbar." +#: ../../Zotlabs/Module/Match.php:26 +msgid "Profile Match" msgstr "" -#: ../../Zotlabs/Module/Invite.php:145 -msgid "or visit" +#: ../../Zotlabs/Module/Match.php:35 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../Zotlabs/Module/Invite.php:147 -msgid "3. Click [Connect]" +#: ../../Zotlabs/Module/Match.php:67 +msgid "is interested in:" msgstr "" -#: ../../Zotlabs/Module/Acl.php:313 -msgid "network" +#: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:329 +#: ../../Zotlabs/Module/Suggest.php:56 ../../include/connections.php:78 +#: ../../include/channel.php:1036 ../../include/widgets.php:147 +#: ../../include/widgets.php:184 ../../include/conversation.php:938 +#: ../../include/conversation.php:1069 +msgid "Connect" msgstr "" -#: ../../Zotlabs/Module/Acl.php:323 -msgid "RSS" +#: ../../Zotlabs/Module/Match.php:74 +msgid "No matches" msgstr "" -#: ../../Zotlabs/Module/Events.php:25 -msgid "Calendar entries imported." +#: ../../Zotlabs/Module/Cal.php:69 +msgid "Permissions denied." msgstr "" -#: ../../Zotlabs/Module/Events.php:27 -msgid "No calendar entries found." +#: ../../Zotlabs/Module/Cal.php:263 ../../Zotlabs/Module/Events.php:605 +msgid "l, F j" msgstr "" -#: ../../Zotlabs/Module/Events.php:106 -msgid "Event can not end before it has started." +#: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:660 +#: ../../include/text.php:1761 +msgid "Link to Source" msgstr "" -#: ../../Zotlabs/Module/Events.php:108 ../../Zotlabs/Module/Events.php:117 -#: ../../Zotlabs/Module/Events.php:139 -msgid "Unable to generate preview." +#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:688 +msgid "Edit Event" msgstr "" -#: ../../Zotlabs/Module/Events.php:115 -msgid "Event title and start time are required." +#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Events.php:688 +msgid "Create Event" msgstr "" -#: ../../Zotlabs/Module/Events.php:137 ../../Zotlabs/Module/Events.php:261 -msgid "Event not found." +#: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:691 +msgid "Export" msgstr "" -#: ../../Zotlabs/Module/Events.php:453 -msgid "Edit event title" +#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2307 +msgid "Import" msgstr "" -#: ../../Zotlabs/Module/Events.php:453 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:835 -msgid "Event title" +#: ../../Zotlabs/Module/Cal.php:345 ../../Zotlabs/Module/Events.php:700 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:848 +msgid "Today" msgstr "" -#: ../../Zotlabs/Module/Events.php:453 ../../Zotlabs/Module/Events.php:458 -#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 -#: ../../Zotlabs/Module/Profiles.php:703 ../../Zotlabs/Module/Profiles.php:707 -#: ../../include/datetime.php:259 -msgid "Required" +#: ../../Zotlabs/Module/Group.php:24 +msgid "Privacy group created." msgstr "" -#: ../../Zotlabs/Module/Events.php:455 -msgid "Categories (comma-separated list)" +#: ../../Zotlabs/Module/Group.php:30 +msgid "Could not create privacy group." msgstr "" -#: ../../Zotlabs/Module/Events.php:456 -msgid "Edit Category" +#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 +#: ../../include/items.php:3876 +msgid "Privacy group not found." msgstr "" -#: ../../Zotlabs/Module/Events.php:456 -msgid "Category" +#: ../../Zotlabs/Module/Group.php:58 +msgid "Privacy group updated." msgstr "" -#: ../../Zotlabs/Module/Events.php:459 -msgid "Edit start date and time" +#: ../../Zotlabs/Module/Group.php:90 +msgid "Create a group of channels." msgstr "" -#: ../../Zotlabs/Module/Events.php:459 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:836 -msgid "Start date and time" +#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 +msgid "Privacy group name: " msgstr "" -#: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:463 -msgid "Finish date and time are not known or not relevant" +#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 +msgid "Members are visible to other channels" msgstr "" -#: ../../Zotlabs/Module/Events.php:462 -msgid "Edit finish date and time" +#: ../../Zotlabs/Module/Group.php:111 +msgid "Privacy group removed." msgstr "" -#: ../../Zotlabs/Module/Events.php:462 -msgid "Finish date and time" +#: ../../Zotlabs/Module/Group.php:113 +msgid "Unable to remove privacy group." msgstr "" -#: ../../Zotlabs/Module/Events.php:464 ../../Zotlabs/Module/Events.php:465 -msgid "Adjust for viewer timezone" +#: ../../Zotlabs/Module/Group.php:183 +msgid "Privacy group editor" msgstr "" -#: ../../Zotlabs/Module/Events.php:464 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." +#: ../../Zotlabs/Module/Group.php:199 +msgid "All Connected Channels" msgstr "" -#: ../../Zotlabs/Module/Events.php:466 -msgid "Edit Description" +#: ../../Zotlabs/Module/Group.php:231 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../Zotlabs/Module/Events.php:466 ../../Zotlabs/Module/Appman.php:118 -#: ../../Zotlabs/Module/Rbmark.php:101 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 -msgid "Description" +#: ../../Zotlabs/Module/Dreport.php:45 +msgid "Invalid message" msgstr "" -#: ../../Zotlabs/Module/Events.php:468 -msgid "Edit Location" +#: ../../Zotlabs/Module/Dreport.php:78 +msgid "no results" msgstr "" -#: ../../Zotlabs/Module/Events.php:472 ../../include/conversation.php:1410 -msgid "Permission settings" +#: ../../Zotlabs/Module/Dreport.php:93 +msgid "channel sync processed" msgstr "" -#: ../../Zotlabs/Module/Events.php:485 -msgid "Advanced Options" +#: ../../Zotlabs/Module/Dreport.php:97 +msgid "queued" msgstr "" -#: ../../Zotlabs/Module/Events.php:624 -msgid "Edit event" +#: ../../Zotlabs/Module/Dreport.php:101 +msgid "posted" msgstr "" -#: ../../Zotlabs/Module/Events.php:626 -msgid "Delete event" +#: ../../Zotlabs/Module/Dreport.php:105 +msgid "accepted for delivery" msgstr "" -#: ../../Zotlabs/Module/Events.php:660 -msgid "calendar" +#: ../../Zotlabs/Module/Dreport.php:109 +msgid "updated" msgstr "" -#: ../../Zotlabs/Module/Events.php:685 ../../Zotlabs/Module/Pubsites.php:59 -#: ../../Zotlabs/Module/Blocks.php:166 ../../Zotlabs/Module/Layouts.php:197 -#: ../../Zotlabs/Module/Webpages.php:246 ../../Zotlabs/Module/Wiki.php:146 -#: ../../include/page_widgets.php:42 -msgid "View" +#: ../../Zotlabs/Module/Dreport.php:112 +msgid "update ignored" msgstr "" -#: ../../Zotlabs/Module/Events.php:686 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:849 -msgid "Month" +#: ../../Zotlabs/Module/Dreport.php:115 +msgid "permission denied" msgstr "" -#: ../../Zotlabs/Module/Events.php:687 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:850 -msgid "Week" +#: ../../Zotlabs/Module/Dreport.php:119 +msgid "recipient not found" msgstr "" -#: ../../Zotlabs/Module/Events.php:688 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:851 -msgid "Day" +#: ../../Zotlabs/Module/Dreport.php:122 +msgid "mail recalled" msgstr "" -#: ../../Zotlabs/Module/Events.php:722 -msgid "Event removed" +#: ../../Zotlabs/Module/Dreport.php:125 +msgid "duplicate mail received" msgstr "" -#: ../../Zotlabs/Module/Events.php:725 -msgid "Failed to remove event" +#: ../../Zotlabs/Module/Dreport.php:128 +msgid "mail delivered" msgstr "" -#: ../../Zotlabs/Module/Directory.php:245 +#: ../../Zotlabs/Module/Dreport.php:148 #, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "" -msgstr[1] "" - -#: ../../Zotlabs/Module/Directory.php:256 -msgid "Gender: " +msgid "Delivery report for %1$s" msgstr "" -#: ../../Zotlabs/Module/Directory.php:258 -msgid "Status: " +#: ../../Zotlabs/Module/Dreport.php:151 +msgid "Options" msgstr "" -#: ../../Zotlabs/Module/Directory.php:260 -msgid "Homepage: " +#: ../../Zotlabs/Module/Dreport.php:152 +msgid "Redeliver" msgstr "" -#: ../../Zotlabs/Module/Directory.php:309 ../../include/channel.php:1215 -msgid "Age:" +#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 +msgid "webpage" msgstr "" -#: ../../Zotlabs/Module/Directory.php:314 ../../include/event.php:52 -#: ../../include/event.php:84 ../../include/bb2diaspora.php:526 -#: ../../include/channel.php:1051 -msgid "Location:" +#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 +msgid "block" msgstr "" -#: ../../Zotlabs/Module/Directory.php:320 -msgid "Description:" +#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 +msgid "layout" msgstr "" -#: ../../Zotlabs/Module/Directory.php:325 ../../include/channel.php:1231 -msgid "Hometown:" +#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 +msgid "menu" msgstr "" -#: ../../Zotlabs/Module/Directory.php:327 ../../include/channel.php:1239 -msgid "About:" +#: ../../Zotlabs/Module/Impel.php:191 +#, php-format +msgid "%s element installed" msgstr "" -#: ../../Zotlabs/Module/Directory.php:328 ../../Zotlabs/Module/Match.php:68 -#: ../../Zotlabs/Module/Suggest.php:56 ../../include/channel.php:1036 -#: ../../include/connections.php:78 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 ../../include/conversation.php:938 -#: ../../include/conversation.php:1069 -msgid "Connect" +#: ../../Zotlabs/Module/Impel.php:194 +#, php-format +msgid "%s element installation failed" msgstr "" -#: ../../Zotlabs/Module/Directory.php:329 -msgid "Public Forum:" +#: ../../Zotlabs/Module/Import_items.php:42 ../../Zotlabs/Module/Import.php:71 +msgid "Nothing to import." msgstr "" -#: ../../Zotlabs/Module/Directory.php:332 -msgid "Keywords: " +#: ../../Zotlabs/Module/Import_items.php:66 ../../Zotlabs/Module/Import.php:83 +#: ../../Zotlabs/Module/Import.php:98 +msgid "Unable to download data from old server" msgstr "" -#: ../../Zotlabs/Module/Directory.php:335 -msgid "Don't suggest" +#: ../../Zotlabs/Module/Import_items.php:72 +#: ../../Zotlabs/Module/Import.php:105 +msgid "Imported file is empty." msgstr "" -#: ../../Zotlabs/Module/Directory.php:337 -msgid "Common connections:" +#: ../../Zotlabs/Module/Import_items.php:88 +#: ../../Zotlabs/Module/Import.php:127 +#, php-format +msgid "Warning: Database versions differ by %1$d updates." msgstr "" -#: ../../Zotlabs/Module/Directory.php:386 -msgid "Global Directory" +#: ../../Zotlabs/Module/Import_items.php:104 +msgid "Import completed" msgstr "" -#: ../../Zotlabs/Module/Directory.php:386 -msgid "Local Directory" +#: ../../Zotlabs/Module/Import_items.php:119 +msgid "Import Items" msgstr "" -#: ../../Zotlabs/Module/Directory.php:392 -msgid "Finding:" +#: ../../Zotlabs/Module/Import_items.php:120 +msgid "Use this form to import existing posts and content from an export file." msgstr "" -#: ../../Zotlabs/Module/Directory.php:395 ../../Zotlabs/Module/Suggest.php:64 -#: ../../include/contact_widgets.php:24 -msgid "Channel Suggestions" +#: ../../Zotlabs/Module/Import_items.php:121 +#: ../../Zotlabs/Module/Import.php:532 +msgid "File to Upload" msgstr "" -#: ../../Zotlabs/Module/Directory.php:397 -msgid "next page" +#: ../../Zotlabs/Module/Manage.php:136 +#: ../../Zotlabs/Module/New_channel.php:121 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../Zotlabs/Module/Directory.php:397 -msgid "previous page" +#: ../../Zotlabs/Module/Manage.php:143 +msgid "Create a new channel" msgstr "" -#: ../../Zotlabs/Module/Directory.php:398 -msgid "Sort options" +#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:784 +#: ../../Zotlabs/Module/Wiki.php:147 ../../Zotlabs/Module/Chat.php:255 +msgid "Create New" msgstr "" -#: ../../Zotlabs/Module/Directory.php:399 -msgid "Alphabetic" +#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 +#: ../../include/nav.php:209 +msgid "Channel Manager" msgstr "" -#: ../../Zotlabs/Module/Directory.php:400 -msgid "Reverse Alphabetic" +#: ../../Zotlabs/Module/Manage.php:165 +msgid "Current Channel" msgstr "" -#: ../../Zotlabs/Module/Directory.php:401 -msgid "Newest to Oldest" +#: ../../Zotlabs/Module/Manage.php:167 +msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../Zotlabs/Module/Directory.php:402 -msgid "Oldest to Newest" +#: ../../Zotlabs/Module/Manage.php:168 +msgid "Default Channel" msgstr "" -#: ../../Zotlabs/Module/Directory.php:419 -msgid "No entries (some entries may be hidden)." +#: ../../Zotlabs/Module/Manage.php:169 +msgid "Make Default" msgstr "" -#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:203 -msgid "webpage" +#: ../../Zotlabs/Module/Manage.php:172 +#, php-format +msgid "%d new messages" msgstr "" -#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:209 -msgid "block" +#: ../../Zotlabs/Module/Manage.php:173 +#, php-format +msgid "%d new introductions" msgstr "" -#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:206 -msgid "layout" +#: ../../Zotlabs/Module/Manage.php:175 +msgid "Delegated Channel" msgstr "" -#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:212 -msgid "menu" +#: ../../Zotlabs/Module/Import.php:33 +#, php-format +msgid "Your service plan only allows %d channels." msgstr "" -#: ../../Zotlabs/Module/Impel.php:191 -#, php-format -msgid "%s element installed" +#: ../../Zotlabs/Module/Import.php:157 ../../include/import.php:100 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../Zotlabs/Module/Impel.php:194 -#, php-format -msgid "%s element installation failed" +#: ../../Zotlabs/Module/Import.php:167 +msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Import_items.php:104 -msgid "Import completed" +#: ../../Zotlabs/Module/Import.php:503 +#: ../../include/Import/import_diaspora.php:142 +msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Import_items.php:119 -msgid "Import Items" +#: ../../Zotlabs/Module/Import.php:525 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Import_items.php:120 -msgid "Use this form to import existing posts and content from an export file." +#: ../../Zotlabs/Module/Import.php:530 +msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Lockview.php:75 -msgid "Remote privacy information not available." +#: ../../Zotlabs/Module/Import.php:531 +msgid "" +"Use this form to import an existing channel from a different server/hub. You " +"may retrieve the channel identity from the old server/hub via the network or " +"provide an export file." msgstr "" -#: ../../Zotlabs/Module/Lockview.php:96 -msgid "Visible to:" +#: ../../Zotlabs/Module/Import.php:533 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../Zotlabs/Module/Follow.php:31 -msgid "Channel added." +#: ../../Zotlabs/Module/Import.php:534 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Item.php:184 -msgid "Unable to locate original post." +#: ../../Zotlabs/Module/Import.php:535 +msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Item.php:447 -msgid "Empty post discarded." +#: ../../Zotlabs/Module/Import.php:536 +msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Item.php:489 -msgid "Executable content type not permitted to this channel." +#: ../../Zotlabs/Module/Import.php:537 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Item.php:837 -msgid "Duplicate post suppressed." +#: ../../Zotlabs/Module/Import.php:538 +msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Item.php:979 -msgid "System error. Post not saved." +#: ../../Zotlabs/Module/Import.php:539 +msgid "" +"Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Item.php:1111 -msgid "Unable to obtain post information from database." +#: ../../Zotlabs/Module/Import.php:540 +msgid "" +"This process may take several minutes to complete. Please submit the form " +"only once and leave this page open until finished." msgstr "" -#: ../../Zotlabs/Module/Item.php:1118 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." +#: ../../Zotlabs/Module/Lockview.php:75 +msgid "Remote privacy information not available." msgstr "" -#: ../../Zotlabs/Module/Item.php:1125 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../Zotlabs/Module/Lockview.php:96 +msgid "Visible to:" msgstr "" #: ../../Zotlabs/Module/Magic.php:71 @@ -4160,31 +4110,74 @@ msgstr "" msgid "Link text" msgstr "" -#: ../../Zotlabs/Module/Api.php:72 ../../Zotlabs/Module/Api.php:93 -msgid "Authorize application connection" +#: ../../Zotlabs/Module/Appman.php:37 ../../Zotlabs/Module/Appman.php:53 +msgid "App installed." msgstr "" -#: ../../Zotlabs/Module/Api.php:73 -msgid "Return to your app and insert this Security Code:" +#: ../../Zotlabs/Module/Appman.php:46 +msgid "Malformed app." msgstr "" -#: ../../Zotlabs/Module/Api.php:83 -msgid "Please login to continue." +#: ../../Zotlabs/Module/Appman.php:105 +msgid "Embed code" msgstr "" -#: ../../Zotlabs/Module/Api.php:95 -msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 +msgid "Edit App" msgstr "" -#: ../../Zotlabs/Module/Ratings.php:70 -msgid "No ratings" +#: ../../Zotlabs/Module/Appman.php:111 +msgid "Create App" msgstr "" -#: ../../Zotlabs/Module/Ratings.php:97 ../../Zotlabs/Module/Pubsites.php:35 -#: ../../include/conversation.php:941 ../../include/conversation.php:1099 -msgid "Ratings" +#: ../../Zotlabs/Module/Appman.php:116 +msgid "Name of app" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Profiles.php:715 ../../Zotlabs/Module/Profiles.php:719 +#: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 +#: ../../include/datetime.php:259 +msgid "Required" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:117 +msgid "Location (URL) of app" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:118 ../../Zotlabs/Module/Events.php:473 +#: ../../Zotlabs/Module/Rbmark.php:101 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 +msgid "Description" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:119 +msgid "Photo icon URL" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:119 +msgid "80 x 80 pixels - optional" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:120 +msgid "Categories (optional, comma separated list)" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:121 +msgid "Version ID" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:122 +msgid "Price of app" +msgstr "" + +#: ../../Zotlabs/Module/Appman.php:123 +msgid "Location (URL) to purchase app" +msgstr "" + +#: ../../Zotlabs/Module/Ratings.php:70 +msgid "No ratings" msgstr "" #: ../../Zotlabs/Module/Ratings.php:98 @@ -4217,26 +4210,6 @@ msgstr "" msgid "Set your current mood and tell your friends" msgstr "" -#: ../../Zotlabs/Module/Ping.php:254 -msgid "sent you a private message" -msgstr "" - -#: ../../Zotlabs/Module/Ping.php:302 -msgid "added your channel" -msgstr "" - -#: ../../Zotlabs/Module/Ping.php:312 -msgid "g A l F d" -msgstr "" - -#: ../../Zotlabs/Module/Ping.php:330 -msgid "[today]" -msgstr "" - -#: ../../Zotlabs/Module/Ping.php:339 -msgid "posted an event" -msgstr "" - #: ../../Zotlabs/Module/Notify.php:57 #: ../../Zotlabs/Module/Notifications.php:35 msgid "No more system notifications." @@ -4247,1300 +4220,1168 @@ msgstr "" msgid "System Notifications" msgstr "" -#: ../../Zotlabs/Module/Group.php:24 -msgid "Privacy group created." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:30 -msgid "Could not create privacy group." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3876 -msgid "Privacy group not found." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:58 -msgid "Privacy group updated." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:90 -msgid "Create a group of channels." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 -msgid "Privacy group name: " -msgstr "" - -#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 -msgid "Members are visible to other channels" -msgstr "" - -#: ../../Zotlabs/Module/Group.php:111 -msgid "Privacy group removed." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:113 -msgid "Unable to remove privacy group." -msgstr "" - -#: ../../Zotlabs/Module/Group.php:183 -msgid "Privacy group editor" -msgstr "" - -#: ../../Zotlabs/Module/Group.php:197 ../../Zotlabs/Module/Help.php:81 -msgid "Members" -msgstr "" - -#: ../../Zotlabs/Module/Group.php:199 -msgid "All Connected Channels" -msgstr "" - -#: ../../Zotlabs/Module/Group.php:231 -msgid "Click on a channel to add or remove." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:176 -msgid "$Projectname Server - Setup" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:180 -msgid "Could not connect to database." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:184 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:191 -msgid "Could not create table." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:196 -msgid "Your site database has been installed." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:200 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 -#: ../../Zotlabs/Module/Setup.php:745 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:260 -msgid "System check" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:265 -msgid "Check again" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:287 -msgid "Database connection" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:288 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:289 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:290 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:294 -msgid "Database Server Name" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:294 -msgid "Default is 127.0.0.1" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:295 -msgid "Database Port" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:295 -msgid "Communication port number - use 0 for default" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:296 -msgid "Database Login Name" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:297 -msgid "Database Login Password" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:298 -msgid "Database Name" -msgstr "" - -#: ../../Zotlabs/Module/Setup.php:299 -msgid "Database Type" +#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:183 +#: ../../Zotlabs/Module/Profiles.php:240 ../../Zotlabs/Module/Profiles.php:631 +#: ../../extend/addon/addon/friendica/dfrn_confirm.php:62 +msgid "Profile not found." msgstr "" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 -msgid "Site administrator email address" +#: ../../Zotlabs/Module/Profiles.php:44 +msgid "Profile deleted." msgstr "" -#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:104 +msgid "Profile-" msgstr "" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 -msgid "Website URL" +#: ../../Zotlabs/Module/Profiles.php:89 ../../Zotlabs/Module/Profiles.php:126 +msgid "New profile created." msgstr "" -#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 -msgid "Please use SSL (https) URL if available." +#: ../../Zotlabs/Module/Profiles.php:110 +msgid "Profile unavailable to clone." msgstr "" -#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 -msgid "Please select a default timezone for your website" +#: ../../Zotlabs/Module/Profiles.php:145 +msgid "Profile unavailable to export." msgstr "" -#: ../../Zotlabs/Module/Setup.php:336 -msgid "Site settings" +#: ../../Zotlabs/Module/Profiles.php:251 +msgid "Profile Name is required." msgstr "" -#: ../../Zotlabs/Module/Setup.php:392 -msgid "PHP version 5.5 or greater is required." +#: ../../Zotlabs/Module/Profiles.php:431 +msgid "Marital Status" msgstr "" -#: ../../Zotlabs/Module/Setup.php:393 -msgid "PHP version" +#: ../../Zotlabs/Module/Profiles.php:435 +msgid "Romantic Partner" msgstr "" -#: ../../Zotlabs/Module/Setup.php:409 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../Zotlabs/Module/Profiles.php:439 ../../Zotlabs/Module/Profiles.php:742 +msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Setup.php:410 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." +#: ../../Zotlabs/Module/Profiles.php:443 ../../Zotlabs/Module/Profiles.php:743 +msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Setup.php:414 -msgid "PHP executable path" +#: ../../Zotlabs/Module/Profiles.php:447 ../../Zotlabs/Module/Profiles.php:750 +msgid "Work/Employment" msgstr "" -#: ../../Zotlabs/Module/Setup.php:414 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../Zotlabs/Module/Profiles.php:450 +msgid "Religion" msgstr "" -#: ../../Zotlabs/Module/Setup.php:419 -msgid "Command line PHP" +#: ../../Zotlabs/Module/Profiles.php:454 +msgid "Political Views" msgstr "" -#: ../../Zotlabs/Module/Setup.php:429 -msgid "" -"Unable to check command line PHP, as shell_exec() is disabled. This is " -"required." +#: ../../Zotlabs/Module/Profiles.php:458 +#: ../../extend/addon/addon/openid/MysqlProvider.php:74 +msgid "Gender" msgstr "" -#: ../../Zotlabs/Module/Setup.php:432 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../Zotlabs/Module/Profiles.php:462 +msgid "Sexual Preference" msgstr "" -#: ../../Zotlabs/Module/Setup.php:433 -msgid "This is required for message delivery to work." +#: ../../Zotlabs/Module/Profiles.php:466 +msgid "Homepage" msgstr "" -#: ../../Zotlabs/Module/Setup.php:436 -msgid "PHP register_argc_argv" +#: ../../Zotlabs/Module/Profiles.php:470 +msgid "Interests" msgstr "" -#: ../../Zotlabs/Module/Setup.php:454 -#, php-format -msgid "" -"Your max allowed total upload size is set to %s. Maximum size of one file to " -"upload is set to %s. You are allowed to upload up to %d files at once." +#: ../../Zotlabs/Module/Profiles.php:566 +msgid "Profile updated." msgstr "" -#: ../../Zotlabs/Module/Setup.php:459 -msgid "You can adjust these settings in the server php.ini file." +#: ../../Zotlabs/Module/Profiles.php:650 +msgid "Hide your connections list from viewers of this profile" msgstr "" -#: ../../Zotlabs/Module/Setup.php:461 -msgid "PHP upload limits" +#: ../../Zotlabs/Module/Profiles.php:692 +msgid "Edit Profile Details" msgstr "" -#: ../../Zotlabs/Module/Setup.php:484 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../Zotlabs/Module/Profiles.php:694 +msgid "View this profile" msgstr "" -#: ../../Zotlabs/Module/Setup.php:485 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../Zotlabs/Module/Profiles.php:695 ../../Zotlabs/Module/Profiles.php:777 +#: ../../include/channel.php:983 +msgid "Edit visibility" msgstr "" -#: ../../Zotlabs/Module/Setup.php:488 -msgid "Generate encryption keys" +#: ../../Zotlabs/Module/Profiles.php:696 +msgid "Profile Tools" msgstr "" -#: ../../Zotlabs/Module/Setup.php:500 -msgid "libCurl PHP module" +#: ../../Zotlabs/Module/Profiles.php:697 +msgid "Change cover photo" msgstr "" -#: ../../Zotlabs/Module/Setup.php:501 -msgid "GD graphics PHP module" +#: ../../Zotlabs/Module/Profiles.php:698 ../../include/channel.php:954 +msgid "Change profile photo" msgstr "" -#: ../../Zotlabs/Module/Setup.php:502 -msgid "OpenSSL PHP module" +#: ../../Zotlabs/Module/Profiles.php:699 +msgid "Create a new profile using these settings" msgstr "" -#: ../../Zotlabs/Module/Setup.php:503 -msgid "PDO database PHP module" +#: ../../Zotlabs/Module/Profiles.php:700 +msgid "Clone this profile" msgstr "" -#: ../../Zotlabs/Module/Setup.php:504 -msgid "mb_string PHP module" +#: ../../Zotlabs/Module/Profiles.php:701 +msgid "Delete this profile" msgstr "" -#: ../../Zotlabs/Module/Setup.php:505 -msgid "xml PHP module" +#: ../../Zotlabs/Module/Profiles.php:702 +msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Setup.php:509 ../../Zotlabs/Module/Setup.php:511 -msgid "Apache mod_rewrite module" +#: ../../Zotlabs/Module/Profiles.php:703 ../../include/widgets.php:105 +#: ../../include/conversation.php:1715 +msgid "Personal" msgstr "" -#: ../../Zotlabs/Module/Setup.php:509 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../Zotlabs/Module/Profiles.php:705 +msgid "Relation" msgstr "" -#: ../../Zotlabs/Module/Setup.php:515 ../../Zotlabs/Module/Setup.php:518 -msgid "exec" +#: ../../Zotlabs/Module/Profiles.php:706 ../../include/datetime.php:55 +msgid "Miscellaneous" msgstr "" -#: ../../Zotlabs/Module/Setup.php:515 -msgid "" -"Error: exec is required but is either not installed or has been disabled in " -"php.ini" +#: ../../Zotlabs/Module/Profiles.php:708 +msgid "Import profile from file" msgstr "" -#: ../../Zotlabs/Module/Setup.php:521 ../../Zotlabs/Module/Setup.php:524 -msgid "shell_exec" +#: ../../Zotlabs/Module/Profiles.php:709 +msgid "Export profile to file" msgstr "" -#: ../../Zotlabs/Module/Setup.php:521 -msgid "" -"Error: shell_exec is required but is either not installed or has been " -"disabled in php.ini" +#: ../../Zotlabs/Module/Profiles.php:710 +msgid "Your gender" msgstr "" -#: ../../Zotlabs/Module/Setup.php:529 -msgid "Error: libCURL PHP module required but not installed." +#: ../../Zotlabs/Module/Profiles.php:711 +msgid "Marital status" msgstr "" -#: ../../Zotlabs/Module/Setup.php:533 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../Zotlabs/Module/Profiles.php:712 +msgid "Sexual preference" msgstr "" -#: ../../Zotlabs/Module/Setup.php:537 -msgid "Error: openssl PHP module required but not installed." +#: ../../Zotlabs/Module/Profiles.php:715 +msgid "Profile name" msgstr "" -#: ../../Zotlabs/Module/Setup.php:541 -msgid "Error: PDO database PHP module required but not installed." +#: ../../Zotlabs/Module/Profiles.php:717 +msgid "This is your default profile." msgstr "" -#: ../../Zotlabs/Module/Setup.php:545 -msgid "Error: mb_string PHP module required but not installed." +#: ../../Zotlabs/Module/Profiles.php:719 +msgid "Your full name" msgstr "" -#: ../../Zotlabs/Module/Setup.php:549 -msgid "Error: xml PHP module required for DAV but not installed." +#: ../../Zotlabs/Module/Profiles.php:720 +msgid "Title/Description" msgstr "" -#: ../../Zotlabs/Module/Setup.php:567 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../Zotlabs/Module/Profiles.php:723 +msgid "Street address" msgstr "" -#: ../../Zotlabs/Module/Setup.php:568 -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." +#: ../../Zotlabs/Module/Profiles.php:724 +msgid "Locality/City" msgstr "" -#: ../../Zotlabs/Module/Setup.php:569 -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." +#: ../../Zotlabs/Module/Profiles.php:725 +msgid "Region/State" msgstr "" -#: ../../Zotlabs/Module/Setup.php:570 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../Zotlabs/Module/Profiles.php:726 +msgid "Postal/Zip code" msgstr "" -#: ../../Zotlabs/Module/Setup.php:573 -msgid ".htconfig.php is writable" +#: ../../Zotlabs/Module/Profiles.php:732 +msgid "Who (if applicable)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:587 -msgid "" -"This software uses the Smarty3 template engine to render its web views. " -"Smarty3 compiles templates to PHP to speed up rendering." +#: ../../Zotlabs/Module/Profiles.php:732 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../Zotlabs/Module/Setup.php:588 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the top level web folder." +#: ../../Zotlabs/Module/Profiles.php:733 +msgid "Since (date)" msgstr "" -#: ../../Zotlabs/Module/Setup.php:589 ../../Zotlabs/Module/Setup.php:610 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +#: ../../Zotlabs/Module/Profiles.php:736 +msgid "Tell us about yourself" msgstr "" -#: ../../Zotlabs/Module/Setup.php:590 -#, 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." +#: ../../Zotlabs/Module/Profiles.php:737 +#: ../../extend/addon/addon/openid/MysqlProvider.php:68 +msgid "Homepage URL" msgstr "" -#: ../../Zotlabs/Module/Setup.php:593 -#, php-format -msgid "%s is writable" +#: ../../Zotlabs/Module/Profiles.php:738 +msgid "Hometown" msgstr "" -#: ../../Zotlabs/Module/Setup.php:609 -msgid "" -"This software uses the store directory to save uploaded files. The web " -"server needs to have write access to the store directory under the top level " -"web folder" +#: ../../Zotlabs/Module/Profiles.php:739 +msgid "Political views" msgstr "" -#: ../../Zotlabs/Module/Setup.php:613 -msgid "store is writable" +#: ../../Zotlabs/Module/Profiles.php:740 +msgid "Religious views" msgstr "" -#: ../../Zotlabs/Module/Setup.php:646 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../Zotlabs/Module/Profiles.php:741 +msgid "Keywords used in directory listings" msgstr "" -#: ../../Zotlabs/Module/Setup.php:647 -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!" +#: ../../Zotlabs/Module/Profiles.php:741 +msgid "Example: fishing photography software" msgstr "" -#: ../../Zotlabs/Module/Setup.php:648 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../Zotlabs/Module/Profiles.php:744 +msgid "Musical interests" msgstr "" -#: ../../Zotlabs/Module/Setup.php:649 -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." +#: ../../Zotlabs/Module/Profiles.php:745 +msgid "Books, literature" msgstr "" -#: ../../Zotlabs/Module/Setup.php:650 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../Zotlabs/Module/Profiles.php:746 +msgid "Television" msgstr "" -#: ../../Zotlabs/Module/Setup.php:651 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../Zotlabs/Module/Profiles.php:747 +msgid "Film/Dance/Culture/Entertainment" msgstr "" -#: ../../Zotlabs/Module/Setup.php:653 -msgid "" -"If you are confident that the certificate is valid and signed by a trusted " -"authority, check to see if you have failed to install an intermediate cert. " -"These are not normally required by browsers, but are required for server-to-" -"server communications." +#: ../../Zotlabs/Module/Profiles.php:748 +msgid "Hobbies/Interests" msgstr "" -#: ../../Zotlabs/Module/Setup.php:655 -msgid "SSL certificate validation" +#: ../../Zotlabs/Module/Profiles.php:749 +msgid "Love/Romance" msgstr "" -#: ../../Zotlabs/Module/Setup.php:661 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " +#: ../../Zotlabs/Module/Profiles.php:751 +msgid "School/Education" msgstr "" -#: ../../Zotlabs/Module/Setup.php:664 -msgid "Url rewrite is working" +#: ../../Zotlabs/Module/Profiles.php:752 +msgid "Contact information and social networks" msgstr "" -#: ../../Zotlabs/Module/Setup.php:678 -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." +#: ../../Zotlabs/Module/Profiles.php:753 +msgid "My other channels" msgstr "" -#: ../../Zotlabs/Module/Setup.php:702 -#: ../../extend/addon/addon/cdav/cdav.php:41 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:385 -msgid "Errors encountered creating database tables." +#: ../../Zotlabs/Module/Profiles.php:773 ../../include/channel.php:979 +msgid "Profile Image" msgstr "" -#: ../../Zotlabs/Module/Setup.php:743 -msgid "

What next

" +#: ../../Zotlabs/Module/Profiles.php:783 ../../include/nav.php:91 +#: ../../include/channel.php:961 +msgid "Edit Profiles" msgstr "" -#: ../../Zotlabs/Module/Setup.php:744 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../Zotlabs/Module/Api.php:72 ../../Zotlabs/Module/Api.php:93 +msgid "Authorize application connection" msgstr "" -#: ../../Zotlabs/Module/New_channel.php:140 -msgid "Create Channel" +#: ../../Zotlabs/Module/Api.php:73 +msgid "Return to your app and insert this Security Code:" msgstr "" -#: ../../Zotlabs/Module/New_channel.php:141 -msgid "" -"A channel is your identity on this network. It can represent a person, a " -"blog, or a forum to name a few. Channels can make connections with other " -"channels to share information with highly detailed permissions." +#: ../../Zotlabs/Module/Api.php:83 +msgid "Please login to continue." msgstr "" -#: ../../Zotlabs/Module/New_channel.php:142 +#: ../../Zotlabs/Module/Api.php:95 msgid "" -"or import an existing channel from another location." +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../Zotlabs/Module/Search.php:223 -#, php-format -msgid "Items tagged with: %s" +#: ../../Zotlabs/Module/Invite.php:29 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../Zotlabs/Module/Search.php:225 +#: ../../Zotlabs/Module/Invite.php:53 #, php-format -msgid "Search results for: %s" +msgid "%s : Not a valid email address." msgstr "" -#: ../../Zotlabs/Module/Notifications.php:40 ../../include/nav.php:194 -msgid "Mark all system notifications seen" +#: ../../Zotlabs/Module/Invite.php:67 +msgid "Please join us on $Projectname" msgstr "" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 -#: ../../include/conversation.php:942 ../../include/conversation.php:1109 -msgid "Poke" +#: ../../Zotlabs/Module/Invite.php:77 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../Zotlabs/Module/Poke.php:169 -msgid "Poke somebody" +#: ../../Zotlabs/Module/Invite.php:82 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../Zotlabs/Module/Poke.php:172 -msgid "Poke/Prod" -msgstr "" +#: ../../Zotlabs/Module/Invite.php:86 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" -#: ../../Zotlabs/Module/Poke.php:173 -msgid "Poke, prod or do other things to somebody" +#: ../../Zotlabs/Module/Invite.php:105 +msgid "You have no more invitations available" msgstr "" -#: ../../Zotlabs/Module/Poke.php:180 -msgid "Recipient" +#: ../../Zotlabs/Module/Invite.php:136 +msgid "Send invitations" msgstr "" -#: ../../Zotlabs/Module/Poke.php:181 -msgid "Choose what you wish to do to recipient" +#: ../../Zotlabs/Module/Invite.php:137 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 -msgid "Make this post private" +#: ../../Zotlabs/Module/Invite.php:138 ../../Zotlabs/Module/Mail.php:284 +msgid "Your message:" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 -msgid "Public Hubs" +#: ../../Zotlabs/Module/Invite.php:139 +msgid "Please join my community on $Projectname." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:27 -msgid "" -"The listed hubs allow public registration for the $Projectname network. All " -"hubs in the network are interlinked so membership on any of them conveys " -"membership in the network as a whole. Some hubs may require subscription or " -"provide tiered service plans. The hub itself may provide " -"additional details." +#: ../../Zotlabs/Module/Invite.php:141 +msgid "You will need to supply this invitation code:" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Hub URL" +#: ../../Zotlabs/Module/Invite.php:142 +msgid "1. Register at any $Projectname location (they are all inter-connected)" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Access Type" +#: ../../Zotlabs/Module/Invite.php:144 +msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Registration Policy" +#: ../../Zotlabs/Module/Invite.php:145 +msgid "or visit" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Stats" +#: ../../Zotlabs/Module/Invite.php:147 +msgid "3. Click [Connect]" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:33 -msgid "Software" +#: ../../Zotlabs/Module/Siteinfo.php:20 +msgid "About this site" msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:48 -msgid "Rate" +#: ../../Zotlabs/Module/Siteinfo.php:21 +msgid "Site Name" msgstr "" -#: ../../Zotlabs/Module/Oexchange.php:27 -msgid "Unable to find your hub." +#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1962 +msgid "Administrator" msgstr "" -#: ../../Zotlabs/Module/Oexchange.php:41 -msgid "Post successful." +#: ../../Zotlabs/Module/Siteinfo.php:28 +msgid "Software and Project information" msgstr "" -#: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 -msgid "This setting requires special processing and editing has been blocked." +#: ../../Zotlabs/Module/Siteinfo.php:29 +msgid "This site is powered by $Projectname" msgstr "" -#: ../../Zotlabs/Module/Pconfig.php:48 -msgid "Configuration Editor" +#: ../../Zotlabs/Module/Siteinfo.php:30 +msgid "" +"Federated and decentralised networking and identity services provided by Zot" msgstr "" -#: ../../Zotlabs/Module/Pconfig.php:49 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please " -"leave this page unless you are comfortable with and knowledgeable about how " -"to correctly use this feature." +#: ../../Zotlabs/Module/Siteinfo.php:32 +#, php-format +msgid "Version %s" msgstr "" -#: ../../Zotlabs/Module/Appman.php:37 ../../Zotlabs/Module/Appman.php:53 -msgid "App installed." +#: ../../Zotlabs/Module/Siteinfo.php:33 +msgid "Project homepage" msgstr "" -#: ../../Zotlabs/Module/Appman.php:46 -msgid "Malformed app." +#: ../../Zotlabs/Module/Siteinfo.php:34 +msgid "Developer homepage" msgstr "" -#: ../../Zotlabs/Module/Appman.php:105 -msgid "Embed code" +#: ../../Zotlabs/Module/New_channel.php:140 +msgid "Create Channel" msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 -msgid "Edit App" +#: ../../Zotlabs/Module/New_channel.php:141 +msgid "" +"A channel is your identity on this network. It can represent a person, a " +"blog, or a forum to name a few. Channels can make connections with other " +"channels to share information with highly detailed permissions." msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 -msgid "Create App" +#: ../../Zotlabs/Module/New_channel.php:142 +msgid "" +"or import an existing channel from another location." msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 -msgid "Name of app" +#: ../../Zotlabs/Module/Setup.php:176 +msgid "$Projectname Server - Setup" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 -msgid "Location (URL) of app" +#: ../../Zotlabs/Module/Setup.php:180 +msgid "Could not connect to database." msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 -msgid "Photo icon URL" +#: ../../Zotlabs/Module/Setup.php:184 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 -msgid "80 x 80 pixels - optional" +#: ../../Zotlabs/Module/Setup.php:191 +msgid "Could not create table." msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 -msgid "Categories (optional, comma separated list)" +#: ../../Zotlabs/Module/Setup.php:196 +msgid "Your site database has been installed." msgstr "" -#: ../../Zotlabs/Module/Appman.php:121 -msgid "Version ID" +#: ../../Zotlabs/Module/Setup.php:200 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." msgstr "" -#: ../../Zotlabs/Module/Appman.php:122 -msgid "Price of app" +#: ../../Zotlabs/Module/Setup.php:201 ../../Zotlabs/Module/Setup.php:263 +#: ../../Zotlabs/Module/Setup.php:750 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../Zotlabs/Module/Appman.php:123 -msgid "Location (URL) to purchase app" +#: ../../Zotlabs/Module/Setup.php:260 +msgid "System check" msgstr "" -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2283 -msgid "Blocks" +#: ../../Zotlabs/Module/Setup.php:265 +msgid "Check again" msgstr "" -#: ../../Zotlabs/Module/Blocks.php:156 -msgid "Block Title" +#: ../../Zotlabs/Module/Setup.php:287 +msgid "Database connection" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2285 -msgid "Layouts" +#: ../../Zotlabs/Module/Setup.php:288 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." msgstr "" -#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 -#: ../../include/nav.php:162 ../../include/help.php:53 -#: ../../include/help.php:59 -msgid "Help" +#: ../../Zotlabs/Module/Setup.php:289 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../Zotlabs/Module/Layouts.php:185 -msgid "Comanche page description language help" +#: ../../Zotlabs/Module/Setup.php:290 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../Zotlabs/Module/Layouts.php:189 -msgid "Layout Description" +#: ../../Zotlabs/Module/Setup.php:294 +msgid "Database Server Name" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:194 -msgid "Download PDL file" +#: ../../Zotlabs/Module/Setup.php:294 +msgid "Default is 127.0.0.1" msgstr "" -#: ../../Zotlabs/Module/Rate.php:156 -msgid "Website:" +#: ../../Zotlabs/Module/Setup.php:295 +msgid "Database Port" msgstr "" -#: ../../Zotlabs/Module/Rate.php:159 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" +#: ../../Zotlabs/Module/Setup.php:295 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../Zotlabs/Module/Rate.php:160 -msgid "Rating (this information is public)" +#: ../../Zotlabs/Module/Setup.php:296 +msgid "Database Login Name" msgstr "" -#: ../../Zotlabs/Module/Rate.php:161 -msgid "Optionally explain your rating (this information is public)" +#: ../../Zotlabs/Module/Setup.php:297 +msgid "Database Login Password" msgstr "" -#: ../../Zotlabs/Module/Mail.php:65 -msgid "Unable to lookup recipient." +#: ../../Zotlabs/Module/Setup.php:298 +msgid "Database Name" msgstr "" -#: ../../Zotlabs/Module/Mail.php:72 -msgid "Unable to communicate with requested channel." +#: ../../Zotlabs/Module/Setup.php:299 +msgid "Database Type" msgstr "" -#: ../../Zotlabs/Module/Mail.php:79 -msgid "Cannot verify requested channel." +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +msgid "Site administrator email address" msgstr "" -#: ../../Zotlabs/Module/Mail.php:97 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../Zotlabs/Module/Setup.php:301 ../../Zotlabs/Module/Setup.php:347 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../Zotlabs/Module/Mail.php:178 -msgid "Messages" +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +msgid "Website URL" msgstr "" -#: ../../Zotlabs/Module/Mail.php:213 -msgid "Message recalled." +#: ../../Zotlabs/Module/Setup.php:302 ../../Zotlabs/Module/Setup.php:349 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../Zotlabs/Module/Mail.php:226 -msgid "Conversation removed." +#: ../../Zotlabs/Module/Setup.php:303 ../../Zotlabs/Module/Setup.php:353 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../Zotlabs/Module/Mail.php:240 ../../Zotlabs/Module/Mail.php:349 -#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1330 -msgid "Please enter a link URL:" +#: ../../Zotlabs/Module/Setup.php:336 +msgid "Site settings" msgstr "" -#: ../../Zotlabs/Module/Mail.php:241 ../../Zotlabs/Module/Mail.php:350 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../Zotlabs/Module/Setup.php:392 +msgid "PHP version 5.5 or greater is required." msgstr "" -#: ../../Zotlabs/Module/Mail.php:269 -msgid "Requested channel is not in this network" +#: ../../Zotlabs/Module/Setup.php:393 +msgid "PHP version" msgstr "" -#: ../../Zotlabs/Module/Mail.php:277 -msgid "Send Private Message" +#: ../../Zotlabs/Module/Setup.php:409 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../Zotlabs/Module/Mail.php:278 ../../Zotlabs/Module/Mail.php:403 -msgid "To:" +#: ../../Zotlabs/Module/Setup.php:410 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../Zotlabs/Module/Mail.php:281 ../../Zotlabs/Module/Mail.php:405 -msgid "Subject:" +#: ../../Zotlabs/Module/Setup.php:414 +msgid "PHP executable path" msgstr "" -#: ../../Zotlabs/Module/Mail.php:286 ../../Zotlabs/Module/Mail.php:411 -#: ../../include/conversation.php:1390 -msgid "Attach file" +#: ../../Zotlabs/Module/Setup.php:414 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../Zotlabs/Module/Mail.php:288 -msgid "Send" +#: ../../Zotlabs/Module/Setup.php:419 +msgid "Command line PHP" msgstr "" -#: ../../Zotlabs/Module/Mail.php:291 ../../Zotlabs/Module/Mail.php:416 -#: ../../include/conversation.php:1435 -msgid "Set expiration date" +#: ../../Zotlabs/Module/Setup.php:429 +msgid "" +"Unable to check command line PHP, as shell_exec() is disabled. This is " +"required." msgstr "" -#: ../../Zotlabs/Module/Mail.php:293 ../../Zotlabs/Module/Mail.php:418 -#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Lib/ThreadItem.php:743 -#: ../../include/conversation.php:1440 -msgid "Encrypt text" +#: ../../Zotlabs/Module/Setup.php:432 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../Zotlabs/Module/Mail.php:375 -msgid "Delete message" +#: ../../Zotlabs/Module/Setup.php:433 +msgid "This is required for message delivery to work." msgstr "" -#: ../../Zotlabs/Module/Mail.php:376 -msgid "Delivery report" +#: ../../Zotlabs/Module/Setup.php:436 +msgid "PHP register_argc_argv" msgstr "" -#: ../../Zotlabs/Module/Mail.php:377 -msgid "Recall message" +#: ../../Zotlabs/Module/Setup.php:454 +#, php-format +msgid "" +"Your max allowed total upload size is set to %s. Maximum size of one file to " +"upload is set to %s. You are allowed to upload up to %d files at once." msgstr "" -#: ../../Zotlabs/Module/Mail.php:379 -msgid "Message has been recalled." +#: ../../Zotlabs/Module/Setup.php:459 +msgid "You can adjust these settings in the server php.ini file." msgstr "" -#: ../../Zotlabs/Module/Mail.php:396 -msgid "Delete Conversation" +#: ../../Zotlabs/Module/Setup.php:461 +msgid "PHP upload limits" msgstr "" -#: ../../Zotlabs/Module/Mail.php:398 +#: ../../Zotlabs/Module/Setup.php:484 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../Zotlabs/Module/Mail.php:402 -msgid "Send Reply" +#: ../../Zotlabs/Module/Setup.php:485 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../Zotlabs/Module/Mail.php:407 -#, php-format -msgid "Your message for %s (%s):" +#: ../../Zotlabs/Module/Setup.php:488 +msgid "Generate encryption keys" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:186 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:293 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." +#: ../../Zotlabs/Module/Setup.php:505 +msgid "libCurl PHP module" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:409 -msgid "Use Photo for Profile" +#: ../../Zotlabs/Module/Setup.php:506 +msgid "GD graphics PHP module" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:409 -msgid "Upload Profile Photo" +#: ../../Zotlabs/Module/Setup.php:507 +msgid "OpenSSL PHP module" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:410 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:181 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:193 -msgid "Use" +#: ../../Zotlabs/Module/Setup.php:508 +msgid "PDO database PHP module" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:45 -msgid "Invalid message" +#: ../../Zotlabs/Module/Setup.php:509 +msgid "mb_string PHP module" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:78 -msgid "no results" +#: ../../Zotlabs/Module/Setup.php:510 +msgid "xml PHP module" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:93 -msgid "channel sync processed" +#: ../../Zotlabs/Module/Setup.php:514 ../../Zotlabs/Module/Setup.php:516 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:97 -msgid "queued" +#: ../../Zotlabs/Module/Setup.php:514 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:101 -msgid "posted" +#: ../../Zotlabs/Module/Setup.php:520 ../../Zotlabs/Module/Setup.php:523 +msgid "exec" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:105 -msgid "accepted for delivery" +#: ../../Zotlabs/Module/Setup.php:520 +msgid "" +"Error: exec is required but is either not installed or has been disabled in " +"php.ini" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:109 -msgid "updated" +#: ../../Zotlabs/Module/Setup.php:526 ../../Zotlabs/Module/Setup.php:529 +msgid "shell_exec" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:112 -msgid "update ignored" +#: ../../Zotlabs/Module/Setup.php:526 +msgid "" +"Error: shell_exec is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../Zotlabs/Module/Dreport.php:115 -msgid "permission denied" +#: ../../Zotlabs/Module/Setup.php:534 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:119 -msgid "recipient not found" +#: ../../Zotlabs/Module/Setup.php:538 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:122 -msgid "mail recalled" +#: ../../Zotlabs/Module/Setup.php:542 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:125 -msgid "duplicate mail received" +#: ../../Zotlabs/Module/Setup.php:546 +msgid "Error: PDO database PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:128 -msgid "mail delivered" +#: ../../Zotlabs/Module/Setup.php:550 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:148 -#, php-format -msgid "Delivery report for %1$s" +#: ../../Zotlabs/Module/Setup.php:554 +msgid "Error: xml PHP module required for DAV but not installed." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:151 -msgid "Options" +#: ../../Zotlabs/Module/Setup.php:572 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../Zotlabs/Module/Dreport.php:152 -msgid "Redeliver" +#: ../../Zotlabs/Module/Setup.php:573 +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 "" -#: ../../Zotlabs/Module/Siteinfo.php:20 -msgid "About this site" +#: ../../Zotlabs/Module/Setup.php:574 +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 "" -#: ../../Zotlabs/Module/Siteinfo.php:21 -msgid "Site Name" +#: ../../Zotlabs/Module/Setup.php:575 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1962 -msgid "Administrator" +#: ../../Zotlabs/Module/Setup.php:578 +msgid ".htconfig.php is writable" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:28 -msgid "Software and Project information" +#: ../../Zotlabs/Module/Setup.php:592 +msgid "" +"This software uses the Smarty3 template engine to render its web views. " +"Smarty3 compiles templates to PHP to speed up rendering." msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:29 -msgid "This site is powered by $Projectname" +#: ../../Zotlabs/Module/Setup.php:593 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the top level web folder." msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:30 +#: ../../Zotlabs/Module/Setup.php:594 ../../Zotlabs/Module/Setup.php:615 msgid "" -"Federated and decentralised networking and identity services provided by Zot" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:32 +#: ../../Zotlabs/Module/Setup.php:595 #, php-format -msgid "Version %s" +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 "" -#: ../../Zotlabs/Module/Siteinfo.php:33 -msgid "Project homepage" +#: ../../Zotlabs/Module/Setup.php:598 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:34 -msgid "Developer homepage" +#: ../../Zotlabs/Module/Setup.php:614 +msgid "" +"This software uses the store directory to save uploaded files. The web " +"server needs to have write access to the store directory under the top level " +"web folder" msgstr "" -#: ../../Zotlabs/Module/Common.php:14 -msgid "No channel." +#: ../../Zotlabs/Module/Setup.php:618 +msgid "store is writable" msgstr "" -#: ../../Zotlabs/Module/Common.php:43 -msgid "Common connections" +#: ../../Zotlabs/Module/Setup.php:651 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../Zotlabs/Module/Common.php:48 -msgid "No connections in common." +#: ../../Zotlabs/Module/Setup.php:652 +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 "" -#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 -#: ../../include/widgets.php:102 -msgid "Apps" +#: ../../Zotlabs/Module/Setup.php:653 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:183 -#: ../../Zotlabs/Module/Profiles.php:240 ../../Zotlabs/Module/Profiles.php:619 -#: ../../extend/addon/addon/friendica/dfrn_confirm.php:62 -msgid "Profile not found." +#: ../../Zotlabs/Module/Setup.php:654 +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 "" -#: ../../Zotlabs/Module/Profiles.php:44 -msgid "Profile deleted." +#: ../../Zotlabs/Module/Setup.php:655 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:104 -msgid "Profile-" +#: ../../Zotlabs/Module/Setup.php:656 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:89 ../../Zotlabs/Module/Profiles.php:126 -msgid "New profile created." +#: ../../Zotlabs/Module/Setup.php:658 +msgid "" +"If you are confident that the certificate is valid and signed by a trusted " +"authority, check to see if you have failed to install an intermediate cert. " +"These are not normally required by browsers, but are required for server-to-" +"server communications." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:110 -msgid "Profile unavailable to clone." +#: ../../Zotlabs/Module/Setup.php:660 +msgid "SSL certificate validation" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:145 -msgid "Profile unavailable to export." +#: ../../Zotlabs/Module/Setup.php:666 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " msgstr "" -#: ../../Zotlabs/Module/Profiles.php:250 -msgid "Profile Name is required." +#: ../../Zotlabs/Module/Setup.php:669 +msgid "Url rewrite is working" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:421 -msgid "Marital Status" +#: ../../Zotlabs/Module/Setup.php:683 +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 "" -#: ../../Zotlabs/Module/Profiles.php:425 -msgid "Romantic Partner" +#: ../../Zotlabs/Module/Setup.php:707 +#: ../../extend/addon/addon/cdav/cdav.php:41 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:392 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:429 ../../Zotlabs/Module/Profiles.php:730 -msgid "Likes" +#: ../../Zotlabs/Module/Setup.php:748 +msgid "

What next

" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:433 ../../Zotlabs/Module/Profiles.php:731 -msgid "Dislikes" +#: ../../Zotlabs/Module/Setup.php:749 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:437 ../../Zotlabs/Module/Profiles.php:738 -msgid "Work/Employment" +#: ../../Zotlabs/Module/Notifications.php:40 ../../include/nav.php:194 +msgid "Mark all system notifications seen" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:440 -msgid "Religion" +#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 +#: ../../include/conversation.php:942 ../../include/conversation.php:1109 +msgid "Poke" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:444 -msgid "Political Views" +#: ../../Zotlabs/Module/Poke.php:169 +msgid "Poke somebody" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:448 -#: ../../extend/addon/addon/openid/MysqlProvider.php:74 -msgid "Gender" +#: ../../Zotlabs/Module/Poke.php:172 +msgid "Poke/Prod" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:452 -msgid "Sexual Preference" +#: ../../Zotlabs/Module/Poke.php:173 +msgid "Poke, prod or do other things to somebody" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:456 -msgid "Homepage" +#: ../../Zotlabs/Module/Poke.php:180 +msgid "Recipient" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:460 -msgid "Interests" +#: ../../Zotlabs/Module/Poke.php:181 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:554 -msgid "Profile updated." +#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 +msgid "Make this post private" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:638 -msgid "Hide your connections list from viewers of this profile" +#: ../../Zotlabs/Module/Oexchange.php:27 +msgid "Unable to find your hub." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:680 -msgid "Edit Profile Details" +#: ../../Zotlabs/Module/Oexchange.php:41 +msgid "Post successful." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:682 -msgid "View this profile" +#: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 +msgid "This setting requires special processing and editing has been blocked." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:683 ../../Zotlabs/Module/Profiles.php:765 -#: ../../include/channel.php:983 -msgid "Edit visibility" +#: ../../Zotlabs/Module/Pconfig.php:48 +msgid "Configuration Editor" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:684 -msgid "Profile Tools" +#: ../../Zotlabs/Module/Pconfig.php:49 +msgid "" +"Warning: Changing some settings could render your channel inoperable. Please " +"leave this page unless you are comfortable with and knowledgeable about how " +"to correctly use this feature." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:685 -msgid "Change cover photo" +#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 +#: ../../include/widgets.php:102 +msgid "Apps" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:686 ../../include/channel.php:954 -msgid "Change profile photo" +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2283 +msgid "Blocks" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:687 -msgid "Create a new profile using these settings" +#: ../../Zotlabs/Module/Blocks.php:156 +msgid "Block Title" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:688 -msgid "Clone this profile" +#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2285 +msgid "Layouts" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:689 -msgid "Delete this profile" +#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 +#: ../../include/nav.php:162 ../../include/help.php:53 +#: ../../include/help.php:59 +msgid "Help" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:690 -msgid "Add profile things" +#: ../../Zotlabs/Module/Layouts.php:185 +msgid "Comanche page description language help" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:691 ../../include/widgets.php:105 -#: ../../include/conversation.php:1715 -msgid "Personal" +#: ../../Zotlabs/Module/Layouts.php:189 +msgid "Layout Description" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:693 -msgid "Relation" +#: ../../Zotlabs/Module/Layouts.php:194 +msgid "Download PDL file" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:694 ../../include/datetime.php:55 -msgid "Miscellaneous" +#: ../../Zotlabs/Module/Rate.php:156 +msgid "Website:" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:696 -msgid "Import profile from file" +#: ../../Zotlabs/Module/Rate.php:159 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:697 -msgid "Export profile to file" +#: ../../Zotlabs/Module/Rate.php:160 +msgid "Rating (this information is public)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:698 -msgid "Your gender" +#: ../../Zotlabs/Module/Rate.php:161 +msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:699 -msgid "Marital status" +#: ../../Zotlabs/Module/Profile_photo.php:186 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:293 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:700 -msgid "Sexual preference" +#: ../../Zotlabs/Module/Profile_photo.php:409 +msgid "Use Photo for Profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:703 -msgid "Profile name" +#: ../../Zotlabs/Module/Profile_photo.php:409 +msgid "Upload Profile Photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:705 -msgid "This is your default profile." +#: ../../Zotlabs/Module/Profile_photo.php:410 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:181 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:193 +msgid "Use" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:707 -msgid "Your full name" +#: ../../Zotlabs/Module/Events.php:25 +msgid "Calendar entries imported." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:708 -msgid "Title/Description" +#: ../../Zotlabs/Module/Events.php:27 +msgid "No calendar entries found." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:711 -msgid "Street address" +#: ../../Zotlabs/Module/Events.php:110 +msgid "Event can not end before it has started." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:712 -msgid "Locality/City" +#: ../../Zotlabs/Module/Events.php:112 ../../Zotlabs/Module/Events.php:121 +#: ../../Zotlabs/Module/Events.php:143 +msgid "Unable to generate preview." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:713 -msgid "Region/State" +#: ../../Zotlabs/Module/Events.php:119 +msgid "Event title and start time are required." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:714 -msgid "Postal/Zip code" +#: ../../Zotlabs/Module/Events.php:141 ../../Zotlabs/Module/Events.php:265 +msgid "Event not found." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:720 -msgid "Who (if applicable)" +#: ../../Zotlabs/Module/Events.php:460 +msgid "Edit event title" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:720 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../Zotlabs/Module/Events.php:460 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:835 +msgid "Event title" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:721 -msgid "Since (date)" +#: ../../Zotlabs/Module/Events.php:462 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:724 -msgid "Tell us about yourself" +#: ../../Zotlabs/Module/Events.php:463 +msgid "Edit Category" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:725 -#: ../../extend/addon/addon/openid/MysqlProvider.php:68 -msgid "Homepage URL" +#: ../../Zotlabs/Module/Events.php:463 +msgid "Category" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:726 -msgid "Hometown" +#: ../../Zotlabs/Module/Events.php:466 +msgid "Edit start date and time" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:727 -msgid "Political views" +#: ../../Zotlabs/Module/Events.php:466 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:836 +msgid "Start date and time" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:728 -msgid "Religious views" +#: ../../Zotlabs/Module/Events.php:467 ../../Zotlabs/Module/Events.php:470 +msgid "Finish date and time are not known or not relevant" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:729 -msgid "Keywords used in directory listings" +#: ../../Zotlabs/Module/Events.php:469 +msgid "Edit finish date and time" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:729 -msgid "Example: fishing photography software" +#: ../../Zotlabs/Module/Events.php:469 +msgid "Finish date and time" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:732 -msgid "Musical interests" +#: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Events.php:472 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:733 -msgid "Books, literature" +#: ../../Zotlabs/Module/Events.php:471 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:734 -msgid "Television" +#: ../../Zotlabs/Module/Events.php:473 +msgid "Edit Description" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:735 -msgid "Film/Dance/Culture/Entertainment" +#: ../../Zotlabs/Module/Events.php:475 +msgid "Edit Location" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:736 -msgid "Hobbies/Interests" +#: ../../Zotlabs/Module/Events.php:479 ../../include/conversation.php:1410 +msgid "Permission settings" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:737 -msgid "Love/Romance" +#: ../../Zotlabs/Module/Events.php:489 +msgid "Timezone:" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:739 -msgid "School/Education" +#: ../../Zotlabs/Module/Events.php:494 +msgid "Advanced Options" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:740 -msgid "Contact information and social networks" +#: ../../Zotlabs/Module/Events.php:633 +msgid "Edit event" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:741 -msgid "My other channels" +#: ../../Zotlabs/Module/Events.php:635 +msgid "Delete event" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:761 ../../include/channel.php:979 -msgid "Profile Image" +#: ../../Zotlabs/Module/Events.php:669 +msgid "calendar" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:771 ../../include/channel.php:961 -#: ../../include/nav.php:91 -msgid "Edit Profiles" +#: ../../Zotlabs/Module/Events.php:695 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:849 +msgid "Month" msgstr "" -#: ../../Zotlabs/Module/Admin.php:94 -msgid "# Accounts" +#: ../../Zotlabs/Module/Events.php:696 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:850 +msgid "Week" msgstr "" -#: ../../Zotlabs/Module/Admin.php:95 -msgid "# blocked accounts" +#: ../../Zotlabs/Module/Events.php:697 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:851 +msgid "Day" msgstr "" -#: ../../Zotlabs/Module/Admin.php:96 -msgid "# expired accounts" +#: ../../Zotlabs/Module/Events.php:731 +msgid "Event removed" msgstr "" -#: ../../Zotlabs/Module/Admin.php:97 -msgid "# expiring accounts" +#: ../../Zotlabs/Module/Events.php:734 +msgid "Failed to remove event" msgstr "" -#: ../../Zotlabs/Module/Admin.php:108 -msgid "# Channels" +#: ../../Zotlabs/Module/Common.php:14 +msgid "No channel." msgstr "" - -#: ../../Zotlabs/Module/Admin.php:109 -msgid "# primary" + +#: ../../Zotlabs/Module/Common.php:43 +msgid "Common connections" msgstr "" -#: ../../Zotlabs/Module/Admin.php:110 -msgid "# clones" +#: ../../Zotlabs/Module/Common.php:48 +msgid "No connections in common." msgstr "" -#: ../../Zotlabs/Module/Admin.php:116 -msgid "Message queues" +#: ../../Zotlabs/Module/Chanview.php:134 +msgid "toggle full screen mode" msgstr "" -#: ../../Zotlabs/Module/Admin.php:133 -msgid "Your software should be updated" +#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63 +msgid "Invalid profile identifier." msgstr "" -#: ../../Zotlabs/Module/Admin.php:138 -msgid "Summary" +#: ../../Zotlabs/Module/Profperm.php:115 +msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Admin.php:141 -msgid "Registered accounts" +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1282 +msgid "Profile" msgstr "" -#: ../../Zotlabs/Module/Admin.php:142 -msgid "Pending registrations" +#: ../../Zotlabs/Module/Profperm.php:119 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../Zotlabs/Module/Admin.php:143 -msgid "Registered channels" +#: ../../Zotlabs/Module/Profperm.php:128 +msgid "Visible To" msgstr "" -#: ../../Zotlabs/Module/Admin.php:144 -msgid "Active plugins" +#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Wiki.php:20 +#: ../../Zotlabs/Module/Chat.php:25 +#: ../../extend/addon/addon/chess/chess.php:400 +msgid "You must be logged in to see this page." msgstr "" -#: ../../Zotlabs/Module/Admin.php:145 -msgid "Version" +#: ../../Zotlabs/Module/Channel.php:44 +msgid "Posts and comments" msgstr "" -#: ../../Zotlabs/Module/Admin.php:146 -msgid "Repository version (master)" +#: ../../Zotlabs/Module/Channel.php:45 +msgid "Only posts" msgstr "" -#: ../../Zotlabs/Module/Admin.php:147 -msgid "Repository version (dev)" +#: ../../Zotlabs/Module/Channel.php:104 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" #: ../../Zotlabs/Module/Lostpass.php:19 @@ -5632,8 +5473,8 @@ msgstr "" msgid "Or enter new bookmark folder name" msgstr "" -#: ../../Zotlabs/Module/Editpost.php:35 -msgid "Item is not editable" +#: ../../Zotlabs/Module/Follow.php:31 +msgid "Channel added." msgstr "" #: ../../Zotlabs/Module/Rmagic.php:35 @@ -5786,67 +5627,118 @@ msgid "" "or restore these in date order (oldest first)." msgstr "" -#: ../../Zotlabs/Module/Connect.php:61 ../../Zotlabs/Module/Connect.php:109 -msgid "Continue" +#: ../../Zotlabs/Module/Directory.php:246 +#, php-format +msgid "%d rating" +msgid_plural "%d ratings" +msgstr[0] "" +msgstr[1] "" + +#: ../../Zotlabs/Module/Directory.php:257 +msgid "Gender: " msgstr "" -#: ../../Zotlabs/Module/Connect.php:90 -msgid "Premium Channel Setup" +#: ../../Zotlabs/Module/Directory.php:259 +msgid "Status: " msgstr "" -#: ../../Zotlabs/Module/Connect.php:92 -msgid "Enable premium channel connection restrictions" +#: ../../Zotlabs/Module/Directory.php:261 +msgid "Homepage: " msgstr "" -#: ../../Zotlabs/Module/Connect.php:93 -msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1215 +msgid "Age:" msgstr "" -#: ../../Zotlabs/Module/Connect.php:95 ../../Zotlabs/Module/Connect.php:115 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../Zotlabs/Module/Directory.php:315 ../../include/event.php:52 +#: ../../include/event.php:84 ../../include/bb2diaspora.php:526 +#: ../../include/channel.php:1051 +msgid "Location:" msgstr "" -#: ../../Zotlabs/Module/Connect.php:96 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../Zotlabs/Module/Directory.php:321 +msgid "Description:" msgstr "" -#: ../../Zotlabs/Module/Connect.php:97 ../../Zotlabs/Module/Connect.php:118 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1231 +msgid "Hometown:" msgstr "" -#: ../../Zotlabs/Module/Connect.php:106 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1239 +msgid "About:" msgstr "" -#: ../../Zotlabs/Module/Connect.php:114 -msgid "Restricted or Premium Channel" +#: ../../Zotlabs/Module/Directory.php:330 +msgid "Public Forum:" msgstr "" -#: ../../Zotlabs/Module/Chanview.php:134 -msgid "toggle full screen mode" +#: ../../Zotlabs/Module/Directory.php:333 +msgid "Keywords: " msgstr "" -#: ../../Zotlabs/Module/Match.php:26 -msgid "Profile Match" +#: ../../Zotlabs/Module/Directory.php:336 +msgid "Don't suggest" msgstr "" -#: ../../Zotlabs/Module/Match.php:35 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../Zotlabs/Module/Directory.php:338 +msgid "Common connections:" msgstr "" -#: ../../Zotlabs/Module/Match.php:67 -msgid "is interested in:" +#: ../../Zotlabs/Module/Directory.php:387 +msgid "Global Directory" msgstr "" -#: ../../Zotlabs/Module/Match.php:74 -msgid "No matches" +#: ../../Zotlabs/Module/Directory.php:387 +msgid "Local Directory" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:393 +msgid "Finding:" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:396 ../../Zotlabs/Module/Suggest.php:64 +#: ../../include/contact_widgets.php:24 +msgid "Channel Suggestions" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:398 +msgid "next page" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:398 +msgid "previous page" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:399 +msgid "Sort options" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:400 +msgid "Alphabetic" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:401 +msgid "Reverse Alphabetic" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:402 +msgid "Newest to Oldest" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:403 +msgid "Oldest to Newest" +msgstr "" + +#: ../../Zotlabs/Module/Directory.php:420 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: ../../Zotlabs/Module/Chatsvc.php:131 +msgid "Away" +msgstr "" + +#: ../../Zotlabs/Module/Chatsvc.php:136 +msgid "Online" msgstr "" #: ../../Zotlabs/Module/Service_limits.php:23 @@ -5869,40 +5761,40 @@ msgstr "" msgid "Export selected" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:237 ../../Zotlabs/Lib/Apps.php:220 -#: ../../include/nav.php:109 ../../include/conversation.php:1875 +#: ../../Zotlabs/Module/Webpages.php:241 ../../Zotlabs/Lib/Apps.php:220 +#: ../../include/nav.php:109 ../../include/conversation.php:1889 msgid "Webpages" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:248 ../../include/page_widgets.php:44 +#: ../../Zotlabs/Module/Webpages.php:252 ../../include/page_widgets.php:44 msgid "Actions" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:249 ../../include/page_widgets.php:45 +#: ../../Zotlabs/Module/Webpages.php:253 ../../include/page_widgets.php:45 msgid "Page Link" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:250 +#: ../../Zotlabs/Module/Webpages.php:254 msgid "Page Title" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:280 +#: ../../Zotlabs/Module/Webpages.php:284 msgid "Invalid file type." msgstr "" -#: ../../Zotlabs/Module/Webpages.php:292 +#: ../../Zotlabs/Module/Webpages.php:296 msgid "Error opening zip file" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:303 +#: ../../Zotlabs/Module/Webpages.php:307 msgid "Invalid folder path." msgstr "" -#: ../../Zotlabs/Module/Webpages.php:330 +#: ../../Zotlabs/Module/Webpages.php:334 msgid "No webpage elements detected." msgstr "" -#: ../../Zotlabs/Module/Webpages.php:405 +#: ../../Zotlabs/Module/Webpages.php:409 msgid "Import complete." msgstr "" @@ -5972,7 +5864,7 @@ msgid "Error downloading wiki: " msgstr "" #: ../../Zotlabs/Module/Wiki.php:139 ../../include/nav.php:111 -#: ../../include/conversation.php:1885 +#: ../../include/conversation.php:1900 msgid "Wikis" msgstr "" @@ -6089,7 +5981,7 @@ msgstr "" msgid "*" msgstr "" -#: ../../Zotlabs/Module/Sources.php:96 ../../include/features.php:195 +#: ../../Zotlabs/Module/Sources.php:96 ../../include/features.php:204 #: ../../include/widgets.php:672 msgid "Channel Sources" msgstr "" @@ -6916,28 +6808,136 @@ msgstr "" msgid "Select a profile" msgstr "" -#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:358 -msgid "Post an activity" +#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:358 +msgid "Post an activity" +msgstr "" + +#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:358 +msgid "Only sends to viewers of the applicable profile" +msgstr "" + +#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:360 +msgid "Name of thing e.g. something" +msgstr "" + +#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:361 +msgid "URL of thing (optional)" +msgstr "" + +#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:362 +msgid "URL for photo of thing (optional)" +msgstr "" + +#: ../../Zotlabs/Module/Thing.php:353 +msgid "Add Thing to your Profile" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:65 +msgid "Unable to lookup recipient." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:72 +msgid "Unable to communicate with requested channel." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:79 +msgid "Cannot verify requested channel." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:97 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:178 +msgid "Messages" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:213 +msgid "Message recalled." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:226 +msgid "Conversation removed." +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:240 ../../Zotlabs/Module/Mail.php:349 +#: ../../Zotlabs/Module/Chat.php:205 ../../include/conversation.php:1330 +msgid "Please enter a link URL:" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:241 ../../Zotlabs/Module/Mail.php:350 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:269 +msgid "Requested channel is not in this network" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:277 +msgid "Send Private Message" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:278 ../../Zotlabs/Module/Mail.php:403 +msgid "To:" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:281 ../../Zotlabs/Module/Mail.php:405 +msgid "Subject:" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:286 ../../Zotlabs/Module/Mail.php:411 +#: ../../include/conversation.php:1390 +msgid "Attach file" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:288 +msgid "Send" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:291 ../../Zotlabs/Module/Mail.php:416 +#: ../../include/conversation.php:1435 +msgid "Set expiration date" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:293 ../../Zotlabs/Module/Mail.php:418 +#: ../../Zotlabs/Module/Chat.php:206 ../../Zotlabs/Lib/ThreadItem.php:743 +#: ../../include/conversation.php:1440 +msgid "Encrypt text" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:375 +msgid "Delete message" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:376 +msgid "Delivery report" +msgstr "" + +#: ../../Zotlabs/Module/Mail.php:377 +msgid "Recall message" msgstr "" -#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:358 -msgid "Only sends to viewers of the applicable profile" +#: ../../Zotlabs/Module/Mail.php:379 +msgid "Message has been recalled." msgstr "" -#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:360 -msgid "Name of thing e.g. something" +#: ../../Zotlabs/Module/Mail.php:396 +msgid "Delete Conversation" msgstr "" -#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:361 -msgid "URL of thing (optional)" +#: ../../Zotlabs/Module/Mail.php:398 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." msgstr "" -#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:362 -msgid "URL for photo of thing (optional)" +#: ../../Zotlabs/Module/Mail.php:402 +msgid "Send Reply" msgstr "" -#: ../../Zotlabs/Module/Thing.php:353 -msgid "Add Thing to your Profile" +#: ../../Zotlabs/Module/Mail.php:407 +#, php-format +msgid "Your message for %s (%s):" msgstr "" #: ../../Zotlabs/Module/Viewconnections.php:65 @@ -7018,32 +7018,38 @@ msgstr "" msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../Zotlabs/Module/Help.php:23 -msgid "Documentation Search" +#: ../../Zotlabs/Module/Item.php:183 +msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Help.php:80 ../../include/conversation.php:1813 -msgid "About" +#: ../../Zotlabs/Module/Item.php:446 +msgid "Empty post discarded." msgstr "" -#: ../../Zotlabs/Module/Help.php:82 -msgid "Administrators" +#: ../../Zotlabs/Module/Item.php:488 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../Zotlabs/Module/Help.php:83 -msgid "Developers" +#: ../../Zotlabs/Module/Item.php:836 +msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Help.php:84 -msgid "Tutorials" +#: ../../Zotlabs/Module/Item.php:978 +msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Help.php:93 -msgid "$Projectname Documentation" +#: ../../Zotlabs/Module/Item.php:1108 +msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Help.php:94 -msgid "Contents" +#: ../../Zotlabs/Module/Item.php:1115 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1122 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" #: ../../Zotlabs/Lib/Chatroom.php:27 @@ -7070,10 +7076,10 @@ msgstr "" msgid "$Projectname Notification" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:61 +#: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 #: ../../extend/addon/addon/diaspora/util.php:218 #: ../../extend/addon/addon/diaspora/util.php:231 -#: ../../extend/addon/addon/diaspora/p.php:46 ../../include/network.php:1915 +#: ../../include/network.php:1915 msgid "$projectname" msgstr "" @@ -7376,7 +7382,7 @@ msgstr "" msgid "Remote Diagnostics" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:319 +#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 msgid "Suggest Channels" msgstr "" @@ -7390,7 +7396,7 @@ msgid "Grid" msgstr "" #: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 -#: ../../include/conversation.php:1888 +#: ../../include/conversation.php:1903 msgid "Wiki" msgstr "" @@ -7399,7 +7405,7 @@ msgid "Channel Home" msgstr "" #: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 -#: ../../include/conversation.php:1839 ../../include/conversation.php:1842 +#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 msgid "Events" msgstr "" @@ -8859,7 +8865,7 @@ msgid "Comma separated list of keywords to hide" msgstr "" #: ../../extend/addon/addon/nsfw/nsfw.php:88 -msgid "Use /expression/ to provide regular expressions" +msgid "Word, /regular-expression/, lang=xx, lang!=xx" msgstr "" #: ../../extend/addon/addon/nsfw/nsfw.php:92 @@ -8913,7 +8919,7 @@ msgid "Page to load after image selection." msgstr "" #: ../../extend/addon/addon/openclipatar/openclipatar.php:57 -#: ../../include/channel.php:965 ../../include/nav.php:93 +#: ../../include/nav.php:93 ../../include/channel.php:965 msgid "Edit Profile" msgstr "" @@ -10428,14 +10434,36 @@ msgid "" msgstr "" #: ../../extend/addon/addon/rendezvous/rendezvous.php:172 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:177 msgid "distance" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:183 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:173 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:175 +msgid "Marker proximity alert" +msgstr "" + +#: ../../extend/addon/addon/rendezvous/rendezvous.php:174 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:176 +msgid "" +"A proximity alert will be issued when you are within a certain radius of the " +"marker location.

Enter a radius in meters (0 to disable):" +msgstr "" + +#: ../../extend/addon/addon/rendezvous/rendezvous.php:178 +msgid "Reminder note" +msgstr "" + +#: ../../extend/addon/addon/rendezvous/rendezvous.php:179 +msgid "" +"Enter a note to be displayed when you are within the specified proximity..." +msgstr "" + +#: ../../extend/addon/addon/rendezvous/rendezvous.php:190 msgid "Add new rendezvous" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:184 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:191 msgid "" "Create a new rendezvous and share the access link with those you wish to " "invite to the group. Those who open the link become members of the " @@ -10456,20 +10484,51 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/message.php:32 -msgid "Unable to determine sender." +#: ../../include/language.php:367 ../../include/text.php:1783 +msgid "default" msgstr "" -#: ../../include/message.php:69 -msgid "No recipient provided." +#: ../../include/language.php:380 +msgid "Select an alternate language" msgstr "" -#: ../../include/message.php:74 -msgid "[no subject]" +#: ../../include/event.php:22 ../../include/event.php:69 +#: ../../include/bb2diaspora.php:504 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/message.php:225 -msgid "Stored post could not be verified." +#: ../../include/event.php:30 ../../include/event.php:73 +#: ../../include/bb2diaspora.php:510 +msgid "Starts:" +msgstr "" + +#: ../../include/event.php:40 ../../include/event.php:77 +#: ../../include/bb2diaspora.php:518 +msgid "Finishes:" +msgstr "" + +#: ../../include/event.php:863 +msgid "This event has been added to your calendar." +msgstr "" + +#: ../../include/event.php:1063 +msgid "Not specified" +msgstr "" + +#: ../../include/event.php:1064 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:1065 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:1066 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:1067 +msgid "Cancelled" msgstr "" #: ../../include/account.php:35 @@ -10569,1010 +10628,913 @@ msgid "" "permissions set who is allowed to view the post." msgstr "" -#: ../../include/attach.php:248 ../../include/attach.php:336 -msgid "Item was not found." -msgstr "" - -#: ../../include/attach.php:497 -msgid "No source file." -msgstr "" - -#: ../../include/attach.php:519 -msgid "Cannot locate file to replace" -msgstr "" - -#: ../../include/attach.php:537 -msgid "Cannot locate file to revise/update" -msgstr "" - -#: ../../include/attach.php:668 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "" - -#: ../../include/attach.php:682 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." -msgstr "" - -#: ../../include/attach.php:852 -msgid "File upload failed. Possible system limit or action terminated." -msgstr "" - -#: ../../include/attach.php:865 -msgid "Stored file could not be verified. Upload failed." -msgstr "" - -#: ../../include/attach.php:920 ../../include/attach.php:936 -msgid "Path not available." -msgstr "" - -#: ../../include/attach.php:982 ../../include/attach.php:1140 -msgid "Empty pathname" -msgstr "" - -#: ../../include/attach.php:1008 -msgid "duplicate filename or path" -msgstr "" - -#: ../../include/attach.php:1030 -msgid "Path not found." -msgstr "" - -#: ../../include/attach.php:1094 -msgid "mkdir failed." -msgstr "" - -#: ../../include/attach.php:1098 -msgid "database storage failed." -msgstr "" - -#: ../../include/attach.php:1146 -msgid "Empty path" -msgstr "" - -#: ../../include/event.php:22 ../../include/event.php:69 -#: ../../include/bb2diaspora.php:504 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:30 ../../include/event.php:73 -#: ../../include/bb2diaspora.php:510 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:40 ../../include/event.php:77 -#: ../../include/bb2diaspora.php:518 -msgid "Finishes:" -msgstr "" - -#: ../../include/event.php:824 -msgid "This event has been added to your calendar." -msgstr "" - -#: ../../include/event.php:1024 -msgid "Not specified" -msgstr "" - -#: ../../include/event.php:1025 -msgid "Needs Action" -msgstr "" - -#: ../../include/event.php:1026 -msgid "Completed" -msgstr "" - -#: ../../include/event.php:1027 -msgid "In Process" -msgstr "" - -#: ../../include/event.php:1028 -msgid "Cancelled" -msgstr "" - -#: ../../include/bb2diaspora.php:409 -msgid "Attachments:" -msgstr "" - -#: ../../include/bb2diaspora.php:506 -msgid "$Projectname event notification:" -msgstr "" - -#: ../../include/bbcode.php:134 ../../include/bbcode.php:962 -#: ../../include/bbcode.php:965 ../../include/bbcode.php:970 -#: ../../include/bbcode.php:973 ../../include/bbcode.php:976 -#: ../../include/bbcode.php:979 ../../include/bbcode.php:984 -#: ../../include/bbcode.php:987 ../../include/bbcode.php:992 -#: ../../include/bbcode.php:995 ../../include/bbcode.php:998 -#: ../../include/bbcode.php:1001 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1012 -msgid "Encrypted content" -msgstr "" - -#: ../../include/bbcode.php:189 -#, php-format -msgid "Install %s element: " -msgstr "" - -#: ../../include/bbcode.php:193 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." -msgstr "" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "" - -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 -msgid "Click to open/close" -msgstr "" - -#: ../../include/bbcode.php:357 -msgid "spoiler" -msgstr "" - -#: ../../include/bbcode.php:552 ../../include/bbcode.php:683 -#: ../../include/wiki.php:546 -msgid "Different viewers will see this text differently" +#: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 +#: ../../include/contact_widgets.php:91 ../../include/widgets.php:46 +#: ../../include/widgets.php:465 +msgid "Categories" msgstr "" -#: ../../include/bbcode.php:950 -msgid "$1 wrote:" +#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 +msgid "Tags" msgstr "" -#: ../../include/channel.php:33 -msgid "Unable to obtain identity information from database" +#: ../../include/taxonomy.php:293 +msgid "Keywords" msgstr "" -#: ../../include/channel.php:67 -msgid "Empty name" +#: ../../include/taxonomy.php:314 +msgid "have" msgstr "" -#: ../../include/channel.php:70 -msgid "Name too long" +#: ../../include/taxonomy.php:314 +msgid "has" msgstr "" -#: ../../include/channel.php:181 -msgid "No account identifier" +#: ../../include/taxonomy.php:315 +msgid "want" msgstr "" -#: ../../include/channel.php:193 -msgid "Nickname is required." +#: ../../include/taxonomy.php:315 +msgid "wants" msgstr "" -#: ../../include/channel.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/taxonomy.php:316 +msgid "likes" msgstr "" -#: ../../include/channel.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/taxonomy.php:317 +msgid "dislikes" msgstr "" -#: ../../include/channel.php:272 -msgid "Unable to retrieve created identity" +#: ../../include/datetime.php:147 +msgid "Birthday" msgstr "" -#: ../../include/channel.php:341 -msgid "Default Profile" +#: ../../include/datetime.php:149 +msgid "Age: " msgstr "" -#: ../../include/channel.php:962 -msgid "Create New Profile" +#: ../../include/datetime.php:151 +msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/channel.php:982 -msgid "Visible to everybody" +#: ../../include/datetime.php:286 ../../boot.php:2564 +msgid "never" msgstr "" -#: ../../include/channel.php:1055 ../../include/channel.php:1174 -msgid "Gender:" +#: ../../include/datetime.php:292 +msgid "less than a second ago" msgstr "" -#: ../../include/channel.php:1057 ../../include/channel.php:1229 -msgid "Homepage:" +#: ../../include/datetime.php:310 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" msgstr "" -#: ../../include/channel.php:1058 -msgid "Online Now" -msgstr "" +#: ../../include/datetime.php:321 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" -#: ../../include/channel.php:1179 -msgid "Like this channel" +#: ../../include/datetime.php:324 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:327 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:330 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:333 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:336 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:339 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:576 +#, php-format +msgid "%1$s's birthday" msgstr "" -#: ../../include/channel.php:1203 -msgid "j F, Y" +#: ../../include/datetime.php:577 +#, php-format +msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/channel.php:1204 -msgid "j F" +#: ../../include/security.php:117 +msgid "guest:" msgstr "" -#: ../../include/channel.php:1211 -msgid "Birthday:" +#: ../../include/security.php:535 +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/channel.php:1224 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/selectors.php:30 +msgid "Frequently" msgstr "" -#: ../../include/channel.php:1227 -msgid "Sexual Preference:" +#: ../../include/selectors.php:31 +msgid "Hourly" msgstr "" -#: ../../include/channel.php:1233 -msgid "Tags:" +#: ../../include/selectors.php:32 +msgid "Twice daily" msgstr "" -#: ../../include/channel.php:1235 -msgid "Political Views:" +#: ../../include/selectors.php:33 +msgid "Daily" msgstr "" -#: ../../include/channel.php:1237 -msgid "Religion:" +#: ../../include/selectors.php:34 +msgid "Weekly" msgstr "" -#: ../../include/channel.php:1241 -msgid "Hobbies/Interests:" +#: ../../include/selectors.php:35 +msgid "Monthly" msgstr "" -#: ../../include/channel.php:1243 -msgid "Likes:" +#: ../../include/selectors.php:49 +msgid "Currently Male" msgstr "" -#: ../../include/channel.php:1245 -msgid "Dislikes:" +#: ../../include/selectors.php:49 +msgid "Currently Female" msgstr "" -#: ../../include/channel.php:1247 -msgid "Contact information and Social Networks:" +#: ../../include/selectors.php:49 +msgid "Mostly Male" msgstr "" -#: ../../include/channel.php:1249 -msgid "My other channels:" +#: ../../include/selectors.php:49 +msgid "Mostly Female" msgstr "" -#: ../../include/channel.php:1251 -msgid "Musical interests:" +#: ../../include/selectors.php:49 +msgid "Transgender" msgstr "" -#: ../../include/channel.php:1253 -msgid "Books, literature:" +#: ../../include/selectors.php:49 +msgid "Intersex" msgstr "" -#: ../../include/channel.php:1255 -msgid "Television:" +#: ../../include/selectors.php:49 +msgid "Transsexual" msgstr "" -#: ../../include/channel.php:1257 -msgid "Film/dance/culture/entertainment:" +#: ../../include/selectors.php:49 +msgid "Hermaphrodite" msgstr "" -#: ../../include/channel.php:1259 -msgid "Love/Romance:" +#: ../../include/selectors.php:49 +msgid "Neuter" msgstr "" -#: ../../include/channel.php:1261 -msgid "Work/employment:" +#: ../../include/selectors.php:49 +msgid "Non-specific" msgstr "" -#: ../../include/channel.php:1263 -msgid "School/education:" +#: ../../include/selectors.php:49 +msgid "Undecided" msgstr "" -#: ../../include/channel.php:1284 -msgid "Like this thing" +#: ../../include/selectors.php:85 ../../include/selectors.php:104 +msgid "Males" msgstr "" -#: ../../include/features.php:58 -msgid "General Features" +#: ../../include/selectors.php:85 ../../include/selectors.php:104 +msgid "Females" msgstr "" -#: ../../include/features.php:63 -msgid "Multiple Profiles" +#: ../../include/selectors.php:85 +msgid "Gay" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to create multiple profiles" +#: ../../include/selectors.php:85 +msgid "Lesbian" msgstr "" -#: ../../include/features.php:72 -msgid "Advanced Profiles" +#: ../../include/selectors.php:85 +msgid "No Preference" msgstr "" -#: ../../include/features.php:73 -msgid "Additional profile sections and selections" +#: ../../include/selectors.php:85 +msgid "Bisexual" msgstr "" -#: ../../include/features.php:81 -msgid "Profile Import/Export" +#: ../../include/selectors.php:85 +msgid "Autosexual" msgstr "" -#: ../../include/features.php:82 -msgid "Save and load profile details across sites/channels" +#: ../../include/selectors.php:85 +msgid "Abstinent" msgstr "" -#: ../../include/features.php:90 -msgid "Web Pages" +#: ../../include/selectors.php:85 +msgid "Virgin" msgstr "" -#: ../../include/features.php:91 -msgid "Provide managed web pages on your channel" +#: ../../include/selectors.php:85 +msgid "Deviant" msgstr "" -#: ../../include/features.php:100 -msgid "Provide a wiki for your channel" +#: ../../include/selectors.php:85 +msgid "Fetish" msgstr "" -#: ../../include/features.php:117 -msgid "Private Notes" +#: ../../include/selectors.php:85 +msgid "Oodles" msgstr "" -#: ../../include/features.php:118 -msgid "Enables a tool to store notes and reminders (note: not encrypted)" +#: ../../include/selectors.php:85 +msgid "Nonsexual" msgstr "" -#: ../../include/features.php:126 -msgid "Navigation Channel Select" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Single" msgstr "" -#: ../../include/features.php:127 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../include/selectors.php:123 +msgid "Lonely" msgstr "" -#: ../../include/features.php:135 -msgid "Photo Location" +#: ../../include/selectors.php:123 +msgid "Available" msgstr "" -#: ../../include/features.php:136 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/selectors.php:123 +msgid "Unavailable" msgstr "" -#: ../../include/features.php:144 -msgid "Access Controlled Chatrooms" +#: ../../include/selectors.php:123 +msgid "Has crush" +msgstr "" + +#: ../../include/selectors.php:123 +msgid "Infatuated" msgstr "" -#: ../../include/features.php:145 -msgid "Provide chatrooms and chat services with access control." +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Dating" msgstr "" -#: ../../include/features.php:153 -msgid "Smart Birthdays" +#: ../../include/selectors.php:123 +msgid "Unfaithful" msgstr "" -#: ../../include/features.php:154 -msgid "" -"Make birthday events timezone aware in case your friends are scattered " -"across the planet." +#: ../../include/selectors.php:123 +msgid "Sex Addict" msgstr "" -#: ../../include/features.php:162 -msgid "Advanced Directory Search" +#: ../../include/selectors.php:123 +msgid "Friends/Benefits" msgstr "" -#: ../../include/features.php:163 -msgid "Allows creation of complex directory search queries" +#: ../../include/selectors.php:123 +msgid "Casual" msgstr "" -#: ../../include/features.php:171 -msgid "Advanced Theme and Layout Settings" +#: ../../include/selectors.php:123 +msgid "Engaged" msgstr "" -#: ../../include/features.php:172 -msgid "Allows fine tuning of themes and page layouts" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Married" msgstr "" -#: ../../include/features.php:182 -msgid "Post Composition Features" +#: ../../include/selectors.php:123 +msgid "Imaginarily married" msgstr "" -#: ../../include/features.php:186 -msgid "Large Photos" +#: ../../include/selectors.php:123 +msgid "Partners" msgstr "" -#: ../../include/features.php:187 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Cohabiting" msgstr "" -#: ../../include/features.php:196 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/selectors.php:123 +msgid "Common law" msgstr "" -#: ../../include/features.php:204 -msgid "Even More Encryption" +#: ../../include/selectors.php:123 +msgid "Happy" msgstr "" -#: ../../include/features.php:205 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/selectors.php:123 +msgid "Not looking" msgstr "" -#: ../../include/features.php:213 -msgid "Enable Voting Tools" +#: ../../include/selectors.php:123 +msgid "Swinger" msgstr "" -#: ../../include/features.php:214 -msgid "Provide a class of post which others can vote on" +#: ../../include/selectors.php:123 +msgid "Betrayed" msgstr "" -#: ../../include/features.php:222 -msgid "Disable Comments" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Separated" msgstr "" -#: ../../include/features.php:223 -msgid "Provide the option to disable comments for a post" +#: ../../include/selectors.php:123 +msgid "Unstable" msgstr "" -#: ../../include/features.php:231 -msgid "Delayed Posting" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Divorced" msgstr "" -#: ../../include/features.php:232 -msgid "Allow posts to be published at a later date" +#: ../../include/selectors.php:123 +msgid "Imaginarily divorced" msgstr "" -#: ../../include/features.php:240 -msgid "Content Expiration" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "Widowed" msgstr "" -#: ../../include/features.php:241 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/selectors.php:123 +msgid "Uncertain" msgstr "" -#: ../../include/features.php:249 -msgid "Suppress Duplicate Posts/Comments" +#: ../../include/selectors.php:123 ../../include/selectors.php:140 +msgid "It's complicated" msgstr "" -#: ../../include/features.php:250 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../include/selectors.php:123 +msgid "Don't care" msgstr "" -#: ../../include/features.php:261 -msgid "Network and Stream Filtering" +#: ../../include/selectors.php:123 +msgid "Ask me" msgstr "" -#: ../../include/features.php:265 -msgid "Search by Date" +#: ../../include/zot.php:667 +msgid "Invalid data packet" msgstr "" -#: ../../include/features.php:266 -msgid "Ability to select posts by date ranges" +#: ../../include/zot.php:683 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/features.php:274 ../../include/group.php:311 -msgid "Privacy Groups" +#: ../../include/zot.php:2334 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/features.php:275 -msgid "Enable management and selection of privacy groups" +#: ../../include/zot.php:3732 +msgid "invalid target signature" msgstr "" -#: ../../include/features.php:283 ../../include/widgets.php:283 -msgid "Saved Searches" +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/features.php:284 -msgid "Save search terms for re-use" +#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 +msgid "Logout" msgstr "" -#: ../../include/features.php:292 -msgid "Network Personal Tab" +#: ../../include/nav.php:85 ../../include/nav.php:118 +msgid "End this session" msgstr "" -#: ../../include/features.php:293 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/nav.php:88 +msgid "Your posts and conversations" msgstr "" -#: ../../include/features.php:301 -msgid "Network New Tab" +#: ../../include/nav.php:89 +msgid "Your profile page" msgstr "" -#: ../../include/features.php:302 -msgid "Enable tab to display all new Network activity" +#: ../../include/nav.php:91 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/features.php:310 -msgid "Affinity Tool" +#: ../../include/nav.php:93 +msgid "Edit your profile" msgstr "" -#: ../../include/features.php:311 -msgid "Filter stream activity by depth of relationships" +#: ../../include/nav.php:95 +msgid "Your photos" msgstr "" -#: ../../include/features.php:320 -msgid "Show friend and connection suggestions" +#: ../../include/nav.php:96 +msgid "Your files" msgstr "" -#: ../../include/features.php:328 -msgid "Connection Filtering" +#: ../../include/nav.php:99 +msgid "Your chatrooms" msgstr "" -#: ../../include/features.php:329 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../include/nav.php:105 ../../include/conversation.php:1879 +msgid "Bookmarks" msgstr "" -#: ../../include/features.php:341 -msgid "Post/Comment Tools" +#: ../../include/nav.php:105 +msgid "Your bookmarks" msgstr "" -#: ../../include/features.php:345 -msgid "Community Tagging" +#: ../../include/nav.php:109 +msgid "Your webpages" msgstr "" -#: ../../include/features.php:346 -msgid "Ability to tag existing posts" +#: ../../include/nav.php:111 +msgid "Your wikis" msgstr "" -#: ../../include/features.php:354 -msgid "Post Categories" +#: ../../include/nav.php:115 +msgid "Sign in" msgstr "" -#: ../../include/features.php:355 -msgid "Add categories to your posts" +#: ../../include/nav.php:131 +msgid "Remote authentication" msgstr "" -#: ../../include/features.php:363 -msgid "Emoji Reactions" +#: ../../include/nav.php:131 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/features.php:364 -msgid "Add emoji reaction ability to posts" +#: ../../include/nav.php:143 +msgid "Get me home" msgstr "" -#: ../../include/features.php:372 ../../include/contact_widgets.php:53 -#: ../../include/widgets.php:346 -msgid "Saved Folders" +#: ../../include/nav.php:145 +msgid "Log me out of this site" msgstr "" -#: ../../include/features.php:373 -msgid "Ability to file posts under folders" +#: ../../include/nav.php:150 +msgid "Create an account" msgstr "" -#: ../../include/features.php:381 -msgid "Dislike Posts" +#: ../../include/nav.php:162 +msgid "Help and documentation" msgstr "" -#: ../../include/features.php:382 -msgid "Ability to dislike posts/comments" +#: ../../include/nav.php:166 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/features.php:390 -msgid "Star Posts" +#: ../../include/nav.php:168 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/features.php:391 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/nav.php:170 +msgid "Channel Directory" msgstr "" -#: ../../include/features.php:399 -msgid "Tag Cloud" +#: ../../include/nav.php:182 +msgid "Your grid" msgstr "" -#: ../../include/features.php:400 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/nav.php:183 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/features.php:412 -msgid "Premium Channel" +#: ../../include/nav.php:185 +msgid "Channel home" msgstr "" -#: ../../include/features.php:413 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/nav.php:186 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/connections.php:95 -msgid "New window" +#: ../../include/nav.php:192 +msgid "Notices" msgstr "" -#: ../../include/connections.php:96 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/nav.php:192 +msgid "Notifications" msgstr "" -#: ../../include/connections.php:214 -#, php-format -msgid "User '%s' deleted" +#: ../../include/nav.php:193 +msgid "See all notifications" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/nav.php:196 +msgid "Private mail" msgstr "" -#: ../../include/oembed.php:307 -msgid " by " +#: ../../include/nav.php:197 +msgid "See all private messages" msgstr "" -#: ../../include/oembed.php:308 -msgid " on " +#: ../../include/nav.php:198 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/oembed.php:337 -msgid "Embedded content" +#: ../../include/nav.php:199 ../../include/widgets.php:700 +msgid "Inbox" msgstr "" -#: ../../include/oembed.php:346 -msgid "Embedding disabled" +#: ../../include/nav.php:200 ../../include/widgets.php:705 +msgid "Outbox" msgstr "" -#: ../../include/text.php:460 -msgid "prev" +#: ../../include/nav.php:201 ../../include/widgets.php:710 +msgid "New Message" msgstr "" -#: ../../include/text.php:462 -msgid "first" +#: ../../include/nav.php:204 +msgid "Event Calendar" msgstr "" -#: ../../include/text.php:491 -msgid "last" +#: ../../include/nav.php:205 +msgid "See all events" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/nav.php:206 +msgid "Mark all events seen" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/nav.php:209 +msgid "Manage Your Channels" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/nav.php:211 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/text.php:917 -msgid "No connections" +#: ../../include/nav.php:219 ../../include/widgets.php:1595 +msgid "Admin" msgstr "" -#: ../../include/text.php:942 -#, php-format -msgid "View all %s connections" +#: ../../include/nav.php:219 +msgid "Site Setup and Configuration" msgstr "" -#: ../../include/text.php:1087 ../../include/text.php:1092 -msgid "poke" +#: ../../include/nav.php:250 ../../include/conversation.php:836 +msgid "Loading..." msgstr "" -#: ../../include/text.php:1087 ../../include/text.php:1092 -#: ../../include/conversation.php:243 -msgid "poked" +#: ../../include/nav.php:255 +msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../include/text.php:1093 -msgid "ping" +#: ../../include/nav.php:256 +msgid "Please wait..." msgstr "" -#: ../../include/text.php:1093 -msgid "pinged" +#: ../../include/features.php:58 +msgid "General Features" msgstr "" -#: ../../include/text.php:1094 -msgid "prod" +#: ../../include/features.php:63 +msgid "Multiple Profiles" msgstr "" -#: ../../include/text.php:1094 -msgid "prodded" +#: ../../include/features.php:64 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/text.php:1095 -msgid "slap" +#: ../../include/features.php:72 +msgid "Advanced Profiles" msgstr "" -#: ../../include/text.php:1095 -msgid "slapped" +#: ../../include/features.php:73 +msgid "Additional profile sections and selections" msgstr "" -#: ../../include/text.php:1096 -msgid "finger" +#: ../../include/features.php:81 +msgid "Profile Import/Export" msgstr "" -#: ../../include/text.php:1096 -msgid "fingered" +#: ../../include/features.php:82 +msgid "Save and load profile details across sites/channels" msgstr "" -#: ../../include/text.php:1097 -msgid "rebuff" +#: ../../include/features.php:90 +msgid "Web Pages" msgstr "" -#: ../../include/text.php:1097 -msgid "rebuffed" +#: ../../include/features.php:91 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/text.php:1109 -msgid "happy" +#: ../../include/features.php:100 +msgid "Provide a wiki for your channel" msgstr "" -#: ../../include/text.php:1110 -msgid "sad" +#: ../../include/features.php:117 +msgid "Private Notes" msgstr "" -#: ../../include/text.php:1111 -msgid "mellow" +#: ../../include/features.php:118 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" msgstr "" -#: ../../include/text.php:1112 -msgid "tired" +#: ../../include/features.php:126 +msgid "Navigation Channel Select" msgstr "" -#: ../../include/text.php:1113 -msgid "perky" +#: ../../include/features.php:127 +msgid "Change channels directly from within the navigation dropdown menu" msgstr "" -#: ../../include/text.php:1114 -msgid "angry" +#: ../../include/features.php:135 +msgid "Photo Location" msgstr "" -#: ../../include/text.php:1115 -msgid "stupefied" +#: ../../include/features.php:136 +msgid "If location data is available on uploaded photos, link this to a map." msgstr "" -#: ../../include/text.php:1116 -msgid "puzzled" +#: ../../include/features.php:144 +msgid "Access Controlled Chatrooms" msgstr "" -#: ../../include/text.php:1117 -msgid "interested" +#: ../../include/features.php:145 +msgid "Provide chatrooms and chat services with access control." msgstr "" -#: ../../include/text.php:1118 -msgid "bitter" +#: ../../include/features.php:153 +msgid "Smart Birthdays" msgstr "" -#: ../../include/text.php:1119 -msgid "cheerful" +#: ../../include/features.php:154 +msgid "" +"Make birthday events timezone aware in case your friends are scattered " +"across the planet." msgstr "" -#: ../../include/text.php:1120 -msgid "alive" +#: ../../include/features.php:162 +msgid "Event Timezone Selection" msgstr "" -#: ../../include/text.php:1121 -msgid "annoyed" +#: ../../include/features.php:163 +msgid "Allow event creation in timezones other than your own." msgstr "" -#: ../../include/text.php:1122 -msgid "anxious" +#: ../../include/features.php:171 +msgid "Advanced Directory Search" msgstr "" -#: ../../include/text.php:1123 -msgid "cranky" +#: ../../include/features.php:172 +msgid "Allows creation of complex directory search queries" msgstr "" -#: ../../include/text.php:1124 -msgid "disturbed" +#: ../../include/features.php:180 +msgid "Advanced Theme and Layout Settings" msgstr "" -#: ../../include/text.php:1125 -msgid "frustrated" +#: ../../include/features.php:181 +msgid "Allows fine tuning of themes and page layouts" msgstr "" -#: ../../include/text.php:1126 -msgid "depressed" +#: ../../include/features.php:191 +msgid "Post Composition Features" msgstr "" -#: ../../include/text.php:1127 -msgid "motivated" +#: ../../include/features.php:195 +msgid "Large Photos" msgstr "" -#: ../../include/text.php:1128 -msgid "relaxed" +#: ../../include/features.php:196 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" msgstr "" -#: ../../include/text.php:1129 -msgid "surprised" +#: ../../include/features.php:205 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:70 -msgid "Monday" +#: ../../include/features.php:213 +msgid "Even More Encryption" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:71 -msgid "Tuesday" +#: ../../include/features.php:214 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:72 -msgid "Wednesday" +#: ../../include/features.php:222 +msgid "Enable Voting Tools" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:73 -msgid "Thursday" +#: ../../include/features.php:223 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:74 -msgid "Friday" +#: ../../include/features.php:231 +msgid "Disable Comments" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:75 -msgid "Saturday" +#: ../../include/features.php:232 +msgid "Provide the option to disable comments for a post" msgstr "" -#: ../../include/text.php:1316 ../../include/js_strings.php:69 -msgid "Sunday" +#: ../../include/features.php:240 +msgid "Delayed Posting" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:45 -msgid "January" +#: ../../include/features.php:241 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:46 -msgid "February" +#: ../../include/features.php:249 +msgid "Content Expiration" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:47 -msgid "March" +#: ../../include/features.php:250 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:48 -msgid "April" +#: ../../include/features.php:258 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/text.php:1320 -msgid "May" +#: ../../include/features.php:259 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:50 -msgid "June" +#: ../../include/features.php:270 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:51 -msgid "July" +#: ../../include/features.php:274 +msgid "Search by Date" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:52 -msgid "August" +#: ../../include/features.php:275 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:53 -msgid "September" +#: ../../include/features.php:283 ../../include/group.php:311 +msgid "Privacy Groups" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:54 -msgid "October" +#: ../../include/features.php:284 +msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:55 -msgid "November" +#: ../../include/features.php:292 ../../include/widgets.php:283 +msgid "Saved Searches" msgstr "" -#: ../../include/text.php:1320 ../../include/js_strings.php:56 -msgid "December" +#: ../../include/features.php:293 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/text.php:1397 ../../include/text.php:1401 -msgid "Unknown Attachment" +#: ../../include/features.php:301 +msgid "Network Personal Tab" msgstr "" -#: ../../include/text.php:1403 -msgid "unknown" +#: ../../include/features.php:302 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/text.php:1439 -msgid "remove category" +#: ../../include/features.php:310 +msgid "Network New Tab" msgstr "" -#: ../../include/text.php:1516 -msgid "remove from file" +#: ../../include/features.php:311 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/text.php:1783 ../../include/language.php:367 -msgid "default" +#: ../../include/features.php:319 +msgid "Affinity Tool" msgstr "" -#: ../../include/text.php:1791 -msgid "Page layout" +#: ../../include/features.php:320 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/text.php:1791 -msgid "You can create your own with the layouts tool" +#: ../../include/features.php:329 +msgid "Show friend and connection suggestions" msgstr "" -#: ../../include/text.php:1833 -msgid "Page content type" +#: ../../include/features.php:337 +msgid "Connection Filtering" msgstr "" -#: ../../include/text.php:1966 -msgid "activity" +#: ../../include/features.php:338 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/text.php:2280 -msgid "Design Tools" +#: ../../include/features.php:350 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/text.php:2286 -msgid "Pages" +#: ../../include/features.php:354 +msgid "Community Tagging" msgstr "" -#: ../../include/text.php:2308 -msgid "Import website..." +#: ../../include/features.php:355 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/text.php:2309 -msgid "Select folder to import" +#: ../../include/features.php:363 +msgid "Post Categories" msgstr "" -#: ../../include/text.php:2310 -msgid "Import from a zipped folder:" +#: ../../include/features.php:364 +msgid "Add categories to your posts" msgstr "" -#: ../../include/text.php:2311 -msgid "Import from cloud files:" +#: ../../include/features.php:372 +msgid "Emoji Reactions" msgstr "" -#: ../../include/text.php:2312 -msgid "/cloud/channel/path/to/folder" +#: ../../include/features.php:373 +msgid "Add emoji reaction ability to posts" msgstr "" -#: ../../include/text.php:2313 -msgid "Enter path to website files" +#: ../../include/features.php:381 ../../include/contact_widgets.php:53 +#: ../../include/widgets.php:346 +msgid "Saved Folders" msgstr "" -#: ../../include/text.php:2314 -msgid "Select folder" +#: ../../include/features.php:382 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/text.php:2315 -msgid "Export website..." +#: ../../include/features.php:390 +msgid "Dislike Posts" msgstr "" -#: ../../include/text.php:2316 -msgid "Export to a zip file" +#: ../../include/features.php:391 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/text.php:2317 -msgid "website.zip" +#: ../../include/features.php:399 +msgid "Star Posts" msgstr "" -#: ../../include/text.php:2318 -msgid "Enter a name for the zip file." +#: ../../include/features.php:400 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/text.php:2319 -msgid "Export to cloud files" +#: ../../include/features.php:408 +msgid "Tag Cloud" msgstr "" -#: ../../include/text.php:2320 -msgid "/path/to/export/folder" +#: ../../include/features.php:409 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/text.php:2321 -msgid "Enter a path to a cloud files destination." +#: ../../include/features.php:421 +msgid "Premium Channel" msgstr "" -#: ../../include/text.php:2322 -msgid "Specify folder" +#: ../../include/features.php:422 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/zot.php:667 -msgid "Invalid data packet" +#: ../../include/page_widgets.php:7 +msgid "New Page" msgstr "" -#: ../../include/zot.php:683 -msgid "Unable to verify channel signature" +#: ../../include/message.php:32 +msgid "Unable to determine sender." msgstr "" -#: ../../include/zot.php:2325 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/message.php:69 +msgid "No recipient provided." msgstr "" -#: ../../include/zot.php:3723 -msgid "invalid target signature" +#: ../../include/message.php:74 +msgid "[no subject]" msgstr "" -#: ../../include/page_widgets.php:7 -msgid "New Page" +#: ../../include/message.php:225 +msgid "Stored post could not be verified." msgstr "" #: ../../include/contact_widgets.php:11 @@ -11615,12 +11577,6 @@ msgstr "" msgid "Everything" msgstr "" -#: ../../include/contact_widgets.php:91 ../../include/widgets.php:46 -#: ../../include/widgets.php:465 ../../include/taxonomy.php:188 -#: ../../include/taxonomy.php:270 -msgid "Categories" -msgstr "" - #: ../../include/contact_widgets.php:122 #, php-format msgid "%d connection in common" @@ -11632,6 +11588,14 @@ msgstr[1] "" msgid "show more" msgstr "" +#: ../../include/bb2diaspora.php:409 +msgid "Attachments:" +msgstr "" + +#: ../../include/bb2diaspora.php:506 +msgid "$Projectname event notification:" +msgstr "" + #: ../../include/js_strings.php:5 msgid "Delete this item?" msgstr "" @@ -11772,11 +11736,55 @@ msgstr "" msgid "timeago.numbers" msgstr "" +#: ../../include/js_strings.php:45 ../../include/text.php:1320 +msgid "January" +msgstr "" + +#: ../../include/js_strings.php:46 ../../include/text.php:1320 +msgid "February" +msgstr "" + +#: ../../include/js_strings.php:47 ../../include/text.php:1320 +msgid "March" +msgstr "" + +#: ../../include/js_strings.php:48 ../../include/text.php:1320 +msgid "April" +msgstr "" + #: ../../include/js_strings.php:49 msgctxt "long" msgid "May" msgstr "" +#: ../../include/js_strings.php:50 ../../include/text.php:1320 +msgid "June" +msgstr "" + +#: ../../include/js_strings.php:51 ../../include/text.php:1320 +msgid "July" +msgstr "" + +#: ../../include/js_strings.php:52 ../../include/text.php:1320 +msgid "August" +msgstr "" + +#: ../../include/js_strings.php:53 ../../include/text.php:1320 +msgid "September" +msgstr "" + +#: ../../include/js_strings.php:54 ../../include/text.php:1320 +msgid "October" +msgstr "" + +#: ../../include/js_strings.php:55 ../../include/text.php:1320 +msgid "November" +msgstr "" + +#: ../../include/js_strings.php:56 ../../include/text.php:1320 +msgid "December" +msgstr "" + #: ../../include/js_strings.php:57 msgid "Jan" msgstr "" @@ -11826,6 +11834,34 @@ msgstr "" msgid "Dec" msgstr "" +#: ../../include/js_strings.php:69 ../../include/text.php:1316 +msgid "Sunday" +msgstr "" + +#: ../../include/js_strings.php:70 ../../include/text.php:1316 +msgid "Monday" +msgstr "" + +#: ../../include/js_strings.php:71 ../../include/text.php:1316 +msgid "Tuesday" +msgstr "" + +#: ../../include/js_strings.php:72 ../../include/text.php:1316 +msgid "Wednesday" +msgstr "" + +#: ../../include/js_strings.php:73 ../../include/text.php:1316 +msgid "Thursday" +msgstr "" + +#: ../../include/js_strings.php:74 ../../include/text.php:1316 +msgid "Friday" +msgstr "" + +#: ../../include/js_strings.php:75 ../../include/text.php:1316 +msgid "Saturday" +msgstr "" + #: ../../include/js_strings.php:76 msgid "Sun" msgstr "" @@ -11879,338 +11915,305 @@ msgctxt "calendar" msgid "All day" msgstr "" -#: ../../include/follow.php:27 -msgid "Channel is blocked on this site." +#: ../../include/dir_fns.php:141 +msgid "Directory Options" msgstr "" -#: ../../include/follow.php:32 -msgid "Channel location missing." +#: ../../include/dir_fns.php:143 +msgid "Safe Mode" msgstr "" -#: ../../include/follow.php:80 -msgid "Response from remote channel was incomplete." +#: ../../include/dir_fns.php:144 +msgid "Public Forums Only" msgstr "" -#: ../../include/follow.php:97 -msgid "Channel was deleted and no longer exists." +#: ../../include/dir_fns.php:145 +msgid "This Website Only" msgstr "" -#: ../../include/follow.php:147 ../../include/follow.php:183 -msgid "Protocol disabled." +#: ../../include/bbcode.php:134 ../../include/bbcode.php:1003 +#: ../../include/bbcode.php:1006 ../../include/bbcode.php:1011 +#: ../../include/bbcode.php:1014 ../../include/bbcode.php:1017 +#: ../../include/bbcode.php:1020 ../../include/bbcode.php:1025 +#: ../../include/bbcode.php:1028 ../../include/bbcode.php:1033 +#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1039 +#: ../../include/bbcode.php:1042 +msgid "Image/photo" msgstr "" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." +#: ../../include/bbcode.php:173 ../../include/bbcode.php:1053 +msgid "Encrypted content" msgstr "" -#: ../../include/follow.php:210 -msgid "Cannot connect to yourself." +#: ../../include/bbcode.php:189 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/group.php:26 +#: ../../include/bbcode.php:193 +#, php-format msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: ../../include/group.php:248 -msgid "Add new connections to this privacy group" -msgstr "" - -#: ../../include/group.php:289 -msgid "edit" -msgstr "" - -#: ../../include/group.php:312 -msgid "Edit group" -msgstr "" - -#: ../../include/group.php:313 -msgid "Add privacy group" -msgstr "" - -#: ../../include/group.php:314 -msgid "Channels not in any privacy group" -msgstr "" - -#: ../../include/group.php:316 ../../include/widgets.php:284 -msgid "add" -msgstr "" - -#: ../../include/items.php:837 ../../include/items.php:882 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:1080 -msgid "Visible to anybody on the internet." -msgstr "" - -#: ../../include/items.php:1082 -msgid "Visible to you only." -msgstr "" - -#: ../../include/items.php:1084 -msgid "Visible to anybody in this network." -msgstr "" - -#: ../../include/items.php:1086 -msgid "Visible to anybody authenticated." +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/items.php:1088 +#: ../../include/bbcode.php:272 #, php-format -msgid "Visible to anybody on %s." +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/items.php:1090 -msgid "Visible to all connections." +#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +msgid "Click to open/close" msgstr "" -#: ../../include/items.php:1092 -msgid "Visible to approved connections." +#: ../../include/bbcode.php:357 +msgid "spoiler" msgstr "" -#: ../../include/items.php:1094 -msgid "Visible to specific connections." +#: ../../include/bbcode.php:576 ../../include/bbcode.php:719 +#: ../../include/wiki.php:572 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../include/items.php:3892 -msgid "Privacy group is empty." +#: ../../include/bbcode.php:991 +msgid "$1 wrote:" msgstr "" -#: ../../include/items.php:3899 -#, php-format -msgid "Privacy group: %s" +#: ../../include/connections.php:95 +msgid "New window" msgstr "" -#: ../../include/items.php:3911 -msgid "Connection not found." +#: ../../include/connections.php:96 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/items.php:4260 -msgid "profile photo" +#: ../../include/connections.php:214 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../include/items.php:4456 -#, php-format -msgid "[Edited %s]" +#: ../../include/oembed.php:307 +msgid " by " msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Post" +#: ../../include/oembed.php:308 +msgid " on " msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Comment" +#: ../../include/oembed.php:337 +msgid "Embedded content" msgstr "" -#: ../../include/language.php:380 -msgid "Select an alternate language" +#: ../../include/oembed.php:346 +msgid "Embedding disabled" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 -msgid "Logout" +#: ../../include/channel.php:33 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 -msgid "End this session" +#: ../../include/channel.php:67 +msgid "Empty name" msgstr "" -#: ../../include/nav.php:88 -msgid "Your posts and conversations" +#: ../../include/channel.php:70 +msgid "Name too long" msgstr "" -#: ../../include/nav.php:89 -msgid "Your profile page" +#: ../../include/channel.php:181 +msgid "No account identifier" msgstr "" -#: ../../include/nav.php:91 -msgid "Manage/Edit profiles" +#: ../../include/channel.php:193 +msgid "Nickname is required." msgstr "" -#: ../../include/nav.php:93 -msgid "Edit your profile" +#: ../../include/channel.php:207 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/nav.php:95 -msgid "Your photos" +#: ../../include/channel.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/nav.php:96 -msgid "Your files" +#: ../../include/channel.php:272 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/nav.php:99 -msgid "Your chatrooms" +#: ../../include/channel.php:341 +msgid "Default Profile" msgstr "" -#: ../../include/nav.php:105 ../../include/conversation.php:1865 -msgid "Bookmarks" +#: ../../include/channel.php:962 +msgid "Create New Profile" msgstr "" -#: ../../include/nav.php:105 -msgid "Your bookmarks" +#: ../../include/channel.php:982 +msgid "Visible to everybody" msgstr "" -#: ../../include/nav.php:109 -msgid "Your webpages" +#: ../../include/channel.php:1055 ../../include/channel.php:1174 +msgid "Gender:" msgstr "" -#: ../../include/nav.php:111 -msgid "Your wikis" +#: ../../include/channel.php:1057 ../../include/channel.php:1229 +msgid "Homepage:" msgstr "" -#: ../../include/nav.php:115 -msgid "Sign in" +#: ../../include/channel.php:1058 +msgid "Online Now" msgstr "" -#: ../../include/nav.php:131 -msgid "Remote authentication" +#: ../../include/channel.php:1179 +msgid "Like this channel" msgstr "" -#: ../../include/nav.php:131 -msgid "Click to authenticate to your home hub" +#: ../../include/channel.php:1203 +msgid "j F, Y" msgstr "" -#: ../../include/nav.php:143 -msgid "Get me home" +#: ../../include/channel.php:1204 +msgid "j F" msgstr "" -#: ../../include/nav.php:145 -msgid "Log me out of this site" +#: ../../include/channel.php:1211 +msgid "Birthday:" msgstr "" -#: ../../include/nav.php:150 -msgid "Create an account" +#: ../../include/channel.php:1224 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/nav.php:162 -msgid "Help and documentation" +#: ../../include/channel.php:1227 +msgid "Sexual Preference:" msgstr "" -#: ../../include/nav.php:166 -msgid "Applications, utilities, links, games" +#: ../../include/channel.php:1233 +msgid "Tags:" msgstr "" -#: ../../include/nav.php:168 -msgid "Search site @name, #tag, ?docs, content" +#: ../../include/channel.php:1235 +msgid "Political Views:" msgstr "" -#: ../../include/nav.php:170 -msgid "Channel Directory" +#: ../../include/channel.php:1237 +msgid "Religion:" msgstr "" -#: ../../include/nav.php:182 -msgid "Your grid" +#: ../../include/channel.php:1241 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/nav.php:183 -msgid "Mark all grid notifications seen" +#: ../../include/channel.php:1243 +msgid "Likes:" msgstr "" -#: ../../include/nav.php:185 -msgid "Channel home" +#: ../../include/channel.php:1245 +msgid "Dislikes:" msgstr "" -#: ../../include/nav.php:186 -msgid "Mark all channel notifications seen" +#: ../../include/channel.php:1247 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/nav.php:192 -msgid "Notices" +#: ../../include/channel.php:1249 +msgid "My other channels:" msgstr "" -#: ../../include/nav.php:192 -msgid "Notifications" +#: ../../include/channel.php:1251 +msgid "Musical interests:" msgstr "" -#: ../../include/nav.php:193 -msgid "See all notifications" +#: ../../include/channel.php:1253 +msgid "Books, literature:" msgstr "" -#: ../../include/nav.php:196 -msgid "Private mail" +#: ../../include/channel.php:1255 +msgid "Television:" msgstr "" -#: ../../include/nav.php:197 -msgid "See all private messages" +#: ../../include/channel.php:1257 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/nav.php:198 -msgid "Mark all private messages seen" +#: ../../include/channel.php:1259 +msgid "Love/Romance:" msgstr "" -#: ../../include/nav.php:199 ../../include/widgets.php:700 -msgid "Inbox" +#: ../../include/channel.php:1261 +msgid "Work/employment:" msgstr "" -#: ../../include/nav.php:200 ../../include/widgets.php:705 -msgid "Outbox" +#: ../../include/channel.php:1263 +msgid "School/education:" msgstr "" -#: ../../include/nav.php:201 ../../include/widgets.php:710 -msgid "New Message" +#: ../../include/channel.php:1284 +msgid "Like this thing" msgstr "" -#: ../../include/nav.php:204 -msgid "Event Calendar" +#: ../../include/attach.php:248 ../../include/attach.php:336 +msgid "Item was not found." msgstr "" -#: ../../include/nav.php:205 -msgid "See all events" +#: ../../include/attach.php:497 +msgid "No source file." msgstr "" -#: ../../include/nav.php:206 -msgid "Mark all events seen" +#: ../../include/attach.php:519 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/nav.php:209 -msgid "Manage Your Channels" +#: ../../include/attach.php:537 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/nav.php:211 -msgid "Account/Channel Settings" +#: ../../include/attach.php:668 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/nav.php:219 ../../include/widgets.php:1595 -msgid "Admin" +#: ../../include/attach.php:682 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/nav.php:219 -msgid "Site Setup and Configuration" +#: ../../include/attach.php:852 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/nav.php:250 ../../include/conversation.php:836 -msgid "Loading..." +#: ../../include/attach.php:865 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/nav.php:255 -msgid "@name, #tag, ?doc, content" +#: ../../include/attach.php:920 ../../include/attach.php:936 +msgid "Path not available." msgstr "" -#: ../../include/nav.php:256 -msgid "Please wait..." +#: ../../include/attach.php:982 ../../include/attach.php:1140 +msgid "Empty pathname" msgstr "" -#: ../../include/security.php:117 -msgid "guest:" +#: ../../include/attach.php:1008 +msgid "duplicate filename or path" msgstr "" -#: ../../include/security.php:535 -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/attach.php:1030 +msgid "Path not found." msgstr "" -#: ../../include/help.php:31 -msgid "Help:" +#: ../../include/attach.php:1094 +msgid "mkdir failed." msgstr "" -#: ../../include/help.php:63 -msgid "Not Found" +#: ../../include/attach.php:1098 +msgid "database storage failed." +msgstr "" + +#: ../../include/attach.php:1146 +msgid "Empty path" msgstr "" #: ../../include/auth.php:148 @@ -12244,105 +12247,80 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/datetime.php:147 -msgid "Birthday" -msgstr "" - -#: ../../include/datetime.php:149 -msgid "Age: " +#: ../../include/help.php:31 +msgid "Help:" msgstr "" -#: ../../include/datetime.php:151 -msgid "YYYY-MM-DD or MM-DD" +#: ../../include/help.php:63 +msgid "Not Found" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2564 -msgid "never" +#: ../../include/follow.php:27 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/datetime.php:292 -msgid "less than a second ago" +#: ../../include/follow.php:32 +msgid "Channel location missing." msgstr "" -#: ../../include/datetime.php:310 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +#: ../../include/follow.php:80 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/datetime.php:321 -msgctxt "relative_date" -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:97 +msgid "Channel was deleted and no longer exists." +msgstr "" -#: ../../include/datetime.php:324 -msgctxt "relative_date" -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:147 ../../include/follow.php:183 +msgid "Protocol disabled." +msgstr "" -#: ../../include/datetime.php:327 -msgctxt "relative_date" -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:171 +msgid "Channel discovery failed." +msgstr "" -#: ../../include/datetime.php:330 -msgctxt "relative_date" -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." +msgstr "" -#: ../../include/datetime.php:333 -msgctxt "relative_date" -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +#: ../../include/network.php:729 +msgid "view full size" +msgstr "" -#: ../../include/datetime.php:336 -msgctxt "relative_date" -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/network.php:1978 +msgid "No Subject" +msgstr "" -#: ../../include/datetime.php:339 -msgctxt "relative_date" -msgid "second" -msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" +#: ../../include/network.php:2234 +msgid "OStatus" +msgstr "" -#: ../../include/datetime.php:576 -#, php-format -msgid "%1$s's birthday" +#: ../../include/network.php:2235 +msgid "GNU-Social" msgstr "" -#: ../../include/datetime.php:577 -#, php-format -msgid "Happy Birthday %1$s" +#: ../../include/network.php:2236 +msgid "RSS/Atom" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Directory Options" +#: ../../include/network.php:2239 +msgid "Facebook" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "Safe Mode" +#: ../../include/network.php:2240 +msgid "Zot" msgstr "" -#: ../../include/dir_fns.php:144 -msgid "Public Forums Only" +#: ../../include/network.php:2241 +msgid "LinkedIn" msgstr "" -#: ../../include/dir_fns.php:145 -msgid "This Website Only" +#: ../../include/network.php:2242 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/network.php:2243 +msgid "MySpace" msgstr "" #: ../../include/photos.php:115 @@ -12368,7 +12346,7 @@ msgctxt "photo_upload" msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/photos.php:507 ../../include/conversation.php:1825 +#: ../../include/photos.php:507 ../../include/conversation.php:1839 msgid "Photo Albums" msgstr "" @@ -12376,244 +12354,305 @@ msgstr "" msgid "Upload New Photos" msgstr "" -#: ../../include/selectors.php:30 -msgid "Frequently" +#: ../../include/text.php:460 +msgid "prev" msgstr "" -#: ../../include/selectors.php:31 -msgid "Hourly" +#: ../../include/text.php:462 +msgid "first" msgstr "" -#: ../../include/selectors.php:32 -msgid "Twice daily" +#: ../../include/text.php:491 +msgid "last" msgstr "" -#: ../../include/selectors.php:33 -msgid "Daily" +#: ../../include/text.php:494 +msgid "next" msgstr "" -#: ../../include/selectors.php:34 -msgid "Weekly" +#: ../../include/text.php:505 +msgid "older" msgstr "" -#: ../../include/selectors.php:35 -msgid "Monthly" +#: ../../include/text.php:507 +msgid "newer" msgstr "" -#: ../../include/selectors.php:49 -msgid "Currently Male" +#: ../../include/text.php:917 +msgid "No connections" msgstr "" -#: ../../include/selectors.php:49 -msgid "Currently Female" +#: ../../include/text.php:942 +#, php-format +msgid "View all %s connections" msgstr "" -#: ../../include/selectors.php:49 -msgid "Mostly Male" +#: ../../include/text.php:1087 ../../include/text.php:1092 +msgid "poke" msgstr "" -#: ../../include/selectors.php:49 -msgid "Mostly Female" +#: ../../include/text.php:1087 ../../include/text.php:1092 +#: ../../include/conversation.php:243 +msgid "poked" msgstr "" -#: ../../include/selectors.php:49 -msgid "Transgender" +#: ../../include/text.php:1093 +msgid "ping" msgstr "" -#: ../../include/selectors.php:49 -msgid "Intersex" +#: ../../include/text.php:1093 +msgid "pinged" msgstr "" -#: ../../include/selectors.php:49 -msgid "Transsexual" +#: ../../include/text.php:1094 +msgid "prod" msgstr "" -#: ../../include/selectors.php:49 -msgid "Hermaphrodite" +#: ../../include/text.php:1094 +msgid "prodded" msgstr "" -#: ../../include/selectors.php:49 -msgid "Neuter" +#: ../../include/text.php:1095 +msgid "slap" msgstr "" -#: ../../include/selectors.php:49 -msgid "Non-specific" +#: ../../include/text.php:1095 +msgid "slapped" msgstr "" -#: ../../include/selectors.php:49 -msgid "Undecided" +#: ../../include/text.php:1096 +msgid "finger" msgstr "" -#: ../../include/selectors.php:85 ../../include/selectors.php:104 -msgid "Males" +#: ../../include/text.php:1096 +msgid "fingered" msgstr "" -#: ../../include/selectors.php:85 ../../include/selectors.php:104 -msgid "Females" +#: ../../include/text.php:1097 +msgid "rebuff" msgstr "" -#: ../../include/selectors.php:85 -msgid "Gay" +#: ../../include/text.php:1097 +msgid "rebuffed" msgstr "" -#: ../../include/selectors.php:85 -msgid "Lesbian" +#: ../../include/text.php:1109 +msgid "happy" msgstr "" -#: ../../include/selectors.php:85 -msgid "No Preference" +#: ../../include/text.php:1110 +msgid "sad" msgstr "" -#: ../../include/selectors.php:85 -msgid "Bisexual" +#: ../../include/text.php:1111 +msgid "mellow" msgstr "" -#: ../../include/selectors.php:85 -msgid "Autosexual" +#: ../../include/text.php:1112 +msgid "tired" msgstr "" -#: ../../include/selectors.php:85 -msgid "Abstinent" +#: ../../include/text.php:1113 +msgid "perky" msgstr "" -#: ../../include/selectors.php:85 -msgid "Virgin" +#: ../../include/text.php:1114 +msgid "angry" msgstr "" -#: ../../include/selectors.php:85 -msgid "Deviant" +#: ../../include/text.php:1115 +msgid "stupefied" msgstr "" -#: ../../include/selectors.php:85 -msgid "Fetish" +#: ../../include/text.php:1116 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:1117 +msgid "interested" +msgstr "" + +#: ../../include/text.php:1118 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:1119 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:1120 +msgid "alive" +msgstr "" + +#: ../../include/text.php:1121 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:1122 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1123 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1124 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1125 +msgid "frustrated" +msgstr "" + +#: ../../include/text.php:1126 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:1127 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1128 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1129 +msgid "surprised" +msgstr "" + +#: ../../include/text.php:1320 +msgid "May" msgstr "" -#: ../../include/selectors.php:85 -msgid "Oodles" +#: ../../include/text.php:1397 ../../include/text.php:1401 +msgid "Unknown Attachment" msgstr "" -#: ../../include/selectors.php:85 -msgid "Nonsexual" +#: ../../include/text.php:1403 +msgid "unknown" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Single" +#: ../../include/text.php:1439 +msgid "remove category" msgstr "" -#: ../../include/selectors.php:123 -msgid "Lonely" +#: ../../include/text.php:1516 +msgid "remove from file" msgstr "" -#: ../../include/selectors.php:123 -msgid "Available" +#: ../../include/text.php:1791 +msgid "Page layout" msgstr "" -#: ../../include/selectors.php:123 -msgid "Unavailable" +#: ../../include/text.php:1791 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/selectors.php:123 -msgid "Has crush" +#: ../../include/text.php:1833 +msgid "Page content type" msgstr "" -#: ../../include/selectors.php:123 -msgid "Infatuated" +#: ../../include/text.php:1966 +msgid "activity" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Dating" +#: ../../include/text.php:2280 +msgid "Design Tools" msgstr "" -#: ../../include/selectors.php:123 -msgid "Unfaithful" +#: ../../include/text.php:2286 +msgid "Pages" msgstr "" -#: ../../include/selectors.php:123 -msgid "Sex Addict" +#: ../../include/text.php:2308 +msgid "Import website..." msgstr "" -#: ../../include/selectors.php:123 -msgid "Friends/Benefits" +#: ../../include/text.php:2309 +msgid "Select folder to import" msgstr "" -#: ../../include/selectors.php:123 -msgid "Casual" +#: ../../include/text.php:2310 +msgid "Import from a zipped folder:" msgstr "" -#: ../../include/selectors.php:123 -msgid "Engaged" +#: ../../include/text.php:2311 +msgid "Import from cloud files:" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Married" +#: ../../include/text.php:2312 +msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/selectors.php:123 -msgid "Imaginarily married" +#: ../../include/text.php:2313 +msgid "Enter path to website files" msgstr "" -#: ../../include/selectors.php:123 -msgid "Partners" +#: ../../include/text.php:2314 +msgid "Select folder" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Cohabiting" +#: ../../include/text.php:2315 +msgid "Export website..." msgstr "" -#: ../../include/selectors.php:123 -msgid "Common law" +#: ../../include/text.php:2316 +msgid "Export to a zip file" msgstr "" -#: ../../include/selectors.php:123 -msgid "Happy" +#: ../../include/text.php:2317 +msgid "website.zip" msgstr "" -#: ../../include/selectors.php:123 -msgid "Not looking" +#: ../../include/text.php:2318 +msgid "Enter a name for the zip file." msgstr "" -#: ../../include/selectors.php:123 -msgid "Swinger" +#: ../../include/text.php:2319 +msgid "Export to cloud files" msgstr "" -#: ../../include/selectors.php:123 -msgid "Betrayed" +#: ../../include/text.php:2320 +msgid "/path/to/export/folder" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Separated" +#: ../../include/text.php:2321 +msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/selectors.php:123 -msgid "Unstable" +#: ../../include/text.php:2322 +msgid "Specify folder" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Divorced" +#: ../../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/selectors.php:123 -msgid "Imaginarily divorced" +#: ../../include/group.php:248 +msgid "Add new connections to this privacy group" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "Widowed" +#: ../../include/group.php:289 +msgid "edit" msgstr "" -#: ../../include/selectors.php:123 -msgid "Uncertain" +#: ../../include/group.php:312 +msgid "Edit group" msgstr "" -#: ../../include/selectors.php:123 ../../include/selectors.php:140 -msgid "It's complicated" +#: ../../include/group.php:313 +msgid "Add privacy group" msgstr "" -#: ../../include/selectors.php:123 -msgid "Don't care" +#: ../../include/group.php:314 +msgid "Channels not in any privacy group" msgstr "" -#: ../../include/selectors.php:123 -msgid "Ask me" +#: ../../include/group.php:316 ../../include/widgets.php:284 +msgid "add" msgstr "" #: ../../include/widgets.php:103 @@ -12713,113 +12752,247 @@ msgstr "" msgid "Conversations" msgstr "" -#: ../../include/widgets.php:731 -msgid "Received Messages" +#: ../../include/widgets.php:731 +msgid "Received Messages" +msgstr "" + +#: ../../include/widgets.php:735 +msgid "Sent Messages" +msgstr "" + +#: ../../include/widgets.php:749 +msgid "No messages." +msgstr "" + +#: ../../include/widgets.php:767 +msgid "Delete conversation" +msgstr "" + +#: ../../include/widgets.php:793 +msgid "Events Tools" +msgstr "" + +#: ../../include/widgets.php:794 +msgid "Export Calendar" +msgstr "" + +#: ../../include/widgets.php:795 +msgid "Import Calendar" +msgstr "" + +#: ../../include/widgets.php:883 ../../include/conversation.php:1866 +#: ../../include/conversation.php:1869 +msgid "Chatrooms" +msgstr "" + +#: ../../include/widgets.php:887 +msgid "Overview" +msgstr "" + +#: ../../include/widgets.php:894 +msgid "Chat Members" +msgstr "" + +#: ../../include/widgets.php:906 +msgid "Wiki List" +msgstr "" + +#: ../../include/widgets.php:944 +msgid "Wiki Pages" +msgstr "" + +#: ../../include/widgets.php:949 +msgid "Add new page" +msgstr "" + +#: ../../include/widgets.php:950 +msgid "Page name" +msgstr "" + +#: ../../include/widgets.php:983 +msgid "Bookmarked Chatrooms" +msgstr "" + +#: ../../include/widgets.php:1014 +msgid "Suggested Chatrooms" +msgstr "" + +#: ../../include/widgets.php:1159 ../../include/widgets.php:1271 +msgid "photo/image" +msgstr "" + +#: ../../include/widgets.php:1214 +msgid "Click to show more" +msgstr "" + +#: ../../include/widgets.php:1365 +msgid "Rating Tools" +msgstr "" + +#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 +msgid "Rate Me" +msgstr "" + +#: ../../include/widgets.php:1374 +msgid "View Ratings" +msgstr "" + +#: ../../include/widgets.php:1467 +msgid "Forums" +msgstr "" + +#: ../../include/widgets.php:1496 +msgid "Tasks" +msgstr "" + +#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 +msgid "Member registrations waiting for confirmation" +msgstr "" + +#: ../../include/widgets.php:1568 +msgid "Inspect queue" +msgstr "" + +#: ../../include/widgets.php:1570 +msgid "DB updates" +msgstr "" + +#: ../../include/widgets.php:1596 +msgid "Plugin Features" +msgstr "" + +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" +msgstr "" + +#: ../../include/permissions.php:39 +msgid "Can view my webpages" +msgstr "" + +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/widgets.php:735 -msgid "Sent Messages" +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/widgets.php:749 -msgid "No messages." +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/widgets.php:767 -msgid "Delete conversation" +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/widgets.php:793 -msgid "Events Tools" +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" msgstr "" -#: ../../include/widgets.php:794 -msgid "Export Calendar" +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/widgets.php:795 -msgid "Import Calendar" +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/widgets.php:883 ../../include/conversation.php:1852 -#: ../../include/conversation.php:1855 -msgid "Chatrooms" +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/widgets.php:887 -msgid "Overview" +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/widgets.php:894 -msgid "Chat Members" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/widgets.php:906 -msgid "Wiki List" +#: ../../include/import.php:1354 +msgid "Unable to import element \"" msgstr "" -#: ../../include/widgets.php:944 -msgid "Wiki Pages" +#: ../../include/items.php:837 ../../include/items.php:882 +msgid "(Unknown)" msgstr "" -#: ../../include/widgets.php:949 -msgid "Add new page" +#: ../../include/items.php:1080 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/widgets.php:950 -msgid "Page name" +#: ../../include/items.php:1082 +msgid "Visible to you only." msgstr "" -#: ../../include/widgets.php:983 -msgid "Bookmarked Chatrooms" +#: ../../include/items.php:1084 +msgid "Visible to anybody in this network." msgstr "" -#: ../../include/widgets.php:1014 -msgid "Suggested Chatrooms" +#: ../../include/items.php:1086 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/widgets.php:1159 ../../include/widgets.php:1271 -msgid "photo/image" +#: ../../include/items.php:1088 +#, php-format +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/widgets.php:1214 -msgid "Click to show more" +#: ../../include/items.php:1090 +msgid "Visible to all connections." msgstr "" -#: ../../include/widgets.php:1365 -msgid "Rating Tools" +#: ../../include/items.php:1092 +msgid "Visible to approved connections." msgstr "" -#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 -msgid "Rate Me" +#: ../../include/items.php:1094 +msgid "Visible to specific connections." msgstr "" -#: ../../include/widgets.php:1374 -msgid "View Ratings" +#: ../../include/items.php:3892 +msgid "Privacy group is empty." msgstr "" -#: ../../include/widgets.php:1467 -msgid "Forums" +#: ../../include/items.php:3899 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../include/widgets.php:1496 -msgid "Tasks" +#: ../../include/items.php:3911 +msgid "Connection not found." msgstr "" -#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 -msgid "Member registrations waiting for confirmation" +#: ../../include/items.php:4260 +msgid "profile photo" msgstr "" -#: ../../include/widgets.php:1568 -msgid "Inspect queue" +#: ../../include/items.php:4456 +#, php-format +msgid "[Edited %s]" msgstr "" -#: ../../include/widgets.php:1570 -msgid "DB updates" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Post" msgstr "" -#: ../../include/widgets.php:1596 -msgid "Plugin Features" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Comment" msgstr "" #: ../../include/conversation.php:204 @@ -13034,205 +13207,68 @@ msgstr "" msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/conversation.php:1804 +#: ../../include/conversation.php:1818 msgid "Status Messages and Posts" msgstr "" -#: ../../include/conversation.php:1816 +#: ../../include/conversation.php:1830 msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1832 +#: ../../include/conversation.php:1846 msgid "Files and Storage" msgstr "" -#: ../../include/conversation.php:1868 +#: ../../include/conversation.php:1882 msgid "Saved Bookmarks" msgstr "" -#: ../../include/conversation.php:1878 -msgid "Manage Webpages" +#: ../../include/conversation.php:1892 +msgid "View Webpages" msgstr "" -#: ../../include/conversation.php:1943 +#: ../../include/conversation.php:1958 msgctxt "noun" msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1946 +#: ../../include/conversation.php:1961 msgctxt "noun" msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1949 +#: ../../include/conversation.php:1964 msgctxt "noun" msgid "Undecided" msgid_plural "Undecided" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1952 +#: ../../include/conversation.php:1967 msgctxt "noun" msgid "Agree" msgid_plural "Agrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1955 +#: ../../include/conversation.php:1970 msgctxt "noun" msgid "Disagree" msgid_plural "Disagrees" msgstr[0] "" msgstr[1] "" -#: ../../include/conversation.php:1958 +#: ../../include/conversation.php:1973 msgctxt "noun" msgid "Abstain" msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" -msgstr "" - -#: ../../include/permissions.php:39 -msgid "Can view my webpages" -msgstr "" - -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" -msgstr "" - -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" -msgstr "" - -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" -msgstr "" - -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" -msgstr "" - -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "" - -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." -msgstr "" - -#: ../../include/import.php:1354 -msgid "Unable to import element \"" -msgstr "" - -#: ../../include/network.php:729 -msgid "view full size" -msgstr "" - -#: ../../include/network.php:1978 -msgid "No Subject" -msgstr "" - -#: ../../include/network.php:2234 -msgid "OStatus" -msgstr "" - -#: ../../include/network.php:2235 -msgid "GNU-Social" -msgstr "" - -#: ../../include/network.php:2236 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/network.php:2239 -msgid "Facebook" -msgstr "" - -#: ../../include/network.php:2240 -msgid "Zot" -msgstr "" - -#: ../../include/network.php:2241 -msgid "LinkedIn" -msgstr "" - -#: ../../include/network.php:2242 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/network.php:2243 -msgid "MySpace" -msgstr "" - -#: ../../include/taxonomy.php:228 ../../include/taxonomy.php:249 -msgid "Tags" -msgstr "" - -#: ../../include/taxonomy.php:293 -msgid "Keywords" -msgstr "" - -#: ../../include/taxonomy.php:314 -msgid "have" -msgstr "" - -#: ../../include/taxonomy.php:314 -msgid "has" -msgstr "" - -#: ../../include/taxonomy.php:315 -msgid "want" -msgstr "" - -#: ../../include/taxonomy.php:315 -msgid "wants" -msgstr "" - -#: ../../include/taxonomy.php:316 -msgid "likes" -msgstr "" - -#: ../../include/taxonomy.php:317 -msgid "dislikes" -msgstr "" - #: ../../util/nconfig.php:34 msgid "Source channel not found." msgstr "" -- cgit v1.2.3 From 7249eebc7528b2c60c1f83724966cc4a1192cbb0 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 13 Jan 2017 04:12:21 -0800 Subject: string update --- util/hmessages.po | 1445 +++++++++++++++++++++++++++-------------------------- 1 file changed, 735 insertions(+), 710 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 6f58c4244..4cae6091d 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-06 00:05-0800\n" +"POT-Creation-Date: 2017-01-13 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -88,7 +88,7 @@ msgid "Special - Group Repository" msgstr "" #: ../../Zotlabs/Access/PermissionRoles.php:249 -#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:856 +#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:882 #: ../../Zotlabs/Module/New_channel.php:132 #: ../../Zotlabs/Module/Settings/Channel.php:445 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 @@ -173,7 +173,7 @@ msgstr "" msgid "parent" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2695 +#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2698 msgid "Collection" msgstr "" @@ -197,14 +197,14 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:789 -#: ../../Zotlabs/Module/Photos.php:1249 +#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:788 +#: ../../Zotlabs/Module/Photos.php:1248 #: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:526 #: ../../Zotlabs/Lib/Apps.php:603 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/widgets.php:1684 ../../include/conversation.php:1177 +#: ../../include/conversation.php:1177 ../../include/widgets.php:1684 msgid "Unknown" msgstr "" @@ -223,7 +223,7 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:228 ../../Zotlabs/Storage/Browser.php:321 -#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:859 +#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:885 #: ../../Zotlabs/Module/New_channel.php:147 #: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Layouts.php:184 #: ../../Zotlabs/Module/Webpages.php:243 @@ -234,7 +234,7 @@ msgid "Create" msgstr "" #: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:323 -#: ../../Zotlabs/Module/Photos.php:816 ../../Zotlabs/Module/Photos.php:1370 +#: ../../Zotlabs/Module/Photos.php:815 ../../Zotlabs/Module/Photos.php:1372 #: ../../Zotlabs/Module/Cover_photo.php:357 #: ../../Zotlabs/Module/Profile_photo.php:410 #: ../../Zotlabs/Module/Embedphotos.php:157 @@ -246,7 +246,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 -#: ../../Zotlabs/Module/Connedit.php:844 +#: ../../Zotlabs/Module/Connedit.php:870 #: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:151 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 @@ -261,7 +261,7 @@ msgid "Type" msgstr "" #: ../../Zotlabs/Storage/Browser.php:235 -#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1403 +#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1406 msgid "Size" msgstr "" @@ -291,7 +291,7 @@ msgstr "" msgid "Edit" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1179 +#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1178 #: ../../Zotlabs/Module/Editblock.php:134 #: ../../Zotlabs/Module/Connections.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:155 @@ -299,7 +299,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Editlayout.php:137 #: ../../Zotlabs/Module/Editwebpage.php:170 -#: ../../Zotlabs/Module/Connedit.php:641 ../../Zotlabs/Module/Connedit.php:861 +#: ../../Zotlabs/Module/Connedit.php:641 ../../Zotlabs/Module/Connedit.php:887 #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 @@ -399,8 +399,8 @@ msgstr "" #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Chat.php:100 -#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Item.php:219 -#: ../../Zotlabs/Module/Item.php:229 ../../Zotlabs/Module/Item.php:1061 +#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Item.php:220 +#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1063 #: ../../Zotlabs/Lib/Chatroom.php:137 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:55 #: ../../extend/addon/addon/keepout/keepout.php:36 @@ -413,7 +413,7 @@ msgstr "" #: ../../include/attach.php:355 ../../include/attach.php:362 #: ../../include/attach.php:439 ../../include/attach.php:906 #: ../../include/attach.php:977 ../../include/attach.php:1135 -#: ../../include/photos.php:27 ../../include/items.php:3422 +#: ../../include/items.php:3422 ../../include/photos.php:27 msgid "Permission denied." msgstr "" @@ -599,7 +599,7 @@ msgid "Membership on this site is by invitation only." msgstr "" #: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:150 -#: ../../boot.php:1702 +#: ../../boot.php:1703 msgid "Register" msgstr "" @@ -618,7 +618,7 @@ msgstr "" msgid "Page owner information could not be retrieved." msgstr "" -#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:734 +#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:733 #: ../../Zotlabs/Module/Profile_photo.php:115 #: ../../Zotlabs/Module/Profile_photo.php:219 #: ../../extend/addon/addon/openclipatar/openclipatar.php:225 @@ -641,7 +641,7 @@ msgid "" "manager" msgstr "" -#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1059 +#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1058 msgid "Delete Photo" msgstr "" @@ -681,7 +681,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:218 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:730 +#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:755 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 @@ -738,7 +738,7 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 #: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 #: ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1724 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1725 msgid "No" msgstr "" @@ -801,7 +801,7 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 #: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 #: ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1724 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1725 msgid "Yes" msgstr "" @@ -813,15 +813,16 @@ msgstr "" msgid "Description (optional):" msgstr "" -#: ../../Zotlabs/Module/Photos.php:658 ../../Zotlabs/Module/Photos.php:1047 +#: ../../Zotlabs/Module/Photos.php:658 ../../Zotlabs/Module/Photos.php:1046 +#: ../../Zotlabs/Module/Connedit.php:652 #: ../../Zotlabs/Module/Filestorage.php:152 ../../Zotlabs/Module/Thing.php:313 #: ../../Zotlabs/Module/Thing.php:363 ../../Zotlabs/Module/Chat.php:234 #: ../../include/acl_selectors.php:208 msgid "Permissions" msgstr "" -#: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1058 -#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Photos.php:1216 +#: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1057 +#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215 #: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Logs.php:84 @@ -833,10 +834,10 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:166 #: ../../Zotlabs/Module/Admin/Channels.php:147 #: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Locs.php:121 -#: ../../Zotlabs/Module/Connedit.php:824 +#: ../../Zotlabs/Module/Connedit.php:850 #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Import.php:543 ../../Zotlabs/Module/Mitem.php:243 +#: ../../Zotlabs/Module/Import.php:546 ../../Zotlabs/Module/Mitem.php:243 #: ../../Zotlabs/Module/Appman.php:127 ../../Zotlabs/Module/Mood.php:139 #: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Invite.php:149 #: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 @@ -860,7 +861,7 @@ msgstr "" #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:124 #: ../../extend/addon/addon/friendica/friendica.php:128 #: ../../extend/addon/addon/frphotos/frphotos.php:96 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:133 #: ../../extend/addon/addon/hubwall/hubwall.php:95 #: ../../extend/addon/addon/ijpost/ijpost.php:89 #: ../../extend/addon/addon/irc/irc.php:53 @@ -908,196 +909,196 @@ msgstr "" msgid "Album name could not be decoded" msgstr "" -#: ../../Zotlabs/Module/Photos.php:734 +#: ../../Zotlabs/Module/Photos.php:733 msgid "Contact Photos" msgstr "" -#: ../../Zotlabs/Module/Photos.php:757 +#: ../../Zotlabs/Module/Photos.php:756 msgid "Show Newest First" msgstr "" -#: ../../Zotlabs/Module/Photos.php:759 +#: ../../Zotlabs/Module/Photos.php:758 msgid "Show Oldest First" msgstr "" -#: ../../Zotlabs/Module/Photos.php:783 ../../Zotlabs/Module/Photos.php:1337 +#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Module/Photos.php:1339 #: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1678 msgid "View Photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:814 +#: ../../Zotlabs/Module/Photos.php:813 #: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1695 msgid "Edit Album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:861 +#: ../../Zotlabs/Module/Photos.php:860 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../Zotlabs/Module/Photos.php:863 +#: ../../Zotlabs/Module/Photos.php:862 msgid "Photo not available" msgstr "" -#: ../../Zotlabs/Module/Photos.php:921 +#: ../../Zotlabs/Module/Photos.php:920 msgid "Use as profile photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:922 +#: ../../Zotlabs/Module/Photos.php:921 msgid "Use as cover photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:929 +#: ../../Zotlabs/Module/Photos.php:928 msgid "Private Photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:940 ../../Zotlabs/Module/Cal.php:336 +#: ../../Zotlabs/Module/Photos.php:939 ../../Zotlabs/Module/Cal.php:336 #: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:689 #: ../../Zotlabs/Module/Events.php:698 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:846 msgid "Previous" msgstr "" -#: ../../Zotlabs/Module/Photos.php:944 +#: ../../Zotlabs/Module/Photos.php:943 msgid "View Full Size" msgstr "" -#: ../../Zotlabs/Module/Photos.php:949 ../../Zotlabs/Module/Cal.php:337 +#: ../../Zotlabs/Module/Photos.php:948 ../../Zotlabs/Module/Cal.php:337 #: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Setup.php:264 #: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Events.php:699 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:847 msgid "Next" msgstr "" -#: ../../Zotlabs/Module/Photos.php:989 +#: ../../Zotlabs/Module/Photos.php:988 #: ../../Zotlabs/Module/Admin/Plugins.php:445 #: ../../Zotlabs/Module/Tagrm.php:137 #: ../../extend/addon/addon/superblock/superblock.php:114 msgid "Remove" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1033 +#: ../../Zotlabs/Module/Photos.php:1032 msgid "Edit photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1035 +#: ../../Zotlabs/Module/Photos.php:1034 msgid "Rotate CW (right)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1036 +#: ../../Zotlabs/Module/Photos.php:1035 msgid "Rotate CCW (left)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1039 +#: ../../Zotlabs/Module/Photos.php:1038 msgid "Move photo to album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1040 +#: ../../Zotlabs/Module/Photos.php:1039 msgid "Enter a new album name" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1041 +#: ../../Zotlabs/Module/Photos.php:1040 msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1044 +#: ../../Zotlabs/Module/Photos.php:1043 msgid "Caption" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1046 +#: ../../Zotlabs/Module/Photos.php:1045 msgid "Add a Tag" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1054 +#: ../../Zotlabs/Module/Photos.php:1053 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1057 +#: ../../Zotlabs/Module/Photos.php:1056 msgid "Flag as adult in album view" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:268 +#: ../../Zotlabs/Module/Photos.php:1075 ../../Zotlabs/Lib/ThreadItem.php:268 msgid "I like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Lib/ThreadItem.php:269 +#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:269 msgid "I don't like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Module/Blocks.php:161 +#: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Module/Blocks.php:161 #: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:245 #: ../../extend/addon/addon/cdav/include/widgets.php:123 #: ../../include/conversation.php:1378 msgid "Share" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1079 ../../Zotlabs/Lib/ThreadItem.php:411 +#: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Lib/ThreadItem.php:411 #: ../../include/conversation.php:738 msgid "Please wait" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1095 ../../Zotlabs/Module/Photos.php:1213 +#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Photos.php:1212 #: ../../Zotlabs/Lib/ThreadItem.php:728 msgid "This is you" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215 +#: ../../Zotlabs/Module/Photos.php:1096 ../../Zotlabs/Module/Photos.php:1214 #: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/js_strings.php:6 msgid "Comment" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1099 ../../Zotlabs/Module/Events.php:478 +#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Events.php:478 #: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Lib/ThreadItem.php:740 #: ../../include/page_widgets.php:43 ../../include/conversation.php:1347 msgid "Preview" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 +#: ../../Zotlabs/Module/Photos.php:1112 ../../include/conversation.php:577 msgctxt "title" msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:577 +#: ../../Zotlabs/Module/Photos.php:1112 ../../include/conversation.php:577 msgctxt "title" msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 msgctxt "title" msgid "Agree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 msgctxt "title" msgid "Disagree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 msgctxt "title" msgid "Abstain" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 msgctxt "title" msgid "Attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 msgctxt "title" msgid "Not attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1115 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 msgctxt "title" msgid "Might attend" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1132 ../../Zotlabs/Module/Photos.php:1144 +#: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Module/Photos.php:1143 #: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 #: ../../include/conversation.php:1928 msgid "View all" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:190 +#: ../../Zotlabs/Module/Photos.php:1135 ../../Zotlabs/Lib/ThreadItem.php:190 #: ../../include/taxonomy.php:403 ../../include/channel.php:1190 #: ../../include/conversation.php:1952 msgctxt "noun" @@ -1106,7 +1107,7 @@ msgid_plural "Likes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Module/Photos.php:1141 ../../Zotlabs/Lib/ThreadItem.php:195 +#: ../../Zotlabs/Module/Photos.php:1140 ../../Zotlabs/Lib/ThreadItem.php:195 #: ../../include/conversation.php:1955 msgctxt "noun" msgid "Dislike" @@ -1114,39 +1115,39 @@ msgid_plural "Dislikes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Module/Photos.php:1241 +#: ../../Zotlabs/Module/Photos.php:1240 msgid "Photo Tools" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1250 +#: ../../Zotlabs/Module/Photos.php:1249 msgid "In This Photo:" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1255 +#: ../../Zotlabs/Module/Photos.php:1254 msgid "Map" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Lib/ThreadItem.php:400 +#: ../../Zotlabs/Module/Photos.php:1262 ../../Zotlabs/Lib/ThreadItem.php:400 msgctxt "noun" msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Lib/ThreadItem.php:401 +#: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Lib/ThreadItem.php:401 msgctxt "noun" msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1269 ../../Zotlabs/Lib/ThreadItem.php:406 +#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:406 #: ../../include/acl_selectors.php:210 msgid "Close" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1343 +#: ../../Zotlabs/Module/Photos.php:1345 msgid "View Album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1354 ../../Zotlabs/Module/Photos.php:1367 -#: ../../Zotlabs/Module/Photos.php:1368 +#: ../../Zotlabs/Module/Photos.php:1356 ../../Zotlabs/Module/Photos.php:1369 +#: ../../Zotlabs/Module/Photos.php:1370 msgid "Recent Photos" msgstr "" @@ -1390,8 +1391,8 @@ msgstr "" #: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 -#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1000 -#: ../../include/text.php:1012 ../../include/widgets.php:201 +#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1003 +#: ../../include/text.php:1015 ../../include/widgets.php:201 msgid "Save" msgstr "" @@ -1447,7 +1448,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:92 #: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:673 ../../include/widgets.php:533 +#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:533 msgid "All" msgstr "" @@ -1544,14 +1545,14 @@ msgid "Recent activity" msgstr "" #: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:211 -#: ../../include/nav.php:189 ../../include/text.php:929 +#: ../../include/nav.php:189 ../../include/text.php:932 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 #: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 -#: ../../include/nav.php:168 ../../include/text.php:999 -#: ../../include/text.php:1011 ../../include/widgets.php:315 +#: ../../include/nav.php:168 ../../include/text.php:1002 +#: ../../include/text.php:1014 ../../include/widgets.php:315 msgid "Search" msgstr "" @@ -1830,7 +1831,7 @@ msgid "Install" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:414 -#: ../../Zotlabs/Module/Connedit.php:862 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 #: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:238 #: ../../Zotlabs/Module/Wiki.php:261 #: ../../Zotlabs/Module/Settings/Oauth.php:88 @@ -1857,7 +1858,7 @@ msgid "Install a New Plugin Repository" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:443 -#: ../../Zotlabs/Module/Connedit.php:860 +#: ../../Zotlabs/Module/Connedit.php:886 #: ../../Zotlabs/Module/Settings/Oauth.php:42 #: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:339 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 @@ -2197,7 +2198,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:169 #: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../Zotlabs/Module/Connedit.php:848 +#: ../../Zotlabs/Module/Connedit.php:874 #: ../../extend/addon/addon/redred/redred.php:107 #: ../../extend/addon/addon/rtof/rtof.php:93 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 @@ -2341,7 +2342,7 @@ msgid "UID" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:851 +#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:877 #: ../../Zotlabs/Module/Profiles.php:474 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 msgid "Address" @@ -2403,7 +2404,7 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2931 +#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2934 msgid "Default" msgstr "" @@ -2840,19 +2841,19 @@ msgstr "" #: ../../Zotlabs/Module/Tagger.php:47 #: ../../extend/addon/addon/diaspora/inbound.php:1794 #: ../../extend/addon/addon/redphotos/redphotohelper.php:74 -#: ../../include/text.php:1953 ../../include/conversation.php:120 +#: ../../include/conversation.php:120 ../../include/text.php:1956 msgid "photo" msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 #: ../../extend/addon/addon/diaspora/inbound.php:1794 -#: ../../include/text.php:1959 ../../include/conversation.php:148 +#: ../../include/conversation.php:148 ../../include/text.php:1962 msgid "status" msgstr "" #: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:260 #: ../../Zotlabs/Module/Tagger.php:51 ../../include/event.php:1000 -#: ../../include/text.php:1956 ../../include/conversation.php:123 +#: ../../include/conversation.php:123 ../../include/text.php:1959 msgid "event" msgstr "" @@ -2978,7 +2979,7 @@ msgstr "" msgid "Submit and proceed" msgstr "" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2284 +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2287 msgid "Menus" msgstr "" @@ -3291,15 +3292,27 @@ msgstr "" msgid "Delete this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:669 ../../include/widgets.php:529 +#: ../../Zotlabs/Module/Connedit.php:655 +msgid "Open Individual Permissions section by default" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:678 +msgid "Affinity" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:681 +msgid "Open Set Affinity section by default" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:529 msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:670 ../../include/widgets.php:530 +#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:530 msgid "Family" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:671 +#: ../../Zotlabs/Module/Connedit.php:687 #: ../../Zotlabs/Module/Settings/Channel.php:61 #: ../../Zotlabs/Module/Settings/Channel.php:65 #: ../../Zotlabs/Module/Settings/Channel.php:66 @@ -3311,140 +3324,148 @@ msgstr "" msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:672 ../../include/widgets.php:532 +#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:532 msgid "Acquaintances" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:730 +#: ../../Zotlabs/Module/Connedit.php:715 +msgid "Filter" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:718 +msgid "Open Custom Filter section by default" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:755 msgid "Approve this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:730 +#: ../../Zotlabs/Module/Connedit.php:755 msgid "Accept connection to allow communication" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:735 +#: ../../Zotlabs/Module/Connedit.php:760 msgid "Set Affinity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:738 +#: ../../Zotlabs/Module/Connedit.php:763 msgid "Set Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:741 +#: ../../Zotlabs/Module/Connedit.php:766 msgid "Set Affinity & Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:790 +#: ../../Zotlabs/Module/Connedit.php:815 msgid "none" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:793 ../../include/widgets.php:656 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:656 msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:793 ../../include/items.php:3909 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3909 #, php-format msgid "Connection: %s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:794 +#: ../../Zotlabs/Module/Connedit.php:819 msgid "Apply these permissions automatically" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:794 +#: ../../Zotlabs/Module/Connedit.php:819 msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:798 +#: ../../Zotlabs/Module/Connedit.php:824 msgid "This connection's primary address is" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:799 +#: ../../Zotlabs/Module/Connedit.php:825 msgid "Available locations:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:803 +#: ../../Zotlabs/Module/Connedit.php:829 msgid "" "The permissions indicated on this page will be applied to all new " "connections." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:804 +#: ../../Zotlabs/Module/Connedit.php:830 msgid "Connection Tools" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:806 +#: ../../Zotlabs/Module/Connedit.php:832 msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:807 ../../Zotlabs/Module/Rate.php:155 +#: ../../Zotlabs/Module/Connedit.php:833 ../../Zotlabs/Module/Rate.php:155 #: ../../include/js_strings.php:20 msgid "Rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:808 +#: ../../Zotlabs/Module/Connedit.php:834 msgid "Slide to adjust your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:809 ../../Zotlabs/Module/Connedit.php:814 +#: ../../Zotlabs/Module/Connedit.php:835 ../../Zotlabs/Module/Connedit.php:840 msgid "Optionally explain your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:811 +#: ../../Zotlabs/Module/Connedit.php:837 msgid "Custom Filter" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:812 +#: ../../Zotlabs/Module/Connedit.php:838 msgid "Only import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:812 ../../Zotlabs/Module/Connedit.php:813 +#: ../../Zotlabs/Module/Connedit.php:838 ../../Zotlabs/Module/Connedit.php:839 msgid "" "words one per line or #tags or /patterns/ or lang=xx, leave blank to import " "all posts" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:813 +#: ../../Zotlabs/Module/Connedit.php:839 msgid "Do not import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:815 +#: ../../Zotlabs/Module/Connedit.php:841 msgid "This information is public!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:820 +#: ../../Zotlabs/Module/Connedit.php:846 msgid "Connection Pending Approval" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:823 +#: ../../Zotlabs/Module/Connedit.php:849 #: ../../Zotlabs/Module/Settings/Tokens.php:163 msgid "inherited" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:825 +#: ../../Zotlabs/Module/Connedit.php:851 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:827 +#: ../../Zotlabs/Module/Connedit.php:853 #: ../../Zotlabs/Module/Settings/Tokens.php:160 msgid "Their Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:828 +#: ../../Zotlabs/Module/Connedit.php:854 #: ../../Zotlabs/Module/Settings/Tokens.php:161 msgid "My Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:830 +#: ../../Zotlabs/Module/Connedit.php:856 #: ../../Zotlabs/Module/Settings/Tokens.php:165 msgid "Individual Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:831 +#: ../../Zotlabs/Module/Connedit.php:857 #: ../../Zotlabs/Module/Settings/Tokens.php:166 msgid "" "Some permissions may be inherited from your channel's not change those settings here." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:832 +#: ../../Zotlabs/Module/Connedit.php:858 msgid "" "Some permissions may be inherited from your channel's privacy settings, which have higher priority than " @@ -3460,108 +3481,108 @@ msgid "" "any impact unless the inherited setting changes." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:833 +#: ../../Zotlabs/Module/Connedit.php:859 msgid "Last update:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:842 +#: ../../Zotlabs/Module/Connedit.php:868 msgid "Details" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:845 +#: ../../Zotlabs/Module/Connedit.php:871 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 msgid "Organisation" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:846 +#: ../../Zotlabs/Module/Connedit.php:872 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 #: ../../include/page_widgets.php:46 msgid "Title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:847 +#: ../../Zotlabs/Module/Connedit.php:873 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 msgid "Phone" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:849 +#: ../../Zotlabs/Module/Connedit.php:875 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 msgid "Instant messenger" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../Zotlabs/Module/Connedit.php:876 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 msgid "Website" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:852 +#: ../../Zotlabs/Module/Connedit.php:878 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 msgid "Note" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:853 +#: ../../Zotlabs/Module/Connedit.php:879 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 #: ../../extend/addon/addon/cdav/cdav.php:270 #: ../../include/connections.php:856 msgid "Mobile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:854 +#: ../../Zotlabs/Module/Connedit.php:880 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 #: ../../extend/addon/addon/cdav/cdav.php:271 ../../include/nav.php:88 #: ../../include/connections.php:857 msgid "Home" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:855 +#: ../../Zotlabs/Module/Connedit.php:881 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 #: ../../extend/addon/addon/cdav/cdav.php:274 #: ../../include/connections.php:860 msgid "Work" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:857 +#: ../../Zotlabs/Module/Connedit.php:883 #: ../../extend/addon/addon/jappixmini/jappixmini.php:368 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 msgid "Add Contact" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:858 +#: ../../Zotlabs/Module/Connedit.php:884 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 msgid "Add Field" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../Zotlabs/Module/Connedit.php:889 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 msgid "P.O. Box" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../Zotlabs/Module/Connedit.php:890 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 msgid "Additional" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:865 +#: ../../Zotlabs/Module/Connedit.php:891 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 msgid "Street" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:866 +#: ../../Zotlabs/Module/Connedit.php:892 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 msgid "Locality" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:867 +#: ../../Zotlabs/Module/Connedit.php:893 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 msgid "Region" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:868 +#: ../../Zotlabs/Module/Connedit.php:894 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:869 ../../Zotlabs/Module/Profiles.php:727 +#: ../../Zotlabs/Module/Connedit.php:895 ../../Zotlabs/Module/Profiles.php:727 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 msgid "Country" msgstr "" @@ -3638,9 +3659,9 @@ msgstr "" #: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:329 #: ../../Zotlabs/Module/Suggest.php:56 ../../include/connections.php:78 -#: ../../include/channel.php:1036 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 ../../include/conversation.php:938 -#: ../../include/conversation.php:1069 +#: ../../include/channel.php:1036 ../../include/conversation.php:938 +#: ../../include/conversation.php:1069 ../../include/widgets.php:147 +#: ../../include/widgets.php:184 msgid "Connect" msgstr "" @@ -3657,7 +3678,7 @@ msgid "l, F j" msgstr "" #: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:660 -#: ../../include/text.php:1761 +#: ../../include/text.php:1764 msgid "Link to Source" msgstr "" @@ -3673,7 +3694,7 @@ msgstr "" msgid "Export" msgstr "" -#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2307 +#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2310 msgid "Import" msgstr "" @@ -3970,12 +3991,16 @@ msgstr "" msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Import.php:539 +#: ../../Zotlabs/Module/Import.php:540 +msgid "Move this channel (disable all previous locations)" +msgstr "" + +#: ../../Zotlabs/Module/Import.php:542 msgid "" "Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Import.php:540 +#: ../../Zotlabs/Module/Import.php:543 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4344,8 +4369,8 @@ msgstr "" msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:703 ../../include/widgets.php:105 -#: ../../include/conversation.php:1715 +#: ../../Zotlabs/Module/Profiles.php:703 ../../include/conversation.php:1715 +#: ../../include/widgets.php:105 msgid "Personal" msgstr "" @@ -5130,7 +5155,7 @@ msgstr "" msgid "Apps" msgstr "" -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2283 +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2286 msgid "Blocks" msgstr "" @@ -5138,7 +5163,7 @@ msgstr "" msgid "Block Title" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2285 +#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2288 msgid "Layouts" msgstr "" @@ -5408,7 +5433,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1728 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1729 msgid "Password Reset" msgstr "" @@ -6067,8 +6092,8 @@ msgstr "" msgid "post" msgstr "" -#: ../../Zotlabs/Module/Tagger.php:57 ../../include/text.php:1961 -#: ../../include/conversation.php:150 +#: ../../Zotlabs/Module/Tagger.php:57 ../../include/conversation.php:150 +#: ../../include/text.php:1964 msgid "comment" msgstr "" @@ -7018,36 +7043,36 @@ msgstr "" msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../Zotlabs/Module/Item.php:183 +#: ../../Zotlabs/Module/Item.php:184 msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Item.php:446 +#: ../../Zotlabs/Module/Item.php:448 msgid "Empty post discarded." msgstr "" -#: ../../Zotlabs/Module/Item.php:488 +#: ../../Zotlabs/Module/Item.php:490 msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../Zotlabs/Module/Item.php:836 +#: ../../Zotlabs/Module/Item.php:838 msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Item.php:978 +#: ../../Zotlabs/Module/Item.php:980 msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Item.php:1108 +#: ../../Zotlabs/Module/Item.php:1110 msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Item.php:1115 +#: ../../Zotlabs/Module/Item.php:1117 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../Zotlabs/Module/Item.php:1122 +#: ../../Zotlabs/Module/Item.php:1124 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -7387,7 +7412,7 @@ msgid "Suggest Channels" msgstr "" #: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:115 -#: ../../boot.php:1720 +#: ../../boot.php:1721 msgid "Login" msgstr "" @@ -7658,6 +7683,11 @@ msgstr "" msgid "Video" msgstr "" +#: ../../Zotlabs/Lib/NativeWiki.php:575 ../../include/bbcode.php:576 +#: ../../include/bbcode.php:719 ../../include/wiki.php:572 +msgid "Different viewers will see this text differently" +msgstr "" + #: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 msgid "Flag Adult Photos" msgstr "" @@ -8244,7 +8274,7 @@ msgid "Submit Request" msgstr "" #: ../../extend/addon/addon/friendica/friendica.php:113 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:114 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:118 msgid "GNU-Social Protocol Settings updated." msgstr "" @@ -8253,17 +8283,17 @@ msgid "Enable the (experimental) GNU-Social protocol for this channel" msgstr "" #: ../../extend/addon/addon/friendica/friendica.php:128 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:133 msgid "GNU-Social Protocol Settings" msgstr "" #: ../../extend/addon/addon/friendica/friendica.php:185 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:319 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:323 msgid "Follow" msgstr "" #: ../../extend/addon/addon/friendica/friendica.php:188 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:322 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:326 #, php-format msgid "%1$s is now following %2$s" msgstr "" @@ -8288,7 +8318,7 @@ msgstr "" msgid "Friendica Login Password" msgstr "" -#: ../../extend/addon/addon/gnusoc/gnusoc.php:125 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 msgid "Enable the GNU-Social protocol for this channel" msgstr "" @@ -10484,7 +10514,7 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/language.php:367 ../../include/text.php:1783 +#: ../../include/language.php:367 ../../include/text.php:1786 msgid "default" msgstr "" @@ -10678,7 +10708,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2564 +#: ../../include/datetime.php:286 ../../boot.php:2565 msgid "never" msgstr "" @@ -11023,7 +11053,7 @@ msgstr "" msgid "%1$s's bookmarks" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1719 +#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1720 msgid "Logout" msgstr "" @@ -11736,19 +11766,19 @@ msgstr "" msgid "timeago.numbers" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1320 +#: ../../include/js_strings.php:45 ../../include/text.php:1323 msgid "January" msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1320 +#: ../../include/js_strings.php:46 ../../include/text.php:1323 msgid "February" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1320 +#: ../../include/js_strings.php:47 ../../include/text.php:1323 msgid "March" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1320 +#: ../../include/js_strings.php:48 ../../include/text.php:1323 msgid "April" msgstr "" @@ -11757,31 +11787,31 @@ msgctxt "long" msgid "May" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1320 +#: ../../include/js_strings.php:50 ../../include/text.php:1323 msgid "June" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1320 +#: ../../include/js_strings.php:51 ../../include/text.php:1323 msgid "July" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1320 +#: ../../include/js_strings.php:52 ../../include/text.php:1323 msgid "August" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1320 +#: ../../include/js_strings.php:53 ../../include/text.php:1323 msgid "September" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1320 +#: ../../include/js_strings.php:54 ../../include/text.php:1323 msgid "October" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1320 +#: ../../include/js_strings.php:55 ../../include/text.php:1323 msgid "November" msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1320 +#: ../../include/js_strings.php:56 ../../include/text.php:1323 msgid "December" msgstr "" @@ -11834,31 +11864,31 @@ msgstr "" msgid "Dec" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1316 +#: ../../include/js_strings.php:69 ../../include/text.php:1319 msgid "Sunday" msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1316 +#: ../../include/js_strings.php:70 ../../include/text.php:1319 msgid "Monday" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1316 +#: ../../include/js_strings.php:71 ../../include/text.php:1319 msgid "Tuesday" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1316 +#: ../../include/js_strings.php:72 ../../include/text.php:1319 msgid "Wednesday" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1316 +#: ../../include/js_strings.php:73 ../../include/text.php:1319 msgid "Thursday" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1316 +#: ../../include/js_strings.php:74 ../../include/text.php:1319 msgid "Friday" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1316 +#: ../../include/js_strings.php:75 ../../include/text.php:1319 msgid "Saturday" msgstr "" @@ -11970,11 +12000,6 @@ msgstr "" msgid "spoiler" msgstr "" -#: ../../include/bbcode.php:576 ../../include/bbcode.php:719 -#: ../../include/wiki.php:572 -msgid "Different viewers will see this text differently" -msgstr "" - #: ../../include/bbcode.php:991 msgid "$1 wrote:" msgstr "" @@ -12323,304 +12348,556 @@ msgstr "" msgid "MySpace" msgstr "" -#: ../../include/photos.php:115 +#: ../../include/conversation.php:204 #, php-format -msgid "Image exceeds website size limit of %lu bytes" -msgstr "" - -#: ../../include/photos.php:122 -msgid "Image file is empty." +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/photos.php:260 -msgid "Photo storage failed." +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/photos.php:300 -msgid "a new photo" +#: ../../include/conversation.php:243 ../../include/text.php:1090 +#: ../../include/text.php:1095 +msgid "poked" msgstr "" -#: ../../include/photos.php:304 +#: ../../include/conversation.php:690 #, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/photos.php:507 ../../include/conversation.php:1839 -msgid "Photo Albums" +#: ../../include/conversation.php:710 +msgid "Categories:" msgstr "" -#: ../../include/photos.php:511 -msgid "Upload New Photos" +#: ../../include/conversation.php:711 +msgid "Filed under:" msgstr "" -#: ../../include/text.php:460 -msgid "prev" +#: ../../include/conversation.php:736 +msgid "View in context" msgstr "" -#: ../../include/text.php:462 -msgid "first" +#: ../../include/conversation.php:832 +msgid "remove" msgstr "" -#: ../../include/text.php:491 -msgid "last" +#: ../../include/conversation.php:837 +msgid "Delete Selected Items" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/conversation.php:930 ../../include/conversation.php:972 +msgid "View Source" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/conversation.php:931 ../../include/conversation.php:982 +msgid "Follow Thread" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/conversation.php:932 ../../include/conversation.php:991 +msgid "Unfollow Thread" msgstr "" -#: ../../include/text.php:917 -msgid "No connections" +#: ../../include/conversation.php:937 ../../include/conversation.php:1059 +msgid "Activity/Posts" msgstr "" -#: ../../include/text.php:942 -#, php-format -msgid "View all %s connections" +#: ../../include/conversation.php:939 ../../include/conversation.php:1079 +msgid "Edit Connection" msgstr "" -#: ../../include/text.php:1087 ../../include/text.php:1092 -msgid "poke" +#: ../../include/conversation.php:940 ../../include/conversation.php:1089 +msgid "Message" msgstr "" -#: ../../include/text.php:1087 ../../include/text.php:1092 -#: ../../include/conversation.php:243 -msgid "poked" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/text.php:1093 -msgid "ping" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../include/text.php:1093 -msgid "pinged" -msgstr "" +#: ../../include/conversation.php:1227 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1094 -msgid "prod" -msgstr "" +#: ../../include/conversation.php:1229 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1094 -msgid "prodded" +#: ../../include/conversation.php:1235 +msgid "and" msgstr "" -#: ../../include/text.php:1095 -msgid "slap" -msgstr "" +#: ../../include/conversation.php:1238 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1095 -msgid "slapped" +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/text.php:1096 -msgid "finger" +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/text.php:1096 -msgid "fingered" +#: ../../include/conversation.php:1282 +msgid "Set your location" msgstr "" -#: ../../include/text.php:1097 -msgid "rebuff" +#: ../../include/conversation.php:1283 +msgid "Clear browser location" msgstr "" -#: ../../include/text.php:1097 -msgid "rebuffed" +#: ../../include/conversation.php:1331 +msgid "Tag term:" msgstr "" -#: ../../include/text.php:1109 -msgid "happy" +#: ../../include/conversation.php:1332 +msgid "Where are you right now?" msgstr "" -#: ../../include/text.php:1110 -msgid "sad" +#: ../../include/conversation.php:1337 +msgid "Choose a different album..." msgstr "" -#: ../../include/text.php:1111 -msgid "mellow" +#: ../../include/conversation.php:1341 +msgid "Comments enabled" msgstr "" -#: ../../include/text.php:1112 -msgid "tired" +#: ../../include/conversation.php:1342 +msgid "Comments disabled" msgstr "" -#: ../../include/text.php:1113 -msgid "perky" +#: ../../include/conversation.php:1380 +msgid "Page link name" msgstr "" -#: ../../include/text.php:1114 -msgid "angry" +#: ../../include/conversation.php:1383 +msgid "Post as" msgstr "" -#: ../../include/text.php:1115 -msgid "stupefied" +#: ../../include/conversation.php:1397 +msgid "Toggle voting" msgstr "" -#: ../../include/text.php:1116 -msgid "puzzled" +#: ../../include/conversation.php:1400 +msgid "Disable comments" msgstr "" -#: ../../include/text.php:1117 -msgid "interested" +#: ../../include/conversation.php:1401 +msgid "Toggle comments" msgstr "" -#: ../../include/text.php:1118 -msgid "bitter" +#: ../../include/conversation.php:1409 +msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/text.php:1119 -msgid "cheerful" +#: ../../include/conversation.php:1432 +msgid "Other networks and post services" msgstr "" -#: ../../include/text.php:1120 -msgid "alive" +#: ../../include/conversation.php:1438 +msgid "Set publish date" msgstr "" -#: ../../include/text.php:1121 -msgid "annoyed" +#: ../../include/conversation.php:1692 +msgid "Discover" msgstr "" -#: ../../include/text.php:1122 -msgid "anxious" +#: ../../include/conversation.php:1695 +msgid "Imported public streams" msgstr "" -#: ../../include/text.php:1123 -msgid "cranky" +#: ../../include/conversation.php:1700 +msgid "Commented Order" msgstr "" -#: ../../include/text.php:1124 -msgid "disturbed" +#: ../../include/conversation.php:1703 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/text.php:1125 -msgid "frustrated" +#: ../../include/conversation.php:1707 +msgid "Posted Order" msgstr "" -#: ../../include/text.php:1126 -msgid "depressed" +#: ../../include/conversation.php:1710 +msgid "Sort by Post Date" msgstr "" -#: ../../include/text.php:1127 -msgid "motivated" +#: ../../include/conversation.php:1718 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/text.php:1128 -msgid "relaxed" +#: ../../include/conversation.php:1727 +msgid "Activity Stream - by date" +msgstr "" + +#: ../../include/conversation.php:1733 +msgid "Starred" +msgstr "" + +#: ../../include/conversation.php:1736 +msgid "Favourite Posts" +msgstr "" + +#: ../../include/conversation.php:1743 +msgid "Spam" +msgstr "" + +#: ../../include/conversation.php:1746 +msgid "Posts flagged as SPAM" +msgstr "" + +#: ../../include/conversation.php:1818 +msgid "Status Messages and Posts" +msgstr "" + +#: ../../include/conversation.php:1830 +msgid "Profile Details" +msgstr "" + +#: ../../include/conversation.php:1839 ../../include/photos.php:508 +msgid "Photo Albums" +msgstr "" + +#: ../../include/conversation.php:1846 +msgid "Files and Storage" +msgstr "" + +#: ../../include/conversation.php:1866 ../../include/conversation.php:1869 +#: ../../include/widgets.php:883 +msgid "Chatrooms" +msgstr "" + +#: ../../include/conversation.php:1882 +msgid "Saved Bookmarks" +msgstr "" + +#: ../../include/conversation.php:1892 +msgid "View Webpages" +msgstr "" + +#: ../../include/conversation.php:1958 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1961 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1964 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1967 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1970 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1973 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/text.php:460 +msgid "prev" +msgstr "" + +#: ../../include/text.php:462 +msgid "first" +msgstr "" + +#: ../../include/text.php:491 +msgid "last" +msgstr "" + +#: ../../include/text.php:494 +msgid "next" +msgstr "" + +#: ../../include/text.php:505 +msgid "older" +msgstr "" + +#: ../../include/text.php:507 +msgid "newer" +msgstr "" + +#: ../../include/text.php:920 +msgid "No connections" +msgstr "" + +#: ../../include/text.php:945 +#, php-format +msgid "View all %s connections" +msgstr "" + +#: ../../include/text.php:1090 ../../include/text.php:1095 +msgid "poke" +msgstr "" + +#: ../../include/text.php:1096 +msgid "ping" +msgstr "" + +#: ../../include/text.php:1096 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:1097 +msgid "prod" +msgstr "" + +#: ../../include/text.php:1097 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:1098 +msgid "slap" +msgstr "" + +#: ../../include/text.php:1098 +msgid "slapped" +msgstr "" + +#: ../../include/text.php:1099 +msgid "finger" +msgstr "" + +#: ../../include/text.php:1099 +msgid "fingered" +msgstr "" + +#: ../../include/text.php:1100 +msgid "rebuff" +msgstr "" + +#: ../../include/text.php:1100 +msgid "rebuffed" +msgstr "" + +#: ../../include/text.php:1112 +msgid "happy" +msgstr "" + +#: ../../include/text.php:1113 +msgid "sad" +msgstr "" + +#: ../../include/text.php:1114 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:1115 +msgid "tired" +msgstr "" + +#: ../../include/text.php:1116 +msgid "perky" +msgstr "" + +#: ../../include/text.php:1117 +msgid "angry" +msgstr "" + +#: ../../include/text.php:1118 +msgid "stupefied" +msgstr "" + +#: ../../include/text.php:1119 +msgid "puzzled" +msgstr "" + +#: ../../include/text.php:1120 +msgid "interested" +msgstr "" + +#: ../../include/text.php:1121 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:1122 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:1123 +msgid "alive" +msgstr "" + +#: ../../include/text.php:1124 +msgid "annoyed" +msgstr "" + +#: ../../include/text.php:1125 +msgid "anxious" +msgstr "" + +#: ../../include/text.php:1126 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:1127 +msgid "disturbed" +msgstr "" + +#: ../../include/text.php:1128 +msgid "frustrated" msgstr "" #: ../../include/text.php:1129 +msgid "depressed" +msgstr "" + +#: ../../include/text.php:1130 +msgid "motivated" +msgstr "" + +#: ../../include/text.php:1131 +msgid "relaxed" +msgstr "" + +#: ../../include/text.php:1132 msgid "surprised" msgstr "" -#: ../../include/text.php:1320 +#: ../../include/text.php:1323 msgid "May" msgstr "" -#: ../../include/text.php:1397 ../../include/text.php:1401 +#: ../../include/text.php:1400 ../../include/text.php:1404 msgid "Unknown Attachment" msgstr "" -#: ../../include/text.php:1403 +#: ../../include/text.php:1406 msgid "unknown" msgstr "" -#: ../../include/text.php:1439 +#: ../../include/text.php:1442 msgid "remove category" msgstr "" -#: ../../include/text.php:1516 +#: ../../include/text.php:1519 msgid "remove from file" msgstr "" -#: ../../include/text.php:1791 +#: ../../include/text.php:1794 msgid "Page layout" msgstr "" -#: ../../include/text.php:1791 +#: ../../include/text.php:1794 msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/text.php:1833 +#: ../../include/text.php:1836 msgid "Page content type" msgstr "" -#: ../../include/text.php:1966 +#: ../../include/text.php:1969 msgid "activity" msgstr "" -#: ../../include/text.php:2280 +#: ../../include/text.php:2283 msgid "Design Tools" msgstr "" -#: ../../include/text.php:2286 +#: ../../include/text.php:2289 msgid "Pages" msgstr "" -#: ../../include/text.php:2308 +#: ../../include/text.php:2311 msgid "Import website..." msgstr "" -#: ../../include/text.php:2309 +#: ../../include/text.php:2312 msgid "Select folder to import" msgstr "" -#: ../../include/text.php:2310 +#: ../../include/text.php:2313 msgid "Import from a zipped folder:" msgstr "" -#: ../../include/text.php:2311 +#: ../../include/text.php:2314 msgid "Import from cloud files:" msgstr "" -#: ../../include/text.php:2312 +#: ../../include/text.php:2315 msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/text.php:2313 +#: ../../include/text.php:2316 msgid "Enter path to website files" msgstr "" -#: ../../include/text.php:2314 +#: ../../include/text.php:2317 msgid "Select folder" msgstr "" -#: ../../include/text.php:2315 +#: ../../include/text.php:2318 msgid "Export website..." msgstr "" -#: ../../include/text.php:2316 +#: ../../include/text.php:2319 msgid "Export to a zip file" msgstr "" -#: ../../include/text.php:2317 +#: ../../include/text.php:2320 msgid "website.zip" msgstr "" -#: ../../include/text.php:2318 +#: ../../include/text.php:2321 msgid "Enter a name for the zip file." msgstr "" -#: ../../include/text.php:2319 +#: ../../include/text.php:2322 msgid "Export to cloud files" msgstr "" -#: ../../include/text.php:2320 +#: ../../include/text.php:2323 msgid "/path/to/export/folder" msgstr "" -#: ../../include/text.php:2321 +#: ../../include/text.php:2324 msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/text.php:2322 +#: ../../include/text.php:2325 msgid "Specify folder" msgstr "" @@ -12780,11 +13057,6 @@ msgstr "" msgid "Import Calendar" msgstr "" -#: ../../include/widgets.php:883 ../../include/conversation.php:1866 -#: ../../include/conversation.php:1869 -msgid "Chatrooms" -msgstr "" - #: ../../include/widgets.php:887 msgid "Overview" msgstr "" @@ -12818,456 +13090,209 @@ msgid "Suggested Chatrooms" msgstr "" #: ../../include/widgets.php:1159 ../../include/widgets.php:1271 -msgid "photo/image" -msgstr "" - -#: ../../include/widgets.php:1214 -msgid "Click to show more" -msgstr "" - -#: ../../include/widgets.php:1365 -msgid "Rating Tools" -msgstr "" - -#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 -msgid "Rate Me" -msgstr "" - -#: ../../include/widgets.php:1374 -msgid "View Ratings" -msgstr "" - -#: ../../include/widgets.php:1467 -msgid "Forums" -msgstr "" - -#: ../../include/widgets.php:1496 -msgid "Tasks" -msgstr "" - -#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 -msgid "Member registrations waiting for confirmation" -msgstr "" - -#: ../../include/widgets.php:1568 -msgid "Inspect queue" -msgstr "" - -#: ../../include/widgets.php:1570 -msgid "DB updates" -msgstr "" - -#: ../../include/widgets.php:1596 -msgid "Plugin Features" -msgstr "" - -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" -msgstr "" - -#: ../../include/permissions.php:39 -msgid "Can view my webpages" -msgstr "" - -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" -msgstr "" - -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" -msgstr "" - -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" -msgstr "" - -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" -msgstr "" - -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" -msgstr "" - -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" -msgstr "" - -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" -msgstr "" - -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" -msgstr "" - -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." -msgstr "" - -#: ../../include/import.php:1354 -msgid "Unable to import element \"" -msgstr "" - -#: ../../include/items.php:837 ../../include/items.php:882 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:1080 -msgid "Visible to anybody on the internet." -msgstr "" - -#: ../../include/items.php:1082 -msgid "Visible to you only." -msgstr "" - -#: ../../include/items.php:1084 -msgid "Visible to anybody in this network." -msgstr "" - -#: ../../include/items.php:1086 -msgid "Visible to anybody authenticated." -msgstr "" - -#: ../../include/items.php:1088 -#, php-format -msgid "Visible to anybody on %s." -msgstr "" - -#: ../../include/items.php:1090 -msgid "Visible to all connections." -msgstr "" - -#: ../../include/items.php:1092 -msgid "Visible to approved connections." -msgstr "" - -#: ../../include/items.php:1094 -msgid "Visible to specific connections." -msgstr "" - -#: ../../include/items.php:3892 -msgid "Privacy group is empty." -msgstr "" - -#: ../../include/items.php:3899 -#, php-format -msgid "Privacy group: %s" -msgstr "" - -#: ../../include/items.php:3911 -msgid "Connection not found." -msgstr "" - -#: ../../include/items.php:4260 -msgid "profile photo" -msgstr "" - -#: ../../include/items.php:4456 -#, php-format -msgid "[Edited %s]" -msgstr "" - -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Post" -msgstr "" - -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Comment" -msgstr "" - -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "" - -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: ../../include/conversation.php:690 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../include/conversation.php:710 -msgid "Categories:" -msgstr "" - -#: ../../include/conversation.php:711 -msgid "Filed under:" -msgstr "" - -#: ../../include/conversation.php:736 -msgid "View in context" -msgstr "" - -#: ../../include/conversation.php:832 -msgid "remove" -msgstr "" - -#: ../../include/conversation.php:837 -msgid "Delete Selected Items" -msgstr "" - -#: ../../include/conversation.php:930 ../../include/conversation.php:972 -msgid "View Source" -msgstr "" - -#: ../../include/conversation.php:931 ../../include/conversation.php:982 -msgid "Follow Thread" -msgstr "" - -#: ../../include/conversation.php:932 ../../include/conversation.php:991 -msgid "Unfollow Thread" +msgid "photo/image" msgstr "" -#: ../../include/conversation.php:937 ../../include/conversation.php:1059 -msgid "Activity/Posts" +#: ../../include/widgets.php:1214 +msgid "Click to show more" msgstr "" -#: ../../include/conversation.php:939 ../../include/conversation.php:1079 -msgid "Edit Connection" +#: ../../include/widgets.php:1365 +msgid "Rating Tools" msgstr "" -#: ../../include/conversation.php:940 ../../include/conversation.php:1089 -msgid "Message" +#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 +msgid "Rate Me" msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s likes this." +#: ../../include/widgets.php:1374 +msgid "View Ratings" msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s doesn't like this." +#: ../../include/widgets.php:1467 +msgid "Forums" msgstr "" -#: ../../include/conversation.php:1227 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1229 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" +#: ../../include/widgets.php:1496 +msgid "Tasks" +msgstr "" -#: ../../include/conversation.php:1235 -msgid "and" +#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 +msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../include/conversation.php:1238 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" +#: ../../include/widgets.php:1568 +msgid "Inspect queue" +msgstr "" -#: ../../include/conversation.php:1239 -#, php-format -msgid "%s like this." +#: ../../include/widgets.php:1570 +msgid "DB updates" msgstr "" -#: ../../include/conversation.php:1239 -#, php-format -msgid "%s don't like this." +#: ../../include/widgets.php:1596 +msgid "Plugin Features" msgstr "" -#: ../../include/conversation.php:1282 -msgid "Set your location" +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/conversation.php:1283 -msgid "Clear browser location" +#: ../../include/permissions.php:39 +msgid "Can view my webpages" msgstr "" -#: ../../include/conversation.php:1331 -msgid "Tag term:" +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/conversation.php:1332 -msgid "Where are you right now?" +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" msgstr "" -#: ../../include/conversation.php:1337 -msgid "Choose a different album..." +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../include/conversation.php:1341 -msgid "Comments enabled" +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/conversation.php:1342 -msgid "Comments disabled" +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/conversation.php:1380 -msgid "Page link name" +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/conversation.php:1383 -msgid "Post as" +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/conversation.php:1397 -msgid "Toggle voting" +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" msgstr "" -#: ../../include/conversation.php:1400 -msgid "Disable comments" +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/conversation.php:1401 -msgid "Toggle comments" +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/conversation.php:1409 -msgid "Categories (optional, comma-separated list)" +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/conversation.php:1432 -msgid "Other networks and post services" +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/conversation.php:1438 -msgid "Set publish date" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/conversation.php:1692 -msgid "Discover" +#: ../../include/import.php:1367 +msgid "Unable to import element \"" msgstr "" -#: ../../include/conversation.php:1695 -msgid "Imported public streams" +#: ../../include/items.php:837 ../../include/items.php:882 +msgid "(Unknown)" msgstr "" -#: ../../include/conversation.php:1700 -msgid "Commented Order" +#: ../../include/items.php:1080 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/conversation.php:1703 -msgid "Sort by Comment Date" +#: ../../include/items.php:1082 +msgid "Visible to you only." msgstr "" -#: ../../include/conversation.php:1707 -msgid "Posted Order" +#: ../../include/items.php:1084 +msgid "Visible to anybody in this network." msgstr "" -#: ../../include/conversation.php:1710 -msgid "Sort by Post Date" +#: ../../include/items.php:1086 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/conversation.php:1718 -msgid "Posts that mention or involve you" +#: ../../include/items.php:1088 +#, php-format +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/conversation.php:1727 -msgid "Activity Stream - by date" +#: ../../include/items.php:1090 +msgid "Visible to all connections." msgstr "" -#: ../../include/conversation.php:1733 -msgid "Starred" +#: ../../include/items.php:1092 +msgid "Visible to approved connections." msgstr "" -#: ../../include/conversation.php:1736 -msgid "Favourite Posts" +#: ../../include/items.php:1094 +msgid "Visible to specific connections." msgstr "" -#: ../../include/conversation.php:1743 -msgid "Spam" +#: ../../include/items.php:3892 +msgid "Privacy group is empty." msgstr "" -#: ../../include/conversation.php:1746 -msgid "Posts flagged as SPAM" +#: ../../include/items.php:3899 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../include/conversation.php:1818 -msgid "Status Messages and Posts" +#: ../../include/items.php:3911 +msgid "Connection not found." msgstr "" -#: ../../include/conversation.php:1830 -msgid "Profile Details" +#: ../../include/items.php:4260 +msgid "profile photo" msgstr "" -#: ../../include/conversation.php:1846 -msgid "Files and Storage" +#: ../../include/items.php:4456 +#, php-format +msgid "[Edited %s]" msgstr "" -#: ../../include/conversation.php:1882 -msgid "Saved Bookmarks" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Post" msgstr "" -#: ../../include/conversation.php:1892 -msgid "View Webpages" +#: ../../include/items.php:4456 +msgctxt "edit_activity" +msgid "Comment" msgstr "" -#: ../../include/conversation.php:1958 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:115 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "" -#: ../../include/conversation.php:1961 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:122 +msgid "Image file is empty." +msgstr "" -#: ../../include/conversation.php:1964 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:260 +msgid "Photo storage failed." +msgstr "" -#: ../../include/conversation.php:1967 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:300 +msgid "a new photo" +msgstr "" -#: ../../include/conversation.php:1970 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:304 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" +msgstr "" -#: ../../include/conversation.php:1973 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" +#: ../../include/photos.php:512 +msgid "Upload New Photos" +msgstr "" #: ../../util/nconfig.php:34 msgid "Source channel not found." @@ -13405,66 +13430,66 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1176 +#: ../../boot.php:1177 #, php-format msgctxt "opensearch" msgid "Search %1$s (%2$s)" msgstr "" -#: ../../boot.php:1176 +#: ../../boot.php:1177 msgctxt "opensearch" msgid "$Projectname" msgstr "" -#: ../../boot.php:1494 +#: ../../boot.php:1495 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1497 +#: ../../boot.php:1498 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1701 +#: ../../boot.php:1702 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1722 +#: ../../boot.php:1723 msgid "Login/Email" msgstr "" -#: ../../boot.php:1723 +#: ../../boot.php:1724 msgid "Password" msgstr "" -#: ../../boot.php:1724 +#: ../../boot.php:1725 msgid "Remember me" msgstr "" -#: ../../boot.php:1727 +#: ../../boot.php:1728 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2288 +#: ../../boot.php:2289 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2443 +#: ../../boot.php:2444 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2446 +#: ../../boot.php:2447 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2563 +#: ../../boot.php:2564 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2567 +#: ../../boot.php:2568 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" -- cgit v1.2.3 From b6595a44d1f6db38c104abaa3c24f42223316ec5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 17 Jan 2017 17:41:19 -0800 Subject: native wiki stuff --- util/typo.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/typo.php b/util/typo.php index 3f6ffb166..f9c9e5353 100644 --- a/util/typo.php +++ b/util/typo.php @@ -38,8 +38,10 @@ echo "Directory: Zotlabs\n"; $files = glob('Zotlabs/*/*.php'); foreach($files as $file) { - echo $file . "\n"; - include_once($file); + if(strpos($file,'SiteModule') === false) { + echo $file . "\n"; + include_once($file); + } } echo "Directory: Zotlabs/Module (sub-modules)\n"; -- cgit v1.2.3 From ece1dd1d7edc800085def93e50efc25a3dda55a7 Mon Sep 17 00:00:00 2001 From: Hubzilla Date: Fri, 20 Jan 2017 12:03:46 -0800 Subject: js errors with raw message-id, string update --- util/hmessages.po | 1654 +++++++++++++++++++++++++++++------------------------ 1 file changed, 908 insertions(+), 746 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 4cae6091d..77e484659 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-13 00:05-0800\n" +"POT-Creation-Date: 2017-01-20 00:06-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,8 +95,8 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 #: ../../include/selectors.php:66 ../../include/selectors.php:104 -#: ../../include/selectors.php:140 ../../include/connections.php:863 -#: ../../include/connections.php:870 ../../include/permissions.php:949 +#: ../../include/selectors.php:140 ../../include/connections.php:869 +#: ../../include/connections.php:876 ../../include/permissions.php:949 msgid "Other" msgstr "" @@ -197,14 +197,14 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:788 -#: ../../Zotlabs/Module/Photos.php:1248 +#: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:784 +#: ../../Zotlabs/Module/Photos.php:1244 #: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:526 -#: ../../Zotlabs/Lib/Apps.php:603 +#: ../../Zotlabs/Lib/Apps.php:604 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/conversation.php:1177 ../../include/widgets.php:1684 +#: ../../include/conversation.php:1177 ../../include/widgets.php:1695 msgid "Unknown" msgstr "" @@ -234,29 +234,32 @@ msgid "Create" msgstr "" #: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:323 -#: ../../Zotlabs/Module/Photos.php:815 ../../Zotlabs/Module/Photos.php:1372 +#: ../../Zotlabs/Module/Photos.php:811 ../../Zotlabs/Module/Photos.php:1368 #: ../../Zotlabs/Module/Cover_photo.php:357 #: ../../Zotlabs/Module/Profile_photo.php:410 #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 -#: ../../include/widgets.php:1697 +#: ../../include/widgets.php:1708 msgid "Upload" msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 #: ../../Zotlabs/Module/Connedit.php:870 -#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:151 +#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:163 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 #: ../../Zotlabs/Module/Chat.php:250 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1136 #: ../../extend/addon/addon/rendezvous/rendezvous.php:164 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:156 +#: ../../include/widgets.php:971 msgid "Name" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:152 +#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:164 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:157 msgid "Type" msgstr "" @@ -278,20 +281,22 @@ msgstr "" #: ../../Zotlabs/Module/Editlayout.php:114 #: ../../Zotlabs/Module/Editwebpage.php:145 ../../Zotlabs/Module/Menu.php:112 #: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 -#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:144 -#: ../../Zotlabs/Module/Wiki.php:246 +#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:156 +#: ../../Zotlabs/Module/Wiki.php:266 #: ../../Zotlabs/Module/Settings/Oauth.php:149 -#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:346 -#: ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Lib/Apps.php:346 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:149 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 #: ../../include/menu.php:113 ../../include/page_widgets.php:9 #: ../../include/page_widgets.php:39 ../../include/channel.php:961 #: ../../include/channel.php:965 msgid "Edit" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1178 +#: ../../Zotlabs/Storage/Browser.php:239 ../../Zotlabs/Module/Photos.php:1174 #: ../../Zotlabs/Module/Editblock.php:134 #: ../../Zotlabs/Module/Connections.php:271 #: ../../Zotlabs/Module/Admin/Profs.php:155 @@ -303,8 +308,8 @@ msgstr "" #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:347 -#: ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Lib/Apps.php:347 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 #: ../../include/conversation.php:656 @@ -373,13 +378,13 @@ msgstr "" #: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Group.php:13 #: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 #: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Mitem.php:115 -#: ../../Zotlabs/Module/Appman.php:76 ../../Zotlabs/Module/Mood.php:116 -#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:607 +#: ../../Zotlabs/Module/Appman.php:77 ../../Zotlabs/Module/Mood.php:116 +#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:635 #: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Invite.php:17 #: ../../Zotlabs/Module/Invite.php:94 ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 ../../Zotlabs/Module/Setup.php:212 #: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Poke.php:137 -#: ../../Zotlabs/Module/Profile.php:68 ../../Zotlabs/Module/Profile.php:76 +#: ../../Zotlabs/Module/Profile.php:70 ../../Zotlabs/Module/Profile.php:87 #: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80 #: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 #: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Rate.php:113 @@ -391,8 +396,8 @@ msgstr "" #: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Message.php:18 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 -#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:189 -#: ../../Zotlabs/Module/Wiki.php:286 ../../Zotlabs/Module/Sources.php:74 +#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:207 +#: ../../Zotlabs/Module/Wiki.php:306 ../../Zotlabs/Module/Sources.php:74 #: ../../Zotlabs/Module/Suggest.php:30 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Mail.php:164 @@ -400,26 +405,28 @@ msgstr "" #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Chat.php:100 #: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Item.php:220 -#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1063 +#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1067 #: ../../Zotlabs/Lib/Chatroom.php:137 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:55 #: ../../extend/addon/addon/keepout/keepout.php:36 #: ../../extend/addon/addon/pumpio/pumpio.php:40 #: ../../extend/addon/addon/openid/Mod_Id.php:53 #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:58 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:194 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:291 #: ../../include/attach.php:142 ../../include/attach.php:189 #: ../../include/attach.php:253 ../../include/attach.php:267 #: ../../include/attach.php:274 ../../include/attach.php:341 #: ../../include/attach.php:355 ../../include/attach.php:362 #: ../../include/attach.php:439 ../../include/attach.php:906 #: ../../include/attach.php:977 ../../include/attach.php:1135 -#: ../../include/items.php:3422 ../../include/photos.php:27 +#: ../../include/items.php:3429 ../../include/photos.php:27 msgid "Permission denied." msgstr "" -#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Display.php:120 +#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Display.php:124 #: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 -#: ../../include/help.php:66 +#: ../../Zotlabs/Lib/NativeWikiPage.php:496 ../../include/help.php:66 msgid "Page not found." msgstr "" @@ -451,7 +458,7 @@ msgstr "" msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../Zotlabs/Module/Display.php:17 ../../Zotlabs/Module/Photos.php:509 +#: ../../Zotlabs/Module/Display.php:17 ../../Zotlabs/Module/Photos.php:508 #: ../../Zotlabs/Module/Search.php:17 ../../Zotlabs/Module/Ratings.php:83 #: ../../Zotlabs/Module/Directory.php:64 #: ../../Zotlabs/Module/Viewconnections.php:23 @@ -459,11 +466,11 @@ msgstr "" msgid "Public access denied." msgstr "" -#: ../../Zotlabs/Module/Display.php:40 ../../Zotlabs/Module/Admin.php:60 +#: ../../Zotlabs/Module/Display.php:38 ../../Zotlabs/Module/Admin.php:60 #: ../../Zotlabs/Module/Admin/Plugins.php:254 #: ../../Zotlabs/Module/Admin/Themes.php:69 #: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Thing.php:89 -#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3343 +#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3350 msgid "Item not found." msgstr "" @@ -599,7 +606,7 @@ msgid "Membership on this site is by invitation only." msgstr "" #: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:150 -#: ../../boot.php:1703 +#: ../../boot.php:1704 msgid "Register" msgstr "" @@ -618,11 +625,10 @@ msgstr "" msgid "Page owner information could not be retrieved." msgstr "" -#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:733 +#: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:729 #: ../../Zotlabs/Module/Profile_photo.php:115 #: ../../Zotlabs/Module/Profile_photo.php:219 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:225 -#: ../../include/photo/photo_driver.php:728 +#: ../../include/photo/photo_driver.php:730 msgid "Profile Photos" msgstr "" @@ -641,54 +647,54 @@ msgid "" "manager" msgstr "" -#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1058 +#: ../../Zotlabs/Module/Photos.php:190 ../../Zotlabs/Module/Photos.php:1054 msgid "Delete Photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:520 +#: ../../Zotlabs/Module/Photos.php:519 msgid "No photos selected" msgstr "" -#: ../../Zotlabs/Module/Photos.php:569 +#: ../../Zotlabs/Module/Photos.php:568 msgid "Access to this item is restricted." msgstr "" -#: ../../Zotlabs/Module/Photos.php:608 +#: ../../Zotlabs/Module/Photos.php:607 #, php-format msgid "%1$.2f MB of %2$.2f MB photo storage used." msgstr "" -#: ../../Zotlabs/Module/Photos.php:611 +#: ../../Zotlabs/Module/Photos.php:610 #, php-format msgid "%1$.2f MB photo storage used." msgstr "" -#: ../../Zotlabs/Module/Photos.php:647 +#: ../../Zotlabs/Module/Photos.php:646 msgid "Upload Photos" msgstr "" -#: ../../Zotlabs/Module/Photos.php:651 +#: ../../Zotlabs/Module/Photos.php:650 msgid "Enter an album name" msgstr "" -#: ../../Zotlabs/Module/Photos.php:652 +#: ../../Zotlabs/Module/Photos.php:651 msgid "or select an existing album (doubleclick)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:653 +#: ../../Zotlabs/Module/Photos.php:652 msgid "Create a status post for this upload" msgstr "" -#: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:218 +#: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:218 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 #: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:755 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:653 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Wiki.php:171 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -735,23 +741,24 @@ msgstr "" #: ../../extend/addon/addon/wppost/wppost.php:105 #: ../../extend/addon/addon/wppost/wppost.php:109 #: ../../extend/addon/addon/xmpp/xmpp.php:53 -#: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 -#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 -#: ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1725 +#: ../../extend/addon/addon/cdav/cdav.php:234 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 +#: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 +#: ../../include/dir_fns.php:145 ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1726 msgid "No" msgstr "" -#: ../../Zotlabs/Module/Photos.php:653 ../../Zotlabs/Module/Admin/Site.php:220 +#: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:220 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 #: ../../Zotlabs/Module/Connedit.php:417 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:653 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Wiki.php:171 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -798,22 +805,23 @@ msgstr "" #: ../../extend/addon/addon/wppost/wppost.php:105 #: ../../extend/addon/addon/wppost/wppost.php:109 #: ../../extend/addon/addon/xmpp/xmpp.php:53 -#: ../../extend/addon/addon/cdav/cdav.php:234 ../../include/dir_fns.php:143 -#: ../../include/dir_fns.php:144 ../../include/dir_fns.php:145 -#: ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1725 +#: ../../extend/addon/addon/cdav/cdav.php:234 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 +#: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 +#: ../../include/dir_fns.php:145 ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1726 msgid "Yes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:654 +#: ../../Zotlabs/Module/Photos.php:653 msgid "Caption (optional):" msgstr "" -#: ../../Zotlabs/Module/Photos.php:655 +#: ../../Zotlabs/Module/Photos.php:654 msgid "Description (optional):" msgstr "" -#: ../../Zotlabs/Module/Photos.php:658 ../../Zotlabs/Module/Photos.php:1046 +#: ../../Zotlabs/Module/Photos.php:657 ../../Zotlabs/Module/Photos.php:1042 #: ../../Zotlabs/Module/Connedit.php:652 #: ../../Zotlabs/Module/Filestorage.php:152 ../../Zotlabs/Module/Thing.php:313 #: ../../Zotlabs/Module/Thing.php:363 ../../Zotlabs/Module/Chat.php:234 @@ -821,8 +829,8 @@ msgstr "" msgid "Permissions" msgstr "" -#: ../../Zotlabs/Module/Photos.php:668 ../../Zotlabs/Module/Photos.php:1057 -#: ../../Zotlabs/Module/Photos.php:1097 ../../Zotlabs/Module/Photos.php:1215 +#: ../../Zotlabs/Module/Photos.php:667 ../../Zotlabs/Module/Photos.php:1053 +#: ../../Zotlabs/Module/Photos.php:1093 ../../Zotlabs/Module/Photos.php:1211 #: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Logs.php:84 @@ -838,12 +846,12 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 #: ../../Zotlabs/Module/Import.php:546 ../../Zotlabs/Module/Mitem.php:243 -#: ../../Zotlabs/Module/Appman.php:127 ../../Zotlabs/Module/Mood.php:139 -#: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Invite.php:149 +#: ../../Zotlabs/Module/Appman.php:129 ../../Zotlabs/Module/Mood.php:139 +#: ../../Zotlabs/Module/Profiles.php:721 ../../Zotlabs/Module/Invite.php:149 #: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 #: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Pconfig.php:107 #: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Events.php:493 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:148 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:160 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Oauth.php:87 @@ -873,7 +881,7 @@ msgstr "" #: ../../extend/addon/addon/nofed/nofed.php:80 #: ../../extend/addon/addon/nsabait/nsabait.php:161 #: ../../extend/addon/addon/nsfw/nsfw.php:92 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:52 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:53 #: ../../extend/addon/addon/openstreetmap/openstreetmap.php:168 #: ../../extend/addon/addon/pageheader/pageheader.php:48 #: ../../extend/addon/addon/piwik/piwik.php:95 @@ -900,205 +908,206 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:246 #: ../../extend/addon/addon/likebanner/likebanner.php:57 #: ../../extend/addon/addon/mailtest/mailtest.php:100 -#: ../../include/js_strings.php:22 ../../include/widgets.php:796 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:153 +#: ../../include/js_strings.php:22 ../../include/widgets.php:799 #: ../../view/theme/redbasic/php/config.php:106 msgid "Submit" msgstr "" -#: ../../Zotlabs/Module/Photos.php:686 +#: ../../Zotlabs/Module/Photos.php:685 msgid "Album name could not be decoded" msgstr "" -#: ../../Zotlabs/Module/Photos.php:733 +#: ../../Zotlabs/Module/Photos.php:729 msgid "Contact Photos" msgstr "" -#: ../../Zotlabs/Module/Photos.php:756 +#: ../../Zotlabs/Module/Photos.php:752 msgid "Show Newest First" msgstr "" -#: ../../Zotlabs/Module/Photos.php:758 +#: ../../Zotlabs/Module/Photos.php:754 msgid "Show Oldest First" msgstr "" -#: ../../Zotlabs/Module/Photos.php:782 ../../Zotlabs/Module/Photos.php:1339 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1678 +#: ../../Zotlabs/Module/Photos.php:778 ../../Zotlabs/Module/Photos.php:1335 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1689 msgid "View Photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:813 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1695 +#: ../../Zotlabs/Module/Photos.php:809 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1706 msgid "Edit Album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:860 +#: ../../Zotlabs/Module/Photos.php:856 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../Zotlabs/Module/Photos.php:862 +#: ../../Zotlabs/Module/Photos.php:858 msgid "Photo not available" msgstr "" -#: ../../Zotlabs/Module/Photos.php:920 +#: ../../Zotlabs/Module/Photos.php:916 msgid "Use as profile photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:921 +#: ../../Zotlabs/Module/Photos.php:917 msgid "Use as cover photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:928 +#: ../../Zotlabs/Module/Photos.php:924 msgid "Private Photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:939 ../../Zotlabs/Module/Cal.php:336 +#: ../../Zotlabs/Module/Photos.php:935 ../../Zotlabs/Module/Cal.php:336 #: ../../Zotlabs/Module/Cal.php:343 ../../Zotlabs/Module/Events.php:689 #: ../../Zotlabs/Module/Events.php:698 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:846 msgid "Previous" msgstr "" -#: ../../Zotlabs/Module/Photos.php:943 +#: ../../Zotlabs/Module/Photos.php:939 msgid "View Full Size" msgstr "" -#: ../../Zotlabs/Module/Photos.php:948 ../../Zotlabs/Module/Cal.php:337 +#: ../../Zotlabs/Module/Photos.php:944 ../../Zotlabs/Module/Cal.php:337 #: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Setup.php:264 #: ../../Zotlabs/Module/Events.php:690 ../../Zotlabs/Module/Events.php:699 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:847 msgid "Next" msgstr "" -#: ../../Zotlabs/Module/Photos.php:988 +#: ../../Zotlabs/Module/Photos.php:984 #: ../../Zotlabs/Module/Admin/Plugins.php:445 #: ../../Zotlabs/Module/Tagrm.php:137 #: ../../extend/addon/addon/superblock/superblock.php:114 msgid "Remove" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1032 +#: ../../Zotlabs/Module/Photos.php:1028 msgid "Edit photo" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1034 +#: ../../Zotlabs/Module/Photos.php:1030 msgid "Rotate CW (right)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1035 +#: ../../Zotlabs/Module/Photos.php:1031 msgid "Rotate CCW (left)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1038 +#: ../../Zotlabs/Module/Photos.php:1034 msgid "Move photo to album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1039 +#: ../../Zotlabs/Module/Photos.php:1035 msgid "Enter a new album name" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1040 +#: ../../Zotlabs/Module/Photos.php:1036 msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1043 +#: ../../Zotlabs/Module/Photos.php:1039 msgid "Caption" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1045 +#: ../../Zotlabs/Module/Photos.php:1041 msgid "Add a Tag" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1053 +#: ../../Zotlabs/Module/Photos.php:1049 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1056 +#: ../../Zotlabs/Module/Photos.php:1052 msgid "Flag as adult in album view" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1075 ../../Zotlabs/Lib/ThreadItem.php:268 +#: ../../Zotlabs/Module/Photos.php:1071 ../../Zotlabs/Lib/ThreadItem.php:268 msgid "I like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1076 ../../Zotlabs/Lib/ThreadItem.php:269 +#: ../../Zotlabs/Module/Photos.php:1072 ../../Zotlabs/Lib/ThreadItem.php:269 msgid "I don't like this (toggle)" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1077 ../../Zotlabs/Module/Blocks.php:161 +#: ../../Zotlabs/Module/Photos.php:1073 ../../Zotlabs/Module/Blocks.php:161 #: ../../Zotlabs/Module/Layouts.php:193 ../../Zotlabs/Module/Webpages.php:245 #: ../../extend/addon/addon/cdav/include/widgets.php:123 #: ../../include/conversation.php:1378 msgid "Share" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1078 ../../Zotlabs/Lib/ThreadItem.php:411 +#: ../../Zotlabs/Module/Photos.php:1074 ../../Zotlabs/Lib/ThreadItem.php:411 #: ../../include/conversation.php:738 msgid "Please wait" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Photos.php:1212 +#: ../../Zotlabs/Module/Photos.php:1090 ../../Zotlabs/Module/Photos.php:1208 #: ../../Zotlabs/Lib/ThreadItem.php:728 msgid "This is you" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1096 ../../Zotlabs/Module/Photos.php:1214 +#: ../../Zotlabs/Module/Photos.php:1092 ../../Zotlabs/Module/Photos.php:1210 #: ../../Zotlabs/Lib/ThreadItem.php:730 ../../include/js_strings.php:6 msgid "Comment" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1098 ../../Zotlabs/Module/Events.php:478 +#: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Events.php:478 #: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Lib/ThreadItem.php:740 #: ../../include/page_widgets.php:43 ../../include/conversation.php:1347 msgid "Preview" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1112 ../../include/conversation.php:577 +#: ../../Zotlabs/Module/Photos.php:1108 ../../include/conversation.php:577 msgctxt "title" msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1112 ../../include/conversation.php:577 +#: ../../Zotlabs/Module/Photos.php:1108 ../../include/conversation.php:577 msgctxt "title" msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1109 ../../include/conversation.php:578 msgctxt "title" msgid "Agree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1109 ../../include/conversation.php:578 msgctxt "title" msgid "Disagree" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1113 ../../include/conversation.php:578 +#: ../../Zotlabs/Module/Photos.php:1109 ../../include/conversation.php:578 msgctxt "title" msgid "Abstain" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1110 ../../include/conversation.php:579 msgctxt "title" msgid "Attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1110 ../../include/conversation.php:579 msgctxt "title" msgid "Not attending" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1114 ../../include/conversation.php:579 +#: ../../Zotlabs/Module/Photos.php:1110 ../../include/conversation.php:579 msgctxt "title" msgid "Might attend" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Module/Photos.php:1143 +#: ../../Zotlabs/Module/Photos.php:1127 ../../Zotlabs/Module/Photos.php:1139 #: ../../Zotlabs/Lib/ThreadItem.php:186 ../../Zotlabs/Lib/ThreadItem.php:198 #: ../../include/conversation.php:1928 msgid "View all" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1135 ../../Zotlabs/Lib/ThreadItem.php:190 +#: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Lib/ThreadItem.php:190 #: ../../include/taxonomy.php:403 ../../include/channel.php:1190 #: ../../include/conversation.php:1952 msgctxt "noun" @@ -1107,7 +1116,7 @@ msgid_plural "Likes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Module/Photos.php:1140 ../../Zotlabs/Lib/ThreadItem.php:195 +#: ../../Zotlabs/Module/Photos.php:1136 ../../Zotlabs/Lib/ThreadItem.php:195 #: ../../include/conversation.php:1955 msgctxt "noun" msgid "Dislike" @@ -1115,39 +1124,39 @@ msgid_plural "Dislikes" msgstr[0] "" msgstr[1] "" -#: ../../Zotlabs/Module/Photos.php:1240 +#: ../../Zotlabs/Module/Photos.php:1236 msgid "Photo Tools" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1249 +#: ../../Zotlabs/Module/Photos.php:1245 msgid "In This Photo:" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1254 +#: ../../Zotlabs/Module/Photos.php:1250 msgid "Map" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1262 ../../Zotlabs/Lib/ThreadItem.php:400 +#: ../../Zotlabs/Module/Photos.php:1258 ../../Zotlabs/Lib/ThreadItem.php:400 msgctxt "noun" msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1263 ../../Zotlabs/Lib/ThreadItem.php:401 +#: ../../Zotlabs/Module/Photos.php:1259 ../../Zotlabs/Lib/ThreadItem.php:401 msgctxt "noun" msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1268 ../../Zotlabs/Lib/ThreadItem.php:406 +#: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Lib/ThreadItem.php:406 #: ../../include/acl_selectors.php:210 msgid "Close" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1345 +#: ../../Zotlabs/Module/Photos.php:1341 msgid "View Album" msgstr "" -#: ../../Zotlabs/Module/Photos.php:1356 ../../Zotlabs/Module/Photos.php:1369 -#: ../../Zotlabs/Module/Photos.php:1370 +#: ../../Zotlabs/Module/Photos.php:1352 ../../Zotlabs/Module/Photos.php:1365 +#: ../../Zotlabs/Module/Photos.php:1366 msgid "Recent Photos" msgstr "" @@ -1392,7 +1401,7 @@ msgstr "" #: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 #: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1003 -#: ../../include/text.php:1015 ../../include/widgets.php:201 +#: ../../include/text.php:1015 ../../include/widgets.php:202 msgid "Save" msgstr "" @@ -1448,7 +1457,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:92 #: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:533 +#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:536 msgid "All" msgstr "" @@ -1552,7 +1561,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 #: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 #: ../../include/nav.php:168 ../../include/text.php:1002 -#: ../../include/text.php:1014 ../../include/widgets.php:315 +#: ../../include/text.php:1014 ../../include/widgets.php:316 msgid "Search" msgstr "" @@ -1600,30 +1609,30 @@ msgstr "" msgid "Unable to process image." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4253 +#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4260 msgid "female" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4254 +#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4261 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4255 +#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4262 msgid "male" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4256 +#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4263 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4258 +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4265 #, php-format msgid "%1$s updated their %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1677 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1681 msgid "cover photo" msgstr "" @@ -1704,8 +1713,8 @@ msgstr "" msgid "Log settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1588 -#: ../../include/widgets.php:1598 +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1599 +#: ../../include/widgets.php:1609 msgid "Logs" msgstr "" @@ -1752,7 +1761,7 @@ msgid "Enable" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1566 +#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1577 msgid "Plugins" msgstr "" @@ -1763,7 +1772,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:339 #: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:211 ../../include/widgets.php:680 +#: ../../include/nav.php:211 ../../include/widgets.php:683 msgid "Settings" msgstr "" @@ -1832,8 +1841,8 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:414 #: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 -#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:238 -#: ../../Zotlabs/Module/Wiki.php:261 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:256 +#: ../../Zotlabs/Module/Wiki.php:281 #: ../../Zotlabs/Module/Settings/Oauth.php:88 #: ../../Zotlabs/Module/Settings/Oauth.php:114 #: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 @@ -1841,6 +1850,8 @@ msgstr "" #: ../../extend/addon/addon/js_upload/js_upload.php:46 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:243 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:266 #: ../../include/conversation.php:1394 ../../include/conversation.php:1443 msgid "Cancel" msgstr "" @@ -1916,7 +1927,7 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1569 +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1580 msgid "Profile Fields" msgstr "" @@ -1996,7 +2007,7 @@ msgid "" "embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1564 +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1575 msgid "Security" msgstr "" @@ -2096,7 +2107,7 @@ msgid "Screenshot" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1567 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1578 msgid "Themes" msgstr "" @@ -2179,7 +2190,7 @@ msgid "Account '%s' unblocked" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1562 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1573 msgid "Accounts" msgstr "" @@ -2204,7 +2215,7 @@ msgstr "" #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 #: ../../extend/addon/addon/openid/MysqlProvider.php:56 #: ../../extend/addon/addon/openid/MysqlProvider.php:57 -#: ../../include/network.php:2237 +#: ../../include/network.php:2241 msgid "Email" msgstr "" @@ -2312,7 +2323,7 @@ msgstr "" msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1563 +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1574 msgid "Channels" msgstr "" @@ -2343,7 +2354,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:160 #: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:877 -#: ../../Zotlabs/Module/Profiles.php:474 +#: ../../Zotlabs/Module/Profiles.php:502 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 msgid "Address" msgstr "" @@ -2477,7 +2488,7 @@ msgstr "" msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1561 +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1572 msgid "Site" msgstr "" @@ -3083,7 +3094,7 @@ msgid "Manage Channel Locations" msgstr "" #: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Pubsites.php:51 -#: ../../Zotlabs/Module/Profiles.php:481 ../../Zotlabs/Module/Profiles.php:704 +#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:732 #: ../../Zotlabs/Module/Events.php:475 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 #: ../../include/js_strings.php:25 @@ -3112,7 +3123,7 @@ msgstr "" msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1385 +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1396 msgid "Public Hubs" msgstr "" @@ -3156,7 +3167,8 @@ msgstr "" #: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 #: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Events.php:694 -#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:146 +#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:158 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:151 #: ../../include/page_widgets.php:42 msgid "View" msgstr "" @@ -3208,7 +3220,7 @@ msgid "Connection has been removed." msgstr "" #: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:223 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:57 #: ../../include/nav.php:89 ../../include/conversation.php:936 #: ../../include/conversation.php:1049 msgid "View Profile" @@ -3304,11 +3316,11 @@ msgstr "" msgid "Open Set Affinity section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:529 +#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:532 msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:530 +#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:533 msgid "Family" msgstr "" @@ -3320,11 +3332,11 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:80 #: ../../include/selectors.php:123 ../../include/channel.php:402 #: ../../include/channel.php:403 ../../include/channel.php:410 -#: ../../include/widgets.php:531 +#: ../../include/widgets.php:534 msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:532 +#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:535 msgid "Acquaintances" msgstr "" @@ -3360,11 +3372,11 @@ msgstr "" msgid "none" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:656 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:659 msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3909 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3916 #, php-format msgid "Connection: %s" msgstr "" @@ -3523,21 +3535,21 @@ msgstr "" #: ../../Zotlabs/Module/Connedit.php:879 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 #: ../../extend/addon/addon/cdav/cdav.php:270 -#: ../../include/connections.php:856 +#: ../../include/connections.php:862 msgid "Mobile" msgstr "" #: ../../Zotlabs/Module/Connedit.php:880 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 #: ../../extend/addon/addon/cdav/cdav.php:271 ../../include/nav.php:88 -#: ../../include/connections.php:857 +#: ../../include/connections.php:863 msgid "Home" msgstr "" #: ../../Zotlabs/Module/Connedit.php:881 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 #: ../../extend/addon/addon/cdav/cdav.php:274 -#: ../../include/connections.php:860 +#: ../../include/connections.php:866 msgid "Work" msgstr "" @@ -3582,7 +3594,7 @@ msgstr "" msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:895 ../../Zotlabs/Module/Profiles.php:727 +#: ../../Zotlabs/Module/Connedit.php:895 ../../Zotlabs/Module/Profiles.php:755 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 msgid "Country" msgstr "" @@ -3660,8 +3672,8 @@ msgstr "" #: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:329 #: ../../Zotlabs/Module/Suggest.php:56 ../../include/connections.php:78 #: ../../include/channel.php:1036 ../../include/conversation.php:938 -#: ../../include/conversation.php:1069 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 +#: ../../include/conversation.php:1069 ../../include/widgets.php:148 +#: ../../include/widgets.php:185 msgid "Connect" msgstr "" @@ -3691,6 +3703,7 @@ msgid "Create Event" msgstr "" #: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:691 +#: ../../include/channel.php:1287 msgid "Export" msgstr "" @@ -3712,7 +3725,7 @@ msgid "Could not create privacy group." msgstr "" #: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3876 +#: ../../include/items.php:3883 msgid "Privacy group not found." msgstr "" @@ -3890,8 +3903,9 @@ msgstr "" msgid "Create a new channel" msgstr "" -#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:784 -#: ../../Zotlabs/Module/Wiki.php:147 ../../Zotlabs/Module/Chat.php:255 +#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:812 +#: ../../Zotlabs/Module/Wiki.php:159 ../../Zotlabs/Module/Chat.php:255 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:152 msgid "Create New" msgstr "" @@ -4135,69 +4149,69 @@ msgstr "" msgid "Link text" msgstr "" -#: ../../Zotlabs/Module/Appman.php:37 ../../Zotlabs/Module/Appman.php:53 +#: ../../Zotlabs/Module/Appman.php:38 ../../Zotlabs/Module/Appman.php:54 msgid "App installed." msgstr "" -#: ../../Zotlabs/Module/Appman.php:46 +#: ../../Zotlabs/Module/Appman.php:47 msgid "Malformed app." msgstr "" -#: ../../Zotlabs/Module/Appman.php:105 +#: ../../Zotlabs/Module/Appman.php:106 msgid "Embed code" msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 ../../include/widgets.php:107 +#: ../../Zotlabs/Module/Appman.php:112 msgid "Edit App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:111 +#: ../../Zotlabs/Module/Appman.php:112 msgid "Create App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 +#: ../../Zotlabs/Module/Appman.php:117 msgid "Name of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:116 ../../Zotlabs/Module/Appman.php:117 -#: ../../Zotlabs/Module/Profiles.php:715 ../../Zotlabs/Module/Profiles.php:719 +#: ../../Zotlabs/Module/Appman.php:117 ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Profiles.php:743 ../../Zotlabs/Module/Profiles.php:747 #: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 #: ../../include/datetime.php:259 msgid "Required" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:118 msgid "Location (URL) of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:118 ../../Zotlabs/Module/Events.php:473 +#: ../../Zotlabs/Module/Appman.php:119 ../../Zotlabs/Module/Events.php:473 #: ../../Zotlabs/Module/Rbmark.php:101 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 #: ../../extend/addon/addon/rendezvous/rendezvous.php:165 msgid "Description" msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 +#: ../../Zotlabs/Module/Appman.php:120 msgid "Photo icon URL" msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 +#: ../../Zotlabs/Module/Appman.php:120 msgid "80 x 80 pixels - optional" msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 +#: ../../Zotlabs/Module/Appman.php:121 msgid "Categories (optional, comma separated list)" msgstr "" -#: ../../Zotlabs/Module/Appman.php:121 +#: ../../Zotlabs/Module/Appman.php:122 msgid "Version ID" msgstr "" -#: ../../Zotlabs/Module/Appman.php:122 +#: ../../Zotlabs/Module/Appman.php:123 msgid "Price of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:124 msgid "Location (URL) to purchase app" msgstr "" @@ -4246,7 +4260,7 @@ msgid "System Notifications" msgstr "" #: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:183 -#: ../../Zotlabs/Module/Profiles.php:240 ../../Zotlabs/Module/Profiles.php:631 +#: ../../Zotlabs/Module/Profiles.php:240 ../../Zotlabs/Module/Profiles.php:659 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:62 msgid "Profile not found." msgstr "" @@ -4275,247 +4289,247 @@ msgstr "" msgid "Profile Name is required." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:431 +#: ../../Zotlabs/Module/Profiles.php:459 msgid "Marital Status" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:435 +#: ../../Zotlabs/Module/Profiles.php:463 msgid "Romantic Partner" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:439 ../../Zotlabs/Module/Profiles.php:742 +#: ../../Zotlabs/Module/Profiles.php:467 ../../Zotlabs/Module/Profiles.php:770 msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:443 ../../Zotlabs/Module/Profiles.php:743 +#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:771 msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:447 ../../Zotlabs/Module/Profiles.php:750 +#: ../../Zotlabs/Module/Profiles.php:475 ../../Zotlabs/Module/Profiles.php:778 msgid "Work/Employment" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:450 +#: ../../Zotlabs/Module/Profiles.php:478 msgid "Religion" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:454 +#: ../../Zotlabs/Module/Profiles.php:482 msgid "Political Views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:458 +#: ../../Zotlabs/Module/Profiles.php:486 #: ../../extend/addon/addon/openid/MysqlProvider.php:74 msgid "Gender" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:462 +#: ../../Zotlabs/Module/Profiles.php:490 msgid "Sexual Preference" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:466 +#: ../../Zotlabs/Module/Profiles.php:494 msgid "Homepage" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:470 +#: ../../Zotlabs/Module/Profiles.php:498 msgid "Interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:566 +#: ../../Zotlabs/Module/Profiles.php:594 msgid "Profile updated." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:650 +#: ../../Zotlabs/Module/Profiles.php:678 msgid "Hide your connections list from viewers of this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:692 +#: ../../Zotlabs/Module/Profiles.php:720 msgid "Edit Profile Details" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:694 +#: ../../Zotlabs/Module/Profiles.php:722 msgid "View this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:695 ../../Zotlabs/Module/Profiles.php:777 +#: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Profiles.php:805 #: ../../include/channel.php:983 msgid "Edit visibility" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:696 +#: ../../Zotlabs/Module/Profiles.php:724 msgid "Profile Tools" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:697 +#: ../../Zotlabs/Module/Profiles.php:725 msgid "Change cover photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:698 ../../include/channel.php:954 +#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:954 msgid "Change profile photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:699 +#: ../../Zotlabs/Module/Profiles.php:727 msgid "Create a new profile using these settings" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:700 +#: ../../Zotlabs/Module/Profiles.php:728 msgid "Clone this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:701 +#: ../../Zotlabs/Module/Profiles.php:729 msgid "Delete this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:702 +#: ../../Zotlabs/Module/Profiles.php:730 msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:703 ../../include/conversation.php:1715 +#: ../../Zotlabs/Module/Profiles.php:731 ../../include/conversation.php:1715 #: ../../include/widgets.php:105 msgid "Personal" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:705 +#: ../../Zotlabs/Module/Profiles.php:733 msgid "Relation" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:706 ../../include/datetime.php:55 +#: ../../Zotlabs/Module/Profiles.php:734 ../../include/datetime.php:55 msgid "Miscellaneous" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:708 +#: ../../Zotlabs/Module/Profiles.php:736 msgid "Import profile from file" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:709 +#: ../../Zotlabs/Module/Profiles.php:737 msgid "Export profile to file" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:710 +#: ../../Zotlabs/Module/Profiles.php:738 msgid "Your gender" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:711 +#: ../../Zotlabs/Module/Profiles.php:739 msgid "Marital status" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:712 +#: ../../Zotlabs/Module/Profiles.php:740 msgid "Sexual preference" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:715 +#: ../../Zotlabs/Module/Profiles.php:743 msgid "Profile name" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:717 +#: ../../Zotlabs/Module/Profiles.php:745 msgid "This is your default profile." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:719 +#: ../../Zotlabs/Module/Profiles.php:747 msgid "Your full name" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:720 +#: ../../Zotlabs/Module/Profiles.php:748 msgid "Title/Description" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:723 +#: ../../Zotlabs/Module/Profiles.php:751 msgid "Street address" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:724 +#: ../../Zotlabs/Module/Profiles.php:752 msgid "Locality/City" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:725 +#: ../../Zotlabs/Module/Profiles.php:753 msgid "Region/State" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:726 +#: ../../Zotlabs/Module/Profiles.php:754 msgid "Postal/Zip code" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:732 +#: ../../Zotlabs/Module/Profiles.php:760 msgid "Who (if applicable)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:732 +#: ../../Zotlabs/Module/Profiles.php:760 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:733 +#: ../../Zotlabs/Module/Profiles.php:761 msgid "Since (date)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:736 +#: ../../Zotlabs/Module/Profiles.php:764 msgid "Tell us about yourself" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:737 +#: ../../Zotlabs/Module/Profiles.php:765 #: ../../extend/addon/addon/openid/MysqlProvider.php:68 msgid "Homepage URL" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:738 +#: ../../Zotlabs/Module/Profiles.php:766 msgid "Hometown" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:739 +#: ../../Zotlabs/Module/Profiles.php:767 msgid "Political views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:740 +#: ../../Zotlabs/Module/Profiles.php:768 msgid "Religious views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:741 +#: ../../Zotlabs/Module/Profiles.php:769 msgid "Keywords used in directory listings" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:741 +#: ../../Zotlabs/Module/Profiles.php:769 msgid "Example: fishing photography software" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:744 +#: ../../Zotlabs/Module/Profiles.php:772 msgid "Musical interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:745 +#: ../../Zotlabs/Module/Profiles.php:773 msgid "Books, literature" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:746 +#: ../../Zotlabs/Module/Profiles.php:774 msgid "Television" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:747 +#: ../../Zotlabs/Module/Profiles.php:775 msgid "Film/Dance/Culture/Entertainment" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:748 +#: ../../Zotlabs/Module/Profiles.php:776 msgid "Hobbies/Interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:749 +#: ../../Zotlabs/Module/Profiles.php:777 msgid "Love/Romance" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:751 +#: ../../Zotlabs/Module/Profiles.php:779 msgid "School/Education" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:752 +#: ../../Zotlabs/Module/Profiles.php:780 msgid "Contact information and social networks" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:753 +#: ../../Zotlabs/Module/Profiles.php:781 msgid "My other channels" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:773 ../../include/channel.php:979 +#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:979 msgid "Profile Image" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:783 ../../include/nav.php:91 +#: ../../Zotlabs/Module/Profiles.php:811 ../../include/nav.php:91 #: ../../include/channel.php:961 msgid "Edit Profiles" msgstr "" @@ -4615,7 +4629,7 @@ msgstr "" msgid "Site Name" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1962 +#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1966 msgid "Administrator" msgstr "" @@ -5150,6 +5164,10 @@ msgid "" "to correctly use this feature." msgstr "" +#: ../../Zotlabs/Module/Profile.php:78 +msgid "vcard" +msgstr "" + #: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 #: ../../include/widgets.php:102 msgid "Apps" @@ -5203,7 +5221,7 @@ msgid "Optionally explain your rating (this information is public)" msgstr "" #: ../../Zotlabs/Module/Profile_photo.php:186 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:293 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:296 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." @@ -5218,8 +5236,8 @@ msgid "Upload Profile Photo" msgstr "" #: ../../Zotlabs/Module/Profile_photo.php:410 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:181 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:193 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:182 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:194 msgid "Use" msgstr "" @@ -5379,7 +5397,7 @@ msgstr "" msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1282 +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1284 msgid "Profile" msgstr "" @@ -5391,9 +5409,9 @@ msgstr "" msgid "Visible To" msgstr "" -#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Wiki.php:20 -#: ../../Zotlabs/Module/Chat.php:25 +#: ../../Zotlabs/Module/Channel.php:32 ../../Zotlabs/Module/Chat.php:25 #: ../../extend/addon/addon/chess/chess.php:400 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:26 msgid "You must be logged in to see this page." msgstr "" @@ -5433,7 +5451,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1729 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1730 msgid "Password Reset" msgstr "" @@ -5868,128 +5886,197 @@ msgstr "" msgid "Remove this file" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:34 +#: ../../Zotlabs/Module/Wiki.php:24 +msgid "Profile Unavailable." +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:38 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:40 msgid "Not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:55 +#: ../../Zotlabs/Module/Wiki.php:60 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:60 msgid "Invalid channel" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:100 +#: ../../Zotlabs/Module/Wiki.php:112 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:105 msgid "Error retrieving wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:107 +#: ../../Zotlabs/Module/Wiki.php:119 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:112 msgid "Error creating zip file export folder" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:125 +#: ../../Zotlabs/Module/Wiki.php:137 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:130 msgid "Error downloading wiki: " msgstr "" -#: ../../Zotlabs/Module/Wiki.php:139 ../../include/nav.php:111 -#: ../../include/conversation.php:1900 +#: ../../Zotlabs/Module/Wiki.php:151 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:144 +#: ../../include/nav.php:111 ../../include/conversation.php:1900 msgid "Wikis" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:145 +#: ../../Zotlabs/Module/Wiki.php:157 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:150 msgid "Download" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:149 +#: ../../Zotlabs/Module/Wiki.php:161 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:154 msgid "Wiki name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:150 +#: ../../Zotlabs/Module/Wiki.php:162 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:155 msgid "Content type" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Wiki.php:171 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 msgid "Create a status post for this wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:178 +#: ../../Zotlabs/Module/Wiki.php:196 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:183 msgid "Wiki not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:203 +#: ../../Zotlabs/Module/Wiki.php:220 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:208 msgid "Rename page" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:207 +#: ../../Zotlabs/Module/Wiki.php:224 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:212 msgid "Error retrieving page content" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:236 +#: ../../Zotlabs/Module/Wiki.php:254 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:241 msgid "Revision Comparison" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:237 +#: ../../Zotlabs/Module/Wiki.php:255 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:242 msgid "Revert" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:246 +#: ../../Zotlabs/Module/Wiki.php:259 +msgid "Short description of your changes (optional)" +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:266 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 msgid "Source" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:254 +#: ../../Zotlabs/Module/Wiki.php:274 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:259 msgid "New page name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:259 ../../include/conversation.php:1299 +#: ../../Zotlabs/Module/Wiki.php:279 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:264 +#: ../../include/conversation.php:1299 msgid "Embed image from photo albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:260 ../../include/conversation.php:1393 +#: ../../Zotlabs/Module/Wiki.php:280 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:265 +#: ../../include/conversation.php:1393 msgid "Embed an image from your albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:262 ../../include/conversation.php:1395 -#: ../../include/conversation.php:1442 +#: ../../Zotlabs/Module/Wiki.php:282 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:267 +#: ../../include/conversation.php:1395 ../../include/conversation.php:1442 msgid "OK" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:263 ../../include/conversation.php:1335 +#: ../../Zotlabs/Module/Wiki.php:283 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:268 +#: ../../include/conversation.php:1335 msgid "Choose images to embed" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:264 ../../include/conversation.php:1336 +#: ../../Zotlabs/Module/Wiki.php:284 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:269 +#: ../../include/conversation.php:1336 msgid "Choose an album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:265 +#: ../../Zotlabs/Module/Wiki.php:285 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:270 msgid "Choose a different album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:266 ../../include/conversation.php:1338 +#: ../../Zotlabs/Module/Wiki.php:286 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:271 +#: ../../include/conversation.php:1338 msgid "Error getting album list" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:267 ../../include/conversation.php:1339 +#: ../../Zotlabs/Module/Wiki.php:287 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:272 +#: ../../include/conversation.php:1339 msgid "Error getting photo link" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:268 ../../include/conversation.php:1340 +#: ../../Zotlabs/Module/Wiki.php:288 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:273 +#: ../../include/conversation.php:1340 msgid "Error getting album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:332 +#: ../../Zotlabs/Module/Wiki.php:353 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:337 msgid "Error creating wiki. Invalid name." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:343 +#: ../../Zotlabs/Module/Wiki.php:364 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:348 msgid "Wiki created, but error creating Home page." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:348 +#: ../../Zotlabs/Module/Wiki.php:370 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:353 msgid "Error creating wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:394 +#: ../../Zotlabs/Module/Wiki.php:382 +msgid "Wiki delete permission denied." +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:391 +msgid "Error deleting wiki" +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:418 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:400 msgid "New page created" msgstr "" +#: ../../Zotlabs/Module/Wiki.php:530 +msgid "Cannot delete Home" +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:600 +msgid "Current Revision" +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:600 +msgid "Selected Revision" +msgstr "" + +#: ../../Zotlabs/Module/Wiki.php:650 +msgid "You must be authenticated." +msgstr "" + #: ../../Zotlabs/Module/Sources.php:37 msgid "Failed to create source. No channel selected." msgstr "" @@ -6007,7 +6094,7 @@ msgid "*" msgstr "" #: ../../Zotlabs/Module/Sources.php:96 ../../include/features.php:204 -#: ../../include/widgets.php:672 +#: ../../include/widgets.php:675 msgid "Channel Sources" msgstr "" @@ -6084,7 +6171,7 @@ msgid "" "hours." msgstr "" -#: ../../Zotlabs/Module/Suggest.php:58 ../../include/widgets.php:149 +#: ../../Zotlabs/Module/Suggest.php:58 ../../include/widgets.php:150 msgid "Ignore/Hide" msgstr "" @@ -6097,7 +6184,7 @@ msgstr "" msgid "comment" msgstr "" -#: ../../Zotlabs/Module/Tagger.php:100 +#: ../../Zotlabs/Module/Tagger.php:95 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" @@ -6772,7 +6859,7 @@ msgid "" "Examples:" msgstr "" -#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:647 +#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:650 msgid "Guest Access Tokens" msgstr "" @@ -7047,32 +7134,32 @@ msgstr "" msgid "Unable to locate original post." msgstr "" -#: ../../Zotlabs/Module/Item.php:448 +#: ../../Zotlabs/Module/Item.php:450 msgid "Empty post discarded." msgstr "" -#: ../../Zotlabs/Module/Item.php:490 +#: ../../Zotlabs/Module/Item.php:492 msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../Zotlabs/Module/Item.php:838 +#: ../../Zotlabs/Module/Item.php:842 msgid "Duplicate post suppressed." msgstr "" -#: ../../Zotlabs/Module/Item.php:980 +#: ../../Zotlabs/Module/Item.php:984 msgid "System error. Post not saved." msgstr "" -#: ../../Zotlabs/Module/Item.php:1110 +#: ../../Zotlabs/Module/Item.php:1114 msgid "Unable to obtain post information from database." msgstr "" -#: ../../Zotlabs/Module/Item.php:1117 +#: ../../Zotlabs/Module/Item.php:1121 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../Zotlabs/Module/Item.php:1124 +#: ../../Zotlabs/Module/Item.php:1128 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "" @@ -7097,22 +7184,22 @@ msgstr "" msgid "Room is full" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1914 +#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1918 msgid "$Projectname Notification" msgstr "" #: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 #: ../../extend/addon/addon/diaspora/util.php:218 #: ../../extend/addon/addon/diaspora/util.php:231 -#: ../../include/network.php:1915 +#: ../../include/network.php:1919 msgid "$projectname" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1917 +#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1921 msgid "Thank You," msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1919 +#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1923 #, php-format msgid "%s Administrator" msgstr "" @@ -7382,114 +7469,6 @@ msgstr "" msgid "This is your default setting for the audience of your webpages" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:207 -msgid "Site Admin" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:208 -#: ../../extend/addon/addon/buglink/buglink.php:16 -msgid "Report Bug" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:209 -msgid "View Bookmarks" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:210 -msgid "My Chatrooms" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:212 -msgid "Firefox Share" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:213 -msgid "Remote Diagnostics" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 -msgid "Suggest Channels" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:115 -#: ../../boot.php:1721 -msgid "Login" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:182 -msgid "Grid" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 -#: ../../include/conversation.php:1903 -msgid "Wiki" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:185 -msgid "Channel Home" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 -#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 -msgid "Events" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:170 -msgid "Directory" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:196 -msgid "Mail" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 -msgid "Chat" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:233 -msgid "Probe" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:234 -msgid "Suggest" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:235 -msgid "Random Channel" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:236 -msgid "Invite" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1565 -msgid "Features" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:238 -#: ../../extend/addon/addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:239 -msgid "Post" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:240 -#: ../../extend/addon/addon/openid/MysqlProvider.php:58 -#: ../../extend/addon/addon/openid/MysqlProvider.php:59 -#: ../../extend/addon/addon/openid/MysqlProvider.php:60 -msgid "Profile Photo" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:344 -msgid "Purchase" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:348 -msgid "Undelete" -msgstr "" - #: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 msgid "Private Message" msgstr "" @@ -7683,97 +7662,263 @@ msgstr "" msgid "Video" msgstr "" -#: ../../Zotlabs/Lib/NativeWiki.php:575 ../../include/bbcode.php:576 -#: ../../include/bbcode.php:719 ../../include/wiki.php:572 -msgid "Different viewers will see this text differently" +#: ../../Zotlabs/Lib/NativeWikiPage.php:31 +#: ../../Zotlabs/Lib/NativeWikiPage.php:62 +msgid "(No Title)" msgstr "" -#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 -msgid "Flag Adult Photos" +#: ../../Zotlabs/Lib/NativeWikiPage.php:85 +msgid "Wiki not found." msgstr "" -#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:25 -msgid "" -"Provide photo edit option to hide inappropriate photos from default album " -"view" +#: ../../Zotlabs/Lib/NativeWikiPage.php:96 +msgid "Destination name already exists" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:44 -msgid "" -"This is a fairly comprehensive and complete guitar chord dictionary which " -"will list most of the available ways to play a certain chord, starting from " -"the base of the fingerboard up to a few frets beyond the twelfth fret " -"(beyond which everything repeats). A couple of non-standard tunings are " -"provided for the benefit of slide players, etc." +#: ../../Zotlabs/Lib/NativeWikiPage.php:122 +#: ../../Zotlabs/Lib/NativeWikiPage.php:337 +msgid "Page not found" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:46 -msgid "" -"Chord names start with a root note (A-G) and may include sharps (#) and " -"flats (b). This software will parse most of the standard naming conventions " -"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements." +#: ../../Zotlabs/Lib/NativeWikiPage.php:151 +msgid "Error reading page content" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:48 -msgid "" -"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, " -"E7b13b11 ..." +#: ../../Zotlabs/Lib/NativeWikiPage.php:330 +#: ../../Zotlabs/Lib/NativeWikiPage.php:375 +#: ../../Zotlabs/Lib/NativeWikiPage.php:444 +#: ../../Zotlabs/Lib/NativeWikiPage.php:486 +msgid "Error reading wiki" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:51 -msgid "Guitar Chords" +#: ../../Zotlabs/Lib/NativeWikiPage.php:363 +msgid "Page update failed." msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:52 -msgid "The complete online chord dictionary" +#: ../../Zotlabs/Lib/NativeWikiPage.php:399 +msgid "Nothing deleted" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:57 -msgid "Tuning" +#: ../../Zotlabs/Lib/NativeWikiPage.php:465 +msgid "Compare: object not found." msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:58 -msgid "Chord name: example: Em7" +#: ../../Zotlabs/Lib/NativeWikiPage.php:471 +msgid "Page updated" msgstr "" -#: ../../extend/addon/addon/chords/Mod_Chords.php:59 -msgid "Show for left handed stringing" +#: ../../Zotlabs/Lib/NativeWikiPage.php:474 +msgid "Untitled" msgstr "" -#: ../../extend/addon/addon/chords/chords.php:33 -msgid "Quick Reference" +#: ../../Zotlabs/Lib/NativeWikiPage.php:480 +msgid "Wiki resource_id required for git commit" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:671 -msgid "Diaspora Protocol Settings updated." +#: ../../Zotlabs/Lib/NativeWikiPage.php:546 +#: ../../extend/addon/addon/gitwiki/gitwiki_backend.php:579 +#: ../../include/bbcode.php:576 ../../include/bbcode.php:719 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:692 -msgid "Enable the Diaspora protocol for this channel" +#: ../../Zotlabs/Lib/NativeWiki.php:116 +msgid "Wiki files deleted successfully" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:696 -msgid "Allow any Diaspora member to comment on your public posts" +#: ../../Zotlabs/Lib/Apps.php:207 +msgid "Site Admin" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:700 -msgid "Prevent your hashtags from being redirected to other sites" +#: ../../Zotlabs/Lib/Apps.php:208 +#: ../../extend/addon/addon/buglink/buglink.php:16 +msgid "Report Bug" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:705 -msgid "Followed hashtags (comma separated, do not include the #)" +#: ../../Zotlabs/Lib/Apps.php:209 +msgid "View Bookmarks" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:710 -msgid "Diaspora Protocol Settings" +#: ../../Zotlabs/Lib/Apps.php:210 +msgid "My Chatrooms" msgstr "" -#: ../../extend/addon/addon/dirstats/dirstats.php:94 -msgid "Hubzilla Directory Stats" +#: ../../Zotlabs/Lib/Apps.php:212 +msgid "Firefox Share" msgstr "" -#: ../../extend/addon/addon/dirstats/dirstats.php:95 -msgid "Total Hubs" +#: ../../Zotlabs/Lib/Apps.php:213 +msgid "Remote Diagnostics" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 +msgid "Suggest Channels" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:115 +#: ../../boot.php:1722 +msgid "Login" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:182 +msgid "Grid" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 +#: ../../include/conversation.php:1903 +msgid "Wiki" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:185 +msgid "Channel Home" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 +#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 +msgid "Events" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:170 +msgid "Directory" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:196 +msgid "Mail" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 +msgid "Chat" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:233 +msgid "Probe" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:234 +msgid "Suggest" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:235 +msgid "Random Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:236 +msgid "Invite" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1576 +msgid "Features" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../extend/addon/addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:239 +msgid "Post" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../extend/addon/addon/openid/MysqlProvider.php:58 +#: ../../extend/addon/addon/openid/MysqlProvider.php:59 +#: ../../extend/addon/addon/openid/MysqlProvider.php:60 +msgid "Profile Photo" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:344 +msgid "Purchase" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:348 +msgid "Undelete" +msgstr "" + +#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 +msgid "Flag Adult Photos" +msgstr "" + +#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:25 +msgid "" +"Provide photo edit option to hide inappropriate photos from default album " +"view" +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:44 +msgid "" +"This is a fairly comprehensive and complete guitar chord dictionary which " +"will list most of the available ways to play a certain chord, starting from " +"the base of the fingerboard up to a few frets beyond the twelfth fret " +"(beyond which everything repeats). A couple of non-standard tunings are " +"provided for the benefit of slide players, etc." +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:46 +msgid "" +"Chord names start with a root note (A-G) and may include sharps (#) and " +"flats (b). This software will parse most of the standard naming conventions " +"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements." +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:48 +msgid "" +"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, " +"E7b13b11 ..." +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:51 +msgid "Guitar Chords" +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:52 +msgid "The complete online chord dictionary" +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:57 +msgid "Tuning" +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:58 +msgid "Chord name: example: Em7" +msgstr "" + +#: ../../extend/addon/addon/chords/Mod_Chords.php:59 +msgid "Show for left handed stringing" +msgstr "" + +#: ../../extend/addon/addon/chords/chords.php:33 +msgid "Quick Reference" +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:671 +msgid "Diaspora Protocol Settings updated." +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:692 +msgid "Enable the Diaspora protocol for this channel" +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:696 +msgid "Allow any Diaspora member to comment on your public posts" +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:700 +msgid "Prevent your hashtags from being redirected to other sites" +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:705 +msgid "Followed hashtags (comma separated, do not include the #)" +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:710 +msgid "Diaspora Protocol Settings" +msgstr "" + +#: ../../extend/addon/addon/dirstats/dirstats.php:94 +msgid "Hubzilla Directory Stats" +msgstr "" + +#: ../../extend/addon/addon/dirstats/dirstats.php:95 +msgid "Total Hubs" msgstr "" #: ../../extend/addon/addon/dirstats/dirstats.php:97 @@ -8245,7 +8390,7 @@ msgid "Add a personal note:" msgstr "" #: ../../extend/addon/addon/friendica/dfrn_request.php:871 -#: ../../include/network.php:2232 ../../include/network.php:2233 +#: ../../include/network.php:2236 ../../include/network.php:2237 msgid "Friendica" msgstr "" @@ -8254,7 +8399,7 @@ msgid "StatusNet/Federated Social Web" msgstr "" #: ../../extend/addon/addon/friendica/dfrn_request.php:873 -#: ../../include/network.php:2238 +#: ../../include/network.php:2242 msgid "Diaspora" msgstr "" @@ -8919,106 +9064,106 @@ msgstr "" msgid "%s - click to open/close" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:49 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:127 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:50 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:128 msgid "System defaults:" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:53 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:54 msgid "Preferred Clipart IDs" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:53 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:54 msgid "List of preferred clipart ids. These will be shown first." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:54 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:55 msgid "Default Search Term" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:54 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:55 msgid "The default search term. These will be shown second." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:55 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 msgid "Return After" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:55 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:56 msgid "Page to load after image selection." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:57 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:58 #: ../../include/nav.php:93 ../../include/channel.php:965 msgid "Edit Profile" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:58 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:59 msgid "Profile List" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:60 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:61 msgid "Order of Preferred" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:60 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:61 msgid "Sort order of preferred clipart ids." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:61 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:67 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:62 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:68 msgid "Newest first" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:64 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:65 msgid "As entered" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:66 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:67 msgid "Order of other" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:66 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:67 msgid "Sort order of other clipart ids." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:68 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:69 msgid "Most downloaded first" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:69 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:70 msgid "Most liked first" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:71 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:72 msgid "Preferred IDs Message" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:71 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:72 msgid "Message to display above preferred results." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:77 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:78 msgid "Uploaded by: " msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:77 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:78 msgid "Drawn by: " msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:191 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:192 msgid "Or select from a free OpenClipart.org image:" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:194 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:195 msgid "Search Term" msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:216 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:232 msgid "Unknown error. Please try again later." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:303 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:306 msgid "Profile photo updated successfully." msgstr "" @@ -10182,22 +10327,22 @@ msgid "CalDAV/CardDAV Settings" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:272 -#: ../../include/connections.php:858 +#: ../../include/connections.php:864 msgid "Home, Voice" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:273 -#: ../../include/connections.php:859 +#: ../../include/connections.php:865 msgid "Home, Fax" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:275 -#: ../../include/connections.php:861 +#: ../../include/connections.php:867 msgid "Work, Voice" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:276 -#: ../../include/connections.php:862 +#: ../../include/connections.php:868 msgid "Work, Fax" msgstr "" @@ -10501,6 +10646,26 @@ msgid "" "share their own locations with the group." msgstr "" +#: ../../extend/addon/addon/gitwiki/gitwiki.php:76 +#: ../../include/widgets.php:952 +msgid "Wiki Pages" +msgstr "" + +#: ../../extend/addon/addon/gitwiki/gitwiki.php:81 +#: ../../include/widgets.php:957 +msgid "Add new page" +msgstr "" + +#: ../../extend/addon/addon/gitwiki/gitwiki.php:82 +#: ../../include/widgets.php:958 +msgid "Page name" +msgstr "" + +#: ../../extend/addon/addon/gitwiki/gitwiki.php:95 +#: ../../include/widgets.php:911 +msgid "Wiki List" +msgstr "" + #: ../../include/Import/import_diaspora.php:16 msgid "No username found in import file." msgstr "" @@ -10660,7 +10825,7 @@ msgstr "" #: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 #: ../../include/contact_widgets.php:91 ../../include/widgets.php:46 -#: ../../include/widgets.php:465 +#: ../../include/widgets.php:468 msgid "Categories" msgstr "" @@ -10708,7 +10873,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2565 +#: ../../include/datetime.php:286 ../../boot.php:2566 msgid "never" msgstr "" @@ -11053,7 +11218,7 @@ msgstr "" msgid "%1$s's bookmarks" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1720 +#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1721 msgid "Logout" msgstr "" @@ -11185,15 +11350,15 @@ msgstr "" msgid "Mark all private messages seen" msgstr "" -#: ../../include/nav.php:199 ../../include/widgets.php:700 +#: ../../include/nav.php:199 ../../include/widgets.php:703 msgid "Inbox" msgstr "" -#: ../../include/nav.php:200 ../../include/widgets.php:705 +#: ../../include/nav.php:200 ../../include/widgets.php:708 msgid "Outbox" msgstr "" -#: ../../include/nav.php:201 ../../include/widgets.php:710 +#: ../../include/nav.php:201 ../../include/widgets.php:713 msgid "New Message" msgstr "" @@ -11217,7 +11382,7 @@ msgstr "" msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:219 ../../include/widgets.php:1595 +#: ../../include/nav.php:219 ../../include/widgets.php:1606 msgid "Admin" msgstr "" @@ -11225,15 +11390,19 @@ msgstr "" msgid "Site Setup and Configuration" msgstr "" -#: ../../include/nav.php:250 ../../include/conversation.php:836 +#: ../../include/nav.php:247 +msgid "Documentation" +msgstr "" + +#: ../../include/nav.php:251 ../../include/conversation.php:836 msgid "Loading..." msgstr "" -#: ../../include/nav.php:255 +#: ../../include/nav.php:256 msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../include/nav.php:256 +#: ../../include/nav.php:257 msgid "Please wait..." msgstr "" @@ -11432,7 +11601,7 @@ msgstr "" msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/features.php:292 ../../include/widgets.php:283 +#: ../../include/features.php:292 ../../include/widgets.php:284 msgid "Saved Searches" msgstr "" @@ -11505,7 +11674,7 @@ msgid "Add emoji reaction ability to posts" msgstr "" #: ../../include/features.php:381 ../../include/contact_widgets.php:53 -#: ../../include/widgets.php:346 +#: ../../include/widgets.php:347 msgid "Saved Folders" msgstr "" @@ -11603,7 +11772,7 @@ msgid "Advanced example: name=fred and country=iceland" msgstr "" #: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 -#: ../../include/widgets.php:349 ../../include/widgets.php:468 +#: ../../include/widgets.php:350 ../../include/widgets.php:471 msgid "Everything" msgstr "" @@ -12175,7 +12344,7 @@ msgstr "" msgid "School/education:" msgstr "" -#: ../../include/channel.php:1284 +#: ../../include/channel.php:1286 msgid "Like this thing" msgstr "" @@ -12308,46 +12477,6 @@ msgstr "" msgid "Cannot connect to yourself." msgstr "" -#: ../../include/network.php:729 -msgid "view full size" -msgstr "" - -#: ../../include/network.php:1978 -msgid "No Subject" -msgstr "" - -#: ../../include/network.php:2234 -msgid "OStatus" -msgstr "" - -#: ../../include/network.php:2235 -msgid "GNU-Social" -msgstr "" - -#: ../../include/network.php:2236 -msgid "RSS/Atom" -msgstr "" - -#: ../../include/network.php:2239 -msgid "Facebook" -msgstr "" - -#: ../../include/network.php:2240 -msgid "Zot" -msgstr "" - -#: ../../include/network.php:2241 -msgid "LinkedIn" -msgstr "" - -#: ../../include/network.php:2242 -msgid "XMPP/IM" -msgstr "" - -#: ../../include/network.php:2243 -msgid "MySpace" -msgstr "" - #: ../../include/conversation.php:204 #, php-format msgid "%1$s is now connected with %2$s" @@ -12573,7 +12702,7 @@ msgstr "" msgid "Profile Details" msgstr "" -#: ../../include/conversation.php:1839 ../../include/photos.php:508 +#: ../../include/conversation.php:1839 ../../include/photos.php:515 msgid "Photo Albums" msgstr "" @@ -12582,7 +12711,7 @@ msgid "Files and Storage" msgstr "" #: ../../include/conversation.php:1866 ../../include/conversation.php:1869 -#: ../../include/widgets.php:883 +#: ../../include/widgets.php:886 msgid "Chatrooms" msgstr "" @@ -12928,370 +13057,403 @@ msgstr "" msgid "Channels not in any privacy group" msgstr "" -#: ../../include/group.php:316 ../../include/widgets.php:284 +#: ../../include/group.php:316 ../../include/widgets.php:285 msgid "add" msgstr "" -#: ../../include/widgets.php:103 -msgid "System" +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/widgets.php:106 -msgid "New App" +#: ../../include/permissions.php:39 +msgid "Can view my webpages" msgstr "" -#: ../../include/widgets.php:154 -msgid "Suggestions" +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/widgets.php:155 -msgid "See more..." +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" msgstr "" -#: ../../include/widgets.php:175 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../include/widgets.php:181 -msgid "Add New Connection" +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/widgets.php:182 -msgid "Enter channel address" +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/widgets.php:183 -msgid "Examples: bob@example.com, https://example.com/barbara" +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/widgets.php:199 -msgid "Notes" +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/widgets.php:275 -msgid "Remove term" +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" msgstr "" -#: ../../include/widgets.php:390 -msgid "Archives" +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/widgets.php:552 -msgid "Refresh" +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/widgets.php:592 -msgid "Account settings" +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/widgets.php:598 -msgid "Channel settings" +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/widgets.php:607 -msgid "Additional features" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/widgets.php:614 -msgid "Feature/Addon settings" +#: ../../include/import.php:1367 +msgid "Unable to import element \"" msgstr "" -#: ../../include/widgets.php:620 -msgid "Display settings" +#: ../../include/items.php:837 ../../include/items.php:882 +msgid "(Unknown)" msgstr "" -#: ../../include/widgets.php:627 -msgid "Manage locations" +#: ../../include/items.php:1080 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/widgets.php:634 -msgid "Export channel" +#: ../../include/items.php:1082 +msgid "Visible to you only." msgstr "" -#: ../../include/widgets.php:640 -msgid "Connected apps" +#: ../../include/items.php:1084 +msgid "Visible to anybody in this network." msgstr "" -#: ../../include/widgets.php:664 -msgid "Premium Channel Settings" +#: ../../include/items.php:1086 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/widgets.php:693 -msgid "Private Mail Menu" +#: ../../include/items.php:1088 +#, php-format +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/widgets.php:695 -msgid "Combined View" +#: ../../include/items.php:1090 +msgid "Visible to all connections." msgstr "" -#: ../../include/widgets.php:727 ../../include/widgets.php:739 -msgid "Conversations" +#: ../../include/items.php:1092 +msgid "Visible to approved connections." msgstr "" -#: ../../include/widgets.php:731 -msgid "Received Messages" +#: ../../include/items.php:1094 +msgid "Visible to specific connections." msgstr "" -#: ../../include/widgets.php:735 -msgid "Sent Messages" +#: ../../include/items.php:3899 +msgid "Privacy group is empty." msgstr "" -#: ../../include/widgets.php:749 -msgid "No messages." +#: ../../include/items.php:3906 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../include/widgets.php:767 -msgid "Delete conversation" +#: ../../include/items.php:3918 +msgid "Connection not found." msgstr "" -#: ../../include/widgets.php:793 -msgid "Events Tools" +#: ../../include/items.php:4267 +msgid "profile photo" msgstr "" -#: ../../include/widgets.php:794 -msgid "Export Calendar" +#: ../../include/items.php:4463 +#, php-format +msgid "[Edited %s]" msgstr "" -#: ../../include/widgets.php:795 -msgid "Import Calendar" +#: ../../include/items.php:4463 +msgctxt "edit_activity" +msgid "Post" msgstr "" -#: ../../include/widgets.php:887 -msgid "Overview" +#: ../../include/items.php:4463 +msgctxt "edit_activity" +msgid "Comment" msgstr "" -#: ../../include/widgets.php:894 -msgid "Chat Members" +#: ../../include/photos.php:115 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/widgets.php:906 -msgid "Wiki List" +#: ../../include/photos.php:122 +msgid "Image file is empty." msgstr "" -#: ../../include/widgets.php:944 -msgid "Wiki Pages" +#: ../../include/photos.php:260 +msgid "Photo storage failed." msgstr "" -#: ../../include/widgets.php:949 -msgid "Add new page" +#: ../../include/photos.php:300 +msgid "a new photo" msgstr "" -#: ../../include/widgets.php:950 -msgid "Page name" +#: ../../include/photos.php:304 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/widgets.php:983 -msgid "Bookmarked Chatrooms" +#: ../../include/photos.php:519 +msgid "Upload New Photos" msgstr "" -#: ../../include/widgets.php:1014 -msgid "Suggested Chatrooms" +#: ../../include/network.php:733 +msgid "view full size" msgstr "" -#: ../../include/widgets.php:1159 ../../include/widgets.php:1271 -msgid "photo/image" +#: ../../include/network.php:1982 +msgid "No Subject" msgstr "" -#: ../../include/widgets.php:1214 -msgid "Click to show more" +#: ../../include/network.php:2238 +msgid "OStatus" msgstr "" -#: ../../include/widgets.php:1365 -msgid "Rating Tools" +#: ../../include/network.php:2239 +msgid "GNU-Social" msgstr "" -#: ../../include/widgets.php:1369 ../../include/widgets.php:1371 -msgid "Rate Me" +#: ../../include/network.php:2240 +msgid "RSS/Atom" msgstr "" -#: ../../include/widgets.php:1374 -msgid "View Ratings" +#: ../../include/network.php:2243 +msgid "Facebook" msgstr "" -#: ../../include/widgets.php:1467 -msgid "Forums" +#: ../../include/network.php:2244 +msgid "Zot" msgstr "" -#: ../../include/widgets.php:1496 -msgid "Tasks" +#: ../../include/network.php:2245 +msgid "LinkedIn" msgstr "" -#: ../../include/widgets.php:1562 ../../include/widgets.php:1600 -msgid "Member registrations waiting for confirmation" +#: ../../include/network.php:2246 +msgid "XMPP/IM" msgstr "" -#: ../../include/widgets.php:1568 -msgid "Inspect queue" +#: ../../include/network.php:2247 +msgid "MySpace" msgstr "" -#: ../../include/widgets.php:1570 -msgid "DB updates" +#: ../../include/widgets.php:103 +msgid "System" msgstr "" -#: ../../include/widgets.php:1596 -msgid "Plugin Features" +#: ../../include/widgets.php:106 +msgid "New App" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" +#: ../../include/widgets.php:107 +msgid "Edit Apps" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can view my webpages" +#: ../../include/widgets.php:155 +msgid "Suggestions" msgstr "" -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/widgets.php:156 +msgid "See more..." msgstr "" -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" +#: ../../include/widgets.php:176 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" +#: ../../include/widgets.php:182 +msgid "Add New Connection" msgstr "" -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/widgets.php:183 +msgid "Enter channel address" msgstr "" -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" msgstr "" -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" +#: ../../include/widgets.php:200 +msgid "Notes" msgstr "" -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" +#: ../../include/widgets.php:276 +msgid "Remove term" msgstr "" -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" +#: ../../include/widgets.php:391 +msgid "Archives" msgstr "" -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/widgets.php:555 +msgid "Refresh" msgstr "" -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" +#: ../../include/widgets.php:595 +msgid "Account settings" msgstr "" -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/widgets.php:601 +msgid "Channel settings" msgstr "" -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/widgets.php:610 +msgid "Additional features" msgstr "" -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." +#: ../../include/widgets.php:617 +msgid "Feature/Addon settings" msgstr "" -#: ../../include/import.php:1367 -msgid "Unable to import element \"" +#: ../../include/widgets.php:623 +msgid "Display settings" msgstr "" -#: ../../include/items.php:837 ../../include/items.php:882 -msgid "(Unknown)" +#: ../../include/widgets.php:630 +msgid "Manage locations" msgstr "" -#: ../../include/items.php:1080 -msgid "Visible to anybody on the internet." +#: ../../include/widgets.php:637 +msgid "Export channel" msgstr "" -#: ../../include/items.php:1082 -msgid "Visible to you only." +#: ../../include/widgets.php:643 +msgid "Connected apps" msgstr "" -#: ../../include/items.php:1084 -msgid "Visible to anybody in this network." +#: ../../include/widgets.php:667 +msgid "Premium Channel Settings" msgstr "" -#: ../../include/items.php:1086 -msgid "Visible to anybody authenticated." +#: ../../include/widgets.php:696 +msgid "Private Mail Menu" msgstr "" -#: ../../include/items.php:1088 -#, php-format -msgid "Visible to anybody on %s." +#: ../../include/widgets.php:698 +msgid "Combined View" msgstr "" -#: ../../include/items.php:1090 -msgid "Visible to all connections." +#: ../../include/widgets.php:730 ../../include/widgets.php:742 +msgid "Conversations" msgstr "" -#: ../../include/items.php:1092 -msgid "Visible to approved connections." +#: ../../include/widgets.php:734 +msgid "Received Messages" msgstr "" -#: ../../include/items.php:1094 -msgid "Visible to specific connections." +#: ../../include/widgets.php:738 +msgid "Sent Messages" msgstr "" -#: ../../include/items.php:3892 -msgid "Privacy group is empty." +#: ../../include/widgets.php:752 +msgid "No messages." msgstr "" -#: ../../include/items.php:3899 -#, php-format -msgid "Privacy group: %s" +#: ../../include/widgets.php:770 +msgid "Delete conversation" msgstr "" -#: ../../include/items.php:3911 -msgid "Connection not found." +#: ../../include/widgets.php:796 +msgid "Events Tools" msgstr "" -#: ../../include/items.php:4260 -msgid "profile photo" +#: ../../include/widgets.php:797 +msgid "Export Calendar" msgstr "" -#: ../../include/items.php:4456 -#, php-format -msgid "[Edited %s]" +#: ../../include/widgets.php:798 +msgid "Import Calendar" msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Post" +#: ../../include/widgets.php:890 +msgid "Overview" msgstr "" -#: ../../include/items.php:4456 -msgctxt "edit_activity" -msgid "Comment" +#: ../../include/widgets.php:897 +msgid "Chat Members" msgstr "" -#: ../../include/photos.php:115 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/widgets.php:972 +msgctxt "wiki_history" +msgid "Message" msgstr "" -#: ../../include/photos.php:122 -msgid "Image file is empty." +#: ../../include/widgets.php:994 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/photos.php:260 -msgid "Photo storage failed." +#: ../../include/widgets.php:1025 +msgid "Suggested Chatrooms" msgstr "" -#: ../../include/photos.php:300 -msgid "a new photo" +#: ../../include/widgets.php:1170 ../../include/widgets.php:1282 +msgid "photo/image" msgstr "" -#: ../../include/photos.php:304 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/widgets.php:1225 +msgid "Click to show more" msgstr "" -#: ../../include/photos.php:512 -msgid "Upload New Photos" +#: ../../include/widgets.php:1376 +msgid "Rating Tools" +msgstr "" + +#: ../../include/widgets.php:1380 ../../include/widgets.php:1382 +msgid "Rate Me" +msgstr "" + +#: ../../include/widgets.php:1385 +msgid "View Ratings" +msgstr "" + +#: ../../include/widgets.php:1478 +msgid "Forums" +msgstr "" + +#: ../../include/widgets.php:1507 +msgid "Tasks" +msgstr "" + +#: ../../include/widgets.php:1573 ../../include/widgets.php:1611 +msgid "Member registrations waiting for confirmation" +msgstr "" + +#: ../../include/widgets.php:1579 +msgid "Inspect queue" +msgstr "" + +#: ../../include/widgets.php:1581 +msgid "DB updates" +msgstr "" + +#: ../../include/widgets.php:1607 +msgid "Plugin Features" msgstr "" #: ../../util/nconfig.php:34 @@ -13430,66 +13592,66 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1177 +#: ../../boot.php:1178 #, php-format msgctxt "opensearch" msgid "Search %1$s (%2$s)" msgstr "" -#: ../../boot.php:1177 +#: ../../boot.php:1178 msgctxt "opensearch" msgid "$Projectname" msgstr "" -#: ../../boot.php:1495 +#: ../../boot.php:1496 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1498 +#: ../../boot.php:1499 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1702 +#: ../../boot.php:1703 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1723 +#: ../../boot.php:1724 msgid "Login/Email" msgstr "" -#: ../../boot.php:1724 +#: ../../boot.php:1725 msgid "Password" msgstr "" -#: ../../boot.php:1725 +#: ../../boot.php:1726 msgid "Remember me" msgstr "" -#: ../../boot.php:1728 +#: ../../boot.php:1729 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2289 +#: ../../boot.php:2290 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2444 +#: ../../boot.php:2445 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2447 +#: ../../boot.php:2448 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2564 +#: ../../boot.php:2565 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2568 +#: ../../boot.php:2569 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" -- cgit v1.2.3 From f90d5f3dc8b26d5a1fd3e44013385bda9a7361b2 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 27 Jan 2017 12:13:30 -0800 Subject: string update --- util/hmessages.po | 3478 +++++++++++++++++++++++++++-------------------------- 1 file changed, 1776 insertions(+), 1702 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 77e484659..6d4d5d079 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-20 00:06-0800\n" +"POT-Creation-Date: 2017-01-27 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,8 +95,8 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 #: ../../include/selectors.php:66 ../../include/selectors.php:104 -#: ../../include/selectors.php:140 ../../include/connections.php:869 -#: ../../include/connections.php:876 ../../include/permissions.php:949 +#: ../../include/selectors.php:140 ../../include/permissions.php:949 +#: ../../include/connections.php:869 ../../include/connections.php:876 msgid "Other" msgstr "" @@ -105,6 +105,26 @@ msgstr "" msgid "Custom/Expert Mode" msgstr "" +#: ../../Zotlabs/Access/PermissionRoles.php:262 +msgctxt "permcat" +msgid "follower" +msgstr "" + +#: ../../Zotlabs/Access/PermissionRoles.php:267 +msgctxt "permcat" +msgid "contributor" +msgstr "" + +#: ../../Zotlabs/Access/PermissionRoles.php:271 +msgctxt "permcat" +msgid "trusted" +msgstr "" + +#: ../../Zotlabs/Access/PermissionRoles.php:276 +msgctxt "permcat" +msgid "moderator" +msgstr "" + #: ../../Zotlabs/Access/Permissions.php:46 msgid "Can view my channel stream and posts" msgstr "" @@ -199,12 +219,12 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:784 #: ../../Zotlabs/Module/Photos.php:1244 -#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:526 -#: ../../Zotlabs/Lib/Apps.php:604 +#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:528 +#: ../../Zotlabs/Lib/Apps.php:606 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/conversation.php:1177 ../../include/widgets.php:1695 +#: ../../include/widgets.php:1698 ../../include/conversation.php:1177 msgid "Unknown" msgstr "" @@ -240,25 +260,25 @@ msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 -#: ../../include/widgets.php:1708 +#: ../../include/widgets.php:1711 msgid "Upload" msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 #: ../../Zotlabs/Module/Connedit.php:870 -#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:163 +#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:165 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 #: ../../Zotlabs/Module/Chat.php:250 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1136 #: ../../extend/addon/addon/rendezvous/rendezvous.php:164 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:156 -#: ../../include/widgets.php:971 +#: ../../include/widgets.php:974 msgid "Name" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:164 +#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:166 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:157 msgid "Type" msgstr "" @@ -281,18 +301,18 @@ msgstr "" #: ../../Zotlabs/Module/Editlayout.php:114 #: ../../Zotlabs/Module/Editwebpage.php:145 ../../Zotlabs/Module/Menu.php:112 #: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 -#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:156 -#: ../../Zotlabs/Module/Wiki.php:266 +#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:158 +#: ../../Zotlabs/Module/Wiki.php:268 #: ../../Zotlabs/Module/Settings/Oauth.php:149 -#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 -#: ../../Zotlabs/Lib/Apps.php:346 +#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:349 +#: ../../Zotlabs/Lib/ThreadItem.php:106 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:149 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 -#: ../../include/menu.php:113 ../../include/page_widgets.php:9 -#: ../../include/page_widgets.php:39 ../../include/channel.php:961 -#: ../../include/channel.php:965 +#: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 +#: ../../include/menu.php:113 ../../include/channel.php:972 +#: ../../include/channel.php:976 msgid "Edit" msgstr "" @@ -308,8 +328,8 @@ msgstr "" #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 -#: ../../Zotlabs/Lib/Apps.php:347 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:350 +#: ../../Zotlabs/Lib/ThreadItem.php:126 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 #: ../../include/conversation.php:656 @@ -396,8 +416,8 @@ msgstr "" #: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Message.php:18 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 -#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:207 -#: ../../Zotlabs/Module/Wiki.php:306 ../../Zotlabs/Module/Sources.php:74 +#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:209 +#: ../../Zotlabs/Module/Wiki.php:308 ../../Zotlabs/Module/Sources.php:74 #: ../../Zotlabs/Module/Suggest.php:30 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Mail.php:164 @@ -414,19 +434,20 @@ msgstr "" #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:58 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:194 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:291 -#: ../../include/attach.php:142 ../../include/attach.php:189 -#: ../../include/attach.php:253 ../../include/attach.php:267 -#: ../../include/attach.php:274 ../../include/attach.php:341 -#: ../../include/attach.php:355 ../../include/attach.php:362 -#: ../../include/attach.php:439 ../../include/attach.php:906 -#: ../../include/attach.php:977 ../../include/attach.php:1135 -#: ../../include/items.php:3429 ../../include/photos.php:27 +#: ../../extend/addon/addon/buffer/buffer.php:31 ../../include/attach.php:142 +#: ../../include/attach.php:189 ../../include/attach.php:253 +#: ../../include/attach.php:267 ../../include/attach.php:274 +#: ../../include/attach.php:341 ../../include/attach.php:355 +#: ../../include/attach.php:362 ../../include/attach.php:439 +#: ../../include/attach.php:906 ../../include/attach.php:977 +#: ../../include/attach.php:1135 ../../include/items.php:3439 +#: ../../include/photos.php:27 msgid "Permission denied." msgstr "" #: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Display.php:124 #: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 -#: ../../Zotlabs/Lib/NativeWikiPage.php:496 ../../include/help.php:66 +#: ../../Zotlabs/Lib/NativeWikiPage.php:502 ../../include/help.php:66 msgid "Page not found." msgstr "" @@ -450,7 +471,7 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:59 ../../Zotlabs/Module/Hcard.php:12 #: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Blocks.php:33 #: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Webpages.php:33 -#: ../../include/channel.php:862 +#: ../../include/channel.php:873 msgid "Requested profile is not available." msgstr "" @@ -470,7 +491,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:254 #: ../../Zotlabs/Module/Admin/Themes.php:69 #: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Thing.php:89 -#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3350 +#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3360 msgid "Item not found." msgstr "" @@ -605,7 +626,7 @@ msgstr "" msgid "Membership on this site is by invitation only." msgstr "" -#: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:150 +#: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:152 #: ../../boot.php:1704 msgid "Register" msgstr "" @@ -694,7 +715,7 @@ msgstr "" #: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:171 +#: ../../Zotlabs/Module/Wiki.php:173 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -758,7 +779,7 @@ msgstr "" #: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:171 +#: ../../Zotlabs/Module/Wiki.php:173 #: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 @@ -845,13 +866,13 @@ msgstr "" #: ../../Zotlabs/Module/Connedit.php:850 #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Import.php:546 ../../Zotlabs/Module/Mitem.php:243 +#: ../../Zotlabs/Module/Import.php:549 ../../Zotlabs/Module/Mitem.php:243 #: ../../Zotlabs/Module/Appman.php:129 ../../Zotlabs/Module/Mood.php:139 #: ../../Zotlabs/Module/Profiles.php:721 ../../Zotlabs/Module/Invite.php:149 #: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 #: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Pconfig.php:107 #: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Events.php:493 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:160 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:162 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Oauth.php:87 @@ -909,7 +930,7 @@ msgstr "" #: ../../extend/addon/addon/likebanner/likebanner.php:57 #: ../../extend/addon/addon/mailtest/mailtest.php:100 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:153 -#: ../../include/js_strings.php:22 ../../include/widgets.php:799 +#: ../../include/widgets.php:799 ../../include/js_strings.php:22 #: ../../view/theme/redbasic/php/config.php:106 msgid "Submit" msgstr "" @@ -931,12 +952,12 @@ msgid "Show Oldest First" msgstr "" #: ../../Zotlabs/Module/Photos.php:778 ../../Zotlabs/Module/Photos.php:1335 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1689 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1692 msgid "View Photo" msgstr "" #: ../../Zotlabs/Module/Photos.php:809 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1706 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1709 msgid "Edit Album" msgstr "" @@ -1108,7 +1129,7 @@ msgid "View all" msgstr "" #: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Lib/ThreadItem.php:190 -#: ../../include/taxonomy.php:403 ../../include/channel.php:1190 +#: ../../include/taxonomy.php:403 ../../include/channel.php:1201 #: ../../include/conversation.php:1952 msgctxt "noun" msgid "Like" @@ -1400,8 +1421,8 @@ msgstr "" #: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 -#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/text.php:1003 -#: ../../include/text.php:1015 ../../include/widgets.php:202 +#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/widgets.php:202 +#: ../../include/text.php:1003 ../../include/text.php:1015 msgid "Save" msgstr "" @@ -1554,14 +1575,14 @@ msgid "Recent activity" msgstr "" #: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:211 -#: ../../include/nav.php:189 ../../include/text.php:932 +#: ../../include/nav.php:191 ../../include/text.php:932 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 #: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 -#: ../../include/nav.php:168 ../../include/text.php:1002 -#: ../../include/text.php:1014 ../../include/widgets.php:316 +#: ../../include/nav.php:170 ../../include/widgets.php:316 +#: ../../include/text.php:1002 ../../include/text.php:1014 msgid "Search" msgstr "" @@ -1609,30 +1630,30 @@ msgstr "" msgid "Unable to process image." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4260 +#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4270 msgid "female" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4261 +#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4271 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4262 +#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4272 msgid "male" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4263 +#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4273 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4265 +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4275 #, php-format msgid "%1$s updated their %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1681 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1692 msgid "cover photo" msgstr "" @@ -1713,8 +1734,8 @@ msgstr "" msgid "Log settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1599 -#: ../../include/widgets.php:1609 +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1602 +#: ../../include/widgets.php:1612 msgid "Logs" msgstr "" @@ -1761,7 +1782,7 @@ msgid "Enable" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1577 +#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1580 msgid "Plugins" msgstr "" @@ -1772,7 +1793,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:339 #: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:211 ../../include/widgets.php:683 +#: ../../include/nav.php:213 ../../include/widgets.php:683 msgid "Settings" msgstr "" @@ -1841,8 +1862,8 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:414 #: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 -#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:256 -#: ../../Zotlabs/Module/Wiki.php:281 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:258 +#: ../../Zotlabs/Module/Wiki.php:283 #: ../../Zotlabs/Module/Settings/Oauth.php:88 #: ../../Zotlabs/Module/Settings/Oauth.php:114 #: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 @@ -1927,7 +1948,7 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1580 +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1583 msgid "Profile Fields" msgstr "" @@ -2007,7 +2028,7 @@ msgid "" "embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1575 +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1578 msgid "Security" msgstr "" @@ -2107,7 +2128,7 @@ msgid "Screenshot" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1578 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1581 msgid "Themes" msgstr "" @@ -2190,7 +2211,7 @@ msgid "Account '%s' unblocked" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1573 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1576 msgid "Accounts" msgstr "" @@ -2323,7 +2344,7 @@ msgstr "" msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1574 +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1577 msgid "Channels" msgstr "" @@ -2488,7 +2509,7 @@ msgstr "" msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1572 +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1575 msgid "Site" msgstr "" @@ -3123,7 +3144,7 @@ msgstr "" msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1396 +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1399 msgid "Public Hubs" msgstr "" @@ -3167,7 +3188,7 @@ msgstr "" #: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 #: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Events.php:694 -#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:158 +#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:160 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:151 #: ../../include/page_widgets.php:42 msgid "View" @@ -3330,9 +3351,9 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:66 #: ../../Zotlabs/Module/Settings/Channel.php:69 #: ../../Zotlabs/Module/Settings/Channel.php:80 -#: ../../include/selectors.php:123 ../../include/channel.php:402 -#: ../../include/channel.php:403 ../../include/channel.php:410 -#: ../../include/widgets.php:534 +#: ../../include/selectors.php:123 ../../include/widgets.php:534 +#: ../../include/channel.php:402 ../../include/channel.php:403 +#: ../../include/channel.php:410 msgid "Friends" msgstr "" @@ -3376,7 +3397,7 @@ msgstr "" msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3916 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3926 #, php-format msgid "Connection: %s" msgstr "" @@ -3670,10 +3691,10 @@ msgid "is interested in:" msgstr "" #: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:329 -#: ../../Zotlabs/Module/Suggest.php:56 ../../include/connections.php:78 -#: ../../include/channel.php:1036 ../../include/conversation.php:938 -#: ../../include/conversation.php:1069 ../../include/widgets.php:148 -#: ../../include/widgets.php:185 +#: ../../Zotlabs/Module/Suggest.php:56 ../../include/widgets.php:148 +#: ../../include/widgets.php:185 ../../include/channel.php:1047 +#: ../../include/connections.php:78 ../../include/conversation.php:938 +#: ../../include/conversation.php:1069 msgid "Connect" msgstr "" @@ -3703,7 +3724,7 @@ msgid "Create Event" msgstr "" #: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:691 -#: ../../include/channel.php:1287 +#: ../../include/channel.php:1298 msgid "Export" msgstr "" @@ -3725,7 +3746,7 @@ msgid "Could not create privacy group." msgstr "" #: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3883 +#: ../../include/items.php:3893 msgid "Privacy group not found." msgstr "" @@ -3889,7 +3910,7 @@ msgid "Use this form to import existing posts and content from an export file." msgstr "" #: ../../Zotlabs/Module/Import_items.php:121 -#: ../../Zotlabs/Module/Import.php:532 +#: ../../Zotlabs/Module/Import.php:535 msgid "File to Upload" msgstr "" @@ -3904,13 +3925,13 @@ msgid "Create a new channel" msgstr "" #: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:812 -#: ../../Zotlabs/Module/Wiki.php:159 ../../Zotlabs/Module/Chat.php:255 +#: ../../Zotlabs/Module/Wiki.php:161 ../../Zotlabs/Module/Chat.php:255 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:152 msgid "Create New" msgstr "" #: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/nav.php:209 +#: ../../include/nav.php:211 msgid "Channel Manager" msgstr "" @@ -3957,43 +3978,43 @@ msgstr "" msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Import.php:503 +#: ../../Zotlabs/Module/Import.php:506 #: ../../include/Import/import_diaspora.php:142 msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Import.php:525 +#: ../../Zotlabs/Module/Import.php:528 msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Import.php:530 +#: ../../Zotlabs/Module/Import.php:533 msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:531 +#: ../../Zotlabs/Module/Import.php:534 msgid "" "Use this form to import an existing channel from a different server/hub. You " "may retrieve the channel identity from the old server/hub via the network or " "provide an export file." msgstr "" -#: ../../Zotlabs/Module/Import.php:533 +#: ../../Zotlabs/Module/Import.php:536 msgid "Or provide the old server/hub details" msgstr "" -#: ../../Zotlabs/Module/Import.php:534 +#: ../../Zotlabs/Module/Import.php:537 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Import.php:535 +#: ../../Zotlabs/Module/Import.php:538 msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Import.php:536 +#: ../../Zotlabs/Module/Import.php:539 msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Import.php:537 +#: ../../Zotlabs/Module/Import.php:540 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be " @@ -4001,20 +4022,20 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Import.php:538 +#: ../../Zotlabs/Module/Import.php:541 msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Import.php:540 +#: ../../Zotlabs/Module/Import.php:543 msgid "Move this channel (disable all previous locations)" msgstr "" -#: ../../Zotlabs/Module/Import.php:542 +#: ../../Zotlabs/Module/Import.php:545 msgid "" "Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Import.php:543 +#: ../../Zotlabs/Module/Import.php:546 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4250,12 +4271,12 @@ msgid "Set your current mood and tell your friends" msgstr "" #: ../../Zotlabs/Module/Notify.php:57 -#: ../../Zotlabs/Module/Notifications.php:35 +#: ../../Zotlabs/Module/Notifications.php:38 msgid "No more system notifications." msgstr "" #: ../../Zotlabs/Module/Notify.php:61 -#: ../../Zotlabs/Module/Notifications.php:39 +#: ../../Zotlabs/Module/Notifications.php:42 msgid "System Notifications" msgstr "" @@ -4351,7 +4372,7 @@ msgid "View this profile" msgstr "" #: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Profiles.php:805 -#: ../../include/channel.php:983 +#: ../../include/channel.php:994 msgid "Edit visibility" msgstr "" @@ -4363,7 +4384,7 @@ msgstr "" msgid "Change cover photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:954 +#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:965 msgid "Change profile photo" msgstr "" @@ -4383,8 +4404,8 @@ msgstr "" msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:731 ../../include/conversation.php:1715 -#: ../../include/widgets.php:105 +#: ../../Zotlabs/Module/Profiles.php:731 ../../include/widgets.php:105 +#: ../../include/conversation.php:1715 msgid "Personal" msgstr "" @@ -4525,12 +4546,12 @@ msgstr "" msgid "My other channels" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:979 +#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:990 msgid "Profile Image" msgstr "" #: ../../Zotlabs/Module/Profiles.php:811 ../../include/nav.php:91 -#: ../../include/channel.php:961 +#: ../../include/channel.php:972 msgid "Edit Profiles" msgstr "" @@ -5108,7 +5129,7 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../Zotlabs/Module/Notifications.php:40 ../../include/nav.php:194 +#: ../../Zotlabs/Module/Notifications.php:43 ../../include/nav.php:196 msgid "Mark all system notifications seen" msgstr "" @@ -5168,7 +5189,7 @@ msgstr "" msgid "vcard" msgstr "" -#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:166 +#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:168 #: ../../include/widgets.php:102 msgid "Apps" msgstr "" @@ -5186,7 +5207,7 @@ msgid "Layouts" msgstr "" #: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 -#: ../../include/nav.php:162 ../../include/help.php:53 +#: ../../include/nav.php:164 ../../include/help.php:53 #: ../../include/help.php:59 msgid "Help" msgstr "" @@ -5397,7 +5418,7 @@ msgstr "" msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1284 +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1295 msgid "Profile" msgstr "" @@ -5524,15 +5545,15 @@ msgstr "" msgid "Authentication failed." msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:75 +#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1917 msgid "Remote Authentication" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:76 +#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1918 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:77 +#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1919 msgid "Authenticate" msgstr "" @@ -5689,13 +5710,13 @@ msgstr "" msgid "Homepage: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1215 +#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1226 msgid "Age:" msgstr "" #: ../../Zotlabs/Module/Directory.php:315 ../../include/event.php:52 #: ../../include/event.php:84 ../../include/bb2diaspora.php:526 -#: ../../include/channel.php:1051 +#: ../../include/channel.php:1062 msgid "Location:" msgstr "" @@ -5703,11 +5724,11 @@ msgstr "" msgid "Description:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1231 +#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1242 msgid "Hometown:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1239 +#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1250 msgid "About:" msgstr "" @@ -5886,194 +5907,179 @@ msgstr "" msgid "Remove this file" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:24 +#: ../../Zotlabs/Module/Wiki.php:29 msgid "Profile Unavailable." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:38 +#: ../../Zotlabs/Module/Wiki.php:43 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:40 msgid "Not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:60 +#: ../../Zotlabs/Module/Wiki.php:62 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:60 msgid "Invalid channel" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:112 -#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:105 -msgid "Error retrieving wiki" -msgstr "" - -#: ../../Zotlabs/Module/Wiki.php:119 -#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:112 -msgid "Error creating zip file export folder" -msgstr "" - -#: ../../Zotlabs/Module/Wiki.php:137 -#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:130 -msgid "Error downloading wiki: " -msgstr "" - -#: ../../Zotlabs/Module/Wiki.php:151 +#: ../../Zotlabs/Module/Wiki.php:153 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:144 #: ../../include/nav.php:111 ../../include/conversation.php:1900 msgid "Wikis" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:157 +#: ../../Zotlabs/Module/Wiki.php:159 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:150 msgid "Download" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:161 +#: ../../Zotlabs/Module/Wiki.php:163 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:154 msgid "Wiki name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:162 +#: ../../Zotlabs/Module/Wiki.php:164 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:155 msgid "Content type" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:171 +#: ../../Zotlabs/Module/Wiki.php:173 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 msgid "Create a status post for this wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:196 +#: ../../Zotlabs/Module/Wiki.php:198 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:183 msgid "Wiki not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:220 +#: ../../Zotlabs/Module/Wiki.php:222 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:208 msgid "Rename page" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:224 +#: ../../Zotlabs/Module/Wiki.php:226 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:212 msgid "Error retrieving page content" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:254 +#: ../../Zotlabs/Module/Wiki.php:256 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:241 msgid "Revision Comparison" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:255 +#: ../../Zotlabs/Module/Wiki.php:257 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:242 msgid "Revert" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:259 +#: ../../Zotlabs/Module/Wiki.php:261 msgid "Short description of your changes (optional)" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:266 +#: ../../Zotlabs/Module/Wiki.php:268 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 msgid "Source" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:274 +#: ../../Zotlabs/Module/Wiki.php:276 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:259 msgid "New page name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:279 +#: ../../Zotlabs/Module/Wiki.php:281 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:264 #: ../../include/conversation.php:1299 msgid "Embed image from photo albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:280 +#: ../../Zotlabs/Module/Wiki.php:282 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:265 #: ../../include/conversation.php:1393 msgid "Embed an image from your albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:282 +#: ../../Zotlabs/Module/Wiki.php:284 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:267 #: ../../include/conversation.php:1395 ../../include/conversation.php:1442 msgid "OK" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:283 +#: ../../Zotlabs/Module/Wiki.php:285 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:268 #: ../../include/conversation.php:1335 msgid "Choose images to embed" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:284 +#: ../../Zotlabs/Module/Wiki.php:286 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:269 #: ../../include/conversation.php:1336 msgid "Choose an album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:285 +#: ../../Zotlabs/Module/Wiki.php:287 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:270 msgid "Choose a different album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:286 +#: ../../Zotlabs/Module/Wiki.php:288 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:271 #: ../../include/conversation.php:1338 msgid "Error getting album list" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:287 +#: ../../Zotlabs/Module/Wiki.php:289 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:272 #: ../../include/conversation.php:1339 msgid "Error getting photo link" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:288 +#: ../../Zotlabs/Module/Wiki.php:290 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:273 #: ../../include/conversation.php:1340 msgid "Error getting album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:353 +#: ../../Zotlabs/Module/Wiki.php:355 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:337 msgid "Error creating wiki. Invalid name." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:364 +#: ../../Zotlabs/Module/Wiki.php:367 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:348 msgid "Wiki created, but error creating Home page." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:370 +#: ../../Zotlabs/Module/Wiki.php:374 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:353 msgid "Error creating wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:382 +#: ../../Zotlabs/Module/Wiki.php:386 msgid "Wiki delete permission denied." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:391 +#: ../../Zotlabs/Module/Wiki.php:396 msgid "Error deleting wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:418 +#: ../../Zotlabs/Module/Wiki.php:422 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:400 msgid "New page created" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:530 +#: ../../Zotlabs/Module/Wiki.php:537 msgid "Cannot delete Home" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:600 +#: ../../Zotlabs/Module/Wiki.php:601 msgid "Current Revision" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:600 +#: ../../Zotlabs/Module/Wiki.php:601 msgid "Selected Revision" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:650 +#: ../../Zotlabs/Module/Wiki.php:651 msgid "You must be authenticated." msgstr "" @@ -6093,8 +6099,8 @@ msgstr "" msgid "*" msgstr "" -#: ../../Zotlabs/Module/Sources.php:96 ../../include/features.php:204 -#: ../../include/widgets.php:675 +#: ../../Zotlabs/Module/Sources.php:96 ../../include/widgets.php:675 +#: ../../include/features.php:204 msgid "Channel Sources" msgstr "" @@ -6346,6 +6352,7 @@ msgstr "" #: ../../extend/addon/addon/twitter/twitter.php:766 #: ../../extend/addon/addon/xmpp/xmpp.php:102 #: ../../extend/addon/addon/rendezvous/rendezvous.php:82 +#: ../../extend/addon/addon/buffer/buffer.php:68 msgid "Settings updated." msgstr "" @@ -6406,7 +6413,7 @@ msgid "Basic Settings" msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:461 -#: ../../include/channel.php:1172 +#: ../../include/channel.php:1183 msgid "Full Name:" msgstr "" @@ -7469,6 +7476,114 @@ msgstr "" msgid "This is your default setting for the audience of your webpages" msgstr "" +#: ../../Zotlabs/Lib/Apps.php:207 +msgid "Site Admin" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:208 +#: ../../extend/addon/addon/buglink/buglink.php:16 +msgid "Report Bug" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:209 +msgid "View Bookmarks" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:210 +msgid "My Chatrooms" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:212 +msgid "Firefox Share" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:213 +msgid "Remote Diagnostics" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 +msgid "Suggest Channels" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:116 +#: ../../boot.php:1722 +msgid "Login" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:184 +msgid "Grid" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 +#: ../../include/conversation.php:1903 +msgid "Wiki" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:187 +msgid "Channel Home" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:206 +#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 +msgid "Events" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:172 +msgid "Directory" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:198 +msgid "Mail" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 +msgid "Chat" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:233 +msgid "Probe" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:234 +msgid "Suggest" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:235 +msgid "Random Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:236 +msgid "Invite" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1579 +msgid "Features" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../extend/addon/addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:239 +msgid "Post" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../extend/addon/addon/openid/MysqlProvider.php:58 +#: ../../extend/addon/addon/openid/MysqlProvider.php:59 +#: ../../extend/addon/addon/openid/MysqlProvider.php:60 +msgid "Profile Photo" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:347 +msgid "Purchase" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:351 +msgid "Undelete" +msgstr "" + #: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 msgid "Private Message" msgstr "" @@ -7662,267 +7777,163 @@ msgstr "" msgid "Video" msgstr "" +#: ../../Zotlabs/Lib/NativeWiki.php:126 +msgid "Wiki files deleted successfully" +msgstr "" + #: ../../Zotlabs/Lib/NativeWikiPage.php:31 #: ../../Zotlabs/Lib/NativeWikiPage.php:62 msgid "(No Title)" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:85 +#: ../../Zotlabs/Lib/NativeWikiPage.php:76 +msgid "Wiki page create failed." +msgstr "" + +#: ../../Zotlabs/Lib/NativeWikiPage.php:89 msgid "Wiki not found." msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:96 +#: ../../Zotlabs/Lib/NativeWikiPage.php:100 msgid "Destination name already exists" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:122 -#: ../../Zotlabs/Lib/NativeWikiPage.php:337 +#: ../../Zotlabs/Lib/NativeWikiPage.php:126 +#: ../../Zotlabs/Lib/NativeWikiPage.php:345 msgid "Page not found" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:151 +#: ../../Zotlabs/Lib/NativeWikiPage.php:156 msgid "Error reading page content" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:330 -#: ../../Zotlabs/Lib/NativeWikiPage.php:375 -#: ../../Zotlabs/Lib/NativeWikiPage.php:444 -#: ../../Zotlabs/Lib/NativeWikiPage.php:486 +#: ../../Zotlabs/Lib/NativeWikiPage.php:338 +#: ../../Zotlabs/Lib/NativeWikiPage.php:383 +#: ../../Zotlabs/Lib/NativeWikiPage.php:450 +#: ../../Zotlabs/Lib/NativeWikiPage.php:491 msgid "Error reading wiki" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:363 +#: ../../Zotlabs/Lib/NativeWikiPage.php:371 msgid "Page update failed." msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:399 +#: ../../Zotlabs/Lib/NativeWikiPage.php:405 msgid "Nothing deleted" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:465 +#: ../../Zotlabs/Lib/NativeWikiPage.php:471 msgid "Compare: object not found." msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:471 +#: ../../Zotlabs/Lib/NativeWikiPage.php:477 msgid "Page updated" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:474 +#: ../../Zotlabs/Lib/NativeWikiPage.php:480 msgid "Untitled" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:480 +#: ../../Zotlabs/Lib/NativeWikiPage.php:486 msgid "Wiki resource_id required for git commit" msgstr "" -#: ../../Zotlabs/Lib/NativeWikiPage.php:546 +#: ../../Zotlabs/Lib/NativeWikiPage.php:557 #: ../../extend/addon/addon/gitwiki/gitwiki_backend.php:579 -#: ../../include/bbcode.php:576 ../../include/bbcode.php:719 +#: ../../include/bbcode.php:610 ../../include/bbcode.php:756 msgid "Different viewers will see this text differently" msgstr "" -#: ../../Zotlabs/Lib/NativeWiki.php:116 -msgid "Wiki files deleted successfully" +#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 +msgid "Flag Adult Photos" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:207 -msgid "Site Admin" +#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:25 +msgid "" +"Provide photo edit option to hide inappropriate photos from default album " +"view" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:208 -#: ../../extend/addon/addon/buglink/buglink.php:16 -msgid "Report Bug" +#: ../../extend/addon/addon/chords/Mod_Chords.php:44 +msgid "" +"This is a fairly comprehensive and complete guitar chord dictionary which " +"will list most of the available ways to play a certain chord, starting from " +"the base of the fingerboard up to a few frets beyond the twelfth fret " +"(beyond which everything repeats). A couple of non-standard tunings are " +"provided for the benefit of slide players, etc." msgstr "" -#: ../../Zotlabs/Lib/Apps.php:209 -msgid "View Bookmarks" +#: ../../extend/addon/addon/chords/Mod_Chords.php:46 +msgid "" +"Chord names start with a root note (A-G) and may include sharps (#) and " +"flats (b). This software will parse most of the standard naming conventions " +"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements." msgstr "" -#: ../../Zotlabs/Lib/Apps.php:210 -msgid "My Chatrooms" +#: ../../extend/addon/addon/chords/Mod_Chords.php:48 +msgid "" +"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, " +"E7b13b11 ..." msgstr "" -#: ../../Zotlabs/Lib/Apps.php:212 -msgid "Firefox Share" +#: ../../extend/addon/addon/chords/Mod_Chords.php:51 +msgid "Guitar Chords" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:213 -msgid "Remote Diagnostics" +#: ../../extend/addon/addon/chords/Mod_Chords.php:52 +msgid "The complete online chord dictionary" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 -msgid "Suggest Channels" +#: ../../extend/addon/addon/chords/Mod_Chords.php:57 +msgid "Tuning" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:115 -#: ../../boot.php:1722 -msgid "Login" +#: ../../extend/addon/addon/chords/Mod_Chords.php:58 +msgid "Chord name: example: Em7" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:182 -msgid "Grid" +#: ../../extend/addon/addon/chords/Mod_Chords.php:59 +msgid "Show for left handed stringing" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 -#: ../../include/conversation.php:1903 -msgid "Wiki" +#: ../../extend/addon/addon/chords/chords.php:33 +msgid "Quick Reference" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:185 -msgid "Channel Home" +#: ../../extend/addon/addon/diaspora/diaspora.php:671 +msgid "Diaspora Protocol Settings updated." msgstr "" -#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:204 -#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 -msgid "Events" +#: ../../extend/addon/addon/diaspora/diaspora.php:692 +msgid "Enable the Diaspora protocol for this channel" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:170 -msgid "Directory" +#: ../../extend/addon/addon/diaspora/diaspora.php:696 +msgid "Allow any Diaspora member to comment on your public posts" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:196 -msgid "Mail" +#: ../../extend/addon/addon/diaspora/diaspora.php:700 +msgid "Prevent your hashtags from being redirected to other sites" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 -msgid "Chat" +#: ../../extend/addon/addon/diaspora/diaspora.php:705 +msgid "Followed hashtags (comma separated, do not include the #)" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:233 -msgid "Probe" +#: ../../extend/addon/addon/diaspora/diaspora.php:710 +msgid "Diaspora Protocol Settings" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:234 -msgid "Suggest" +#: ../../extend/addon/addon/dirstats/dirstats.php:94 +msgid "Hubzilla Directory Stats" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:235 -msgid "Random Channel" +#: ../../extend/addon/addon/dirstats/dirstats.php:95 +msgid "Total Hubs" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:236 -msgid "Invite" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1576 -msgid "Features" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:238 -#: ../../extend/addon/addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:239 -msgid "Post" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:240 -#: ../../extend/addon/addon/openid/MysqlProvider.php:58 -#: ../../extend/addon/addon/openid/MysqlProvider.php:59 -#: ../../extend/addon/addon/openid/MysqlProvider.php:60 -msgid "Profile Photo" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:344 -msgid "Purchase" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:348 -msgid "Undelete" -msgstr "" - -#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:24 -msgid "Flag Adult Photos" -msgstr "" - -#: ../../extend/addon/addon/adultphotoflag/adultphotoflag.php:25 -msgid "" -"Provide photo edit option to hide inappropriate photos from default album " -"view" -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:44 -msgid "" -"This is a fairly comprehensive and complete guitar chord dictionary which " -"will list most of the available ways to play a certain chord, starting from " -"the base of the fingerboard up to a few frets beyond the twelfth fret " -"(beyond which everything repeats). A couple of non-standard tunings are " -"provided for the benefit of slide players, etc." -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:46 -msgid "" -"Chord names start with a root note (A-G) and may include sharps (#) and " -"flats (b). This software will parse most of the standard naming conventions " -"such as maj, min, dim, sus(2 or 4), aug, with optional repeating elements." -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:48 -msgid "" -"Valid examples include A, A7, Am7, Amaj7, Amaj9, Ammaj7, Aadd4, Asus2Add4, " -"E7b13b11 ..." -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:51 -msgid "Guitar Chords" -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:52 -msgid "The complete online chord dictionary" -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:57 -msgid "Tuning" -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:58 -msgid "Chord name: example: Em7" -msgstr "" - -#: ../../extend/addon/addon/chords/Mod_Chords.php:59 -msgid "Show for left handed stringing" -msgstr "" - -#: ../../extend/addon/addon/chords/chords.php:33 -msgid "Quick Reference" -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:671 -msgid "Diaspora Protocol Settings updated." -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:692 -msgid "Enable the Diaspora protocol for this channel" -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:696 -msgid "Allow any Diaspora member to comment on your public posts" -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:700 -msgid "Prevent your hashtags from being redirected to other sites" -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:705 -msgid "Followed hashtags (comma separated, do not include the #)" -msgstr "" - -#: ../../extend/addon/addon/diaspora/diaspora.php:710 -msgid "Diaspora Protocol Settings" -msgstr "" - -#: ../../extend/addon/addon/dirstats/dirstats.php:94 -msgid "Hubzilla Directory Stats" -msgstr "" - -#: ../../extend/addon/addon/dirstats/dirstats.php:95 -msgid "Total Hubs" -msgstr "" - -#: ../../extend/addon/addon/dirstats/dirstats.php:97 -msgid "Hubzilla Hubs" +#: ../../extend/addon/addon/dirstats/dirstats.php:97 +msgid "Hubzilla Hubs" msgstr "" #: ../../extend/addon/addon/dirstats/dirstats.php:99 @@ -8558,7 +8569,7 @@ msgid "IRC Chatroom" msgstr "" #: ../../extend/addon/addon/jappixmini/jappixmini.php:305 -#: ../../include/channel.php:1056 ../../include/channel.php:1218 +#: ../../include/channel.php:1067 ../../include/channel.php:1229 msgid "Status:" msgstr "" @@ -8982,6 +8993,8 @@ msgstr "" #: ../../extend/addon/addon/msgfooter/msgfooter.php:46 #: ../../extend/addon/addon/xmpp/xmpp.php:91 +#: ../../extend/addon/addon/buffer/buffer.php:57 +#: ../../extend/addon/addon/buffer/buffer.php:192 msgid "Save Settings" msgstr "" @@ -9094,7 +9107,7 @@ msgid "Page to load after image selection." msgstr "" #: ../../extend/addon/addon/openclipatar/openclipatar.php:58 -#: ../../include/nav.php:93 ../../include/channel.php:965 +#: ../../include/nav.php:93 ../../include/channel.php:976 msgid "Edit Profile" msgstr "" @@ -10376,7 +10389,7 @@ msgstr "" msgid "Error creating new game." msgstr "" -#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:816 +#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:827 msgid "Requested channel is not available." msgstr "" @@ -10646,18 +10659,30 @@ msgid "" "share their own locations with the group." msgstr "" +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:105 +msgid "Error retrieving wiki" +msgstr "" + +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:112 +msgid "Error creating zip file export folder" +msgstr "" + +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:130 +msgid "Error downloading wiki: " +msgstr "" + #: ../../extend/addon/addon/gitwiki/gitwiki.php:76 -#: ../../include/widgets.php:952 +#: ../../include/widgets.php:954 msgid "Wiki Pages" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:81 -#: ../../include/widgets.php:957 +#: ../../include/widgets.php:960 msgid "Add new page" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:82 -#: ../../include/widgets.php:958 +#: ../../include/widgets.php:961 msgid "Page name" msgstr "" @@ -10666,6 +10691,55 @@ msgstr "" msgid "Wiki List" msgstr "" +#: ../../extend/addon/addon/buffer/buffer.php:59 +msgid "Client ID" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:60 +msgid "Client Secret" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:74 +msgid "Error when registering buffer connection:" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:93 +msgid "You are now authenticated to buffer. " +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:94 +msgid "return to the connector page" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:110 +msgid "Post to Buffer" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:135 +#: ../../extend/addon/addon/buffer/buffer.php:139 +msgid "Buffer Export" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:149 +msgid "Authenticate your Buffer connection" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:153 +msgid "Enable Buffer Post Plugin" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:158 +msgid "Post to Buffer by default" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:163 +msgid "Check to delete this preset" +msgstr "" + +#: ../../extend/addon/addon/buffer/buffer.php:172 +msgid "Posts are going to all accounts that are enabled by default:" +msgstr "" + #: ../../include/Import/import_diaspora.php:16 msgid "No username found in import file." msgstr "" @@ -10824,8 +10898,8 @@ msgid "" msgstr "" #: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 -#: ../../include/contact_widgets.php:91 ../../include/widgets.php:46 -#: ../../include/widgets.php:468 +#: ../../include/widgets.php:46 ../../include/widgets.php:468 +#: ../../include/contact_widgets.php:91 msgid "Categories" msgstr "" @@ -10861,107 +10935,295 @@ msgstr "" msgid "dislikes" msgstr "" -#: ../../include/datetime.php:147 -msgid "Birthday" +#: ../../include/nav.php:85 ../../include/nav.php:119 ../../boot.php:1721 +msgid "Logout" msgstr "" -#: ../../include/datetime.php:149 -msgid "Age: " +#: ../../include/nav.php:85 ../../include/nav.php:119 +msgid "End this session" msgstr "" -#: ../../include/datetime.php:151 -msgid "YYYY-MM-DD or MM-DD" +#: ../../include/nav.php:88 +msgid "Your posts and conversations" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2566 -msgid "never" +#: ../../include/nav.php:89 +msgid "Your profile page" msgstr "" -#: ../../include/datetime.php:292 -msgid "less than a second ago" +#: ../../include/nav.php:91 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/datetime.php:310 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +#: ../../include/nav.php:93 +msgid "Edit your profile" msgstr "" -#: ../../include/datetime.php:321 -msgctxt "relative_date" -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:324 -msgctxt "relative_date" -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:327 -msgctxt "relative_date" -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:330 -msgctxt "relative_date" -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:333 -msgctxt "relative_date" -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:95 +msgid "Your photos" +msgstr "" -#: ../../include/datetime.php:336 -msgctxt "relative_date" -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:96 +msgid "Your files" +msgstr "" -#: ../../include/datetime.php:339 -msgctxt "relative_date" -msgid "second" -msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" +#: ../../include/nav.php:99 +msgid "Your chatrooms" +msgstr "" -#: ../../include/datetime.php:576 -#, php-format -msgid "%1$s's birthday" +#: ../../include/nav.php:105 ../../include/conversation.php:1879 +msgid "Bookmarks" msgstr "" -#: ../../include/datetime.php:577 -#, php-format -msgid "Happy Birthday %1$s" +#: ../../include/nav.php:105 +msgid "Your bookmarks" msgstr "" -#: ../../include/security.php:117 -msgid "guest:" +#: ../../include/nav.php:109 +msgid "Your webpages" msgstr "" -#: ../../include/security.php:535 -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/nav.php:111 +msgid "Your wikis" msgstr "" -#: ../../include/selectors.php:30 -msgid "Frequently" +#: ../../include/nav.php:116 +msgid "Sign in" msgstr "" -#: ../../include/selectors.php:31 -msgid "Hourly" +#: ../../include/nav.php:133 +msgid "Remote authentication" +msgstr "" + +#: ../../include/nav.php:133 +msgid "Click to authenticate to your home hub" +msgstr "" + +#: ../../include/nav.php:145 +msgid "Get me home" +msgstr "" + +#: ../../include/nav.php:147 +msgid "Log me out of this site" +msgstr "" + +#: ../../include/nav.php:152 +msgid "Create an account" +msgstr "" + +#: ../../include/nav.php:164 +msgid "Help and documentation" +msgstr "" + +#: ../../include/nav.php:168 +msgid "Applications, utilities, links, games" +msgstr "" + +#: ../../include/nav.php:170 +msgid "Search site @name, #tag, ?docs, content" +msgstr "" + +#: ../../include/nav.php:172 +msgid "Channel Directory" +msgstr "" + +#: ../../include/nav.php:184 +msgid "Your grid" +msgstr "" + +#: ../../include/nav.php:185 +msgid "Mark all grid notifications seen" +msgstr "" + +#: ../../include/nav.php:187 +msgid "Channel home" +msgstr "" + +#: ../../include/nav.php:188 +msgid "Mark all channel notifications seen" +msgstr "" + +#: ../../include/nav.php:194 +msgid "Notices" +msgstr "" + +#: ../../include/nav.php:194 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:195 +msgid "See all notifications" +msgstr "" + +#: ../../include/nav.php:198 +msgid "Private mail" +msgstr "" + +#: ../../include/nav.php:199 +msgid "See all private messages" +msgstr "" + +#: ../../include/nav.php:200 +msgid "Mark all private messages seen" +msgstr "" + +#: ../../include/nav.php:201 ../../include/widgets.php:703 +msgid "Inbox" +msgstr "" + +#: ../../include/nav.php:202 ../../include/widgets.php:708 +msgid "Outbox" +msgstr "" + +#: ../../include/nav.php:203 ../../include/widgets.php:713 +msgid "New Message" +msgstr "" + +#: ../../include/nav.php:206 +msgid "Event Calendar" +msgstr "" + +#: ../../include/nav.php:207 +msgid "See all events" +msgstr "" + +#: ../../include/nav.php:208 +msgid "Mark all events seen" +msgstr "" + +#: ../../include/nav.php:211 +msgid "Manage Your Channels" +msgstr "" + +#: ../../include/nav.php:213 +msgid "Account/Channel Settings" +msgstr "" + +#: ../../include/nav.php:221 ../../include/widgets.php:1609 +msgid "Admin" +msgstr "" + +#: ../../include/nav.php:221 +msgid "Site Setup and Configuration" +msgstr "" + +#: ../../include/nav.php:273 +msgid "Documentation" +msgstr "" + +#: ../../include/nav.php:277 ../../include/conversation.php:836 +msgid "Loading..." +msgstr "" + +#: ../../include/nav.php:282 +msgid "@name, #tag, ?doc, content" +msgstr "" + +#: ../../include/nav.php:283 +msgid "Please wait..." +msgstr "" + +#: ../../include/datetime.php:147 +msgid "Birthday" +msgstr "" + +#: ../../include/datetime.php:149 +msgid "Age: " +msgstr "" + +#: ../../include/datetime.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: ../../include/datetime.php:286 ../../boot.php:2566 +msgid "never" +msgstr "" + +#: ../../include/datetime.php:292 +msgid "less than a second ago" +msgstr "" + +#: ../../include/datetime.php:310 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" +msgstr "" + +#: ../../include/datetime.php:321 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:324 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:327 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:330 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:333 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:336 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:339 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:576 +#, php-format +msgid "%1$s's birthday" +msgstr "" + +#: ../../include/datetime.php:577 +#, php-format +msgid "Happy Birthday %1$s" +msgstr "" + +#: ../../include/security.php:117 +msgid "guest:" +msgstr "" + +#: ../../include/security.php:535 +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/selectors.php:30 +msgid "Frequently" +msgstr "" + +#: ../../include/selectors.php:31 +msgid "Hourly" msgstr "" #: ../../include/selectors.php:32 @@ -11196,1226 +11458,1208 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/zot.php:667 -msgid "Invalid data packet" +#: ../../include/widgets.php:103 +msgid "System" msgstr "" -#: ../../include/zot.php:683 -msgid "Unable to verify channel signature" +#: ../../include/widgets.php:106 +msgid "New App" msgstr "" -#: ../../include/zot.php:2334 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/widgets.php:107 +msgid "Edit Apps" msgstr "" -#: ../../include/zot.php:3732 -msgid "invalid target signature" +#: ../../include/widgets.php:155 +msgid "Suggestions" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/widgets.php:156 +msgid "See more..." msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 ../../boot.php:1721 -msgid "Logout" +#: ../../include/widgets.php:176 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:118 -msgid "End this session" +#: ../../include/widgets.php:182 +msgid "Add New Connection" msgstr "" -#: ../../include/nav.php:88 -msgid "Your posts and conversations" +#: ../../include/widgets.php:183 +msgid "Enter channel address" msgstr "" -#: ../../include/nav.php:89 -msgid "Your profile page" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" msgstr "" -#: ../../include/nav.php:91 -msgid "Manage/Edit profiles" +#: ../../include/widgets.php:200 +msgid "Notes" msgstr "" -#: ../../include/nav.php:93 -msgid "Edit your profile" +#: ../../include/widgets.php:276 +msgid "Remove term" msgstr "" -#: ../../include/nav.php:95 -msgid "Your photos" +#: ../../include/widgets.php:284 ../../include/features.php:292 +msgid "Saved Searches" msgstr "" -#: ../../include/nav.php:96 -msgid "Your files" +#: ../../include/widgets.php:285 ../../include/group.php:316 +msgid "add" msgstr "" -#: ../../include/nav.php:99 -msgid "Your chatrooms" +#: ../../include/widgets.php:347 ../../include/contact_widgets.php:53 +#: ../../include/features.php:381 +msgid "Saved Folders" msgstr "" -#: ../../include/nav.php:105 ../../include/conversation.php:1879 -msgid "Bookmarks" +#: ../../include/widgets.php:350 ../../include/widgets.php:471 +#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 +msgid "Everything" msgstr "" -#: ../../include/nav.php:105 -msgid "Your bookmarks" +#: ../../include/widgets.php:391 +msgid "Archives" msgstr "" -#: ../../include/nav.php:109 -msgid "Your webpages" +#: ../../include/widgets.php:555 +msgid "Refresh" msgstr "" -#: ../../include/nav.php:111 -msgid "Your wikis" +#: ../../include/widgets.php:595 +msgid "Account settings" msgstr "" -#: ../../include/nav.php:115 -msgid "Sign in" +#: ../../include/widgets.php:601 +msgid "Channel settings" msgstr "" -#: ../../include/nav.php:131 -msgid "Remote authentication" +#: ../../include/widgets.php:610 +msgid "Additional features" msgstr "" -#: ../../include/nav.php:131 -msgid "Click to authenticate to your home hub" +#: ../../include/widgets.php:617 +msgid "Feature/Addon settings" msgstr "" -#: ../../include/nav.php:143 -msgid "Get me home" +#: ../../include/widgets.php:623 +msgid "Display settings" msgstr "" -#: ../../include/nav.php:145 -msgid "Log me out of this site" +#: ../../include/widgets.php:630 +msgid "Manage locations" msgstr "" -#: ../../include/nav.php:150 -msgid "Create an account" +#: ../../include/widgets.php:637 +msgid "Export channel" msgstr "" -#: ../../include/nav.php:162 -msgid "Help and documentation" +#: ../../include/widgets.php:643 +msgid "Connected apps" msgstr "" -#: ../../include/nav.php:166 -msgid "Applications, utilities, links, games" +#: ../../include/widgets.php:667 +msgid "Premium Channel Settings" msgstr "" -#: ../../include/nav.php:168 -msgid "Search site @name, #tag, ?docs, content" +#: ../../include/widgets.php:696 +msgid "Private Mail Menu" msgstr "" -#: ../../include/nav.php:170 -msgid "Channel Directory" +#: ../../include/widgets.php:698 +msgid "Combined View" msgstr "" -#: ../../include/nav.php:182 -msgid "Your grid" +#: ../../include/widgets.php:730 ../../include/widgets.php:742 +msgid "Conversations" msgstr "" -#: ../../include/nav.php:183 -msgid "Mark all grid notifications seen" +#: ../../include/widgets.php:734 +msgid "Received Messages" msgstr "" -#: ../../include/nav.php:185 -msgid "Channel home" +#: ../../include/widgets.php:738 +msgid "Sent Messages" msgstr "" -#: ../../include/nav.php:186 -msgid "Mark all channel notifications seen" +#: ../../include/widgets.php:752 +msgid "No messages." msgstr "" -#: ../../include/nav.php:192 -msgid "Notices" +#: ../../include/widgets.php:770 +msgid "Delete conversation" msgstr "" -#: ../../include/nav.php:192 -msgid "Notifications" +#: ../../include/widgets.php:796 +msgid "Events Tools" msgstr "" -#: ../../include/nav.php:193 -msgid "See all notifications" +#: ../../include/widgets.php:797 +msgid "Export Calendar" msgstr "" -#: ../../include/nav.php:196 -msgid "Private mail" +#: ../../include/widgets.php:798 +msgid "Import Calendar" msgstr "" -#: ../../include/nav.php:197 -msgid "See all private messages" +#: ../../include/widgets.php:886 ../../include/conversation.php:1866 +#: ../../include/conversation.php:1869 +msgid "Chatrooms" msgstr "" -#: ../../include/nav.php:198 -msgid "Mark all private messages seen" +#: ../../include/widgets.php:890 +msgid "Overview" msgstr "" -#: ../../include/nav.php:199 ../../include/widgets.php:703 -msgid "Inbox" +#: ../../include/widgets.php:897 +msgid "Chat Members" msgstr "" -#: ../../include/nav.php:200 ../../include/widgets.php:708 -msgid "Outbox" +#: ../../include/widgets.php:975 +msgctxt "wiki_history" +msgid "Message" msgstr "" -#: ../../include/nav.php:201 ../../include/widgets.php:713 -msgid "New Message" +#: ../../include/widgets.php:997 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/nav.php:204 -msgid "Event Calendar" +#: ../../include/widgets.php:1028 +msgid "Suggested Chatrooms" msgstr "" -#: ../../include/nav.php:205 -msgid "See all events" +#: ../../include/widgets.php:1173 ../../include/widgets.php:1285 +msgid "photo/image" msgstr "" -#: ../../include/nav.php:206 -msgid "Mark all events seen" +#: ../../include/widgets.php:1228 +msgid "Click to show more" msgstr "" -#: ../../include/nav.php:209 -msgid "Manage Your Channels" +#: ../../include/widgets.php:1379 +msgid "Rating Tools" msgstr "" -#: ../../include/nav.php:211 -msgid "Account/Channel Settings" +#: ../../include/widgets.php:1383 ../../include/widgets.php:1385 +msgid "Rate Me" msgstr "" -#: ../../include/nav.php:219 ../../include/widgets.php:1606 -msgid "Admin" +#: ../../include/widgets.php:1388 +msgid "View Ratings" msgstr "" -#: ../../include/nav.php:219 -msgid "Site Setup and Configuration" +#: ../../include/widgets.php:1481 +msgid "Forums" msgstr "" -#: ../../include/nav.php:247 -msgid "Documentation" +#: ../../include/widgets.php:1510 +msgid "Tasks" msgstr "" -#: ../../include/nav.php:251 ../../include/conversation.php:836 -msgid "Loading..." +#: ../../include/widgets.php:1576 ../../include/widgets.php:1614 +msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../include/nav.php:256 -msgid "@name, #tag, ?doc, content" +#: ../../include/widgets.php:1582 +msgid "Inspect queue" msgstr "" -#: ../../include/nav.php:257 -msgid "Please wait..." +#: ../../include/widgets.php:1584 +msgid "DB updates" msgstr "" -#: ../../include/features.php:58 -msgid "General Features" +#: ../../include/widgets.php:1610 +msgid "Plugin Features" msgstr "" -#: ../../include/features.php:63 -msgid "Multiple Profiles" +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to create multiple profiles" +#: ../../include/network.php:733 +msgid "view full size" msgstr "" -#: ../../include/features.php:72 -msgid "Advanced Profiles" +#: ../../include/network.php:1982 +msgid "No Subject" msgstr "" -#: ../../include/features.php:73 -msgid "Additional profile sections and selections" +#: ../../include/network.php:2238 +msgid "OStatus" msgstr "" -#: ../../include/features.php:81 -msgid "Profile Import/Export" +#: ../../include/network.php:2239 +msgid "GNU-Social" msgstr "" -#: ../../include/features.php:82 -msgid "Save and load profile details across sites/channels" +#: ../../include/network.php:2240 +msgid "RSS/Atom" msgstr "" -#: ../../include/features.php:90 -msgid "Web Pages" +#: ../../include/network.php:2243 +msgid "Facebook" msgstr "" -#: ../../include/features.php:91 -msgid "Provide managed web pages on your channel" +#: ../../include/network.php:2244 +msgid "Zot" msgstr "" -#: ../../include/features.php:100 -msgid "Provide a wiki for your channel" +#: ../../include/network.php:2245 +msgid "LinkedIn" msgstr "" -#: ../../include/features.php:117 -msgid "Private Notes" +#: ../../include/network.php:2246 +msgid "XMPP/IM" msgstr "" -#: ../../include/features.php:118 -msgid "Enables a tool to store notes and reminders (note: not encrypted)" +#: ../../include/network.php:2247 +msgid "MySpace" msgstr "" -#: ../../include/features.php:126 -msgid "Navigation Channel Select" +#: ../../include/page_widgets.php:7 +msgid "New Page" msgstr "" -#: ../../include/features.php:127 -msgid "Change channels directly from within the navigation dropdown menu" -msgstr "" +#: ../../include/contact_widgets.php:11 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/features.php:135 -msgid "Photo Location" +#: ../../include/contact_widgets.php:19 +msgid "Find Channels" msgstr "" -#: ../../include/features.php:136 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/contact_widgets.php:20 +msgid "Enter name or interest" msgstr "" -#: ../../include/features.php:144 -msgid "Access Controlled Chatrooms" +#: ../../include/contact_widgets.php:21 +msgid "Connect/Follow" msgstr "" -#: ../../include/features.php:145 -msgid "Provide chatrooms and chat services with access control." +#: ../../include/contact_widgets.php:22 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/features.php:153 -msgid "Smart Birthdays" +#: ../../include/contact_widgets.php:26 +msgid "Random Profile" msgstr "" -#: ../../include/features.php:154 -msgid "" -"Make birthday events timezone aware in case your friends are scattered " -"across the planet." +#: ../../include/contact_widgets.php:27 +msgid "Invite Friends" msgstr "" -#: ../../include/features.php:162 -msgid "Event Timezone Selection" +#: ../../include/contact_widgets.php:29 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/features.php:163 -msgid "Allow event creation in timezones other than your own." +#: ../../include/contact_widgets.php:122 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/contact_widgets.php:127 +msgid "show more" msgstr "" -#: ../../include/features.php:171 -msgid "Advanced Directory Search" +#: ../../include/zot.php:667 +msgid "Invalid data packet" msgstr "" -#: ../../include/features.php:172 -msgid "Allows creation of complex directory search queries" +#: ../../include/zot.php:683 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/features.php:180 -msgid "Advanced Theme and Layout Settings" +#: ../../include/zot.php:2334 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/features.php:181 -msgid "Allows fine tuning of themes and page layouts" +#: ../../include/zot.php:3735 +msgid "invalid target signature" msgstr "" -#: ../../include/features.php:191 -msgid "Post Composition Features" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/features.php:195 -msgid "Large Photos" +#: ../../include/js_strings.php:8 +#, php-format +msgid "%s show less" msgstr "" -#: ../../include/features.php:196 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../include/js_strings.php:9 +#, php-format +msgid "%s expand" msgstr "" -#: ../../include/features.php:205 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/js_strings.php:10 +#, php-format +msgid "%s collapse" msgstr "" -#: ../../include/features.php:213 -msgid "Even More Encryption" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/features.php:214 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/features.php:222 -msgid "Enable Voting Tools" +#: ../../include/js_strings.php:13 +msgid "everybody" msgstr "" -#: ../../include/features.php:223 -msgid "Provide a class of post which others can vote on" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/features.php:231 -msgid "Disable Comments" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/features.php:232 -msgid "Provide the option to disable comments for a post" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/features.php:240 -msgid "Delayed Posting" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/features.php:241 -msgid "Allow posts to be published at a later date" +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../include/features.php:249 -msgid "Content Expiration" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../include/features.php:250 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../include/features.php:258 -msgid "Suppress Duplicate Posts/Comments" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../include/features.php:259 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../include/features.php:270 -msgid "Network and Stream Filtering" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/features.php:274 -msgid "Search by Date" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/features.php:275 -msgid "Ability to select posts by date ranges" +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../include/features.php:283 ../../include/group.php:311 -msgid "Privacy Groups" +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../include/features.php:284 -msgid "Enable management and selection of privacy groups" +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../include/features.php:292 ../../include/widgets.php:284 -msgid "Saved Searches" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../include/features.php:293 -msgid "Save search terms for re-use" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../include/features.php:301 -msgid "Network Personal Tab" +#: ../../include/js_strings.php:34 +msgid "about an hour" msgstr "" -#: ../../include/features.php:302 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../include/features.php:310 -msgid "Network New Tab" +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../include/features.php:311 -msgid "Enable tab to display all new Network activity" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/features.php:319 -msgid "Affinity Tool" +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../include/features.php:320 -msgid "Filter stream activity by depth of relationships" +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/features.php:329 -msgid "Show friend and connection suggestions" +#: ../../include/js_strings.php:40 +msgid "about a year" msgstr "" -#: ../../include/features.php:337 -msgid "Connection Filtering" +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/features.php:338 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../include/features.php:350 -msgid "Post/Comment Tools" +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../include/features.php:354 -msgid "Community Tagging" +#: ../../include/js_strings.php:45 ../../include/text.php:1323 +msgid "January" msgstr "" -#: ../../include/features.php:355 -msgid "Ability to tag existing posts" +#: ../../include/js_strings.php:46 ../../include/text.php:1323 +msgid "February" msgstr "" -#: ../../include/features.php:363 -msgid "Post Categories" +#: ../../include/js_strings.php:47 ../../include/text.php:1323 +msgid "March" msgstr "" -#: ../../include/features.php:364 -msgid "Add categories to your posts" +#: ../../include/js_strings.php:48 ../../include/text.php:1323 +msgid "April" msgstr "" -#: ../../include/features.php:372 -msgid "Emoji Reactions" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../include/features.php:373 -msgid "Add emoji reaction ability to posts" +#: ../../include/js_strings.php:50 ../../include/text.php:1323 +msgid "June" msgstr "" -#: ../../include/features.php:381 ../../include/contact_widgets.php:53 -#: ../../include/widgets.php:347 -msgid "Saved Folders" +#: ../../include/js_strings.php:51 ../../include/text.php:1323 +msgid "July" msgstr "" -#: ../../include/features.php:382 -msgid "Ability to file posts under folders" +#: ../../include/js_strings.php:52 ../../include/text.php:1323 +msgid "August" msgstr "" -#: ../../include/features.php:390 -msgid "Dislike Posts" +#: ../../include/js_strings.php:53 ../../include/text.php:1323 +msgid "September" msgstr "" -#: ../../include/features.php:391 -msgid "Ability to dislike posts/comments" +#: ../../include/js_strings.php:54 ../../include/text.php:1323 +msgid "October" msgstr "" -#: ../../include/features.php:399 -msgid "Star Posts" +#: ../../include/js_strings.php:55 ../../include/text.php:1323 +msgid "November" msgstr "" -#: ../../include/features.php:400 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/js_strings.php:56 ../../include/text.php:1323 +msgid "December" msgstr "" -#: ../../include/features.php:408 -msgid "Tag Cloud" +#: ../../include/js_strings.php:57 +msgid "Jan" msgstr "" -#: ../../include/features.php:409 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/js_strings.php:58 +msgid "Feb" msgstr "" -#: ../../include/features.php:421 -msgid "Premium Channel" +#: ../../include/js_strings.php:59 +msgid "Mar" msgstr "" -#: ../../include/features.php:422 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/js_strings.php:60 +msgid "Apr" msgstr "" -#: ../../include/page_widgets.php:7 -msgid "New Page" +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" msgstr "" -#: ../../include/message.php:32 -msgid "Unable to determine sender." +#: ../../include/js_strings.php:62 +msgid "Jun" msgstr "" -#: ../../include/message.php:69 -msgid "No recipient provided." +#: ../../include/js_strings.php:63 +msgid "Jul" msgstr "" -#: ../../include/message.php:74 -msgid "[no subject]" +#: ../../include/js_strings.php:64 +msgid "Aug" msgstr "" -#: ../../include/message.php:225 -msgid "Stored post could not be verified." +#: ../../include/js_strings.php:65 +msgid "Sep" msgstr "" -#: ../../include/contact_widgets.php:11 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" +#: ../../include/js_strings.php:66 +msgid "Oct" +msgstr "" -#: ../../include/contact_widgets.php:19 -msgid "Find Channels" +#: ../../include/js_strings.php:67 +msgid "Nov" msgstr "" -#: ../../include/contact_widgets.php:20 -msgid "Enter name or interest" +#: ../../include/js_strings.php:68 +msgid "Dec" msgstr "" -#: ../../include/contact_widgets.php:21 -msgid "Connect/Follow" +#: ../../include/js_strings.php:69 ../../include/text.php:1319 +msgid "Sunday" msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/js_strings.php:70 ../../include/text.php:1319 +msgid "Monday" msgstr "" -#: ../../include/contact_widgets.php:26 -msgid "Random Profile" +#: ../../include/js_strings.php:71 ../../include/text.php:1319 +msgid "Tuesday" msgstr "" -#: ../../include/contact_widgets.php:27 -msgid "Invite Friends" +#: ../../include/js_strings.php:72 ../../include/text.php:1319 +msgid "Wednesday" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Advanced example: name=fred and country=iceland" +#: ../../include/js_strings.php:73 ../../include/text.php:1319 +msgid "Thursday" msgstr "" -#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 -#: ../../include/widgets.php:350 ../../include/widgets.php:471 -msgid "Everything" +#: ../../include/js_strings.php:74 ../../include/text.php:1319 +msgid "Friday" msgstr "" -#: ../../include/contact_widgets.php:122 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:127 -msgid "show more" +#: ../../include/js_strings.php:75 ../../include/text.php:1319 +msgid "Saturday" msgstr "" -#: ../../include/bb2diaspora.php:409 -msgid "Attachments:" +#: ../../include/js_strings.php:76 +msgid "Sun" msgstr "" -#: ../../include/bb2diaspora.php:506 -msgid "$Projectname event notification:" +#: ../../include/js_strings.php:77 +msgid "Mon" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/js_strings.php:78 +msgid "Tue" msgstr "" -#: ../../include/js_strings.php:8 -#, php-format -msgid "%s show less" +#: ../../include/js_strings.php:79 +msgid "Wed" msgstr "" -#: ../../include/js_strings.php:9 -#, php-format -msgid "%s expand" +#: ../../include/js_strings.php:80 +msgid "Thu" msgstr "" -#: ../../include/js_strings.php:10 -#, php-format -msgid "%s collapse" +#: ../../include/js_strings.php:81 +msgid "Fri" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/js_strings.php:82 +msgid "Sat" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" msgstr "" -#: ../../include/js_strings.php:13 -msgid "everybody" +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/dir_fns.php:141 +msgid "Directory Options" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../include/dir_fns.php:143 +msgid "Safe Mode" msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../include/dir_fns.php:144 +msgid "Public Forums Only" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../include/dir_fns.php:145 +msgid "This Website Only" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" +#: ../../include/import.php:1367 +msgid "Unable to import element \"" msgstr "" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" +#: ../../include/oembed.php:310 +msgid " by " msgstr "" -#: ../../include/js_strings.php:29 -msgid "ago" +#: ../../include/oembed.php:311 +msgid " on " msgstr "" -#: ../../include/js_strings.php:30 -msgid "from now" +#: ../../include/oembed.php:340 +msgid "Embedded content" msgstr "" -#: ../../include/js_strings.php:31 -msgid "less than a minute" +#: ../../include/oembed.php:349 +msgid "Embedding disabled" msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a minute" +#: ../../include/attach.php:248 ../../include/attach.php:336 +msgid "Item was not found." msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d minutes" +#: ../../include/attach.php:497 +msgid "No source file." msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" +#: ../../include/attach.php:519 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/js_strings.php:35 -#, php-format -msgid "about %d hours" +#: ../../include/attach.php:537 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../include/attach.php:668 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/js_strings.php:37 +#: ../../include/attach.php:682 #, php-format -msgid "%d days" +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../include/attach.php:852 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/js_strings.php:39 -#, php-format -msgid "%d months" +#: ../../include/attach.php:865 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../include/attach.php:920 ../../include/attach.php:936 +msgid "Path not available." msgstr "" -#: ../../include/js_strings.php:41 -#, php-format -msgid "%d years" +#: ../../include/attach.php:982 ../../include/attach.php:1140 +msgid "Empty pathname" msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../include/attach.php:1008 +msgid "duplicate filename or path" msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" +#: ../../include/attach.php:1030 +msgid "Path not found." msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1323 -msgid "January" +#: ../../include/attach.php:1094 +msgid "mkdir failed." msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1323 -msgid "February" +#: ../../include/attach.php:1098 +msgid "database storage failed." msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1323 -msgid "March" +#: ../../include/attach.php:1146 +msgid "Empty path" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1323 -msgid "April" +#: ../../include/items.php:841 ../../include/items.php:886 +msgid "(Unknown)" msgstr "" -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" +#: ../../include/items.php:1084 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1323 -msgid "June" +#: ../../include/items.php:1086 +msgid "Visible to you only." msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1323 -msgid "July" +#: ../../include/items.php:1088 +msgid "Visible to anybody in this network." msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1323 -msgid "August" +#: ../../include/items.php:1090 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1323 -msgid "September" +#: ../../include/items.php:1092 +#, php-format +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1323 -msgid "October" +#: ../../include/items.php:1094 +msgid "Visible to all connections." msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1323 -msgid "November" +#: ../../include/items.php:1096 +msgid "Visible to approved connections." msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1323 -msgid "December" +#: ../../include/items.php:1098 +msgid "Visible to specific connections." msgstr "" -#: ../../include/js_strings.php:57 -msgid "Jan" +#: ../../include/items.php:3909 +msgid "Privacy group is empty." msgstr "" -#: ../../include/js_strings.php:58 -msgid "Feb" +#: ../../include/items.php:3916 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Mar" +#: ../../include/items.php:3928 +msgid "Connection not found." msgstr "" -#: ../../include/js_strings.php:60 -msgid "Apr" +#: ../../include/items.php:4277 +msgid "profile photo" msgstr "" -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" +#: ../../include/items.php:4473 +#, php-format +msgid "[Edited %s]" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jun" +#: ../../include/items.php:4473 +msgctxt "edit_activity" +msgid "Post" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Jul" +#: ../../include/items.php:4473 +msgctxt "edit_activity" +msgid "Comment" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Aug" +#: ../../include/auth.php:148 +msgid "Logged out." msgstr "" -#: ../../include/js_strings.php:65 -msgid "Sep" +#: ../../include/auth.php:275 +msgid "Failed authentication" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Oct" +#: ../../include/bbcode.php:134 ../../include/bbcode.php:1040 +#: ../../include/bbcode.php:1043 ../../include/bbcode.php:1048 +#: ../../include/bbcode.php:1051 ../../include/bbcode.php:1054 +#: ../../include/bbcode.php:1057 ../../include/bbcode.php:1062 +#: ../../include/bbcode.php:1065 ../../include/bbcode.php:1070 +#: ../../include/bbcode.php:1073 ../../include/bbcode.php:1076 +#: ../../include/bbcode.php:1079 +msgid "Image/photo" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Nov" +#: ../../include/bbcode.php:173 ../../include/bbcode.php:1090 +msgid "Encrypted content" msgstr "" -#: ../../include/js_strings.php:68 -msgid "Dec" +#: ../../include/bbcode.php:189 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1319 -msgid "Sunday" +#: ../../include/bbcode.php:193 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1319 -msgid "Monday" +#: ../../include/bbcode.php:272 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1319 -msgid "Tuesday" +#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +msgid "Click to open/close" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1319 -msgid "Wednesday" +#: ../../include/bbcode.php:357 +msgid "spoiler" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1319 -msgid "Thursday" +#: ../../include/bbcode.php:1028 +msgid "$1 wrote:" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1319 -msgid "Friday" +#: ../../include/features.php:58 +msgid "General Features" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1319 -msgid "Saturday" +#: ../../include/features.php:63 +msgid "Multiple Profiles" msgstr "" -#: ../../include/js_strings.php:76 -msgid "Sun" +#: ../../include/features.php:64 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Mon" +#: ../../include/features.php:72 +msgid "Advanced Profiles" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Tue" +#: ../../include/features.php:73 +msgid "Additional profile sections and selections" msgstr "" -#: ../../include/js_strings.php:79 -msgid "Wed" +#: ../../include/features.php:81 +msgid "Profile Import/Export" msgstr "" -#: ../../include/js_strings.php:80 -msgid "Thu" +#: ../../include/features.php:82 +msgid "Save and load profile details across sites/channels" msgstr "" -#: ../../include/js_strings.php:81 -msgid "Fri" +#: ../../include/features.php:90 +msgid "Web Pages" msgstr "" -#: ../../include/js_strings.php:82 -msgid "Sat" +#: ../../include/features.php:91 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" +#: ../../include/features.php:100 +msgid "Provide a wiki for your channel" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" +#: ../../include/features.php:117 +msgid "Private Notes" msgstr "" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" +#: ../../include/features.php:118 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" msgstr "" -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" +#: ../../include/features.php:126 +msgid "Navigation Channel Select" msgstr "" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" +#: ../../include/features.php:127 +msgid "Change channels directly from within the navigation dropdown menu" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Directory Options" +#: ../../include/features.php:135 +msgid "Photo Location" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "Safe Mode" +#: ../../include/features.php:136 +msgid "If location data is available on uploaded photos, link this to a map." msgstr "" -#: ../../include/dir_fns.php:144 -msgid "Public Forums Only" +#: ../../include/features.php:144 +msgid "Access Controlled Chatrooms" msgstr "" -#: ../../include/dir_fns.php:145 -msgid "This Website Only" +#: ../../include/features.php:145 +msgid "Provide chatrooms and chat services with access control." msgstr "" -#: ../../include/bbcode.php:134 ../../include/bbcode.php:1003 -#: ../../include/bbcode.php:1006 ../../include/bbcode.php:1011 -#: ../../include/bbcode.php:1014 ../../include/bbcode.php:1017 -#: ../../include/bbcode.php:1020 ../../include/bbcode.php:1025 -#: ../../include/bbcode.php:1028 ../../include/bbcode.php:1033 -#: ../../include/bbcode.php:1036 ../../include/bbcode.php:1039 -#: ../../include/bbcode.php:1042 -msgid "Image/photo" +#: ../../include/features.php:153 +msgid "Smart Birthdays" msgstr "" -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1053 -msgid "Encrypted content" +#: ../../include/features.php:154 +msgid "" +"Make birthday events timezone aware in case your friends are scattered " +"across the planet." msgstr "" -#: ../../include/bbcode.php:189 -#, php-format -msgid "Install %s element: " +#: ../../include/features.php:162 +msgid "Event Timezone Selection" msgstr "" -#: ../../include/bbcode.php:193 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +#: ../../include/features.php:163 +msgid "Allow event creation in timezones other than your own." msgstr "" -#: ../../include/bbcode.php:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/features.php:171 +msgid "Advanced Directory Search" msgstr "" -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 -msgid "Click to open/close" +#: ../../include/features.php:172 +msgid "Allows creation of complex directory search queries" msgstr "" -#: ../../include/bbcode.php:357 -msgid "spoiler" +#: ../../include/features.php:180 +msgid "Advanced Theme and Layout Settings" msgstr "" -#: ../../include/bbcode.php:991 -msgid "$1 wrote:" +#: ../../include/features.php:181 +msgid "Allows fine tuning of themes and page layouts" msgstr "" -#: ../../include/connections.php:95 -msgid "New window" +#: ../../include/features.php:191 +msgid "Post Composition Features" msgstr "" -#: ../../include/connections.php:96 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/features.php:195 +msgid "Large Photos" msgstr "" -#: ../../include/connections.php:214 -#, php-format -msgid "User '%s' deleted" +#: ../../include/features.php:196 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" msgstr "" -#: ../../include/oembed.php:307 -msgid " by " +#: ../../include/features.php:205 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/oembed.php:308 -msgid " on " +#: ../../include/features.php:213 +msgid "Even More Encryption" msgstr "" -#: ../../include/oembed.php:337 -msgid "Embedded content" +#: ../../include/features.php:214 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/oembed.php:346 -msgid "Embedding disabled" +#: ../../include/features.php:222 +msgid "Enable Voting Tools" msgstr "" -#: ../../include/channel.php:33 -msgid "Unable to obtain identity information from database" +#: ../../include/features.php:223 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/channel.php:67 -msgid "Empty name" +#: ../../include/features.php:231 +msgid "Disable Comments" msgstr "" -#: ../../include/channel.php:70 -msgid "Name too long" +#: ../../include/features.php:232 +msgid "Provide the option to disable comments for a post" msgstr "" -#: ../../include/channel.php:181 -msgid "No account identifier" +#: ../../include/features.php:240 +msgid "Delayed Posting" msgstr "" -#: ../../include/channel.php:193 -msgid "Nickname is required." +#: ../../include/features.php:241 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/channel.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/features.php:249 +msgid "Content Expiration" msgstr "" -#: ../../include/channel.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/features.php:250 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/channel.php:272 -msgid "Unable to retrieve created identity" +#: ../../include/features.php:258 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/channel.php:341 -msgid "Default Profile" +#: ../../include/features.php:259 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../include/channel.php:962 -msgid "Create New Profile" +#: ../../include/features.php:270 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/channel.php:982 -msgid "Visible to everybody" +#: ../../include/features.php:274 +msgid "Search by Date" msgstr "" -#: ../../include/channel.php:1055 ../../include/channel.php:1174 -msgid "Gender:" +#: ../../include/features.php:275 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/channel.php:1057 ../../include/channel.php:1229 -msgid "Homepage:" +#: ../../include/features.php:283 ../../include/group.php:311 +msgid "Privacy Groups" msgstr "" -#: ../../include/channel.php:1058 -msgid "Online Now" +#: ../../include/features.php:284 +msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/channel.php:1179 -msgid "Like this channel" +#: ../../include/features.php:293 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/channel.php:1203 -msgid "j F, Y" +#: ../../include/features.php:301 +msgid "Network Personal Tab" msgstr "" -#: ../../include/channel.php:1204 -msgid "j F" +#: ../../include/features.php:302 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/channel.php:1211 -msgid "Birthday:" +#: ../../include/features.php:310 +msgid "Network New Tab" msgstr "" -#: ../../include/channel.php:1224 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/features.php:311 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/channel.php:1227 -msgid "Sexual Preference:" +#: ../../include/features.php:319 +msgid "Affinity Tool" msgstr "" -#: ../../include/channel.php:1233 -msgid "Tags:" +#: ../../include/features.php:320 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/channel.php:1235 -msgid "Political Views:" +#: ../../include/features.php:329 +msgid "Show friend and connection suggestions" msgstr "" -#: ../../include/channel.php:1237 -msgid "Religion:" +#: ../../include/features.php:337 +msgid "Connection Filtering" msgstr "" -#: ../../include/channel.php:1241 -msgid "Hobbies/Interests:" +#: ../../include/features.php:338 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/channel.php:1243 -msgid "Likes:" +#: ../../include/features.php:350 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/channel.php:1245 -msgid "Dislikes:" +#: ../../include/features.php:354 +msgid "Community Tagging" msgstr "" -#: ../../include/channel.php:1247 -msgid "Contact information and Social Networks:" +#: ../../include/features.php:355 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/channel.php:1249 -msgid "My other channels:" +#: ../../include/features.php:363 +msgid "Post Categories" msgstr "" -#: ../../include/channel.php:1251 -msgid "Musical interests:" -msgstr "" - -#: ../../include/channel.php:1253 -msgid "Books, literature:" -msgstr "" - -#: ../../include/channel.php:1255 -msgid "Television:" -msgstr "" - -#: ../../include/channel.php:1257 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../include/channel.php:1259 -msgid "Love/Romance:" -msgstr "" - -#: ../../include/channel.php:1261 -msgid "Work/employment:" -msgstr "" - -#: ../../include/channel.php:1263 -msgid "School/education:" +#: ../../include/features.php:364 +msgid "Add categories to your posts" msgstr "" -#: ../../include/channel.php:1286 -msgid "Like this thing" +#: ../../include/features.php:372 +msgid "Emoji Reactions" msgstr "" -#: ../../include/attach.php:248 ../../include/attach.php:336 -msgid "Item was not found." +#: ../../include/features.php:373 +msgid "Add emoji reaction ability to posts" msgstr "" -#: ../../include/attach.php:497 -msgid "No source file." +#: ../../include/features.php:382 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/attach.php:519 -msgid "Cannot locate file to replace" +#: ../../include/features.php:390 +msgid "Dislike Posts" msgstr "" -#: ../../include/attach.php:537 -msgid "Cannot locate file to revise/update" +#: ../../include/features.php:391 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/attach.php:668 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../include/features.php:399 +msgid "Star Posts" msgstr "" -#: ../../include/attach.php:682 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../include/features.php:400 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/attach.php:852 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/features.php:408 +msgid "Tag Cloud" msgstr "" -#: ../../include/attach.php:865 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/features.php:409 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/attach.php:920 ../../include/attach.php:936 -msgid "Path not available." +#: ../../include/features.php:421 +msgid "Premium Channel" msgstr "" -#: ../../include/attach.php:982 ../../include/attach.php:1140 -msgid "Empty pathname" +#: ../../include/features.php:422 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/attach.php:1008 -msgid "duplicate filename or path" +#: ../../include/follow.php:27 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/attach.php:1030 -msgid "Path not found." +#: ../../include/follow.php:32 +msgid "Channel location missing." msgstr "" -#: ../../include/attach.php:1094 -msgid "mkdir failed." +#: ../../include/follow.php:80 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/attach.php:1098 -msgid "database storage failed." +#: ../../include/follow.php:97 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/attach.php:1146 -msgid "Empty path" +#: ../../include/follow.php:147 ../../include/follow.php:183 +msgid "Protocol disabled." msgstr "" -#: ../../include/auth.php:148 -msgid "Logged out." +#: ../../include/follow.php:171 +msgid "Channel discovery failed." msgstr "" -#: ../../include/auth.php:275 -msgid "Failed authentication" +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." msgstr "" #: ../../include/activities.php:41 @@ -12441,1019 +12685,849 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/help.php:31 -msgid "Help:" +#: ../../include/photos.php:115 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/help.php:63 -msgid "Not Found" +#: ../../include/photos.php:122 +msgid "Image file is empty." msgstr "" -#: ../../include/follow.php:27 -msgid "Channel is blocked on this site." +#: ../../include/photos.php:260 +msgid "Photo storage failed." msgstr "" -#: ../../include/follow.php:32 -msgid "Channel location missing." +#: ../../include/photos.php:300 +msgid "a new photo" msgstr "" -#: ../../include/follow.php:80 -msgid "Response from remote channel was incomplete." +#: ../../include/photos.php:304 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/follow.php:97 -msgid "Channel was deleted and no longer exists." +#: ../../include/photos.php:515 ../../include/conversation.php:1839 +msgid "Photo Albums" msgstr "" -#: ../../include/follow.php:147 ../../include/follow.php:183 -msgid "Protocol disabled." +#: ../../include/photos.php:519 +msgid "Upload New Photos" msgstr "" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." +#: ../../include/bb2diaspora.php:409 +msgid "Attachments:" msgstr "" -#: ../../include/follow.php:210 -msgid "Cannot connect to yourself." +#: ../../include/bb2diaspora.php:506 +msgid "$Projectname event notification:" msgstr "" -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/channel.php:33 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" +#: ../../include/channel.php:67 +msgid "Empty name" msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:1090 -#: ../../include/text.php:1095 -msgid "poked" +#: ../../include/channel.php:70 +msgid "Name too long" msgstr "" -#: ../../include/conversation.php:690 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/channel.php:181 +msgid "No account identifier" msgstr "" -#: ../../include/conversation.php:710 -msgid "Categories:" +#: ../../include/channel.php:193 +msgid "Nickname is required." msgstr "" -#: ../../include/conversation.php:711 -msgid "Filed under:" +#: ../../include/channel.php:207 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/conversation.php:736 -msgid "View in context" +#: ../../include/channel.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/conversation.php:832 -msgid "remove" +#: ../../include/channel.php:272 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/conversation.php:837 -msgid "Delete Selected Items" +#: ../../include/channel.php:341 +msgid "Default Profile" msgstr "" -#: ../../include/conversation.php:930 ../../include/conversation.php:972 -msgid "View Source" +#: ../../include/channel.php:973 +msgid "Create New Profile" msgstr "" -#: ../../include/conversation.php:931 ../../include/conversation.php:982 -msgid "Follow Thread" +#: ../../include/channel.php:993 +msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:932 ../../include/conversation.php:991 -msgid "Unfollow Thread" +#: ../../include/channel.php:1066 ../../include/channel.php:1185 +msgid "Gender:" msgstr "" -#: ../../include/conversation.php:937 ../../include/conversation.php:1059 -msgid "Activity/Posts" +#: ../../include/channel.php:1068 ../../include/channel.php:1240 +msgid "Homepage:" msgstr "" -#: ../../include/conversation.php:939 ../../include/conversation.php:1079 -msgid "Edit Connection" +#: ../../include/channel.php:1069 +msgid "Online Now" msgstr "" -#: ../../include/conversation.php:940 ../../include/conversation.php:1089 -msgid "Message" +#: ../../include/channel.php:1190 +msgid "Like this channel" msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s likes this." +#: ../../include/channel.php:1214 +msgid "j F, Y" msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s doesn't like this." +#: ../../include/channel.php:1215 +msgid "j F" msgstr "" -#: ../../include/conversation.php:1227 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1229 -#, 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:1235 -msgid "and" +#: ../../include/channel.php:1222 +msgid "Birthday:" msgstr "" -#: ../../include/conversation.php:1238 +#: ../../include/channel.php:1235 #, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" +msgid "for %1$d %2$s" +msgstr "" -#: ../../include/conversation.php:1239 -#, php-format -msgid "%s like this." +#: ../../include/channel.php:1238 +msgid "Sexual Preference:" msgstr "" -#: ../../include/conversation.php:1239 -#, php-format -msgid "%s don't like this." +#: ../../include/channel.php:1244 +msgid "Tags:" msgstr "" -#: ../../include/conversation.php:1282 -msgid "Set your location" +#: ../../include/channel.php:1246 +msgid "Political Views:" msgstr "" -#: ../../include/conversation.php:1283 -msgid "Clear browser location" +#: ../../include/channel.php:1248 +msgid "Religion:" msgstr "" -#: ../../include/conversation.php:1331 -msgid "Tag term:" +#: ../../include/channel.php:1252 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/conversation.php:1332 -msgid "Where are you right now?" +#: ../../include/channel.php:1254 +msgid "Likes:" msgstr "" -#: ../../include/conversation.php:1337 -msgid "Choose a different album..." +#: ../../include/channel.php:1256 +msgid "Dislikes:" msgstr "" -#: ../../include/conversation.php:1341 -msgid "Comments enabled" +#: ../../include/channel.php:1258 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/conversation.php:1342 -msgid "Comments disabled" +#: ../../include/channel.php:1260 +msgid "My other channels:" msgstr "" -#: ../../include/conversation.php:1380 -msgid "Page link name" +#: ../../include/channel.php:1262 +msgid "Musical interests:" msgstr "" -#: ../../include/conversation.php:1383 -msgid "Post as" -msgstr "" - -#: ../../include/conversation.php:1397 -msgid "Toggle voting" +#: ../../include/channel.php:1264 +msgid "Books, literature:" msgstr "" -#: ../../include/conversation.php:1400 -msgid "Disable comments" +#: ../../include/channel.php:1266 +msgid "Television:" msgstr "" -#: ../../include/conversation.php:1401 -msgid "Toggle comments" +#: ../../include/channel.php:1268 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/conversation.php:1409 -msgid "Categories (optional, comma-separated list)" +#: ../../include/channel.php:1270 +msgid "Love/Romance:" msgstr "" -#: ../../include/conversation.php:1432 -msgid "Other networks and post services" +#: ../../include/channel.php:1272 +msgid "Work/employment:" msgstr "" -#: ../../include/conversation.php:1438 -msgid "Set publish date" +#: ../../include/channel.php:1274 +msgid "School/education:" msgstr "" -#: ../../include/conversation.php:1692 -msgid "Discover" +#: ../../include/channel.php:1297 +msgid "Like this thing" msgstr "" -#: ../../include/conversation.php:1695 -msgid "Imported public streams" +#: ../../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/conversation.php:1700 -msgid "Commented Order" +#: ../../include/group.php:248 +msgid "Add new connections to this privacy group" msgstr "" -#: ../../include/conversation.php:1703 -msgid "Sort by Comment Date" +#: ../../include/group.php:289 +msgid "edit" msgstr "" -#: ../../include/conversation.php:1707 -msgid "Posted Order" +#: ../../include/group.php:312 +msgid "Edit group" msgstr "" -#: ../../include/conversation.php:1710 -msgid "Sort by Post Date" +#: ../../include/group.php:313 +msgid "Add privacy group" msgstr "" -#: ../../include/conversation.php:1718 -msgid "Posts that mention or involve you" +#: ../../include/group.php:314 +msgid "Channels not in any privacy group" msgstr "" -#: ../../include/conversation.php:1727 -msgid "Activity Stream - by date" +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../include/conversation.php:1733 -msgid "Starred" +#: ../../include/permissions.php:39 +msgid "Can view my webpages" msgstr "" -#: ../../include/conversation.php:1736 -msgid "Favourite Posts" +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../include/conversation.php:1743 -msgid "Spam" +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" msgstr "" -#: ../../include/conversation.php:1746 -msgid "Posts flagged as SPAM" +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../include/conversation.php:1818 -msgid "Status Messages and Posts" +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../include/conversation.php:1830 -msgid "Profile Details" +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../include/conversation.php:1839 ../../include/photos.php:515 -msgid "Photo Albums" +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" msgstr "" -#: ../../include/conversation.php:1846 -msgid "Files and Storage" +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../include/conversation.php:1866 ../../include/conversation.php:1869 -#: ../../include/widgets.php:886 -msgid "Chatrooms" +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" msgstr "" -#: ../../include/conversation.php:1882 -msgid "Saved Bookmarks" +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../include/conversation.php:1892 -msgid "View Webpages" +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" msgstr "" -#: ../../include/conversation.php:1958 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1961 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1964 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1967 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1970 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1973 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/text.php:460 -msgid "prev" +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/text.php:462 -msgid "first" +#: ../../include/connections.php:95 +msgid "New window" msgstr "" -#: ../../include/text.php:491 -msgid "last" +#: ../../include/connections.php:96 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/connections.php:214 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/text.php:920 -msgid "No connections" +#: ../../include/conversation.php:243 ../../include/text.php:1090 +#: ../../include/text.php:1095 +msgid "poked" msgstr "" -#: ../../include/text.php:945 +#: ../../include/conversation.php:690 #, php-format -msgid "View all %s connections" -msgstr "" - -#: ../../include/text.php:1090 ../../include/text.php:1095 -msgid "poke" +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/text.php:1096 -msgid "ping" +#: ../../include/conversation.php:710 +msgid "Categories:" msgstr "" -#: ../../include/text.php:1096 -msgid "pinged" +#: ../../include/conversation.php:711 +msgid "Filed under:" msgstr "" -#: ../../include/text.php:1097 -msgid "prod" +#: ../../include/conversation.php:736 +msgid "View in context" msgstr "" -#: ../../include/text.php:1097 -msgid "prodded" +#: ../../include/conversation.php:832 +msgid "remove" msgstr "" -#: ../../include/text.php:1098 -msgid "slap" +#: ../../include/conversation.php:837 +msgid "Delete Selected Items" msgstr "" -#: ../../include/text.php:1098 -msgid "slapped" +#: ../../include/conversation.php:930 ../../include/conversation.php:972 +msgid "View Source" msgstr "" -#: ../../include/text.php:1099 -msgid "finger" +#: ../../include/conversation.php:931 ../../include/conversation.php:982 +msgid "Follow Thread" msgstr "" -#: ../../include/text.php:1099 -msgid "fingered" +#: ../../include/conversation.php:932 ../../include/conversation.php:991 +msgid "Unfollow Thread" msgstr "" -#: ../../include/text.php:1100 -msgid "rebuff" +#: ../../include/conversation.php:937 ../../include/conversation.php:1059 +msgid "Activity/Posts" msgstr "" -#: ../../include/text.php:1100 -msgid "rebuffed" +#: ../../include/conversation.php:939 ../../include/conversation.php:1079 +msgid "Edit Connection" msgstr "" -#: ../../include/text.php:1112 -msgid "happy" +#: ../../include/conversation.php:940 ../../include/conversation.php:1089 +msgid "Message" msgstr "" -#: ../../include/text.php:1113 -msgid "sad" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/text.php:1114 -msgid "mellow" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../include/text.php:1115 -msgid "tired" -msgstr "" +#: ../../include/conversation.php:1227 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1116 -msgid "perky" -msgstr "" +#: ../../include/conversation.php:1229 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:1117 -msgid "angry" +#: ../../include/conversation.php:1235 +msgid "and" msgstr "" -#: ../../include/text.php:1118 -msgid "stupefied" -msgstr "" - -#: ../../include/text.php:1119 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:1120 -msgid "interested" -msgstr "" - -#: ../../include/text.php:1121 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:1122 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:1123 -msgid "alive" -msgstr "" - -#: ../../include/text.php:1124 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:1125 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:1126 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:1127 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:1128 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:1129 -msgid "depressed" -msgstr "" - -#: ../../include/text.php:1130 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:1131 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:1132 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:1323 -msgid "May" -msgstr "" - -#: ../../include/text.php:1400 ../../include/text.php:1404 -msgid "Unknown Attachment" -msgstr "" - -#: ../../include/text.php:1406 -msgid "unknown" -msgstr "" - -#: ../../include/text.php:1442 -msgid "remove category" -msgstr "" - -#: ../../include/text.php:1519 -msgid "remove from file" -msgstr "" - -#: ../../include/text.php:1794 -msgid "Page layout" -msgstr "" - -#: ../../include/text.php:1794 -msgid "You can create your own with the layouts tool" -msgstr "" - -#: ../../include/text.php:1836 -msgid "Page content type" -msgstr "" - -#: ../../include/text.php:1969 -msgid "activity" -msgstr "" - -#: ../../include/text.php:2283 -msgid "Design Tools" -msgstr "" - -#: ../../include/text.php:2289 -msgid "Pages" -msgstr "" - -#: ../../include/text.php:2311 -msgid "Import website..." -msgstr "" - -#: ../../include/text.php:2312 -msgid "Select folder to import" -msgstr "" - -#: ../../include/text.php:2313 -msgid "Import from a zipped folder:" -msgstr "" - -#: ../../include/text.php:2314 -msgid "Import from cloud files:" -msgstr "" - -#: ../../include/text.php:2315 -msgid "/cloud/channel/path/to/folder" -msgstr "" - -#: ../../include/text.php:2316 -msgid "Enter path to website files" -msgstr "" +#: ../../include/conversation.php:1238 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:2317 -msgid "Select folder" +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/text.php:2318 -msgid "Export website..." +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/text.php:2319 -msgid "Export to a zip file" +#: ../../include/conversation.php:1282 +msgid "Set your location" msgstr "" -#: ../../include/text.php:2320 -msgid "website.zip" +#: ../../include/conversation.php:1283 +msgid "Clear browser location" msgstr "" -#: ../../include/text.php:2321 -msgid "Enter a name for the zip file." +#: ../../include/conversation.php:1331 +msgid "Tag term:" msgstr "" -#: ../../include/text.php:2322 -msgid "Export to cloud files" +#: ../../include/conversation.php:1332 +msgid "Where are you right now?" msgstr "" -#: ../../include/text.php:2323 -msgid "/path/to/export/folder" +#: ../../include/conversation.php:1337 +msgid "Choose a different album..." msgstr "" -#: ../../include/text.php:2324 -msgid "Enter a path to a cloud files destination." +#: ../../include/conversation.php:1341 +msgid "Comments enabled" msgstr "" -#: ../../include/text.php:2325 -msgid "Specify folder" +#: ../../include/conversation.php:1342 +msgid "Comments disabled" 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/conversation.php:1380 +msgid "Page link name" msgstr "" -#: ../../include/group.php:248 -msgid "Add new connections to this privacy group" +#: ../../include/conversation.php:1383 +msgid "Post as" msgstr "" -#: ../../include/group.php:289 -msgid "edit" +#: ../../include/conversation.php:1397 +msgid "Toggle voting" msgstr "" -#: ../../include/group.php:312 -msgid "Edit group" +#: ../../include/conversation.php:1400 +msgid "Disable comments" msgstr "" -#: ../../include/group.php:313 -msgid "Add privacy group" +#: ../../include/conversation.php:1401 +msgid "Toggle comments" msgstr "" -#: ../../include/group.php:314 -msgid "Channels not in any privacy group" +#: ../../include/conversation.php:1409 +msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/group.php:316 ../../include/widgets.php:285 -msgid "add" +#: ../../include/conversation.php:1432 +msgid "Other networks and post services" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" +#: ../../include/conversation.php:1438 +msgid "Set publish date" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can view my webpages" +#: ../../include/conversation.php:1692 +msgid "Discover" msgstr "" -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/conversation.php:1695 +msgid "Imported public streams" msgstr "" -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" +#: ../../include/conversation.php:1700 +msgid "Commented Order" msgstr "" -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" +#: ../../include/conversation.php:1703 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/conversation.php:1707 +msgid "Posted Order" msgstr "" -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/conversation.php:1710 +msgid "Sort by Post Date" msgstr "" -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" +#: ../../include/conversation.php:1718 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" +#: ../../include/conversation.php:1727 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" +#: ../../include/conversation.php:1733 +msgid "Starred" msgstr "" -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/conversation.php:1736 +msgid "Favourite Posts" msgstr "" -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" +#: ../../include/conversation.php:1743 +msgid "Spam" msgstr "" -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/conversation.php:1746 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/conversation.php:1818 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." +#: ../../include/conversation.php:1830 +msgid "Profile Details" msgstr "" -#: ../../include/import.php:1367 -msgid "Unable to import element \"" +#: ../../include/conversation.php:1846 +msgid "Files and Storage" msgstr "" -#: ../../include/items.php:837 ../../include/items.php:882 -msgid "(Unknown)" +#: ../../include/conversation.php:1882 +msgid "Saved Bookmarks" msgstr "" -#: ../../include/items.php:1080 -msgid "Visible to anybody on the internet." +#: ../../include/conversation.php:1892 +msgid "View Webpages" msgstr "" -#: ../../include/items.php:1082 -msgid "Visible to you only." -msgstr "" +#: ../../include/conversation.php:1958 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1084 -msgid "Visible to anybody in this network." -msgstr "" +#: ../../include/conversation.php:1961 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1086 -msgid "Visible to anybody authenticated." -msgstr "" +#: ../../include/conversation.php:1964 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1088 -#, php-format -msgid "Visible to anybody on %s." -msgstr "" +#: ../../include/conversation.php:1967 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1090 -msgid "Visible to all connections." -msgstr "" +#: ../../include/conversation.php:1970 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1092 -msgid "Visible to approved connections." -msgstr "" +#: ../../include/conversation.php:1973 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" -#: ../../include/items.php:1094 -msgid "Visible to specific connections." +#: ../../include/help.php:31 +msgid "Help:" msgstr "" -#: ../../include/items.php:3899 -msgid "Privacy group is empty." +#: ../../include/help.php:63 +msgid "Not Found" msgstr "" -#: ../../include/items.php:3906 -#, php-format -msgid "Privacy group: %s" +#: ../../include/text.php:460 +msgid "prev" msgstr "" -#: ../../include/items.php:3918 -msgid "Connection not found." +#: ../../include/text.php:462 +msgid "first" msgstr "" -#: ../../include/items.php:4267 -msgid "profile photo" +#: ../../include/text.php:491 +msgid "last" msgstr "" -#: ../../include/items.php:4463 -#, php-format -msgid "[Edited %s]" +#: ../../include/text.php:494 +msgid "next" msgstr "" -#: ../../include/items.php:4463 -msgctxt "edit_activity" -msgid "Post" +#: ../../include/text.php:505 +msgid "older" msgstr "" -#: ../../include/items.php:4463 -msgctxt "edit_activity" -msgid "Comment" +#: ../../include/text.php:507 +msgid "newer" msgstr "" -#: ../../include/photos.php:115 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/text.php:920 +msgid "No connections" msgstr "" -#: ../../include/photos.php:122 -msgid "Image file is empty." +#: ../../include/text.php:945 +#, php-format +msgid "View all %s connections" msgstr "" -#: ../../include/photos.php:260 -msgid "Photo storage failed." +#: ../../include/text.php:1090 ../../include/text.php:1095 +msgid "poke" msgstr "" -#: ../../include/photos.php:300 -msgid "a new photo" +#: ../../include/text.php:1096 +msgid "ping" msgstr "" -#: ../../include/photos.php:304 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/text.php:1096 +msgid "pinged" msgstr "" -#: ../../include/photos.php:519 -msgid "Upload New Photos" +#: ../../include/text.php:1097 +msgid "prod" msgstr "" -#: ../../include/network.php:733 -msgid "view full size" +#: ../../include/text.php:1097 +msgid "prodded" msgstr "" -#: ../../include/network.php:1982 -msgid "No Subject" +#: ../../include/text.php:1098 +msgid "slap" msgstr "" -#: ../../include/network.php:2238 -msgid "OStatus" +#: ../../include/text.php:1098 +msgid "slapped" msgstr "" -#: ../../include/network.php:2239 -msgid "GNU-Social" +#: ../../include/text.php:1099 +msgid "finger" msgstr "" -#: ../../include/network.php:2240 -msgid "RSS/Atom" +#: ../../include/text.php:1099 +msgid "fingered" msgstr "" -#: ../../include/network.php:2243 -msgid "Facebook" +#: ../../include/text.php:1100 +msgid "rebuff" msgstr "" -#: ../../include/network.php:2244 -msgid "Zot" +#: ../../include/text.php:1100 +msgid "rebuffed" msgstr "" -#: ../../include/network.php:2245 -msgid "LinkedIn" +#: ../../include/text.php:1112 +msgid "happy" msgstr "" -#: ../../include/network.php:2246 -msgid "XMPP/IM" +#: ../../include/text.php:1113 +msgid "sad" msgstr "" -#: ../../include/network.php:2247 -msgid "MySpace" +#: ../../include/text.php:1114 +msgid "mellow" msgstr "" -#: ../../include/widgets.php:103 -msgid "System" +#: ../../include/text.php:1115 +msgid "tired" msgstr "" -#: ../../include/widgets.php:106 -msgid "New App" +#: ../../include/text.php:1116 +msgid "perky" msgstr "" -#: ../../include/widgets.php:107 -msgid "Edit Apps" +#: ../../include/text.php:1117 +msgid "angry" msgstr "" -#: ../../include/widgets.php:155 -msgid "Suggestions" +#: ../../include/text.php:1118 +msgid "stupefied" msgstr "" -#: ../../include/widgets.php:156 -msgid "See more..." +#: ../../include/text.php:1119 +msgid "puzzled" msgstr "" -#: ../../include/widgets.php:176 -#, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +#: ../../include/text.php:1120 +msgid "interested" msgstr "" -#: ../../include/widgets.php:182 -msgid "Add New Connection" +#: ../../include/text.php:1121 +msgid "bitter" msgstr "" -#: ../../include/widgets.php:183 -msgid "Enter channel address" +#: ../../include/text.php:1122 +msgid "cheerful" msgstr "" -#: ../../include/widgets.php:184 -msgid "Examples: bob@example.com, https://example.com/barbara" +#: ../../include/text.php:1123 +msgid "alive" msgstr "" -#: ../../include/widgets.php:200 -msgid "Notes" +#: ../../include/text.php:1124 +msgid "annoyed" msgstr "" -#: ../../include/widgets.php:276 -msgid "Remove term" +#: ../../include/text.php:1125 +msgid "anxious" msgstr "" -#: ../../include/widgets.php:391 -msgid "Archives" +#: ../../include/text.php:1126 +msgid "cranky" msgstr "" -#: ../../include/widgets.php:555 -msgid "Refresh" +#: ../../include/text.php:1127 +msgid "disturbed" msgstr "" -#: ../../include/widgets.php:595 -msgid "Account settings" +#: ../../include/text.php:1128 +msgid "frustrated" msgstr "" -#: ../../include/widgets.php:601 -msgid "Channel settings" +#: ../../include/text.php:1129 +msgid "depressed" msgstr "" -#: ../../include/widgets.php:610 -msgid "Additional features" +#: ../../include/text.php:1130 +msgid "motivated" msgstr "" -#: ../../include/widgets.php:617 -msgid "Feature/Addon settings" +#: ../../include/text.php:1131 +msgid "relaxed" msgstr "" -#: ../../include/widgets.php:623 -msgid "Display settings" +#: ../../include/text.php:1132 +msgid "surprised" msgstr "" -#: ../../include/widgets.php:630 -msgid "Manage locations" +#: ../../include/text.php:1323 +msgid "May" msgstr "" -#: ../../include/widgets.php:637 -msgid "Export channel" +#: ../../include/text.php:1400 ../../include/text.php:1404 +msgid "Unknown Attachment" msgstr "" -#: ../../include/widgets.php:643 -msgid "Connected apps" +#: ../../include/text.php:1406 +msgid "unknown" msgstr "" -#: ../../include/widgets.php:667 -msgid "Premium Channel Settings" +#: ../../include/text.php:1442 +msgid "remove category" msgstr "" -#: ../../include/widgets.php:696 -msgid "Private Mail Menu" +#: ../../include/text.php:1519 +msgid "remove from file" msgstr "" -#: ../../include/widgets.php:698 -msgid "Combined View" +#: ../../include/text.php:1794 +msgid "Page layout" msgstr "" -#: ../../include/widgets.php:730 ../../include/widgets.php:742 -msgid "Conversations" +#: ../../include/text.php:1794 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/widgets.php:734 -msgid "Received Messages" +#: ../../include/text.php:1836 +msgid "Page content type" msgstr "" -#: ../../include/widgets.php:738 -msgid "Sent Messages" +#: ../../include/text.php:1969 +msgid "activity" msgstr "" -#: ../../include/widgets.php:752 -msgid "No messages." +#: ../../include/text.php:2283 +msgid "Design Tools" msgstr "" -#: ../../include/widgets.php:770 -msgid "Delete conversation" +#: ../../include/text.php:2289 +msgid "Pages" msgstr "" -#: ../../include/widgets.php:796 -msgid "Events Tools" +#: ../../include/text.php:2311 +msgid "Import website..." msgstr "" -#: ../../include/widgets.php:797 -msgid "Export Calendar" +#: ../../include/text.php:2312 +msgid "Select folder to import" msgstr "" -#: ../../include/widgets.php:798 -msgid "Import Calendar" +#: ../../include/text.php:2313 +msgid "Import from a zipped folder:" msgstr "" -#: ../../include/widgets.php:890 -msgid "Overview" +#: ../../include/text.php:2314 +msgid "Import from cloud files:" msgstr "" -#: ../../include/widgets.php:897 -msgid "Chat Members" +#: ../../include/text.php:2315 +msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/widgets.php:972 -msgctxt "wiki_history" -msgid "Message" +#: ../../include/text.php:2316 +msgid "Enter path to website files" msgstr "" -#: ../../include/widgets.php:994 -msgid "Bookmarked Chatrooms" +#: ../../include/text.php:2317 +msgid "Select folder" msgstr "" -#: ../../include/widgets.php:1025 -msgid "Suggested Chatrooms" +#: ../../include/text.php:2318 +msgid "Export website..." msgstr "" -#: ../../include/widgets.php:1170 ../../include/widgets.php:1282 -msgid "photo/image" +#: ../../include/text.php:2319 +msgid "Export to a zip file" msgstr "" -#: ../../include/widgets.php:1225 -msgid "Click to show more" +#: ../../include/text.php:2320 +msgid "website.zip" msgstr "" -#: ../../include/widgets.php:1376 -msgid "Rating Tools" +#: ../../include/text.php:2321 +msgid "Enter a name for the zip file." msgstr "" -#: ../../include/widgets.php:1380 ../../include/widgets.php:1382 -msgid "Rate Me" +#: ../../include/text.php:2322 +msgid "Export to cloud files" msgstr "" -#: ../../include/widgets.php:1385 -msgid "View Ratings" +#: ../../include/text.php:2323 +msgid "/path/to/export/folder" msgstr "" -#: ../../include/widgets.php:1478 -msgid "Forums" +#: ../../include/text.php:2324 +msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/widgets.php:1507 -msgid "Tasks" +#: ../../include/text.php:2325 +msgid "Specify folder" msgstr "" -#: ../../include/widgets.php:1573 ../../include/widgets.php:1611 -msgid "Member registrations waiting for confirmation" +#: ../../include/message.php:32 +msgid "Unable to determine sender." msgstr "" -#: ../../include/widgets.php:1579 -msgid "Inspect queue" +#: ../../include/message.php:69 +msgid "No recipient provided." msgstr "" -#: ../../include/widgets.php:1581 -msgid "DB updates" +#: ../../include/message.php:74 +msgid "[no subject]" msgstr "" -#: ../../include/widgets.php:1607 -msgid "Plugin Features" +#: ../../include/message.php:225 +msgid "Stored post could not be verified." msgstr "" #: ../../util/nconfig.php:34 -- cgit v1.2.3 From bae37c8e6f8b61976b87ae992985cfc31750d895 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 3 Feb 2017 02:12:30 -0800 Subject: string update --- util/hmessages.po | 4705 ++++++++++++++++++++++++++--------------------------- 1 file changed, 2337 insertions(+), 2368 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 6d4d5d079..4fb32349f 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-27 00:05-0800\n" +"POT-Creation-Date: 2017-02-03 00:04-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,77 +17,77 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../Zotlabs/Access/PermissionRoles.php:227 +#: ../../Zotlabs/Access/PermissionRoles.php:248 #: ../../include/permissions.php:945 msgid "Social Networking" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:228 +#: ../../Zotlabs/Access/PermissionRoles.php:249 #: ../../include/permissions.php:945 msgid "Social - Mostly Public" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:229 +#: ../../Zotlabs/Access/PermissionRoles.php:250 #: ../../include/permissions.php:945 msgid "Social - Restricted" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:230 +#: ../../Zotlabs/Access/PermissionRoles.php:251 #: ../../include/permissions.php:945 msgid "Social - Private" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:233 +#: ../../Zotlabs/Access/PermissionRoles.php:254 #: ../../include/permissions.php:946 msgid "Community Forum" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:234 +#: ../../Zotlabs/Access/PermissionRoles.php:255 #: ../../include/permissions.php:946 msgid "Forum - Mostly Public" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:235 +#: ../../Zotlabs/Access/PermissionRoles.php:256 #: ../../include/permissions.php:946 msgid "Forum - Restricted" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:236 +#: ../../Zotlabs/Access/PermissionRoles.php:257 #: ../../include/permissions.php:946 msgid "Forum - Private" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:239 +#: ../../Zotlabs/Access/PermissionRoles.php:260 #: ../../include/permissions.php:947 msgid "Feed Republish" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:240 +#: ../../Zotlabs/Access/PermissionRoles.php:261 #: ../../include/permissions.php:947 msgid "Feed - Mostly Public" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:241 +#: ../../Zotlabs/Access/PermissionRoles.php:262 #: ../../include/permissions.php:947 msgid "Feed - Restricted" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:244 +#: ../../Zotlabs/Access/PermissionRoles.php:265 #: ../../include/permissions.php:948 msgid "Special Purpose" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:245 +#: ../../Zotlabs/Access/PermissionRoles.php:266 #: ../../include/permissions.php:948 msgid "Special - Celebrity/Soapbox" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:246 +#: ../../Zotlabs/Access/PermissionRoles.php:267 #: ../../include/permissions.php:948 msgid "Special - Group Repository" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:249 +#: ../../Zotlabs/Access/PermissionRoles.php:270 #: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:882 #: ../../Zotlabs/Module/New_channel.php:132 #: ../../Zotlabs/Module/Settings/Channel.php:445 @@ -95,32 +95,32 @@ msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 #: ../../include/selectors.php:66 ../../include/selectors.php:104 -#: ../../include/selectors.php:140 ../../include/permissions.php:949 -#: ../../include/connections.php:869 ../../include/connections.php:876 +#: ../../include/selectors.php:140 ../../include/connections.php:869 +#: ../../include/connections.php:876 ../../include/permissions.php:949 msgid "Other" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:250 +#: ../../Zotlabs/Access/PermissionRoles.php:271 #: ../../include/permissions.php:949 msgid "Custom/Expert Mode" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:262 +#: ../../Zotlabs/Access/PermissionRoles.php:283 msgctxt "permcat" msgid "follower" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:267 +#: ../../Zotlabs/Access/PermissionRoles.php:288 msgctxt "permcat" msgid "contributor" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:271 +#: ../../Zotlabs/Access/PermissionRoles.php:292 msgctxt "permcat" msgid "trusted" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:276 +#: ../../Zotlabs/Access/PermissionRoles.php:297 msgctxt "permcat" msgid "moderator" msgstr "" @@ -154,38 +154,46 @@ msgid "Can view my channel webpages" msgstr "" #: ../../Zotlabs/Access/Permissions.php:53 -msgid "Can create/edit my channel webpages" +msgid "Can view my wiki pages" msgstr "" #: ../../Zotlabs/Access/Permissions.php:54 +msgid "Can create/edit my channel webpages" +msgstr "" + +#: ../../Zotlabs/Access/Permissions.php:55 +msgid "Can write to my wiki pages" +msgstr "" + +#: ../../Zotlabs/Access/Permissions.php:56 msgid "Can post on my channel (wall) page" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:55 ../../include/permissions.php:44 +#: ../../Zotlabs/Access/Permissions.php:57 ../../include/permissions.php:44 msgid "Can comment on or like my posts" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:56 ../../include/permissions.php:45 +#: ../../Zotlabs/Access/Permissions.php:58 ../../include/permissions.php:45 msgid "Can send me private mail messages" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:57 +#: ../../Zotlabs/Access/Permissions.php:59 msgid "Can like/dislike profiles and profile things" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:58 +#: ../../Zotlabs/Access/Permissions.php:60 msgid "Can forward to all my channel connections via @+ mentions in posts" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:59 +#: ../../Zotlabs/Access/Permissions.php:61 msgid "Can chat with me" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:60 ../../include/permissions.php:53 +#: ../../Zotlabs/Access/Permissions.php:62 ../../include/permissions.php:53 msgid "Can source my public posts in derived channels" msgstr "" -#: ../../Zotlabs/Access/Permissions.php:61 +#: ../../Zotlabs/Access/Permissions.php:63 msgid "Can administer my channel" msgstr "" @@ -219,18 +227,18 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:784 #: ../../Zotlabs/Module/Photos.php:1244 -#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:528 -#: ../../Zotlabs/Lib/Apps.php:606 +#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:549 +#: ../../Zotlabs/Lib/Apps.php:627 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/widgets.php:1698 ../../include/conversation.php:1177 +#: ../../include/conversation.php:1177 ../../include/widgets.php:1706 msgid "Unknown" msgstr "" #: ../../Zotlabs/Storage/Browser.php:224 ../../Zotlabs/Module/Fbrowser.php:85 -#: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:96 -#: ../../include/conversation.php:1843 +#: ../../Zotlabs/Lib/Apps.php:221 ../../include/conversation.php:1843 +#: ../../include/nav.php:96 msgid "Files" msgstr "" @@ -260,25 +268,25 @@ msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 -#: ../../include/widgets.php:1711 +#: ../../include/widgets.php:1719 msgid "Upload" msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 #: ../../Zotlabs/Module/Connedit.php:870 -#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:165 +#: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:170 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 #: ../../Zotlabs/Module/Chat.php:250 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1136 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:164 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:172 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:156 -#: ../../include/widgets.php:974 +#: ../../include/widgets.php:982 msgid "Name" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:166 +#: ../../Zotlabs/Storage/Browser.php:234 ../../Zotlabs/Module/Wiki.php:171 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:157 msgid "Type" msgstr "" @@ -301,18 +309,18 @@ msgstr "" #: ../../Zotlabs/Module/Editlayout.php:114 #: ../../Zotlabs/Module/Editwebpage.php:145 ../../Zotlabs/Module/Menu.php:112 #: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:192 -#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:158 -#: ../../Zotlabs/Module/Wiki.php:268 +#: ../../Zotlabs/Module/Webpages.php:244 ../../Zotlabs/Module/Wiki.php:163 +#: ../../Zotlabs/Module/Wiki.php:273 #: ../../Zotlabs/Module/Settings/Oauth.php:149 -#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/Apps.php:349 -#: ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 +#: ../../Zotlabs/Lib/Apps.php:351 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:149 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 -#: ../../include/page_widgets.php:9 ../../include/page_widgets.php:39 -#: ../../include/menu.php:113 ../../include/channel.php:972 -#: ../../include/channel.php:976 +#: ../../include/menu.php:113 ../../include/page_widgets.php:9 +#: ../../include/page_widgets.php:39 ../../include/channel.php:1039 +#: ../../include/channel.php:1043 msgid "Edit" msgstr "" @@ -328,8 +336,8 @@ msgstr "" #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 -#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/Apps.php:350 -#: ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 +#: ../../Zotlabs/Lib/Apps.php:352 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 #: ../../include/conversation.php:656 @@ -398,16 +406,18 @@ msgstr "" #: ../../Zotlabs/Module/Settings.php:59 ../../Zotlabs/Module/Group.php:13 #: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 #: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Mitem.php:115 -#: ../../Zotlabs/Module/Appman.php:77 ../../Zotlabs/Module/Mood.php:116 +#: ../../Zotlabs/Module/Appman.php:81 ../../Zotlabs/Module/Mood.php:116 #: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:635 #: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Invite.php:17 #: ../../Zotlabs/Module/Invite.php:94 ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 ../../Zotlabs/Module/Setup.php:212 #: ../../Zotlabs/Module/Notifications.php:11 ../../Zotlabs/Module/Poke.php:137 -#: ../../Zotlabs/Module/Profile.php:70 ../../Zotlabs/Module/Profile.php:87 -#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80 -#: ../../Zotlabs/Module/Layouts.php:71 ../../Zotlabs/Module/Layouts.php:78 -#: ../../Zotlabs/Module/Layouts.php:89 ../../Zotlabs/Module/Rate.php:113 +#: ../../Zotlabs/Module/Item.php:220 ../../Zotlabs/Module/Item.php:230 +#: ../../Zotlabs/Module/Item.php:1067 ../../Zotlabs/Module/Profile.php:70 +#: ../../Zotlabs/Module/Profile.php:87 ../../Zotlabs/Module/Blocks.php:73 +#: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Layouts.php:71 +#: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 +#: ../../Zotlabs/Module/Rate.php:113 #: ../../Zotlabs/Module/Profile_photo.php:273 #: ../../Zotlabs/Module/Profile_photo.php:286 #: ../../Zotlabs/Module/Events.php:271 ../../Zotlabs/Module/Common.php:39 @@ -416,17 +426,16 @@ msgstr "" #: ../../Zotlabs/Module/Pdledit.php:29 ../../Zotlabs/Module/Message.php:18 #: ../../Zotlabs/Module/Service_limits.php:11 #: ../../Zotlabs/Module/Webpages.php:116 -#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:209 -#: ../../Zotlabs/Module/Wiki.php:308 ../../Zotlabs/Module/Sources.php:74 +#: ../../Zotlabs/Module/Sharedwithme.php:11 ../../Zotlabs/Module/Wiki.php:49 +#: ../../Zotlabs/Module/Wiki.php:214 ../../Zotlabs/Module/Wiki.php:313 +#: ../../Zotlabs/Module/Wiki.php:318 ../../Zotlabs/Module/Sources.php:74 #: ../../Zotlabs/Module/Suggest.php:30 ../../Zotlabs/Module/Thing.php:274 #: ../../Zotlabs/Module/Thing.php:294 ../../Zotlabs/Module/Thing.php:335 #: ../../Zotlabs/Module/Mail.php:164 #: ../../Zotlabs/Module/Viewconnections.php:28 #: ../../Zotlabs/Module/Viewconnections.php:33 #: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Chat.php:100 -#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Module/Item.php:220 -#: ../../Zotlabs/Module/Item.php:230 ../../Zotlabs/Module/Item.php:1067 -#: ../../Zotlabs/Lib/Chatroom.php:137 +#: ../../Zotlabs/Module/Chat.php:105 ../../Zotlabs/Lib/Chatroom.php:137 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:55 #: ../../extend/addon/addon/keepout/keepout.php:36 #: ../../extend/addon/addon/pumpio/pumpio.php:40 @@ -434,18 +443,17 @@ msgstr "" #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:58 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:194 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:291 -#: ../../extend/addon/addon/buffer/buffer.php:31 ../../include/attach.php:142 -#: ../../include/attach.php:189 ../../include/attach.php:253 -#: ../../include/attach.php:267 ../../include/attach.php:274 -#: ../../include/attach.php:341 ../../include/attach.php:355 -#: ../../include/attach.php:362 ../../include/attach.php:439 -#: ../../include/attach.php:906 ../../include/attach.php:977 -#: ../../include/attach.php:1135 ../../include/items.php:3439 -#: ../../include/photos.php:27 +#: ../../include/attach.php:142 ../../include/attach.php:189 +#: ../../include/attach.php:253 ../../include/attach.php:267 +#: ../../include/attach.php:274 ../../include/attach.php:341 +#: ../../include/attach.php:355 ../../include/attach.php:362 +#: ../../include/attach.php:439 ../../include/attach.php:906 +#: ../../include/attach.php:977 ../../include/attach.php:1135 +#: ../../include/photos.php:27 ../../include/items.php:3445 msgid "Permission denied." msgstr "" -#: ../../Zotlabs/Web/Router.php:157 ../../Zotlabs/Module/Display.php:124 +#: ../../Zotlabs/Web/Router.php:152 ../../Zotlabs/Module/Display.php:124 #: ../../Zotlabs/Module/Page.php:94 ../../Zotlabs/Module/Block.php:79 #: ../../Zotlabs/Lib/NativeWikiPage.php:502 ../../include/help.php:66 msgid "Page not found." @@ -459,7 +467,7 @@ msgstr "" #: ../../Zotlabs/Zot/Auth.php:250 #: ../../extend/addon/addon/openid/Mod_Openid.php:76 -#: ../../extend/addon/addon/openid/Mod_Openid.php:183 +#: ../../extend/addon/addon/openid/Mod_Openid.php:178 #, php-format msgid "Welcome %s. Remote authentication successful." msgstr "" @@ -471,7 +479,7 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:59 ../../Zotlabs/Module/Hcard.php:12 #: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Blocks.php:33 #: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Webpages.php:33 -#: ../../include/channel.php:873 +#: ../../include/channel.php:940 msgid "Requested profile is not available." msgstr "" @@ -488,10 +496,10 @@ msgid "Public access denied." msgstr "" #: ../../Zotlabs/Module/Display.php:38 ../../Zotlabs/Module/Admin.php:60 -#: ../../Zotlabs/Module/Admin/Plugins.php:254 #: ../../Zotlabs/Module/Admin/Themes.php:69 +#: ../../Zotlabs/Module/Admin/Plugins.php:254 #: ../../Zotlabs/Module/Filestorage.php:32 ../../Zotlabs/Module/Thing.php:89 -#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3360 +#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:3366 msgid "Item not found." msgstr "" @@ -627,7 +635,7 @@ msgid "Membership on this site is by invitation only." msgstr "" #: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:152 -#: ../../boot.php:1704 +#: ../../boot.php:1713 msgid "Register" msgstr "" @@ -715,9 +723,9 @@ msgstr "" #: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:173 -#: ../../Zotlabs/Module/Settings/Channel.php:289 +#: ../../Zotlabs/Module/Wiki.php:178 #: ../../Zotlabs/Module/Settings/Display.php:103 +#: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -766,7 +774,7 @@ msgstr "" #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 #: ../../include/dir_fns.php:145 ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1726 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1736 msgid "No" msgstr "" @@ -779,9 +787,9 @@ msgstr "" #: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 #: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 -#: ../../Zotlabs/Module/Wiki.php:173 -#: ../../Zotlabs/Module/Settings/Channel.php:289 +#: ../../Zotlabs/Module/Wiki.php:178 #: ../../Zotlabs/Module/Settings/Display.php:103 +#: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -830,7 +838,7 @@ msgstr "" #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 #: ../../include/dir_fns.php:143 ../../include/dir_fns.php:144 #: ../../include/dir_fns.php:145 ../../view/theme/redbasic/php/config.php:111 -#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1726 +#: ../../view/theme/redbasic/php/config.php:136 ../../boot.php:1736 msgid "Yes" msgstr "" @@ -855,42 +863,42 @@ msgstr "" #: ../../Zotlabs/Module/Connect.php:98 #: ../../Zotlabs/Module/Admin/Features.php:66 #: ../../Zotlabs/Module/Admin/Logs.php:84 -#: ../../Zotlabs/Module/Admin/Plugins.php:429 #: ../../Zotlabs/Module/Admin/Profs.php:157 #: ../../Zotlabs/Module/Admin/Security.php:104 #: ../../Zotlabs/Module/Admin/Themes.php:156 #: ../../Zotlabs/Module/Admin/Account_edit.php:74 #: ../../Zotlabs/Module/Admin/Accounts.php:166 #: ../../Zotlabs/Module/Admin/Channels.php:147 -#: ../../Zotlabs/Module/Admin/Site.php:260 ../../Zotlabs/Module/Locs.php:121 -#: ../../Zotlabs/Module/Connedit.php:850 +#: ../../Zotlabs/Module/Admin/Site.php:260 +#: ../../Zotlabs/Module/Admin/Plugins.php:433 +#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Connedit.php:850 #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Import.php:549 ../../Zotlabs/Module/Mitem.php:243 -#: ../../Zotlabs/Module/Appman.php:129 ../../Zotlabs/Module/Mood.php:139 +#: ../../Zotlabs/Module/Import.php:557 ../../Zotlabs/Module/Mitem.php:243 +#: ../../Zotlabs/Module/Appman.php:133 ../../Zotlabs/Module/Mood.php:139 #: ../../Zotlabs/Module/Profiles.php:721 ../../Zotlabs/Module/Invite.php:149 #: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 #: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Pconfig.php:107 #: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Events.php:493 -#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:162 +#: ../../Zotlabs/Module/Pdledit.php:74 ../../Zotlabs/Module/Wiki.php:167 #: ../../Zotlabs/Module/Sources.php:114 ../../Zotlabs/Module/Sources.php:149 #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Oauth.php:87 #: ../../Zotlabs/Module/Settings/Account.php:118 -#: ../../Zotlabs/Module/Settings/Channel.php:455 #: ../../Zotlabs/Module/Settings/Display.php:196 #: ../../Zotlabs/Module/Settings/Tokens.php:167 +#: ../../Zotlabs/Module/Settings/Featured.php:50 +#: ../../Zotlabs/Module/Settings/Channel.php:458 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 #: ../../Zotlabs/Module/Mail.php:413 ../../Zotlabs/Module/Chat.php:196 #: ../../Zotlabs/Module/Chat.php:241 ../../Zotlabs/Module/Xchan.php:15 #: ../../Zotlabs/Lib/ThreadItem.php:731 #: ../../extend/addon/addon/chords/Mod_Chords.php:60 -#: ../../extend/addon/addon/diaspora/diaspora.php:710 +#: ../../extend/addon/addon/diaspora/diaspora.php:716 #: ../../extend/addon/addon/dwpost/dwpost.php:89 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:124 #: ../../extend/addon/addon/friendica/friendica.php:128 #: ../../extend/addon/addon/frphotos/frphotos.php:96 -#: ../../extend/addon/addon/gnusoc/gnusoc.php:133 #: ../../extend/addon/addon/hubwall/hubwall.php:95 #: ../../extend/addon/addon/ijpost/ijpost.php:89 #: ../../extend/addon/addon/irc/irc.php:53 @@ -930,7 +938,8 @@ msgstr "" #: ../../extend/addon/addon/likebanner/likebanner.php:57 #: ../../extend/addon/addon/mailtest/mailtest.php:100 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:153 -#: ../../include/widgets.php:799 ../../include/js_strings.php:22 +#: ../../extend/addon/addon/gnusoc/gnusoc.php:133 +#: ../../include/widgets.php:807 ../../include/js_strings.php:22 #: ../../view/theme/redbasic/php/config.php:106 msgid "Submit" msgstr "" @@ -952,12 +961,12 @@ msgid "Show Oldest First" msgstr "" #: ../../Zotlabs/Module/Photos.php:778 ../../Zotlabs/Module/Photos.php:1335 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1692 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1700 msgid "View Photo" msgstr "" #: ../../Zotlabs/Module/Photos.php:809 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1709 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1717 msgid "Edit Album" msgstr "" @@ -1000,7 +1009,7 @@ msgid "Next" msgstr "" #: ../../Zotlabs/Module/Photos.php:984 -#: ../../Zotlabs/Module/Admin/Plugins.php:445 +#: ../../Zotlabs/Module/Admin/Plugins.php:450 #: ../../Zotlabs/Module/Tagrm.php:137 #: ../../extend/addon/addon/superblock/superblock.php:114 msgid "Remove" @@ -1078,7 +1087,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1094 ../../Zotlabs/Module/Events.php:478 #: ../../Zotlabs/Module/Webpages.php:251 ../../Zotlabs/Lib/ThreadItem.php:740 -#: ../../include/page_widgets.php:43 ../../include/conversation.php:1347 +#: ../../include/conversation.php:1347 ../../include/page_widgets.php:43 msgid "Preview" msgstr "" @@ -1129,8 +1138,8 @@ msgid "View all" msgstr "" #: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Lib/ThreadItem.php:190 -#: ../../include/taxonomy.php:403 ../../include/channel.php:1201 -#: ../../include/conversation.php:1952 +#: ../../include/taxonomy.php:403 ../../include/conversation.php:1952 +#: ../../include/channel.php:1268 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1328,14 +1337,14 @@ msgid "Your software should be updated" msgstr "" #: ../../Zotlabs/Module/Admin.php:137 ../../Zotlabs/Module/Admin/Logs.php:82 -#: ../../Zotlabs/Module/Admin/Plugins.php:336 -#: ../../Zotlabs/Module/Admin/Plugins.php:427 #: ../../Zotlabs/Module/Admin/Security.php:86 #: ../../Zotlabs/Module/Admin/Themes.php:120 #: ../../Zotlabs/Module/Admin/Themes.php:154 #: ../../Zotlabs/Module/Admin/Accounts.php:164 #: ../../Zotlabs/Module/Admin/Channels.php:145 #: ../../Zotlabs/Module/Admin/Site.php:258 +#: ../../Zotlabs/Module/Admin/Plugins.php:336 +#: ../../Zotlabs/Module/Admin/Plugins.php:431 msgid "Administration" msgstr "" @@ -1478,7 +1487,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:92 #: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:536 +#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:544 msgid "All" msgstr "" @@ -1574,15 +1583,15 @@ msgstr "" msgid "Recent activity" msgstr "" -#: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:211 -#: ../../include/nav.php:191 ../../include/text.php:932 +#: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:213 +#: ../../include/text.php:932 ../../include/nav.php:191 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 -#: ../../Zotlabs/Lib/Apps.php:232 ../../include/acl_selectors.php:203 -#: ../../include/nav.php:170 ../../include/widgets.php:316 -#: ../../include/text.php:1002 ../../include/text.php:1014 +#: ../../Zotlabs/Lib/Apps.php:234 ../../include/acl_selectors.php:203 +#: ../../include/widgets.php:316 ../../include/text.php:1002 +#: ../../include/text.php:1014 ../../include/nav.php:170 msgid "Search" msgstr "" @@ -1630,30 +1639,30 @@ msgstr "" msgid "Unable to process image." msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4270 +#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:4276 msgid "female" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4271 +#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:4277 #, php-format msgid "%1$s updated her %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4272 +#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:4278 msgid "male" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4273 +#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:4279 #, php-format msgid "%1$s updated his %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4275 +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:4281 #, php-format msgid "%1$s updated their %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1692 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1759 msgid "cover photo" msgstr "" @@ -1734,8 +1743,8 @@ msgstr "" msgid "Log settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1602 -#: ../../include/widgets.php:1612 +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1610 +#: ../../include/widgets.php:1620 msgid "Logs" msgstr "" @@ -1761,146 +1770,6 @@ msgstr "" msgid "Log level" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:284 -#, php-format -msgid "Plugin %s disabled." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:289 -#, php-format -msgid "Plugin %s enabled." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:305 -#: ../../Zotlabs/Module/Admin/Themes.php:93 -msgid "Disable" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:308 -#: ../../Zotlabs/Module/Admin/Themes.php:95 -msgid "Enable" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:428 ../../include/widgets.php:1580 -msgid "Plugins" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:338 -#: ../../Zotlabs/Module/Admin/Themes.php:122 -msgid "Toggle" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:339 -#: ../../Zotlabs/Module/Admin/Themes.php:123 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:213 ../../include/widgets.php:683 -msgid "Settings" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:346 -#: ../../Zotlabs/Module/Admin/Themes.php:132 -msgid "Author: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:347 -#: ../../Zotlabs/Module/Admin/Themes.php:133 -msgid "Maintainer: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:348 -msgid "Minimum project version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:349 -msgid "Maximum project version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:350 -msgid "Minimum PHP version: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:351 -msgid "Compatible Server Roles: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:352 -msgid "Requires: " -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:353 -#: ../../Zotlabs/Module/Admin/Plugins.php:433 -msgid "Disabled - version incompatibility" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:402 -msgid "Enter the public git repository URL of the plugin repo." -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:403 -msgid "Plugin repo git URL" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:404 -msgid "Custom repo name" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:404 -msgid "(optional)" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:405 -msgid "Download Plugin Repo" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:412 -msgid "Install new repo" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:413 ../../Zotlabs/Lib/Apps.php:339 -msgid "Install" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:414 -#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 -#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:258 -#: ../../Zotlabs/Module/Wiki.php:283 -#: ../../Zotlabs/Module/Settings/Oauth.php:88 -#: ../../Zotlabs/Module/Settings/Oauth.php:114 -#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 -#: ../../extend/addon/addon/friendica/dfrn_request.php:879 -#: ../../extend/addon/addon/js_upload/js_upload.php:46 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 -#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:243 -#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:266 -#: ../../include/conversation.php:1394 ../../include/conversation.php:1443 -msgid "Cancel" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:435 -msgid "Manage Repos" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:436 -msgid "Installed Plugin Repositories" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:437 -msgid "Install a New Plugin Repository" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:443 -#: ../../Zotlabs/Module/Connedit.php:886 -#: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:339 -#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 -msgid "Update" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Plugins.php:444 -msgid "Switch branch" -msgstr "" - #: ../../Zotlabs/Module/Admin/Profs.php:69 msgid "New Profile Field" msgstr "" @@ -1948,7 +1817,7 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1583 +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1591 msgid "Profile Fields" msgstr "" @@ -1976,34 +1845,6 @@ msgstr "" msgid "Create Custom Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Queue.php:36 -msgid "Queue Statistics" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:37 -msgid "Total Entries" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:38 -msgid "Priority" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:39 -msgid "Destination URL" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:40 -msgid "Mark hub permanently offline" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:41 -msgid "Empty queue for this hub" -msgstr "" - -#: ../../Zotlabs/Module/Admin/Queue.php:42 -msgid "Last known contact" -msgstr "" - #: ../../Zotlabs/Module/Admin/Security.php:77 msgid "" "By default, unfiltered HTML is allowed in embedded media. This is inherently " @@ -2028,7 +1869,7 @@ msgid "" "embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1578 +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1586 msgid "Security" msgstr "" @@ -2123,15 +1964,46 @@ msgstr "" msgid "No themes found." msgstr "" +#: ../../Zotlabs/Module/Admin/Themes.php:93 +#: ../../Zotlabs/Module/Admin/Plugins.php:305 +msgid "Disable" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:95 +#: ../../Zotlabs/Module/Admin/Plugins.php:308 +msgid "Enable" +msgstr "" + #: ../../Zotlabs/Module/Admin/Themes.php:114 msgid "Screenshot" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1581 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1589 msgid "Themes" msgstr "" +#: ../../Zotlabs/Module/Admin/Themes.php:122 +#: ../../Zotlabs/Module/Admin/Plugins.php:338 +msgid "Toggle" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:123 +#: ../../Zotlabs/Module/Admin/Plugins.php:339 ../../Zotlabs/Lib/Apps.php:220 +#: ../../include/widgets.php:691 ../../include/nav.php:213 +msgid "Settings" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:132 +#: ../../Zotlabs/Module/Admin/Plugins.php:346 +msgid "Author: " +msgstr "" + +#: ../../Zotlabs/Module/Admin/Themes.php:133 +#: ../../Zotlabs/Module/Admin/Plugins.php:347 +msgid "Maintainer: " +msgstr "" + #: ../../Zotlabs/Module/Admin/Themes.php:160 msgid "[Experimental]" msgstr "" @@ -2211,7 +2083,7 @@ msgid "Account '%s' unblocked" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1576 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1584 msgid "Accounts" msgstr "" @@ -2236,7 +2108,7 @@ msgstr "" #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 #: ../../extend/addon/addon/openid/MysqlProvider.php:56 #: ../../extend/addon/addon/openid/MysqlProvider.php:57 -#: ../../include/network.php:2241 +#: ../../include/network.php:2247 msgid "Email" msgstr "" @@ -2344,7 +2216,7 @@ msgstr "" msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1577 +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1585 msgid "Channels" msgstr "" @@ -2509,7 +2381,7 @@ msgstr "" msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1575 +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1583 msgid "Site" msgstr "" @@ -2802,50 +2674,187 @@ msgstr "" msgid "0 for no expiration of imported content" msgstr "" -#: ../../Zotlabs/Module/Search.php:223 +#: ../../Zotlabs/Module/Admin/Plugins.php:284 #, php-format -msgid "Items tagged with: %s" +msgid "Plugin %s disabled." msgstr "" -#: ../../Zotlabs/Module/Search.php:225 +#: ../../Zotlabs/Module/Admin/Plugins.php:289 #, php-format -msgid "Search results for: %s" +msgid "Plugin %s enabled." msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:127 -#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 -msgid "Layout Name" +#: ../../Zotlabs/Module/Admin/Plugins.php:337 +#: ../../Zotlabs/Module/Admin/Plugins.php:432 ../../include/widgets.php:1588 +msgid "Plugins" msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:128 -#: ../../Zotlabs/Module/Layouts.php:131 -msgid "Layout Description (Optional)" +#: ../../Zotlabs/Module/Admin/Plugins.php:348 +msgid "Minimum project version: " msgstr "" -#: ../../Zotlabs/Module/Editlayout.php:136 -msgid "Edit Layout" +#: ../../Zotlabs/Module/Admin/Plugins.php:349 +msgid "Maximum project version: " msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:142 -msgid "Page link" +#: ../../Zotlabs/Module/Admin/Plugins.php:350 +msgid "Minimum PHP version: " msgstr "" -#: ../../Zotlabs/Module/Editwebpage.php:169 -msgid "Edit Webpage" +#: ../../Zotlabs/Module/Admin/Plugins.php:351 +msgid "Compatible Server Roles: " msgstr "" -#: ../../Zotlabs/Module/Like.php:19 -msgid "Like/Dislike" +#: ../../Zotlabs/Module/Admin/Plugins.php:352 +msgid "Requires: " msgstr "" -#: ../../Zotlabs/Module/Like.php:24 -msgid "This action is restricted to members." +#: ../../Zotlabs/Module/Admin/Plugins.php:353 +#: ../../Zotlabs/Module/Admin/Plugins.php:437 +msgid "Disabled - version incompatibility" msgstr "" -#: ../../Zotlabs/Module/Like.php:25 -msgid "" -"Please login with your $Projectname ID or register as a new $Projectname member to continue." +#: ../../Zotlabs/Module/Admin/Plugins.php:406 +msgid "Enter the public git repository URL of the plugin repo." +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:407 +msgid "Plugin repo git URL" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:408 +msgid "Custom repo name" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:408 +msgid "(optional)" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:409 +msgid "Download Plugin Repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:416 +msgid "Install new repo" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:417 ../../Zotlabs/Lib/Apps.php:341 +msgid "Install" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:418 +#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:263 +#: ../../Zotlabs/Module/Wiki.php:288 +#: ../../Zotlabs/Module/Settings/Oauth.php:88 +#: ../../Zotlabs/Module/Settings/Oauth.php:114 +#: ../../Zotlabs/Module/Tagrm.php:15 ../../Zotlabs/Module/Tagrm.php:138 +#: ../../extend/addon/addon/friendica/dfrn_request.php:879 +#: ../../extend/addon/addon/js_upload/js_upload.php:46 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:866 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1154 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:243 +#: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:266 +#: ../../include/conversation.php:1394 ../../include/conversation.php:1443 +msgid "Cancel" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:440 +msgid "Manage Repos" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:441 +msgid "Installed Plugin Repositories" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:442 +msgid "Install a New Plugin Repository" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:448 +#: ../../Zotlabs/Module/Connedit.php:886 +#: ../../Zotlabs/Module/Settings/Oauth.php:42 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:341 +#: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 +msgid "Update" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Plugins.php:449 +msgid "Switch branch" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:35 +msgid "Queue Statistics" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:36 +msgid "Total Entries" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:37 +msgid "Priority" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:38 +msgid "Destination URL" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:39 +msgid "Mark hub permanently offline" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:40 +msgid "Empty queue for this hub" +msgstr "" + +#: ../../Zotlabs/Module/Admin/Queue.php:41 +msgid "Last known contact" +msgstr "" + +#: ../../Zotlabs/Module/Search.php:223 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: ../../Zotlabs/Module/Search.php:225 +#, php-format +msgid "Search results for: %s" +msgstr "" + +#: ../../Zotlabs/Module/Editlayout.php:127 +#: ../../Zotlabs/Module/Layouts.php:128 ../../Zotlabs/Module/Layouts.php:188 +msgid "Layout Name" +msgstr "" + +#: ../../Zotlabs/Module/Editlayout.php:128 +#: ../../Zotlabs/Module/Layouts.php:131 +msgid "Layout Description (Optional)" +msgstr "" + +#: ../../Zotlabs/Module/Editlayout.php:136 +msgid "Edit Layout" +msgstr "" + +#: ../../Zotlabs/Module/Editwebpage.php:142 +msgid "Page link" +msgstr "" + +#: ../../Zotlabs/Module/Editwebpage.php:169 +msgid "Edit Webpage" +msgstr "" + +#: ../../Zotlabs/Module/Like.php:19 +msgid "Like/Dislike" +msgstr "" + +#: ../../Zotlabs/Module/Like.php:24 +msgid "This action is restricted to members." +msgstr "" + +#: ../../Zotlabs/Module/Like.php:25 +msgid "" +"Please login with your $Projectname ID or register as a new $Projectname member to continue." msgstr "" #: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 @@ -2871,26 +2880,26 @@ msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 #: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../extend/addon/addon/diaspora/inbound.php:1799 #: ../../extend/addon/addon/redphotos/redphotohelper.php:74 #: ../../include/conversation.php:120 ../../include/text.php:1956 msgid "photo" msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../extend/addon/addon/diaspora/inbound.php:1799 #: ../../include/conversation.php:148 ../../include/text.php:1962 msgid "status" msgstr "" #: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:260 -#: ../../Zotlabs/Module/Tagger.php:51 ../../include/event.php:1000 -#: ../../include/conversation.php:123 ../../include/text.php:1959 +#: ../../Zotlabs/Module/Tagger.php:51 ../../include/conversation.php:123 +#: ../../include/text.php:1959 ../../include/event.php:1000 msgid "event" msgstr "" #: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1823 +#: ../../extend/addon/addon/diaspora/inbound.php:1828 #: ../../include/conversation.php:164 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -3144,7 +3153,7 @@ msgstr "" msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1399 +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1407 msgid "Public Hubs" msgstr "" @@ -3188,20 +3197,12 @@ msgstr "" #: ../../Zotlabs/Module/Pubsites.php:59 ../../Zotlabs/Module/Blocks.php:166 #: ../../Zotlabs/Module/Layouts.php:197 ../../Zotlabs/Module/Events.php:694 -#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:160 +#: ../../Zotlabs/Module/Webpages.php:250 ../../Zotlabs/Module/Wiki.php:165 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:151 #: ../../include/page_widgets.php:42 msgid "View" msgstr "" -#: ../../Zotlabs/Module/Ffsapi.php:12 -msgid "Share content from Firefox to $Projectname" -msgstr "" - -#: ../../Zotlabs/Module/Ffsapi.php:15 -msgid "Activate the Firefox $Projectname provider" -msgstr "" - #: ../../Zotlabs/Module/Connedit.php:82 msgid "Could not access contact record." msgstr "" @@ -3240,10 +3241,10 @@ msgstr "" msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:223 +#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:225 #: ../../extend/addon/addon/openclipatar/openclipatar.php:57 -#: ../../include/nav.php:89 ../../include/conversation.php:936 -#: ../../include/conversation.php:1049 +#: ../../include/conversation.php:936 ../../include/conversation.php:1049 +#: ../../include/nav.php:89 msgid "View Profile" msgstr "" @@ -3337,11 +3338,11 @@ msgstr "" msgid "Open Set Affinity section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:532 +#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:540 msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:533 +#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:541 msgid "Family" msgstr "" @@ -3351,13 +3352,13 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:66 #: ../../Zotlabs/Module/Settings/Channel.php:69 #: ../../Zotlabs/Module/Settings/Channel.php:80 -#: ../../include/selectors.php:123 ../../include/widgets.php:534 -#: ../../include/channel.php:402 ../../include/channel.php:403 -#: ../../include/channel.php:410 +#: ../../include/selectors.php:123 ../../include/widgets.php:542 +#: ../../include/channel.php:405 ../../include/channel.php:406 +#: ../../include/channel.php:413 msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:535 +#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:543 msgid "Acquaintances" msgstr "" @@ -3393,11 +3394,11 @@ msgstr "" msgid "none" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:659 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:667 msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3926 +#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3932 #, php-format msgid "Connection: %s" msgstr "" @@ -3562,8 +3563,8 @@ msgstr "" #: ../../Zotlabs/Module/Connedit.php:880 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 -#: ../../extend/addon/addon/cdav/cdav.php:271 ../../include/nav.php:88 -#: ../../include/connections.php:863 +#: ../../extend/addon/addon/cdav/cdav.php:271 +#: ../../include/connections.php:863 ../../include/nav.php:88 msgid "Home" msgstr "" @@ -3621,6 +3622,7 @@ msgid "Country" msgstr "" #: ../../Zotlabs/Module/Home.php:74 ../../Zotlabs/Module/Home.php:82 +#: ../../extend/addon/addon/opensearch/opensearch.php:42 msgid "$Projectname" msgstr "" @@ -3673,35 +3675,11 @@ msgstr "" msgid "Notify your contacts about this file" msgstr "" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:224 -#: ../../include/nav.php:95 ../../include/conversation.php:1836 +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:226 +#: ../../include/conversation.php:1836 ../../include/nav.php:95 msgid "Photos" msgstr "" -#: ../../Zotlabs/Module/Match.php:26 -msgid "Profile Match" -msgstr "" - -#: ../../Zotlabs/Module/Match.php:35 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "" - -#: ../../Zotlabs/Module/Match.php:67 -msgid "is interested in:" -msgstr "" - -#: ../../Zotlabs/Module/Match.php:68 ../../Zotlabs/Module/Directory.php:329 -#: ../../Zotlabs/Module/Suggest.php:56 ../../include/widgets.php:148 -#: ../../include/widgets.php:185 ../../include/channel.php:1047 -#: ../../include/connections.php:78 ../../include/conversation.php:938 -#: ../../include/conversation.php:1069 -msgid "Connect" -msgstr "" - -#: ../../Zotlabs/Module/Match.php:74 -msgid "No matches" -msgstr "" - #: ../../Zotlabs/Module/Cal.php:69 msgid "Permissions denied." msgstr "" @@ -3724,7 +3702,7 @@ msgid "Create Event" msgstr "" #: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:691 -#: ../../include/channel.php:1298 +#: ../../include/channel.php:1365 msgid "Export" msgstr "" @@ -3746,7 +3724,7 @@ msgid "Could not create privacy group." msgstr "" #: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 -#: ../../include/items.php:3893 +#: ../../include/items.php:3899 msgid "Privacy group not found." msgstr "" @@ -3910,7 +3888,7 @@ msgid "Use this form to import existing posts and content from an export file." msgstr "" #: ../../Zotlabs/Module/Import_items.php:121 -#: ../../Zotlabs/Module/Import.php:535 +#: ../../Zotlabs/Module/Import.php:543 msgid "File to Upload" msgstr "" @@ -3925,12 +3903,12 @@ msgid "Create a new channel" msgstr "" #: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:812 -#: ../../Zotlabs/Module/Wiki.php:161 ../../Zotlabs/Module/Chat.php:255 +#: ../../Zotlabs/Module/Wiki.php:166 ../../Zotlabs/Module/Chat.php:255 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:152 msgid "Create New" msgstr "" -#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:216 +#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:218 #: ../../include/nav.php:211 msgid "Channel Manager" msgstr "" @@ -3978,43 +3956,43 @@ msgstr "" msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Import.php:506 -#: ../../include/Import/import_diaspora.php:142 +#: ../../Zotlabs/Module/Import.php:514 +#: ../../extend/addon/addon/diaspora/import_diaspora.php:142 msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Import.php:528 +#: ../../Zotlabs/Module/Import.php:536 msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Import.php:533 +#: ../../Zotlabs/Module/Import.php:541 msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:534 +#: ../../Zotlabs/Module/Import.php:542 msgid "" "Use this form to import an existing channel from a different server/hub. You " "may retrieve the channel identity from the old server/hub via the network or " "provide an export file." msgstr "" -#: ../../Zotlabs/Module/Import.php:536 +#: ../../Zotlabs/Module/Import.php:544 msgid "Or provide the old server/hub details" msgstr "" -#: ../../Zotlabs/Module/Import.php:537 +#: ../../Zotlabs/Module/Import.php:545 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Import.php:538 +#: ../../Zotlabs/Module/Import.php:546 msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Import.php:539 +#: ../../Zotlabs/Module/Import.php:547 msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Import.php:540 +#: ../../Zotlabs/Module/Import.php:548 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be " @@ -4022,20 +4000,20 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Import.php:541 +#: ../../Zotlabs/Module/Import.php:549 msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Import.php:543 +#: ../../Zotlabs/Module/Import.php:551 msgid "Move this channel (disable all previous locations)" msgstr "" -#: ../../Zotlabs/Module/Import.php:545 +#: ../../Zotlabs/Module/Import.php:553 msgid "" "Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Import.php:546 +#: ../../Zotlabs/Module/Import.php:554 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4070,7 +4048,7 @@ msgid "Menu Item Permissions" msgstr "" #: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:492 msgid "(click to open/close)" msgstr "" @@ -4178,61 +4156,61 @@ msgstr "" msgid "Malformed app." msgstr "" -#: ../../Zotlabs/Module/Appman.php:106 +#: ../../Zotlabs/Module/Appman.php:110 msgid "Embed code" msgstr "" -#: ../../Zotlabs/Module/Appman.php:112 +#: ../../Zotlabs/Module/Appman.php:116 msgid "Edit App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:112 +#: ../../Zotlabs/Module/Appman.php:116 msgid "Create App" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 +#: ../../Zotlabs/Module/Appman.php:121 msgid "Name of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:117 ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Appman.php:121 ../../Zotlabs/Module/Appman.php:122 #: ../../Zotlabs/Module/Profiles.php:743 ../../Zotlabs/Module/Profiles.php:747 #: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 #: ../../include/datetime.php:259 msgid "Required" msgstr "" -#: ../../Zotlabs/Module/Appman.php:118 +#: ../../Zotlabs/Module/Appman.php:122 msgid "Location (URL) of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:119 ../../Zotlabs/Module/Events.php:473 +#: ../../Zotlabs/Module/Appman.php:123 ../../Zotlabs/Module/Events.php:473 #: ../../Zotlabs/Module/Rbmark.php:101 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:838 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:165 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:173 msgid "Description" msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 +#: ../../Zotlabs/Module/Appman.php:124 msgid "Photo icon URL" msgstr "" -#: ../../Zotlabs/Module/Appman.php:120 +#: ../../Zotlabs/Module/Appman.php:124 msgid "80 x 80 pixels - optional" msgstr "" -#: ../../Zotlabs/Module/Appman.php:121 +#: ../../Zotlabs/Module/Appman.php:125 msgid "Categories (optional, comma separated list)" msgstr "" -#: ../../Zotlabs/Module/Appman.php:122 +#: ../../Zotlabs/Module/Appman.php:126 msgid "Version ID" msgstr "" -#: ../../Zotlabs/Module/Appman.php:123 +#: ../../Zotlabs/Module/Appman.php:127 msgid "Price of app" msgstr "" -#: ../../Zotlabs/Module/Appman.php:124 +#: ../../Zotlabs/Module/Appman.php:128 msgid "Location (URL) to purchase app" msgstr "" @@ -4262,7 +4240,7 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:229 +#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:231 msgid "Mood" msgstr "" @@ -4372,7 +4350,7 @@ msgid "View this profile" msgstr "" #: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Profiles.php:805 -#: ../../include/channel.php:994 +#: ../../include/channel.php:1061 msgid "Edit visibility" msgstr "" @@ -4384,7 +4362,7 @@ msgstr "" msgid "Change cover photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:965 +#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:1032 msgid "Change profile photo" msgstr "" @@ -4404,8 +4382,8 @@ msgstr "" msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:731 ../../include/widgets.php:105 -#: ../../include/conversation.php:1715 +#: ../../Zotlabs/Module/Profiles.php:731 ../../include/conversation.php:1715 +#: ../../include/widgets.php:105 msgid "Personal" msgstr "" @@ -4546,12 +4524,12 @@ msgstr "" msgid "My other channels" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:990 +#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:1057 msgid "Profile Image" msgstr "" #: ../../Zotlabs/Module/Profiles.php:811 ../../include/nav.php:91 -#: ../../include/channel.php:972 +#: ../../include/channel.php:1039 msgid "Edit Profiles" msgstr "" @@ -4650,7 +4628,7 @@ msgstr "" msgid "Site Name" msgstr "" -#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1966 +#: ../../Zotlabs/Module/Siteinfo.php:25 ../../include/network.php:1972 msgid "Administrator" msgstr "" @@ -5116,7 +5094,7 @@ msgstr "" #: ../../Zotlabs/Module/Setup.php:707 #: ../../extend/addon/addon/cdav/cdav.php:41 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:392 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:401 msgid "Errors encountered creating database tables." msgstr "" @@ -5133,7 +5111,7 @@ msgstr "" msgid "Mark all system notifications seen" msgstr "" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:230 +#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:232 #: ../../include/conversation.php:942 ../../include/conversation.php:1109 msgid "Poke" msgstr "" @@ -5170,6 +5148,40 @@ msgstr "" msgid "Post successful." msgstr "" +#: ../../Zotlabs/Module/Item.php:184 +msgid "Unable to locate original post." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:450 +msgid "Empty post discarded." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:492 +msgid "Executable content type not permitted to this channel." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:842 +msgid "Duplicate post suppressed." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:984 +msgid "System error. Post not saved." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1114 +msgid "Unable to obtain post information from database." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1121 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: ../../Zotlabs/Module/Item.php:1128 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "" + #: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 msgid "This setting requires special processing and editing has been blocked." msgstr "" @@ -5189,8 +5201,8 @@ msgstr "" msgid "vcard" msgstr "" -#: ../../Zotlabs/Module/Apps.php:46 ../../include/nav.php:168 -#: ../../include/widgets.php:102 +#: ../../Zotlabs/Module/Apps.php:45 ../../include/widgets.php:102 +#: ../../include/nav.php:168 msgid "Apps" msgstr "" @@ -5206,7 +5218,7 @@ msgstr "" msgid "Layouts" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:227 +#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:229 #: ../../include/nav.php:164 ../../include/help.php:53 #: ../../include/help.php:59 msgid "Help" @@ -5418,7 +5430,7 @@ msgstr "" msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1295 +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1362 msgid "Profile" msgstr "" @@ -5472,7 +5484,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1730 +#: ../../Zotlabs/Module/Lostpass.php:91 ../../boot.php:1740 msgid "Password Reset" msgstr "" @@ -5545,15 +5557,15 @@ msgstr "" msgid "Authentication failed." msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1917 +#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1984 msgid "Remote Authentication" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1918 +#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1985 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1919 +#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1986 msgid "Authenticate" msgstr "" @@ -5633,22 +5645,22 @@ msgstr "" msgid "Layout Help" msgstr "" -#: ../../Zotlabs/Module/Uexport.php:55 ../../Zotlabs/Module/Uexport.php:56 +#: ../../Zotlabs/Module/Uexport.php:57 ../../Zotlabs/Module/Uexport.php:58 msgid "Export Channel" msgstr "" -#: ../../Zotlabs/Module/Uexport.php:57 +#: ../../Zotlabs/Module/Uexport.php:59 msgid "" "Export your basic channel information to a file. This acts as a backup of " "your connections, permissions, profile and basic data, which can be used to " "import your data to a new server hub, but does not contain your content." msgstr "" -#: ../../Zotlabs/Module/Uexport.php:58 +#: ../../Zotlabs/Module/Uexport.php:60 msgid "Export Content" msgstr "" -#: ../../Zotlabs/Module/Uexport.php:59 +#: ../../Zotlabs/Module/Uexport.php:61 msgid "" "Export your channel information and recent content to a JSON backup that can " "be restored or imported to another server hub. This backs up all of your " @@ -5657,11 +5669,11 @@ msgid "" "this download to begin." msgstr "" -#: ../../Zotlabs/Module/Uexport.php:60 +#: ../../Zotlabs/Module/Uexport.php:63 msgid "Export your posts from a given year." msgstr "" -#: ../../Zotlabs/Module/Uexport.php:62 +#: ../../Zotlabs/Module/Uexport.php:65 msgid "" "You may also export your posts and conversations for a particular year or " "month. Adjust the date in your browser location bar to select other dates. " @@ -5669,21 +5681,21 @@ msgid "" "please try again selecting a more limited date range." msgstr "" -#: ../../Zotlabs/Module/Uexport.php:63 +#: ../../Zotlabs/Module/Uexport.php:66 #, php-format msgid "" "To select all posts for a given year, such as this year, visit %2$s" msgstr "" -#: ../../Zotlabs/Module/Uexport.php:64 +#: ../../Zotlabs/Module/Uexport.php:67 #, php-format msgid "" "To select all posts for a given month, such as January of this year, visit " "%2$s" msgstr "" -#: ../../Zotlabs/Module/Uexport.php:65 +#: ../../Zotlabs/Module/Uexport.php:68 #, php-format msgid "" "These content files may be imported or restored by visiting " @@ -5710,13 +5722,13 @@ msgstr "" msgid "Homepage: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1226 +#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1293 msgid "Age:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:315 ../../include/event.php:52 -#: ../../include/event.php:84 ../../include/bb2diaspora.php:526 -#: ../../include/channel.php:1062 +#: ../../Zotlabs/Module/Directory.php:315 ../../include/markdown.php:526 +#: ../../include/channel.php:1129 ../../include/event.php:52 +#: ../../include/event.php:84 msgid "Location:" msgstr "" @@ -5724,14 +5736,21 @@ msgstr "" msgid "Description:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1242 +#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1309 msgid "Hometown:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1250 +#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1317 msgid "About:" msgstr "" +#: ../../Zotlabs/Module/Directory.php:329 ../../Zotlabs/Module/Suggest.php:56 +#: ../../include/connections.php:78 ../../include/conversation.php:938 +#: ../../include/conversation.php:1069 ../../include/widgets.php:148 +#: ../../include/widgets.php:185 ../../include/channel.php:1114 +msgid "Connect" +msgstr "" + #: ../../Zotlabs/Module/Directory.php:330 msgid "Public Forum:" msgstr "" @@ -5825,8 +5844,8 @@ msgstr "" msgid "Export selected" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:241 ../../Zotlabs/Lib/Apps.php:220 -#: ../../include/nav.php:109 ../../include/conversation.php:1889 +#: ../../Zotlabs/Module/Webpages.php:241 ../../Zotlabs/Lib/Apps.php:222 +#: ../../include/conversation.php:1889 ../../include/nav.php:109 msgid "Webpages" msgstr "" @@ -5887,7 +5906,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Removeme.php:64 -#: ../../Zotlabs/Module/Settings/Channel.php:549 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "Remove Channel" msgstr "" @@ -5916,170 +5935,170 @@ msgstr "" msgid "Not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:62 +#: ../../Zotlabs/Module/Wiki.php:67 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:60 msgid "Invalid channel" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:153 +#: ../../Zotlabs/Module/Wiki.php:158 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:144 -#: ../../include/nav.php:111 ../../include/conversation.php:1900 +#: ../../include/conversation.php:1900 ../../include/nav.php:111 msgid "Wikis" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:159 +#: ../../Zotlabs/Module/Wiki.php:164 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:150 msgid "Download" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:163 +#: ../../Zotlabs/Module/Wiki.php:168 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:154 msgid "Wiki name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:164 +#: ../../Zotlabs/Module/Wiki.php:169 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:155 msgid "Content type" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:173 +#: ../../Zotlabs/Module/Wiki.php:178 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:164 msgid "Create a status post for this wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:198 +#: ../../Zotlabs/Module/Wiki.php:203 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:183 msgid "Wiki not found" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:222 +#: ../../Zotlabs/Module/Wiki.php:227 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:208 msgid "Rename page" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:226 +#: ../../Zotlabs/Module/Wiki.php:231 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:212 msgid "Error retrieving page content" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:256 +#: ../../Zotlabs/Module/Wiki.php:261 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:241 msgid "Revision Comparison" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:257 +#: ../../Zotlabs/Module/Wiki.php:262 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:242 msgid "Revert" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:261 +#: ../../Zotlabs/Module/Wiki.php:266 msgid "Short description of your changes (optional)" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:268 +#: ../../Zotlabs/Module/Wiki.php:273 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 msgid "Source" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:276 +#: ../../Zotlabs/Module/Wiki.php:281 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:259 msgid "New page name" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:281 +#: ../../Zotlabs/Module/Wiki.php:286 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:264 #: ../../include/conversation.php:1299 msgid "Embed image from photo albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:282 +#: ../../Zotlabs/Module/Wiki.php:287 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:265 #: ../../include/conversation.php:1393 msgid "Embed an image from your albums" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:284 +#: ../../Zotlabs/Module/Wiki.php:289 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:267 #: ../../include/conversation.php:1395 ../../include/conversation.php:1442 msgid "OK" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:285 +#: ../../Zotlabs/Module/Wiki.php:290 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:268 #: ../../include/conversation.php:1335 msgid "Choose images to embed" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:286 +#: ../../Zotlabs/Module/Wiki.php:291 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:269 #: ../../include/conversation.php:1336 msgid "Choose an album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:287 +#: ../../Zotlabs/Module/Wiki.php:292 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:270 msgid "Choose a different album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:288 +#: ../../Zotlabs/Module/Wiki.php:293 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:271 #: ../../include/conversation.php:1338 msgid "Error getting album list" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:289 +#: ../../Zotlabs/Module/Wiki.php:294 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:272 #: ../../include/conversation.php:1339 msgid "Error getting photo link" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:290 +#: ../../Zotlabs/Module/Wiki.php:295 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:273 #: ../../include/conversation.php:1340 msgid "Error getting album" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:355 +#: ../../Zotlabs/Module/Wiki.php:364 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:337 msgid "Error creating wiki. Invalid name." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:367 +#: ../../Zotlabs/Module/Wiki.php:376 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:348 msgid "Wiki created, but error creating Home page." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:374 +#: ../../Zotlabs/Module/Wiki.php:383 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:353 msgid "Error creating wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:386 +#: ../../Zotlabs/Module/Wiki.php:395 msgid "Wiki delete permission denied." msgstr "" -#: ../../Zotlabs/Module/Wiki.php:396 +#: ../../Zotlabs/Module/Wiki.php:405 msgid "Error deleting wiki" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:422 +#: ../../Zotlabs/Module/Wiki.php:431 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:400 msgid "New page created" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:537 +#: ../../Zotlabs/Module/Wiki.php:546 msgid "Cannot delete Home" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:601 +#: ../../Zotlabs/Module/Wiki.php:610 msgid "Current Revision" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:601 +#: ../../Zotlabs/Module/Wiki.php:610 msgid "Selected Revision" msgstr "" -#: ../../Zotlabs/Module/Wiki.php:651 +#: ../../Zotlabs/Module/Wiki.php:660 msgid "You must be authenticated." msgstr "" @@ -6099,7 +6118,7 @@ msgstr "" msgid "*" msgstr "" -#: ../../Zotlabs/Module/Sources.php:96 ../../include/widgets.php:675 +#: ../../Zotlabs/Module/Sources.php:96 ../../include/widgets.php:683 #: ../../include/features.php:204 msgid "Channel Sources" msgstr "" @@ -6336,7 +6355,7 @@ msgid "Used to provide a member experience matched to your comfort level" msgstr "" #: ../../Zotlabs/Module/Settings/Account.php:119 -#: ../../Zotlabs/Module/Settings/Channel.php:462 +#: ../../Zotlabs/Module/Settings/Channel.php:465 msgid "Email Address:" msgstr "" @@ -6344,37 +6363,216 @@ msgstr "" msgid "Remove this account including all its channels" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:246 -#: ../../extend/addon/addon/logrot/logrot.php:54 -#: ../../extend/addon/addon/msgfooter/msgfooter.php:54 -#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:184 -#: ../../extend/addon/addon/piwik/piwik.php:116 -#: ../../extend/addon/addon/twitter/twitter.php:766 -#: ../../extend/addon/addon/xmpp/xmpp.php:102 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:82 -#: ../../extend/addon/addon/buffer/buffer.php:68 -msgid "Settings updated." +#: ../../Zotlabs/Module/Settings/Display.php:137 +msgid "No special theme for mobile devices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:307 -msgid "Nobody except yourself" +#: ../../Zotlabs/Module/Settings/Display.php:140 +#, php-format +msgid "%s - (Experimental)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:308 -msgid "Only those you specifically allow" +#: ../../Zotlabs/Module/Settings/Display.php:191 +msgid "Display Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:309 -msgid "Approved connections" +#: ../../Zotlabs/Module/Settings/Display.php:192 +msgid "Theme Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:310 -msgid "Any connections" +#: ../../Zotlabs/Module/Settings/Display.php:193 +msgid "Custom Theme Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:311 -msgid "Anybody on this website" -msgstr "" +#: ../../Zotlabs/Module/Settings/Display.php:194 +msgid "Content Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:200 +msgid "Display Theme:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:201 +msgid "Select scheme" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:203 +msgid "Mobile Theme:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:204 +msgid "Preload images before rendering the page" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:204 +msgid "" +"The subjective page load time will be longer but the page will be ready when " +"displayed" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:205 +msgid "Enable user zoom on mobile devices" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:206 +msgid "Update browser every xx seconds" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:206 +msgid "Minimum of 10 seconds, no maximum" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "Maximum number of conversations to load at any time:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "Maximum of 100 items" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:208 +msgid "Show emoticons (smilies) as images" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:209 +msgid "Manual conversation updates" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:209 +msgid "Default is automatic, which may increase screen jumping" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:210 +msgid "Link post titles to source" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:211 +msgid "System Page Layout Editor - (advanced)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:214 +msgid "Use blog/list mode on channel page" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:214 +#: ../../Zotlabs/Module/Settings/Display.php:215 +msgid "(comments displayed separately)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:215 +msgid "Use blog/list mode on grid page" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:216 +msgid "Channel page max height of content (in pixels)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:216 +#: ../../Zotlabs/Module/Settings/Display.php:217 +msgid "click to expand content exceeding this height" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:217 +msgid "Grid page max height of content (in pixels)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:31 +#, php-format +msgid "This channel is limited to %d tokens" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:37 +msgid "Name and Password are required." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:77 +msgid "Token saved." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:113 +msgid "" +"Use this form to create temporary access identifiers to share things with " +"non-members. These identities may be used in Access Control Lists and " +"visitors may login using these credentials to access private content." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:115 +msgid "" +"You may also provide dropbox style access links to friends and " +"associates by adding the Login Password to any specific site URL as shown. " +"Examples:" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:658 +msgid "Guest Access Tokens" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:157 +msgid "Login Name" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:158 +msgid "Login Password" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Tokens.php:159 +msgid "Expires (yyyy-mm-dd)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:20 +msgid "Affinity Slider settings updated." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:34 +msgid "No feature settings configured" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:41 +msgid "Default maximum affinity level" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:46 +msgid "Default minimum affinity level" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:50 +msgid "Affinity Slider Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Featured.php:60 +msgid "Feature/Addon Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:246 +#: ../../extend/addon/addon/logrot/logrot.php:54 +#: ../../extend/addon/addon/msgfooter/msgfooter.php:54 +#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:184 +#: ../../extend/addon/addon/piwik/piwik.php:116 +#: ../../extend/addon/addon/twitter/twitter.php:766 +#: ../../extend/addon/addon/xmpp/xmpp.php:102 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:82 +msgid "Settings updated." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:307 +msgid "Nobody except yourself" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:308 +msgid "Only those you specifically allow" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:309 +msgid "Approved connections" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:310 +msgid "Any connections" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:311 +msgid "Anybody on this website" +msgstr "" #: ../../Zotlabs/Module/Settings/Channel.php:312 msgid "Anybody in this network" @@ -6404,484 +6602,320 @@ msgstr "" msgid "Your files/photos are accessible via WebDAV at" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:453 +#: ../../Zotlabs/Module/Settings/Channel.php:456 msgid "Channel Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:460 +#: ../../Zotlabs/Module/Settings/Channel.php:463 msgid "Basic Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:461 -#: ../../include/channel.php:1183 +#: ../../Zotlabs/Module/Settings/Channel.php:464 +#: ../../include/channel.php:1250 msgid "Full Name:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:463 +#: ../../Zotlabs/Module/Settings/Channel.php:466 msgid "Your Timezone:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:464 +#: ../../Zotlabs/Module/Settings/Channel.php:467 msgid "Default Post Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:464 +#: ../../Zotlabs/Module/Settings/Channel.php:467 msgid "Geographical location to display on your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:465 +#: ../../Zotlabs/Module/Settings/Channel.php:468 msgid "Use Browser Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Settings/Channel.php:470 msgid "Adult Content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Settings/Channel.php:470 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:469 +#: ../../Zotlabs/Module/Settings/Channel.php:472 msgid "Security and Privacy Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:472 +#: ../../Zotlabs/Module/Settings/Channel.php:475 msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:474 +#: ../../Zotlabs/Module/Settings/Channel.php:477 msgid "Hide my online presence" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:474 +#: ../../Zotlabs/Module/Settings/Channel.php:477 msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:476 +#: ../../Zotlabs/Module/Settings/Channel.php:479 msgid "Simple Privacy Settings:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:477 +#: ../../Zotlabs/Module/Settings/Channel.php:480 msgid "" "Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:478 +#: ../../Zotlabs/Module/Settings/Channel.php:481 msgid "" "Typical - default public, privacy when desired (similar to social " "network permissions but with improved privacy)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:479 +#: ../../Zotlabs/Module/Settings/Channel.php:482 msgid "Private - default private, never open or public" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:480 +#: ../../Zotlabs/Module/Settings/Channel.php:483 msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:482 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Allow others to tag your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:482 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:484 +#: ../../Zotlabs/Module/Settings/Channel.php:487 msgid "Channel Permission Limits" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Expire other channel content after this many days" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "0 or blank to use the website limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:489 #, php-format msgid "This website expires after %d days." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "This website does not expire imported content." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:486 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "The website limit takes precedence if lower than your limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:490 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:490 msgid "May reduce spam activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:488 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "Default Access Control List (ACL)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:490 +#: ../../Zotlabs/Module/Settings/Channel.php:493 msgid "Use my default audience setting for the type of object published" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:497 +#: ../../Zotlabs/Module/Settings/Channel.php:500 msgid "Channel permissions category:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:503 +#: ../../Zotlabs/Module/Settings/Channel.php:506 msgid "Useful to reduce spamming" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:506 +#: ../../Zotlabs/Module/Settings/Channel.php:509 msgid "Notification Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:507 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "By default post a status message when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "accepting a friend request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:509 +#: ../../Zotlabs/Module/Settings/Channel.php:512 msgid "joining a forum/community" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:510 +#: ../../Zotlabs/Module/Settings/Channel.php:513 msgid "making an interesting profile change" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:511 +#: ../../Zotlabs/Module/Settings/Channel.php:514 msgid "Send a notification email when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:512 +#: ../../Zotlabs/Module/Settings/Channel.php:515 msgid "You receive a connection request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:513 +#: ../../Zotlabs/Module/Settings/Channel.php:516 msgid "Your connections are confirmed" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:514 +#: ../../Zotlabs/Module/Settings/Channel.php:517 msgid "Someone writes on your profile wall" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:515 +#: ../../Zotlabs/Module/Settings/Channel.php:518 msgid "Someone writes a followup comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:516 +#: ../../Zotlabs/Module/Settings/Channel.php:519 msgid "You receive a private message" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:517 +#: ../../Zotlabs/Module/Settings/Channel.php:520 msgid "You receive a friend suggestion" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:518 +#: ../../Zotlabs/Module/Settings/Channel.php:521 msgid "You are tagged in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:519 +#: ../../Zotlabs/Module/Settings/Channel.php:522 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:521 +#: ../../Zotlabs/Module/Settings/Channel.php:524 msgid "Someone likes your post/comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:524 +#: ../../Zotlabs/Module/Settings/Channel.php:527 msgid "Show visual notifications including:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:526 +#: ../../Zotlabs/Module/Settings/Channel.php:529 msgid "Unseen grid activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:527 +#: ../../Zotlabs/Module/Settings/Channel.php:530 msgid "Unseen channel activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:528 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "Unseen private messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:528 -#: ../../Zotlabs/Module/Settings/Channel.php:533 -#: ../../Zotlabs/Module/Settings/Channel.php:534 -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:538 #: ../../extend/addon/addon/jappixmini/jappixmini.php:343 msgid "Recommended" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:532 msgid "Upcoming events" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:530 +#: ../../Zotlabs/Module/Settings/Channel.php:533 msgid "Events today" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "Upcoming birthdays" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "Not available in all themes" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:535 msgid "System (personal) notifications" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:536 msgid "System info messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:537 msgid "System critical alerts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:538 msgid "New connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "System Registrations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:540 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "Notify me of events this many days in advance" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:542 msgid "Must be greater than 0" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:541 +#: ../../Zotlabs/Module/Settings/Channel.php:548 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 +#: ../../Zotlabs/Module/Settings/Channel.php:549 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:544 +#: ../../Zotlabs/Module/Settings/Channel.php:551 msgid "Miscellaneous Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:545 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Default photo upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:545 -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:552 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "%Y - current year, %m - current month" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:546 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "Default file upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:548 +#: ../../Zotlabs/Module/Settings/Channel.php:555 msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:557 msgid "Remove this channel." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:551 +#: ../../Zotlabs/Module/Settings/Channel.php:558 msgid "Firefox Share $Projectname provider" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:552 +#: ../../Zotlabs/Module/Settings/Channel.php:559 msgid "Start calendar week on monday" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:137 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:140 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:191 -msgid "Display Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:192 -msgid "Theme Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:193 -msgid "Custom Theme Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:194 -msgid "Content Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:200 -msgid "Display Theme:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:201 -msgid "Select scheme" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:203 -msgid "Mobile Theme:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:204 -msgid "Preload images before rendering the page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:204 -msgid "" -"The subjective page load time will be longer but the page will be ready when " -"displayed" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:205 -msgid "Enable user zoom on mobile devices" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:206 -msgid "Update browser every xx seconds" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:206 -msgid "Minimum of 10 seconds, no maximum" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:207 -msgid "Maximum number of conversations to load at any time:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:207 -msgid "Maximum of 100 items" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:208 -msgid "Show emoticons (smilies) as images" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:209 -msgid "Manual conversation updates" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:209 -msgid "Default is automatic, which may increase screen jumping" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:210 -msgid "Link post titles to source" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:211 -msgid "System Page Layout Editor - (advanced)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:214 -msgid "Use blog/list mode on channel page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:214 -#: ../../Zotlabs/Module/Settings/Display.php:215 -msgid "(comments displayed separately)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:215 -msgid "Use blog/list mode on grid page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:216 -msgid "Channel page max height of content (in pixels)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:216 -#: ../../Zotlabs/Module/Settings/Display.php:217 -msgid "click to expand content exceeding this height" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:217 -msgid "Grid page max height of content (in pixels)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:24 -msgid "No feature settings configured" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:31 -msgid "Feature/Addon Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:31 -#, php-format -msgid "This channel is limited to %d tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:37 -msgid "Name and Password are required." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:77 -msgid "Token saved." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:113 -msgid "" -"Use this form to create temporary access identifiers to share things with " -"non-members. These identities may be used in Access Control Lists and " -"visitors may login using these credentials to access private content." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:115 -msgid "" -"You may also provide dropbox style access links to friends and " -"associates by adding the Login Password to any specific site URL as shown. " -"Examples:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:650 -msgid "Guest Access Tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:157 -msgid "Login Name" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:158 -msgid "Login Password" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:159 -msgid "Expires (yyyy-mm-dd)" -msgstr "" - #: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98 msgid "Tag removed" msgstr "" @@ -7137,40 +7171,6 @@ msgstr "" msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../Zotlabs/Module/Item.php:184 -msgid "Unable to locate original post." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:450 -msgid "Empty post discarded." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:492 -msgid "Executable content type not permitted to this channel." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:842 -msgid "Duplicate post suppressed." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:984 -msgid "System error. Post not saved." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1114 -msgid "Unable to obtain post information from database." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1121 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "" - -#: ../../Zotlabs/Module/Item.php:1128 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "" - #: ../../Zotlabs/Lib/Chatroom.php:27 msgid "Missing room name" msgstr "" @@ -7191,22 +7191,22 @@ msgstr "" msgid "Room is full" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1918 +#: ../../Zotlabs/Lib/Enotify.php:60 ../../include/network.php:1924 msgid "$Projectname Notification" msgstr "" #: ../../Zotlabs/Lib/Enotify.php:61 ../../extend/addon/addon/diaspora/p.php:46 #: ../../extend/addon/addon/diaspora/util.php:218 #: ../../extend/addon/addon/diaspora/util.php:231 -#: ../../include/network.php:1919 +#: ../../include/network.php:1925 msgid "$projectname" msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1921 +#: ../../Zotlabs/Lib/Enotify.php:63 ../../include/network.php:1927 msgid "Thank You," msgstr "" -#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1923 +#: ../../Zotlabs/Lib/Enotify.php:65 ../../include/network.php:1929 #, php-format msgid "%s Administrator" msgstr "" @@ -7476,152 +7476,44 @@ msgstr "" msgid "This is your default setting for the audience of your webpages" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:207 -msgid "Site Admin" +#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 +msgid "Private Message" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:208 -#: ../../extend/addon/addon/buglink/buglink.php:16 -msgid "Report Bug" +#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:655 +msgid "Select" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:209 -msgid "View Bookmarks" +#: ../../Zotlabs/Lib/ThreadItem.php:136 +msgid "Save to Folder" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:210 -msgid "My Chatrooms" +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I will attend" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:212 -msgid "Firefox Share" +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I will not attend" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:213 -msgid "Remote Diagnostics" +#: ../../Zotlabs/Lib/ThreadItem.php:157 +msgid "I might attend" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:214 ../../include/features.php:328 -msgid "Suggest Channels" +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I agree" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:215 ../../include/nav.php:116 -#: ../../boot.php:1722 -msgid "Login" +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I disagree" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:184 -msgid "Grid" +#: ../../Zotlabs/Lib/ThreadItem.php:167 +msgid "I abstain" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:221 ../../include/features.php:99 -#: ../../include/conversation.php:1903 -msgid "Wiki" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:187 -msgid "Channel Home" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:225 ../../include/nav.php:206 -#: ../../include/conversation.php:1853 ../../include/conversation.php:1856 -msgid "Events" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:226 ../../include/nav.php:172 -msgid "Directory" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:198 -msgid "Mail" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:99 -msgid "Chat" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:233 -msgid "Probe" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:234 -msgid "Suggest" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:235 -msgid "Random Channel" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:236 -msgid "Invite" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:237 ../../include/widgets.php:1579 -msgid "Features" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:238 -#: ../../extend/addon/addon/openid/MysqlProvider.php:69 -msgid "Language" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:239 -msgid "Post" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:240 -#: ../../extend/addon/addon/openid/MysqlProvider.php:58 -#: ../../extend/addon/addon/openid/MysqlProvider.php:59 -#: ../../extend/addon/addon/openid/MysqlProvider.php:60 -msgid "Profile Photo" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:347 -msgid "Purchase" -msgstr "" - -#: ../../Zotlabs/Lib/Apps.php:351 -msgid "Undelete" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:95 ../../include/conversation.php:663 -msgid "Private Message" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:132 ../../include/conversation.php:655 -msgid "Select" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:136 -msgid "Save to Folder" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I will attend" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I will not attend" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:157 -msgid "I might attend" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I agree" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I disagree" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:167 -msgid "I abstain" -msgstr "" - -#: ../../Zotlabs/Lib/ThreadItem.php:223 -msgid "Add Star" +#: ../../Zotlabs/Lib/ThreadItem.php:223 +msgid "Add Star" msgstr "" #: ../../Zotlabs/Lib/ThreadItem.php:224 @@ -7777,6 +7669,114 @@ msgstr "" msgid "Video" msgstr "" +#: ../../Zotlabs/Lib/Apps.php:209 +msgid "Site Admin" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:210 +#: ../../extend/addon/addon/buglink/buglink.php:16 +msgid "Report Bug" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:211 +msgid "View Bookmarks" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:212 +msgid "My Chatrooms" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:214 +msgid "Firefox Share" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:215 +msgid "Remote Diagnostics" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:216 ../../include/features.php:328 +msgid "Suggest Channels" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:116 +#: ../../boot.php:1732 +msgid "Login" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:184 +msgid "Grid" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:223 ../../include/conversation.php:1903 +#: ../../include/features.php:99 +msgid "Wiki" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:224 ../../include/nav.php:187 +msgid "Channel Home" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:227 ../../include/conversation.php:1853 +#: ../../include/conversation.php:1856 ../../include/nav.php:206 +msgid "Events" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:172 +msgid "Directory" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:230 ../../include/nav.php:198 +msgid "Mail" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:233 ../../include/nav.php:99 +msgid "Chat" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:235 +msgid "Probe" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:236 +msgid "Suggest" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:237 +msgid "Random Channel" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:238 +msgid "Invite" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:239 ../../include/widgets.php:1587 +msgid "Features" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../extend/addon/addon/openid/MysqlProvider.php:69 +msgid "Language" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:241 +msgid "Post" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:242 +#: ../../extend/addon/addon/openid/MysqlProvider.php:58 +#: ../../extend/addon/addon/openid/MysqlProvider.php:59 +#: ../../extend/addon/addon/openid/MysqlProvider.php:60 +msgid "Profile Photo" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:349 +msgid "Purchase" +msgstr "" + +#: ../../Zotlabs/Lib/Apps.php:353 +msgid "Undelete" +msgstr "" + #: ../../Zotlabs/Lib/NativeWiki.php:126 msgid "Wiki files deleted successfully" msgstr "" @@ -7900,27 +7900,36 @@ msgstr "" msgid "Quick Reference" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:671 +#: ../../extend/addon/addon/diaspora/import_diaspora.php:16 +msgid "No username found in import file." +msgstr "" + +#: ../../extend/addon/addon/diaspora/import_diaspora.php:41 +#: ../../include/import.php:51 +msgid "Unable to create a unique channel address. Import failed." +msgstr "" + +#: ../../extend/addon/addon/diaspora/diaspora.php:677 msgid "Diaspora Protocol Settings updated." msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:692 +#: ../../extend/addon/addon/diaspora/diaspora.php:698 msgid "Enable the Diaspora protocol for this channel" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:696 +#: ../../extend/addon/addon/diaspora/diaspora.php:702 msgid "Allow any Diaspora member to comment on your public posts" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:700 +#: ../../extend/addon/addon/diaspora/diaspora.php:706 msgid "Prevent your hashtags from being redirected to other sites" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:705 +#: ../../extend/addon/addon/diaspora/diaspora.php:711 msgid "Followed hashtags (comma separated, do not include the #)" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:710 +#: ../../extend/addon/addon/diaspora/diaspora.php:716 msgid "Diaspora Protocol Settings" msgstr "" @@ -8401,7 +8410,7 @@ msgid "Add a personal note:" msgstr "" #: ../../extend/addon/addon/friendica/dfrn_request.php:871 -#: ../../include/network.php:2236 ../../include/network.php:2237 +#: ../../include/network.php:2242 ../../include/network.php:2243 msgid "Friendica" msgstr "" @@ -8410,7 +8419,7 @@ msgid "StatusNet/Federated Social Web" msgstr "" #: ../../extend/addon/addon/friendica/dfrn_request.php:873 -#: ../../include/network.php:2242 +#: ../../include/network.php:2248 msgid "Diaspora" msgstr "" @@ -8474,10 +8483,6 @@ msgstr "" msgid "Friendica Login Password" msgstr "" -#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 -msgid "Enable the GNU-Social protocol for this channel" -msgstr "" - #: ../../extend/addon/addon/hubwall/hubwall.php:19 msgid "Send email to all members" msgstr "" @@ -8569,7 +8574,7 @@ msgid "IRC Chatroom" msgstr "" #: ../../extend/addon/addon/jappixmini/jappixmini.php:305 -#: ../../include/channel.php:1067 ../../include/channel.php:1229 +#: ../../include/channel.php:1134 ../../include/channel.php:1296 msgid "Status:" msgstr "" @@ -8993,8 +8998,6 @@ msgstr "" #: ../../extend/addon/addon/msgfooter/msgfooter.php:46 #: ../../extend/addon/addon/xmpp/xmpp.php:91 -#: ../../extend/addon/addon/buffer/buffer.php:57 -#: ../../extend/addon/addon/buffer/buffer.php:192 msgid "Save Settings" msgstr "" @@ -9107,7 +9110,7 @@ msgid "Page to load after image selection." msgstr "" #: ../../extend/addon/addon/openclipatar/openclipatar.php:58 -#: ../../include/nav.php:93 ../../include/channel.php:976 +#: ../../include/nav.php:93 ../../include/channel.php:1043 msgid "Edit Profile" msgstr "" @@ -10389,7 +10392,7 @@ msgstr "" msgid "Error creating new game." msgstr "" -#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:827 +#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:894 msgid "Requested channel is not available." msgstr "" @@ -10431,15 +10434,6 @@ msgstr "" msgid "Female" msgstr "" -#: ../../extend/addon/addon/openid/Mod_Openid.php:30 -msgid "OpenID protocol error. No ID returned." -msgstr "" - -#: ../../extend/addon/addon/openid/Mod_Openid.php:193 -#: ../../include/auth.php:286 -msgid "Login failed." -msgstr "" - #: ../../extend/addon/addon/openid/MysqlProvider.php:52 msgid "First Name" msgstr "" @@ -10506,6 +10500,15 @@ msgstr "" msgid "The error message was:" msgstr "" +#: ../../extend/addon/addon/openid/Mod_Openid.php:30 +msgid "OpenID protocol error. No ID returned." +msgstr "" + +#: ../../extend/addon/addon/openid/Mod_Openid.php:188 +#: ../../include/auth.php:286 +msgid "Login failed." +msgstr "" + #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:44 #, php-format msgid "Reconnecting %d connections" @@ -10565,93 +10568,96 @@ msgid "" "from Mapbox instead of the default OpenStreetMap tile server." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:154 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:162 msgid "Rendezvous" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:159 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:167 msgid "" "This identity has been deleted by another member due to inactivity. Please " "press the \"New identity\" button or refresh the page to register a new " "identity. You may use the same name." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:160 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:168 msgid "Welcome to Rendezvous!" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:161 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:169 msgid "" "Enter your name to join this rendezvous. To begin sharing your location with " "the other members, tap the GPS control. When your location is discovered, a " "red dot will appear and others will be able to see you on the map." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:163 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:171 msgid "Let's meet here" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:166 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:174 msgid "New marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:167 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:175 msgid "Edit marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:168 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:176 msgid "New identity" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:169 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:177 msgid "Delete marker" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:170 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:178 msgid "Delete member" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:171 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:179 msgid "Edit proximity alert" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:172 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:180 msgid "" "A proximity alert will be issued when this member is within a certain radius " "of you.

Enter a radius in meters (0 to disable):" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:172 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:177 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:180 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:185 msgid "distance" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:173 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:175 -msgid "Marker proximity alert" +#: ../../extend/addon/addon/rendezvous/rendezvous.php:181 +msgid "Proximity alert distance (meters)" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:174 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:176 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:182 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:184 msgid "" "A proximity alert will be issued when you are within a certain radius of the " "marker location.

Enter a radius in meters (0 to disable):" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:178 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:183 +msgid "Marker proximity alert" +msgstr "" + +#: ../../extend/addon/addon/rendezvous/rendezvous.php:186 msgid "Reminder note" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:179 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:187 msgid "" "Enter a note to be displayed when you are within the specified proximity..." msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:190 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:199 msgid "Add new rendezvous" msgstr "" -#: ../../extend/addon/addon/rendezvous/rendezvous.php:191 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:200 msgid "" "Create a new rendezvous and share the access link with those you wish to " "invite to the group. Those who open the link become members of the " @@ -10659,6 +10665,18 @@ msgid "" "share their own locations with the group." msgstr "" +#: ../../extend/addon/addon/firefox/firefox.php:23 +msgid "Install Firefox Sharing Tools" +msgstr "" + +#: ../../extend/addon/addon/firefox/firefox.php:34 +msgid "Share content from Firefox to $Projectname" +msgstr "" + +#: ../../extend/addon/addon/firefox/firefox.php:37 +msgid "Install Firefox Sharing Tools to this web browser" +msgstr "" + #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:105 msgid "Error retrieving wiki" msgstr "" @@ -10672,136 +10690,59 @@ msgid "Error downloading wiki: " msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:76 -#: ../../include/widgets.php:954 +#: ../../include/widgets.php:962 msgid "Wiki Pages" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:81 -#: ../../include/widgets.php:960 +#: ../../include/widgets.php:968 msgid "Add new page" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:82 -#: ../../include/widgets.php:961 +#: ../../include/widgets.php:969 msgid "Page name" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:95 -#: ../../include/widgets.php:911 +#: ../../include/widgets.php:919 msgid "Wiki List" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:59 -msgid "Client ID" +#: ../../extend/addon/addon/gnusoc/gnusoc.php:129 +msgid "Enable the GNU-Social protocol for this channel" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:60 -msgid "Client Secret" +#: ../../extend/addon/addon/opensearch/opensearch.php:26 ../../boot.php:1187 +#, php-format +msgctxt "opensearch" +msgid "Search %1$s (%2$s)" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:74 -msgid "Error when registering buffer connection:" +#: ../../extend/addon/addon/opensearch/opensearch.php:28 ../../boot.php:1187 +msgctxt "opensearch" +msgid "$Projectname" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:93 -msgid "You are now authenticated to buffer. " +#: ../../extend/addon/addon/opensearch/opensearch.php:43 +msgid "Search $Projectname" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:94 -msgid "return to the connector page" +#: ../../include/dba/dba_driver.php:187 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:110 -msgid "Post to Buffer" +#: ../../include/language.php:367 ../../include/text.php:1786 +msgid "default" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:135 -#: ../../extend/addon/addon/buffer/buffer.php:139 -msgid "Buffer Export" +#: ../../include/language.php:380 +msgid "Select an alternate language" msgstr "" -#: ../../extend/addon/addon/buffer/buffer.php:149 -msgid "Authenticate your Buffer connection" -msgstr "" - -#: ../../extend/addon/addon/buffer/buffer.php:153 -msgid "Enable Buffer Post Plugin" -msgstr "" - -#: ../../extend/addon/addon/buffer/buffer.php:158 -msgid "Post to Buffer by default" -msgstr "" - -#: ../../extend/addon/addon/buffer/buffer.php:163 -msgid "Check to delete this preset" -msgstr "" - -#: ../../extend/addon/addon/buffer/buffer.php:172 -msgid "Posts are going to all accounts that are enabled by default:" -msgstr "" - -#: ../../include/Import/import_diaspora.php:16 -msgid "No username found in import file." -msgstr "" - -#: ../../include/Import/import_diaspora.php:41 ../../include/import.php:51 -msgid "Unable to create a unique channel address. Import failed." -msgstr "" - -#: ../../include/dba/dba_driver.php:187 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - -#: ../../include/language.php:367 ../../include/text.php:1786 -msgid "default" -msgstr "" - -#: ../../include/language.php:380 -msgid "Select an alternate language" -msgstr "" - -#: ../../include/event.php:22 ../../include/event.php:69 -#: ../../include/bb2diaspora.php:504 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: ../../include/event.php:30 ../../include/event.php:73 -#: ../../include/bb2diaspora.php:510 -msgid "Starts:" -msgstr "" - -#: ../../include/event.php:40 ../../include/event.php:77 -#: ../../include/bb2diaspora.php:518 -msgid "Finishes:" -msgstr "" - -#: ../../include/event.php:863 -msgid "This event has been added to your calendar." -msgstr "" - -#: ../../include/event.php:1063 -msgid "Not specified" -msgstr "" - -#: ../../include/event.php:1064 -msgid "Needs Action" -msgstr "" - -#: ../../include/event.php:1065 -msgid "Completed" -msgstr "" - -#: ../../include/event.php:1066 -msgid "In Process" -msgstr "" - -#: ../../include/event.php:1067 -msgid "Cancelled" -msgstr "" - -#: ../../include/account.php:35 -msgid "Not a valid email address" +#: ../../include/account.php:35 +msgid "Not a valid email address" msgstr "" #: ../../include/account.php:37 @@ -10898,7 +10839,7 @@ msgid "" msgstr "" #: ../../include/taxonomy.php:188 ../../include/taxonomy.php:270 -#: ../../include/widgets.php:46 ../../include/widgets.php:468 +#: ../../include/widgets.php:46 ../../include/widgets.php:469 #: ../../include/contact_widgets.php:91 msgid "Categories" msgstr "" @@ -10935,192 +10876,27 @@ msgstr "" msgid "dislikes" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:119 ../../boot.php:1721 -msgid "Logout" -msgstr "" - -#: ../../include/nav.php:85 ../../include/nav.php:119 -msgid "End this session" -msgstr "" - -#: ../../include/nav.php:88 -msgid "Your posts and conversations" -msgstr "" - -#: ../../include/nav.php:89 -msgid "Your profile page" -msgstr "" - -#: ../../include/nav.php:91 -msgid "Manage/Edit profiles" -msgstr "" - -#: ../../include/nav.php:93 -msgid "Edit your profile" -msgstr "" - -#: ../../include/nav.php:95 -msgid "Your photos" -msgstr "" - -#: ../../include/nav.php:96 -msgid "Your files" -msgstr "" - -#: ../../include/nav.php:99 -msgid "Your chatrooms" -msgstr "" - -#: ../../include/nav.php:105 ../../include/conversation.php:1879 -msgid "Bookmarks" -msgstr "" - -#: ../../include/nav.php:105 -msgid "Your bookmarks" -msgstr "" - -#: ../../include/nav.php:109 -msgid "Your webpages" -msgstr "" - -#: ../../include/nav.php:111 -msgid "Your wikis" -msgstr "" - -#: ../../include/nav.php:116 -msgid "Sign in" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Remote authentication" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Click to authenticate to your home hub" -msgstr "" - -#: ../../include/nav.php:145 -msgid "Get me home" -msgstr "" - -#: ../../include/nav.php:147 -msgid "Log me out of this site" -msgstr "" - -#: ../../include/nav.php:152 -msgid "Create an account" -msgstr "" - -#: ../../include/nav.php:164 -msgid "Help and documentation" -msgstr "" - -#: ../../include/nav.php:168 -msgid "Applications, utilities, links, games" -msgstr "" - -#: ../../include/nav.php:170 -msgid "Search site @name, #tag, ?docs, content" -msgstr "" - -#: ../../include/nav.php:172 -msgid "Channel Directory" -msgstr "" - -#: ../../include/nav.php:184 -msgid "Your grid" -msgstr "" - -#: ../../include/nav.php:185 -msgid "Mark all grid notifications seen" -msgstr "" - -#: ../../include/nav.php:187 -msgid "Channel home" -msgstr "" - -#: ../../include/nav.php:188 -msgid "Mark all channel notifications seen" -msgstr "" - -#: ../../include/nav.php:194 -msgid "Notices" -msgstr "" - -#: ../../include/nav.php:194 -msgid "Notifications" -msgstr "" - -#: ../../include/nav.php:195 -msgid "See all notifications" -msgstr "" - -#: ../../include/nav.php:198 -msgid "Private mail" -msgstr "" - -#: ../../include/nav.php:199 -msgid "See all private messages" -msgstr "" - -#: ../../include/nav.php:200 -msgid "Mark all private messages seen" -msgstr "" - -#: ../../include/nav.php:201 ../../include/widgets.php:703 -msgid "Inbox" -msgstr "" - -#: ../../include/nav.php:202 ../../include/widgets.php:708 -msgid "Outbox" -msgstr "" - -#: ../../include/nav.php:203 ../../include/widgets.php:713 -msgid "New Message" -msgstr "" - -#: ../../include/nav.php:206 -msgid "Event Calendar" -msgstr "" - -#: ../../include/nav.php:207 -msgid "See all events" -msgstr "" - -#: ../../include/nav.php:208 -msgid "Mark all events seen" -msgstr "" - -#: ../../include/nav.php:211 -msgid "Manage Your Channels" -msgstr "" - -#: ../../include/nav.php:213 -msgid "Account/Channel Settings" -msgstr "" - -#: ../../include/nav.php:221 ../../include/widgets.php:1609 -msgid "Admin" -msgstr "" - -#: ../../include/nav.php:221 -msgid "Site Setup and Configuration" +#: ../../include/markdown.php:409 +msgid "Attachments:" msgstr "" -#: ../../include/nav.php:273 -msgid "Documentation" +#: ../../include/markdown.php:504 ../../include/event.php:22 +#: ../../include/event.php:69 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/nav.php:277 ../../include/conversation.php:836 -msgid "Loading..." +#: ../../include/markdown.php:506 +msgid "$Projectname event notification:" msgstr "" -#: ../../include/nav.php:282 -msgid "@name, #tag, ?doc, content" +#: ../../include/markdown.php:510 ../../include/event.php:30 +#: ../../include/event.php:73 +msgid "Starts:" msgstr "" -#: ../../include/nav.php:283 -msgid "Please wait..." +#: ../../include/markdown.php:518 ../../include/event.php:40 +#: ../../include/event.php:77 +msgid "Finishes:" msgstr "" #: ../../include/datetime.php:147 @@ -11135,7 +10911,7 @@ msgstr "" msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../include/datetime.php:286 ../../boot.php:2566 +#: ../../include/datetime.php:286 ../../boot.php:2578 msgid "never" msgstr "" @@ -11208,16 +10984,6 @@ msgstr "" msgid "Happy Birthday %1$s" msgstr "" -#: ../../include/security.php:117 -msgid "guest:" -msgstr "" - -#: ../../include/security.php:535 -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/selectors.php:30 msgid "Frequently" msgstr "" @@ -11458,2076 +11224,2290 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/widgets.php:103 -msgid "System" +#: ../../include/connections.php:95 +msgid "New window" msgstr "" -#: ../../include/widgets.php:106 -msgid "New App" +#: ../../include/connections.php:96 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/widgets.php:107 -msgid "Edit Apps" -msgstr "" - -#: ../../include/widgets.php:155 -msgid "Suggestions" -msgstr "" - -#: ../../include/widgets.php:156 -msgid "See more..." -msgstr "" - -#: ../../include/widgets.php:176 +#: ../../include/connections.php:214 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +msgid "User '%s' deleted" msgstr "" -#: ../../include/widgets.php:182 -msgid "Add New Connection" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/widgets.php:183 -msgid "Enter channel address" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/widgets.php:184 -msgid "Examples: bob@example.com, https://example.com/barbara" +#: ../../include/conversation.php:243 ../../include/text.php:1090 +#: ../../include/text.php:1095 +msgid "poked" msgstr "" -#: ../../include/widgets.php:200 -msgid "Notes" +#: ../../include/conversation.php:690 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/widgets.php:276 -msgid "Remove term" +#: ../../include/conversation.php:710 +msgid "Categories:" msgstr "" -#: ../../include/widgets.php:284 ../../include/features.php:292 -msgid "Saved Searches" +#: ../../include/conversation.php:711 +msgid "Filed under:" msgstr "" -#: ../../include/widgets.php:285 ../../include/group.php:316 -msgid "add" +#: ../../include/conversation.php:736 +msgid "View in context" msgstr "" -#: ../../include/widgets.php:347 ../../include/contact_widgets.php:53 -#: ../../include/features.php:381 -msgid "Saved Folders" +#: ../../include/conversation.php:832 +msgid "remove" msgstr "" -#: ../../include/widgets.php:350 ../../include/widgets.php:471 -#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 -msgid "Everything" +#: ../../include/conversation.php:836 ../../include/nav.php:278 +msgid "Loading..." msgstr "" -#: ../../include/widgets.php:391 -msgid "Archives" +#: ../../include/conversation.php:837 +msgid "Delete Selected Items" msgstr "" -#: ../../include/widgets.php:555 -msgid "Refresh" +#: ../../include/conversation.php:930 ../../include/conversation.php:972 +msgid "View Source" msgstr "" -#: ../../include/widgets.php:595 -msgid "Account settings" +#: ../../include/conversation.php:931 ../../include/conversation.php:982 +msgid "Follow Thread" msgstr "" -#: ../../include/widgets.php:601 -msgid "Channel settings" +#: ../../include/conversation.php:932 ../../include/conversation.php:991 +msgid "Unfollow Thread" msgstr "" -#: ../../include/widgets.php:610 -msgid "Additional features" +#: ../../include/conversation.php:937 ../../include/conversation.php:1059 +msgid "Activity/Posts" msgstr "" -#: ../../include/widgets.php:617 -msgid "Feature/Addon settings" +#: ../../include/conversation.php:939 ../../include/conversation.php:1079 +msgid "Edit Connection" msgstr "" -#: ../../include/widgets.php:623 -msgid "Display settings" +#: ../../include/conversation.php:940 ../../include/conversation.php:1089 +msgid "Message" msgstr "" -#: ../../include/widgets.php:630 -msgid "Manage locations" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/widgets.php:637 -msgid "Export channel" +#: ../../include/conversation.php:1223 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../include/widgets.php:643 -msgid "Connected apps" -msgstr "" +#: ../../include/conversation.php:1227 +#, php-format +msgid "%2$d people like this." +msgid_plural "%2$d people like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/widgets.php:667 -msgid "Premium Channel Settings" -msgstr "" +#: ../../include/conversation.php:1229 +#, php-format +msgid "%2$d people don't like this." +msgid_plural "%2$d people don't like this." +msgstr[0] "" +msgstr[1] "" -#: ../../include/widgets.php:696 -msgid "Private Mail Menu" +#: ../../include/conversation.php:1235 +msgid "and" msgstr "" -#: ../../include/widgets.php:698 -msgid "Combined View" -msgstr "" +#: ../../include/conversation.php:1238 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" -#: ../../include/widgets.php:730 ../../include/widgets.php:742 -msgid "Conversations" +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/widgets.php:734 -msgid "Received Messages" +#: ../../include/conversation.php:1239 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/widgets.php:738 -msgid "Sent Messages" +#: ../../include/conversation.php:1282 +msgid "Set your location" msgstr "" -#: ../../include/widgets.php:752 -msgid "No messages." +#: ../../include/conversation.php:1283 +msgid "Clear browser location" msgstr "" -#: ../../include/widgets.php:770 -msgid "Delete conversation" +#: ../../include/conversation.php:1331 +msgid "Tag term:" msgstr "" -#: ../../include/widgets.php:796 -msgid "Events Tools" +#: ../../include/conversation.php:1332 +msgid "Where are you right now?" msgstr "" -#: ../../include/widgets.php:797 -msgid "Export Calendar" +#: ../../include/conversation.php:1337 +msgid "Choose a different album..." msgstr "" -#: ../../include/widgets.php:798 -msgid "Import Calendar" +#: ../../include/conversation.php:1341 +msgid "Comments enabled" msgstr "" -#: ../../include/widgets.php:886 ../../include/conversation.php:1866 -#: ../../include/conversation.php:1869 -msgid "Chatrooms" +#: ../../include/conversation.php:1342 +msgid "Comments disabled" msgstr "" -#: ../../include/widgets.php:890 -msgid "Overview" +#: ../../include/conversation.php:1380 +msgid "Page link name" msgstr "" -#: ../../include/widgets.php:897 -msgid "Chat Members" +#: ../../include/conversation.php:1383 +msgid "Post as" msgstr "" -#: ../../include/widgets.php:975 -msgctxt "wiki_history" -msgid "Message" +#: ../../include/conversation.php:1397 +msgid "Toggle voting" msgstr "" -#: ../../include/widgets.php:997 -msgid "Bookmarked Chatrooms" +#: ../../include/conversation.php:1400 +msgid "Disable comments" msgstr "" -#: ../../include/widgets.php:1028 -msgid "Suggested Chatrooms" +#: ../../include/conversation.php:1401 +msgid "Toggle comments" msgstr "" -#: ../../include/widgets.php:1173 ../../include/widgets.php:1285 -msgid "photo/image" +#: ../../include/conversation.php:1409 +msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/widgets.php:1228 -msgid "Click to show more" +#: ../../include/conversation.php:1432 +msgid "Other networks and post services" msgstr "" -#: ../../include/widgets.php:1379 -msgid "Rating Tools" +#: ../../include/conversation.php:1438 +msgid "Set publish date" msgstr "" -#: ../../include/widgets.php:1383 ../../include/widgets.php:1385 -msgid "Rate Me" +#: ../../include/conversation.php:1692 +msgid "Discover" msgstr "" -#: ../../include/widgets.php:1388 -msgid "View Ratings" +#: ../../include/conversation.php:1695 +msgid "Imported public streams" msgstr "" -#: ../../include/widgets.php:1481 -msgid "Forums" +#: ../../include/conversation.php:1700 +msgid "Commented Order" msgstr "" -#: ../../include/widgets.php:1510 -msgid "Tasks" +#: ../../include/conversation.php:1703 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/widgets.php:1576 ../../include/widgets.php:1614 -msgid "Member registrations waiting for confirmation" +#: ../../include/conversation.php:1707 +msgid "Posted Order" msgstr "" -#: ../../include/widgets.php:1582 -msgid "Inspect queue" +#: ../../include/conversation.php:1710 +msgid "Sort by Post Date" msgstr "" -#: ../../include/widgets.php:1584 -msgid "DB updates" +#: ../../include/conversation.php:1718 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/widgets.php:1610 -msgid "Plugin Features" +#: ../../include/conversation.php:1727 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/bookmarks.php:35 -#, php-format -msgid "%1$s's bookmarks" +#: ../../include/conversation.php:1733 +msgid "Starred" msgstr "" -#: ../../include/network.php:733 -msgid "view full size" +#: ../../include/conversation.php:1736 +msgid "Favourite Posts" msgstr "" -#: ../../include/network.php:1982 -msgid "No Subject" +#: ../../include/conversation.php:1743 +msgid "Spam" msgstr "" -#: ../../include/network.php:2238 -msgid "OStatus" +#: ../../include/conversation.php:1746 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/network.php:2239 -msgid "GNU-Social" +#: ../../include/conversation.php:1818 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/network.php:2240 -msgid "RSS/Atom" +#: ../../include/conversation.php:1830 +msgid "Profile Details" msgstr "" -#: ../../include/network.php:2243 -msgid "Facebook" +#: ../../include/conversation.php:1839 ../../include/photos.php:515 +msgid "Photo Albums" msgstr "" -#: ../../include/network.php:2244 -msgid "Zot" +#: ../../include/conversation.php:1846 +msgid "Files and Storage" msgstr "" -#: ../../include/network.php:2245 -msgid "LinkedIn" +#: ../../include/conversation.php:1866 ../../include/conversation.php:1869 +#: ../../include/widgets.php:894 +msgid "Chatrooms" msgstr "" -#: ../../include/network.php:2246 -msgid "XMPP/IM" +#: ../../include/conversation.php:1879 ../../include/nav.php:105 +msgid "Bookmarks" msgstr "" -#: ../../include/network.php:2247 -msgid "MySpace" +#: ../../include/conversation.php:1882 +msgid "Saved Bookmarks" msgstr "" -#: ../../include/page_widgets.php:7 -msgid "New Page" +#: ../../include/conversation.php:1892 +msgid "View Webpages" msgstr "" -#: ../../include/contact_widgets.php:11 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" +#: ../../include/conversation.php:1958 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:19 -msgid "Find Channels" -msgstr "" +#: ../../include/conversation.php:1961 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" -#: ../../include/contact_widgets.php:20 -msgid "Enter name or interest" -msgstr "" +#: ../../include/conversation.php:1964 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" -#: ../../include/contact_widgets.php:21 -msgid "Connect/Follow" +#: ../../include/conversation.php:1967 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1970 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1973 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../include/contact_widgets.php:26 -msgid "Random Profile" +#: ../../include/import.php:1373 +msgid "Unable to import element \"" msgstr "" -#: ../../include/contact_widgets.php:27 -msgid "Invite Friends" +#: ../../include/message.php:32 +msgid "Unable to determine sender." msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Advanced example: name=fred and country=iceland" +#: ../../include/message.php:69 +msgid "No recipient provided." msgstr "" -#: ../../include/contact_widgets.php:122 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" +#: ../../include/message.php:74 +msgid "[no subject]" +msgstr "" -#: ../../include/contact_widgets.php:127 -msgid "show more" +#: ../../include/message.php:225 +msgid "Stored post could not be verified." msgstr "" -#: ../../include/zot.php:667 -msgid "Invalid data packet" +#: ../../include/security.php:117 +msgid "guest:" msgstr "" -#: ../../include/zot.php:683 -msgid "Unable to verify channel signature" +#: ../../include/security.php:532 +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/zot.php:2334 -#, php-format -msgid "Unable to verify site signature for %s" +#: ../../include/widgets.php:103 +msgid "System" msgstr "" -#: ../../include/zot.php:3735 -msgid "invalid target signature" +#: ../../include/widgets.php:106 +msgid "New App" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../include/widgets.php:107 +msgid "Edit Apps" msgstr "" -#: ../../include/js_strings.php:8 -#, php-format -msgid "%s show less" +#: ../../include/widgets.php:155 +msgid "Suggestions" msgstr "" -#: ../../include/js_strings.php:9 -#, php-format -msgid "%s expand" +#: ../../include/widgets.php:156 +msgid "See more..." msgstr "" -#: ../../include/js_strings.php:10 +#: ../../include/widgets.php:176 #, php-format -msgid "%s collapse" +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../include/widgets.php:182 +msgid "Add New Connection" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../include/widgets.php:183 +msgid "Enter channel address" msgstr "" -#: ../../include/js_strings.php:13 -msgid "everybody" +#: ../../include/widgets.php:184 +msgid "Examples: bob@example.com, https://example.com/barbara" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../include/widgets.php:200 +msgid "Notes" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../include/widgets.php:276 +msgid "Remove term" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../include/widgets.php:284 ../../include/features.php:292 +msgid "Saved Searches" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../include/widgets.php:285 ../../include/group.php:316 +msgid "add" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../include/widgets.php:347 ../../include/contact_widgets.php:53 +#: ../../include/features.php:381 +msgid "Saved Folders" msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../include/widgets.php:350 ../../include/widgets.php:472 +#: ../../include/contact_widgets.php:56 ../../include/contact_widgets.php:94 +msgid "Everything" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../include/widgets.php:391 +msgid "Archives" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../include/widgets.php:563 +msgid "Refresh" msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../include/widgets.php:603 +msgid "Account settings" msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" +#: ../../include/widgets.php:609 +msgid "Channel settings" msgstr "" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" +#: ../../include/widgets.php:618 +msgid "Additional features" msgstr "" -#: ../../include/js_strings.php:29 -msgid "ago" +#: ../../include/widgets.php:625 +msgid "Feature/Addon settings" msgstr "" -#: ../../include/js_strings.php:30 -msgid "from now" +#: ../../include/widgets.php:631 +msgid "Display settings" msgstr "" -#: ../../include/js_strings.php:31 -msgid "less than a minute" +#: ../../include/widgets.php:638 +msgid "Manage locations" msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a minute" +#: ../../include/widgets.php:645 +msgid "Export channel" msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d minutes" +#: ../../include/widgets.php:651 +msgid "Connected apps" msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" +#: ../../include/widgets.php:675 +msgid "Premium Channel Settings" msgstr "" -#: ../../include/js_strings.php:35 -#, php-format -msgid "about %d hours" +#: ../../include/widgets.php:704 +msgid "Private Mail Menu" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../include/widgets.php:706 +msgid "Combined View" msgstr "" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" +#: ../../include/widgets.php:711 ../../include/nav.php:201 +msgid "Inbox" msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../include/widgets.php:716 ../../include/nav.php:202 +msgid "Outbox" msgstr "" -#: ../../include/js_strings.php:39 -#, php-format -msgid "%d months" +#: ../../include/widgets.php:721 ../../include/nav.php:203 +msgid "New Message" msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../include/widgets.php:738 ../../include/widgets.php:750 +msgid "Conversations" msgstr "" -#: ../../include/js_strings.php:41 -#, php-format -msgid "%d years" +#: ../../include/widgets.php:742 +msgid "Received Messages" msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../include/widgets.php:746 +msgid "Sent Messages" msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" +#: ../../include/widgets.php:760 +msgid "No messages." msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1323 -msgid "January" +#: ../../include/widgets.php:778 +msgid "Delete conversation" msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1323 -msgid "February" +#: ../../include/widgets.php:804 +msgid "Events Tools" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1323 -msgid "March" +#: ../../include/widgets.php:805 +msgid "Export Calendar" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1323 -msgid "April" +#: ../../include/widgets.php:806 +msgid "Import Calendar" msgstr "" -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" +#: ../../include/widgets.php:898 +msgid "Overview" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1323 -msgid "June" +#: ../../include/widgets.php:905 +msgid "Chat Members" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1323 -msgid "July" +#: ../../include/widgets.php:983 +msgctxt "wiki_history" +msgid "Message" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1323 -msgid "August" +#: ../../include/widgets.php:1005 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1323 -msgid "September" +#: ../../include/widgets.php:1036 +msgid "Suggested Chatrooms" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1323 -msgid "October" +#: ../../include/widgets.php:1181 ../../include/widgets.php:1293 +msgid "photo/image" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1323 -msgid "November" +#: ../../include/widgets.php:1236 +msgid "Click to show more" msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1323 -msgid "December" +#: ../../include/widgets.php:1387 +msgid "Rating Tools" msgstr "" -#: ../../include/js_strings.php:57 -msgid "Jan" +#: ../../include/widgets.php:1391 ../../include/widgets.php:1393 +msgid "Rate Me" msgstr "" -#: ../../include/js_strings.php:58 -msgid "Feb" +#: ../../include/widgets.php:1396 +msgid "View Ratings" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Mar" +#: ../../include/widgets.php:1489 +msgid "Forums" msgstr "" -#: ../../include/js_strings.php:60 -msgid "Apr" +#: ../../include/widgets.php:1518 +msgid "Tasks" msgstr "" -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" +#: ../../include/widgets.php:1584 ../../include/widgets.php:1622 +msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jun" +#: ../../include/widgets.php:1590 +msgid "Inspect queue" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Jul" +#: ../../include/widgets.php:1592 +msgid "DB updates" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Aug" +#: ../../include/widgets.php:1617 ../../include/nav.php:221 +msgid "Admin" msgstr "" -#: ../../include/js_strings.php:65 -msgid "Sep" +#: ../../include/widgets.php:1618 +msgid "Plugin Features" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Oct" +#: ../../include/zot.php:666 +msgid "Invalid data packet" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Nov" +#: ../../include/zot.php:682 +msgid "Unable to verify channel signature" msgstr "" -#: ../../include/js_strings.php:68 -msgid "Dec" +#: ../../include/zot.php:2333 +#, php-format +msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1319 -msgid "Sunday" +#: ../../include/zot.php:3737 +msgid "invalid target signature" msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1319 -msgid "Monday" +#: ../../include/page_widgets.php:7 +msgid "New Page" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1319 -msgid "Tuesday" -msgstr "" +#: ../../include/contact_widgets.php:11 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../include/js_strings.php:72 ../../include/text.php:1319 -msgid "Wednesday" +#: ../../include/contact_widgets.php:19 +msgid "Find Channels" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1319 -msgid "Thursday" +#: ../../include/contact_widgets.php:20 +msgid "Enter name or interest" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1319 -msgid "Friday" +#: ../../include/contact_widgets.php:21 +msgid "Connect/Follow" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1319 -msgid "Saturday" +#: ../../include/contact_widgets.php:22 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/js_strings.php:76 -msgid "Sun" +#: ../../include/contact_widgets.php:26 +msgid "Random Profile" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Mon" +#: ../../include/contact_widgets.php:27 +msgid "Invite Friends" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Tue" +#: ../../include/contact_widgets.php:29 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../include/js_strings.php:79 -msgid "Wed" -msgstr "" +#: ../../include/contact_widgets.php:122 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../include/js_strings.php:80 -msgid "Thu" +#: ../../include/contact_widgets.php:127 +msgid "show more" msgstr "" -#: ../../include/js_strings.php:81 -msgid "Fri" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../include/js_strings.php:82 -msgid "Sat" +#: ../../include/js_strings.php:8 +#, php-format +msgid "%s show less" msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" +#: ../../include/js_strings.php:9 +#, php-format +msgid "%s expand" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" +#: ../../include/js_strings.php:10 +#, php-format +msgid "%s collapse" msgstr "" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" +#: ../../include/js_strings.php:13 +msgid "everybody" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Directory Options" +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "Safe Mode" +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../include/dir_fns.php:144 -msgid "Public Forums Only" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../include/dir_fns.php:145 -msgid "This Website Only" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../include/import.php:1367 -msgid "Unable to import element \"" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../include/oembed.php:310 -msgid " by " +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../include/oembed.php:311 -msgid " on " +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../include/oembed.php:340 -msgid "Embedded content" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../include/oembed.php:349 -msgid "Embedding disabled" +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../include/attach.php:248 ../../include/attach.php:336 -msgid "Item was not found." +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../include/attach.php:497 -msgid "No source file." +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../include/attach.php:519 -msgid "Cannot locate file to replace" +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../include/attach.php:537 -msgid "Cannot locate file to revise/update" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../include/attach.php:668 +#: ../../include/js_strings.php:33 #, php-format -msgid "File exceeds size limit of %d" +msgid "%d minutes" msgstr "" -#: ../../include/attach.php:682 +#: ../../include/js_strings.php:34 +msgid "about an hour" +msgstr "" + +#: ../../include/js_strings.php:35 #, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgid "about %d hours" msgstr "" -#: ../../include/attach.php:852 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../include/attach.php:865 -msgid "Stored file could not be verified. Upload failed." +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../include/attach.php:920 ../../include/attach.php:936 -msgid "Path not available." +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../include/attach.php:982 ../../include/attach.php:1140 -msgid "Empty pathname" +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../include/attach.php:1008 -msgid "duplicate filename or path" +#: ../../include/js_strings.php:40 +msgid "about a year" msgstr "" -#: ../../include/attach.php:1030 -msgid "Path not found." +#: ../../include/js_strings.php:41 +#, php-format +msgid "%d years" msgstr "" -#: ../../include/attach.php:1094 -msgid "mkdir failed." +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../include/attach.php:1098 -msgid "database storage failed." +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../include/attach.php:1146 -msgid "Empty path" +#: ../../include/js_strings.php:45 ../../include/text.php:1323 +msgid "January" msgstr "" -#: ../../include/items.php:841 ../../include/items.php:886 -msgid "(Unknown)" +#: ../../include/js_strings.php:46 ../../include/text.php:1323 +msgid "February" msgstr "" -#: ../../include/items.php:1084 -msgid "Visible to anybody on the internet." +#: ../../include/js_strings.php:47 ../../include/text.php:1323 +msgid "March" msgstr "" -#: ../../include/items.php:1086 -msgid "Visible to you only." +#: ../../include/js_strings.php:48 ../../include/text.php:1323 +msgid "April" msgstr "" -#: ../../include/items.php:1088 -msgid "Visible to anybody in this network." +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../include/items.php:1090 -msgid "Visible to anybody authenticated." +#: ../../include/js_strings.php:50 ../../include/text.php:1323 +msgid "June" msgstr "" -#: ../../include/items.php:1092 -#, php-format -msgid "Visible to anybody on %s." +#: ../../include/js_strings.php:51 ../../include/text.php:1323 +msgid "July" msgstr "" -#: ../../include/items.php:1094 -msgid "Visible to all connections." +#: ../../include/js_strings.php:52 ../../include/text.php:1323 +msgid "August" msgstr "" -#: ../../include/items.php:1096 -msgid "Visible to approved connections." +#: ../../include/js_strings.php:53 ../../include/text.php:1323 +msgid "September" msgstr "" -#: ../../include/items.php:1098 -msgid "Visible to specific connections." +#: ../../include/js_strings.php:54 ../../include/text.php:1323 +msgid "October" msgstr "" -#: ../../include/items.php:3909 -msgid "Privacy group is empty." +#: ../../include/js_strings.php:55 ../../include/text.php:1323 +msgid "November" msgstr "" -#: ../../include/items.php:3916 -#, php-format -msgid "Privacy group: %s" +#: ../../include/js_strings.php:56 ../../include/text.php:1323 +msgid "December" msgstr "" -#: ../../include/items.php:3928 -msgid "Connection not found." +#: ../../include/js_strings.php:57 +msgid "Jan" msgstr "" -#: ../../include/items.php:4277 -msgid "profile photo" +#: ../../include/js_strings.php:58 +msgid "Feb" msgstr "" -#: ../../include/items.php:4473 -#, php-format -msgid "[Edited %s]" +#: ../../include/js_strings.php:59 +msgid "Mar" msgstr "" -#: ../../include/items.php:4473 -msgctxt "edit_activity" -msgid "Post" +#: ../../include/js_strings.php:60 +msgid "Apr" msgstr "" -#: ../../include/items.php:4473 -msgctxt "edit_activity" -msgid "Comment" +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" msgstr "" -#: ../../include/auth.php:148 -msgid "Logged out." +#: ../../include/js_strings.php:62 +msgid "Jun" msgstr "" -#: ../../include/auth.php:275 -msgid "Failed authentication" +#: ../../include/js_strings.php:63 +msgid "Jul" msgstr "" -#: ../../include/bbcode.php:134 ../../include/bbcode.php:1040 -#: ../../include/bbcode.php:1043 ../../include/bbcode.php:1048 -#: ../../include/bbcode.php:1051 ../../include/bbcode.php:1054 -#: ../../include/bbcode.php:1057 ../../include/bbcode.php:1062 -#: ../../include/bbcode.php:1065 ../../include/bbcode.php:1070 -#: ../../include/bbcode.php:1073 ../../include/bbcode.php:1076 -#: ../../include/bbcode.php:1079 -msgid "Image/photo" +#: ../../include/js_strings.php:64 +msgid "Aug" msgstr "" -#: ../../include/bbcode.php:173 ../../include/bbcode.php:1090 -msgid "Encrypted content" +#: ../../include/js_strings.php:65 +msgid "Sep" msgstr "" -#: ../../include/bbcode.php:189 -#, php-format -msgid "Install %s element: " +#: ../../include/js_strings.php:66 +msgid "Oct" msgstr "" -#: ../../include/bbcode.php:193 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +#: ../../include/js_strings.php:67 +msgid "Nov" msgstr "" -#: ../../include/bbcode.php:272 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" +#: ../../include/js_strings.php:68 +msgid "Dec" msgstr "" -#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 -msgid "Click to open/close" +#: ../../include/js_strings.php:69 ../../include/text.php:1319 +msgid "Sunday" msgstr "" -#: ../../include/bbcode.php:357 -msgid "spoiler" +#: ../../include/js_strings.php:70 ../../include/text.php:1319 +msgid "Monday" msgstr "" -#: ../../include/bbcode.php:1028 -msgid "$1 wrote:" +#: ../../include/js_strings.php:71 ../../include/text.php:1319 +msgid "Tuesday" msgstr "" -#: ../../include/features.php:58 -msgid "General Features" +#: ../../include/js_strings.php:72 ../../include/text.php:1319 +msgid "Wednesday" msgstr "" -#: ../../include/features.php:63 -msgid "Multiple Profiles" +#: ../../include/js_strings.php:73 ../../include/text.php:1319 +msgid "Thursday" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to create multiple profiles" +#: ../../include/js_strings.php:74 ../../include/text.php:1319 +msgid "Friday" msgstr "" -#: ../../include/features.php:72 -msgid "Advanced Profiles" +#: ../../include/js_strings.php:75 ../../include/text.php:1319 +msgid "Saturday" msgstr "" -#: ../../include/features.php:73 -msgid "Additional profile sections and selections" +#: ../../include/js_strings.php:76 +msgid "Sun" msgstr "" -#: ../../include/features.php:81 -msgid "Profile Import/Export" +#: ../../include/js_strings.php:77 +msgid "Mon" msgstr "" -#: ../../include/features.php:82 -msgid "Save and load profile details across sites/channels" +#: ../../include/js_strings.php:78 +msgid "Tue" msgstr "" -#: ../../include/features.php:90 -msgid "Web Pages" +#: ../../include/js_strings.php:79 +msgid "Wed" msgstr "" -#: ../../include/features.php:91 -msgid "Provide managed web pages on your channel" +#: ../../include/js_strings.php:80 +msgid "Thu" msgstr "" -#: ../../include/features.php:100 -msgid "Provide a wiki for your channel" +#: ../../include/js_strings.php:81 +msgid "Fri" msgstr "" -#: ../../include/features.php:117 -msgid "Private Notes" +#: ../../include/js_strings.php:82 +msgid "Sat" msgstr "" -#: ../../include/features.php:118 -msgid "Enables a tool to store notes and reminders (note: not encrypted)" +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" msgstr "" -#: ../../include/features.php:126 -msgid "Navigation Channel Select" +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" msgstr "" -#: ../../include/features.php:127 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" msgstr "" -#: ../../include/features.php:135 -msgid "Photo Location" +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" msgstr "" -#: ../../include/features.php:136 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../include/features.php:144 -msgid "Access Controlled Chatrooms" +#: ../../include/dir_fns.php:141 +msgid "Directory Options" msgstr "" -#: ../../include/features.php:145 -msgid "Provide chatrooms and chat services with access control." +#: ../../include/dir_fns.php:143 +msgid "Safe Mode" msgstr "" -#: ../../include/features.php:153 -msgid "Smart Birthdays" +#: ../../include/dir_fns.php:144 +msgid "Public Forums Only" msgstr "" -#: ../../include/features.php:154 -msgid "" -"Make birthday events timezone aware in case your friends are scattered " -"across the planet." +#: ../../include/dir_fns.php:145 +msgid "This Website Only" msgstr "" -#: ../../include/features.php:162 -msgid "Event Timezone Selection" +#: ../../include/attach.php:248 ../../include/attach.php:336 +msgid "Item was not found." msgstr "" -#: ../../include/features.php:163 -msgid "Allow event creation in timezones other than your own." +#: ../../include/attach.php:497 +msgid "No source file." msgstr "" -#: ../../include/features.php:171 -msgid "Advanced Directory Search" +#: ../../include/attach.php:519 +msgid "Cannot locate file to replace" msgstr "" -#: ../../include/features.php:172 -msgid "Allows creation of complex directory search queries" +#: ../../include/attach.php:537 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/features.php:180 -msgid "Advanced Theme and Layout Settings" +#: ../../include/attach.php:668 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/features.php:181 -msgid "Allows fine tuning of themes and page layouts" +#: ../../include/attach.php:682 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/features.php:191 -msgid "Post Composition Features" +#: ../../include/attach.php:852 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/features.php:195 -msgid "Large Photos" +#: ../../include/attach.php:865 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/features.php:196 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../include/attach.php:920 ../../include/attach.php:936 +msgid "Path not available." msgstr "" -#: ../../include/features.php:205 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/attach.php:982 ../../include/attach.php:1140 +msgid "Empty pathname" msgstr "" -#: ../../include/features.php:213 -msgid "Even More Encryption" +#: ../../include/attach.php:1008 +msgid "duplicate filename or path" msgstr "" -#: ../../include/features.php:214 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/attach.php:1030 +msgid "Path not found." msgstr "" -#: ../../include/features.php:222 -msgid "Enable Voting Tools" +#: ../../include/attach.php:1094 +msgid "mkdir failed." msgstr "" -#: ../../include/features.php:223 -msgid "Provide a class of post which others can vote on" +#: ../../include/attach.php:1098 +msgid "database storage failed." msgstr "" -#: ../../include/features.php:231 -msgid "Disable Comments" +#: ../../include/attach.php:1146 +msgid "Empty path" msgstr "" -#: ../../include/features.php:232 -msgid "Provide the option to disable comments for a post" +#: ../../include/network.php:733 +msgid "view full size" msgstr "" -#: ../../include/features.php:240 -msgid "Delayed Posting" +#: ../../include/network.php:1988 +msgid "No Subject" msgstr "" -#: ../../include/features.php:241 -msgid "Allow posts to be published at a later date" +#: ../../include/network.php:2244 +msgid "OStatus" msgstr "" -#: ../../include/features.php:249 -msgid "Content Expiration" +#: ../../include/network.php:2245 +msgid "GNU-Social" msgstr "" -#: ../../include/features.php:250 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/network.php:2246 +msgid "RSS/Atom" msgstr "" -#: ../../include/features.php:258 -msgid "Suppress Duplicate Posts/Comments" +#: ../../include/network.php:2249 +msgid "Facebook" msgstr "" -#: ../../include/features.php:259 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../include/network.php:2250 +msgid "Zot" msgstr "" -#: ../../include/features.php:270 -msgid "Network and Stream Filtering" +#: ../../include/network.php:2251 +msgid "LinkedIn" msgstr "" -#: ../../include/features.php:274 -msgid "Search by Date" +#: ../../include/network.php:2252 +msgid "XMPP/IM" msgstr "" -#: ../../include/features.php:275 -msgid "Ability to select posts by date ranges" +#: ../../include/network.php:2253 +msgid "MySpace" msgstr "" -#: ../../include/features.php:283 ../../include/group.php:311 -msgid "Privacy Groups" +#: ../../include/oembed.php:308 +msgid " by " msgstr "" -#: ../../include/features.php:284 -msgid "Enable management and selection of privacy groups" +#: ../../include/oembed.php:309 +msgid " on " msgstr "" -#: ../../include/features.php:293 -msgid "Save search terms for re-use" +#: ../../include/oembed.php:338 +msgid "Embedded content" msgstr "" -#: ../../include/features.php:301 -msgid "Network Personal Tab" +#: ../../include/oembed.php:347 +msgid "Embedding disabled" msgstr "" -#: ../../include/features.php:302 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/photos.php:115 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../include/features.php:310 -msgid "Network New Tab" +#: ../../include/photos.php:122 +msgid "Image file is empty." msgstr "" -#: ../../include/features.php:311 -msgid "Enable tab to display all new Network activity" +#: ../../include/photos.php:260 +msgid "Photo storage failed." msgstr "" -#: ../../include/features.php:319 -msgid "Affinity Tool" +#: ../../include/photos.php:300 +msgid "a new photo" msgstr "" -#: ../../include/features.php:320 -msgid "Filter stream activity by depth of relationships" +#: ../../include/photos.php:304 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../include/features.php:329 -msgid "Show friend and connection suggestions" +#: ../../include/photos.php:519 +msgid "Upload New Photos" msgstr "" -#: ../../include/features.php:337 -msgid "Connection Filtering" +#: ../../include/text.php:460 +msgid "prev" msgstr "" -#: ../../include/features.php:338 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../include/text.php:462 +msgid "first" msgstr "" -#: ../../include/features.php:350 -msgid "Post/Comment Tools" +#: ../../include/text.php:491 +msgid "last" msgstr "" -#: ../../include/features.php:354 -msgid "Community Tagging" +#: ../../include/text.php:494 +msgid "next" msgstr "" -#: ../../include/features.php:355 -msgid "Ability to tag existing posts" +#: ../../include/text.php:505 +msgid "older" msgstr "" -#: ../../include/features.php:363 -msgid "Post Categories" +#: ../../include/text.php:507 +msgid "newer" msgstr "" -#: ../../include/features.php:364 -msgid "Add categories to your posts" +#: ../../include/text.php:920 +msgid "No connections" msgstr "" -#: ../../include/features.php:372 -msgid "Emoji Reactions" +#: ../../include/text.php:945 +#, php-format +msgid "View all %s connections" msgstr "" -#: ../../include/features.php:373 -msgid "Add emoji reaction ability to posts" +#: ../../include/text.php:1090 ../../include/text.php:1095 +msgid "poke" msgstr "" -#: ../../include/features.php:382 -msgid "Ability to file posts under folders" +#: ../../include/text.php:1096 +msgid "ping" msgstr "" -#: ../../include/features.php:390 -msgid "Dislike Posts" +#: ../../include/text.php:1096 +msgid "pinged" msgstr "" -#: ../../include/features.php:391 -msgid "Ability to dislike posts/comments" +#: ../../include/text.php:1097 +msgid "prod" msgstr "" -#: ../../include/features.php:399 -msgid "Star Posts" +#: ../../include/text.php:1097 +msgid "prodded" msgstr "" -#: ../../include/features.php:400 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/text.php:1098 +msgid "slap" msgstr "" -#: ../../include/features.php:408 -msgid "Tag Cloud" +#: ../../include/text.php:1098 +msgid "slapped" msgstr "" -#: ../../include/features.php:409 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/text.php:1099 +msgid "finger" msgstr "" -#: ../../include/features.php:421 -msgid "Premium Channel" +#: ../../include/text.php:1099 +msgid "fingered" msgstr "" -#: ../../include/features.php:422 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/text.php:1100 +msgid "rebuff" msgstr "" -#: ../../include/follow.php:27 -msgid "Channel is blocked on this site." +#: ../../include/text.php:1100 +msgid "rebuffed" msgstr "" -#: ../../include/follow.php:32 -msgid "Channel location missing." +#: ../../include/text.php:1112 +msgid "happy" msgstr "" -#: ../../include/follow.php:80 -msgid "Response from remote channel was incomplete." +#: ../../include/text.php:1113 +msgid "sad" msgstr "" -#: ../../include/follow.php:97 -msgid "Channel was deleted and no longer exists." +#: ../../include/text.php:1114 +msgid "mellow" msgstr "" -#: ../../include/follow.php:147 ../../include/follow.php:183 -msgid "Protocol disabled." +#: ../../include/text.php:1115 +msgid "tired" msgstr "" -#: ../../include/follow.php:171 -msgid "Channel discovery failed." +#: ../../include/text.php:1116 +msgid "perky" msgstr "" -#: ../../include/follow.php:210 -msgid "Cannot connect to yourself." +#: ../../include/text.php:1117 +msgid "angry" msgstr "" -#: ../../include/activities.php:41 -msgid " and " +#: ../../include/text.php:1118 +msgid "stupefied" msgstr "" -#: ../../include/activities.php:49 -msgid "public profile" +#: ../../include/text.php:1119 +msgid "puzzled" msgstr "" -#: ../../include/activities.php:58 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../include/text.php:1120 +msgid "interested" msgstr "" -#: ../../include/activities.php:59 -#, php-format -msgid "Visit %1$s's %2$s" +#: ../../include/text.php:1121 +msgid "bitter" msgstr "" -#: ../../include/activities.php:62 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../include/text.php:1122 +msgid "cheerful" msgstr "" -#: ../../include/photos.php:115 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../include/text.php:1123 +msgid "alive" msgstr "" -#: ../../include/photos.php:122 -msgid "Image file is empty." +#: ../../include/text.php:1124 +msgid "annoyed" msgstr "" -#: ../../include/photos.php:260 -msgid "Photo storage failed." +#: ../../include/text.php:1125 +msgid "anxious" msgstr "" -#: ../../include/photos.php:300 -msgid "a new photo" +#: ../../include/text.php:1126 +msgid "cranky" msgstr "" -#: ../../include/photos.php:304 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../include/text.php:1127 +msgid "disturbed" msgstr "" -#: ../../include/photos.php:515 ../../include/conversation.php:1839 -msgid "Photo Albums" +#: ../../include/text.php:1128 +msgid "frustrated" msgstr "" -#: ../../include/photos.php:519 -msgid "Upload New Photos" +#: ../../include/text.php:1129 +msgid "depressed" msgstr "" -#: ../../include/bb2diaspora.php:409 -msgid "Attachments:" +#: ../../include/text.php:1130 +msgid "motivated" msgstr "" -#: ../../include/bb2diaspora.php:506 -msgid "$Projectname event notification:" +#: ../../include/text.php:1131 +msgid "relaxed" msgstr "" -#: ../../include/channel.php:33 -msgid "Unable to obtain identity information from database" +#: ../../include/text.php:1132 +msgid "surprised" msgstr "" -#: ../../include/channel.php:67 -msgid "Empty name" +#: ../../include/text.php:1323 +msgid "May" msgstr "" -#: ../../include/channel.php:70 -msgid "Name too long" +#: ../../include/text.php:1400 ../../include/text.php:1404 +msgid "Unknown Attachment" msgstr "" -#: ../../include/channel.php:181 -msgid "No account identifier" +#: ../../include/text.php:1406 +msgid "unknown" msgstr "" -#: ../../include/channel.php:193 -msgid "Nickname is required." +#: ../../include/text.php:1442 +msgid "remove category" msgstr "" -#: ../../include/channel.php:207 -msgid "Reserved nickname. Please choose another." +#: ../../include/text.php:1519 +msgid "remove from file" msgstr "" -#: ../../include/channel.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/text.php:1794 +msgid "Page layout" msgstr "" -#: ../../include/channel.php:272 -msgid "Unable to retrieve created identity" +#: ../../include/text.php:1794 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/channel.php:341 -msgid "Default Profile" +#: ../../include/text.php:1836 +msgid "Page content type" msgstr "" -#: ../../include/channel.php:973 -msgid "Create New Profile" +#: ../../include/text.php:1969 +msgid "activity" msgstr "" -#: ../../include/channel.php:993 -msgid "Visible to everybody" +#: ../../include/text.php:2283 +msgid "Design Tools" msgstr "" -#: ../../include/channel.php:1066 ../../include/channel.php:1185 -msgid "Gender:" +#: ../../include/text.php:2289 +msgid "Pages" msgstr "" -#: ../../include/channel.php:1068 ../../include/channel.php:1240 -msgid "Homepage:" +#: ../../include/text.php:2311 +msgid "Import website..." msgstr "" -#: ../../include/channel.php:1069 -msgid "Online Now" +#: ../../include/text.php:2312 +msgid "Select folder to import" msgstr "" -#: ../../include/channel.php:1190 -msgid "Like this channel" +#: ../../include/text.php:2313 +msgid "Import from a zipped folder:" msgstr "" -#: ../../include/channel.php:1214 -msgid "j F, Y" +#: ../../include/text.php:2314 +msgid "Import from cloud files:" msgstr "" -#: ../../include/channel.php:1215 -msgid "j F" +#: ../../include/text.php:2315 +msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/channel.php:1222 -msgid "Birthday:" +#: ../../include/text.php:2316 +msgid "Enter path to website files" msgstr "" -#: ../../include/channel.php:1235 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/text.php:2317 +msgid "Select folder" msgstr "" -#: ../../include/channel.php:1238 -msgid "Sexual Preference:" +#: ../../include/text.php:2318 +msgid "Export website..." msgstr "" -#: ../../include/channel.php:1244 -msgid "Tags:" +#: ../../include/text.php:2319 +msgid "Export to a zip file" msgstr "" -#: ../../include/channel.php:1246 -msgid "Political Views:" +#: ../../include/text.php:2320 +msgid "website.zip" msgstr "" -#: ../../include/channel.php:1248 -msgid "Religion:" +#: ../../include/text.php:2321 +msgid "Enter a name for the zip file." msgstr "" -#: ../../include/channel.php:1252 -msgid "Hobbies/Interests:" +#: ../../include/text.php:2322 +msgid "Export to cloud files" msgstr "" -#: ../../include/channel.php:1254 -msgid "Likes:" +#: ../../include/text.php:2323 +msgid "/path/to/export/folder" msgstr "" -#: ../../include/channel.php:1256 -msgid "Dislikes:" +#: ../../include/text.php:2324 +msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/channel.php:1258 -msgid "Contact information and Social Networks:" +#: ../../include/text.php:2325 +msgid "Specify folder" msgstr "" -#: ../../include/channel.php:1260 -msgid "My other channels:" +#: ../../include/nav.php:85 ../../include/nav.php:119 ../../boot.php:1731 +msgid "Logout" msgstr "" -#: ../../include/channel.php:1262 -msgid "Musical interests:" +#: ../../include/nav.php:85 ../../include/nav.php:119 +msgid "End this session" msgstr "" -#: ../../include/channel.php:1264 -msgid "Books, literature:" +#: ../../include/nav.php:88 +msgid "Your posts and conversations" msgstr "" -#: ../../include/channel.php:1266 -msgid "Television:" +#: ../../include/nav.php:89 +msgid "Your profile page" msgstr "" -#: ../../include/channel.php:1268 -msgid "Film/dance/culture/entertainment:" +#: ../../include/nav.php:91 +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/channel.php:1270 -msgid "Love/Romance:" +#: ../../include/nav.php:93 +msgid "Edit your profile" msgstr "" -#: ../../include/channel.php:1272 -msgid "Work/employment:" +#: ../../include/nav.php:95 +msgid "Your photos" msgstr "" -#: ../../include/channel.php:1274 -msgid "School/education:" +#: ../../include/nav.php:96 +msgid "Your files" msgstr "" -#: ../../include/channel.php:1297 -msgid "Like this thing" +#: ../../include/nav.php:99 +msgid "Your chatrooms" 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/nav.php:105 +msgid "Your bookmarks" msgstr "" -#: ../../include/group.php:248 -msgid "Add new connections to this privacy group" +#: ../../include/nav.php:109 +msgid "Your webpages" msgstr "" -#: ../../include/group.php:289 -msgid "edit" +#: ../../include/nav.php:111 +msgid "Your wikis" msgstr "" -#: ../../include/group.php:312 -msgid "Edit group" +#: ../../include/nav.php:116 +msgid "Sign in" msgstr "" -#: ../../include/group.php:313 -msgid "Add privacy group" +#: ../../include/nav.php:133 +msgid "Remote authentication" msgstr "" -#: ../../include/group.php:314 -msgid "Channels not in any privacy group" +#: ../../include/nav.php:133 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can view my normal stream and posts" +#: ../../include/nav.php:145 +msgid "Get me home" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can view my webpages" +#: ../../include/nav.php:147 +msgid "Log me out of this site" msgstr "" -#: ../../include/permissions.php:43 -msgid "Can post on my channel page (\"wall\")" +#: ../../include/nav.php:152 +msgid "Create an account" msgstr "" -#: ../../include/permissions.php:46 -msgid "Can like/dislike stuff" +#: ../../include/nav.php:164 +msgid "Help and documentation" msgstr "" -#: ../../include/permissions.php:46 -msgid "Profiles and things other than posts/comments" +#: ../../include/nav.php:168 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/permissions.php:48 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../include/nav.php:170 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/permissions.php:48 -msgid "Advanced - useful for creating group forum channels" +#: ../../include/nav.php:172 +msgid "Channel Directory" msgstr "" -#: ../../include/permissions.php:49 -msgid "Can chat with me (when available)" +#: ../../include/nav.php:184 +msgid "Your grid" msgstr "" -#: ../../include/permissions.php:50 -msgid "Can write to my file storage and photos" +#: ../../include/nav.php:185 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/permissions.php:51 -msgid "Can edit my webpages" +#: ../../include/nav.php:187 +msgid "Channel home" msgstr "" -#: ../../include/permissions.php:53 -msgid "Somewhat advanced - very useful in open communities" +#: ../../include/nav.php:188 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/permissions.php:55 -msgid "Can administer my channel resources" +#: ../../include/nav.php:194 +msgid "Notices" msgstr "" -#: ../../include/permissions.php:55 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../include/nav.php:194 +msgid "Notifications" msgstr "" -#: ../../include/connections.php:95 -msgid "New window" +#: ../../include/nav.php:195 +msgid "See all notifications" msgstr "" -#: ../../include/connections.php:96 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/nav.php:198 +msgid "Private mail" msgstr "" -#: ../../include/connections.php:214 -#, php-format -msgid "User '%s' deleted" +#: ../../include/nav.php:199 +msgid "See all private messages" msgstr "" -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../include/nav.php:200 +msgid "Mark all private messages seen" msgstr "" -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" +#: ../../include/nav.php:206 +msgid "Event Calendar" msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:1090 -#: ../../include/text.php:1095 -msgid "poked" +#: ../../include/nav.php:207 +msgid "See all events" msgstr "" -#: ../../include/conversation.php:690 -#, php-format -msgid "View %s's profile @ %s" +#: ../../include/nav.php:208 +msgid "Mark all events seen" msgstr "" -#: ../../include/conversation.php:710 -msgid "Categories:" +#: ../../include/nav.php:211 +msgid "Manage Your Channels" msgstr "" -#: ../../include/conversation.php:711 -msgid "Filed under:" +#: ../../include/nav.php:213 +msgid "Account/Channel Settings" msgstr "" -#: ../../include/conversation.php:736 -msgid "View in context" +#: ../../include/nav.php:221 +msgid "Site Setup and Configuration" msgstr "" -#: ../../include/conversation.php:832 -msgid "remove" +#: ../../include/nav.php:274 +msgid "Documentation" msgstr "" -#: ../../include/conversation.php:837 -msgid "Delete Selected Items" +#: ../../include/nav.php:283 +msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../include/conversation.php:930 ../../include/conversation.php:972 -msgid "View Source" +#: ../../include/nav.php:284 +msgid "Please wait..." msgstr "" -#: ../../include/conversation.php:931 ../../include/conversation.php:982 -msgid "Follow Thread" +#: ../../include/auth.php:148 +msgid "Logged out." msgstr "" -#: ../../include/conversation.php:932 ../../include/conversation.php:991 -msgid "Unfollow Thread" +#: ../../include/auth.php:275 +msgid "Failed authentication" msgstr "" -#: ../../include/conversation.php:937 ../../include/conversation.php:1059 -msgid "Activity/Posts" +#: ../../include/follow.php:27 +msgid "Channel is blocked on this site." msgstr "" -#: ../../include/conversation.php:939 ../../include/conversation.php:1079 -msgid "Edit Connection" +#: ../../include/follow.php:32 +msgid "Channel location missing." msgstr "" -#: ../../include/conversation.php:940 ../../include/conversation.php:1089 -msgid "Message" +#: ../../include/follow.php:80 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s likes this." +#: ../../include/follow.php:97 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/conversation.php:1223 -#, php-format -msgid "%s doesn't like this." +#: ../../include/follow.php:147 ../../include/follow.php:183 +msgid "Protocol disabled." msgstr "" -#: ../../include/conversation.php:1227 -#, php-format -msgid "%2$d people like this." -msgid_plural "%2$d people like this." -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:171 +msgid "Channel discovery failed." +msgstr "" -#: ../../include/conversation.php:1229 -#, php-format -msgid "%2$d people don't like this." -msgid_plural "%2$d people don't like this." -msgstr[0] "" -msgstr[1] "" +#: ../../include/follow.php:210 +msgid "Cannot connect to yourself." +msgstr "" -#: ../../include/conversation.php:1235 -msgid "and" +#: ../../include/activities.php:41 +msgid " and " msgstr "" -#: ../../include/conversation.php:1238 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" +#: ../../include/activities.php:49 +msgid "public profile" +msgstr "" -#: ../../include/conversation.php:1239 +#: ../../include/activities.php:58 #, php-format -msgid "%s like this." +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../include/conversation.php:1239 +#: ../../include/activities.php:59 #, php-format -msgid "%s don't like this." +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../include/conversation.php:1282 -msgid "Set your location" +#: ../../include/activities.php:62 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/conversation.php:1283 -msgid "Clear browser location" +#: ../../include/bbcode.php:134 ../../include/bbcode.php:1040 +#: ../../include/bbcode.php:1043 ../../include/bbcode.php:1048 +#: ../../include/bbcode.php:1051 ../../include/bbcode.php:1054 +#: ../../include/bbcode.php:1057 ../../include/bbcode.php:1062 +#: ../../include/bbcode.php:1065 ../../include/bbcode.php:1070 +#: ../../include/bbcode.php:1073 ../../include/bbcode.php:1076 +#: ../../include/bbcode.php:1079 +msgid "Image/photo" msgstr "" -#: ../../include/conversation.php:1331 -msgid "Tag term:" +#: ../../include/bbcode.php:173 ../../include/bbcode.php:1090 +msgid "Encrypted content" msgstr "" -#: ../../include/conversation.php:1332 -msgid "Where are you right now?" +#: ../../include/bbcode.php:189 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../include/conversation.php:1337 -msgid "Choose a different album..." +#: ../../include/bbcode.php:193 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../include/conversation.php:1341 -msgid "Comments enabled" +#: ../../include/bbcode.php:272 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../include/conversation.php:1342 -msgid "Comments disabled" +#: ../../include/bbcode.php:349 ../../include/bbcode.php:357 +msgid "Click to open/close" msgstr "" -#: ../../include/conversation.php:1380 -msgid "Page link name" +#: ../../include/bbcode.php:357 +msgid "spoiler" msgstr "" -#: ../../include/conversation.php:1383 -msgid "Post as" +#: ../../include/bbcode.php:1028 +msgid "$1 wrote:" msgstr "" -#: ../../include/conversation.php:1397 -msgid "Toggle voting" +#: ../../include/bookmarks.php:34 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../include/conversation.php:1400 -msgid "Disable comments" +#: ../../include/channel.php:33 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/conversation.php:1401 -msgid "Toggle comments" +#: ../../include/channel.php:67 +msgid "Empty name" msgstr "" -#: ../../include/conversation.php:1409 -msgid "Categories (optional, comma-separated list)" +#: ../../include/channel.php:70 +msgid "Name too long" msgstr "" -#: ../../include/conversation.php:1432 -msgid "Other networks and post services" +#: ../../include/channel.php:181 +msgid "No account identifier" msgstr "" -#: ../../include/conversation.php:1438 -msgid "Set publish date" +#: ../../include/channel.php:193 +msgid "Nickname is required." msgstr "" -#: ../../include/conversation.php:1692 -msgid "Discover" +#: ../../include/channel.php:207 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/conversation.php:1695 -msgid "Imported public streams" +#: ../../include/channel.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/conversation.php:1700 -msgid "Commented Order" +#: ../../include/channel.php:272 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/conversation.php:1703 -msgid "Sort by Comment Date" +#: ../../include/channel.php:344 +msgid "Default Profile" msgstr "" -#: ../../include/conversation.php:1707 -msgid "Posted Order" +#: ../../include/channel.php:1040 +msgid "Create New Profile" msgstr "" -#: ../../include/conversation.php:1710 -msgid "Sort by Post Date" +#: ../../include/channel.php:1060 +msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:1718 -msgid "Posts that mention or involve you" +#: ../../include/channel.php:1133 ../../include/channel.php:1252 +msgid "Gender:" msgstr "" -#: ../../include/conversation.php:1727 -msgid "Activity Stream - by date" +#: ../../include/channel.php:1135 ../../include/channel.php:1307 +msgid "Homepage:" msgstr "" -#: ../../include/conversation.php:1733 -msgid "Starred" +#: ../../include/channel.php:1136 +msgid "Online Now" msgstr "" -#: ../../include/conversation.php:1736 -msgid "Favourite Posts" +#: ../../include/channel.php:1257 +msgid "Like this channel" msgstr "" -#: ../../include/conversation.php:1743 -msgid "Spam" +#: ../../include/channel.php:1281 +msgid "j F, Y" msgstr "" -#: ../../include/conversation.php:1746 -msgid "Posts flagged as SPAM" +#: ../../include/channel.php:1282 +msgid "j F" msgstr "" -#: ../../include/conversation.php:1818 -msgid "Status Messages and Posts" +#: ../../include/channel.php:1289 +msgid "Birthday:" msgstr "" -#: ../../include/conversation.php:1830 -msgid "Profile Details" +#: ../../include/channel.php:1302 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/conversation.php:1846 -msgid "Files and Storage" +#: ../../include/channel.php:1305 +msgid "Sexual Preference:" msgstr "" -#: ../../include/conversation.php:1882 -msgid "Saved Bookmarks" +#: ../../include/channel.php:1311 +msgid "Tags:" msgstr "" -#: ../../include/conversation.php:1892 -msgid "View Webpages" +#: ../../include/channel.php:1313 +msgid "Political Views:" msgstr "" -#: ../../include/conversation.php:1958 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1315 +msgid "Religion:" +msgstr "" -#: ../../include/conversation.php:1961 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1319 +msgid "Hobbies/Interests:" +msgstr "" -#: ../../include/conversation.php:1964 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1321 +msgid "Likes:" +msgstr "" -#: ../../include/conversation.php:1967 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1323 +msgid "Dislikes:" +msgstr "" -#: ../../include/conversation.php:1970 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1325 +msgid "Contact information and Social Networks:" +msgstr "" -#: ../../include/conversation.php:1973 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" +#: ../../include/channel.php:1327 +msgid "My other channels:" +msgstr "" -#: ../../include/help.php:31 -msgid "Help:" +#: ../../include/channel.php:1329 +msgid "Musical interests:" msgstr "" -#: ../../include/help.php:63 -msgid "Not Found" +#: ../../include/channel.php:1331 +msgid "Books, literature:" msgstr "" -#: ../../include/text.php:460 -msgid "prev" +#: ../../include/channel.php:1333 +msgid "Television:" msgstr "" -#: ../../include/text.php:462 -msgid "first" +#: ../../include/channel.php:1335 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/text.php:491 -msgid "last" +#: ../../include/channel.php:1337 +msgid "Love/Romance:" msgstr "" -#: ../../include/text.php:494 -msgid "next" +#: ../../include/channel.php:1339 +msgid "Work/employment:" msgstr "" -#: ../../include/text.php:505 -msgid "older" +#: ../../include/channel.php:1341 +msgid "School/education:" msgstr "" -#: ../../include/text.php:507 -msgid "newer" +#: ../../include/channel.php:1364 +msgid "Like this thing" msgstr "" -#: ../../include/text.php:920 -msgid "No connections" +#: ../../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/text.php:945 +#: ../../include/group.php:248 +msgid "Add new connections to this privacy group" +msgstr "" + +#: ../../include/group.php:289 +msgid "edit" +msgstr "" + +#: ../../include/group.php:311 ../../include/features.php:283 +msgid "Privacy Groups" +msgstr "" + +#: ../../include/group.php:312 +msgid "Edit group" +msgstr "" + +#: ../../include/group.php:313 +msgid "Add privacy group" +msgstr "" + +#: ../../include/group.php:314 +msgid "Channels not in any privacy group" +msgstr "" + +#: ../../include/event.php:863 +msgid "This event has been added to your calendar." +msgstr "" + +#: ../../include/event.php:1063 +msgid "Not specified" +msgstr "" + +#: ../../include/event.php:1064 +msgid "Needs Action" +msgstr "" + +#: ../../include/event.php:1065 +msgid "Completed" +msgstr "" + +#: ../../include/event.php:1066 +msgid "In Process" +msgstr "" + +#: ../../include/event.php:1067 +msgid "Cancelled" +msgstr "" + +#: ../../include/items.php:841 ../../include/items.php:888 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:1089 +msgid "Visible to anybody on the internet." +msgstr "" + +#: ../../include/items.php:1091 +msgid "Visible to you only." +msgstr "" + +#: ../../include/items.php:1093 +msgid "Visible to anybody in this network." +msgstr "" + +#: ../../include/items.php:1095 +msgid "Visible to anybody authenticated." +msgstr "" + +#: ../../include/items.php:1097 #, php-format -msgid "View all %s connections" +msgid "Visible to anybody on %s." msgstr "" -#: ../../include/text.php:1090 ../../include/text.php:1095 -msgid "poke" +#: ../../include/items.php:1099 +msgid "Visible to all connections." msgstr "" -#: ../../include/text.php:1096 -msgid "ping" +#: ../../include/items.php:1101 +msgid "Visible to approved connections." msgstr "" -#: ../../include/text.php:1096 -msgid "pinged" +#: ../../include/items.php:1103 +msgid "Visible to specific connections." +msgstr "" + +#: ../../include/items.php:3915 +msgid "Privacy group is empty." +msgstr "" + +#: ../../include/items.php:3922 +#, php-format +msgid "Privacy group: %s" +msgstr "" + +#: ../../include/items.php:3934 +msgid "Connection not found." +msgstr "" + +#: ../../include/items.php:4283 +msgid "profile photo" +msgstr "" + +#: ../../include/items.php:4479 +#, php-format +msgid "[Edited %s]" +msgstr "" + +#: ../../include/items.php:4479 +msgctxt "edit_activity" +msgid "Post" +msgstr "" + +#: ../../include/items.php:4479 +msgctxt "edit_activity" +msgid "Comment" +msgstr "" + +#: ../../include/permissions.php:35 +msgid "Can view my normal stream and posts" +msgstr "" + +#: ../../include/permissions.php:39 +msgid "Can view my webpages" +msgstr "" + +#: ../../include/permissions.php:43 +msgid "Can post on my channel page (\"wall\")" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Can like/dislike stuff" +msgstr "" + +#: ../../include/permissions.php:46 +msgid "Profiles and things other than posts/comments" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "" + +#: ../../include/permissions.php:48 +msgid "Advanced - useful for creating group forum channels" +msgstr "" + +#: ../../include/permissions.php:49 +msgid "Can chat with me (when available)" +msgstr "" + +#: ../../include/permissions.php:50 +msgid "Can write to my file storage and photos" +msgstr "" + +#: ../../include/permissions.php:51 +msgid "Can edit my webpages" +msgstr "" + +#: ../../include/permissions.php:53 +msgid "Somewhat advanced - very useful in open communities" +msgstr "" + +#: ../../include/permissions.php:55 +msgid "Can administer my channel resources" +msgstr "" + +#: ../../include/permissions.php:55 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "" + +#: ../../include/features.php:58 +msgid "General Features" +msgstr "" + +#: ../../include/features.php:63 +msgid "Multiple Profiles" +msgstr "" + +#: ../../include/features.php:64 +msgid "Ability to create multiple profiles" +msgstr "" + +#: ../../include/features.php:72 +msgid "Advanced Profiles" +msgstr "" + +#: ../../include/features.php:73 +msgid "Additional profile sections and selections" +msgstr "" + +#: ../../include/features.php:81 +msgid "Profile Import/Export" +msgstr "" + +#: ../../include/features.php:82 +msgid "Save and load profile details across sites/channels" +msgstr "" + +#: ../../include/features.php:90 +msgid "Web Pages" +msgstr "" + +#: ../../include/features.php:91 +msgid "Provide managed web pages on your channel" +msgstr "" + +#: ../../include/features.php:100 +msgid "Provide a wiki for your channel" +msgstr "" + +#: ../../include/features.php:117 +msgid "Private Notes" +msgstr "" + +#: ../../include/features.php:118 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" +msgstr "" + +#: ../../include/features.php:126 +msgid "Navigation Channel Select" +msgstr "" + +#: ../../include/features.php:127 +msgid "Change channels directly from within the navigation dropdown menu" +msgstr "" + +#: ../../include/features.php:135 +msgid "Photo Location" msgstr "" -#: ../../include/text.php:1097 -msgid "prod" +#: ../../include/features.php:136 +msgid "If location data is available on uploaded photos, link this to a map." msgstr "" -#: ../../include/text.php:1097 -msgid "prodded" +#: ../../include/features.php:144 +msgid "Access Controlled Chatrooms" msgstr "" -#: ../../include/text.php:1098 -msgid "slap" +#: ../../include/features.php:145 +msgid "Provide chatrooms and chat services with access control." msgstr "" -#: ../../include/text.php:1098 -msgid "slapped" +#: ../../include/features.php:153 +msgid "Smart Birthdays" msgstr "" -#: ../../include/text.php:1099 -msgid "finger" +#: ../../include/features.php:154 +msgid "" +"Make birthday events timezone aware in case your friends are scattered " +"across the planet." msgstr "" -#: ../../include/text.php:1099 -msgid "fingered" +#: ../../include/features.php:162 +msgid "Event Timezone Selection" msgstr "" -#: ../../include/text.php:1100 -msgid "rebuff" +#: ../../include/features.php:163 +msgid "Allow event creation in timezones other than your own." msgstr "" -#: ../../include/text.php:1100 -msgid "rebuffed" +#: ../../include/features.php:171 +msgid "Advanced Directory Search" msgstr "" -#: ../../include/text.php:1112 -msgid "happy" +#: ../../include/features.php:172 +msgid "Allows creation of complex directory search queries" msgstr "" -#: ../../include/text.php:1113 -msgid "sad" +#: ../../include/features.php:180 +msgid "Advanced Theme and Layout Settings" msgstr "" -#: ../../include/text.php:1114 -msgid "mellow" +#: ../../include/features.php:181 +msgid "Allows fine tuning of themes and page layouts" msgstr "" -#: ../../include/text.php:1115 -msgid "tired" +#: ../../include/features.php:191 +msgid "Post Composition Features" msgstr "" -#: ../../include/text.php:1116 -msgid "perky" +#: ../../include/features.php:195 +msgid "Large Photos" msgstr "" -#: ../../include/text.php:1117 -msgid "angry" +#: ../../include/features.php:196 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" msgstr "" -#: ../../include/text.php:1118 -msgid "stupefied" +#: ../../include/features.php:205 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/text.php:1119 -msgid "puzzled" +#: ../../include/features.php:213 +msgid "Even More Encryption" msgstr "" -#: ../../include/text.php:1120 -msgid "interested" +#: ../../include/features.php:214 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/text.php:1121 -msgid "bitter" +#: ../../include/features.php:222 +msgid "Enable Voting Tools" msgstr "" -#: ../../include/text.php:1122 -msgid "cheerful" +#: ../../include/features.php:223 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/text.php:1123 -msgid "alive" +#: ../../include/features.php:231 +msgid "Disable Comments" msgstr "" -#: ../../include/text.php:1124 -msgid "annoyed" +#: ../../include/features.php:232 +msgid "Provide the option to disable comments for a post" msgstr "" -#: ../../include/text.php:1125 -msgid "anxious" +#: ../../include/features.php:240 +msgid "Delayed Posting" msgstr "" -#: ../../include/text.php:1126 -msgid "cranky" +#: ../../include/features.php:241 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/text.php:1127 -msgid "disturbed" +#: ../../include/features.php:249 +msgid "Content Expiration" msgstr "" -#: ../../include/text.php:1128 -msgid "frustrated" +#: ../../include/features.php:250 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/text.php:1129 -msgid "depressed" +#: ../../include/features.php:258 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/text.php:1130 -msgid "motivated" +#: ../../include/features.php:259 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../include/text.php:1131 -msgid "relaxed" +#: ../../include/features.php:270 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/text.php:1132 -msgid "surprised" +#: ../../include/features.php:274 +msgid "Search by Date" msgstr "" -#: ../../include/text.php:1323 -msgid "May" +#: ../../include/features.php:275 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/text.php:1400 ../../include/text.php:1404 -msgid "Unknown Attachment" +#: ../../include/features.php:284 +msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/text.php:1406 -msgid "unknown" +#: ../../include/features.php:293 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/text.php:1442 -msgid "remove category" +#: ../../include/features.php:301 +msgid "Network Personal Tab" msgstr "" -#: ../../include/text.php:1519 -msgid "remove from file" +#: ../../include/features.php:302 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/text.php:1794 -msgid "Page layout" +#: ../../include/features.php:310 +msgid "Network New Tab" msgstr "" -#: ../../include/text.php:1794 -msgid "You can create your own with the layouts tool" +#: ../../include/features.php:311 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/text.php:1836 -msgid "Page content type" +#: ../../include/features.php:319 +msgid "Affinity Tool" msgstr "" -#: ../../include/text.php:1969 -msgid "activity" +#: ../../include/features.php:320 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/text.php:2283 -msgid "Design Tools" +#: ../../include/features.php:329 +msgid "Show friend and connection suggestions" msgstr "" -#: ../../include/text.php:2289 -msgid "Pages" +#: ../../include/features.php:337 +msgid "Connection Filtering" msgstr "" -#: ../../include/text.php:2311 -msgid "Import website..." +#: ../../include/features.php:338 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/text.php:2312 -msgid "Select folder to import" +#: ../../include/features.php:350 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/text.php:2313 -msgid "Import from a zipped folder:" +#: ../../include/features.php:354 +msgid "Community Tagging" msgstr "" -#: ../../include/text.php:2314 -msgid "Import from cloud files:" +#: ../../include/features.php:355 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/text.php:2315 -msgid "/cloud/channel/path/to/folder" +#: ../../include/features.php:363 +msgid "Post Categories" msgstr "" -#: ../../include/text.php:2316 -msgid "Enter path to website files" +#: ../../include/features.php:364 +msgid "Add categories to your posts" msgstr "" -#: ../../include/text.php:2317 -msgid "Select folder" +#: ../../include/features.php:372 +msgid "Emoji Reactions" msgstr "" -#: ../../include/text.php:2318 -msgid "Export website..." +#: ../../include/features.php:373 +msgid "Add emoji reaction ability to posts" msgstr "" -#: ../../include/text.php:2319 -msgid "Export to a zip file" +#: ../../include/features.php:382 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/text.php:2320 -msgid "website.zip" +#: ../../include/features.php:390 +msgid "Dislike Posts" msgstr "" -#: ../../include/text.php:2321 -msgid "Enter a name for the zip file." +#: ../../include/features.php:391 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/text.php:2322 -msgid "Export to cloud files" +#: ../../include/features.php:399 +msgid "Star Posts" msgstr "" -#: ../../include/text.php:2323 -msgid "/path/to/export/folder" +#: ../../include/features.php:400 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/text.php:2324 -msgid "Enter a path to a cloud files destination." +#: ../../include/features.php:408 +msgid "Tag Cloud" msgstr "" -#: ../../include/text.php:2325 -msgid "Specify folder" +#: ../../include/features.php:409 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/message.php:32 -msgid "Unable to determine sender." +#: ../../include/features.php:421 +msgid "Premium Channel" msgstr "" -#: ../../include/message.php:69 -msgid "No recipient provided." +#: ../../include/features.php:422 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/message.php:74 -msgid "[no subject]" +#: ../../include/help.php:31 +msgid "Help:" msgstr "" -#: ../../include/message.php:225 -msgid "Stored post could not be verified." +#: ../../include/help.php:63 +msgid "Not Found" msgstr "" #: ../../util/nconfig.php:34 @@ -13666,66 +13646,55 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1178 -#, php-format -msgctxt "opensearch" -msgid "Search %1$s (%2$s)" -msgstr "" - -#: ../../boot.php:1178 -msgctxt "opensearch" -msgid "$Projectname" -msgstr "" - -#: ../../boot.php:1496 +#: ../../boot.php:1505 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1499 +#: ../../boot.php:1508 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1703 +#: ../../boot.php:1712 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1724 +#: ../../boot.php:1734 msgid "Login/Email" msgstr "" -#: ../../boot.php:1725 +#: ../../boot.php:1735 msgid "Password" msgstr "" -#: ../../boot.php:1726 +#: ../../boot.php:1736 msgid "Remember me" msgstr "" -#: ../../boot.php:1729 +#: ../../boot.php:1739 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2290 +#: ../../boot.php:2300 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2445 +#: ../../boot.php:2455 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2448 +#: ../../boot.php:2458 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2565 +#: ../../boot.php:2577 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2569 +#: ../../boot.php:2581 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" -- cgit v1.2.3 From ccdfbc721fa0cf6710cce262cbaa219e2803e8c2 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 12 Feb 2017 15:56:33 -0800 Subject: Create virtual privacy groups for private profile member lists --- util/hmessages.po | 1967 +++++++++++++++++++++++++++-------------------------- 1 file changed, 991 insertions(+), 976 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index 4fb32349f..f9f817747 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-03 00:04-0800\n" +"POT-Creation-Date: 2017-02-10 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -88,15 +88,15 @@ msgid "Special - Group Repository" msgstr "" #: ../../Zotlabs/Access/PermissionRoles.php:270 -#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:882 +#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:887 #: ../../Zotlabs/Module/New_channel.php:132 -#: ../../Zotlabs/Module/Settings/Channel.php:445 +#: ../../Zotlabs/Module/Settings/Channel.php:447 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 #: ../../include/selectors.php:66 ../../include/selectors.php:104 -#: ../../include/selectors.php:140 ../../include/connections.php:869 -#: ../../include/connections.php:876 ../../include/permissions.php:949 +#: ../../include/selectors.php:140 ../../include/connections.php:901 +#: ../../include/connections.php:908 ../../include/permissions.php:949 msgid "Other" msgstr "" @@ -105,26 +105,6 @@ msgstr "" msgid "Custom/Expert Mode" msgstr "" -#: ../../Zotlabs/Access/PermissionRoles.php:283 -msgctxt "permcat" -msgid "follower" -msgstr "" - -#: ../../Zotlabs/Access/PermissionRoles.php:288 -msgctxt "permcat" -msgid "contributor" -msgstr "" - -#: ../../Zotlabs/Access/PermissionRoles.php:292 -msgctxt "permcat" -msgid "trusted" -msgstr "" - -#: ../../Zotlabs/Access/PermissionRoles.php:297 -msgctxt "permcat" -msgid "moderator" -msgstr "" - #: ../../Zotlabs/Access/Permissions.php:46 msgid "Can view my channel stream and posts" msgstr "" @@ -227,18 +207,17 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:163 ../../Zotlabs/Module/Photos.php:784 #: ../../Zotlabs/Module/Photos.php:1244 -#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:549 -#: ../../Zotlabs/Lib/Apps.php:627 +#: ../../Zotlabs/Module/Embedphotos.php:145 ../../Zotlabs/Lib/Apps.php:559 +#: ../../Zotlabs/Lib/Apps.php:637 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:745 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:746 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:753 -#: ../../include/conversation.php:1177 ../../include/widgets.php:1706 +#: ../../include/conversation.php:1177 ../../include/widgets.php:1714 msgid "Unknown" msgstr "" #: ../../Zotlabs/Storage/Browser.php:224 ../../Zotlabs/Module/Fbrowser.php:85 -#: ../../Zotlabs/Lib/Apps.php:221 ../../include/conversation.php:1843 -#: ../../include/nav.php:96 +#: ../../Zotlabs/Lib/Apps.php:224 ../../include/conversation.php:1843 msgid "Files" msgstr "" @@ -251,7 +230,7 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:228 ../../Zotlabs/Storage/Browser.php:321 -#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:885 +#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:890 #: ../../Zotlabs/Module/New_channel.php:147 #: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Layouts.php:184 #: ../../Zotlabs/Module/Webpages.php:243 @@ -268,13 +247,13 @@ msgstr "" #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 -#: ../../include/widgets.php:1719 +#: ../../include/widgets.php:1727 msgid "Upload" msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 -#: ../../Zotlabs/Module/Connedit.php:870 +#: ../../Zotlabs/Module/Connedit.php:875 #: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:170 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 @@ -282,7 +261,7 @@ msgstr "" #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1136 #: ../../extend/addon/addon/rendezvous/rendezvous.php:172 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:156 -#: ../../include/widgets.php:982 +#: ../../include/widgets.php:990 msgid "Name" msgstr "" @@ -313,14 +292,14 @@ msgstr "" #: ../../Zotlabs/Module/Wiki.php:273 #: ../../Zotlabs/Module/Settings/Oauth.php:149 #: ../../Zotlabs/Module/Thing.php:260 ../../Zotlabs/Lib/ThreadItem.php:106 -#: ../../Zotlabs/Lib/Apps.php:351 +#: ../../Zotlabs/Lib/Apps.php:357 #: ../../extend/addon/addon/cdav/include/widgets.php:125 #: ../../extend/addon/addon/cdav/include/widgets.php:161 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:149 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:251 -#: ../../include/menu.php:113 ../../include/page_widgets.php:9 -#: ../../include/page_widgets.php:39 ../../include/channel.php:1039 -#: ../../include/channel.php:1043 +#: ../../include/menu.php:113 ../../include/channel.php:1044 +#: ../../include/channel.php:1048 ../../include/page_widgets.php:9 +#: ../../include/page_widgets.php:39 msgid "Edit" msgstr "" @@ -332,12 +311,12 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Editlayout.php:137 #: ../../Zotlabs/Module/Editwebpage.php:170 -#: ../../Zotlabs/Module/Connedit.php:641 ../../Zotlabs/Module/Connedit.php:887 +#: ../../Zotlabs/Module/Connedit.php:634 ../../Zotlabs/Module/Connedit.php:892 #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 #: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Lib/ThreadItem.php:126 -#: ../../Zotlabs/Lib/Apps.php:352 +#: ../../Zotlabs/Lib/Apps.php:358 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:864 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1153 #: ../../include/conversation.php:656 @@ -398,7 +377,7 @@ msgstr "" #: ../../Zotlabs/Module/Editwebpage.php:104 #: ../../Zotlabs/Module/Editwebpage.php:126 ../../Zotlabs/Module/Like.php:181 #: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Menu.php:78 -#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Connedit.php:403 +#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Connedit.php:396 #: ../../Zotlabs/Module/Filestorage.php:23 #: ../../Zotlabs/Module/Filestorage.php:78 #: ../../Zotlabs/Module/Filestorage.php:93 @@ -407,7 +386,7 @@ msgstr "" #: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 #: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Mitem.php:115 #: ../../Zotlabs/Module/Appman.php:81 ../../Zotlabs/Module/Mood.php:116 -#: ../../Zotlabs/Module/Profiles.php:197 ../../Zotlabs/Module/Profiles.php:635 +#: ../../Zotlabs/Module/Profiles.php:198 ../../Zotlabs/Module/Profiles.php:636 #: ../../Zotlabs/Module/Api.php:24 ../../Zotlabs/Module/Invite.php:17 #: ../../Zotlabs/Module/Invite.php:94 ../../Zotlabs/Module/New_channel.php:77 #: ../../Zotlabs/Module/New_channel.php:104 ../../Zotlabs/Module/Setup.php:212 @@ -479,7 +458,7 @@ msgstr "" #: ../../Zotlabs/Module/Filestorage.php:59 ../../Zotlabs/Module/Hcard.php:12 #: ../../Zotlabs/Module/Profile.php:20 ../../Zotlabs/Module/Blocks.php:33 #: ../../Zotlabs/Module/Layouts.php:31 ../../Zotlabs/Module/Webpages.php:33 -#: ../../include/channel.php:940 +#: ../../include/channel.php:945 msgid "Requested profile is not available." msgstr "" @@ -634,7 +613,7 @@ msgstr "" msgid "Membership on this site is by invitation only." msgstr "" -#: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:152 +#: ../../Zotlabs/Module/Register.php:270 ../../include/nav.php:162 #: ../../boot.php:1713 msgid "Register" msgstr "" @@ -716,16 +695,16 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:218 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -#: ../../Zotlabs/Module/Connedit.php:417 ../../Zotlabs/Module/Connedit.php:755 +#: ../../Zotlabs/Module/Connedit.php:410 ../../Zotlabs/Module/Connedit.php:748 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:682 #: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 #: ../../Zotlabs/Module/Wiki.php:178 +#: ../../Zotlabs/Module/Settings/Channel.php:291 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -780,16 +759,16 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:220 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -#: ../../Zotlabs/Module/Connedit.php:417 +#: ../../Zotlabs/Module/Connedit.php:410 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 -#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:681 +#: ../../Zotlabs/Module/Mitem.php:241 ../../Zotlabs/Module/Profiles.php:682 #: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 #: ../../Zotlabs/Module/Wiki.php:178 +#: ../../Zotlabs/Module/Settings/Channel.php:291 #: ../../Zotlabs/Module/Settings/Display.php:103 -#: ../../Zotlabs/Module/Settings/Channel.php:289 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:120 @@ -851,7 +830,7 @@ msgid "Description (optional):" msgstr "" #: ../../Zotlabs/Module/Photos.php:657 ../../Zotlabs/Module/Photos.php:1042 -#: ../../Zotlabs/Module/Connedit.php:652 +#: ../../Zotlabs/Module/Connedit.php:645 #: ../../Zotlabs/Module/Filestorage.php:152 ../../Zotlabs/Module/Thing.php:313 #: ../../Zotlabs/Module/Thing.php:363 ../../Zotlabs/Module/Chat.php:234 #: ../../include/acl_selectors.php:208 @@ -871,12 +850,12 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:147 #: ../../Zotlabs/Module/Admin/Site.php:260 #: ../../Zotlabs/Module/Admin/Plugins.php:433 -#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Connedit.php:850 +#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Connedit.php:855 #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 -#: ../../Zotlabs/Module/Import.php:557 ../../Zotlabs/Module/Mitem.php:243 +#: ../../Zotlabs/Module/Import.php:507 ../../Zotlabs/Module/Mitem.php:243 #: ../../Zotlabs/Module/Appman.php:133 ../../Zotlabs/Module/Mood.php:139 -#: ../../Zotlabs/Module/Profiles.php:721 ../../Zotlabs/Module/Invite.php:149 +#: ../../Zotlabs/Module/Profiles.php:722 ../../Zotlabs/Module/Invite.php:149 #: ../../Zotlabs/Module/Setup.php:309 ../../Zotlabs/Module/Setup.php:357 #: ../../Zotlabs/Module/Poke.php:186 ../../Zotlabs/Module/Pconfig.php:107 #: ../../Zotlabs/Module/Rate.php:166 ../../Zotlabs/Module/Events.php:493 @@ -885,16 +864,17 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Features.php:47 #: ../../Zotlabs/Module/Settings/Oauth.php:87 #: ../../Zotlabs/Module/Settings/Account.php:118 -#: ../../Zotlabs/Module/Settings/Display.php:196 -#: ../../Zotlabs/Module/Settings/Tokens.php:167 +#: ../../Zotlabs/Module/Settings/Tokens.php:168 #: ../../Zotlabs/Module/Settings/Featured.php:50 -#: ../../Zotlabs/Module/Settings/Channel.php:458 +#: ../../Zotlabs/Module/Settings/Channel.php:460 +#: ../../Zotlabs/Module/Settings/Display.php:196 +#: ../../Zotlabs/Module/Settings/Permcats.php:112 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 #: ../../Zotlabs/Module/Mail.php:413 ../../Zotlabs/Module/Chat.php:196 #: ../../Zotlabs/Module/Chat.php:241 ../../Zotlabs/Module/Xchan.php:15 #: ../../Zotlabs/Lib/ThreadItem.php:731 #: ../../extend/addon/addon/chords/Mod_Chords.php:60 -#: ../../extend/addon/addon/diaspora/diaspora.php:716 +#: ../../extend/addon/addon/diaspora/diaspora.php:714 #: ../../extend/addon/addon/dwpost/dwpost.php:89 #: ../../extend/addon/addon/flattrwidget/flattrwidget.php:124 #: ../../extend/addon/addon/friendica/friendica.php:128 @@ -939,7 +919,7 @@ msgstr "" #: ../../extend/addon/addon/mailtest/mailtest.php:100 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:153 #: ../../extend/addon/addon/gnusoc/gnusoc.php:133 -#: ../../include/widgets.php:807 ../../include/js_strings.php:22 +#: ../../include/widgets.php:815 ../../include/js_strings.php:22 #: ../../view/theme/redbasic/php/config.php:106 msgid "Submit" msgstr "" @@ -961,12 +941,12 @@ msgid "Show Oldest First" msgstr "" #: ../../Zotlabs/Module/Photos.php:778 ../../Zotlabs/Module/Photos.php:1335 -#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1700 +#: ../../Zotlabs/Module/Embedphotos.php:139 ../../include/widgets.php:1708 msgid "View Photo" msgstr "" #: ../../Zotlabs/Module/Photos.php:809 -#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1717 +#: ../../Zotlabs/Module/Embedphotos.php:155 ../../include/widgets.php:1725 msgid "Edit Album" msgstr "" @@ -1139,7 +1119,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:1131 ../../Zotlabs/Lib/ThreadItem.php:190 #: ../../include/taxonomy.php:403 ../../include/conversation.php:1952 -#: ../../include/channel.php:1268 +#: ../../include/channel.php:1273 msgctxt "noun" msgid "Like" msgid_plural "Likes" @@ -1487,7 +1467,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:92 #: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:689 ../../include/widgets.php:544 +#: ../../Zotlabs/Module/Connedit.php:682 ../../include/widgets.php:544 msgid "All" msgstr "" @@ -1575,7 +1555,7 @@ msgid "Ignore connection" msgstr "" #: ../../Zotlabs/Module/Connections.php:287 -#: ../../Zotlabs/Module/Connedit.php:617 +#: ../../Zotlabs/Module/Connedit.php:610 msgid "Ignore" msgstr "" @@ -1583,15 +1563,15 @@ msgstr "" msgid "Recent activity" msgstr "" -#: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:213 -#: ../../include/text.php:932 ../../include/nav.php:191 +#: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:216 +#: ../../include/text.php:932 ../../include/nav.php:203 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 -#: ../../Zotlabs/Lib/Apps.php:234 ../../include/acl_selectors.php:203 +#: ../../Zotlabs/Lib/Apps.php:237 ../../include/acl_selectors.php:203 #: ../../include/widgets.php:316 ../../include/text.php:1002 -#: ../../include/text.php:1014 ../../include/nav.php:170 +#: ../../include/text.php:1014 ../../include/nav.php:180 msgid "Search" msgstr "" @@ -1662,7 +1642,7 @@ msgstr "" msgid "%1$s updated their %2$s" msgstr "" -#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1759 +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/channel.php:1764 msgid "cover photo" msgstr "" @@ -1689,7 +1669,7 @@ msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:361 #: ../../Zotlabs/Module/Profile_photo.php:416 -#: ../../Zotlabs/Module/Settings/Channel.php:399 +#: ../../Zotlabs/Module/Settings/Channel.php:401 msgid "or" msgstr "" @@ -1743,8 +1723,8 @@ msgstr "" msgid "Log settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1610 -#: ../../include/widgets.php:1620 +#: ../../Zotlabs/Module/Admin/Logs.php:83 ../../include/widgets.php:1618 +#: ../../include/widgets.php:1628 msgid "Logs" msgstr "" @@ -1817,7 +1797,7 @@ msgstr "" msgid "Edit Profile Field" msgstr "" -#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1591 +#: ../../Zotlabs/Module/Admin/Profs.php:147 ../../include/widgets.php:1599 msgid "Profile Fields" msgstr "" @@ -1869,7 +1849,7 @@ msgid "" "embedded content from that site is explicitly blocked." msgstr "" -#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1586 +#: ../../Zotlabs/Module/Admin/Security.php:87 ../../include/widgets.php:1594 msgid "Security" msgstr "" @@ -1979,7 +1959,7 @@ msgid "Screenshot" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:121 -#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1589 +#: ../../Zotlabs/Module/Admin/Themes.php:155 ../../include/widgets.php:1597 msgid "Themes" msgstr "" @@ -1989,8 +1969,8 @@ msgid "Toggle" msgstr "" #: ../../Zotlabs/Module/Admin/Themes.php:123 -#: ../../Zotlabs/Module/Admin/Plugins.php:339 ../../Zotlabs/Lib/Apps.php:220 -#: ../../include/widgets.php:691 ../../include/nav.php:213 +#: ../../Zotlabs/Module/Admin/Plugins.php:339 ../../Zotlabs/Lib/Apps.php:223 +#: ../../include/widgets.php:699 ../../include/nav.php:225 msgid "Settings" msgstr "" @@ -2083,7 +2063,7 @@ msgid "Account '%s' unblocked" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:165 -#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1584 +#: ../../Zotlabs/Module/Admin/Accounts.php:178 ../../include/widgets.php:1592 msgid "Accounts" msgstr "" @@ -2102,7 +2082,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:169 #: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../Zotlabs/Module/Connedit.php:874 +#: ../../Zotlabs/Module/Connedit.php:879 #: ../../extend/addon/addon/redred/redred.php:107 #: ../../extend/addon/addon/rtof/rtof.php:93 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 @@ -2121,12 +2101,12 @@ msgid "Deny" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:174 -#: ../../Zotlabs/Module/Connedit.php:609 +#: ../../Zotlabs/Module/Connedit.php:602 msgid "Block" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:175 -#: ../../Zotlabs/Module/Connedit.php:609 +#: ../../Zotlabs/Module/Connedit.php:602 msgid "Unblock" msgstr "" @@ -2216,7 +2196,7 @@ msgstr "" msgid "Channel '%s' code disallowed" msgstr "" -#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1585 +#: ../../Zotlabs/Module/Admin/Channels.php:146 ../../include/widgets.php:1593 msgid "Channels" msgstr "" @@ -2246,8 +2226,8 @@ msgid "UID" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:877 -#: ../../Zotlabs/Module/Profiles.php:502 +#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:882 +#: ../../Zotlabs/Module/Profiles.php:503 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 msgid "Address" msgstr "" @@ -2381,7 +2361,7 @@ msgstr "" msgid "Wizard - I probably know more than you do" msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1583 +#: ../../Zotlabs/Module/Admin/Site.php:259 ../../include/widgets.php:1591 msgid "Site" msgstr "" @@ -2685,7 +2665,7 @@ msgid "Plugin %s enabled." msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:337 -#: ../../Zotlabs/Module/Admin/Plugins.php:432 ../../include/widgets.php:1588 +#: ../../Zotlabs/Module/Admin/Plugins.php:432 ../../include/widgets.php:1596 msgid "Plugins" msgstr "" @@ -2738,12 +2718,12 @@ msgstr "" msgid "Install new repo" msgstr "" -#: ../../Zotlabs/Module/Admin/Plugins.php:417 ../../Zotlabs/Lib/Apps.php:341 +#: ../../Zotlabs/Module/Admin/Plugins.php:417 ../../Zotlabs/Lib/Apps.php:348 msgid "Install" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:418 -#: ../../Zotlabs/Module/Connedit.php:888 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Connedit.php:893 ../../Zotlabs/Module/Fbrowser.php:66 #: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:263 #: ../../Zotlabs/Module/Wiki.php:288 #: ../../Zotlabs/Module/Settings/Oauth.php:88 @@ -2772,9 +2752,9 @@ msgid "Install a New Plugin Repository" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:448 -#: ../../Zotlabs/Module/Connedit.php:886 +#: ../../Zotlabs/Module/Connedit.php:891 #: ../../Zotlabs/Module/Settings/Oauth.php:42 -#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:341 +#: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:348 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 msgid "Update" msgstr "" @@ -2880,14 +2860,14 @@ msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 #: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1799 +#: ../../extend/addon/addon/diaspora/inbound.php:1781 #: ../../extend/addon/addon/redphotos/redphotohelper.php:74 #: ../../include/conversation.php:120 ../../include/text.php:1956 msgid "photo" msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1799 +#: ../../extend/addon/addon/diaspora/inbound.php:1781 #: ../../include/conversation.php:148 ../../include/text.php:1962 msgid "status" msgstr "" @@ -2899,7 +2879,7 @@ msgid "event" msgstr "" #: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1828 +#: ../../extend/addon/addon/diaspora/inbound.php:1810 #: ../../include/conversation.php:164 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -3124,7 +3104,7 @@ msgid "Manage Channel Locations" msgstr "" #: ../../Zotlabs/Module/Locs.php:117 ../../Zotlabs/Module/Pubsites.php:51 -#: ../../Zotlabs/Module/Profiles.php:509 ../../Zotlabs/Module/Profiles.php:732 +#: ../../Zotlabs/Module/Profiles.php:510 ../../Zotlabs/Module/Profiles.php:733 #: ../../Zotlabs/Module/Events.php:475 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:839 #: ../../include/js_strings.php:25 @@ -3153,7 +3133,7 @@ msgstr "" msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1407 +#: ../../Zotlabs/Module/Pubsites.php:24 ../../include/widgets.php:1415 msgid "Public Hubs" msgstr "" @@ -3211,303 +3191,315 @@ msgstr "" msgid "Could not locate selected profile." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:264 +#: ../../Zotlabs/Module/Connedit.php:257 msgid "Connection updated." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:266 +#: ../../Zotlabs/Module/Connedit.php:259 msgid "Failed to update connection record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:316 +#: ../../Zotlabs/Module/Connedit.php:309 msgid "is now connected to" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:449 +#: ../../Zotlabs/Module/Connedit.php:442 msgid "Could not access address book record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:469 +#: ../../Zotlabs/Module/Connedit.php:462 msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:484 ../../Zotlabs/Module/Connedit.php:493 -#: ../../Zotlabs/Module/Connedit.php:502 ../../Zotlabs/Module/Connedit.php:511 -#: ../../Zotlabs/Module/Connedit.php:524 +#: ../../Zotlabs/Module/Connedit.php:477 ../../Zotlabs/Module/Connedit.php:486 +#: ../../Zotlabs/Module/Connedit.php:495 ../../Zotlabs/Module/Connedit.php:504 +#: ../../Zotlabs/Module/Connedit.php:517 msgid "Unable to set address book parameters." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:548 +#: ../../Zotlabs/Module/Connedit.php:541 msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:588 ../../Zotlabs/Lib/Apps.php:225 +#: ../../Zotlabs/Module/Connedit.php:581 ../../Zotlabs/Lib/Apps.php:228 #: ../../extend/addon/addon/openclipatar/openclipatar.php:57 #: ../../include/conversation.php:936 ../../include/conversation.php:1049 -#: ../../include/nav.php:89 +#: ../../include/nav.php:103 msgid "View Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:591 +#: ../../Zotlabs/Module/Connedit.php:584 #, php-format msgid "View %s's profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:595 +#: ../../Zotlabs/Module/Connedit.php:588 msgid "Refresh Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:598 +#: ../../Zotlabs/Module/Connedit.php:591 msgid "Fetch updated permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:602 +#: ../../Zotlabs/Module/Connedit.php:595 msgid "Recent Activity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:605 +#: ../../Zotlabs/Module/Connedit.php:598 msgid "View recent posts and comments" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:612 +#: ../../Zotlabs/Module/Connedit.php:605 msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:613 +#: ../../Zotlabs/Module/Connedit.php:606 msgid "This connection is blocked!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:617 +#: ../../Zotlabs/Module/Connedit.php:610 msgid "Unignore" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:620 +#: ../../Zotlabs/Module/Connedit.php:613 msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:621 +#: ../../Zotlabs/Module/Connedit.php:614 msgid "This connection is ignored!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:625 +#: ../../Zotlabs/Module/Connedit.php:618 msgid "Unarchive" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:625 +#: ../../Zotlabs/Module/Connedit.php:618 msgid "Archive" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:628 +#: ../../Zotlabs/Module/Connedit.php:621 msgid "" "Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:629 +#: ../../Zotlabs/Module/Connedit.php:622 msgid "This connection is archived!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:633 +#: ../../Zotlabs/Module/Connedit.php:626 msgid "Unhide" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:633 +#: ../../Zotlabs/Module/Connedit.php:626 msgid "Hide" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:636 +#: ../../Zotlabs/Module/Connedit.php:629 msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:637 +#: ../../Zotlabs/Module/Connedit.php:630 msgid "This connection is hidden!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:644 +#: ../../Zotlabs/Module/Connedit.php:637 msgid "Delete this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:655 +#: ../../Zotlabs/Module/Connedit.php:648 msgid "Open Individual Permissions section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:678 +#: ../../Zotlabs/Module/Connedit.php:671 msgid "Affinity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:681 +#: ../../Zotlabs/Module/Connedit.php:674 msgid "Open Set Affinity section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:685 ../../include/widgets.php:540 +#: ../../Zotlabs/Module/Connedit.php:678 ../../include/widgets.php:540 msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:686 ../../include/widgets.php:541 +#: ../../Zotlabs/Module/Connedit.php:679 ../../include/widgets.php:541 msgid "Family" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:687 +#: ../../Zotlabs/Module/Connedit.php:680 #: ../../Zotlabs/Module/Settings/Channel.php:61 #: ../../Zotlabs/Module/Settings/Channel.php:65 #: ../../Zotlabs/Module/Settings/Channel.php:66 #: ../../Zotlabs/Module/Settings/Channel.php:69 #: ../../Zotlabs/Module/Settings/Channel.php:80 #: ../../include/selectors.php:123 ../../include/widgets.php:542 -#: ../../include/channel.php:405 ../../include/channel.php:406 -#: ../../include/channel.php:413 +#: ../../include/channel.php:408 ../../include/channel.php:409 +#: ../../include/channel.php:416 msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:688 ../../include/widgets.php:543 +#: ../../Zotlabs/Module/Connedit.php:681 ../../include/widgets.php:543 msgid "Acquaintances" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:715 +#: ../../Zotlabs/Module/Connedit.php:708 msgid "Filter" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:718 +#: ../../Zotlabs/Module/Connedit.php:711 msgid "Open Custom Filter section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:755 +#: ../../Zotlabs/Module/Connedit.php:748 msgid "Approve this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:755 +#: ../../Zotlabs/Module/Connedit.php:748 msgid "Accept connection to allow communication" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:760 +#: ../../Zotlabs/Module/Connedit.php:753 msgid "Set Affinity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:763 +#: ../../Zotlabs/Module/Connedit.php:756 msgid "Set Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:766 +#: ../../Zotlabs/Module/Connedit.php:759 msgid "Set Affinity & Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:815 +#: ../../Zotlabs/Module/Connedit.php:817 msgid "none" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/widgets.php:667 +#: ../../Zotlabs/Module/Connedit.php:820 ../../include/widgets.php:675 msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:818 ../../include/items.php:3932 +#: ../../Zotlabs/Module/Connedit.php:820 ../../include/items.php:3932 #, php-format msgid "Connection: %s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:819 +#: ../../Zotlabs/Module/Connedit.php:821 msgid "Apply these permissions automatically" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:819 +#: ../../Zotlabs/Module/Connedit.php:821 msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:824 +#: ../../Zotlabs/Module/Connedit.php:822 +msgid "Permission role" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:823 +msgid "Add permission role" +msgstr "" + +#: ../../Zotlabs/Module/Connedit.php:829 msgid "This connection's primary address is" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:825 +#: ../../Zotlabs/Module/Connedit.php:830 msgid "Available locations:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:829 +#: ../../Zotlabs/Module/Connedit.php:834 msgid "" "The permissions indicated on this page will be applied to all new " "connections." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:830 +#: ../../Zotlabs/Module/Connedit.php:835 msgid "Connection Tools" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:832 +#: ../../Zotlabs/Module/Connedit.php:837 msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:833 ../../Zotlabs/Module/Rate.php:155 +#: ../../Zotlabs/Module/Connedit.php:838 ../../Zotlabs/Module/Rate.php:155 #: ../../include/js_strings.php:20 msgid "Rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:834 +#: ../../Zotlabs/Module/Connedit.php:839 msgid "Slide to adjust your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:835 ../../Zotlabs/Module/Connedit.php:840 +#: ../../Zotlabs/Module/Connedit.php:840 ../../Zotlabs/Module/Connedit.php:845 msgid "Optionally explain your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:837 +#: ../../Zotlabs/Module/Connedit.php:842 msgid "Custom Filter" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:838 +#: ../../Zotlabs/Module/Connedit.php:843 msgid "Only import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:838 ../../Zotlabs/Module/Connedit.php:839 +#: ../../Zotlabs/Module/Connedit.php:843 ../../Zotlabs/Module/Connedit.php:844 msgid "" "words one per line or #tags or /patterns/ or lang=xx, leave blank to import " "all posts" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:839 +#: ../../Zotlabs/Module/Connedit.php:844 msgid "Do not import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:841 +#: ../../Zotlabs/Module/Connedit.php:846 msgid "This information is public!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:846 +#: ../../Zotlabs/Module/Connedit.php:851 msgid "Connection Pending Approval" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:849 +#: ../../Zotlabs/Module/Connedit.php:854 #: ../../Zotlabs/Module/Settings/Tokens.php:163 +#: ../../Zotlabs/Module/Settings/Permcats.php:107 msgid "inherited" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:851 +#: ../../Zotlabs/Module/Connedit.php:856 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:853 +#: ../../Zotlabs/Module/Connedit.php:858 #: ../../Zotlabs/Module/Settings/Tokens.php:160 msgid "Their Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:854 +#: ../../Zotlabs/Module/Connedit.php:859 #: ../../Zotlabs/Module/Settings/Tokens.php:161 +#: ../../Zotlabs/Module/Settings/Permcats.php:105 msgid "My Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:856 -#: ../../Zotlabs/Module/Settings/Tokens.php:165 +#: ../../Zotlabs/Module/Connedit.php:861 +#: ../../Zotlabs/Module/Settings/Tokens.php:166 +#: ../../Zotlabs/Module/Settings/Permcats.php:110 msgid "Individual Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:857 -#: ../../Zotlabs/Module/Settings/Tokens.php:166 +#: ../../Zotlabs/Module/Connedit.php:862 +#: ../../Zotlabs/Module/Settings/Tokens.php:167 +#: ../../Zotlabs/Module/Settings/Permcats.php:111 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 "" -#: ../../Zotlabs/Module/Connedit.php:858 +#: ../../Zotlabs/Module/Connedit.php:863 msgid "" "Some permissions may be inherited from your channel's privacy settings, which have higher priority than " @@ -3515,108 +3507,108 @@ msgid "" "any impact unless the inherited setting changes." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:859 +#: ../../Zotlabs/Module/Connedit.php:864 msgid "Last update:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:868 +#: ../../Zotlabs/Module/Connedit.php:873 msgid "Details" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:871 +#: ../../Zotlabs/Module/Connedit.php:876 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 msgid "Organisation" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:872 +#: ../../Zotlabs/Module/Connedit.php:877 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 #: ../../include/page_widgets.php:46 msgid "Title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:873 +#: ../../Zotlabs/Module/Connedit.php:878 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 msgid "Phone" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:875 +#: ../../Zotlabs/Module/Connedit.php:880 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 msgid "Instant messenger" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:876 +#: ../../Zotlabs/Module/Connedit.php:881 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 msgid "Website" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:878 +#: ../../Zotlabs/Module/Connedit.php:883 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 msgid "Note" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:879 +#: ../../Zotlabs/Module/Connedit.php:884 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 #: ../../extend/addon/addon/cdav/cdav.php:270 -#: ../../include/connections.php:862 +#: ../../include/connections.php:894 msgid "Mobile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:880 +#: ../../Zotlabs/Module/Connedit.php:885 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 #: ../../extend/addon/addon/cdav/cdav.php:271 -#: ../../include/connections.php:863 ../../include/nav.php:88 +#: ../../include/connections.php:895 msgid "Home" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:881 +#: ../../Zotlabs/Module/Connedit.php:886 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 #: ../../extend/addon/addon/cdav/cdav.php:274 -#: ../../include/connections.php:866 +#: ../../include/connections.php:898 msgid "Work" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:883 +#: ../../Zotlabs/Module/Connedit.php:888 #: ../../extend/addon/addon/jappixmini/jappixmini.php:368 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 msgid "Add Contact" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:884 +#: ../../Zotlabs/Module/Connedit.php:889 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 msgid "Add Field" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:889 +#: ../../Zotlabs/Module/Connedit.php:894 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 msgid "P.O. Box" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:890 +#: ../../Zotlabs/Module/Connedit.php:895 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 msgid "Additional" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:891 +#: ../../Zotlabs/Module/Connedit.php:896 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 msgid "Street" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:892 +#: ../../Zotlabs/Module/Connedit.php:897 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 msgid "Locality" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:893 +#: ../../Zotlabs/Module/Connedit.php:898 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 msgid "Region" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:894 +#: ../../Zotlabs/Module/Connedit.php:899 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:895 ../../Zotlabs/Module/Profiles.php:755 +#: ../../Zotlabs/Module/Connedit.php:900 ../../Zotlabs/Module/Profiles.php:756 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 msgid "Country" msgstr "" @@ -3675,11 +3667,16 @@ msgstr "" msgid "Notify your contacts about this file" msgstr "" -#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:226 -#: ../../include/conversation.php:1836 ../../include/nav.php:95 +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../Zotlabs/Lib/Apps.php:229 +#: ../../include/conversation.php:1836 msgid "Photos" msgstr "" +#: ../../Zotlabs/Module/Apps.php:45 ../../include/widgets.php:102 +#: ../../include/nav.php:178 +msgid "Apps" +msgstr "" + #: ../../Zotlabs/Module/Cal.php:69 msgid "Permissions denied." msgstr "" @@ -3702,7 +3699,7 @@ msgid "Create Event" msgstr "" #: ../../Zotlabs/Module/Cal.php:338 ../../Zotlabs/Module/Events.php:691 -#: ../../include/channel.php:1365 +#: ../../include/channel.php:1370 msgid "Export" msgstr "" @@ -3855,22 +3852,21 @@ msgstr "" msgid "%s element installation failed" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:42 ../../Zotlabs/Module/Import.php:71 +#: ../../Zotlabs/Module/Import_items.php:42 ../../Zotlabs/Module/Import.php:57 msgid "Nothing to import." msgstr "" -#: ../../Zotlabs/Module/Import_items.php:66 ../../Zotlabs/Module/Import.php:83 -#: ../../Zotlabs/Module/Import.php:98 +#: ../../Zotlabs/Module/Import_items.php:66 ../../Zotlabs/Module/Import.php:69 +#: ../../Zotlabs/Module/Import.php:84 msgid "Unable to download data from old server" msgstr "" -#: ../../Zotlabs/Module/Import_items.php:72 -#: ../../Zotlabs/Module/Import.php:105 +#: ../../Zotlabs/Module/Import_items.php:72 ../../Zotlabs/Module/Import.php:91 msgid "Imported file is empty." msgstr "" #: ../../Zotlabs/Module/Import_items.php:88 -#: ../../Zotlabs/Module/Import.php:127 +#: ../../Zotlabs/Module/Import.php:111 #, php-format msgid "Warning: Database versions differ by %1$d updates." msgstr "" @@ -3888,7 +3884,7 @@ msgid "Use this form to import existing posts and content from an export file." msgstr "" #: ../../Zotlabs/Module/Import_items.php:121 -#: ../../Zotlabs/Module/Import.php:543 +#: ../../Zotlabs/Module/Import.php:495 msgid "File to Upload" msgstr "" @@ -3902,14 +3898,14 @@ msgstr "" msgid "Create a new channel" msgstr "" -#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:812 +#: ../../Zotlabs/Module/Manage.php:143 ../../Zotlabs/Module/Profiles.php:813 #: ../../Zotlabs/Module/Wiki.php:166 ../../Zotlabs/Module/Chat.php:255 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:152 msgid "Create New" msgstr "" -#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:218 -#: ../../include/nav.php:211 +#: ../../Zotlabs/Module/Manage.php:164 ../../Zotlabs/Lib/Apps.php:221 +#: ../../include/nav.php:223 msgid "Channel Manager" msgstr "" @@ -3943,56 +3939,52 @@ msgstr "" msgid "Delegated Channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:33 +#: ../../Zotlabs/Module/Import.php:134 #, php-format msgid "Your service plan only allows %d channels." msgstr "" -#: ../../Zotlabs/Module/Import.php:157 ../../include/import.php:100 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../Zotlabs/Module/Import.php:167 +#: ../../Zotlabs/Module/Import.php:149 msgid "No channel. Import failed." msgstr "" -#: ../../Zotlabs/Module/Import.php:514 +#: ../../Zotlabs/Module/Import.php:467 #: ../../extend/addon/addon/diaspora/import_diaspora.php:142 msgid "Import completed." msgstr "" -#: ../../Zotlabs/Module/Import.php:536 +#: ../../Zotlabs/Module/Import.php:488 msgid "You must be logged in to use this feature." msgstr "" -#: ../../Zotlabs/Module/Import.php:541 +#: ../../Zotlabs/Module/Import.php:493 msgid "Import Channel" msgstr "" -#: ../../Zotlabs/Module/Import.php:542 +#: ../../Zotlabs/Module/Import.php:494 msgid "" "Use this form to import an existing channel from a different server/hub. You " "may retrieve the channel identity from the old server/hub via the network or " "provide an export file." msgstr "" -#: ../../Zotlabs/Module/Import.php:544 +#: ../../Zotlabs/Module/Import.php:496 msgid "Or provide the old server/hub details" msgstr "" -#: ../../Zotlabs/Module/Import.php:545 +#: ../../Zotlabs/Module/Import.php:497 msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../Zotlabs/Module/Import.php:546 +#: ../../Zotlabs/Module/Import.php:498 msgid "Your old login email address" msgstr "" -#: ../../Zotlabs/Module/Import.php:547 +#: ../../Zotlabs/Module/Import.php:499 msgid "Your old login password" msgstr "" -#: ../../Zotlabs/Module/Import.php:548 +#: ../../Zotlabs/Module/Import.php:500 msgid "" "For either option, please choose whether to make this hub your new primary " "address, or whether your old location should continue this role. You will be " @@ -4000,20 +3992,19 @@ msgid "" "location for files, photos, and media." msgstr "" -#: ../../Zotlabs/Module/Import.php:549 +#: ../../Zotlabs/Module/Import.php:501 msgid "Make this hub my primary location" msgstr "" -#: ../../Zotlabs/Module/Import.php:551 +#: ../../Zotlabs/Module/Import.php:502 msgid "Move this channel (disable all previous locations)" msgstr "" -#: ../../Zotlabs/Module/Import.php:553 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" +#: ../../Zotlabs/Module/Import.php:503 +msgid "Import a few months of posts if possible (limited by available memory" msgstr "" -#: ../../Zotlabs/Module/Import.php:554 +#: ../../Zotlabs/Module/Import.php:504 msgid "" "This process may take several minutes to complete. Please submit the form " "only once and leave this page open until finished." @@ -4048,7 +4039,7 @@ msgid "Menu Item Permissions" msgstr "" #: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:492 +#: ../../Zotlabs/Module/Settings/Channel.php:494 msgid "(click to open/close)" msgstr "" @@ -4173,7 +4164,7 @@ msgid "Name of app" msgstr "" #: ../../Zotlabs/Module/Appman.php:121 ../../Zotlabs/Module/Appman.php:122 -#: ../../Zotlabs/Module/Profiles.php:743 ../../Zotlabs/Module/Profiles.php:747 +#: ../../Zotlabs/Module/Profiles.php:744 ../../Zotlabs/Module/Profiles.php:748 #: ../../Zotlabs/Module/Events.php:460 ../../Zotlabs/Module/Events.php:465 #: ../../include/datetime.php:259 msgid "Required" @@ -4240,7 +4231,7 @@ msgctxt "mood" msgid "%1$s is %2$s" msgstr "" -#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:231 +#: ../../Zotlabs/Module/Mood.php:135 ../../Zotlabs/Lib/Apps.php:234 msgid "Mood" msgstr "" @@ -4258,8 +4249,8 @@ msgstr "" msgid "System Notifications" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:183 -#: ../../Zotlabs/Module/Profiles.php:240 ../../Zotlabs/Module/Profiles.php:659 +#: ../../Zotlabs/Module/Profiles.php:24 ../../Zotlabs/Module/Profiles.php:184 +#: ../../Zotlabs/Module/Profiles.php:241 ../../Zotlabs/Module/Profiles.php:660 #: ../../extend/addon/addon/friendica/dfrn_confirm.php:62 msgid "Profile not found." msgstr "" @@ -4268,268 +4259,268 @@ msgstr "" msgid "Profile deleted." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:104 +#: ../../Zotlabs/Module/Profiles.php:68 ../../Zotlabs/Module/Profiles.php:105 msgid "Profile-" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:89 ../../Zotlabs/Module/Profiles.php:126 +#: ../../Zotlabs/Module/Profiles.php:90 ../../Zotlabs/Module/Profiles.php:127 msgid "New profile created." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:110 +#: ../../Zotlabs/Module/Profiles.php:111 msgid "Profile unavailable to clone." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:145 +#: ../../Zotlabs/Module/Profiles.php:146 msgid "Profile unavailable to export." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:251 +#: ../../Zotlabs/Module/Profiles.php:252 msgid "Profile Name is required." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:459 +#: ../../Zotlabs/Module/Profiles.php:460 msgid "Marital Status" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:463 +#: ../../Zotlabs/Module/Profiles.php:464 msgid "Romantic Partner" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:467 ../../Zotlabs/Module/Profiles.php:770 +#: ../../Zotlabs/Module/Profiles.php:468 ../../Zotlabs/Module/Profiles.php:771 msgid "Likes" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:471 ../../Zotlabs/Module/Profiles.php:771 +#: ../../Zotlabs/Module/Profiles.php:472 ../../Zotlabs/Module/Profiles.php:772 msgid "Dislikes" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:475 ../../Zotlabs/Module/Profiles.php:778 +#: ../../Zotlabs/Module/Profiles.php:476 ../../Zotlabs/Module/Profiles.php:779 msgid "Work/Employment" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:478 +#: ../../Zotlabs/Module/Profiles.php:479 msgid "Religion" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:482 +#: ../../Zotlabs/Module/Profiles.php:483 msgid "Political Views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:486 +#: ../../Zotlabs/Module/Profiles.php:487 #: ../../extend/addon/addon/openid/MysqlProvider.php:74 msgid "Gender" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:490 +#: ../../Zotlabs/Module/Profiles.php:491 msgid "Sexual Preference" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:494 +#: ../../Zotlabs/Module/Profiles.php:495 msgid "Homepage" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:498 +#: ../../Zotlabs/Module/Profiles.php:499 msgid "Interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:594 +#: ../../Zotlabs/Module/Profiles.php:595 msgid "Profile updated." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:678 +#: ../../Zotlabs/Module/Profiles.php:679 msgid "Hide your connections list from viewers of this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:720 +#: ../../Zotlabs/Module/Profiles.php:721 msgid "Edit Profile Details" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:722 +#: ../../Zotlabs/Module/Profiles.php:723 msgid "View this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:723 ../../Zotlabs/Module/Profiles.php:805 -#: ../../include/channel.php:1061 +#: ../../Zotlabs/Module/Profiles.php:724 ../../Zotlabs/Module/Profiles.php:806 +#: ../../include/channel.php:1066 msgid "Edit visibility" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:724 +#: ../../Zotlabs/Module/Profiles.php:725 msgid "Profile Tools" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:725 +#: ../../Zotlabs/Module/Profiles.php:726 msgid "Change cover photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:726 ../../include/channel.php:1032 +#: ../../Zotlabs/Module/Profiles.php:727 ../../include/channel.php:1037 msgid "Change profile photo" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:727 +#: ../../Zotlabs/Module/Profiles.php:728 msgid "Create a new profile using these settings" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:728 +#: ../../Zotlabs/Module/Profiles.php:729 msgid "Clone this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:729 +#: ../../Zotlabs/Module/Profiles.php:730 msgid "Delete this profile" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:730 +#: ../../Zotlabs/Module/Profiles.php:731 msgid "Add profile things" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:731 ../../include/conversation.php:1715 +#: ../../Zotlabs/Module/Profiles.php:732 ../../include/conversation.php:1715 #: ../../include/widgets.php:105 msgid "Personal" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:733 +#: ../../Zotlabs/Module/Profiles.php:734 msgid "Relation" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:734 ../../include/datetime.php:55 +#: ../../Zotlabs/Module/Profiles.php:735 ../../include/datetime.php:55 msgid "Miscellaneous" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:736 +#: ../../Zotlabs/Module/Profiles.php:737 msgid "Import profile from file" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:737 +#: ../../Zotlabs/Module/Profiles.php:738 msgid "Export profile to file" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:738 +#: ../../Zotlabs/Module/Profiles.php:739 msgid "Your gender" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:739 +#: ../../Zotlabs/Module/Profiles.php:740 msgid "Marital status" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:740 +#: ../../Zotlabs/Module/Profiles.php:741 msgid "Sexual preference" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:743 +#: ../../Zotlabs/Module/Profiles.php:744 msgid "Profile name" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:745 +#: ../../Zotlabs/Module/Profiles.php:746 msgid "This is your default profile." msgstr "" -#: ../../Zotlabs/Module/Profiles.php:747 +#: ../../Zotlabs/Module/Profiles.php:748 msgid "Your full name" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:748 +#: ../../Zotlabs/Module/Profiles.php:749 msgid "Title/Description" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:751 +#: ../../Zotlabs/Module/Profiles.php:752 msgid "Street address" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:752 +#: ../../Zotlabs/Module/Profiles.php:753 msgid "Locality/City" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:753 +#: ../../Zotlabs/Module/Profiles.php:754 msgid "Region/State" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:754 +#: ../../Zotlabs/Module/Profiles.php:755 msgid "Postal/Zip code" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:760 +#: ../../Zotlabs/Module/Profiles.php:761 msgid "Who (if applicable)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:760 +#: ../../Zotlabs/Module/Profiles.php:761 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:761 +#: ../../Zotlabs/Module/Profiles.php:762 msgid "Since (date)" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:764 +#: ../../Zotlabs/Module/Profiles.php:765 msgid "Tell us about yourself" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:765 +#: ../../Zotlabs/Module/Profiles.php:766 #: ../../extend/addon/addon/openid/MysqlProvider.php:68 msgid "Homepage URL" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:766 +#: ../../Zotlabs/Module/Profiles.php:767 msgid "Hometown" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:767 +#: ../../Zotlabs/Module/Profiles.php:768 msgid "Political views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:768 +#: ../../Zotlabs/Module/Profiles.php:769 msgid "Religious views" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:769 +#: ../../Zotlabs/Module/Profiles.php:770 msgid "Keywords used in directory listings" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:769 +#: ../../Zotlabs/Module/Profiles.php:770 msgid "Example: fishing photography software" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:772 +#: ../../Zotlabs/Module/Profiles.php:773 msgid "Musical interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:773 +#: ../../Zotlabs/Module/Profiles.php:774 msgid "Books, literature" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:774 +#: ../../Zotlabs/Module/Profiles.php:775 msgid "Television" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:775 +#: ../../Zotlabs/Module/Profiles.php:776 msgid "Film/Dance/Culture/Entertainment" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:776 +#: ../../Zotlabs/Module/Profiles.php:777 msgid "Hobbies/Interests" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:777 +#: ../../Zotlabs/Module/Profiles.php:778 msgid "Love/Romance" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:779 +#: ../../Zotlabs/Module/Profiles.php:780 msgid "School/Education" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:780 +#: ../../Zotlabs/Module/Profiles.php:781 msgid "Contact information and social networks" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:781 +#: ../../Zotlabs/Module/Profiles.php:782 msgid "My other channels" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:801 ../../include/channel.php:1057 +#: ../../Zotlabs/Module/Profiles.php:802 ../../include/channel.php:1062 msgid "Profile Image" msgstr "" -#: ../../Zotlabs/Module/Profiles.php:811 ../../include/nav.php:91 -#: ../../include/channel.php:1039 +#: ../../Zotlabs/Module/Profiles.php:812 ../../include/channel.php:1044 +#: ../../include/nav.php:105 msgid "Edit Profiles" msgstr "" @@ -5107,11 +5098,11 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../Zotlabs/Module/Notifications.php:43 ../../include/nav.php:196 +#: ../../Zotlabs/Module/Notifications.php:43 ../../include/nav.php:208 msgid "Mark all system notifications seen" msgstr "" -#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:232 +#: ../../Zotlabs/Module/Poke.php:168 ../../Zotlabs/Lib/Apps.php:235 #: ../../include/conversation.php:942 ../../include/conversation.php:1109 msgid "Poke" msgstr "" @@ -5201,11 +5192,6 @@ msgstr "" msgid "vcard" msgstr "" -#: ../../Zotlabs/Module/Apps.php:45 ../../include/widgets.php:102 -#: ../../include/nav.php:168 -msgid "Apps" -msgstr "" - #: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2286 msgid "Blocks" msgstr "" @@ -5218,8 +5204,8 @@ msgstr "" msgid "Layouts" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:229 -#: ../../include/nav.php:164 ../../include/help.php:53 +#: ../../Zotlabs/Module/Layouts.php:185 ../../Zotlabs/Lib/Apps.php:232 +#: ../../include/nav.php:174 ../../include/help.php:53 #: ../../include/help.php:59 msgid "Help" msgstr "" @@ -5430,7 +5416,7 @@ msgstr "" msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1362 +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1367 msgid "Profile" msgstr "" @@ -5557,15 +5543,15 @@ msgstr "" msgid "Authentication failed." msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1984 +#: ../../Zotlabs/Module/Rmagic.php:75 ../../include/channel.php:1991 msgid "Remote Authentication" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1985 +#: ../../Zotlabs/Module/Rmagic.php:76 ../../include/channel.php:1992 msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1986 +#: ../../Zotlabs/Module/Rmagic.php:77 ../../include/channel.php:1993 msgid "Authenticate" msgstr "" @@ -5722,12 +5708,12 @@ msgstr "" msgid "Homepage: " msgstr "" -#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1293 +#: ../../Zotlabs/Module/Directory.php:310 ../../include/channel.php:1298 msgid "Age:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:315 ../../include/markdown.php:526 -#: ../../include/channel.php:1129 ../../include/event.php:52 +#: ../../Zotlabs/Module/Directory.php:315 ../../include/markdown.php:561 +#: ../../include/channel.php:1134 ../../include/event.php:52 #: ../../include/event.php:84 msgid "Location:" msgstr "" @@ -5736,18 +5722,18 @@ msgstr "" msgid "Description:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1309 +#: ../../Zotlabs/Module/Directory.php:326 ../../include/channel.php:1314 msgid "Hometown:" msgstr "" -#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1317 +#: ../../Zotlabs/Module/Directory.php:328 ../../include/channel.php:1322 msgid "About:" msgstr "" #: ../../Zotlabs/Module/Directory.php:329 ../../Zotlabs/Module/Suggest.php:56 -#: ../../include/connections.php:78 ../../include/conversation.php:938 +#: ../../include/connections.php:110 ../../include/conversation.php:938 #: ../../include/conversation.php:1069 ../../include/widgets.php:148 -#: ../../include/widgets.php:185 ../../include/channel.php:1114 +#: ../../include/widgets.php:185 ../../include/channel.php:1119 msgid "Connect" msgstr "" @@ -5844,8 +5830,8 @@ msgstr "" msgid "Export selected" msgstr "" -#: ../../Zotlabs/Module/Webpages.php:241 ../../Zotlabs/Lib/Apps.php:222 -#: ../../include/conversation.php:1889 ../../include/nav.php:109 +#: ../../Zotlabs/Module/Webpages.php:241 ../../Zotlabs/Lib/Apps.php:225 +#: ../../include/conversation.php:1889 msgid "Webpages" msgstr "" @@ -5906,7 +5892,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Removeme.php:64 -#: ../../Zotlabs/Module/Settings/Channel.php:556 +#: ../../Zotlabs/Module/Settings/Channel.php:558 msgid "Remove Channel" msgstr "" @@ -5942,7 +5928,7 @@ msgstr "" #: ../../Zotlabs/Module/Wiki.php:158 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:144 -#: ../../include/conversation.php:1900 ../../include/nav.php:111 +#: ../../include/conversation.php:1900 msgid "Wikis" msgstr "" @@ -6118,8 +6104,8 @@ msgstr "" msgid "*" msgstr "" -#: ../../Zotlabs/Module/Sources.php:96 ../../include/widgets.php:683 -#: ../../include/features.php:204 +#: ../../Zotlabs/Module/Sources.php:96 ../../include/widgets.php:691 +#: ../../include/features.php:213 msgid "Channel Sources" msgstr "" @@ -6355,7 +6341,7 @@ msgid "Used to provide a member experience matched to your comfort level" msgstr "" #: ../../Zotlabs/Module/Settings/Account.php:119 -#: ../../Zotlabs/Module/Settings/Channel.php:465 +#: ../../Zotlabs/Module/Settings/Channel.php:467 msgid "Email Address:" msgstr "" @@ -6363,557 +6349,575 @@ msgstr "" msgid "Remove this account including all its channels" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:137 -msgid "No special theme for mobile devices" +#: ../../Zotlabs/Module/Settings/Tokens.php:31 +#, php-format +msgid "This channel is limited to %d tokens" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:140 -#, php-format -msgid "%s - (Experimental)" +#: ../../Zotlabs/Module/Settings/Tokens.php:37 +msgid "Name and Password are required." msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:191 -msgid "Display Settings" +#: ../../Zotlabs/Module/Settings/Tokens.php:77 +msgid "Token saved." msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:192 -msgid "Theme Settings" +#: ../../Zotlabs/Module/Settings/Tokens.php:113 +msgid "" +"Use this form to create temporary access identifiers to share things with " +"non-members. These identities may be used in Access Control Lists and " +"visitors may login using these credentials to access private content." msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:193 -msgid "Custom Theme Settings" +#: ../../Zotlabs/Module/Settings/Tokens.php:115 +msgid "" +"You may also provide dropbox style access links to friends and " +"associates by adding the Login Password to any specific site URL as shown. " +"Examples:" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:194 -msgid "Content Settings" +#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:658 +msgid "Guest Access Tokens" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:200 -msgid "Display Theme:" +#: ../../Zotlabs/Module/Settings/Tokens.php:157 +msgid "Login Name" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:201 -msgid "Select scheme" +#: ../../Zotlabs/Module/Settings/Tokens.php:158 +msgid "Login Password" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:203 -msgid "Mobile Theme:" +#: ../../Zotlabs/Module/Settings/Tokens.php:159 +msgid "Expires (yyyy-mm-dd)" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:204 -msgid "Preload images before rendering the page" +#: ../../Zotlabs/Module/Settings/Featured.php:20 +msgid "Affinity Slider settings updated." msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:204 -msgid "" -"The subjective page load time will be longer but the page will be ready when " -"displayed" +#: ../../Zotlabs/Module/Settings/Featured.php:34 +msgid "No feature settings configured" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:205 -msgid "Enable user zoom on mobile devices" +#: ../../Zotlabs/Module/Settings/Featured.php:41 +msgid "Default maximum affinity level" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:206 -msgid "Update browser every xx seconds" +#: ../../Zotlabs/Module/Settings/Featured.php:46 +msgid "Default minimum affinity level" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:206 -msgid "Minimum of 10 seconds, no maximum" +#: ../../Zotlabs/Module/Settings/Featured.php:50 +msgid "Affinity Slider Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:207 -msgid "Maximum number of conversations to load at any time:" +#: ../../Zotlabs/Module/Settings/Featured.php:60 +msgid "Feature/Addon Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:207 -msgid "Maximum of 100 items" +#: ../../Zotlabs/Module/Settings/Channel.php:248 +#: ../../extend/addon/addon/logrot/logrot.php:54 +#: ../../extend/addon/addon/msgfooter/msgfooter.php:54 +#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:184 +#: ../../extend/addon/addon/piwik/piwik.php:116 +#: ../../extend/addon/addon/twitter/twitter.php:766 +#: ../../extend/addon/addon/xmpp/xmpp.php:102 +#: ../../extend/addon/addon/rendezvous/rendezvous.php:82 +msgid "Settings updated." msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:208 -msgid "Show emoticons (smilies) as images" +#: ../../Zotlabs/Module/Settings/Channel.php:309 +msgid "Nobody except yourself" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:209 -msgid "Manual conversation updates" +#: ../../Zotlabs/Module/Settings/Channel.php:310 +msgid "Only those you specifically allow" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:209 -msgid "Default is automatic, which may increase screen jumping" +#: ../../Zotlabs/Module/Settings/Channel.php:311 +msgid "Approved connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Display.php:210 -msgid "Link post titles to source" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:211 -msgid "System Page Layout Editor - (advanced)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:214 -msgid "Use blog/list mode on channel page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:214 -#: ../../Zotlabs/Module/Settings/Display.php:215 -msgid "(comments displayed separately)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:215 -msgid "Use blog/list mode on grid page" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:216 -msgid "Channel page max height of content (in pixels)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:216 -#: ../../Zotlabs/Module/Settings/Display.php:217 -msgid "click to expand content exceeding this height" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Display.php:217 -msgid "Grid page max height of content (in pixels)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:31 -#, php-format -msgid "This channel is limited to %d tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:37 -msgid "Name and Password are required." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:77 -msgid "Token saved." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:113 -msgid "" -"Use this form to create temporary access identifiers to share things with " -"non-members. These identities may be used in Access Control Lists and " -"visitors may login using these credentials to access private content." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:115 -msgid "" -"You may also provide dropbox style access links to friends and " -"associates by adding the Login Password to any specific site URL as shown. " -"Examples:" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:150 ../../include/widgets.php:658 -msgid "Guest Access Tokens" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:157 -msgid "Login Name" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:158 -msgid "Login Password" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Tokens.php:159 -msgid "Expires (yyyy-mm-dd)" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:20 -msgid "Affinity Slider settings updated." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:34 -msgid "No feature settings configured" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:41 -msgid "Default maximum affinity level" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:46 -msgid "Default minimum affinity level" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:50 -msgid "Affinity Slider Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Featured.php:60 -msgid "Feature/Addon Settings" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Channel.php:246 -#: ../../extend/addon/addon/logrot/logrot.php:54 -#: ../../extend/addon/addon/msgfooter/msgfooter.php:54 -#: ../../extend/addon/addon/openstreetmap/openstreetmap.php:184 -#: ../../extend/addon/addon/piwik/piwik.php:116 -#: ../../extend/addon/addon/twitter/twitter.php:766 -#: ../../extend/addon/addon/xmpp/xmpp.php:102 -#: ../../extend/addon/addon/rendezvous/rendezvous.php:82 -msgid "Settings updated." -msgstr "" - -#: ../../Zotlabs/Module/Settings/Channel.php:307 -msgid "Nobody except yourself" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Channel.php:308 -msgid "Only those you specifically allow" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Channel.php:309 -msgid "Approved connections" -msgstr "" - -#: ../../Zotlabs/Module/Settings/Channel.php:310 +#: ../../Zotlabs/Module/Settings/Channel.php:312 msgid "Any connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:311 +#: ../../Zotlabs/Module/Settings/Channel.php:313 msgid "Anybody on this website" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:312 +#: ../../Zotlabs/Module/Settings/Channel.php:314 msgid "Anybody in this network" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:313 +#: ../../Zotlabs/Module/Settings/Channel.php:315 msgid "Anybody authenticated" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:314 +#: ../../Zotlabs/Module/Settings/Channel.php:316 msgid "Anybody on the internet" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:390 +#: ../../Zotlabs/Module/Settings/Channel.php:392 msgid "Publish your default profile in the network directory" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:395 +#: ../../Zotlabs/Module/Settings/Channel.php:397 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:404 +#: ../../Zotlabs/Module/Settings/Channel.php:406 msgid "Your channel address is" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:407 +#: ../../Zotlabs/Module/Settings/Channel.php:409 msgid "Your files/photos are accessible via WebDAV at" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:456 +#: ../../Zotlabs/Module/Settings/Channel.php:458 msgid "Channel Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:463 +#: ../../Zotlabs/Module/Settings/Channel.php:465 msgid "Basic Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:464 -#: ../../include/channel.php:1250 +#: ../../Zotlabs/Module/Settings/Channel.php:466 +#: ../../include/channel.php:1255 msgid "Full Name:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:466 +#: ../../Zotlabs/Module/Settings/Channel.php:468 msgid "Your Timezone:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Settings/Channel.php:469 msgid "Default Post Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Settings/Channel.php:469 msgid "Geographical location to display on your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:468 +#: ../../Zotlabs/Module/Settings/Channel.php:470 msgid "Use Browser Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:470 +#: ../../Zotlabs/Module/Settings/Channel.php:472 msgid "Adult Content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:470 +#: ../../Zotlabs/Module/Settings/Channel.php:472 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:472 +#: ../../Zotlabs/Module/Settings/Channel.php:474 msgid "Security and Privacy Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:475 +#: ../../Zotlabs/Module/Settings/Channel.php:477 msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:477 +#: ../../Zotlabs/Module/Settings/Channel.php:479 msgid "Hide my online presence" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:477 +#: ../../Zotlabs/Module/Settings/Channel.php:479 msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:479 +#: ../../Zotlabs/Module/Settings/Channel.php:481 msgid "Simple Privacy Settings:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:480 +#: ../../Zotlabs/Module/Settings/Channel.php:482 msgid "" "Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:481 +#: ../../Zotlabs/Module/Settings/Channel.php:483 msgid "" "Typical - default public, privacy when desired (similar to social " "network permissions but with improved privacy)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:482 +#: ../../Zotlabs/Module/Settings/Channel.php:484 msgid "Private - default private, never open or public" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:487 msgid "Allow others to tag your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:487 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:489 msgid "Channel Permission Limits" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "Expire other channel content after this many days" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "0 or blank to use the website limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:491 #, php-format msgid "This website expires after %d days." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "This website does not expire imported content." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:491 msgid "The website limit takes precedence if lower than your limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:490 +#: ../../Zotlabs/Module/Settings/Channel.php:492 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:490 +#: ../../Zotlabs/Module/Settings/Channel.php:492 msgid "May reduce spam activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:493 msgid "Default Access Control List (ACL)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:493 +#: ../../Zotlabs/Module/Settings/Channel.php:495 msgid "Use my default audience setting for the type of object published" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:500 +#: ../../Zotlabs/Module/Settings/Channel.php:502 msgid "Channel permissions category:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:506 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:506 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "Useful to reduce spamming" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:509 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "Notification Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:510 +#: ../../Zotlabs/Module/Settings/Channel.php:512 msgid "By default post a status message when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:511 +#: ../../Zotlabs/Module/Settings/Channel.php:513 msgid "accepting a friend request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:512 +#: ../../Zotlabs/Module/Settings/Channel.php:514 msgid "joining a forum/community" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:513 +#: ../../Zotlabs/Module/Settings/Channel.php:515 msgid "making an interesting profile change" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:514 +#: ../../Zotlabs/Module/Settings/Channel.php:516 msgid "Send a notification email when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:515 +#: ../../Zotlabs/Module/Settings/Channel.php:517 msgid "You receive a connection request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:516 +#: ../../Zotlabs/Module/Settings/Channel.php:518 msgid "Your connections are confirmed" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:517 +#: ../../Zotlabs/Module/Settings/Channel.php:519 msgid "Someone writes on your profile wall" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:518 +#: ../../Zotlabs/Module/Settings/Channel.php:520 msgid "Someone writes a followup comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:519 +#: ../../Zotlabs/Module/Settings/Channel.php:521 msgid "You receive a private message" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:520 +#: ../../Zotlabs/Module/Settings/Channel.php:522 msgid "You receive a friend suggestion" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:521 +#: ../../Zotlabs/Module/Settings/Channel.php:523 msgid "You are tagged in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:522 +#: ../../Zotlabs/Module/Settings/Channel.php:524 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:524 +#: ../../Zotlabs/Module/Settings/Channel.php:526 msgid "Someone likes your post/comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:527 +#: ../../Zotlabs/Module/Settings/Channel.php:529 msgid "Show visual notifications including:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:529 -msgid "Unseen grid activity" +#: ../../Zotlabs/Module/Settings/Channel.php:531 +msgid "Unseen grid activity" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:532 +msgid "Unseen channel activity" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:533 +msgid "Unseen private messages" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:538 +#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../extend/addon/addon/jappixmini/jappixmini.php:343 +msgid "Recommended" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:534 +msgid "Upcoming events" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:535 +msgid "Events today" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:536 +msgid "Upcoming birthdays" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:536 +msgid "Not available in all themes" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:537 +msgid "System (personal) notifications" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:538 +msgid "System info messages" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:539 +msgid "System critical alerts" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:540 +msgid "New connections" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:541 +msgid "System Registrations" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:542 +msgid "" +"Also show new wall posts, private messages and connections under Notices" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:544 +msgid "Notify me of events this many days in advance" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:544 +msgid "Must be greater than 0" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:550 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:551 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:553 +msgid "Miscellaneous Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:554 +msgid "Default photo upload folder" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:554 +#: ../../Zotlabs/Module/Settings/Channel.php:555 +msgid "%Y - current year, %m - current month" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:555 +msgid "Default file upload folder" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:557 +msgid "Personal menu to display in your channel pages" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:559 +msgid "Remove this channel." +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:560 +msgid "Firefox Share $Projectname provider" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:561 +msgid "Start calendar week on monday" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:137 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:140 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:191 +msgid "Display Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:192 +msgid "Theme Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:193 +msgid "Custom Theme Settings" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Display.php:194 +msgid "Content Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:530 -msgid "Unseen channel activity" +#: ../../Zotlabs/Module/Settings/Display.php:200 +msgid "Display Theme:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 -msgid "Unseen private messages" +#: ../../Zotlabs/Module/Settings/Display.php:201 +msgid "Select scheme" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 -#: ../../Zotlabs/Module/Settings/Channel.php:536 -#: ../../Zotlabs/Module/Settings/Channel.php:537 -#: ../../Zotlabs/Module/Settings/Channel.php:538 -#: ../../extend/addon/addon/jappixmini/jappixmini.php:343 -msgid "Recommended" +#: ../../Zotlabs/Module/Settings/Display.php:203 +msgid "Mobile Theme:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:532 -msgid "Upcoming events" +#: ../../Zotlabs/Module/Settings/Display.php:204 +msgid "Preload images before rendering the page" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:533 -msgid "Events today" +#: ../../Zotlabs/Module/Settings/Display.php:204 +msgid "" +"The subjective page load time will be longer but the page will be ready when " +"displayed" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:534 -msgid "Upcoming birthdays" +#: ../../Zotlabs/Module/Settings/Display.php:205 +msgid "Enable user zoom on mobile devices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:534 -msgid "Not available in all themes" +#: ../../Zotlabs/Module/Settings/Display.php:206 +msgid "Update browser every xx seconds" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:535 -msgid "System (personal) notifications" +#: ../../Zotlabs/Module/Settings/Display.php:206 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:536 -msgid "System info messages" +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:537 -msgid "System critical alerts" +#: ../../Zotlabs/Module/Settings/Display.php:207 +msgid "Maximum of 100 items" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:538 -msgid "New connections" +#: ../../Zotlabs/Module/Settings/Display.php:208 +msgid "Show emoticons (smilies) as images" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:539 -msgid "System Registrations" +#: ../../Zotlabs/Module/Settings/Display.php:209 +msgid "Manual conversation updates" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:540 -msgid "" -"Also show new wall posts, private messages and connections under Notices" +#: ../../Zotlabs/Module/Settings/Display.php:209 +msgid "Default is on, turning this off may increase screen jumping" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 -msgid "Notify me of events this many days in advance" +#: ../../Zotlabs/Module/Settings/Display.php:210 +msgid "Link post titles to source" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 -msgid "Must be greater than 0" +#: ../../Zotlabs/Module/Settings/Display.php:211 +msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:548 -msgid "Advanced Account/Page Type Settings" +#: ../../Zotlabs/Module/Settings/Display.php:214 +msgid "Use blog/list mode on channel page" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:549 -msgid "Change the behaviour of this account for special situations" +#: ../../Zotlabs/Module/Settings/Display.php:214 +#: ../../Zotlabs/Module/Settings/Display.php:215 +msgid "(comments displayed separately)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:551 -msgid "Miscellaneous Settings" +#: ../../Zotlabs/Module/Settings/Display.php:215 +msgid "Use blog/list mode on grid page" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:552 -msgid "Default photo upload folder" +#: ../../Zotlabs/Module/Settings/Display.php:216 +msgid "Channel page max height of content (in pixels)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:552 -#: ../../Zotlabs/Module/Settings/Channel.php:553 -msgid "%Y - current year, %m - current month" +#: ../../Zotlabs/Module/Settings/Display.php:216 +#: ../../Zotlabs/Module/Settings/Display.php:217 +msgid "click to expand content exceeding this height" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:553 -msgid "Default file upload folder" +#: ../../Zotlabs/Module/Settings/Display.php:217 +msgid "Grid page max height of content (in pixels)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:555 -msgid "Personal menu to display in your channel pages" +#: ../../Zotlabs/Module/Settings/Permcats.php:37 +msgid "Permission category saved." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:557 -msgid "Remove this channel." +#: ../../Zotlabs/Module/Settings/Permcats.php:63 +msgid "" +"Use this form to create permission rules for various classes of people or " +"connections." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:558 -msgid "Firefox Share $Projectname provider" +#: ../../Zotlabs/Module/Settings/Permcats.php:96 ../../include/widgets.php:666 +msgid "Permission Categories" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:559 -msgid "Start calendar week on monday" +#: ../../Zotlabs/Module/Settings/Permcats.php:104 +msgid "Permission Name" msgstr "" #: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98 @@ -7669,111 +7673,111 @@ msgstr "" msgid "Video" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:209 +#: ../../Zotlabs/Lib/Apps.php:212 msgid "Site Admin" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:210 +#: ../../Zotlabs/Lib/Apps.php:213 #: ../../extend/addon/addon/buglink/buglink.php:16 msgid "Report Bug" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:211 +#: ../../Zotlabs/Lib/Apps.php:214 msgid "View Bookmarks" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:212 +#: ../../Zotlabs/Lib/Apps.php:215 msgid "My Chatrooms" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:214 +#: ../../Zotlabs/Lib/Apps.php:217 msgid "Firefox Share" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:215 +#: ../../Zotlabs/Lib/Apps.php:218 msgid "Remote Diagnostics" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:216 ../../include/features.php:328 +#: ../../Zotlabs/Lib/Apps.php:219 ../../include/features.php:337 msgid "Suggest Channels" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:217 ../../include/nav.php:116 +#: ../../Zotlabs/Lib/Apps.php:220 ../../include/nav.php:130 #: ../../boot.php:1732 msgid "Login" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:219 ../../include/nav.php:184 +#: ../../Zotlabs/Lib/Apps.php:222 ../../include/nav.php:194 msgid "Grid" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:223 ../../include/conversation.php:1903 +#: ../../Zotlabs/Lib/Apps.php:226 ../../include/conversation.php:1903 #: ../../include/features.php:99 msgid "Wiki" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:224 ../../include/nav.php:187 +#: ../../Zotlabs/Lib/Apps.php:227 ../../include/nav.php:198 msgid "Channel Home" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:227 ../../include/conversation.php:1853 -#: ../../include/conversation.php:1856 ../../include/nav.php:206 +#: ../../Zotlabs/Lib/Apps.php:230 ../../include/conversation.php:1853 +#: ../../include/conversation.php:1856 ../../include/nav.php:218 msgid "Events" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:228 ../../include/nav.php:172 +#: ../../Zotlabs/Lib/Apps.php:231 ../../include/nav.php:182 msgid "Directory" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:230 ../../include/nav.php:198 +#: ../../Zotlabs/Lib/Apps.php:233 ../../include/nav.php:210 msgid "Mail" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:233 ../../include/nav.php:99 +#: ../../Zotlabs/Lib/Apps.php:236 msgid "Chat" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:235 +#: ../../Zotlabs/Lib/Apps.php:238 msgid "Probe" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:236 +#: ../../Zotlabs/Lib/Apps.php:239 msgid "Suggest" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:237 +#: ../../Zotlabs/Lib/Apps.php:240 msgid "Random Channel" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:238 +#: ../../Zotlabs/Lib/Apps.php:241 msgid "Invite" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:239 ../../include/widgets.php:1587 +#: ../../Zotlabs/Lib/Apps.php:242 ../../include/widgets.php:1595 msgid "Features" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:240 +#: ../../Zotlabs/Lib/Apps.php:243 #: ../../extend/addon/addon/openid/MysqlProvider.php:69 msgid "Language" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:241 +#: ../../Zotlabs/Lib/Apps.php:244 msgid "Post" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:242 +#: ../../Zotlabs/Lib/Apps.php:245 #: ../../extend/addon/addon/openid/MysqlProvider.php:58 #: ../../extend/addon/addon/openid/MysqlProvider.php:59 #: ../../extend/addon/addon/openid/MysqlProvider.php:60 msgid "Profile Photo" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:349 +#: ../../Zotlabs/Lib/Apps.php:355 msgid "Purchase" msgstr "" -#: ../../Zotlabs/Lib/Apps.php:353 +#: ../../Zotlabs/Lib/Apps.php:359 msgid "Undelete" msgstr "" @@ -7781,6 +7785,26 @@ msgstr "" msgid "Wiki files deleted successfully" msgstr "" +#: ../../Zotlabs/Lib/Permcat.php:58 +msgctxt "permcat" +msgid "default" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:96 +msgctxt "permcat" +msgid "follower" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:100 +msgctxt "permcat" +msgid "contributor" +msgstr "" + +#: ../../Zotlabs/Lib/Permcat.php:104 +msgctxt "permcat" +msgid "publisher" +msgstr "" + #: ../../Zotlabs/Lib/NativeWikiPage.php:31 #: ../../Zotlabs/Lib/NativeWikiPage.php:62 msgid "(No Title)" @@ -7913,23 +7937,23 @@ msgstr "" msgid "Diaspora Protocol Settings updated." msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:698 +#: ../../extend/addon/addon/diaspora/diaspora.php:696 msgid "Enable the Diaspora protocol for this channel" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:702 +#: ../../extend/addon/addon/diaspora/diaspora.php:700 msgid "Allow any Diaspora member to comment on your public posts" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:706 +#: ../../extend/addon/addon/diaspora/diaspora.php:704 msgid "Prevent your hashtags from being redirected to other sites" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:711 +#: ../../extend/addon/addon/diaspora/diaspora.php:709 msgid "Followed hashtags (comma separated, do not include the #)" msgstr "" -#: ../../extend/addon/addon/diaspora/diaspora.php:716 +#: ../../extend/addon/addon/diaspora/diaspora.php:714 msgid "Diaspora Protocol Settings" msgstr "" @@ -8574,7 +8598,7 @@ msgid "IRC Chatroom" msgstr "" #: ../../extend/addon/addon/jappixmini/jappixmini.php:305 -#: ../../include/channel.php:1134 ../../include/channel.php:1296 +#: ../../include/channel.php:1139 ../../include/channel.php:1301 msgid "Status:" msgstr "" @@ -9110,7 +9134,7 @@ msgid "Page to load after image selection." msgstr "" #: ../../extend/addon/addon/openclipatar/openclipatar.php:58 -#: ../../include/nav.php:93 ../../include/channel.php:1043 +#: ../../include/channel.php:1048 ../../include/nav.php:107 msgid "Edit Profile" msgstr "" @@ -10343,22 +10367,22 @@ msgid "CalDAV/CardDAV Settings" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:272 -#: ../../include/connections.php:864 +#: ../../include/connections.php:896 msgid "Home, Voice" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:273 -#: ../../include/connections.php:865 +#: ../../include/connections.php:897 msgid "Home, Fax" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:275 -#: ../../include/connections.php:867 +#: ../../include/connections.php:899 msgid "Work, Voice" msgstr "" #: ../../extend/addon/addon/cdav/cdav.php:276 -#: ../../include/connections.php:868 +#: ../../include/connections.php:900 msgid "Work, Fax" msgstr "" @@ -10392,7 +10416,7 @@ msgstr "" msgid "Error creating new game." msgstr "" -#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:894 +#: ../../extend/addon/addon/chess/chess.php:379 ../../include/channel.php:899 msgid "Requested channel is not available." msgstr "" @@ -10690,22 +10714,22 @@ msgid "Error downloading wiki: " msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:76 -#: ../../include/widgets.php:962 +#: ../../include/widgets.php:970 msgid "Wiki Pages" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:81 -#: ../../include/widgets.php:968 +#: ../../include/widgets.php:976 msgid "Add new page" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:82 -#: ../../include/widgets.php:969 +#: ../../include/widgets.php:977 msgid "Page name" msgstr "" #: ../../extend/addon/addon/gitwiki/gitwiki.php:95 -#: ../../include/widgets.php:919 +#: ../../include/widgets.php:927 msgid "Wiki List" msgstr "" @@ -10876,25 +10900,25 @@ msgstr "" msgid "dislikes" msgstr "" -#: ../../include/markdown.php:409 +#: ../../include/markdown.php:444 msgid "Attachments:" msgstr "" -#: ../../include/markdown.php:504 ../../include/event.php:22 +#: ../../include/markdown.php:539 ../../include/event.php:22 #: ../../include/event.php:69 msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/markdown.php:506 +#: ../../include/markdown.php:541 msgid "$Projectname event notification:" msgstr "" -#: ../../include/markdown.php:510 ../../include/event.php:30 +#: ../../include/markdown.php:545 ../../include/event.php:30 #: ../../include/event.php:73 msgid "Starts:" msgstr "" -#: ../../include/markdown.php:518 ../../include/event.php:40 +#: ../../include/markdown.php:553 ../../include/event.php:40 #: ../../include/event.php:77 msgid "Finishes:" msgstr "" @@ -11224,15 +11248,15 @@ msgstr "" msgid "Ask me" msgstr "" -#: ../../include/connections.php:95 +#: ../../include/connections.php:127 msgid "New window" msgstr "" -#: ../../include/connections.php:96 +#: ../../include/connections.php:128 msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/connections.php:214 +#: ../../include/connections.php:246 #, php-format msgid "User '%s' deleted" msgstr "" @@ -11273,7 +11297,7 @@ msgstr "" msgid "remove" msgstr "" -#: ../../include/conversation.php:836 ../../include/nav.php:278 +#: ../../include/conversation.php:836 ../../include/nav.php:292 msgid "Loading..." msgstr "" @@ -11475,11 +11499,11 @@ msgid "Files and Storage" msgstr "" #: ../../include/conversation.php:1866 ../../include/conversation.php:1869 -#: ../../include/widgets.php:894 +#: ../../include/widgets.php:902 msgid "Chatrooms" msgstr "" -#: ../../include/conversation.php:1879 ../../include/nav.php:105 +#: ../../include/conversation.php:1879 msgid "Bookmarks" msgstr "" @@ -11542,6 +11566,10 @@ msgstr "" msgid "Channel clone failed. Import failed." msgstr "" +#: ../../include/import.php:100 +msgid "Cloned channel not found. Import failed." +msgstr "" + #: ../../include/import.php:1373 msgid "Unable to import element \"" msgstr "" @@ -11617,7 +11645,7 @@ msgstr "" msgid "Remove term" msgstr "" -#: ../../include/widgets.php:284 ../../include/features.php:292 +#: ../../include/widgets.php:284 ../../include/features.php:301 msgid "Saved Searches" msgstr "" @@ -11626,7 +11654,7 @@ msgid "add" msgstr "" #: ../../include/widgets.php:347 ../../include/contact_widgets.php:53 -#: ../../include/features.php:381 +#: ../../include/features.php:390 msgid "Saved Folders" msgstr "" @@ -11675,148 +11703,294 @@ msgstr "" msgid "Connected apps" msgstr "" -#: ../../include/widgets.php:675 +#: ../../include/widgets.php:683 msgid "Premium Channel Settings" msgstr "" -#: ../../include/widgets.php:704 +#: ../../include/widgets.php:712 msgid "Private Mail Menu" msgstr "" -#: ../../include/widgets.php:706 +#: ../../include/widgets.php:714 msgid "Combined View" msgstr "" -#: ../../include/widgets.php:711 ../../include/nav.php:201 +#: ../../include/widgets.php:719 ../../include/nav.php:213 msgid "Inbox" msgstr "" -#: ../../include/widgets.php:716 ../../include/nav.php:202 +#: ../../include/widgets.php:724 ../../include/nav.php:214 msgid "Outbox" msgstr "" -#: ../../include/widgets.php:721 ../../include/nav.php:203 +#: ../../include/widgets.php:729 ../../include/nav.php:215 msgid "New Message" msgstr "" -#: ../../include/widgets.php:738 ../../include/widgets.php:750 +#: ../../include/widgets.php:746 ../../include/widgets.php:758 msgid "Conversations" msgstr "" -#: ../../include/widgets.php:742 +#: ../../include/widgets.php:750 msgid "Received Messages" msgstr "" -#: ../../include/widgets.php:746 +#: ../../include/widgets.php:754 msgid "Sent Messages" msgstr "" -#: ../../include/widgets.php:760 +#: ../../include/widgets.php:768 msgid "No messages." msgstr "" -#: ../../include/widgets.php:778 +#: ../../include/widgets.php:786 msgid "Delete conversation" msgstr "" -#: ../../include/widgets.php:804 +#: ../../include/widgets.php:812 msgid "Events Tools" msgstr "" -#: ../../include/widgets.php:805 +#: ../../include/widgets.php:813 msgid "Export Calendar" msgstr "" -#: ../../include/widgets.php:806 +#: ../../include/widgets.php:814 msgid "Import Calendar" msgstr "" -#: ../../include/widgets.php:898 +#: ../../include/widgets.php:906 msgid "Overview" msgstr "" -#: ../../include/widgets.php:905 +#: ../../include/widgets.php:913 msgid "Chat Members" msgstr "" -#: ../../include/widgets.php:983 +#: ../../include/widgets.php:991 msgctxt "wiki_history" msgid "Message" msgstr "" -#: ../../include/widgets.php:1005 +#: ../../include/widgets.php:1013 msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/widgets.php:1036 +#: ../../include/widgets.php:1044 msgid "Suggested Chatrooms" msgstr "" -#: ../../include/widgets.php:1181 ../../include/widgets.php:1293 +#: ../../include/widgets.php:1189 ../../include/widgets.php:1301 msgid "photo/image" msgstr "" -#: ../../include/widgets.php:1236 +#: ../../include/widgets.php:1244 msgid "Click to show more" msgstr "" -#: ../../include/widgets.php:1387 +#: ../../include/widgets.php:1395 msgid "Rating Tools" msgstr "" -#: ../../include/widgets.php:1391 ../../include/widgets.php:1393 +#: ../../include/widgets.php:1399 ../../include/widgets.php:1401 msgid "Rate Me" msgstr "" -#: ../../include/widgets.php:1396 +#: ../../include/widgets.php:1404 msgid "View Ratings" msgstr "" -#: ../../include/widgets.php:1489 +#: ../../include/widgets.php:1497 msgid "Forums" msgstr "" -#: ../../include/widgets.php:1518 +#: ../../include/widgets.php:1526 msgid "Tasks" msgstr "" -#: ../../include/widgets.php:1584 ../../include/widgets.php:1622 +#: ../../include/widgets.php:1592 ../../include/widgets.php:1630 msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../include/widgets.php:1590 +#: ../../include/widgets.php:1598 msgid "Inspect queue" msgstr "" -#: ../../include/widgets.php:1592 +#: ../../include/widgets.php:1600 msgid "DB updates" msgstr "" -#: ../../include/widgets.php:1617 ../../include/nav.php:221 +#: ../../include/widgets.php:1625 ../../include/nav.php:233 msgid "Admin" msgstr "" -#: ../../include/widgets.php:1618 +#: ../../include/widgets.php:1626 msgid "Plugin Features" msgstr "" -#: ../../include/zot.php:666 +#: ../../include/zot.php:652 msgid "Invalid data packet" msgstr "" -#: ../../include/zot.php:682 +#: ../../include/zot.php:668 msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:2333 +#: ../../include/zot.php:2319 #, php-format msgid "Unable to verify site signature for %s" msgstr "" -#: ../../include/zot.php:3737 +#: ../../include/zot.php:3725 msgid "invalid target signature" msgstr "" +#: ../../include/channel.php:33 +msgid "Unable to obtain identity information from database" +msgstr "" + +#: ../../include/channel.php:67 +msgid "Empty name" +msgstr "" + +#: ../../include/channel.php:70 +msgid "Name too long" +msgstr "" + +#: ../../include/channel.php:181 +msgid "No account identifier" +msgstr "" + +#: ../../include/channel.php:193 +msgid "Nickname is required." +msgstr "" + +#: ../../include/channel.php:207 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/channel.php:212 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "" + +#: ../../include/channel.php:272 +msgid "Unable to retrieve created identity" +msgstr "" + +#: ../../include/channel.php:344 +msgid "Default Profile" +msgstr "" + +#: ../../include/channel.php:1045 +msgid "Create New Profile" +msgstr "" + +#: ../../include/channel.php:1065 +msgid "Visible to everybody" +msgstr "" + +#: ../../include/channel.php:1138 ../../include/channel.php:1257 +msgid "Gender:" +msgstr "" + +#: ../../include/channel.php:1140 ../../include/channel.php:1312 +msgid "Homepage:" +msgstr "" + +#: ../../include/channel.php:1141 +msgid "Online Now" +msgstr "" + +#: ../../include/channel.php:1262 +msgid "Like this channel" +msgstr "" + +#: ../../include/channel.php:1286 +msgid "j F, Y" +msgstr "" + +#: ../../include/channel.php:1287 +msgid "j F" +msgstr "" + +#: ../../include/channel.php:1294 +msgid "Birthday:" +msgstr "" + +#: ../../include/channel.php:1307 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: ../../include/channel.php:1310 +msgid "Sexual Preference:" +msgstr "" + +#: ../../include/channel.php:1316 +msgid "Tags:" +msgstr "" + +#: ../../include/channel.php:1318 +msgid "Political Views:" +msgstr "" + +#: ../../include/channel.php:1320 +msgid "Religion:" +msgstr "" + +#: ../../include/channel.php:1324 +msgid "Hobbies/Interests:" +msgstr "" + +#: ../../include/channel.php:1326 +msgid "Likes:" +msgstr "" + +#: ../../include/channel.php:1328 +msgid "Dislikes:" +msgstr "" + +#: ../../include/channel.php:1330 +msgid "Contact information and Social Networks:" +msgstr "" + +#: ../../include/channel.php:1332 +msgid "My other channels:" +msgstr "" + +#: ../../include/channel.php:1334 +msgid "Musical interests:" +msgstr "" + +#: ../../include/channel.php:1336 +msgid "Books, literature:" +msgstr "" + +#: ../../include/channel.php:1338 +msgid "Television:" +msgstr "" + +#: ../../include/channel.php:1340 +msgid "Film/dance/culture/entertainment:" +msgstr "" + +#: ../../include/channel.php:1342 +msgid "Love/Romance:" +msgstr "" + +#: ../../include/channel.php:1344 +msgid "Work/employment:" +msgstr "" + +#: ../../include/channel.php:1346 +msgid "School/education:" +msgstr "" + +#: ../../include/channel.php:1369 +msgid "Like this thing" +msgstr "" + #: ../../include/page_widgets.php:7 msgid "New Page" msgstr "" @@ -12612,167 +12786,147 @@ msgstr "" msgid "Specify folder" msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:119 ../../boot.php:1731 -msgid "Logout" -msgstr "" - -#: ../../include/nav.php:85 ../../include/nav.php:119 -msgid "End this session" -msgstr "" - #: ../../include/nav.php:88 -msgid "Your posts and conversations" -msgstr "" - -#: ../../include/nav.php:89 -msgid "Your profile page" -msgstr "" - -#: ../../include/nav.php:91 -msgid "Manage/Edit profiles" +msgid "Remote authentication" msgstr "" -#: ../../include/nav.php:93 -msgid "Edit your profile" +#: ../../include/nav.php:88 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../include/nav.php:95 -msgid "Your photos" +#: ../../include/nav.php:99 ../../include/nav.php:140 ../../boot.php:1731 +msgid "Logout" msgstr "" -#: ../../include/nav.php:96 -msgid "Your files" +#: ../../include/nav.php:99 ../../include/nav.php:140 +msgid "End this session" msgstr "" -#: ../../include/nav.php:99 -msgid "Your chatrooms" +#: ../../include/nav.php:103 +msgid "Your profile page" msgstr "" #: ../../include/nav.php:105 -msgid "Your bookmarks" -msgstr "" - -#: ../../include/nav.php:109 -msgid "Your webpages" +msgid "Manage/Edit profiles" msgstr "" -#: ../../include/nav.php:111 -msgid "Your wikis" +#: ../../include/nav.php:107 +msgid "Edit your profile" msgstr "" -#: ../../include/nav.php:116 +#: ../../include/nav.php:130 msgid "Sign in" msgstr "" -#: ../../include/nav.php:133 -msgid "Remote authentication" -msgstr "" - -#: ../../include/nav.php:133 -msgid "Click to authenticate to your home hub" -msgstr "" - -#: ../../include/nav.php:145 +#: ../../include/nav.php:155 msgid "Get me home" msgstr "" -#: ../../include/nav.php:147 +#: ../../include/nav.php:157 msgid "Log me out of this site" msgstr "" -#: ../../include/nav.php:152 +#: ../../include/nav.php:162 msgid "Create an account" msgstr "" -#: ../../include/nav.php:164 +#: ../../include/nav.php:174 msgid "Help and documentation" msgstr "" -#: ../../include/nav.php:168 +#: ../../include/nav.php:178 msgid "Applications, utilities, links, games" msgstr "" -#: ../../include/nav.php:170 +#: ../../include/nav.php:180 msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../include/nav.php:172 +#: ../../include/nav.php:182 msgid "Channel Directory" msgstr "" -#: ../../include/nav.php:184 +#: ../../include/nav.php:194 msgid "Your grid" msgstr "" -#: ../../include/nav.php:185 +#: ../../include/nav.php:195 +msgid "View your network/grid" +msgstr "" + +#: ../../include/nav.php:196 msgid "Mark all grid notifications seen" msgstr "" -#: ../../include/nav.php:187 +#: ../../include/nav.php:198 msgid "Channel home" msgstr "" -#: ../../include/nav.php:188 +#: ../../include/nav.php:199 +msgid "View your channel home" +msgstr "" + +#: ../../include/nav.php:200 msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/nav.php:194 +#: ../../include/nav.php:206 msgid "Notices" msgstr "" -#: ../../include/nav.php:194 +#: ../../include/nav.php:206 msgid "Notifications" msgstr "" -#: ../../include/nav.php:195 -msgid "See all notifications" +#: ../../include/nav.php:207 +msgid "View all notifications" msgstr "" -#: ../../include/nav.php:198 +#: ../../include/nav.php:210 msgid "Private mail" msgstr "" -#: ../../include/nav.php:199 -msgid "See all private messages" +#: ../../include/nav.php:211 +msgid "View your private messages" msgstr "" -#: ../../include/nav.php:200 +#: ../../include/nav.php:212 msgid "Mark all private messages seen" msgstr "" -#: ../../include/nav.php:206 +#: ../../include/nav.php:218 msgid "Event Calendar" msgstr "" -#: ../../include/nav.php:207 -msgid "See all events" +#: ../../include/nav.php:219 +msgid "View events" msgstr "" -#: ../../include/nav.php:208 +#: ../../include/nav.php:220 msgid "Mark all events seen" msgstr "" -#: ../../include/nav.php:211 +#: ../../include/nav.php:223 msgid "Manage Your Channels" msgstr "" -#: ../../include/nav.php:213 +#: ../../include/nav.php:225 msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:221 +#: ../../include/nav.php:233 msgid "Site Setup and Configuration" msgstr "" -#: ../../include/nav.php:274 +#: ../../include/nav.php:288 msgid "Documentation" msgstr "" -#: ../../include/nav.php:283 +#: ../../include/nav.php:297 msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../include/nav.php:284 +#: ../../include/nav.php:298 msgid "Please wait..." msgstr "" @@ -12784,31 +12938,31 @@ msgstr "" msgid "Failed authentication" msgstr "" -#: ../../include/follow.php:27 +#: ../../include/follow.php:26 msgid "Channel is blocked on this site." msgstr "" -#: ../../include/follow.php:32 +#: ../../include/follow.php:31 msgid "Channel location missing." msgstr "" -#: ../../include/follow.php:80 +#: ../../include/follow.php:73 msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/follow.php:97 +#: ../../include/follow.php:90 msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../include/follow.php:147 ../../include/follow.php:183 +#: ../../include/follow.php:140 ../../include/follow.php:175 msgid "Protocol disabled." msgstr "" -#: ../../include/follow.php:171 +#: ../../include/follow.php:163 msgid "Channel discovery failed." msgstr "" -#: ../../include/follow.php:210 +#: ../../include/follow.php:202 msgid "Cannot connect to yourself." msgstr "" @@ -12883,152 +13037,6 @@ msgstr "" msgid "%1$s's bookmarks" msgstr "" -#: ../../include/channel.php:33 -msgid "Unable to obtain identity information from database" -msgstr "" - -#: ../../include/channel.php:67 -msgid "Empty name" -msgstr "" - -#: ../../include/channel.php:70 -msgid "Name too long" -msgstr "" - -#: ../../include/channel.php:181 -msgid "No account identifier" -msgstr "" - -#: ../../include/channel.php:193 -msgid "Nickname is required." -msgstr "" - -#: ../../include/channel.php:207 -msgid "Reserved nickname. Please choose another." -msgstr "" - -#: ../../include/channel.php:212 -msgid "" -"Nickname has unsupported characters or is already being used on this site." -msgstr "" - -#: ../../include/channel.php:272 -msgid "Unable to retrieve created identity" -msgstr "" - -#: ../../include/channel.php:344 -msgid "Default Profile" -msgstr "" - -#: ../../include/channel.php:1040 -msgid "Create New Profile" -msgstr "" - -#: ../../include/channel.php:1060 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/channel.php:1133 ../../include/channel.php:1252 -msgid "Gender:" -msgstr "" - -#: ../../include/channel.php:1135 ../../include/channel.php:1307 -msgid "Homepage:" -msgstr "" - -#: ../../include/channel.php:1136 -msgid "Online Now" -msgstr "" - -#: ../../include/channel.php:1257 -msgid "Like this channel" -msgstr "" - -#: ../../include/channel.php:1281 -msgid "j F, Y" -msgstr "" - -#: ../../include/channel.php:1282 -msgid "j F" -msgstr "" - -#: ../../include/channel.php:1289 -msgid "Birthday:" -msgstr "" - -#: ../../include/channel.php:1302 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: ../../include/channel.php:1305 -msgid "Sexual Preference:" -msgstr "" - -#: ../../include/channel.php:1311 -msgid "Tags:" -msgstr "" - -#: ../../include/channel.php:1313 -msgid "Political Views:" -msgstr "" - -#: ../../include/channel.php:1315 -msgid "Religion:" -msgstr "" - -#: ../../include/channel.php:1319 -msgid "Hobbies/Interests:" -msgstr "" - -#: ../../include/channel.php:1321 -msgid "Likes:" -msgstr "" - -#: ../../include/channel.php:1323 -msgid "Dislikes:" -msgstr "" - -#: ../../include/channel.php:1325 -msgid "Contact information and Social Networks:" -msgstr "" - -#: ../../include/channel.php:1327 -msgid "My other channels:" -msgstr "" - -#: ../../include/channel.php:1329 -msgid "Musical interests:" -msgstr "" - -#: ../../include/channel.php:1331 -msgid "Books, literature:" -msgstr "" - -#: ../../include/channel.php:1333 -msgid "Television:" -msgstr "" - -#: ../../include/channel.php:1335 -msgid "Film/dance/culture/entertainment:" -msgstr "" - -#: ../../include/channel.php:1337 -msgid "Love/Romance:" -msgstr "" - -#: ../../include/channel.php:1339 -msgid "Work/employment:" -msgstr "" - -#: ../../include/channel.php:1341 -msgid "School/education:" -msgstr "" - -#: ../../include/channel.php:1364 -msgid "Like this thing" -msgstr "" - #: ../../include/group.php:26 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -13044,7 +13052,7 @@ msgstr "" msgid "edit" msgstr "" -#: ../../include/group.php:311 ../../include/features.php:283 +#: ../../include/group.php:311 ../../include/features.php:292 msgid "Privacy Groups" msgstr "" @@ -13278,225 +13286,233 @@ msgid "Provide chatrooms and chat services with access control." msgstr "" #: ../../include/features.php:153 -msgid "Smart Birthdays" +msgid "Permission Groups" msgstr "" #: ../../include/features.php:154 +msgid "Provide alternate connection permission roles." +msgstr "" + +#: ../../include/features.php:162 +msgid "Smart Birthdays" +msgstr "" + +#: ../../include/features.php:163 msgid "" "Make birthday events timezone aware in case your friends are scattered " "across the planet." msgstr "" -#: ../../include/features.php:162 +#: ../../include/features.php:171 msgid "Event Timezone Selection" msgstr "" -#: ../../include/features.php:163 +#: ../../include/features.php:172 msgid "Allow event creation in timezones other than your own." msgstr "" -#: ../../include/features.php:171 +#: ../../include/features.php:180 msgid "Advanced Directory Search" msgstr "" -#: ../../include/features.php:172 +#: ../../include/features.php:181 msgid "Allows creation of complex directory search queries" msgstr "" -#: ../../include/features.php:180 +#: ../../include/features.php:189 msgid "Advanced Theme and Layout Settings" msgstr "" -#: ../../include/features.php:181 +#: ../../include/features.php:190 msgid "Allows fine tuning of themes and page layouts" msgstr "" -#: ../../include/features.php:191 +#: ../../include/features.php:200 msgid "Post Composition Features" msgstr "" -#: ../../include/features.php:195 +#: ../../include/features.php:204 msgid "Large Photos" msgstr "" -#: ../../include/features.php:196 +#: ../../include/features.php:205 msgid "" "Include large (1024px) photo thumbnails in posts. If not enabled, use small " "(640px) photo thumbnails" msgstr "" -#: ../../include/features.php:205 +#: ../../include/features.php:214 msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/features.php:213 +#: ../../include/features.php:222 msgid "Even More Encryption" msgstr "" -#: ../../include/features.php:214 +#: ../../include/features.php:223 msgid "" "Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/features.php:222 +#: ../../include/features.php:231 msgid "Enable Voting Tools" msgstr "" -#: ../../include/features.php:223 +#: ../../include/features.php:232 msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../include/features.php:231 +#: ../../include/features.php:240 msgid "Disable Comments" msgstr "" -#: ../../include/features.php:232 +#: ../../include/features.php:241 msgid "Provide the option to disable comments for a post" msgstr "" -#: ../../include/features.php:240 +#: ../../include/features.php:249 msgid "Delayed Posting" msgstr "" -#: ../../include/features.php:241 +#: ../../include/features.php:250 msgid "Allow posts to be published at a later date" msgstr "" -#: ../../include/features.php:249 +#: ../../include/features.php:258 msgid "Content Expiration" msgstr "" -#: ../../include/features.php:250 +#: ../../include/features.php:259 msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/features.php:258 +#: ../../include/features.php:267 msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../include/features.php:259 +#: ../../include/features.php:268 msgid "" "Prevent posts with identical content to be published with less than two " "minutes in between submissions." msgstr "" -#: ../../include/features.php:270 +#: ../../include/features.php:279 msgid "Network and Stream Filtering" msgstr "" -#: ../../include/features.php:274 +#: ../../include/features.php:283 msgid "Search by Date" msgstr "" -#: ../../include/features.php:275 +#: ../../include/features.php:284 msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/features.php:284 +#: ../../include/features.php:293 msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../include/features.php:293 +#: ../../include/features.php:302 msgid "Save search terms for re-use" msgstr "" -#: ../../include/features.php:301 +#: ../../include/features.php:310 msgid "Network Personal Tab" msgstr "" -#: ../../include/features.php:302 +#: ../../include/features.php:311 msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/features.php:310 +#: ../../include/features.php:319 msgid "Network New Tab" msgstr "" -#: ../../include/features.php:311 +#: ../../include/features.php:320 msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/features.php:319 +#: ../../include/features.php:328 msgid "Affinity Tool" msgstr "" -#: ../../include/features.php:320 +#: ../../include/features.php:329 msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/features.php:329 +#: ../../include/features.php:338 msgid "Show friend and connection suggestions" msgstr "" -#: ../../include/features.php:337 +#: ../../include/features.php:346 msgid "Connection Filtering" msgstr "" -#: ../../include/features.php:338 +#: ../../include/features.php:347 msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../include/features.php:350 +#: ../../include/features.php:359 msgid "Post/Comment Tools" msgstr "" -#: ../../include/features.php:354 +#: ../../include/features.php:363 msgid "Community Tagging" msgstr "" -#: ../../include/features.php:355 +#: ../../include/features.php:364 msgid "Ability to tag existing posts" msgstr "" -#: ../../include/features.php:363 +#: ../../include/features.php:372 msgid "Post Categories" msgstr "" -#: ../../include/features.php:364 +#: ../../include/features.php:373 msgid "Add categories to your posts" msgstr "" -#: ../../include/features.php:372 +#: ../../include/features.php:381 msgid "Emoji Reactions" msgstr "" -#: ../../include/features.php:373 +#: ../../include/features.php:382 msgid "Add emoji reaction ability to posts" msgstr "" -#: ../../include/features.php:382 +#: ../../include/features.php:391 msgid "Ability to file posts under folders" msgstr "" -#: ../../include/features.php:390 +#: ../../include/features.php:399 msgid "Dislike Posts" msgstr "" -#: ../../include/features.php:391 +#: ../../include/features.php:400 msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/features.php:399 +#: ../../include/features.php:408 msgid "Star Posts" msgstr "" -#: ../../include/features.php:400 +#: ../../include/features.php:409 msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/features.php:408 +#: ../../include/features.php:417 msgid "Tag Cloud" msgstr "" -#: ../../include/features.php:409 +#: ../../include/features.php:418 msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/features.php:421 +#: ../../include/features.php:430 msgid "Premium Channel" msgstr "" -#: ../../include/features.php:422 +#: ../../include/features.php:431 msgid "" "Allows you to set restrictions and terms on those that connect with your " "channel" @@ -13657,8 +13673,7 @@ msgid "Update Error at %s" msgstr "" #: ../../boot.php:1712 -msgid "" -"Create an account to access services and applications within the Hubzilla" +msgid "Create an account to access services and applications" msgstr "" #: ../../boot.php:1734 -- cgit v1.2.3 From 1f39c16d99720811601791c852314e4c69f24dd5 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Mon, 13 Feb 2017 17:51:39 -0800 Subject: util/pconfig - don't enumerate empty arrays, mod_acl - add more comments --- util/pconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/pconfig b/util/pconfig index 1847a5a81..36d894fb5 100755 --- a/util/pconfig +++ b/util/pconfig @@ -73,8 +73,10 @@ if($argc == 4) { if($argc == 3) { load_pconfig($argv[1],$argv[2]); - foreach(App::$config[$argv[1]][$argv[2]] as $k => $x) { - echo "pconfig[{$argv[1]}][{$argv[2]}][{$k}] = " . $x . "\n"; + if(App::$config[$argv[1]][$argv[2]]) { + foreach(App::$config[$argv[1]][$argv[2]] as $k => $x) { + echo "pconfig[{$argv[1]}][{$argv[2]}][{$k}] = " . $x . "\n"; + } } } -- cgit v1.2.3 From 2a7ec29cd13f0e7f0ffd98741cd3d0454bcb8684 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Fri, 17 Feb 2017 12:32:02 -0800 Subject: string update --- util/hmessages.po | 820 +++++++++++++++++++++++++++--------------------------- 1 file changed, 415 insertions(+), 405 deletions(-) (limited to 'util') diff --git a/util/hmessages.po b/util/hmessages.po index f9f817747..edbfd9a23 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-10 00:05-0800\n" +"POT-Creation-Date: 2017-02-17 00:05-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -88,9 +88,9 @@ msgid "Special - Group Repository" msgstr "" #: ../../Zotlabs/Access/PermissionRoles.php:270 -#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:887 +#: ../../Zotlabs/Module/Register.php:213 ../../Zotlabs/Module/Connedit.php:879 #: ../../Zotlabs/Module/New_channel.php:132 -#: ../../Zotlabs/Module/Settings/Channel.php:447 +#: ../../Zotlabs/Module/Settings/Channel.php:463 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1148 #: ../../extend/addon/addon/cdav/cdav.php:277 #: ../../extend/addon/addon/cdav/cdav.php:284 ../../include/selectors.php:49 @@ -181,7 +181,7 @@ msgstr "" msgid "parent" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2698 +#: ../../Zotlabs/Storage/Browser.php:130 ../../include/text.php:2695 msgid "Collection" msgstr "" @@ -230,7 +230,7 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:228 ../../Zotlabs/Storage/Browser.php:321 -#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:890 +#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/Connedit.php:882 #: ../../Zotlabs/Module/New_channel.php:147 #: ../../Zotlabs/Module/Blocks.php:159 ../../Zotlabs/Module/Layouts.php:184 #: ../../Zotlabs/Module/Webpages.php:243 @@ -243,7 +243,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:229 ../../Zotlabs/Storage/Browser.php:323 #: ../../Zotlabs/Module/Photos.php:811 ../../Zotlabs/Module/Photos.php:1368 #: ../../Zotlabs/Module/Cover_photo.php:357 -#: ../../Zotlabs/Module/Profile_photo.php:410 +#: ../../Zotlabs/Module/Profile_photo.php:412 #: ../../Zotlabs/Module/Embedphotos.php:157 #: ../../extend/addon/addon/cdav/include/widgets.php:132 #: ../../extend/addon/addon/cdav/include/widgets.php:168 @@ -253,7 +253,7 @@ msgstr "" #: ../../Zotlabs/Storage/Browser.php:233 #: ../../Zotlabs/Module/Admin/Channels.php:159 -#: ../../Zotlabs/Module/Connedit.php:875 +#: ../../Zotlabs/Module/Connedit.php:867 #: ../../Zotlabs/Module/Sharedwithme.php:99 ../../Zotlabs/Module/Wiki.php:170 #: ../../Zotlabs/Module/Settings/Oauth.php:89 #: ../../Zotlabs/Module/Settings/Oauth.php:115 @@ -271,7 +271,7 @@ msgid "Type" msgstr "" #: ../../Zotlabs/Storage/Browser.php:235 -#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1406 +#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1408 msgid "Size" msgstr "" @@ -311,7 +311,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:149 #: ../../Zotlabs/Module/Editlayout.php:137 #: ../../Zotlabs/Module/Editwebpage.php:170 -#: ../../Zotlabs/Module/Connedit.php:634 ../../Zotlabs/Module/Connedit.php:892 +#: ../../Zotlabs/Module/Connedit.php:626 ../../Zotlabs/Module/Connedit.php:884 #: ../../Zotlabs/Module/Group.php:177 ../../Zotlabs/Module/Blocks.php:162 #: ../../Zotlabs/Module/Webpages.php:246 #: ../../Zotlabs/Module/Settings/Oauth.php:150 @@ -377,7 +377,7 @@ msgstr "" #: ../../Zotlabs/Module/Editwebpage.php:104 #: ../../Zotlabs/Module/Editwebpage.php:126 ../../Zotlabs/Module/Like.php:181 #: ../../Zotlabs/Module/Network.php:15 ../../Zotlabs/Module/Menu.php:78 -#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Connedit.php:396 +#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Connedit.php:388 #: ../../Zotlabs/Module/Filestorage.php:23 #: ../../Zotlabs/Module/Filestorage.php:78 #: ../../Zotlabs/Module/Filestorage.php:93 @@ -397,8 +397,8 @@ msgstr "" #: ../../Zotlabs/Module/Blocks.php:80 ../../Zotlabs/Module/Layouts.php:71 #: ../../Zotlabs/Module/Layouts.php:78 ../../Zotlabs/Module/Layouts.php:89 #: ../../Zotlabs/Module/Rate.php:113 -#: ../../Zotlabs/Module/Profile_photo.php:273 -#: ../../Zotlabs/Module/Profile_photo.php:286 +#: ../../Zotlabs/Module/Profile_photo.php:274 +#: ../../Zotlabs/Module/Profile_photo.php:287 #: ../../Zotlabs/Module/Events.php:271 ../../Zotlabs/Module/Common.php:39 #: ../../Zotlabs/Module/Channel.php:107 ../../Zotlabs/Module/Channel.php:237 #: ../../Zotlabs/Module/Channel.php:277 ../../Zotlabs/Module/Regmod.php:21 @@ -422,12 +422,12 @@ msgstr "" #: ../../extend/addon/addon/diaspora_reconnect/diaspora_reconnect.php:58 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:194 #: ../../extend/addon/addon/gitwiki/Mod_Gitwiki.php:291 -#: ../../include/attach.php:142 ../../include/attach.php:189 -#: ../../include/attach.php:253 ../../include/attach.php:267 -#: ../../include/attach.php:274 ../../include/attach.php:341 -#: ../../include/attach.php:355 ../../include/attach.php:362 -#: ../../include/attach.php:439 ../../include/attach.php:906 -#: ../../include/attach.php:977 ../../include/attach.php:1135 +#: ../../include/attach.php:144 ../../include/attach.php:191 +#: ../../include/attach.php:255 ../../include/attach.php:269 +#: ../../include/attach.php:276 ../../include/attach.php:343 +#: ../../include/attach.php:357 ../../include/attach.php:364 +#: ../../include/attach.php:441 ../../include/attach.php:908 +#: ../../include/attach.php:979 ../../include/attach.php:1137 #: ../../include/photos.php:27 ../../include/items.php:3445 msgid "Permission denied." msgstr "" @@ -635,7 +635,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:97 ../../Zotlabs/Module/Photos.php:729 #: ../../Zotlabs/Module/Profile_photo.php:115 -#: ../../Zotlabs/Module/Profile_photo.php:219 +#: ../../Zotlabs/Module/Profile_photo.php:220 #: ../../include/photo/photo_driver.php:730 msgid "Profile Photos" msgstr "" @@ -695,7 +695,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:218 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -#: ../../Zotlabs/Module/Connedit.php:410 ../../Zotlabs/Module/Connedit.php:748 +#: ../../Zotlabs/Module/Connedit.php:402 ../../Zotlabs/Module/Connedit.php:740 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 @@ -703,7 +703,7 @@ msgstr "" #: ../../Zotlabs/Module/Api.php:97 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 #: ../../Zotlabs/Module/Wiki.php:178 -#: ../../Zotlabs/Module/Settings/Channel.php:291 +#: ../../Zotlabs/Module/Settings/Channel.php:294 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 @@ -759,7 +759,7 @@ msgstr "" #: ../../Zotlabs/Module/Photos.php:652 ../../Zotlabs/Module/Admin/Site.php:220 #: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 -#: ../../Zotlabs/Module/Connedit.php:410 +#: ../../Zotlabs/Module/Connedit.php:402 #: ../../Zotlabs/Module/Filestorage.php:160 #: ../../Zotlabs/Module/Filestorage.php:168 ../../Zotlabs/Module/Mitem.php:162 #: ../../Zotlabs/Module/Mitem.php:163 ../../Zotlabs/Module/Mitem.php:240 @@ -767,7 +767,7 @@ msgstr "" #: ../../Zotlabs/Module/Api.php:96 ../../Zotlabs/Module/Events.php:470 #: ../../Zotlabs/Module/Events.php:471 ../../Zotlabs/Module/Removeme.php:63 #: ../../Zotlabs/Module/Wiki.php:178 -#: ../../Zotlabs/Module/Settings/Channel.php:291 +#: ../../Zotlabs/Module/Settings/Channel.php:294 #: ../../Zotlabs/Module/Settings/Display.php:103 #: ../../extend/addon/addon/dwpost/dwpost.php:73 #: ../../extend/addon/addon/dwpost/dwpost.php:85 @@ -830,10 +830,10 @@ msgid "Description (optional):" msgstr "" #: ../../Zotlabs/Module/Photos.php:657 ../../Zotlabs/Module/Photos.php:1042 -#: ../../Zotlabs/Module/Connedit.php:645 +#: ../../Zotlabs/Module/Connedit.php:637 #: ../../Zotlabs/Module/Filestorage.php:152 ../../Zotlabs/Module/Thing.php:313 #: ../../Zotlabs/Module/Thing.php:363 ../../Zotlabs/Module/Chat.php:234 -#: ../../include/acl_selectors.php:208 +#: ../../include/acl_selectors.php:218 msgid "Permissions" msgstr "" @@ -850,7 +850,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:147 #: ../../Zotlabs/Module/Admin/Site.php:260 #: ../../Zotlabs/Module/Admin/Plugins.php:433 -#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Connedit.php:855 +#: ../../Zotlabs/Module/Locs.php:121 ../../Zotlabs/Module/Connedit.php:847 #: ../../Zotlabs/Module/Filestorage.php:165 ../../Zotlabs/Module/Cal.php:342 #: ../../Zotlabs/Module/Group.php:85 ../../Zotlabs/Module/Import_items.php:122 #: ../../Zotlabs/Module/Import.php:507 ../../Zotlabs/Module/Mitem.php:243 @@ -866,7 +866,7 @@ msgstr "" #: ../../Zotlabs/Module/Settings/Account.php:118 #: ../../Zotlabs/Module/Settings/Tokens.php:168 #: ../../Zotlabs/Module/Settings/Featured.php:50 -#: ../../Zotlabs/Module/Settings/Channel.php:460 +#: ../../Zotlabs/Module/Settings/Channel.php:476 #: ../../Zotlabs/Module/Settings/Display.php:196 #: ../../Zotlabs/Module/Settings/Permcats.php:112 #: ../../Zotlabs/Module/Thing.php:320 ../../Zotlabs/Module/Thing.php:370 @@ -1157,7 +1157,7 @@ msgid "Dislikes" msgstr "" #: ../../Zotlabs/Module/Photos.php:1264 ../../Zotlabs/Lib/ThreadItem.php:406 -#: ../../include/acl_selectors.php:210 +#: ../../include/acl_selectors.php:220 msgid "Close" msgstr "" @@ -1185,11 +1185,17 @@ msgstr "" msgid "Edit post" msgstr "" -#: ../../Zotlabs/Module/Acl.php:313 +#: ../../Zotlabs/Module/Acl.php:117 ../../Zotlabs/Module/Lockview.php:117 +#: ../../Zotlabs/Module/Lockview.php:153 ../../include/acl_selectors.php:183 +msgctxt "acl" +msgid "Profile" +msgstr "" + +#: ../../Zotlabs/Module/Acl.php:344 msgid "network" msgstr "" -#: ../../Zotlabs/Module/Acl.php:323 +#: ../../Zotlabs/Module/Acl.php:354 msgid "RSS" msgstr "" @@ -1411,7 +1417,7 @@ msgstr "" #: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Admin/Profs.php:74 #: ../../Zotlabs/Module/Admin/Profs.php:94 ../../Zotlabs/Module/Rbmark.php:32 #: ../../Zotlabs/Module/Rbmark.php:104 ../../include/widgets.php:202 -#: ../../include/text.php:1003 ../../include/text.php:1015 +#: ../../include/text.php:1005 ../../include/text.php:1017 msgid "Save" msgstr "" @@ -1467,7 +1473,7 @@ msgstr "" #: ../../Zotlabs/Module/Connections.php:92 #: ../../Zotlabs/Module/Connections.php:107 -#: ../../Zotlabs/Module/Connedit.php:682 ../../include/widgets.php:544 +#: ../../Zotlabs/Module/Connedit.php:674 ../../include/widgets.php:544 msgid "All" msgstr "" @@ -1480,7 +1486,7 @@ msgid "Show pending (new) connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:145 -#: ../../Zotlabs/Module/Profperm.php:144 +#: ../../Zotlabs/Module/Profperm.php:140 msgid "All Connections" msgstr "" @@ -1555,7 +1561,7 @@ msgid "Ignore connection" msgstr "" #: ../../Zotlabs/Module/Connections.php:287 -#: ../../Zotlabs/Module/Connedit.php:610 +#: ../../Zotlabs/Module/Connedit.php:602 msgid "Ignore" msgstr "" @@ -1564,14 +1570,14 @@ msgid "Recent activity" msgstr "" #: ../../Zotlabs/Module/Connections.php:312 ../../Zotlabs/Lib/Apps.php:216 -#: ../../include/text.php:932 ../../include/nav.php:203 +#: ../../include/text.php:934 ../../include/nav.php:203 msgid "Connections" msgstr "" #: ../../Zotlabs/Module/Connections.php:316 ../../Zotlabs/Module/Search.php:44 -#: ../../Zotlabs/Lib/Apps.php:237 ../../include/acl_selectors.php:203 -#: ../../include/widgets.php:316 ../../include/text.php:1002 -#: ../../include/text.php:1014 ../../include/nav.php:180 +#: ../../Zotlabs/Lib/Apps.php:237 ../../include/acl_selectors.php:213 +#: ../../include/widgets.php:316 ../../include/text.php:1004 +#: ../../include/text.php:1016 ../../include/nav.php:180 msgid "Search" msgstr "" @@ -1605,17 +1611,17 @@ msgid "Image resize failed." msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:168 -#: ../../Zotlabs/Module/Profile_photo.php:196 ../../include/photos.php:149 +#: ../../Zotlabs/Module/Profile_photo.php:197 ../../include/photos.php:149 msgid "Unable to process image" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:192 -#: ../../Zotlabs/Module/Profile_photo.php:231 +#: ../../Zotlabs/Module/Profile_photo.php:232 msgid "Image upload failed." msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:210 -#: ../../Zotlabs/Module/Profile_photo.php:250 +#: ../../Zotlabs/Module/Profile_photo.php:251 msgid "Unable to process image." msgstr "" @@ -1648,18 +1654,18 @@ msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:303 #: ../../Zotlabs/Module/Cover_photo.php:318 -#: ../../Zotlabs/Module/Profile_photo.php:311 -#: ../../Zotlabs/Module/Profile_photo.php:352 +#: ../../Zotlabs/Module/Profile_photo.php:312 +#: ../../Zotlabs/Module/Profile_photo.php:354 msgid "Photo not available." msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:354 -#: ../../Zotlabs/Module/Profile_photo.php:407 +#: ../../Zotlabs/Module/Profile_photo.php:409 msgid "Upload File:" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:355 -#: ../../Zotlabs/Module/Profile_photo.php:408 +#: ../../Zotlabs/Module/Profile_photo.php:410 msgid "Select a profile:" msgstr "" @@ -1668,33 +1674,33 @@ msgid "Upload Cover Photo" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 -#: ../../Zotlabs/Module/Settings/Channel.php:401 +#: ../../Zotlabs/Module/Profile_photo.php:418 +#: ../../Zotlabs/Module/Settings/Channel.php:404 msgid "or" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 +#: ../../Zotlabs/Module/Profile_photo.php:418 msgid "skip this step" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:361 -#: ../../Zotlabs/Module/Profile_photo.php:416 +#: ../../Zotlabs/Module/Profile_photo.php:418 msgid "select a photo from your photo albums" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:377 -#: ../../Zotlabs/Module/Profile_photo.php:435 +#: ../../Zotlabs/Module/Profile_photo.php:437 msgid "Crop Image" msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:378 -#: ../../Zotlabs/Module/Profile_photo.php:436 +#: ../../Zotlabs/Module/Profile_photo.php:438 msgid "Please adjust the image cropping for optimum viewing." msgstr "" #: ../../Zotlabs/Module/Cover_photo.php:380 -#: ../../Zotlabs/Module/Profile_photo.php:438 +#: ../../Zotlabs/Module/Profile_photo.php:440 msgid "Done Editing" msgstr "" @@ -2082,7 +2088,7 @@ msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:169 #: ../../Zotlabs/Module/Admin/Accounts.php:181 -#: ../../Zotlabs/Module/Connedit.php:879 +#: ../../Zotlabs/Module/Connedit.php:871 #: ../../extend/addon/addon/redred/redred.php:107 #: ../../extend/addon/addon/rtof/rtof.php:93 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1140 @@ -2101,12 +2107,12 @@ msgid "Deny" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:174 -#: ../../Zotlabs/Module/Connedit.php:602 +#: ../../Zotlabs/Module/Connedit.php:594 msgid "Block" msgstr "" #: ../../Zotlabs/Module/Admin/Accounts.php:175 -#: ../../Zotlabs/Module/Connedit.php:602 +#: ../../Zotlabs/Module/Connedit.php:594 msgid "Unblock" msgstr "" @@ -2114,7 +2120,7 @@ msgstr "" msgid "ID" msgstr "" -#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:267 +#: ../../Zotlabs/Module/Admin/Accounts.php:182 ../../include/group.php:287 msgid "All Channels" msgstr "" @@ -2226,7 +2232,7 @@ msgid "UID" msgstr "" #: ../../Zotlabs/Module/Admin/Channels.php:160 -#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:882 +#: ../../Zotlabs/Module/Locs.php:118 ../../Zotlabs/Module/Connedit.php:874 #: ../../Zotlabs/Module/Profiles.php:503 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1143 msgid "Address" @@ -2288,7 +2294,7 @@ msgstr "" msgid "Site settings updated." msgstr "" -#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2934 +#: ../../Zotlabs/Module/Admin/Site.php:159 ../../include/text.php:2931 msgid "Default" msgstr "" @@ -2723,7 +2729,7 @@ msgid "Install" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:418 -#: ../../Zotlabs/Module/Connedit.php:893 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Connedit.php:885 ../../Zotlabs/Module/Fbrowser.php:66 #: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Wiki.php:263 #: ../../Zotlabs/Module/Wiki.php:288 #: ../../Zotlabs/Module/Settings/Oauth.php:88 @@ -2752,7 +2758,7 @@ msgid "Install a New Plugin Repository" msgstr "" #: ../../Zotlabs/Module/Admin/Plugins.php:448 -#: ../../Zotlabs/Module/Connedit.php:891 +#: ../../Zotlabs/Module/Connedit.php:883 #: ../../Zotlabs/Module/Settings/Oauth.php:42 #: ../../Zotlabs/Module/Settings/Oauth.php:113 ../../Zotlabs/Lib/Apps.php:348 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1152 @@ -2860,26 +2866,26 @@ msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 #: ../../Zotlabs/Module/Tagger.php:47 -#: ../../extend/addon/addon/diaspora/inbound.php:1781 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 #: ../../extend/addon/addon/redphotos/redphotohelper.php:74 -#: ../../include/conversation.php:120 ../../include/text.php:1956 +#: ../../include/conversation.php:120 ../../include/text.php:1953 msgid "photo" msgstr "" #: ../../Zotlabs/Module/Like.php:370 ../../Zotlabs/Module/Subthread.php:87 -#: ../../extend/addon/addon/diaspora/inbound.php:1781 -#: ../../include/conversation.php:148 ../../include/text.php:1962 +#: ../../extend/addon/addon/diaspora/inbound.php:1794 +#: ../../include/conversation.php:148 ../../include/text.php:1959 msgid "status" msgstr "" #: ../../Zotlabs/Module/Like.php:372 ../../Zotlabs/Module/Events.php:260 #: ../../Zotlabs/Module/Tagger.php:51 ../../include/conversation.php:123 -#: ../../include/text.php:1959 ../../include/event.php:1000 +#: ../../include/text.php:1956 ../../include/event.php:1000 msgid "event" msgstr "" #: ../../Zotlabs/Module/Like.php:419 -#: ../../extend/addon/addon/diaspora/inbound.php:1810 +#: ../../extend/addon/addon/diaspora/inbound.php:1823 #: ../../include/conversation.php:164 #, php-format msgid "%1$s likes %2$s's %3$s" @@ -3000,7 +3006,7 @@ msgstr "" msgid "Submit and proceed" msgstr "" -#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2287 +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2284 msgid "Menus" msgstr "" @@ -3191,306 +3197,306 @@ msgstr "" msgid "Could not locate selected profile." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:257 +#: ../../Zotlabs/Module/Connedit.php:249 msgid "Connection updated." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:259 +#: ../../Zotlabs/Module/Connedit.php:251 msgid "Failed to update connection record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:309 +#: ../../Zotlabs/Module/Connedit.php:301 msgid "is now connected to" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:442 +#: ../../Zotlabs/Module/Connedit.php:434 msgid "Could not access address book record." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:462 +#: ../../Zotlabs/Module/Connedit.php:454 msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:477 ../../Zotlabs/Module/Connedit.php:486 -#: ../../Zotlabs/Module/Connedit.php:495 ../../Zotlabs/Module/Connedit.php:504 -#: ../../Zotlabs/Module/Connedit.php:517 +#: ../../Zotlabs/Module/Connedit.php:469 ../../Zotlabs/Module/Connedit.php:478 +#: ../../Zotlabs/Module/Connedit.php:487 ../../Zotlabs/Module/Connedit.php:496 +#: ../../Zotlabs/Module/Connedit.php:509 msgid "Unable to set address book parameters." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:541 +#: ../../Zotlabs/Module/Connedit.php:533 msgid "Connection has been removed." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:581 ../../Zotlabs/Lib/Apps.php:228 +#: ../../Zotlabs/Module/Connedit.php:573 ../../Zotlabs/Lib/Apps.php:228 #: ../../extend/addon/addon/openclipatar/openclipatar.php:57 #: ../../include/conversation.php:936 ../../include/conversation.php:1049 #: ../../include/nav.php:103 msgid "View Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:584 +#: ../../Zotlabs/Module/Connedit.php:576 #, php-format msgid "View %s's profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:588 +#: ../../Zotlabs/Module/Connedit.php:580 msgid "Refresh Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:591 +#: ../../Zotlabs/Module/Connedit.php:583 msgid "Fetch updated permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:595 +#: ../../Zotlabs/Module/Connedit.php:587 msgid "Recent Activity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:598 +#: ../../Zotlabs/Module/Connedit.php:590 msgid "View recent posts and comments" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:605 +#: ../../Zotlabs/Module/Connedit.php:597 msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:606 +#: ../../Zotlabs/Module/Connedit.php:598 msgid "This connection is blocked!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:610 +#: ../../Zotlabs/Module/Connedit.php:602 msgid "Unignore" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:613 +#: ../../Zotlabs/Module/Connedit.php:605 msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:614 +#: ../../Zotlabs/Module/Connedit.php:606 msgid "This connection is ignored!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:618 +#: ../../Zotlabs/Module/Connedit.php:610 msgid "Unarchive" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:618 +#: ../../Zotlabs/Module/Connedit.php:610 msgid "Archive" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:621 +#: ../../Zotlabs/Module/Connedit.php:613 msgid "" "Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:622 +#: ../../Zotlabs/Module/Connedit.php:614 msgid "This connection is archived!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:626 +#: ../../Zotlabs/Module/Connedit.php:618 msgid "Unhide" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:626 +#: ../../Zotlabs/Module/Connedit.php:618 msgid "Hide" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:629 +#: ../../Zotlabs/Module/Connedit.php:621 msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:630 +#: ../../Zotlabs/Module/Connedit.php:622 msgid "This connection is hidden!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:637 +#: ../../Zotlabs/Module/Connedit.php:629 msgid "Delete this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:648 +#: ../../Zotlabs/Module/Connedit.php:640 msgid "Open Individual Permissions section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:671 +#: ../../Zotlabs/Module/Connedit.php:663 msgid "Affinity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:674 +#: ../../Zotlabs/Module/Connedit.php:666 msgid "Open Set Affinity section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:678 ../../include/widgets.php:540 +#: ../../Zotlabs/Module/Connedit.php:670 ../../include/widgets.php:540 msgid "Me" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:679 ../../include/widgets.php:541 +#: ../../Zotlabs/Module/Connedit.php:671 ../../include/widgets.php:541 msgid "Family" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:680 -#: ../../Zotlabs/Module/Settings/Channel.php:61 -#: ../../Zotlabs/Module/Settings/Channel.php:65 +#: ../../Zotlabs/Module/Connedit.php:672 +#: ../../Zotlabs/Module/Settings/Channel.php:62 #: ../../Zotlabs/Module/Settings/Channel.php:66 -#: ../../Zotlabs/Module/Settings/Channel.php:69 -#: ../../Zotlabs/Module/Settings/Channel.php:80 +#: ../../Zotlabs/Module/Settings/Channel.php:67 +#: ../../Zotlabs/Module/Settings/Channel.php:70 +#: ../../Zotlabs/Module/Settings/Channel.php:81 #: ../../include/selectors.php:123 ../../include/widgets.php:542 #: ../../include/channel.php:408 ../../include/channel.php:409 #: ../../include/channel.php:416 msgid "Friends" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:681 ../../include/widgets.php:543 +#: ../../Zotlabs/Module/Connedit.php:673 ../../include/widgets.php:543 msgid "Acquaintances" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:708 +#: ../../Zotlabs/Module/Connedit.php:700 msgid "Filter" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:711 +#: ../../Zotlabs/Module/Connedit.php:703 msgid "Open Custom Filter section by default" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:748 +#: ../../Zotlabs/Module/Connedit.php:740 msgid "Approve this connection" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:748 +#: ../../Zotlabs/Module/Connedit.php:740 msgid "Accept connection to allow communication" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:753 +#: ../../Zotlabs/Module/Connedit.php:745 msgid "Set Affinity" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:756 +#: ../../Zotlabs/Module/Connedit.php:748 msgid "Set Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:759 +#: ../../Zotlabs/Module/Connedit.php:751 msgid "Set Affinity & Profile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:817 +#: ../../Zotlabs/Module/Connedit.php:809 msgid "none" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:820 ../../include/widgets.php:675 +#: ../../Zotlabs/Module/Connedit.php:812 ../../include/widgets.php:675 msgid "Connection Default Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:820 ../../include/items.php:3932 +#: ../../Zotlabs/Module/Connedit.php:812 ../../include/items.php:3932 #, php-format msgid "Connection: %s" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:821 +#: ../../Zotlabs/Module/Connedit.php:813 msgid "Apply these permissions automatically" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:821 +#: ../../Zotlabs/Module/Connedit.php:813 msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:822 +#: ../../Zotlabs/Module/Connedit.php:814 msgid "Permission role" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:823 +#: ../../Zotlabs/Module/Connedit.php:815 msgid "Add permission role" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:829 +#: ../../Zotlabs/Module/Connedit.php:821 msgid "This connection's primary address is" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:830 +#: ../../Zotlabs/Module/Connedit.php:822 msgid "Available locations:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:834 +#: ../../Zotlabs/Module/Connedit.php:826 msgid "" "The permissions indicated on this page will be applied to all new " "connections." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:835 +#: ../../Zotlabs/Module/Connedit.php:827 msgid "Connection Tools" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:837 +#: ../../Zotlabs/Module/Connedit.php:829 msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:838 ../../Zotlabs/Module/Rate.php:155 +#: ../../Zotlabs/Module/Connedit.php:830 ../../Zotlabs/Module/Rate.php:155 #: ../../include/js_strings.php:20 msgid "Rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:839 +#: ../../Zotlabs/Module/Connedit.php:831 msgid "Slide to adjust your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:840 ../../Zotlabs/Module/Connedit.php:845 +#: ../../Zotlabs/Module/Connedit.php:832 ../../Zotlabs/Module/Connedit.php:837 msgid "Optionally explain your rating" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:842 +#: ../../Zotlabs/Module/Connedit.php:834 msgid "Custom Filter" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:843 +#: ../../Zotlabs/Module/Connedit.php:835 msgid "Only import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:843 ../../Zotlabs/Module/Connedit.php:844 +#: ../../Zotlabs/Module/Connedit.php:835 ../../Zotlabs/Module/Connedit.php:836 msgid "" "words one per line or #tags or /patterns/ or lang=xx, leave blank to import " "all posts" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:844 +#: ../../Zotlabs/Module/Connedit.php:836 msgid "Do not import posts with this text" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:846 +#: ../../Zotlabs/Module/Connedit.php:838 msgid "This information is public!" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:851 +#: ../../Zotlabs/Module/Connedit.php:843 msgid "Connection Pending Approval" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:854 +#: ../../Zotlabs/Module/Connedit.php:846 #: ../../Zotlabs/Module/Settings/Tokens.php:163 #: ../../Zotlabs/Module/Settings/Permcats.php:107 msgid "inherited" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:856 +#: ../../Zotlabs/Module/Connedit.php:848 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:858 +#: ../../Zotlabs/Module/Connedit.php:850 #: ../../Zotlabs/Module/Settings/Tokens.php:160 msgid "Their Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:859 +#: ../../Zotlabs/Module/Connedit.php:851 #: ../../Zotlabs/Module/Settings/Tokens.php:161 #: ../../Zotlabs/Module/Settings/Permcats.php:105 msgid "My Settings" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:861 +#: ../../Zotlabs/Module/Connedit.php:853 #: ../../Zotlabs/Module/Settings/Tokens.php:166 #: ../../Zotlabs/Module/Settings/Permcats.php:110 msgid "Individual Permissions" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:862 +#: ../../Zotlabs/Module/Connedit.php:854 #: ../../Zotlabs/Module/Settings/Tokens.php:167 #: ../../Zotlabs/Module/Settings/Permcats.php:111 msgid "" @@ -3499,7 +3505,7 @@ msgid "" "individual settings. You can not change those settings here." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:863 +#: ../../Zotlabs/Module/Connedit.php:855 msgid "" "Some permissions may be inherited from your channel's privacy settings, which have higher priority than " @@ -3507,108 +3513,108 @@ msgid "" "any impact unless the inherited setting changes." msgstr "" -#: ../../Zotlabs/Module/Connedit.php:864 +#: ../../Zotlabs/Module/Connedit.php:856 msgid "Last update:" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:873 +#: ../../Zotlabs/Module/Connedit.php:865 msgid "Details" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:876 +#: ../../Zotlabs/Module/Connedit.php:868 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1137 msgid "Organisation" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:877 +#: ../../Zotlabs/Module/Connedit.php:869 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1138 #: ../../include/page_widgets.php:46 msgid "Title" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:878 +#: ../../Zotlabs/Module/Connedit.php:870 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1139 msgid "Phone" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:880 +#: ../../Zotlabs/Module/Connedit.php:872 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1141 msgid "Instant messenger" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:881 +#: ../../Zotlabs/Module/Connedit.php:873 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1142 msgid "Website" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:883 +#: ../../Zotlabs/Module/Connedit.php:875 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1144 msgid "Note" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:884 +#: ../../Zotlabs/Module/Connedit.php:876 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1145 #: ../../extend/addon/addon/cdav/cdav.php:270 #: ../../include/connections.php:894 msgid "Mobile" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:885 +#: ../../Zotlabs/Module/Connedit.php:877 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1146 #: ../../extend/addon/addon/cdav/cdav.php:271 #: ../../include/connections.php:895 msgid "Home" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:886 +#: ../../Zotlabs/Module/Connedit.php:878 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1147 #: ../../extend/addon/addon/cdav/cdav.php:274 #: ../../include/connections.php:898 msgid "Work" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:888 +#: ../../Zotlabs/Module/Connedit.php:880 #: ../../extend/addon/addon/jappixmini/jappixmini.php:368 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1149 msgid "Add Contact" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:889 +#: ../../Zotlabs/Module/Connedit.php:881 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1150 msgid "Add Field" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:894 +#: ../../Zotlabs/Module/Connedit.php:886 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1155 msgid "P.O. Box" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:895 +#: ../../Zotlabs/Module/Connedit.php:887 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1156 msgid "Additional" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:896 +#: ../../Zotlabs/Module/Connedit.php:888 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1157 msgid "Street" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:897 +#: ../../Zotlabs/Module/Connedit.php:889 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1158 msgid "Locality" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:898 +#: ../../Zotlabs/Module/Connedit.php:890 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1159 msgid "Region" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:899 +#: ../../Zotlabs/Module/Connedit.php:891 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1160 msgid "ZIP Code" msgstr "" -#: ../../Zotlabs/Module/Connedit.php:900 ../../Zotlabs/Module/Profiles.php:756 +#: ../../Zotlabs/Module/Connedit.php:892 ../../Zotlabs/Module/Profiles.php:756 #: ../../extend/addon/addon/cdav/Mod_Cdav.php:1161 msgid "Country" msgstr "" @@ -3686,7 +3692,7 @@ msgid "l, F j" msgstr "" #: ../../Zotlabs/Module/Cal.php:312 ../../Zotlabs/Module/Events.php:660 -#: ../../include/text.php:1764 +#: ../../include/text.php:1761 msgid "Link to Source" msgstr "" @@ -3703,7 +3709,7 @@ msgstr "" msgid "Export" msgstr "" -#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2310 +#: ../../Zotlabs/Module/Cal.php:341 ../../include/text.php:2307 msgid "Import" msgstr "" @@ -4039,7 +4045,7 @@ msgid "Menu Item Permissions" msgstr "" #: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:231 -#: ../../Zotlabs/Module/Settings/Channel.php:494 +#: ../../Zotlabs/Module/Settings/Channel.php:510 msgid "(click to open/close)" msgstr "" @@ -5192,7 +5198,7 @@ msgstr "" msgid "vcard" msgstr "" -#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2286 +#: ../../Zotlabs/Module/Blocks.php:154 ../../include/text.php:2283 msgid "Blocks" msgstr "" @@ -5200,7 +5206,7 @@ msgstr "" msgid "Block Title" msgstr "" -#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2288 +#: ../../Zotlabs/Module/Layouts.php:183 ../../include/text.php:2285 msgid "Layouts" msgstr "" @@ -5239,22 +5245,22 @@ msgstr "" msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:186 -#: ../../extend/addon/addon/openclipatar/openclipatar.php:296 +#: ../../Zotlabs/Module/Profile_photo.php:190 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:295 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:409 +#: ../../Zotlabs/Module/Profile_photo.php:411 msgid "Use Photo for Profile" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:409 +#: ../../Zotlabs/Module/Profile_photo.php:411 msgid "Upload Profile Photo" msgstr "" -#: ../../Zotlabs/Module/Profile_photo.php:410 +#: ../../Zotlabs/Module/Profile_photo.php:412 #: ../../extend/addon/addon/openclipatar/openclipatar.php:182 #: ../../extend/addon/addon/openclipatar/openclipatar.php:194 msgid "Use" @@ -5412,19 +5418,19 @@ msgstr "" msgid "Invalid profile identifier." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:115 +#: ../../Zotlabs/Module/Profperm.php:111 msgid "Profile Visibility Editor" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:117 ../../include/channel.php:1367 +#: ../../Zotlabs/Module/Profperm.php:113 ../../include/channel.php:1367 msgid "Profile" msgstr "" -#: ../../Zotlabs/Module/Profperm.php:119 +#: ../../Zotlabs/Module/Profperm.php:115 msgid "Click on a contact to add or remove." msgstr "" -#: ../../Zotlabs/Module/Profperm.php:128 +#: ../../Zotlabs/Module/Profperm.php:124 msgid "Visible To" msgstr "" @@ -5892,7 +5898,7 @@ msgid "" msgstr "" #: ../../Zotlabs/Module/Removeme.php:64 -#: ../../Zotlabs/Module/Settings/Channel.php:558 +#: ../../Zotlabs/Module/Settings/Channel.php:575 msgid "Remove Channel" msgstr "" @@ -6191,7 +6197,7 @@ msgid "post" msgstr "" #: ../../Zotlabs/Module/Tagger.php:57 ../../include/conversation.php:150 -#: ../../include/text.php:1964 +#: ../../include/text.php:1961 msgid "comment" msgstr "" @@ -6341,7 +6347,7 @@ msgid "Used to provide a member experience matched to your comfort level" msgstr "" #: ../../Zotlabs/Module/Settings/Account.php:119 -#: ../../Zotlabs/Module/Settings/Channel.php:467 +#: ../../Zotlabs/Module/Settings/Channel.php:483 msgid "Email Address:" msgstr "" @@ -6416,7 +6422,7 @@ msgstr "" msgid "Feature/Addon Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:248 +#: ../../Zotlabs/Module/Settings/Channel.php:251 #: ../../extend/addon/addon/logrot/logrot.php:54 #: ../../extend/addon/addon/msgfooter/msgfooter.php:54 #: ../../extend/addon/addon/openstreetmap/openstreetmap.php:184 @@ -6427,365 +6433,369 @@ msgstr "" msgid "Settings updated." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:309 +#: ../../Zotlabs/Module/Settings/Channel.php:312 msgid "Nobody except yourself" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:310 +#: ../../Zotlabs/Module/Settings/Channel.php:313 msgid "Only those you specifically allow" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:311 +#: ../../Zotlabs/Module/Settings/Channel.php:314 msgid "Approved connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:312 +#: ../../Zotlabs/Module/Settings/Channel.php:315 msgid "Any connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:313 +#: ../../Zotlabs/Module/Settings/Channel.php:316 msgid "Anybody on this website" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:314 +#: ../../Zotlabs/Module/Settings/Channel.php:317 msgid "Anybody in this network" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:315 +#: ../../Zotlabs/Module/Settings/Channel.php:318 msgid "Anybody authenticated" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:316 +#: ../../Zotlabs/Module/Settings/Channel.php:319 msgid "Anybody on the internet" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:392 +#: ../../Zotlabs/Module/Settings/Channel.php:395 msgid "Publish your default profile in the network directory" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:397 +#: ../../Zotlabs/Module/Settings/Channel.php:400 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:406 +#: ../../Zotlabs/Module/Settings/Channel.php:409 msgid "Your channel address is" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:409 +#: ../../Zotlabs/Module/Settings/Channel.php:412 msgid "Your files/photos are accessible via WebDAV at" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:458 +#: ../../Zotlabs/Module/Settings/Channel.php:474 msgid "Channel Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:465 +#: ../../Zotlabs/Module/Settings/Channel.php:481 msgid "Basic Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:466 +#: ../../Zotlabs/Module/Settings/Channel.php:482 #: ../../include/channel.php:1255 msgid "Full Name:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:468 +#: ../../Zotlabs/Module/Settings/Channel.php:484 msgid "Your Timezone:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:469 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Default Post Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:469 +#: ../../Zotlabs/Module/Settings/Channel.php:485 msgid "Geographical location to display on your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:470 +#: ../../Zotlabs/Module/Settings/Channel.php:486 msgid "Use Browser Location:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:472 +#: ../../Zotlabs/Module/Settings/Channel.php:488 msgid "Adult Content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:472 +#: ../../Zotlabs/Module/Settings/Channel.php:488 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:474 +#: ../../Zotlabs/Module/Settings/Channel.php:490 msgid "Security and Privacy Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:477 +#: ../../Zotlabs/Module/Settings/Channel.php:493 msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:479 +#: ../../Zotlabs/Module/Settings/Channel.php:495 msgid "Hide my online presence" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:479 +#: ../../Zotlabs/Module/Settings/Channel.php:495 msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:481 +#: ../../Zotlabs/Module/Settings/Channel.php:497 msgid "Simple Privacy Settings:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:482 +#: ../../Zotlabs/Module/Settings/Channel.php:498 msgid "" "Very Public - extremely permissive (should be used with caution)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:483 +#: ../../Zotlabs/Module/Settings/Channel.php:499 msgid "" "Typical - default public, privacy when desired (similar to social " "network permissions but with improved privacy)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:484 +#: ../../Zotlabs/Module/Settings/Channel.php:500 msgid "Private - default private, never open or public" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:485 +#: ../../Zotlabs/Module/Settings/Channel.php:501 msgid "Blocked - default blocked to/from everybody" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:503 msgid "Allow others to tag your posts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:487 +#: ../../Zotlabs/Module/Settings/Channel.php:503 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:489 +#: ../../Zotlabs/Module/Settings/Channel.php:505 msgid "Channel Permission Limits" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:507 msgid "Expire other channel content after this many days" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:507 msgid "0 or blank to use the website limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:507 #, php-format msgid "This website expires after %d days." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:507 msgid "This website does not expire imported content." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:491 +#: ../../Zotlabs/Module/Settings/Channel.php:507 msgid "The website limit takes precedence if lower than your limit." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:492 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:492 +#: ../../Zotlabs/Module/Settings/Channel.php:508 msgid "May reduce spam activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:493 +#: ../../Zotlabs/Module/Settings/Channel.php:509 msgid "Default Access Control List (ACL)" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:495 +#: ../../Zotlabs/Module/Settings/Channel.php:511 msgid "Use my default audience setting for the type of object published" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:502 +#: ../../Zotlabs/Module/Settings/Channel.php:518 msgid "Channel permissions category:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:519 +msgid "Default Permissions Group" +msgstr "" + +#: ../../Zotlabs/Module/Settings/Channel.php:525 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:508 +#: ../../Zotlabs/Module/Settings/Channel.php:525 msgid "Useful to reduce spamming" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:511 +#: ../../Zotlabs/Module/Settings/Channel.php:528 msgid "Notification Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:512 +#: ../../Zotlabs/Module/Settings/Channel.php:529 msgid "By default post a status message when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:513 +#: ../../Zotlabs/Module/Settings/Channel.php:530 msgid "accepting a friend request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:514 +#: ../../Zotlabs/Module/Settings/Channel.php:531 msgid "joining a forum/community" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:515 +#: ../../Zotlabs/Module/Settings/Channel.php:532 msgid "making an interesting profile change" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:516 +#: ../../Zotlabs/Module/Settings/Channel.php:533 msgid "Send a notification email when:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:517 +#: ../../Zotlabs/Module/Settings/Channel.php:534 msgid "You receive a connection request" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:518 +#: ../../Zotlabs/Module/Settings/Channel.php:535 msgid "Your connections are confirmed" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:519 +#: ../../Zotlabs/Module/Settings/Channel.php:536 msgid "Someone writes on your profile wall" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:520 +#: ../../Zotlabs/Module/Settings/Channel.php:537 msgid "Someone writes a followup comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:521 +#: ../../Zotlabs/Module/Settings/Channel.php:538 msgid "You receive a private message" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:522 +#: ../../Zotlabs/Module/Settings/Channel.php:539 msgid "You receive a friend suggestion" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:523 +#: ../../Zotlabs/Module/Settings/Channel.php:540 msgid "You are tagged in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:524 +#: ../../Zotlabs/Module/Settings/Channel.php:541 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:526 +#: ../../Zotlabs/Module/Settings/Channel.php:543 msgid "Someone likes your post/comment" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:529 +#: ../../Zotlabs/Module/Settings/Channel.php:546 msgid "Show visual notifications including:" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:531 +#: ../../Zotlabs/Module/Settings/Channel.php:548 msgid "Unseen grid activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:532 +#: ../../Zotlabs/Module/Settings/Channel.php:549 msgid "Unseen channel activity" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:533 +#: ../../Zotlabs/Module/Settings/Channel.php:550 msgid "Unseen private messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:533 -#: ../../Zotlabs/Module/Settings/Channel.php:538 -#: ../../Zotlabs/Module/Settings/Channel.php:539 -#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:555 +#: ../../Zotlabs/Module/Settings/Channel.php:556 +#: ../../Zotlabs/Module/Settings/Channel.php:557 #: ../../extend/addon/addon/jappixmini/jappixmini.php:343 msgid "Recommended" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:534 +#: ../../Zotlabs/Module/Settings/Channel.php:551 msgid "Upcoming events" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:535 +#: ../../Zotlabs/Module/Settings/Channel.php:552 msgid "Events today" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "Upcoming birthdays" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:536 +#: ../../Zotlabs/Module/Settings/Channel.php:553 msgid "Not available in all themes" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:537 +#: ../../Zotlabs/Module/Settings/Channel.php:554 msgid "System (personal) notifications" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:538 +#: ../../Zotlabs/Module/Settings/Channel.php:555 msgid "System info messages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:539 +#: ../../Zotlabs/Module/Settings/Channel.php:556 msgid "System critical alerts" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:540 +#: ../../Zotlabs/Module/Settings/Channel.php:557 msgid "New connections" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:541 +#: ../../Zotlabs/Module/Settings/Channel.php:558 msgid "System Registrations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:542 +#: ../../Zotlabs/Module/Settings/Channel.php:559 msgid "" "Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:544 +#: ../../Zotlabs/Module/Settings/Channel.php:561 msgid "Notify me of events this many days in advance" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:544 +#: ../../Zotlabs/Module/Settings/Channel.php:561 msgid "Must be greater than 0" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:550 +#: ../../Zotlabs/Module/Settings/Channel.php:567 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:551 +#: ../../Zotlabs/Module/Settings/Channel.php:568 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:553 +#: ../../Zotlabs/Module/Settings/Channel.php:570 msgid "Miscellaneous Settings" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:554 +#: ../../Zotlabs/Module/Settings/Channel.php:571 msgid "Default photo upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:554 -#: ../../Zotlabs/Module/Settings/Channel.php:555 +#: ../../Zotlabs/Module/Settings/Channel.php:571 +#: ../../Zotlabs/Module/Settings/Channel.php:572 msgid "%Y - current year, %m - current month" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:555 +#: ../../Zotlabs/Module/Settings/Channel.php:572 msgid "Default file upload folder" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:557 +#: ../../Zotlabs/Module/Settings/Channel.php:574 msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:559 +#: ../../Zotlabs/Module/Settings/Channel.php:576 msgid "Remove this channel." msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:560 +#: ../../Zotlabs/Module/Settings/Channel.php:577 msgid "Firefox Share $Projectname provider" msgstr "" -#: ../../Zotlabs/Module/Settings/Channel.php:561 +#: ../../Zotlabs/Module/Settings/Channel.php:578 msgid "Start calendar week on monday" msgstr "" @@ -6912,7 +6922,7 @@ msgid "" "connections." msgstr "" -#: ../../Zotlabs/Module/Settings/Permcats.php:96 ../../include/widgets.php:666 +#: ../../Zotlabs/Module/Settings/Permcats.php:96 msgid "Permission Categories" msgstr "" @@ -7423,7 +7433,7 @@ msgid "Visible to your default audience" msgstr "" #: ../../Zotlabs/Lib/PermissionDescription.php:107 -#: ../../include/acl_selectors.php:191 +#: ../../include/acl_selectors.php:201 msgid "Only me" msgstr "" @@ -9101,7 +9111,7 @@ msgstr "" #: ../../extend/addon/addon/nsfw/nsfw.php:211 #, php-format -msgid "%s - click to open/close" +msgid "%s - view" msgstr "" #: ../../extend/addon/addon/openclipatar/openclipatar.php:50 @@ -9203,7 +9213,7 @@ msgstr "" msgid "Unknown error. Please try again later." msgstr "" -#: ../../extend/addon/addon/openclipatar/openclipatar.php:306 +#: ../../extend/addon/addon/openclipatar/openclipatar.php:305 msgid "Profile photo updated successfully." msgstr "" @@ -10757,7 +10767,7 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/language.php:367 ../../include/text.php:1786 +#: ../../include/language.php:367 ../../include/text.php:1783 msgid "default" msgstr "" @@ -10833,29 +10843,29 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" -#: ../../include/acl_selectors.php:198 +#: ../../include/acl_selectors.php:208 msgid "Who can see this?" msgstr "" -#: ../../include/acl_selectors.php:199 +#: ../../include/acl_selectors.php:209 msgid "Custom selection" msgstr "" -#: ../../include/acl_selectors.php:200 +#: ../../include/acl_selectors.php:210 msgid "" "Select \"Show\" to allow viewing. \"Don't show\" lets you override and limit " "the scope of \"Show\"." msgstr "" -#: ../../include/acl_selectors.php:201 +#: ../../include/acl_selectors.php:211 msgid "Show" msgstr "" -#: ../../include/acl_selectors.php:202 +#: ../../include/acl_selectors.php:212 msgid "Don't show" msgstr "" -#: ../../include/acl_selectors.php:235 +#: ../../include/acl_selectors.php:245 #, php-format msgid "" "Post permissions %s cannot be changed %s after a post is shared.
These " @@ -11271,8 +11281,8 @@ msgstr "" msgid "%1$s poked %2$s" msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:1090 -#: ../../include/text.php:1095 +#: ../../include/conversation.php:243 ../../include/text.php:1092 +#: ../../include/text.php:1097 msgid "poked" msgstr "" @@ -11557,23 +11567,6 @@ msgid_plural "Abstains" msgstr[0] "" msgstr[1] "" -#: ../../include/import.php:30 -msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." -msgstr "" - -#: ../../include/import.php:90 -msgid "Channel clone failed. Import failed." -msgstr "" - -#: ../../include/import.php:100 -msgid "Cloned channel not found. Import failed." -msgstr "" - -#: ../../include/import.php:1373 -msgid "Unable to import element \"" -msgstr "" - #: ../../include/message.php:32 msgid "Unable to determine sender." msgstr "" @@ -11649,7 +11642,7 @@ msgstr "" msgid "Saved Searches" msgstr "" -#: ../../include/widgets.php:285 ../../include/group.php:316 +#: ../../include/widgets.php:285 ../../include/group.php:336 msgid "add" msgstr "" @@ -11703,6 +11696,10 @@ msgstr "" msgid "Connected apps" msgstr "" +#: ../../include/widgets.php:666 ../../include/features.php:153 +msgid "Permission Groups" +msgstr "" + #: ../../include/widgets.php:683 msgid "Premium Channel Settings" msgstr "" @@ -12181,19 +12178,19 @@ msgstr "" msgid "timeago.numbers" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1323 +#: ../../include/js_strings.php:45 ../../include/text.php:1325 msgid "January" msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1323 +#: ../../include/js_strings.php:46 ../../include/text.php:1325 msgid "February" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1323 +#: ../../include/js_strings.php:47 ../../include/text.php:1325 msgid "March" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1323 +#: ../../include/js_strings.php:48 ../../include/text.php:1325 msgid "April" msgstr "" @@ -12202,31 +12199,31 @@ msgctxt "long" msgid "May" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1323 +#: ../../include/js_strings.php:50 ../../include/text.php:1325 msgid "June" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1323 +#: ../../include/js_strings.php:51 ../../include/text.php:1325 msgid "July" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1323 +#: ../../include/js_strings.php:52 ../../include/text.php:1325 msgid "August" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1323 +#: ../../include/js_strings.php:53 ../../include/text.php:1325 msgid "September" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1323 +#: ../../include/js_strings.php:54 ../../include/text.php:1325 msgid "October" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1323 +#: ../../include/js_strings.php:55 ../../include/text.php:1325 msgid "November" msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1323 +#: ../../include/js_strings.php:56 ../../include/text.php:1325 msgid "December" msgstr "" @@ -12279,31 +12276,31 @@ msgstr "" msgid "Dec" msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1319 +#: ../../include/js_strings.php:69 ../../include/text.php:1321 msgid "Sunday" msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1319 +#: ../../include/js_strings.php:70 ../../include/text.php:1321 msgid "Monday" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1319 +#: ../../include/js_strings.php:71 ../../include/text.php:1321 msgid "Tuesday" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1319 +#: ../../include/js_strings.php:72 ../../include/text.php:1321 msgid "Wednesday" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1319 +#: ../../include/js_strings.php:73 ../../include/text.php:1321 msgid "Thursday" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1319 +#: ../../include/js_strings.php:74 ../../include/text.php:1321 msgid "Friday" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1319 +#: ../../include/js_strings.php:75 ../../include/text.php:1321 msgid "Saturday" msgstr "" @@ -12376,65 +12373,65 @@ msgstr "" msgid "This Website Only" msgstr "" -#: ../../include/attach.php:248 ../../include/attach.php:336 +#: ../../include/attach.php:250 ../../include/attach.php:338 msgid "Item was not found." msgstr "" -#: ../../include/attach.php:497 +#: ../../include/attach.php:499 msgid "No source file." msgstr "" -#: ../../include/attach.php:519 +#: ../../include/attach.php:521 msgid "Cannot locate file to replace" msgstr "" -#: ../../include/attach.php:537 +#: ../../include/attach.php:539 msgid "Cannot locate file to revise/update" msgstr "" -#: ../../include/attach.php:668 +#: ../../include/attach.php:670 #, php-format msgid "File exceeds size limit of %d" msgstr "" -#: ../../include/attach.php:682 +#: ../../include/attach.php:684 #, php-format msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../include/attach.php:852 +#: ../../include/attach.php:854 msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../include/attach.php:865 +#: ../../include/attach.php:867 msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../include/attach.php:920 ../../include/attach.php:936 +#: ../../include/attach.php:922 ../../include/attach.php:938 msgid "Path not available." msgstr "" -#: ../../include/attach.php:982 ../../include/attach.php:1140 +#: ../../include/attach.php:984 ../../include/attach.php:1142 msgid "Empty pathname" msgstr "" -#: ../../include/attach.php:1008 +#: ../../include/attach.php:1010 msgid "duplicate filename or path" msgstr "" -#: ../../include/attach.php:1030 +#: ../../include/attach.php:1032 msgid "Path not found." msgstr "" -#: ../../include/attach.php:1094 +#: ../../include/attach.php:1096 msgid "mkdir failed." msgstr "" -#: ../../include/attach.php:1098 +#: ../../include/attach.php:1100 msgid "database storage failed." msgstr "" -#: ../../include/attach.php:1146 +#: ../../include/attach.php:1148 msgid "Empty path" msgstr "" @@ -12545,244 +12542,244 @@ msgstr "" msgid "newer" msgstr "" -#: ../../include/text.php:920 +#: ../../include/text.php:922 msgid "No connections" msgstr "" -#: ../../include/text.php:945 +#: ../../include/text.php:947 #, php-format msgid "View all %s connections" msgstr "" -#: ../../include/text.php:1090 ../../include/text.php:1095 +#: ../../include/text.php:1092 ../../include/text.php:1097 msgid "poke" msgstr "" -#: ../../include/text.php:1096 +#: ../../include/text.php:1098 msgid "ping" msgstr "" -#: ../../include/text.php:1096 +#: ../../include/text.php:1098 msgid "pinged" msgstr "" -#: ../../include/text.php:1097 +#: ../../include/text.php:1099 msgid "prod" msgstr "" -#: ../../include/text.php:1097 +#: ../../include/text.php:1099 msgid "prodded" msgstr "" -#: ../../include/text.php:1098 +#: ../../include/text.php:1100 msgid "slap" msgstr "" -#: ../../include/text.php:1098 +#: ../../include/text.php:1100 msgid "slapped" msgstr "" -#: ../../include/text.php:1099 +#: ../../include/text.php:1101 msgid "finger" msgstr "" -#: ../../include/text.php:1099 +#: ../../include/text.php:1101 msgid "fingered" msgstr "" -#: ../../include/text.php:1100 +#: ../../include/text.php:1102 msgid "rebuff" msgstr "" -#: ../../include/text.php:1100 +#: ../../include/text.php:1102 msgid "rebuffed" msgstr "" -#: ../../include/text.php:1112 +#: ../../include/text.php:1114 msgid "happy" msgstr "" -#: ../../include/text.php:1113 +#: ../../include/text.php:1115 msgid "sad" msgstr "" -#: ../../include/text.php:1114 +#: ../../include/text.php:1116 msgid "mellow" msgstr "" -#: ../../include/text.php:1115 +#: ../../include/text.php:1117 msgid "tired" msgstr "" -#: ../../include/text.php:1116 +#: ../../include/text.php:1118 msgid "perky" msgstr "" -#: ../../include/text.php:1117 +#: ../../include/text.php:1119 msgid "angry" msgstr "" -#: ../../include/text.php:1118 +#: ../../include/text.php:1120 msgid "stupefied" msgstr "" -#: ../../include/text.php:1119 +#: ../../include/text.php:1121 msgid "puzzled" msgstr "" -#: ../../include/text.php:1120 +#: ../../include/text.php:1122 msgid "interested" msgstr "" -#: ../../include/text.php:1121 +#: ../../include/text.php:1123 msgid "bitter" msgstr "" -#: ../../include/text.php:1122 +#: ../../include/text.php:1124 msgid "cheerful" msgstr "" -#: ../../include/text.php:1123 +#: ../../include/text.php:1125 msgid "alive" msgstr "" -#: ../../include/text.php:1124 +#: ../../include/text.php:1126 msgid "annoyed" msgstr "" -#: ../../include/text.php:1125 +#: ../../include/text.php:1127 msgid "anxious" msgstr "" -#: ../../include/text.php:1126 +#: ../../include/text.php:1128 msgid "cranky" msgstr "" -#: ../../include/text.php:1127 +#: ../../include/text.php:1129 msgid "disturbed" msgstr "" -#: ../../include/text.php:1128 +#: ../../include/text.php:1130 msgid "frustrated" msgstr "" -#: ../../include/text.php:1129 +#: ../../include/text.php:1131 msgid "depressed" msgstr "" -#: ../../include/text.php:1130 +#: ../../include/text.php:1132 msgid "motivated" msgstr "" -#: ../../include/text.php:1131 +#: ../../include/text.php:1133 msgid "relaxed" msgstr "" -#: ../../include/text.php:1132 +#: ../../include/text.php:1134 msgid "surprised" msgstr "" -#: ../../include/text.php:1323 +#: ../../include/text.php:1325 msgid "May" msgstr "" -#: ../../include/text.php:1400 ../../include/text.php:1404 +#: ../../include/text.php:1402 ../../include/text.php:1406 msgid "Unknown Attachment" msgstr "" -#: ../../include/text.php:1406 +#: ../../include/text.php:1408 msgid "unknown" msgstr "" -#: ../../include/text.php:1442 +#: ../../include/text.php:1444 msgid "remove category" msgstr "" -#: ../../include/text.php:1519 +#: ../../include/text.php:1521 msgid "remove from file" msgstr "" -#: ../../include/text.php:1794 +#: ../../include/text.php:1791 msgid "Page layout" msgstr "" -#: ../../include/text.php:1794 +#: ../../include/text.php:1791 msgid "You can create your own with the layouts tool" msgstr "" -#: ../../include/text.php:1836 +#: ../../include/text.php:1833 msgid "Page content type" msgstr "" -#: ../../include/text.php:1969 +#: ../../include/text.php:1966 msgid "activity" msgstr "" -#: ../../include/text.php:2283 +#: ../../include/text.php:2280 msgid "Design Tools" msgstr "" -#: ../../include/text.php:2289 +#: ../../include/text.php:2286 msgid "Pages" msgstr "" -#: ../../include/text.php:2311 +#: ../../include/text.php:2308 msgid "Import website..." msgstr "" -#: ../../include/text.php:2312 +#: ../../include/text.php:2309 msgid "Select folder to import" msgstr "" -#: ../../include/text.php:2313 +#: ../../include/text.php:2310 msgid "Import from a zipped folder:" msgstr "" -#: ../../include/text.php:2314 +#: ../../include/text.php:2311 msgid "Import from cloud files:" msgstr "" -#: ../../include/text.php:2315 +#: ../../include/text.php:2312 msgid "/cloud/channel/path/to/folder" msgstr "" -#: ../../include/text.php:2316 +#: ../../include/text.php:2313 msgid "Enter path to website files" msgstr "" -#: ../../include/text.php:2317 +#: ../../include/text.php:2314 msgid "Select folder" msgstr "" -#: ../../include/text.php:2318 +#: ../../include/text.php:2315 msgid "Export website..." msgstr "" -#: ../../include/text.php:2319 +#: ../../include/text.php:2316 msgid "Export to a zip file" msgstr "" -#: ../../include/text.php:2320 +#: ../../include/text.php:2317 msgid "website.zip" msgstr "" -#: ../../include/text.php:2321 +#: ../../include/text.php:2318 msgid "Enter a name for the zip file." msgstr "" -#: ../../include/text.php:2322 +#: ../../include/text.php:2319 msgid "Export to cloud files" msgstr "" -#: ../../include/text.php:2323 +#: ../../include/text.php:2320 msgid "/path/to/export/folder" msgstr "" -#: ../../include/text.php:2324 +#: ../../include/text.php:2321 msgid "Enter a path to a cloud files destination." msgstr "" -#: ../../include/text.php:2325 +#: ../../include/text.php:2322 msgid "Specify folder" msgstr "" @@ -12930,6 +12927,23 @@ msgstr "" msgid "Please wait..." msgstr "" +#: ../../include/import.php:30 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "" + +#: ../../include/import.php:90 +msgid "Channel clone failed. Import failed." +msgstr "" + +#: ../../include/import.php:100 +msgid "Cloned channel not found. Import failed." +msgstr "" + +#: ../../include/import.php:1373 +msgid "Unable to import element \"" +msgstr "" + #: ../../include/auth.php:148 msgid "Logged out." msgstr "" @@ -13044,27 +13058,27 @@ msgid "" "not what you intended, please create another group with a different name." msgstr "" -#: ../../include/group.php:248 +#: ../../include/group.php:268 msgid "Add new connections to this privacy group" msgstr "" -#: ../../include/group.php:289 +#: ../../include/group.php:309 msgid "edit" msgstr "" -#: ../../include/group.php:311 ../../include/features.php:292 +#: ../../include/group.php:331 ../../include/features.php:292 msgid "Privacy Groups" msgstr "" -#: ../../include/group.php:312 +#: ../../include/group.php:332 msgid "Edit group" msgstr "" -#: ../../include/group.php:313 +#: ../../include/group.php:333 msgid "Add privacy group" msgstr "" -#: ../../include/group.php:314 +#: ../../include/group.php:334 msgid "Channels not in any privacy group" msgstr "" @@ -13285,10 +13299,6 @@ msgstr "" msgid "Provide chatrooms and chat services with access control." msgstr "" -#: ../../include/features.php:153 -msgid "Permission Groups" -msgstr "" - #: ../../include/features.php:154 msgid "Provide alternate connection permission roles." msgstr "" -- cgit v1.2.3