diff options
-rw-r--r-- | doc/plugins.bb | 8 | ||||
-rw-r--r-- | util/hmessages.po | 10430 | ||||
-rw-r--r-- | version.inc | 2 |
3 files changed, 5305 insertions, 5135 deletions
diff --git a/doc/plugins.bb b/doc/plugins.bb index f1e3622d6..f96fb8dee 100644 --- a/doc/plugins.bb +++ b/doc/plugins.bb @@ -1,6 +1,6 @@ [b]Plugins[/b]
-So you want to make the $Projectname do something it doesn't already do. There are lots of ways. But let's learn how to write a plugin or addon.
+So you want to make $Projectname do something it doesn't already do. There are lots of ways. But let's learn how to write a plugin or addon.
In your $Projectname folder/directory, you will probably see a sub-directory called 'addon'. If you don't have one already, go ahead and create it.
@@ -71,7 +71,7 @@ Next we'll create an unload function. This is easy, as it just unregisters our h }
[/code]
-Hooks are always called with one argument which is specific to the hook you're calling. It contains information relevant to that particular place in the program, and often allows you to look at, and even change it. In order to change it, you need to add '&' to the variable name so it is passed to your function by reference. Otherwise it will create a copy and any changes you make will be lost when the hook process returns. Usually (but not always) the second argument is a named array of data structures. Please see the "hook reference" (not yet written as of this date) for details on any specific hook. Occasionally you may need to view the program source to see precisely how a given hook is called and how the results are processed.
+Hooks are always called with one argument which is specific to the hook you're calling. It contains information relevant to that particular place in the program, and often allows you to look at, and even change it. In order to change it, you need to add '&' to the variable name so it is passed to your function by reference. Otherwise it will create a copy and any changes you make will be lost when the hook process returns. Usually (but not always) the passed data is a named array of data structures. Please see the "hook reference" (not yet written as of this date) for details on any specific hook. Occasionally you may need to view the program source to see precisely how a given hook is called and how the results are processed.
Let's go ahead and add some code to implement our post_local hook handler.
[code]
@@ -238,7 +238,7 @@ can be used inside your addon file without causing a namespace conflict, as the [code]
function randplace_module() { return; }
[/code]
-Once this function exists, the URL #^[url=https://yoursite/randplace]https://yoursite/randplace[/url] will access your plugin as a module. Then you can define functions which are called at various points to build a webpage just like the modules in the mod/ directory. The typical functions and the order which they are called is
+Once this function exists, the URL #^[url=https://yoursite/randplace]https://yoursite/randplace[/url] will access your plugin as a module. Then you can define functions which are called at various points to return or process a structured webpage just like system modules. The typical functions and the order which they are called is
[code]
modulename_init($a) // (e.g. randplace_init($a);) called first - if you wish to emit json or xml,
// you should do it here, followed by killme() which will avoid the default action of building a webpage
@@ -283,6 +283,6 @@ The $Projectname has _install and _uninstall functions but these are used differ [li] Friendica's "plugin_settings_post" hook is called "feature_settings_post"[/li]
-Changing these will often allow your plugin to function, but please double check all your permission and identity code because the concepts behind it are completely different in the $Projectname. Many structured data names (especially DB schema columns) are also quite different.
+Changing these will often allow your plugin to function, but please double check all your permission and identity code because the concepts behind it are completely different in $Projectname. Many structured data names (especially DB schema columns) are also quite different.
#include doc/macros/main_footer.bb;
diff --git a/util/hmessages.po b/util/hmessages.po index eec4eb9a1..bb89cb11e 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2016-04-15.1367H\n" +"Project-Id-Version: 2016-04-22.1374H\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-04-15 00:01-0700\n" +"POT-Creation-Date: 2016-04-22 00:01-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -45,16 +45,16 @@ msgstr "" msgid "Schedule Outbox" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:164 ../../include/apps.php:360 +#: ../../Zotlabs/Storage/Browser.php:164 ../../Zotlabs/Module/Photos.php:797 +#: ../../Zotlabs/Module/Photos.php:1241 ../../include/apps.php:360 #: ../../include/apps.php:415 ../../include/conversation.php:1037 -#: ../../include/widgets.php:1457 ../../mod/photos.php:793 -#: ../../mod/photos.php:1237 +#: ../../include/widgets.php:1457 msgid "Unknown" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:226 ../../include/apps.php:135 -#: ../../include/conversation.php:1657 ../../include/nav.php:93 -#: ../../mod/fbrowser.php:109 +#: ../../Zotlabs/Storage/Browser.php:226 ../../Zotlabs/Module/Fbrowser.php:85 +#: ../../include/apps.php:135 ../../include/conversation.php:1657 +#: ../../include/nav.php:93 msgid "Files" msgstr "" @@ -67,21 +67,23 @@ msgid "Shared" msgstr "" #: ../../Zotlabs/Storage/Browser.php:230 ../../Zotlabs/Storage/Browser.php:303 -#: ../../mod/new_channel.php:138 ../../mod/webpages.php:184 -#: ../../mod/blocks.php:154 ../../mod/layouts.php:176 ../../mod/menu.php:114 +#: ../../Zotlabs/Module/Blocks.php:158 ../../Zotlabs/Module/Layouts.php:180 +#: ../../Zotlabs/Module/Menu.php:118 ../../Zotlabs/Module/New_channel.php:142 +#: ../../Zotlabs/Module/Webpages.php:188 msgid "Create" msgstr "" #: ../../Zotlabs/Storage/Browser.php:231 ../../Zotlabs/Storage/Browser.php:305 -#: ../../include/widgets.php:1470 ../../mod/photos.php:820 -#: ../../mod/photos.php:1361 ../../mod/profile_photo.php:401 -#: ../../mod/cover_photo.php:353 +#: ../../Zotlabs/Module/Cover_photo.php:357 +#: ../../Zotlabs/Module/Photos.php:824 ../../Zotlabs/Module/Photos.php:1365 +#: ../../Zotlabs/Module/Profile_photo.php:368 ../../include/widgets.php:1470 msgid "Upload" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:235 ../../mod/admin.php:1158 -#: ../../mod/chat.php:241 ../../mod/settings.php:599 -#: ../../mod/settings.php:625 ../../mod/sharedwithme.php:95 +#: ../../Zotlabs/Storage/Browser.php:235 ../../Zotlabs/Module/Admin.php:1166 +#: ../../Zotlabs/Module/Chat.php:245 ../../Zotlabs/Module/Settings.php:590 +#: ../../Zotlabs/Module/Settings.php:616 +#: ../../Zotlabs/Module/Sharedwithme.php:99 msgid "Name" msgstr "" @@ -89,36 +91,45 @@ msgstr "" msgid "Type" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:237 ../../include/text.php:1293 -#: ../../mod/sharedwithme.php:97 +#: ../../Zotlabs/Storage/Browser.php:237 +#: ../../Zotlabs/Module/Sharedwithme.php:101 ../../include/text.php:1293 msgid "Size" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:238 ../../mod/sharedwithme.php:98 +#: ../../Zotlabs/Storage/Browser.php:238 +#: ../../Zotlabs/Module/Sharedwithme.php:102 msgid "Last Modified" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:240 ../../include/identity.php:930 +#: ../../Zotlabs/Storage/Browser.php:240 ../../Zotlabs/Module/Admin.php:1775 +#: ../../Zotlabs/Module/Blocks.php:159 +#: ../../Zotlabs/Module/Connections.php:290 +#: ../../Zotlabs/Module/Connections.php:310 +#: ../../Zotlabs/Module/Editblock.php:140 +#: ../../Zotlabs/Module/Editlayout.php:139 +#: ../../Zotlabs/Module/Editpost.php:118 +#: ../../Zotlabs/Module/Editwebpage.php:181 +#: ../../Zotlabs/Module/Layouts.php:188 ../../Zotlabs/Module/Menu.php:112 +#: ../../Zotlabs/Module/Settings.php:650 ../../Zotlabs/Module/Thing.php:260 +#: ../../Zotlabs/Module/Webpages.php:189 ../../include/identity.php:930 #: ../../include/identity.php:934 ../../include/ItemObject.php:100 #: ../../include/apps.php:259 ../../include/menu.php:108 #: ../../include/page_widgets.php:8 ../../include/page_widgets.php:36 -#: ../../mod/admin.php:1767 ../../mod/editpost.php:114 -#: ../../mod/connections.php:286 ../../mod/connections.php:306 -#: ../../mod/editblock.php:136 ../../mod/editlayout.php:135 -#: ../../mod/webpages.php:185 ../../mod/editwebpage.php:177 -#: ../../mod/blocks.php:155 ../../mod/settings.php:659 -#: ../../mod/layouts.php:184 ../../mod/menu.php:108 ../../mod/thing.php:256 msgid "Edit" msgstr "" -#: ../../Zotlabs/Storage/Browser.php:241 ../../include/ItemObject.php:120 -#: ../../include/apps.php:260 ../../include/conversation.php:657 -#: ../../mod/admin.php:993 ../../mod/admin.php:1152 ../../mod/admin.php:1768 -#: ../../mod/photos.php:1168 ../../mod/connections.php:259 -#: ../../mod/connedit.php:569 ../../mod/editblock.php:183 -#: ../../mod/editlayout.php:180 ../../mod/webpages.php:187 -#: ../../mod/editwebpage.php:224 ../../mod/blocks.php:157 -#: ../../mod/group.php:173 ../../mod/settings.php:660 ../../mod/thing.php:257 +#: ../../Zotlabs/Storage/Browser.php:241 ../../Zotlabs/Module/Admin.php:1001 +#: ../../Zotlabs/Module/Admin.php:1160 ../../Zotlabs/Module/Admin.php:1776 +#: ../../Zotlabs/Module/Blocks.php:161 +#: ../../Zotlabs/Module/Connections.php:263 +#: ../../Zotlabs/Module/Connedit.php:573 +#: ../../Zotlabs/Module/Editblock.php:187 +#: ../../Zotlabs/Module/Editlayout.php:184 +#: ../../Zotlabs/Module/Editwebpage.php:228 ../../Zotlabs/Module/Group.php:177 +#: ../../Zotlabs/Module/Photos.php:1172 ../../Zotlabs/Module/Settings.php:651 +#: ../../Zotlabs/Module/Thing.php:261 ../../Zotlabs/Module/Webpages.php:191 +#: ../../include/ItemObject.php:120 ../../include/apps.php:260 +#: ../../include/conversation.php:657 msgid "Delete" msgstr "" @@ -144,58 +155,77 @@ msgstr "" msgid "Upload file" msgstr "" -#: ../../Zotlabs/Web/Router.php:47 ../../include/items.php:4671 -#: ../../include/photos.php:29 ../../include/chat.php:133 -#: ../../include/attach.php:141 ../../include/attach.php:189 -#: ../../include/attach.php:252 ../../include/attach.php:266 -#: ../../include/attach.php:273 ../../include/attach.php:338 -#: ../../include/attach.php:352 ../../include/attach.php:359 -#: ../../include/attach.php:437 ../../include/attach.php:895 -#: ../../include/attach.php:966 ../../include/attach.php:1118 -#: ../../mod/achievements.php:30 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/appman.php:66 ../../mod/page.php:31 ../../mod/page.php:86 -#: ../../mod/authtest.php:13 ../../mod/pdledit.php:22 ../../mod/block.php:22 -#: ../../mod/block.php:72 ../../mod/editpost.php:13 ../../mod/photos.php:70 -#: ../../mod/bookmarks.php:57 ../../mod/mitem.php:111 -#: ../../mod/channel.php:101 ../../mod/channel.php:221 -#: ../../mod/channel.php:261 ../../mod/poke.php:133 ../../mod/chat.php:94 -#: ../../mod/chat.php:99 ../../mod/common.php:35 ../../mod/profile.php:64 -#: ../../mod/profile.php:72 ../../mod/mood.php:112 -#: ../../mod/connections.php:29 ../../mod/profile_photo.php:289 -#: ../../mod/profile_photo.php:302 ../../mod/connedit.php:362 -#: ../../mod/network.php:12 ../../mod/cover_photo.php:273 -#: ../../mod/cover_photo.php:286 ../../mod/profiles.php:198 -#: ../../mod/profiles.php:596 ../../mod/editblock.php:65 -#: ../../mod/new_channel.php:73 ../../mod/new_channel.php:100 -#: ../../mod/editlayout.php:63 ../../mod/editlayout.php:87 -#: ../../mod/rate.php:111 ../../mod/webpages.php:69 -#: ../../mod/editwebpage.php:64 ../../mod/editwebpage.php:86 -#: ../../mod/editwebpage.php:101 ../../mod/editwebpage.php:125 -#: ../../mod/blocks.php:69 ../../mod/blocks.php:76 ../../mod/events.php:260 -#: ../../mod/register.php:73 ../../mod/regmod.php:17 -#: ../../mod/notifications.php:66 ../../mod/filestorage.php:18 -#: ../../mod/filestorage.php:73 ../../mod/filestorage.php:88 -#: ../../mod/filestorage.php:115 ../../mod/fsuggest.php:78 -#: ../../mod/group.php:9 ../../mod/service_limits.php:7 -#: ../../mod/settings.php:579 ../../mod/id.php:71 ../../mod/setup.php:233 -#: ../../mod/sharedwithme.php:7 ../../mod/invite.php:13 -#: ../../mod/invite.php:87 ../../mod/item.php:206 ../../mod/item.php:214 -#: ../../mod/item.php:1069 ../../mod/layouts.php:69 ../../mod/layouts.php:76 -#: ../../mod/layouts.php:87 ../../mod/like.php:177 ../../mod/locs.php:83 -#: ../../mod/sources.php:66 ../../mod/mail.php:126 ../../mod/suggest.php:26 -#: ../../mod/manage.php:6 ../../mod/menu.php:74 ../../mod/message.php:16 -#: ../../mod/thing.php:270 ../../mod/thing.php:290 ../../mod/thing.php:327 -#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/viewsrc.php:14 ../../index.php:174 +#: ../../Zotlabs/Web/Router.php:65 ../../Zotlabs/Module/Achievements.php:34 +#: ../../Zotlabs/Module/Api.php:13 ../../Zotlabs/Module/Api.php:18 +#: ../../Zotlabs/Module/Appman.php:70 ../../Zotlabs/Module/Authtest.php:16 +#: ../../Zotlabs/Module/Block.php:26 ../../Zotlabs/Module/Block.php:76 +#: ../../Zotlabs/Module/Blocks.php:73 ../../Zotlabs/Module/Blocks.php:80 +#: ../../Zotlabs/Module/Bookmarks.php:61 ../../Zotlabs/Module/Channel.php:104 +#: ../../Zotlabs/Module/Channel.php:224 ../../Zotlabs/Module/Channel.php:264 +#: ../../Zotlabs/Module/Chat.php:98 ../../Zotlabs/Module/Chat.php:103 +#: ../../Zotlabs/Module/Common.php:39 ../../Zotlabs/Module/Connections.php:33 +#: ../../Zotlabs/Module/Connedit.php:366 +#: ../../Zotlabs/Module/Cover_photo.php:277 +#: ../../Zotlabs/Module/Cover_photo.php:290 +#: ../../Zotlabs/Module/Editblock.php:69 +#: ../../Zotlabs/Module/Editlayout.php:67 +#: ../../Zotlabs/Module/Editlayout.php:91 ../../Zotlabs/Module/Editpost.php:17 +#: ../../Zotlabs/Module/Editwebpage.php:68 +#: ../../Zotlabs/Module/Editwebpage.php:90 +#: ../../Zotlabs/Module/Editwebpage.php:105 +#: ../../Zotlabs/Module/Editwebpage.php:129 +#: ../../Zotlabs/Module/Events.php:264 ../../Zotlabs/Module/Filestorage.php:22 +#: ../../Zotlabs/Module/Filestorage.php:77 +#: ../../Zotlabs/Module/Filestorage.php:92 +#: ../../Zotlabs/Module/Filestorage.php:119 +#: ../../Zotlabs/Module/Fsuggest.php:82 ../../Zotlabs/Module/Group.php:13 +#: ../../Zotlabs/Module/Id.php:76 ../../Zotlabs/Module/Invite.php:17 +#: ../../Zotlabs/Module/Invite.php:91 ../../Zotlabs/Module/Item.php:210 +#: ../../Zotlabs/Module/Item.php:218 ../../Zotlabs/Module/Item.php:1070 +#: ../../Zotlabs/Module/Layouts.php:73 ../../Zotlabs/Module/Layouts.php:80 +#: ../../Zotlabs/Module/Layouts.php:91 ../../Zotlabs/Module/Like.php:181 +#: ../../Zotlabs/Module/Locs.php:87 ../../Zotlabs/Module/Mail.php:130 +#: ../../Zotlabs/Module/Manage.php:10 ../../Zotlabs/Module/Menu.php:78 +#: ../../Zotlabs/Module/Message.php:20 ../../Zotlabs/Module/Mitem.php:115 +#: ../../Zotlabs/Module/Mood.php:116 ../../Zotlabs/Module/Network.php:16 +#: ../../Zotlabs/Module/New_channel.php:77 +#: ../../Zotlabs/Module/New_channel.php:104 +#: ../../Zotlabs/Module/Notifications.php:70 ../../Zotlabs/Module/Page.php:35 +#: ../../Zotlabs/Module/Page.php:90 ../../Zotlabs/Module/Pdledit.php:26 +#: ../../Zotlabs/Module/Photos.php:74 ../../Zotlabs/Module/Poke.php:137 +#: ../../Zotlabs/Module/Profile.php:68 ../../Zotlabs/Module/Profile.php:76 +#: ../../Zotlabs/Module/Profile_photo.php:256 +#: ../../Zotlabs/Module/Profile_photo.php:269 +#: ../../Zotlabs/Module/Profiles.php:202 ../../Zotlabs/Module/Profiles.php:600 +#: ../../Zotlabs/Module/Rate.php:115 ../../Zotlabs/Module/Register.php:77 +#: ../../Zotlabs/Module/Regmod.php:21 +#: ../../Zotlabs/Module/Service_limits.php:11 +#: ../../Zotlabs/Module/Settings.php:570 ../../Zotlabs/Module/Setup.php:238 +#: ../../Zotlabs/Module/Sharedwithme.php:11 +#: ../../Zotlabs/Module/Sources.php:70 ../../Zotlabs/Module/Suggest.php:30 +#: ../../Zotlabs/Module/Thing.php:274 ../../Zotlabs/Module/Thing.php:294 +#: ../../Zotlabs/Module/Thing.php:331 +#: ../../Zotlabs/Module/Viewconnections.php:26 +#: ../../Zotlabs/Module/Viewconnections.php:31 +#: ../../Zotlabs/Module/Viewsrc.php:18 ../../Zotlabs/Module/Webpages.php:73 +#: ../../include/chat.php:133 ../../include/attach.php:141 +#: ../../include/attach.php:189 ../../include/attach.php:252 +#: ../../include/attach.php:266 ../../include/attach.php:273 +#: ../../include/attach.php:338 ../../include/attach.php:352 +#: ../../include/attach.php:359 ../../include/attach.php:437 +#: ../../include/attach.php:895 ../../include/attach.php:966 +#: ../../include/attach.php:1118 ../../include/items.php:4671 +#: ../../include/photos.php:29 ../../index.php:174 msgid "Permission denied." msgstr "" -#: ../../Zotlabs/Web/Router.php:105 ../../mod/help.php:231 +#: ../../Zotlabs/Web/Router.php:146 ../../Zotlabs/Module/Help.php:94 msgid "Not Found" msgstr "" -#: ../../Zotlabs/Web/Router.php:108 ../../mod/page.php:89 -#: ../../mod/block.php:75 ../../mod/display.php:117 ../../mod/help.php:234 +#: ../../Zotlabs/Web/Router.php:149 ../../Zotlabs/Module/Block.php:79 +#: ../../Zotlabs/Module/Display.php:121 ../../Zotlabs/Module/Help.php:97 +#: ../../Zotlabs/Module/Page.php:93 msgid "Page not found." msgstr "" @@ -205,9248 +235,9388 @@ msgid "" "logout and retry." msgstr "" -#: ../../Zotlabs/Zot/Auth.php:248 ../../mod/openid.php:72 -#: ../../mod/openid.php:179 +#: ../../Zotlabs/Zot/Auth.php:248 ../../Zotlabs/Module/Openid.php:76 +#: ../../Zotlabs/Module/Openid.php:183 #, php-format msgid "Welcome %s. Remote authentication successful." msgstr "" -#: ../../include/Import/import_diaspora.php:17 -msgid "No username found in import file." +#: ../../Zotlabs/Module/Achievements.php:15 ../../Zotlabs/Module/Blocks.php:33 +#: ../../Zotlabs/Module/Connect.php:17 ../../Zotlabs/Module/Editblock.php:33 +#: ../../Zotlabs/Module/Editlayout.php:31 +#: ../../Zotlabs/Module/Editwebpage.php:32 +#: ../../Zotlabs/Module/Filestorage.php:58 ../../Zotlabs/Module/Hcard.php:12 +#: ../../Zotlabs/Module/Layouts.php:33 ../../Zotlabs/Module/Profile.php:20 +#: ../../Zotlabs/Module/Webpages.php:33 ../../include/identity.php:830 +msgid "Requested profile is not available." msgstr "" -#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 -msgid "Unable to create a unique channel address. Import failed." +#: ../../Zotlabs/Module/Achievements.php:38 +msgid "Some blurb about what to do when you're new here" msgstr "" -#: ../../include/Import/import_diaspora.php:143 ../../mod/import.php:502 -msgid "Import completed." +#: ../../Zotlabs/Module/Acl.php:225 +msgid "network" msgstr "" -#: ../../include/dba/dba_driver.php:141 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" +#: ../../Zotlabs/Module/Acl.php:235 +msgid "RSS" msgstr "" -#: ../../include/photo/photo_driver.php:722 ../../mod/photos.php:94 -#: ../../mod/photos.php:738 ../../mod/profile_photo.php:147 -#: ../../mod/profile_photo.php:239 ../../mod/profile_photo.php:327 -msgid "Profile Photos" +#: ../../Zotlabs/Module/Admin.php:58 +msgid "Theme settings updated." msgstr "" -#: ../../include/identity.php:32 -msgid "Unable to obtain identity information from database" +#: ../../Zotlabs/Module/Admin.php:145 ../../Zotlabs/Module/Admin.php:1197 +#: ../../Zotlabs/Module/Admin.php:1442 ../../Zotlabs/Module/Display.php:44 +#: ../../Zotlabs/Module/Filestorage.php:31 ../../Zotlabs/Module/Thing.php:89 +#: ../../Zotlabs/Module/Viewsrc.php:24 ../../include/items.php:4592 +msgid "Item not found." msgstr "" -#: ../../include/identity.php:66 -msgid "Empty name" +#: ../../Zotlabs/Module/Admin.php:178 +msgid "# Accounts" msgstr "" -#: ../../include/identity.php:69 -msgid "Name too long" +#: ../../Zotlabs/Module/Admin.php:179 +msgid "# blocked accounts" msgstr "" -#: ../../include/identity.php:180 -msgid "No account identifier" +#: ../../Zotlabs/Module/Admin.php:180 +msgid "# expired accounts" msgstr "" -#: ../../include/identity.php:192 -msgid "Nickname is required." +#: ../../Zotlabs/Module/Admin.php:181 +msgid "# expiring accounts" msgstr "" -#: ../../include/identity.php:206 -msgid "Reserved nickname. Please choose another." +#: ../../Zotlabs/Module/Admin.php:192 +msgid "# Channels" msgstr "" -#: ../../include/identity.php:211 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../Zotlabs/Module/Admin.php:193 +msgid "# primary" msgstr "" -#: ../../include/identity.php:287 -msgid "Unable to retrieve created identity" +#: ../../Zotlabs/Module/Admin.php:194 +msgid "# clones" msgstr "" -#: ../../include/identity.php:345 -msgid "Default Profile" +#: ../../Zotlabs/Module/Admin.php:200 +msgid "Message queues" msgstr "" -#: ../../include/identity.php:389 ../../include/identity.php:390 -#: ../../include/identity.php:397 ../../include/profile_selectors.php:80 -#: ../../include/widgets.php:446 ../../mod/connedit.php:591 -#: ../../mod/settings.php:349 ../../mod/settings.php:353 -#: ../../mod/settings.php:354 ../../mod/settings.php:357 -#: ../../mod/settings.php:368 -msgid "Friends" +#: ../../Zotlabs/Module/Admin.php:216 ../../Zotlabs/Module/Admin.php:462 +#: ../../Zotlabs/Module/Admin.php:677 ../../Zotlabs/Module/Admin.php:717 +#: ../../Zotlabs/Module/Admin.php:992 ../../Zotlabs/Module/Admin.php:1156 +#: ../../Zotlabs/Module/Admin.php:1271 ../../Zotlabs/Module/Admin.php:1332 +#: ../../Zotlabs/Module/Admin.php:1493 ../../Zotlabs/Module/Admin.php:1527 +#: ../../Zotlabs/Module/Admin.php:1612 +msgid "Administration" msgstr "" -#: ../../include/identity.php:784 -msgid "Requested channel is not available." +#: ../../Zotlabs/Module/Admin.php:217 +msgid "Summary" msgstr "" -#: ../../include/identity.php:830 ../../mod/achievements.php:11 -#: ../../mod/profile.php:16 ../../mod/connect.php:13 -#: ../../mod/editblock.php:29 ../../mod/editlayout.php:27 -#: ../../mod/webpages.php:29 ../../mod/editwebpage.php:28 -#: ../../mod/blocks.php:29 ../../mod/filestorage.php:54 ../../mod/hcard.php:8 -#: ../../mod/layouts.php:29 -msgid "Requested profile is not available." +#: ../../Zotlabs/Module/Admin.php:220 +msgid "Registered accounts" msgstr "" -#: ../../include/identity.php:923 ../../mod/profiles.php:691 -msgid "Change profile photo" +#: ../../Zotlabs/Module/Admin.php:221 ../../Zotlabs/Module/Admin.php:681 +msgid "Pending registrations" msgstr "" -#: ../../include/identity.php:930 ../../include/nav.php:88 -#: ../../mod/profiles.php:776 -msgid "Edit Profiles" +#: ../../Zotlabs/Module/Admin.php:222 +msgid "Registered channels" msgstr "" -#: ../../include/identity.php:931 -msgid "Create New Profile" +#: ../../Zotlabs/Module/Admin.php:223 ../../Zotlabs/Module/Admin.php:682 +msgid "Active plugins" msgstr "" -#: ../../include/identity.php:934 ../../include/nav.php:90 -msgid "Edit Profile" +#: ../../Zotlabs/Module/Admin.php:224 +msgid "Version" msgstr "" -#: ../../include/identity.php:948 ../../mod/profiles.php:766 -msgid "Profile Image" +#: ../../Zotlabs/Module/Admin.php:345 +msgid "Site settings updated." msgstr "" -#: ../../include/identity.php:951 -msgid "Visible to everybody" +#: ../../Zotlabs/Module/Admin.php:372 ../../include/comanche.php:34 +msgid "Default" msgstr "" -#: ../../include/identity.php:952 ../../mod/profiles.php:689 -#: ../../mod/profiles.php:770 -msgid "Edit visibility" +#: ../../Zotlabs/Module/Admin.php:382 ../../Zotlabs/Module/Settings.php:796 +msgid "mobile" msgstr "" -#: ../../include/identity.php:1007 ../../include/conversation.php:961 -#: ../../include/Contact.php:101 ../../include/widgets.php:147 -#: ../../include/widgets.php:184 ../../mod/directory.php:321 -#: ../../mod/suggest.php:52 ../../mod/match.php:64 -msgid "Connect" +#: ../../Zotlabs/Module/Admin.php:384 +msgid "experimental" msgstr "" -#: ../../include/identity.php:1022 ../../include/bb2diaspora.php:487 -#: ../../include/event.php:52 ../../include/text.php:1452 -#: ../../mod/directory.php:307 -msgid "Location:" +#: ../../Zotlabs/Module/Admin.php:386 +msgid "unsupported" msgstr "" -#: ../../include/identity.php:1026 ../../include/identity.php:1281 -msgid "Gender:" +#: ../../Zotlabs/Module/Admin.php:431 ../../Zotlabs/Module/Api.php:89 +#: ../../Zotlabs/Module/Connedit.php:379 ../../Zotlabs/Module/Connedit.php:657 +#: ../../Zotlabs/Module/Events.php:458 ../../Zotlabs/Module/Events.php:459 +#: ../../Zotlabs/Module/Events.php:468 +#: ../../Zotlabs/Module/Filestorage.php:155 +#: ../../Zotlabs/Module/Filestorage.php:163 ../../Zotlabs/Module/Menu.php:100 +#: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Mitem.php:158 +#: ../../Zotlabs/Module/Mitem.php:159 ../../Zotlabs/Module/Mitem.php:232 +#: ../../Zotlabs/Module/Mitem.php:233 ../../Zotlabs/Module/Photos.php:665 +#: ../../Zotlabs/Module/Profiles.php:651 ../../Zotlabs/Module/Removeme.php:64 +#: ../../Zotlabs/Module/Settings.php:579 ../../include/dir_fns.php:141 +#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143 +#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1606 +msgid "No" msgstr "" -#: ../../include/identity.php:1027 ../../include/identity.php:1325 -msgid "Status:" +#: ../../Zotlabs/Module/Admin.php:432 +msgid "Yes - with approval" msgstr "" -#: ../../include/identity.php:1028 ../../include/identity.php:1336 -msgid "Homepage:" +#: ../../Zotlabs/Module/Admin.php:433 ../../Zotlabs/Module/Api.php:88 +#: ../../Zotlabs/Module/Connedit.php:379 ../../Zotlabs/Module/Events.php:458 +#: ../../Zotlabs/Module/Events.php:459 ../../Zotlabs/Module/Events.php:468 +#: ../../Zotlabs/Module/Filestorage.php:155 +#: ../../Zotlabs/Module/Filestorage.php:163 ../../Zotlabs/Module/Menu.php:100 +#: ../../Zotlabs/Module/Menu.php:157 ../../Zotlabs/Module/Mitem.php:158 +#: ../../Zotlabs/Module/Mitem.php:159 ../../Zotlabs/Module/Mitem.php:232 +#: ../../Zotlabs/Module/Mitem.php:233 ../../Zotlabs/Module/Photos.php:665 +#: ../../Zotlabs/Module/Profiles.php:651 ../../Zotlabs/Module/Removeme.php:64 +#: ../../Zotlabs/Module/Settings.php:579 ../../include/dir_fns.php:141 +#: ../../include/dir_fns.php:142 ../../include/dir_fns.php:143 +#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1606 +msgid "Yes" msgstr "" -#: ../../include/identity.php:1029 -msgid "Online Now" +#: ../../Zotlabs/Module/Admin.php:438 +msgid "My site is not a public server" msgstr "" -#: ../../include/identity.php:1116 ../../include/identity.php:1192 -#: ../../mod/ping.php:318 -msgid "g A l F d" +#: ../../Zotlabs/Module/Admin.php:439 +msgid "My site has paid access only" msgstr "" -#: ../../include/identity.php:1117 ../../include/identity.php:1193 -msgid "F d" +#: ../../Zotlabs/Module/Admin.php:440 +msgid "My site has free access only" msgstr "" -#: ../../include/identity.php:1162 ../../include/identity.php:1232 -#: ../../mod/ping.php:341 -msgid "[today]" +#: ../../Zotlabs/Module/Admin.php:441 +msgid "My site offers free accounts with optional paid upgrades" msgstr "" -#: ../../include/identity.php:1173 -msgid "Birthday Reminders" +#: ../../Zotlabs/Module/Admin.php:463 ../../include/widgets.php:1334 +msgid "Site" msgstr "" -#: ../../include/identity.php:1174 -msgid "Birthdays this week:" +#: ../../Zotlabs/Module/Admin.php:464 ../../Zotlabs/Module/Admin.php:654 +#: ../../Zotlabs/Module/Admin.php:729 ../../Zotlabs/Module/Admin.php:994 +#: ../../Zotlabs/Module/Admin.php:1158 ../../Zotlabs/Module/Admin.php:1334 +#: ../../Zotlabs/Module/Admin.php:1529 ../../Zotlabs/Module/Admin.php:1614 +#: ../../Zotlabs/Module/Admin.php:1778 ../../Zotlabs/Module/Appman.php:103 +#: ../../Zotlabs/Module/Cal.php:341 ../../Zotlabs/Module/Chat.php:194 +#: ../../Zotlabs/Module/Chat.php:236 ../../Zotlabs/Module/Connect.php:97 +#: ../../Zotlabs/Module/Connedit.php:733 ../../Zotlabs/Module/Events.php:472 +#: ../../Zotlabs/Module/Events.php:669 +#: ../../Zotlabs/Module/Filestorage.php:160 +#: ../../Zotlabs/Module/Fsuggest.php:112 ../../Zotlabs/Module/Group.php:85 +#: ../../Zotlabs/Module/Import.php:546 +#: ../../Zotlabs/Module/Import_items.php:120 +#: ../../Zotlabs/Module/Invite.php:146 ../../Zotlabs/Module/Locs.php:121 +#: ../../Zotlabs/Module/Mail.php:384 ../../Zotlabs/Module/Mitem.php:235 +#: ../../Zotlabs/Module/Mood.php:139 ../../Zotlabs/Module/Pconfig.php:107 +#: ../../Zotlabs/Module/Pdledit.php:66 ../../Zotlabs/Module/Photos.php:676 +#: ../../Zotlabs/Module/Photos.php:1051 ../../Zotlabs/Module/Photos.php:1091 +#: ../../Zotlabs/Module/Photos.php:1209 ../../Zotlabs/Module/Poke.php:186 +#: ../../Zotlabs/Module/Profiles.php:691 ../../Zotlabs/Module/Rate.php:172 +#: ../../Zotlabs/Module/Settings.php:588 ../../Zotlabs/Module/Settings.php:701 +#: ../../Zotlabs/Module/Settings.php:729 ../../Zotlabs/Module/Settings.php:752 +#: ../../Zotlabs/Module/Settings.php:840 +#: ../../Zotlabs/Module/Settings.php:1032 ../../Zotlabs/Module/Setup.php:335 +#: ../../Zotlabs/Module/Setup.php:376 ../../Zotlabs/Module/Sources.php:108 +#: ../../Zotlabs/Module/Sources.php:142 ../../Zotlabs/Module/Thing.php:316 +#: ../../Zotlabs/Module/Thing.php:362 ../../Zotlabs/Module/Xchan.php:15 +#: ../../include/ItemObject.php:703 ../../include/widgets.php:708 +#: ../../include/widgets.php:720 ../../include/js_strings.php:22 +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Submit" msgstr "" -#: ../../include/identity.php:1225 -msgid "[No description]" +#: ../../Zotlabs/Module/Admin.php:465 ../../Zotlabs/Module/Register.php:245 +msgid "Registration" msgstr "" -#: ../../include/identity.php:1243 -msgid "Event Reminders" +#: ../../Zotlabs/Module/Admin.php:466 +msgid "File upload" msgstr "" -#: ../../include/identity.php:1244 -msgid "Events this week:" +#: ../../Zotlabs/Module/Admin.php:467 +msgid "Policies" msgstr "" -#: ../../include/identity.php:1279 ../../mod/settings.php:1047 -msgid "Full Name:" +#: ../../Zotlabs/Module/Admin.php:468 ../../include/contact_widgets.php:19 +msgid "Advanced" msgstr "" -#: ../../include/identity.php:1286 -msgid "Like this channel" +#: ../../Zotlabs/Module/Admin.php:472 +msgid "Site name" msgstr "" -#: ../../include/identity.php:1297 ../../include/ItemObject.php:179 -#: ../../include/conversation.php:1760 ../../include/taxonomy.php:415 -#: ../../mod/photos.php:1125 -msgctxt "noun" -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/identity.php:1310 -msgid "j F, Y" +#: ../../Zotlabs/Module/Admin.php:473 +msgid "Banner/Logo" msgstr "" -#: ../../include/identity.php:1311 -msgid "j F" +#: ../../Zotlabs/Module/Admin.php:474 +msgid "Administrator Information" msgstr "" -#: ../../include/identity.php:1318 -msgid "Birthday:" +#: ../../Zotlabs/Module/Admin.php:474 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" msgstr "" -#: ../../include/identity.php:1322 ../../mod/directory.php:302 -msgid "Age:" +#: ../../Zotlabs/Module/Admin.php:475 +msgid "System language" msgstr "" -#: ../../include/identity.php:1331 -#, php-format -msgid "for %1$d %2$s" +#: ../../Zotlabs/Module/Admin.php:476 +msgid "System theme" msgstr "" -#: ../../include/identity.php:1334 -msgid "Sexual Preference:" +#: ../../Zotlabs/Module/Admin.php:476 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" msgstr "" -#: ../../include/identity.php:1338 ../../mod/directory.php:318 -msgid "Hometown:" +#: ../../Zotlabs/Module/Admin.php:477 +msgid "Mobile system theme" msgstr "" -#: ../../include/identity.php:1340 -msgid "Tags:" +#: ../../Zotlabs/Module/Admin.php:477 +msgid "Theme for mobile devices" msgstr "" -#: ../../include/identity.php:1342 -msgid "Political Views:" +#: ../../Zotlabs/Module/Admin.php:479 +msgid "Allow Feeds as Connections" msgstr "" -#: ../../include/identity.php:1344 -msgid "Religion:" +#: ../../Zotlabs/Module/Admin.php:479 +msgid "(Heavy system resource usage)" msgstr "" -#: ../../include/identity.php:1346 ../../mod/directory.php:320 -msgid "About:" +#: ../../Zotlabs/Module/Admin.php:480 +msgid "Maximum image size" msgstr "" -#: ../../include/identity.php:1348 -msgid "Hobbies/Interests:" +#: ../../Zotlabs/Module/Admin.php:480 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." msgstr "" -#: ../../include/identity.php:1350 -msgid "Likes:" +#: ../../Zotlabs/Module/Admin.php:481 +msgid "Does this site allow new member registration?" msgstr "" -#: ../../include/identity.php:1352 -msgid "Dislikes:" +#: ../../Zotlabs/Module/Admin.php:482 +msgid "Invitation only" msgstr "" -#: ../../include/identity.php:1354 -msgid "Contact information and Social Networks:" +#: ../../Zotlabs/Module/Admin.php:482 +msgid "" +"Only allow new member registrations with an invitation code. Above register " +"policy must be set to Yes." msgstr "" -#: ../../include/identity.php:1356 -msgid "My other channels:" +#: ../../Zotlabs/Module/Admin.php:483 +msgid "Which best describes the types of account offered by this hub?" msgstr "" -#: ../../include/identity.php:1358 -msgid "Musical interests:" +#: ../../Zotlabs/Module/Admin.php:484 +msgid "Register text" msgstr "" -#: ../../include/identity.php:1360 -msgid "Books, literature:" +#: ../../Zotlabs/Module/Admin.php:484 +msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../include/identity.php:1362 -msgid "Television:" +#: ../../Zotlabs/Module/Admin.php:485 +msgid "Site homepage to show visitors (default: login box)" msgstr "" -#: ../../include/identity.php:1364 -msgid "Film/dance/culture/entertainment:" +#: ../../Zotlabs/Module/Admin.php:485 +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 "" -#: ../../include/identity.php:1366 -msgid "Love/Romance:" +#: ../../Zotlabs/Module/Admin.php:486 +msgid "Preserve site homepage URL" msgstr "" -#: ../../include/identity.php:1368 -msgid "Work/employment:" +#: ../../Zotlabs/Module/Admin.php:486 +msgid "" +"Present the site homepage in a frame at the original location instead of " +"redirecting" msgstr "" -#: ../../include/identity.php:1370 -msgid "School/education:" +#: ../../Zotlabs/Module/Admin.php:487 +msgid "Accounts abandoned after x days" msgstr "" -#: ../../include/identity.php:1388 ../../include/apps.php:138 -#: ../../mod/profperm.php:112 -msgid "Profile" +#: ../../Zotlabs/Module/Admin.php:487 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." msgstr "" -#: ../../include/identity.php:1390 -msgid "Like this thing" +#: ../../Zotlabs/Module/Admin.php:488 +msgid "Allowed friend domains" msgstr "" -#: ../../include/identity.php:1800 ../../mod/cover_photo.php:236 -msgid "cover photo" +#: ../../Zotlabs/Module/Admin.php:488 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../include/notify.php:20 -msgid "created a new post" +#: ../../Zotlabs/Module/Admin.php:489 +msgid "Allowed email domains" msgstr "" -#: ../../include/notify.php:21 -#, php-format -msgid "commented on %s's post" +#: ../../Zotlabs/Module/Admin.php:489 +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 "" -#: ../../include/ItemObject.php:89 ../../include/conversation.php:664 -msgid "Private Message" +#: ../../Zotlabs/Module/Admin.php:490 +msgid "Not allowed email domains" msgstr "" -#: ../../include/ItemObject.php:126 ../../include/conversation.php:656 -msgid "Select" +#: ../../Zotlabs/Module/Admin.php:490 +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 "" -#: ../../include/ItemObject.php:130 -msgid "Save to Folder" +#: ../../Zotlabs/Module/Admin.php:491 +msgid "Verify Email Addresses" msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will attend" +#: ../../Zotlabs/Module/Admin.php:491 +msgid "" +"Check to verify email addresses used in account registration (recommended)." msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I will not attend" +#: ../../Zotlabs/Module/Admin.php:492 +msgid "Force publish" msgstr "" -#: ../../include/ItemObject.php:151 -msgid "I might attend" +#: ../../Zotlabs/Module/Admin.php:492 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I agree" +#: ../../Zotlabs/Module/Admin.php:493 +msgid "Import Public Streams" msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I disagree" +#: ../../Zotlabs/Module/Admin.php:493 +msgid "" +"Import and allow access to public content pulled from other sites. Warning: " +"this content is unmoderated." msgstr "" -#: ../../include/ItemObject.php:161 -msgid "I abstain" +#: ../../Zotlabs/Module/Admin.php:494 +msgid "Login on Homepage" msgstr "" -#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 -#: ../../include/conversation.php:1736 ../../mod/photos.php:1121 -#: ../../mod/photos.php:1133 -msgid "View all" +#: ../../Zotlabs/Module/Admin.php:494 +msgid "" +"Present a login box to visitors on the home page if no other content has " +"been configured." msgstr "" -#: ../../include/ItemObject.php:184 ../../include/conversation.php:1763 -#: ../../mod/photos.php:1130 -msgctxt "noun" -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:212 -msgid "Add Star" +#: ../../Zotlabs/Module/Admin.php:495 +msgid "Enable context help" msgstr "" -#: ../../include/ItemObject.php:213 -msgid "Remove Star" +#: ../../Zotlabs/Module/Admin.php:495 +msgid "" +"Display contextual help for the current page when the help button is pressed." msgstr "" -#: ../../include/ItemObject.php:214 -msgid "Toggle Star Status" +#: ../../Zotlabs/Module/Admin.php:497 +msgid "Directory Server URL" msgstr "" -#: ../../include/ItemObject.php:218 -msgid "starred" +#: ../../Zotlabs/Module/Admin.php:497 +msgid "Default directory server" msgstr "" -#: ../../include/ItemObject.php:227 ../../include/conversation.php:671 -msgid "Message signature validated" +#: ../../Zotlabs/Module/Admin.php:499 +msgid "Proxy user" msgstr "" -#: ../../include/ItemObject.php:228 ../../include/conversation.php:672 -msgid "Message signature incorrect" +#: ../../Zotlabs/Module/Admin.php:500 +msgid "Proxy URL" msgstr "" -#: ../../include/ItemObject.php:236 -msgid "Add Tag" +#: ../../Zotlabs/Module/Admin.php:501 +msgid "Network timeout" msgstr "" -#: ../../include/ItemObject.php:254 ../../mod/photos.php:1065 -msgid "I like this (toggle)" +#: ../../Zotlabs/Module/Admin.php:501 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328 -msgid "like" +#: ../../Zotlabs/Module/Admin.php:502 +msgid "Delivery interval" msgstr "" -#: ../../include/ItemObject.php:255 ../../mod/photos.php:1066 -msgid "I don't like this (toggle)" +#: ../../Zotlabs/Module/Admin.php:502 +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 "" -#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329 -msgid "dislike" +#: ../../Zotlabs/Module/Admin.php:503 +msgid "Deliveries per process" msgstr "" -#: ../../include/ItemObject.php:259 -msgid "Share This" +#: ../../Zotlabs/Module/Admin.php:503 +msgid "" +"Number of deliveries to attempt in a single operating system process. Adjust " +"if necessary to tune system performance. Recommend: 1-5." msgstr "" -#: ../../include/ItemObject.php:259 -msgid "share" +#: ../../Zotlabs/Module/Admin.php:504 +msgid "Poll interval" msgstr "" -#: ../../include/ItemObject.php:268 -msgid "Delivery Report" +#: ../../Zotlabs/Module/Admin.php:504 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." msgstr "" -#: ../../include/ItemObject.php:286 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 -#, php-format -msgid "View %s's profile - %s" +#: ../../Zotlabs/Module/Admin.php:505 +msgid "Maximum Load Average" msgstr "" -#: ../../include/ItemObject.php:319 -msgid "to" +#: ../../Zotlabs/Module/Admin.php:505 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." msgstr "" -#: ../../include/ItemObject.php:320 -msgid "via" +#: ../../Zotlabs/Module/Admin.php:506 +msgid "Expiration period in days for imported (grid/network) content" msgstr "" -#: ../../include/ItemObject.php:321 -msgid "Wall-to-Wall" +#: ../../Zotlabs/Module/Admin.php:506 +msgid "0 for no expiration of imported content" msgstr "" -#: ../../include/ItemObject.php:322 -msgid "via Wall-To-Wall:" +#: ../../Zotlabs/Module/Admin.php:643 ../../Zotlabs/Module/Admin.php:644 +#: ../../Zotlabs/Module/Settings.php:720 +msgid "Off" msgstr "" -#: ../../include/ItemObject.php:334 ../../include/conversation.php:719 -#, php-format -msgid "from %s" +#: ../../Zotlabs/Module/Admin.php:643 ../../Zotlabs/Module/Admin.php:644 +#: ../../Zotlabs/Module/Settings.php:720 +msgid "On" msgstr "" -#: ../../include/ItemObject.php:337 ../../include/conversation.php:722 +#: ../../Zotlabs/Module/Admin.php:644 #, php-format -msgid "last edited: %s" +msgid "Lock feature %s" msgstr "" -#: ../../include/ItemObject.php:338 ../../include/conversation.php:723 -#, php-format -msgid "Expires: %s" +#: ../../Zotlabs/Module/Admin.php:652 +msgid "Manage Additional Features" msgstr "" -#: ../../include/ItemObject.php:362 -msgid "Save Bookmarks" +#: ../../Zotlabs/Module/Admin.php:669 +msgid "No server found" msgstr "" -#: ../../include/ItemObject.php:363 -msgid "Add to Calendar" +#: ../../Zotlabs/Module/Admin.php:676 ../../Zotlabs/Module/Admin.php:1006 +msgid "ID" msgstr "" -#: ../../include/ItemObject.php:372 -msgid "Mark all seen" +#: ../../Zotlabs/Module/Admin.php:676 +msgid "for channel" msgstr "" -#: ../../include/ItemObject.php:378 ../../mod/photos.php:1251 -msgctxt "noun" -msgid "Likes" +#: ../../Zotlabs/Module/Admin.php:676 +msgid "on server" msgstr "" -#: ../../include/ItemObject.php:379 ../../mod/photos.php:1252 -msgctxt "noun" -msgid "Dislikes" +#: ../../Zotlabs/Module/Admin.php:676 ../../Zotlabs/Module/Connections.php:270 +msgid "Status" msgstr "" -#: ../../include/ItemObject.php:384 ../../include/acl_selectors.php:252 -#: ../../mod/photos.php:1257 -msgid "Close" +#: ../../Zotlabs/Module/Admin.php:678 +msgid "Server" msgstr "" -#: ../../include/ItemObject.php:389 ../../include/conversation.php:740 -#: ../../include/conversation.php:1244 ../../mod/editpost.php:131 -#: ../../mod/photos.php:1068 ../../mod/editblock.php:151 -#: ../../mod/editlayout.php:149 ../../mod/editwebpage.php:191 -msgid "Please wait" +#: ../../Zotlabs/Module/Admin.php:718 ../../include/widgets.php:1337 +msgid "Security" msgstr "" -#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7 -msgid "[+] show all" +#: ../../Zotlabs/Module/Admin.php:720 +msgid "Block public" msgstr "" -#: ../../include/ItemObject.php:700 ../../mod/photos.php:1084 -#: ../../mod/photos.php:1202 -msgid "This is you" +#: ../../Zotlabs/Module/Admin.php:720 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently authenticated." msgstr "" -#: ../../include/ItemObject.php:702 ../../include/js_strings.php:6 -#: ../../mod/photos.php:1086 ../../mod/photos.php:1204 -msgid "Comment" +#: ../../Zotlabs/Module/Admin.php:721 +msgid "Allow communications only from these sites" msgstr "" -#: ../../include/ItemObject.php:703 ../../include/widgets.php:708 -#: ../../include/widgets.php:720 ../../include/js_strings.php:22 -#: ../../mod/admin.php:457 ../../mod/admin.php:646 ../../mod/admin.php:721 -#: ../../mod/admin.php:986 ../../mod/admin.php:1150 ../../mod/admin.php:1326 -#: ../../mod/admin.php:1521 ../../mod/admin.php:1606 ../../mod/admin.php:1770 -#: ../../mod/appman.php:99 ../../mod/pconfig.php:108 ../../mod/pdledit.php:62 -#: ../../mod/photos.php:672 ../../mod/photos.php:1047 -#: ../../mod/photos.php:1087 ../../mod/photos.php:1205 ../../mod/mitem.php:231 -#: ../../mod/cal.php:337 ../../mod/poke.php:182 ../../mod/chat.php:190 -#: ../../mod/chat.php:232 ../../mod/connect.php:93 ../../mod/mood.php:135 -#: ../../mod/connedit.php:729 ../../mod/profiles.php:687 -#: ../../mod/rate.php:168 ../../mod/events.php:468 ../../mod/events.php:665 -#: ../../mod/filestorage.php:156 ../../mod/fsuggest.php:108 -#: ../../mod/group.php:81 ../../mod/settings.php:597 -#: ../../mod/settings.php:710 ../../mod/settings.php:738 -#: ../../mod/settings.php:761 ../../mod/settings.php:849 -#: ../../mod/settings.php:1041 ../../mod/setup.php:336 ../../mod/setup.php:377 -#: ../../mod/import.php:542 ../../mod/import_items.php:116 -#: ../../mod/invite.php:142 ../../mod/locs.php:117 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/mail.php:380 ../../mod/thing.php:312 -#: ../../mod/thing.php:358 ../../mod/xchan.php:11 -#: ../../view/theme/redbasic/php/config.php:99 -msgid "Submit" +#: ../../Zotlabs/Module/Admin.php:721 +msgid "" +"One site per line. Leave empty to allow communication from anywhere by " +"default" msgstr "" -#: ../../include/ItemObject.php:704 ../../include/conversation.php:1216 -#: ../../mod/editpost.php:115 ../../mod/editblock.php:137 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:178 -msgid "Bold" +#: ../../Zotlabs/Module/Admin.php:722 +msgid "Block communications from these sites" msgstr "" -#: ../../include/ItemObject.php:705 ../../include/conversation.php:1217 -#: ../../mod/editpost.php:116 ../../mod/editblock.php:138 -#: ../../mod/editlayout.php:137 ../../mod/editwebpage.php:179 -msgid "Italic" +#: ../../Zotlabs/Module/Admin.php:723 +msgid "Allow communications only from these channels" msgstr "" -#: ../../include/ItemObject.php:706 ../../include/conversation.php:1218 -#: ../../mod/editpost.php:117 ../../mod/editblock.php:139 -#: ../../mod/editlayout.php:138 ../../mod/editwebpage.php:180 -msgid "Underline" +#: ../../Zotlabs/Module/Admin.php:723 +msgid "" +"One channel (hash) per line. Leave empty to allow from any channel by default" msgstr "" -#: ../../include/ItemObject.php:707 ../../include/conversation.php:1219 -#: ../../mod/editpost.php:118 ../../mod/editblock.php:140 -#: ../../mod/editlayout.php:139 ../../mod/editwebpage.php:181 -msgid "Quote" +#: ../../Zotlabs/Module/Admin.php:724 +msgid "Block communications from these channels" msgstr "" -#: ../../include/ItemObject.php:708 ../../include/conversation.php:1220 -#: ../../mod/editpost.php:119 ../../mod/editblock.php:141 -#: ../../mod/editlayout.php:140 ../../mod/editwebpage.php:182 -msgid "Code" +#: ../../Zotlabs/Module/Admin.php:725 +msgid "Allow embedded HTML content only from these domains" msgstr "" -#: ../../include/ItemObject.php:709 -msgid "Image" +#: ../../Zotlabs/Module/Admin.php:725 +msgid "One site per line. Leave empty to allow from any site by default" msgstr "" -#: ../../include/ItemObject.php:710 -msgid "Insert Link" +#: ../../Zotlabs/Module/Admin.php:726 +msgid "Block embedded HTML from these domains" msgstr "" -#: ../../include/ItemObject.php:711 -msgid "Video" +#: ../../Zotlabs/Module/Admin.php:728 +msgid "Cooperative embed security" msgstr "" -#: ../../include/ItemObject.php:712 ../../include/conversation.php:1186 -#: ../../include/page_widgets.php:40 ../../mod/editpost.php:151 -#: ../../mod/photos.php:1088 ../../mod/editblock.php:172 -#: ../../mod/webpages.php:192 ../../mod/editwebpage.php:213 -#: ../../mod/events.php:465 -msgid "Preview" +#: ../../Zotlabs/Module/Admin.php:728 +msgid "Enable to share embed security with other compatible sites/hubs" msgstr "" -#: ../../include/ItemObject.php:715 ../../include/conversation.php:1274 -#: ../../mod/editpost.php:159 ../../mod/chat.php:200 ../../mod/mail.php:255 -#: ../../mod/mail.php:385 -msgid "Encrypt text" +#: ../../Zotlabs/Module/Admin.php:743 +msgid "Update has been marked successful" msgstr "" -#: ../../include/account.php:28 -msgid "Not a valid email address" +#: ../../Zotlabs/Module/Admin.php:753 +#, php-format +msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../include/account.php:30 -msgid "Your email domain is not among those allowed on this site" +#: ../../Zotlabs/Module/Admin.php:756 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: ../../include/account.php:36 -msgid "Your email address is already registered at this site." +#: ../../Zotlabs/Module/Admin.php:760 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../include/account.php:68 -msgid "An invitation is required." +#: ../../Zotlabs/Module/Admin.php:763 +#, php-format +msgid "Update function %s could not be found." msgstr "" -#: ../../include/account.php:72 -msgid "Invitation could not be verified." +#: ../../Zotlabs/Module/Admin.php:779 +msgid "No failed updates." msgstr "" -#: ../../include/account.php:122 -msgid "Please enter the required information." +#: ../../Zotlabs/Module/Admin.php:783 +msgid "Failed Updates" msgstr "" -#: ../../include/account.php:189 -msgid "Failed to store account information." +#: ../../Zotlabs/Module/Admin.php:785 +msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../include/account.php:249 -#, php-format -msgid "Registration confirmation for %s" +#: ../../Zotlabs/Module/Admin.php:786 +msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../include/account.php:315 -#, php-format -msgid "Registration request at %s" +#: ../../Zotlabs/Module/Admin.php:817 +msgid "Queue Statistics" msgstr "" -#: ../../include/account.php:317 ../../include/account.php:344 -#: ../../include/account.php:404 ../../include/network.php:1875 -msgid "Administrator" +#: ../../Zotlabs/Module/Admin.php:818 +msgid "Total Entries" msgstr "" -#: ../../include/account.php:339 -msgid "your registration password" +#: ../../Zotlabs/Module/Admin.php:819 +msgid "Priority" msgstr "" -#: ../../include/account.php:342 ../../include/account.php:402 -#, php-format -msgid "Registration details for %s" +#: ../../Zotlabs/Module/Admin.php:820 +msgid "Destination URL" msgstr "" -#: ../../include/account.php:414 -msgid "Account approved." +#: ../../Zotlabs/Module/Admin.php:821 +msgid "Mark hub permanently offline" msgstr "" -#: ../../include/account.php:454 -#, php-format -msgid "Registration revoked for %s" +#: ../../Zotlabs/Module/Admin.php:822 +msgid "Empty queue for this hub" msgstr "" -#: ../../include/account.php:506 -msgid "Account verified. Please login." +#: ../../Zotlabs/Module/Admin.php:823 +msgid "Last known contact" msgstr "" -#: ../../include/account.php:719 ../../include/account.php:721 -msgid "Click here to upgrade." -msgstr "" +#: ../../Zotlabs/Module/Admin.php:859 +#, php-format +msgid "%s account blocked/unblocked" +msgid_plural "%s account blocked/unblocked" +msgstr[0] "" +msgstr[1] "" -#: ../../include/account.php:727 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" +#: ../../Zotlabs/Module/Admin.php:867 +#, php-format +msgid "%s account deleted" +msgid_plural "%s accounts deleted" +msgstr[0] "" +msgstr[1] "" -#: ../../include/account.php:732 -msgid "This action is not available under your subscription plan." +#: ../../Zotlabs/Module/Admin.php:903 +msgid "Account not found" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:103 -msgid "Male" +#: ../../Zotlabs/Module/Admin.php:915 +#, php-format +msgid "Account '%s' deleted" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 ../../mod/id.php:105 -msgid "Female" +#: ../../Zotlabs/Module/Admin.php:923 +#, php-format +msgid "Account '%s' blocked" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../Zotlabs/Module/Admin.php:931 +#, php-format +msgid "Account '%s' unblocked" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../Zotlabs/Module/Admin.php:993 ../../Zotlabs/Module/Admin.php:1005 +msgid "Users" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../Zotlabs/Module/Admin.php:995 ../../Zotlabs/Module/Admin.php:1159 +msgid "select all" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../Zotlabs/Module/Admin.php:996 +msgid "User registrations waiting for confirm" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../Zotlabs/Module/Admin.php:997 +msgid "Request date" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../Zotlabs/Module/Admin.php:997 ../../Zotlabs/Module/Admin.php:1006 +#: ../../Zotlabs/Module/Id.php:17 ../../Zotlabs/Module/Id.php:18 +#: ../../include/contact_selectors.php:81 ../../boot.php:1604 +msgid "Email" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../Zotlabs/Module/Admin.php:998 +msgid "No registrations." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../Zotlabs/Module/Admin.php:999 ../../Zotlabs/Module/Connections.php:275 +msgid "Approve" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../Zotlabs/Module/Admin.php:1000 +msgid "Deny" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../Zotlabs/Module/Admin.php:1002 ../../Zotlabs/Module/Connedit.php:541 +msgid "Block" msgstr "" -#: ../../include/profile_selectors.php:6 -#: ../../include/profile_selectors.php:23 -#: ../../include/profile_selectors.php:61 -#: ../../include/profile_selectors.php:97 ../../include/permissions.php:881 -msgid "Other" +#: ../../Zotlabs/Module/Admin.php:1003 ../../Zotlabs/Module/Connedit.php:541 +msgid "Unblock" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../Zotlabs/Module/Admin.php:1006 ../../include/group.php:267 +msgid "All Channels" msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Males" +#: ../../Zotlabs/Module/Admin.php:1006 +msgid "Register date" msgstr "" -#: ../../include/profile_selectors.php:42 -#: ../../include/profile_selectors.php:61 -msgid "Females" +#: ../../Zotlabs/Module/Admin.php:1006 +msgid "Last login" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Gay" +#: ../../Zotlabs/Module/Admin.php:1006 +msgid "Expires" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Lesbian" +#: ../../Zotlabs/Module/Admin.php:1006 +msgid "Service Class" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "No Preference" +#: ../../Zotlabs/Module/Admin.php:1008 +msgid "" +"Selected accounts will be deleted!\\n\\nEverything these accounts had posted " +"on this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Bisexual" +#: ../../Zotlabs/Module/Admin.php:1009 +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 "" -#: ../../include/profile_selectors.php:42 -msgid "Autosexual" -msgstr "" +#: ../../Zotlabs/Module/Admin.php:1045 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channels censored/uncensored" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:42 -msgid "Abstinent" -msgstr "" +#: ../../Zotlabs/Module/Admin.php:1054 +#, php-format +msgid "%s channel code allowed/disallowed" +msgid_plural "%s channels code allowed/disallowed" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:42 -msgid "Virgin" -msgstr "" +#: ../../Zotlabs/Module/Admin.php:1061 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" -#: ../../include/profile_selectors.php:42 -msgid "Deviant" +#: ../../Zotlabs/Module/Admin.php:1081 +msgid "Channel not found" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Fetish" +#: ../../Zotlabs/Module/Admin.php:1092 +#, php-format +msgid "Channel '%s' deleted" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Oodles" +#: ../../Zotlabs/Module/Admin.php:1104 +#, php-format +msgid "Channel '%s' censored" msgstr "" -#: ../../include/profile_selectors.php:42 -msgid "Nonsexual" +#: ../../Zotlabs/Module/Admin.php:1104 +#, php-format +msgid "Channel '%s' uncensored" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Single" +#: ../../Zotlabs/Module/Admin.php:1115 +#, php-format +msgid "Channel '%s' code allowed" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Lonely" +#: ../../Zotlabs/Module/Admin.php:1115 +#, php-format +msgid "Channel '%s' code disallowed" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Available" +#: ../../Zotlabs/Module/Admin.php:1157 ../../include/widgets.php:1336 +msgid "Channels" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unavailable" +#: ../../Zotlabs/Module/Admin.php:1161 +msgid "Censor" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Has crush" +#: ../../Zotlabs/Module/Admin.php:1162 +msgid "Uncensor" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Infatuated" +#: ../../Zotlabs/Module/Admin.php:1163 +msgid "Allow Code" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Dating" +#: ../../Zotlabs/Module/Admin.php:1164 +msgid "Disallow Code" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unfaithful" +#: ../../Zotlabs/Module/Admin.php:1165 ../../include/conversation.php:1629 +msgid "Channel" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Sex Addict" +#: ../../Zotlabs/Module/Admin.php:1166 +msgid "UID" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Friends/Benefits" +#: ../../Zotlabs/Module/Admin.php:1166 ../../Zotlabs/Module/Locs.php:118 +#: ../../Zotlabs/Module/Profiles.php:469 +msgid "Address" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Casual" +#: ../../Zotlabs/Module/Admin.php:1168 +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 "" -#: ../../include/profile_selectors.php:80 -msgid "Engaged" +#: ../../Zotlabs/Module/Admin.php:1169 +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 "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Married" +#: ../../Zotlabs/Module/Admin.php:1226 +#, php-format +msgid "Plugin %s disabled." msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily married" +#: ../../Zotlabs/Module/Admin.php:1230 +#, php-format +msgid "Plugin %s enabled." msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Partners" +#: ../../Zotlabs/Module/Admin.php:1240 ../../Zotlabs/Module/Admin.php:1466 +msgid "Disable" msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Cohabiting" +#: ../../Zotlabs/Module/Admin.php:1243 ../../Zotlabs/Module/Admin.php:1468 +msgid "Enable" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Common law" +#: ../../Zotlabs/Module/Admin.php:1272 ../../Zotlabs/Module/Admin.php:1333 +#: ../../include/widgets.php:1339 +msgid "Plugins" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Happy" +#: ../../Zotlabs/Module/Admin.php:1273 ../../Zotlabs/Module/Admin.php:1495 +msgid "Toggle" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Not looking" +#: ../../Zotlabs/Module/Admin.php:1274 ../../Zotlabs/Module/Admin.php:1496 +#: ../../include/apps.php:134 ../../include/widgets.php:589 +#: ../../include/nav.php:211 +msgid "Settings" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Swinger" +#: ../../Zotlabs/Module/Admin.php:1281 ../../Zotlabs/Module/Admin.php:1505 +msgid "Author: " msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Betrayed" +#: ../../Zotlabs/Module/Admin.php:1282 ../../Zotlabs/Module/Admin.php:1506 +msgid "Maintainer: " msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Separated" +#: ../../Zotlabs/Module/Admin.php:1283 +msgid "Minimum project version: " msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Unstable" +#: ../../Zotlabs/Module/Admin.php:1284 +msgid "Maximum project version: " msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Divorced" +#: ../../Zotlabs/Module/Admin.php:1285 +msgid "Minimum PHP version: " msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Imaginarily divorced" +#: ../../Zotlabs/Module/Admin.php:1286 +msgid "Requires: " msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "Widowed" +#: ../../Zotlabs/Module/Admin.php:1287 ../../Zotlabs/Module/Admin.php:1338 +msgid "Disabled - version incompatibility" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Uncertain" +#: ../../Zotlabs/Module/Admin.php:1431 +msgid "No themes found." msgstr "" -#: ../../include/profile_selectors.php:80 -#: ../../include/profile_selectors.php:97 -msgid "It's complicated" +#: ../../Zotlabs/Module/Admin.php:1487 +msgid "Screenshot" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Don't care" +#: ../../Zotlabs/Module/Admin.php:1494 ../../Zotlabs/Module/Admin.php:1528 +#: ../../include/widgets.php:1340 +msgid "Themes" msgstr "" -#: ../../include/profile_selectors.php:80 -msgid "Ask me" +#: ../../Zotlabs/Module/Admin.php:1533 +msgid "[Experimental]" msgstr "" -#: ../../include/acl_selectors.php:218 -msgid "Visible to your default audience" +#: ../../Zotlabs/Module/Admin.php:1534 +msgid "[Unsupported]" msgstr "" -#: ../../include/acl_selectors.php:243 -msgid "Show" +#: ../../Zotlabs/Module/Admin.php:1558 +msgid "Log settings updated." msgstr "" -#: ../../include/acl_selectors.php:244 -msgid "Don't show" +#: ../../Zotlabs/Module/Admin.php:1613 ../../include/widgets.php:1361 +#: ../../include/widgets.php:1371 +msgid "Logs" msgstr "" -#: ../../include/acl_selectors.php:249 -msgid "Other networks and post services" +#: ../../Zotlabs/Module/Admin.php:1615 +msgid "Clear" msgstr "" -#: ../../include/acl_selectors.php:251 ../../mod/photos.php:666 -#: ../../mod/photos.php:1040 ../../mod/chat.php:229 -#: ../../mod/filestorage.php:147 ../../mod/thing.php:309 -#: ../../mod/thing.php:355 -msgid "Permissions" +#: ../../Zotlabs/Module/Admin.php:1621 +msgid "Debugging" msgstr "" -#: ../../include/activities.php:42 -msgid " and " +#: ../../Zotlabs/Module/Admin.php:1622 +msgid "Log file" msgstr "" -#: ../../include/activities.php:50 -msgid "public profile" +#: ../../Zotlabs/Module/Admin.php:1622 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../include/activities.php:59 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" +#: ../../Zotlabs/Module/Admin.php:1623 +msgid "Log level" msgstr "" -#: ../../include/activities.php:60 -#, php-format -msgid "Visit %1$s's %2$s" +#: ../../Zotlabs/Module/Admin.php:1690 +msgid "New Profile Field" msgstr "" -#: ../../include/activities.php:63 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." +#: ../../Zotlabs/Module/Admin.php:1691 ../../Zotlabs/Module/Admin.php:1711 +msgid "Field nickname" msgstr "" -#: ../../include/apps.php:128 -msgid "Site Admin" +#: ../../Zotlabs/Module/Admin.php:1691 ../../Zotlabs/Module/Admin.php:1711 +msgid "System name of field" msgstr "" -#: ../../include/apps.php:129 ../../include/conversation.php:1694 -#: ../../include/nav.php:102 -msgid "Bookmarks" +#: ../../Zotlabs/Module/Admin.php:1692 ../../Zotlabs/Module/Admin.php:1712 +msgid "Input type" msgstr "" -#: ../../include/apps.php:130 -msgid "Address Book" +#: ../../Zotlabs/Module/Admin.php:1693 ../../Zotlabs/Module/Admin.php:1713 +msgid "Field Name" msgstr "" -#: ../../include/apps.php:131 ../../include/nav.php:110 ../../boot.php:1600 -msgid "Login" +#: ../../Zotlabs/Module/Admin.php:1693 ../../Zotlabs/Module/Admin.php:1713 +msgid "Label on profile pages" msgstr "" -#: ../../include/apps.php:132 ../../include/nav.php:203 -#: ../../mod/manage.php:158 -msgid "Channel Manager" +#: ../../Zotlabs/Module/Admin.php:1694 ../../Zotlabs/Module/Admin.php:1714 +msgid "Help text" msgstr "" -#: ../../include/apps.php:133 ../../include/nav.php:176 -msgid "Grid" +#: ../../Zotlabs/Module/Admin.php:1694 ../../Zotlabs/Module/Admin.php:1714 +msgid "Additional info (optional)" msgstr "" -#: ../../include/apps.php:134 ../../include/nav.php:205 -#: ../../include/widgets.php:589 ../../mod/admin.php:1266 -#: ../../mod/admin.php:1488 -msgid "Settings" +#: ../../Zotlabs/Module/Admin.php:1695 ../../Zotlabs/Module/Admin.php:1715 +#: ../../Zotlabs/Module/Filer.php:53 ../../Zotlabs/Module/Rbmark.php:32 +#: ../../Zotlabs/Module/Rbmark.php:104 ../../include/widgets.php:201 +#: ../../include/text.php:905 ../../include/text.php:917 +msgid "Save" msgstr "" -#: ../../include/apps.php:136 ../../include/conversation.php:1704 -#: ../../include/nav.php:106 ../../mod/webpages.php:182 -msgid "Webpages" +#: ../../Zotlabs/Module/Admin.php:1704 +msgid "Field definition not found" msgstr "" -#: ../../include/apps.php:137 ../../include/nav.php:179 -msgid "Channel Home" +#: ../../Zotlabs/Module/Admin.php:1710 +msgid "Edit Profile Field" msgstr "" -#: ../../include/apps.php:139 ../../include/conversation.php:1650 -#: ../../include/nav.php:92 ../../mod/fbrowser.php:25 -msgid "Photos" +#: ../../Zotlabs/Module/Admin.php:1768 ../../include/widgets.php:1342 +msgid "Profile Fields" msgstr "" -#: ../../include/apps.php:140 ../../include/conversation.php:1667 -#: ../../include/conversation.php:1670 ../../include/nav.php:198 -msgid "Events" +#: ../../Zotlabs/Module/Admin.php:1769 +msgid "Basic Profile Fields" msgstr "" -#: ../../include/apps.php:141 ../../include/nav.php:164 -msgid "Directory" +#: ../../Zotlabs/Module/Admin.php:1770 +msgid "Advanced Profile Fields" msgstr "" -#: ../../include/apps.php:142 ../../include/nav.php:155 ../../mod/help.php:222 -#: ../../mod/help.php:227 ../../mod/layouts.php:177 -msgid "Help" +#: ../../Zotlabs/Module/Admin.php:1770 +msgid "(In addition to basic fields)" msgstr "" -#: ../../include/apps.php:143 ../../include/nav.php:190 -msgid "Mail" +#: ../../Zotlabs/Module/Admin.php:1772 +msgid "All available fields" msgstr "" -#: ../../include/apps.php:144 ../../mod/mood.php:131 -msgid "Mood" +#: ../../Zotlabs/Module/Admin.php:1773 +msgid "Custom Fields" msgstr "" -#: ../../include/apps.php:145 ../../include/conversation.php:965 -#: ../../mod/poke.php:164 -msgid "Poke" +#: ../../Zotlabs/Module/Admin.php:1777 +msgid "Create Custom Field" msgstr "" -#: ../../include/apps.php:146 ../../include/nav.php:96 -msgid "Chat" +#: ../../Zotlabs/Module/Api.php:61 ../../Zotlabs/Module/Api.php:85 +msgid "Authorize application connection" msgstr "" -#: ../../include/apps.php:147 ../../include/nav.php:161 -#: ../../include/text.php:904 ../../include/text.php:916 -#: ../../mod/connections.php:302 ../../mod/search.php:40 -msgid "Search" +#: ../../Zotlabs/Module/Api.php:62 +msgid "Return to your app and insert this Securty Code:" msgstr "" -#: ../../include/apps.php:148 -msgid "Probe" +#: ../../Zotlabs/Module/Api.php:72 +msgid "Please login to continue." msgstr "" -#: ../../include/apps.php:149 -msgid "Suggest" +#: ../../Zotlabs/Module/Api.php:87 +msgid "" +"Do you want to authorize this application to access your posts and contacts, " +"and/or create new posts for you?" msgstr "" -#: ../../include/apps.php:150 -msgid "Random Channel" +#: ../../Zotlabs/Module/Appman.php:32 ../../Zotlabs/Module/Appman.php:48 +msgid "App installed." msgstr "" -#: ../../include/apps.php:151 -msgid "Invite" +#: ../../Zotlabs/Module/Appman.php:41 +msgid "Malformed app." msgstr "" -#: ../../include/apps.php:152 ../../include/widgets.php:1338 -msgid "Features" +#: ../../Zotlabs/Module/Appman.php:84 +msgid "Embed code" msgstr "" -#: ../../include/apps.php:153 ../../mod/id.php:28 -msgid "Language" +#: ../../Zotlabs/Module/Appman.php:90 +msgid "Edit App" msgstr "" -#: ../../include/apps.php:154 -msgid "Post" +#: ../../Zotlabs/Module/Appman.php:90 +msgid "Create App" msgstr "" -#: ../../include/apps.php:155 ../../mod/id.php:17 ../../mod/id.php:18 -#: ../../mod/id.php:19 -msgid "Profile Photo" +#: ../../Zotlabs/Module/Appman.php:95 +msgid "Name of app" msgstr "" -#: ../../include/apps.php:252 ../../mod/settings.php:84 -#: ../../mod/settings.php:623 -msgid "Update" +#: ../../Zotlabs/Module/Appman.php:95 ../../Zotlabs/Module/Appman.php:96 +#: ../../Zotlabs/Module/Events.php:448 ../../Zotlabs/Module/Events.php:453 +#: ../../Zotlabs/Module/Profiles.php:712 ../../Zotlabs/Module/Profiles.php:716 +#: ../../include/datetime.php:246 +msgid "Required" msgstr "" -#: ../../include/apps.php:252 -msgid "Install" +#: ../../Zotlabs/Module/Appman.php:96 +msgid "Location (URL) of app" msgstr "" -#: ../../include/apps.php:257 -msgid "Purchase" +#: ../../Zotlabs/Module/Appman.php:97 ../../Zotlabs/Module/Events.php:461 +#: ../../Zotlabs/Module/Rbmark.php:101 +msgid "Description" msgstr "" -#: ../../include/items.php:423 ../../mod/profperm.php:23 -#: ../../mod/dreport.php:6 ../../mod/dreport.php:45 ../../mod/group.php:68 -#: ../../mod/import_items.php:108 ../../mod/like.php:280 -#: ../../mod/subthread.php:58 ../../index.php:173 -msgid "Permission denied" +#: ../../Zotlabs/Module/Appman.php:98 +msgid "Photo icon URL" msgstr "" -#: ../../include/items.php:1138 ../../include/items.php:1183 -msgid "(Unknown)" +#: ../../Zotlabs/Module/Appman.php:98 +msgid "80 x 80 pixels - optional" msgstr "" -#: ../../include/items.php:1382 -msgid "Visible to anybody on the internet." +#: ../../Zotlabs/Module/Appman.php:99 +msgid "Version ID" msgstr "" -#: ../../include/items.php:1384 -msgid "Visible to you only." +#: ../../Zotlabs/Module/Appman.php:100 +msgid "Price of app" msgstr "" -#: ../../include/items.php:1386 -msgid "Visible to anybody in this network." +#: ../../Zotlabs/Module/Appman.php:101 +msgid "Location (URL) to purchase app" msgstr "" -#: ../../include/items.php:1388 -msgid "Visible to anybody authenticated." +#: ../../Zotlabs/Module/Apps.php:40 ../../include/widgets.php:102 +#: ../../include/nav.php:165 +msgid "Apps" msgstr "" -#: ../../include/items.php:1390 -#, php-format -msgid "Visible to anybody on %s." +#: ../../Zotlabs/Module/Attach.php:13 +msgid "Item not available." msgstr "" -#: ../../include/items.php:1392 -msgid "Visible to all connections." +#: ../../Zotlabs/Module/Block.php:31 ../../Zotlabs/Module/Page.php:40 +msgid "Invalid item." msgstr "" -#: ../../include/items.php:1394 -msgid "Visible to approved connections." +#: ../../Zotlabs/Module/Block.php:43 ../../Zotlabs/Module/Cal.php:65 +#: ../../Zotlabs/Module/Page.php:56 ../../Zotlabs/Module/Wall_upload.php:33 +msgid "Channel not found." msgstr "" -#: ../../include/items.php:1396 -msgid "Visible to specific connections." +#: ../../Zotlabs/Module/Blocks.php:99 ../../Zotlabs/Module/Blocks.php:154 +msgid "Block Name" msgstr "" -#: ../../include/items.php:4592 ../../mod/admin.php:141 -#: ../../mod/admin.php:1189 ../../mod/admin.php:1434 ../../mod/display.php:40 -#: ../../mod/filestorage.php:27 ../../mod/thing.php:85 -#: ../../mod/viewsrc.php:20 -msgid "Item not found." +#: ../../Zotlabs/Module/Blocks.php:153 ../../include/text.php:2278 +msgid "Blocks" msgstr "" -#: ../../include/items.php:5126 ../../mod/group.php:38 ../../mod/group.php:137 -msgid "Privacy group not found." +#: ../../Zotlabs/Module/Blocks.php:155 +msgid "Block Title" msgstr "" -#: ../../include/items.php:5142 -msgid "Privacy group is empty." +#: ../../Zotlabs/Module/Blocks.php:156 ../../Zotlabs/Module/Layouts.php:186 +#: ../../Zotlabs/Module/Menu.php:114 ../../Zotlabs/Module/Webpages.php:200 +#: ../../include/page_widgets.php:44 +msgid "Created" msgstr "" -#: ../../include/items.php:5149 -#, php-format -msgid "Privacy group: %s" +#: ../../Zotlabs/Module/Blocks.php:157 ../../Zotlabs/Module/Layouts.php:187 +#: ../../Zotlabs/Module/Menu.php:115 ../../Zotlabs/Module/Webpages.php:201 +#: ../../include/page_widgets.php:45 +msgid "Edited" msgstr "" -#: ../../include/items.php:5159 ../../mod/connedit.php:701 -#, php-format -msgid "Connection: %s" +#: ../../Zotlabs/Module/Blocks.php:160 ../../Zotlabs/Module/Layouts.php:189 +#: ../../Zotlabs/Module/Photos.php:1071 ../../Zotlabs/Module/Webpages.php:190 +#: ../../include/conversation.php:1209 +msgid "Share" msgstr "" -#: ../../include/items.php:5161 -msgid "Connection not found." +#: ../../Zotlabs/Module/Blocks.php:165 ../../Zotlabs/Module/Layouts.php:193 +#: ../../Zotlabs/Module/Pubsites.php:46 ../../Zotlabs/Module/Webpages.php:195 +#: ../../include/page_widgets.php:39 +msgid "View" msgstr "" -#: ../../include/items.php:5587 ../../mod/cover_photo.php:229 -msgid "female" +#: ../../Zotlabs/Module/Bookmarks.php:53 +msgid "Bookmark added" msgstr "" -#: ../../include/items.php:5588 ../../mod/cover_photo.php:230 -#, php-format -msgid "%1$s updated her %2$s" +#: ../../Zotlabs/Module/Bookmarks.php:75 +msgid "My Bookmarks" msgstr "" -#: ../../include/items.php:5589 ../../mod/cover_photo.php:231 -msgid "male" +#: ../../Zotlabs/Module/Bookmarks.php:86 +msgid "My Connections Bookmarks" msgstr "" -#: ../../include/items.php:5590 ../../mod/cover_photo.php:232 -#, php-format -msgid "%1$s updated his %2$s" +#: ../../Zotlabs/Module/Cal.php:41 ../../Zotlabs/Module/Photos.php:45 +#: ../../include/js_strings.php:13 +msgid "everybody" msgstr "" -#: ../../include/items.php:5592 ../../mod/cover_photo.php:234 -#, php-format -msgid "%1$s updated their %2$s" +#: ../../Zotlabs/Module/Cal.php:72 +msgid "Permissions denied." msgstr "" -#: ../../include/items.php:5594 -msgid "profile photo" +#: ../../Zotlabs/Module/Cal.php:262 ../../Zotlabs/Module/Events.php:585 +msgid "l, F j" msgstr "" -#: ../../include/network.php:659 -msgid "view full size" +#: ../../Zotlabs/Module/Cal.php:311 ../../Zotlabs/Module/Events.php:634 +#: ../../include/text.php:1743 +msgid "Link to Source" msgstr "" -#: ../../include/network.php:1827 ../../include/enotify.php:57 -msgid "$Projectname Notification" +#: ../../Zotlabs/Module/Cal.php:334 ../../Zotlabs/Module/Events.php:662 +msgid "Edit Event" msgstr "" -#: ../../include/network.php:1828 ../../include/enotify.php:58 -msgid "$projectname" +#: ../../Zotlabs/Module/Cal.php:334 ../../Zotlabs/Module/Events.php:662 +msgid "Create Event" msgstr "" -#: ../../include/network.php:1830 ../../include/enotify.php:60 -msgid "Thank You," +#: ../../Zotlabs/Module/Cal.php:335 ../../Zotlabs/Module/Cal.php:342 +#: ../../Zotlabs/Module/Events.php:663 ../../Zotlabs/Module/Events.php:670 +#: ../../Zotlabs/Module/Photos.php:948 +msgid "Previous" msgstr "" -#: ../../include/network.php:1832 ../../include/enotify.php:62 -#, php-format -msgid "%s Administrator" +#: ../../Zotlabs/Module/Cal.php:336 ../../Zotlabs/Module/Cal.php:343 +#: ../../Zotlabs/Module/Events.php:664 ../../Zotlabs/Module/Events.php:671 +#: ../../Zotlabs/Module/Photos.php:957 ../../Zotlabs/Module/Setup.php:290 +msgid "Next" msgstr "" -#: ../../include/network.php:1889 -msgid "No Subject" +#: ../../Zotlabs/Module/Cal.php:337 ../../Zotlabs/Module/Events.php:665 +#: ../../include/widgets.php:706 +msgid "Export" msgstr "" -#: ../../include/photos.php:112 -#, php-format -msgid "Image exceeds website size limit of %lu bytes" +#: ../../Zotlabs/Module/Cal.php:340 ../../Zotlabs/Module/Events.php:668 +#: ../../include/widgets.php:707 +msgid "Import" msgstr "" -#: ../../include/photos.php:119 -msgid "Image file is empty." +#: ../../Zotlabs/Module/Cal.php:344 ../../Zotlabs/Module/Events.php:672 +msgid "Today" msgstr "" -#: ../../include/photos.php:146 ../../mod/profile_photo.php:225 -#: ../../mod/cover_photo.php:164 -msgid "Unable to process image" +#: ../../Zotlabs/Module/Channel.php:28 ../../Zotlabs/Module/Chat.php:23 +msgid "You must be logged in to see this page." msgstr "" -#: ../../include/photos.php:257 -msgid "Photo storage failed." +#: ../../Zotlabs/Module/Channel.php:40 +msgid "Posts and comments" msgstr "" -#: ../../include/photos.php:297 -msgid "a new photo" +#: ../../Zotlabs/Module/Channel.php:41 +msgid "Only posts" msgstr "" -#: ../../include/photos.php:301 -#, php-format -msgctxt "photo_upload" -msgid "%1$s posted %2$s to %3$s" +#: ../../Zotlabs/Module/Channel.php:101 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" -#: ../../include/photos.php:506 ../../include/conversation.php:1653 -msgid "Photo Albums" +#: ../../Zotlabs/Module/Channel.php:135 ../../Zotlabs/Module/Network.php:173 +#: ../../Zotlabs/Module/Rpost.php:118 +msgid "Public" msgstr "" -#: ../../include/photos.php:510 -msgid "Upload New Photos" +#: ../../Zotlabs/Module/Chat.php:179 +msgid "Room not found" msgstr "" -#: ../../include/bb2diaspora.php:376 -msgid "Attachments:" +#: ../../Zotlabs/Module/Chat.php:195 +msgid "Leave Room" msgstr "" -#: ../../include/bb2diaspora.php:465 ../../include/event.php:22 -#: ../../include/text.php:1437 -msgid "l F d, Y \\@ g:i A" +#: ../../Zotlabs/Module/Chat.php:196 +msgid "Delete Room" msgstr "" -#: ../../include/bb2diaspora.php:467 -msgid "$Projectname event notification:" +#: ../../Zotlabs/Module/Chat.php:197 +msgid "I am away right now" msgstr "" -#: ../../include/bb2diaspora.php:471 ../../include/event.php:30 -#: ../../include/text.php:1441 -msgid "Starts:" +#: ../../Zotlabs/Module/Chat.php:198 +msgid "I am online" msgstr "" -#: ../../include/bb2diaspora.php:479 ../../include/event.php:40 -#: ../../include/text.php:1445 -msgid "Finishes:" +#: ../../Zotlabs/Module/Chat.php:200 +msgid "Bookmark this room" msgstr "" -#: ../../include/bbcode.php:123 ../../include/bbcode.php:801 -#: ../../include/bbcode.php:804 ../../include/bbcode.php:809 -#: ../../include/bbcode.php:812 ../../include/bbcode.php:815 -#: ../../include/bbcode.php:818 ../../include/bbcode.php:823 -#: ../../include/bbcode.php:826 ../../include/bbcode.php:831 -#: ../../include/bbcode.php:834 ../../include/bbcode.php:837 -#: ../../include/bbcode.php:840 -msgid "Image/photo" +#: ../../Zotlabs/Module/Chat.php:203 ../../Zotlabs/Module/Mail.php:206 +#: ../../Zotlabs/Module/Mail.php:320 ../../include/conversation.php:1170 +msgid "Please enter a link URL:" msgstr "" -#: ../../include/bbcode.php:162 ../../include/bbcode.php:851 -msgid "Encrypted content" +#: ../../Zotlabs/Module/Chat.php:204 ../../Zotlabs/Module/Editpost.php:163 +#: ../../Zotlabs/Module/Mail.php:259 ../../Zotlabs/Module/Mail.php:389 +#: ../../include/ItemObject.php:715 ../../include/conversation.php:1274 +msgid "Encrypt text" msgstr "" -#: ../../include/bbcode.php:179 -#, php-format -msgid "Install %s element: " +#: ../../Zotlabs/Module/Chat.php:205 ../../Zotlabs/Module/Editblock.php:149 +#: ../../Zotlabs/Module/Editlayout.php:147 +#: ../../Zotlabs/Module/Editpost.php:126 +#: ../../Zotlabs/Module/Editwebpage.php:189 ../../Zotlabs/Module/Mail.php:253 +#: ../../Zotlabs/Module/Mail.php:383 ../../include/conversation.php:1225 +msgid "Insert web link" msgstr "" -#: ../../include/bbcode.php:183 -#, php-format -msgid "" -"This post contains an installable %s element, however you lack permissions " -"to install it on this site." +#: ../../Zotlabs/Module/Chat.php:216 +msgid "Feature disabled." msgstr "" -#: ../../include/bbcode.php:193 ../../mod/impel.php:37 -msgid "webpage" +#: ../../Zotlabs/Module/Chat.php:230 +msgid "New Chatroom" msgstr "" -#: ../../include/bbcode.php:196 ../../mod/impel.php:47 -msgid "layout" +#: ../../Zotlabs/Module/Chat.php:231 +msgid "Chatroom name" msgstr "" -#: ../../include/bbcode.php:199 ../../mod/impel.php:42 -msgid "block" +#: ../../Zotlabs/Module/Chat.php:232 +msgid "Expiration of chats (minutes)" msgstr "" -#: ../../include/bbcode.php:202 ../../mod/impel.php:54 -msgid "menu" +#: ../../Zotlabs/Module/Chat.php:233 ../../Zotlabs/Module/Filestorage.php:151 +#: ../../Zotlabs/Module/Photos.php:670 ../../Zotlabs/Module/Photos.php:1044 +#: ../../Zotlabs/Module/Thing.php:313 ../../Zotlabs/Module/Thing.php:359 +#: ../../include/acl_selectors.php:251 +msgid "Permissions" msgstr "" -#: ../../include/bbcode.php:255 +#: ../../Zotlabs/Module/Chat.php:244 #, php-format -msgid "%1$s wrote the following %2$s %3$s" +msgid "%1$s's Chatrooms" msgstr "" -#: ../../include/bbcode.php:257 ../../mod/tagger.php:51 -msgid "post" +#: ../../Zotlabs/Module/Chat.php:249 +msgid "No chatrooms available" msgstr "" -#: ../../include/bbcode.php:545 -msgid "Different viewers will see this text differently" +#: ../../Zotlabs/Module/Chat.php:250 ../../Zotlabs/Module/Manage.php:141 +#: ../../Zotlabs/Module/Profiles.php:781 +msgid "Create New" msgstr "" -#: ../../include/bbcode.php:762 -msgid "$1 spoiler" +#: ../../Zotlabs/Module/Chat.php:253 +msgid "Expiration" msgstr "" -#: ../../include/bbcode.php:789 -msgid "$1 wrote:" +#: ../../Zotlabs/Module/Chat.php:254 +msgid "min" msgstr "" -#: ../../include/conversation.php:120 ../../include/text.php:1967 -#: ../../mod/like.php:367 ../../mod/subthread.php:83 ../../mod/tagger.php:43 -msgid "photo" +#: ../../Zotlabs/Module/Chatsvc.php:115 +msgid "Away" msgstr "" -#: ../../include/conversation.php:123 ../../include/event.php:915 -#: ../../include/text.php:1970 ../../mod/events.php:249 ../../mod/like.php:369 -#: ../../mod/tagger.php:47 -msgid "event" +#: ../../Zotlabs/Module/Chatsvc.php:120 +msgid "Online" msgstr "" -#: ../../include/conversation.php:126 ../../mod/like.php:113 -msgid "channel" +#: ../../Zotlabs/Module/Common.php:14 +msgid "No channel." msgstr "" -#: ../../include/conversation.php:148 ../../include/text.php:1973 -#: ../../mod/like.php:367 ../../mod/subthread.php:83 -msgid "status" +#: ../../Zotlabs/Module/Common.php:43 +msgid "Common connections" msgstr "" -#: ../../include/conversation.php:150 ../../include/text.php:1975 -#: ../../mod/tagger.php:53 -msgid "comment" +#: ../../Zotlabs/Module/Common.php:48 +msgid "No connections in common." msgstr "" -#: ../../include/conversation.php:164 ../../mod/like.php:416 -#, php-format -msgid "%1$s likes %2$s's %3$s" +#: ../../Zotlabs/Module/Connect.php:60 ../../Zotlabs/Module/Connect.php:108 +msgid "Continue" msgstr "" -#: ../../include/conversation.php:167 ../../mod/like.php:418 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" +#: ../../Zotlabs/Module/Connect.php:89 +msgid "Premium Channel Setup" msgstr "" -#: ../../include/conversation.php:204 -#, php-format -msgid "%1$s is now connected with %2$s" +#: ../../Zotlabs/Module/Connect.php:91 +msgid "Enable premium channel connection restrictions" msgstr "" -#: ../../include/conversation.php:239 -#, php-format -msgid "%1$s poked %2$s" +#: ../../Zotlabs/Module/Connect.php:92 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." msgstr "" -#: ../../include/conversation.php:243 ../../include/text.php:992 -#: ../../include/text.php:997 -msgid "poked" +#: ../../Zotlabs/Module/Connect.php:94 ../../Zotlabs/Module/Connect.php:114 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" msgstr "" -#: ../../include/conversation.php:260 ../../mod/mood.php:63 -#, php-format -msgctxt "mood" -msgid "%1$s is %2$s" +#: ../../Zotlabs/Module/Connect.php:95 +msgid "" +"Potential connections will then see the following text before proceeding:" msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1102 -msgctxt "title" -msgid "Likes" +#: ../../Zotlabs/Module/Connect.php:96 ../../Zotlabs/Module/Connect.php:117 +msgid "" +"By continuing, I certify that I have complied with any instructions provided " +"on this page." msgstr "" -#: ../../include/conversation.php:574 ../../mod/photos.php:1102 -msgctxt "title" -msgid "Dislikes" +#: ../../Zotlabs/Module/Connect.php:105 +msgid "(No specific instructions have been provided by the channel owner.)" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1103 -msgctxt "title" -msgid "Agree" +#: ../../Zotlabs/Module/Connect.php:113 +msgid "Restricted or Premium Channel" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1103 -msgctxt "title" -msgid "Disagree" +#: ../../Zotlabs/Module/Connections.php:56 +#: ../../Zotlabs/Module/Connections.php:161 +#: ../../Zotlabs/Module/Connections.php:242 +msgid "Blocked" msgstr "" -#: ../../include/conversation.php:575 ../../mod/photos.php:1103 -msgctxt "title" -msgid "Abstain" +#: ../../Zotlabs/Module/Connections.php:61 +#: ../../Zotlabs/Module/Connections.php:168 +#: ../../Zotlabs/Module/Connections.php:241 +msgid "Ignored" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1104 -msgctxt "title" -msgid "Attending" +#: ../../Zotlabs/Module/Connections.php:66 +#: ../../Zotlabs/Module/Connections.php:182 +#: ../../Zotlabs/Module/Connections.php:240 +msgid "Hidden" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1104 -msgctxt "title" -msgid "Not attending" +#: ../../Zotlabs/Module/Connections.php:71 +#: ../../Zotlabs/Module/Connections.php:175 +#: ../../Zotlabs/Module/Connections.php:239 +msgid "Archived" msgstr "" -#: ../../include/conversation.php:576 ../../mod/photos.php:1104 -msgctxt "title" -msgid "Might attend" +#: ../../Zotlabs/Module/Connections.php:76 +#: ../../Zotlabs/Module/Connections.php:86 ../../Zotlabs/Module/Menu.php:116 +#: ../../include/conversation.php:1553 +msgid "New" msgstr "" -#: ../../include/conversation.php:691 -#, php-format -msgid "View %s's profile @ %s" +#: ../../Zotlabs/Module/Connections.php:92 +#: ../../Zotlabs/Module/Connections.php:107 +#: ../../Zotlabs/Module/Connedit.php:597 ../../include/widgets.php:448 +msgid "All" msgstr "" -#: ../../include/conversation.php:710 -msgid "Categories:" +#: ../../Zotlabs/Module/Connections.php:138 +msgid "New Connections" msgstr "" -#: ../../include/conversation.php:711 -msgid "Filed under:" +#: ../../Zotlabs/Module/Connections.php:141 +msgid "Show pending (new) connections" msgstr "" -#: ../../include/conversation.php:738 -msgid "View in context" +#: ../../Zotlabs/Module/Connections.php:145 +#: ../../Zotlabs/Module/Profperm.php:144 +msgid "All Connections" msgstr "" -#: ../../include/conversation.php:850 -msgid "remove" +#: ../../Zotlabs/Module/Connections.php:148 +msgid "Show all connections" msgstr "" -#: ../../include/conversation.php:854 ../../include/nav.php:244 -msgid "Loading..." +#: ../../Zotlabs/Module/Connections.php:164 +msgid "Only show blocked connections" msgstr "" -#: ../../include/conversation.php:855 -msgid "Delete Selected Items" +#: ../../Zotlabs/Module/Connections.php:171 +msgid "Only show ignored connections" msgstr "" -#: ../../include/conversation.php:953 -msgid "View Source" +#: ../../Zotlabs/Module/Connections.php:178 +msgid "Only show archived connections" msgstr "" -#: ../../include/conversation.php:954 -msgid "Follow Thread" +#: ../../Zotlabs/Module/Connections.php:185 +msgid "Only show hidden connections" msgstr "" -#: ../../include/conversation.php:955 -msgid "Unfollow Thread" +#: ../../Zotlabs/Module/Connections.php:238 +msgid "Pending approval" msgstr "" -#: ../../include/conversation.php:959 ../../include/nav.php:86 -#: ../../mod/connedit.php:516 -msgid "View Profile" +#: ../../Zotlabs/Module/Connections.php:254 +#, php-format +msgid "%1$s [%2$s]" msgstr "" -#: ../../include/conversation.php:960 -msgid "Activity/Posts" +#: ../../Zotlabs/Module/Connections.php:255 +msgid "Edit connection" msgstr "" -#: ../../include/conversation.php:962 -msgid "Edit Connection" +#: ../../Zotlabs/Module/Connections.php:256 +msgid "Delete connection" msgstr "" -#: ../../include/conversation.php:963 -msgid "Message" +#: ../../Zotlabs/Module/Connections.php:265 +msgid "Channel address" msgstr "" -#: ../../include/conversation.php:964 ../../mod/pubsites.php:27 -#: ../../mod/ratings.php:99 -msgid "Ratings" +#: ../../Zotlabs/Module/Connections.php:267 +msgid "Network" msgstr "" -#: ../../include/conversation.php:1080 -#, php-format -msgid "%s likes this." +#: ../../Zotlabs/Module/Connections.php:272 +msgid "Connected" msgstr "" -#: ../../include/conversation.php:1080 -#, php-format -msgid "%s doesn't like this." +#: ../../Zotlabs/Module/Connections.php:274 +msgid "Approve connection" msgstr "" -#: ../../include/conversation.php:1084 -#, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1086 -#, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1092 -msgid "and" +#: ../../Zotlabs/Module/Connections.php:276 +msgid "Ignore connection" msgstr "" -#: ../../include/conversation.php:1095 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1096 -#, php-format -msgid "%s like this." +#: ../../Zotlabs/Module/Connections.php:277 +#: ../../Zotlabs/Module/Connedit.php:549 +#: ../../Zotlabs/Module/Notifications.php:55 +msgid "Ignore" msgstr "" -#: ../../include/conversation.php:1096 -#, php-format -msgid "%s don't like this." +#: ../../Zotlabs/Module/Connections.php:278 +msgid "Recent activity" msgstr "" -#: ../../include/conversation.php:1169 -msgid "Visible to <strong>everybody</strong>" +#: ../../Zotlabs/Module/Connections.php:302 ../../include/text.php:834 +#: ../../include/nav.php:189 +msgid "Connections" msgstr "" -#: ../../include/conversation.php:1170 ../../mod/chat.php:199 -#: ../../mod/mail.php:202 ../../mod/mail.php:316 -msgid "Please enter a link URL:" +#: ../../Zotlabs/Module/Connections.php:306 ../../Zotlabs/Module/Search.php:44 +#: ../../include/apps.php:147 ../../include/text.php:904 +#: ../../include/text.php:916 ../../include/nav.php:167 +msgid "Search" msgstr "" -#: ../../include/conversation.php:1171 -msgid "Please enter a video link/URL:" +#: ../../Zotlabs/Module/Connections.php:307 +msgid "Search your connections" msgstr "" -#: ../../include/conversation.php:1172 -msgid "Please enter an audio link/URL:" +#: ../../Zotlabs/Module/Connections.php:308 +msgid "Connections search" msgstr "" -#: ../../include/conversation.php:1173 -msgid "Tag term:" +#: ../../Zotlabs/Module/Connections.php:309 +#: ../../Zotlabs/Module/Directory.php:388 +#: ../../Zotlabs/Module/Directory.php:393 ../../include/contact_widgets.php:26 +msgid "Find" msgstr "" -#: ../../include/conversation.php:1174 ../../mod/filer.php:48 -msgid "Save to Folder:" +#: ../../Zotlabs/Module/Connedit.php:80 +msgid "Could not access contact record." msgstr "" -#: ../../include/conversation.php:1175 -msgid "Where are you right now?" +#: ../../Zotlabs/Module/Connedit.php:104 +msgid "Could not locate selected profile." msgstr "" -#: ../../include/conversation.php:1176 ../../mod/editpost.php:56 -#: ../../mod/mail.php:203 ../../mod/mail.php:317 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../Zotlabs/Module/Connedit.php:227 +msgid "Connection updated." msgstr "" -#: ../../include/conversation.php:1209 ../../mod/photos.php:1067 -#: ../../mod/webpages.php:186 ../../mod/blocks.php:156 -#: ../../mod/layouts.php:185 -msgid "Share" +#: ../../Zotlabs/Module/Connedit.php:229 +msgid "Failed to update connection record." msgstr "" -#: ../../include/conversation.php:1211 -msgid "Page link name" +#: ../../Zotlabs/Module/Connedit.php:276 +msgid "is now connected to" msgstr "" -#: ../../include/conversation.php:1214 -msgid "Post as" +#: ../../Zotlabs/Module/Connedit.php:411 +msgid "Could not access address book record." msgstr "" -#: ../../include/conversation.php:1221 ../../mod/editpost.php:120 -#: ../../mod/editblock.php:143 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:183 -msgid "Upload photo" +#: ../../Zotlabs/Module/Connedit.php:425 +msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../include/conversation.php:1222 -msgid "upload photo" +#: ../../Zotlabs/Module/Connedit.php:440 ../../Zotlabs/Module/Connedit.php:449 +#: ../../Zotlabs/Module/Connedit.php:458 ../../Zotlabs/Module/Connedit.php:467 +#: ../../Zotlabs/Module/Connedit.php:480 +msgid "Unable to set address book parameters." msgstr "" -#: ../../include/conversation.php:1223 ../../mod/editpost.php:121 -#: ../../mod/editblock.php:144 ../../mod/editlayout.php:142 -#: ../../mod/editwebpage.php:184 ../../mod/mail.php:248 ../../mod/mail.php:378 -msgid "Attach file" +#: ../../Zotlabs/Module/Connedit.php:504 +msgid "Connection has been removed." msgstr "" -#: ../../include/conversation.php:1224 -msgid "attach file" +#: ../../Zotlabs/Module/Connedit.php:520 ../../include/conversation.php:959 +#: ../../include/nav.php:86 +msgid "View Profile" msgstr "" -#: ../../include/conversation.php:1225 ../../mod/editpost.php:122 -#: ../../mod/chat.php:201 ../../mod/editblock.php:145 -#: ../../mod/editlayout.php:143 ../../mod/editwebpage.php:185 -#: ../../mod/mail.php:249 ../../mod/mail.php:379 -msgid "Insert web link" +#: ../../Zotlabs/Module/Connedit.php:523 +#, php-format +msgid "View %s's profile" msgstr "" -#: ../../include/conversation.php:1226 -msgid "web link" +#: ../../Zotlabs/Module/Connedit.php:527 +msgid "Refresh Permissions" msgstr "" -#: ../../include/conversation.php:1227 -msgid "Insert video link" +#: ../../Zotlabs/Module/Connedit.php:530 +msgid "Fetch updated permissions" msgstr "" -#: ../../include/conversation.php:1228 -msgid "video link" +#: ../../Zotlabs/Module/Connedit.php:534 +msgid "Recent Activity" msgstr "" -#: ../../include/conversation.php:1229 -msgid "Insert audio link" +#: ../../Zotlabs/Module/Connedit.php:537 +msgid "View recent posts and comments" msgstr "" -#: ../../include/conversation.php:1230 -msgid "audio link" +#: ../../Zotlabs/Module/Connedit.php:544 +msgid "Block (or Unblock) all communications with this connection" msgstr "" -#: ../../include/conversation.php:1231 ../../mod/editpost.php:126 -#: ../../mod/editblock.php:149 ../../mod/editlayout.php:147 -#: ../../mod/editwebpage.php:189 -msgid "Set your location" +#: ../../Zotlabs/Module/Connedit.php:545 +msgid "This connection is blocked!" msgstr "" -#: ../../include/conversation.php:1232 -msgid "set location" +#: ../../Zotlabs/Module/Connedit.php:549 +msgid "Unignore" msgstr "" -#: ../../include/conversation.php:1233 ../../mod/editpost.php:128 -msgid "Toggle voting" +#: ../../Zotlabs/Module/Connedit.php:552 +msgid "Ignore (or Unignore) all inbound communications from this connection" msgstr "" -#: ../../include/conversation.php:1236 ../../mod/editpost.php:127 -#: ../../mod/editblock.php:150 ../../mod/editlayout.php:148 -#: ../../mod/editwebpage.php:190 -msgid "Clear browser location" +#: ../../Zotlabs/Module/Connedit.php:553 +msgid "This connection is ignored!" msgstr "" -#: ../../include/conversation.php:1237 -msgid "clear location" +#: ../../Zotlabs/Module/Connedit.php:557 +msgid "Unarchive" msgstr "" -#: ../../include/conversation.php:1239 ../../mod/editpost.php:143 -#: ../../mod/editblock.php:163 ../../mod/editwebpage.php:206 -msgid "Title (optional)" +#: ../../Zotlabs/Module/Connedit.php:557 +msgid "Archive" msgstr "" -#: ../../include/conversation.php:1243 ../../mod/editpost.php:145 -#: ../../mod/editblock.php:166 ../../mod/editlayout.php:164 -#: ../../mod/editwebpage.php:208 -msgid "Categories (optional, comma-separated list)" +#: ../../Zotlabs/Module/Connedit.php:560 +msgid "" +"Archive (or Unarchive) this connection - mark channel dead but keep content" msgstr "" -#: ../../include/conversation.php:1245 ../../mod/editpost.php:132 -#: ../../mod/editblock.php:152 ../../mod/editlayout.php:150 -#: ../../mod/editwebpage.php:192 ../../mod/events.php:466 -msgid "Permission settings" +#: ../../Zotlabs/Module/Connedit.php:561 +msgid "This connection is archived!" msgstr "" -#: ../../include/conversation.php:1246 -msgid "permissions" +#: ../../Zotlabs/Module/Connedit.php:565 +msgid "Unhide" msgstr "" -#: ../../include/conversation.php:1254 ../../mod/editpost.php:140 -#: ../../mod/editblock.php:160 ../../mod/editlayout.php:157 -#: ../../mod/editwebpage.php:201 -msgid "Public post" +#: ../../Zotlabs/Module/Connedit.php:565 +msgid "Hide" msgstr "" -#: ../../include/conversation.php:1256 ../../mod/editpost.php:146 -#: ../../mod/editblock.php:167 ../../mod/editlayout.php:165 -#: ../../mod/editwebpage.php:209 -msgid "Example: bob@example.com, mary@example.com" +#: ../../Zotlabs/Module/Connedit.php:568 +msgid "Hide or Unhide this connection from your other connections" msgstr "" -#: ../../include/conversation.php:1269 ../../mod/editpost.php:157 -#: ../../mod/editblock.php:177 ../../mod/editlayout.php:174 -#: ../../mod/editwebpage.php:218 ../../mod/mail.php:253 ../../mod/mail.php:383 -msgid "Set expiration date" +#: ../../Zotlabs/Module/Connedit.php:569 +msgid "This connection is hidden!" msgstr "" -#: ../../include/conversation.php:1272 -msgid "Set publish date" +#: ../../Zotlabs/Module/Connedit.php:576 +msgid "Delete this connection" msgstr "" -#: ../../include/conversation.php:1276 ../../mod/editpost.php:161 -msgid "OK" +#: ../../Zotlabs/Module/Connedit.php:593 ../../include/widgets.php:444 +msgid "Me" msgstr "" -#: ../../include/conversation.php:1277 ../../mod/editpost.php:162 -#: ../../mod/fbrowser.php:77 ../../mod/fbrowser.php:112 -#: ../../mod/settings.php:598 ../../mod/settings.php:624 -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:134 -msgid "Cancel" +#: ../../Zotlabs/Module/Connedit.php:594 ../../include/widgets.php:445 +msgid "Family" msgstr "" -#: ../../include/conversation.php:1521 -msgid "Discover" +#: ../../Zotlabs/Module/Connedit.php:595 ../../Zotlabs/Module/Settings.php:340 +#: ../../Zotlabs/Module/Settings.php:344 ../../Zotlabs/Module/Settings.php:345 +#: ../../Zotlabs/Module/Settings.php:348 ../../Zotlabs/Module/Settings.php:359 +#: ../../include/identity.php:389 ../../include/identity.php:390 +#: ../../include/identity.php:397 ../../include/profile_selectors.php:80 +#: ../../include/widgets.php:446 +msgid "Friends" msgstr "" -#: ../../include/conversation.php:1524 -msgid "Imported public streams" +#: ../../Zotlabs/Module/Connedit.php:596 ../../include/widgets.php:447 +msgid "Acquaintances" msgstr "" -#: ../../include/conversation.php:1529 -msgid "Commented Order" +#: ../../Zotlabs/Module/Connedit.php:657 +msgid "Approve this connection" msgstr "" -#: ../../include/conversation.php:1532 -msgid "Sort by Comment Date" +#: ../../Zotlabs/Module/Connedit.php:657 +msgid "Accept connection to allow communication" msgstr "" -#: ../../include/conversation.php:1536 -msgid "Posted Order" +#: ../../Zotlabs/Module/Connedit.php:662 +msgid "Set Affinity" msgstr "" -#: ../../include/conversation.php:1539 -msgid "Sort by Post Date" +#: ../../Zotlabs/Module/Connedit.php:665 +msgid "Set Profile" msgstr "" -#: ../../include/conversation.php:1544 ../../include/widgets.php:105 -#: ../../mod/profiles.php:696 -msgid "Personal" +#: ../../Zotlabs/Module/Connedit.php:668 +msgid "Set Affinity & Profile" msgstr "" -#: ../../include/conversation.php:1547 -msgid "Posts that mention or involve you" +#: ../../Zotlabs/Module/Connedit.php:701 +msgid "none" msgstr "" -#: ../../include/conversation.php:1553 ../../mod/connections.php:72 -#: ../../mod/connections.php:82 ../../mod/menu.php:112 -msgid "New" +#: ../../Zotlabs/Module/Connedit.php:705 ../../include/widgets.php:565 +msgid "Connection Default Permissions" msgstr "" -#: ../../include/conversation.php:1556 -msgid "Activity Stream - by date" +#: ../../Zotlabs/Module/Connedit.php:705 ../../include/items.php:5159 +#, php-format +msgid "Connection: %s" msgstr "" -#: ../../include/conversation.php:1562 -msgid "Starred" +#: ../../Zotlabs/Module/Connedit.php:706 +msgid "Apply these permissions automatically" msgstr "" -#: ../../include/conversation.php:1565 -msgid "Favourite Posts" +#: ../../Zotlabs/Module/Connedit.php:706 +msgid "Connection requests will be approved without your interaction" msgstr "" -#: ../../include/conversation.php:1572 -msgid "Spam" +#: ../../Zotlabs/Module/Connedit.php:708 +msgid "This connection's primary address is" msgstr "" -#: ../../include/conversation.php:1575 -msgid "Posts flagged as SPAM" +#: ../../Zotlabs/Module/Connedit.php:709 +msgid "Available locations:" msgstr "" -#: ../../include/conversation.php:1629 ../../mod/admin.php:1157 -msgid "Channel" +#: ../../Zotlabs/Module/Connedit.php:713 +msgid "" +"The permissions indicated on this page will be applied to all new " +"connections." msgstr "" -#: ../../include/conversation.php:1632 -msgid "Status Messages and Posts" +#: ../../Zotlabs/Module/Connedit.php:715 +msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../include/conversation.php:1641 -msgid "About" +#: ../../Zotlabs/Module/Connedit.php:716 ../../Zotlabs/Module/Rate.php:161 +#: ../../include/js_strings.php:20 +msgid "Rating" msgstr "" -#: ../../include/conversation.php:1644 -msgid "Profile Details" +#: ../../Zotlabs/Module/Connedit.php:717 +msgid "Slide to adjust your rating" msgstr "" -#: ../../include/conversation.php:1660 -msgid "Files and Storage" +#: ../../Zotlabs/Module/Connedit.php:718 ../../Zotlabs/Module/Connedit.php:723 +msgid "Optionally explain your rating" msgstr "" -#: ../../include/conversation.php:1681 ../../include/conversation.php:1684 -#: ../../include/widgets.php:794 -msgid "Chatrooms" +#: ../../Zotlabs/Module/Connedit.php:720 +msgid "Custom Filter" msgstr "" -#: ../../include/conversation.php:1697 -msgid "Saved Bookmarks" +#: ../../Zotlabs/Module/Connedit.php:721 +msgid "Only import posts with this text" msgstr "" -#: ../../include/conversation.php:1707 -msgid "Manage Webpages" +#: ../../Zotlabs/Module/Connedit.php:721 ../../Zotlabs/Module/Connedit.php:722 +msgid "" +"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " +"all posts" msgstr "" -#: ../../include/conversation.php:1766 -msgctxt "noun" -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1769 -msgctxt "noun" -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1772 -msgctxt "noun" -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:722 +msgid "Do not import posts with this text" +msgstr "" -#: ../../include/conversation.php:1775 -msgctxt "noun" -msgid "Agree" -msgid_plural "Agrees" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:724 +msgid "This information is public!" +msgstr "" -#: ../../include/conversation.php:1778 -msgctxt "noun" -msgid "Disagree" -msgid_plural "Disagrees" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:729 +msgid "Connection Pending Approval" +msgstr "" -#: ../../include/conversation.php:1781 -msgctxt "noun" -msgid "Abstain" -msgid_plural "Abstains" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Connedit.php:732 +msgid "inherited" +msgstr "" -#: ../../include/bookmarks.php:35 +#: ../../Zotlabs/Module/Connedit.php:734 #, php-format -msgid "%1$s's bookmarks" +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." msgstr "" -#: ../../include/chat.php:23 -msgid "Missing room name" +#: ../../Zotlabs/Module/Connedit.php:736 +msgid "Their Settings" msgstr "" -#: ../../include/chat.php:32 -msgid "Duplicate room name" +#: ../../Zotlabs/Module/Connedit.php:737 +msgid "My Settings" msgstr "" -#: ../../include/chat.php:82 ../../include/chat.php:90 -msgid "Invalid room specifier." +#: ../../Zotlabs/Module/Connedit.php:739 +msgid "Individual Permissions" msgstr "" -#: ../../include/chat.php:122 -msgid "Room not found." +#: ../../Zotlabs/Module/Connedit.php:740 +msgid "" +"Some permissions may be inherited from your channel's <a href=\"settings" +"\"><strong>privacy settings</strong></a>, which have higher priority than " +"individual settings. You can <strong>not</strong> change those settings here." msgstr "" -#: ../../include/chat.php:143 -msgid "Room is full" +#: ../../Zotlabs/Module/Connedit.php:741 +msgid "" +"Some permissions may be inherited from your channel's <a href=\"settings" +"\"><strong>privacy settings</strong></a>, 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 "" -#: ../../include/Contact.php:118 -msgid "New window" +#: ../../Zotlabs/Module/Connedit.php:742 +msgid "Last update:" msgstr "" -#: ../../include/Contact.php:119 -msgid "Open the selected location in a different window or browser tab" +#: ../../Zotlabs/Module/Cover_photo.php:58 +#: ../../Zotlabs/Module/Profile_photo.php:79 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../include/Contact.php:237 -#, php-format -msgid "User '%s' deleted" +#: ../../Zotlabs/Module/Cover_photo.php:134 +#: ../../Zotlabs/Module/Cover_photo.php:181 +msgid "Cover Photos" msgstr "" -#: ../../include/auth.php:105 -msgid "Logged out." +#: ../../Zotlabs/Module/Cover_photo.php:154 +#: ../../Zotlabs/Module/Profile_photo.php:133 +msgid "Image resize failed." msgstr "" -#: ../../include/auth.php:212 -msgid "Failed authentication" +#: ../../Zotlabs/Module/Cover_photo.php:168 +#: ../../Zotlabs/Module/Profile_photo.php:192 ../../include/photos.php:146 +msgid "Unable to process image" msgstr "" -#: ../../include/auth.php:226 ../../mod/openid.php:189 -msgid "Login failed." +#: ../../Zotlabs/Module/Cover_photo.php:192 +#: ../../Zotlabs/Module/Profile_photo.php:217 +msgid "Image upload failed." msgstr "" -#: ../../include/security.php:383 -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." +#: ../../Zotlabs/Module/Cover_photo.php:210 +#: ../../Zotlabs/Module/Profile_photo.php:236 +msgid "Unable to process image." msgstr "" -#: ../../include/comanche.php:34 ../../mod/admin.php:366 -msgid "Default" +#: ../../Zotlabs/Module/Cover_photo.php:233 ../../include/items.php:5587 +msgid "female" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Frequently" +#: ../../Zotlabs/Module/Cover_photo.php:234 ../../include/items.php:5588 +#, php-format +msgid "%1$s updated her %2$s" msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Hourly" +#: ../../Zotlabs/Module/Cover_photo.php:235 ../../include/items.php:5589 +msgid "male" msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" +#: ../../Zotlabs/Module/Cover_photo.php:236 ../../include/items.php:5590 +#, php-format +msgid "%1$s updated his %2$s" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Daily" +#: ../../Zotlabs/Module/Cover_photo.php:238 ../../include/items.php:5592 +#, php-format +msgid "%1$s updated their %2$s" msgstr "" -#: ../../include/contact_selectors.php:60 -msgid "Weekly" +#: ../../Zotlabs/Module/Cover_photo.php:240 ../../include/identity.php:1800 +msgid "cover photo" msgstr "" -#: ../../include/contact_selectors.php:61 -msgid "Monthly" +#: ../../Zotlabs/Module/Cover_photo.php:303 +#: ../../Zotlabs/Module/Cover_photo.php:318 +#: ../../Zotlabs/Module/Profile_photo.php:283 +#: ../../Zotlabs/Module/Profile_photo.php:324 +msgid "Photo not available." msgstr "" -#: ../../include/contact_selectors.php:76 -#: ../../include/contact_selectors.php:77 -msgid "Friendica" +#: ../../Zotlabs/Module/Cover_photo.php:354 +#: ../../Zotlabs/Module/Profile_photo.php:365 +msgid "Upload File:" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "OStatus" +#: ../../Zotlabs/Module/Cover_photo.php:355 +#: ../../Zotlabs/Module/Profile_photo.php:366 +msgid "Select a profile:" msgstr "" -#: ../../include/contact_selectors.php:79 -msgid "GNU-Social" +#: ../../Zotlabs/Module/Cover_photo.php:356 +msgid "Upload Cover Photo" msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "RSS/Atom" +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:374 +#: ../../Zotlabs/Module/Settings.php:983 +msgid "or" msgstr "" -#: ../../include/contact_selectors.php:81 ../../mod/admin.php:989 -#: ../../mod/admin.php:998 ../../mod/id.php:15 ../../mod/id.php:16 -#: ../../boot.php:1602 -msgid "Email" +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:374 +msgid "skip this step" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "Diaspora" +#: ../../Zotlabs/Module/Cover_photo.php:361 +#: ../../Zotlabs/Module/Profile_photo.php:374 +msgid "select a photo from your photo albums" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "Facebook" +#: ../../Zotlabs/Module/Cover_photo.php:377 +#: ../../Zotlabs/Module/Profile_photo.php:390 +msgid "Crop Image" msgstr "" -#: ../../include/contact_selectors.php:84 -msgid "Zot" +#: ../../Zotlabs/Module/Cover_photo.php:378 +#: ../../Zotlabs/Module/Profile_photo.php:391 +msgid "Please adjust the image cropping for optimum viewing." msgstr "" -#: ../../include/contact_selectors.php:85 -msgid "LinkedIn" +#: ../../Zotlabs/Module/Cover_photo.php:380 +#: ../../Zotlabs/Module/Profile_photo.php:393 +msgid "Done Editing" msgstr "" -#: ../../include/contact_selectors.php:86 -msgid "XMPP/IM" +#: ../../Zotlabs/Module/Dav.php:127 +msgid "$Projectname channel" msgstr "" -#: ../../include/contact_selectors.php:87 -msgid "MySpace" +#: ../../Zotlabs/Module/Directory.php:63 ../../Zotlabs/Module/Display.php:21 +#: ../../Zotlabs/Module/Photos.php:521 ../../Zotlabs/Module/Ratings.php:86 +#: ../../Zotlabs/Module/Search.php:17 +#: ../../Zotlabs/Module/Viewconnections.php:21 +msgid "Public access denied." msgstr "" -#: ../../include/contact_widgets.php:14 +#: ../../Zotlabs/Module/Directory.php:243 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" +msgid "%d rating" +msgid_plural "%d ratings" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:19 ../../mod/admin.php:461 -msgid "Advanced" +#: ../../Zotlabs/Module/Directory.php:254 +msgid "Gender: " msgstr "" -#: ../../include/contact_widgets.php:22 -msgid "Find Channels" +#: ../../Zotlabs/Module/Directory.php:256 +msgid "Status: " msgstr "" -#: ../../include/contact_widgets.php:23 -msgid "Enter name or interest" +#: ../../Zotlabs/Module/Directory.php:258 +msgid "Homepage: " msgstr "" -#: ../../include/contact_widgets.php:24 -msgid "Connect/Follow" +#: ../../Zotlabs/Module/Directory.php:306 ../../include/identity.php:1322 +msgid "Age:" msgstr "" -#: ../../include/contact_widgets.php:25 -msgid "Examples: Robert Morgenstein, Fishing" +#: ../../Zotlabs/Module/Directory.php:311 ../../include/identity.php:1022 +#: ../../include/bb2diaspora.php:509 ../../include/event.php:52 +#: ../../include/text.php:1452 +msgid "Location:" msgstr "" -#: ../../include/contact_widgets.php:26 ../../mod/connections.php:305 -#: ../../mod/directory.php:384 ../../mod/directory.php:389 -msgid "Find" +#: ../../Zotlabs/Module/Directory.php:317 +msgid "Description:" msgstr "" -#: ../../include/contact_widgets.php:27 ../../mod/directory.php:388 -#: ../../mod/suggest.php:60 -msgid "Channel Suggestions" +#: ../../Zotlabs/Module/Directory.php:322 ../../include/identity.php:1338 +msgid "Hometown:" msgstr "" -#: ../../include/contact_widgets.php:29 -msgid "Random Profile" +#: ../../Zotlabs/Module/Directory.php:324 ../../include/identity.php:1346 +msgid "About:" msgstr "" -#: ../../include/contact_widgets.php:30 -msgid "Invite Friends" +#: ../../Zotlabs/Module/Directory.php:325 ../../Zotlabs/Module/Match.php:68 +#: ../../Zotlabs/Module/Suggest.php:56 ../../include/identity.php:1007 +#: ../../include/conversation.php:961 ../../include/Contact.php:101 +#: ../../include/widgets.php:147 ../../include/widgets.php:184 +msgid "Connect" msgstr "" -#: ../../include/contact_widgets.php:32 -msgid "Advanced example: name=fred and country=iceland" +#: ../../Zotlabs/Module/Directory.php:326 +msgid "Public Forum:" msgstr "" -#: ../../include/contact_widgets.php:57 ../../include/features.php:97 -#: ../../include/widgets.php:310 -msgid "Saved Folders" +#: ../../Zotlabs/Module/Directory.php:329 +msgid "Keywords: " msgstr "" -#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 -#: ../../include/widgets.php:313 -msgid "Everything" +#: ../../Zotlabs/Module/Directory.php:332 +msgid "Don't suggest" msgstr "" -#: ../../include/contact_widgets.php:95 ../../include/widgets.php:46 -#: ../../include/taxonomy.php:282 -msgid "Categories" +#: ../../Zotlabs/Module/Directory.php:334 +msgid "Common connections:" msgstr "" -#: ../../include/contact_widgets.php:128 -#, php-format -msgid "%d connection in common" -msgid_plural "%d connections in common" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/contact_widgets.php:133 -msgid "show more" +#: ../../Zotlabs/Module/Directory.php:383 +msgid "Global Directory" msgstr "" -#: ../../include/attach.php:247 ../../include/attach.php:333 -msgid "Item was not found." +#: ../../Zotlabs/Module/Directory.php:383 +msgid "Local Directory" msgstr "" -#: ../../include/attach.php:497 -msgid "No source file." +#: ../../Zotlabs/Module/Directory.php:389 +msgid "Finding:" msgstr "" -#: ../../include/attach.php:519 -msgid "Cannot locate file to replace" +#: ../../Zotlabs/Module/Directory.php:392 ../../Zotlabs/Module/Suggest.php:64 +#: ../../include/contact_widgets.php:27 +msgid "Channel Suggestions" msgstr "" -#: ../../include/attach.php:537 -msgid "Cannot locate file to revise/update" +#: ../../Zotlabs/Module/Directory.php:394 +msgid "next page" msgstr "" -#: ../../include/attach.php:672 -#, php-format -msgid "File exceeds size limit of %d" +#: ../../Zotlabs/Module/Directory.php:394 +msgid "previous page" msgstr "" -#: ../../include/attach.php:686 -#, php-format -msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +#: ../../Zotlabs/Module/Directory.php:395 +msgid "Sort options" msgstr "" -#: ../../include/attach.php:842 -msgid "File upload failed. Possible system limit or action terminated." +#: ../../Zotlabs/Module/Directory.php:396 +msgid "Alphabetic" msgstr "" -#: ../../include/attach.php:855 -msgid "Stored file could not be verified. Upload failed." +#: ../../Zotlabs/Module/Directory.php:397 +msgid "Reverse Alphabetic" msgstr "" -#: ../../include/attach.php:909 ../../include/attach.php:925 -msgid "Path not available." +#: ../../Zotlabs/Module/Directory.php:398 +msgid "Newest to Oldest" msgstr "" -#: ../../include/attach.php:971 ../../include/attach.php:1123 -msgid "Empty pathname" +#: ../../Zotlabs/Module/Directory.php:399 +msgid "Oldest to Newest" msgstr "" -#: ../../include/attach.php:997 -msgid "duplicate filename or path" +#: ../../Zotlabs/Module/Directory.php:416 +msgid "No entries (some entries may be hidden)." msgstr "" -#: ../../include/attach.php:1019 -msgid "Path not found." +#: ../../Zotlabs/Module/Dirsearch.php:25 ../../Zotlabs/Module/Regdir.php:49 +msgid "This site is not a directory server" msgstr "" -#: ../../include/attach.php:1077 -msgid "mkdir failed." +#: ../../Zotlabs/Module/Dirsearch.php:33 +msgid "This directory server requires an access token" msgstr "" -#: ../../include/attach.php:1081 -msgid "database storage failed." +#: ../../Zotlabs/Module/Dreport.php:10 ../../Zotlabs/Module/Dreport.php:49 +#: ../../Zotlabs/Module/Group.php:72 ../../Zotlabs/Module/Import_items.php:112 +#: ../../Zotlabs/Module/Like.php:284 ../../Zotlabs/Module/Profperm.php:28 +#: ../../Zotlabs/Module/Subthread.php:62 ../../include/items.php:423 +#: ../../index.php:173 +msgid "Permission denied" msgstr "" -#: ../../include/attach.php:1129 -msgid "Empty path" +#: ../../Zotlabs/Module/Dreport.php:27 +msgid "Invalid message" msgstr "" -#: ../../include/datetime.php:48 ../../mod/profiles.php:699 -msgid "Miscellaneous" +#: ../../Zotlabs/Module/Dreport.php:59 +msgid "no results" msgstr "" -#: ../../include/datetime.php:136 -msgid "Birthday" +#: ../../Zotlabs/Module/Dreport.php:64 +#, php-format +msgid "Delivery report for %1$s" msgstr "" -#: ../../include/datetime.php:138 -msgid "Age: " +#: ../../Zotlabs/Module/Dreport.php:78 +msgid "channel sync processed" msgstr "" -#: ../../include/datetime.php:140 -msgid "YYYY-MM-DD or MM-DD" +#: ../../Zotlabs/Module/Dreport.php:82 +msgid "queued" msgstr "" -#: ../../include/datetime.php:246 ../../mod/appman.php:91 -#: ../../mod/appman.php:92 ../../mod/profiles.php:708 -#: ../../mod/profiles.php:712 ../../mod/events.php:444 -#: ../../mod/events.php:449 -msgid "Required" +#: ../../Zotlabs/Module/Dreport.php:86 +msgid "posted" msgstr "" -#: ../../include/datetime.php:273 ../../boot.php:2430 -msgid "never" +#: ../../Zotlabs/Module/Dreport.php:90 +msgid "accepted for delivery" msgstr "" -#: ../../include/datetime.php:279 -msgid "less than a second ago" +#: ../../Zotlabs/Module/Dreport.php:94 +msgid "updated" msgstr "" -#: ../../include/datetime.php:297 -#, php-format -msgctxt "e.g. 22 hours ago, 1 minute ago" -msgid "%1$d %2$s ago" +#: ../../Zotlabs/Module/Dreport.php:97 +msgid "update ignored" msgstr "" -#: ../../include/datetime.php:308 -msgctxt "relative_date" -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/datetime.php:311 -msgctxt "relative_date" -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Dreport.php:100 +msgid "permission denied" +msgstr "" -#: ../../include/datetime.php:314 -msgctxt "relative_date" -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Dreport.php:104 +msgid "recipient not found" +msgstr "" -#: ../../include/datetime.php:317 -msgctxt "relative_date" -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Dreport.php:107 +msgid "mail recalled" +msgstr "" -#: ../../include/datetime.php:320 -msgctxt "relative_date" -msgid "hour" -msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Dreport.php:110 +msgid "duplicate mail received" +msgstr "" -#: ../../include/datetime.php:323 -msgctxt "relative_date" -msgid "minute" -msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Dreport.php:113 +msgid "mail delivered" +msgstr "" -#: ../../include/datetime.php:326 -msgctxt "relative_date" -msgid "second" -msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" +#: ../../Zotlabs/Module/Editblock.php:82 ../../Zotlabs/Module/Editblock.php:98 +#: ../../Zotlabs/Module/Editlayout.php:80 ../../Zotlabs/Module/Editpost.php:24 +#: ../../Zotlabs/Module/Editwebpage.php:81 +msgid "Item not found" +msgstr "" -#: ../../include/datetime.php:563 -#, php-format -msgid "%1$s's birthday" +#: ../../Zotlabs/Module/Editblock.php:122 +msgid "Delete block?" msgstr "" -#: ../../include/datetime.php:564 -#, php-format -msgid "Happy Birthday %1$s" +#: ../../Zotlabs/Module/Editblock.php:141 +#: ../../Zotlabs/Module/Editlayout.php:140 +#: ../../Zotlabs/Module/Editpost.php:119 +#: ../../Zotlabs/Module/Editwebpage.php:182 ../../include/ItemObject.php:704 +#: ../../include/conversation.php:1216 +msgid "Bold" msgstr "" -#: ../../include/dir_fns.php:139 -msgid "Directory Options" +#: ../../Zotlabs/Module/Editblock.php:142 +#: ../../Zotlabs/Module/Editlayout.php:141 +#: ../../Zotlabs/Module/Editpost.php:120 +#: ../../Zotlabs/Module/Editwebpage.php:183 ../../include/ItemObject.php:705 +#: ../../include/conversation.php:1217 +msgid "Italic" msgstr "" -#: ../../include/dir_fns.php:141 -msgid "Safe Mode" +#: ../../Zotlabs/Module/Editblock.php:143 +#: ../../Zotlabs/Module/Editlayout.php:142 +#: ../../Zotlabs/Module/Editpost.php:121 +#: ../../Zotlabs/Module/Editwebpage.php:184 ../../include/ItemObject.php:706 +#: ../../include/conversation.php:1218 +msgid "Underline" msgstr "" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/admin.php:425 ../../mod/api.php:102 -#: ../../mod/photos.php:661 ../../mod/mitem.php:154 ../../mod/mitem.php:155 -#: ../../mod/mitem.php:228 ../../mod/mitem.php:229 ../../mod/connedit.php:375 -#: ../../mod/connedit.php:653 ../../mod/profiles.php:647 -#: ../../mod/events.php:454 ../../mod/events.php:455 ../../mod/events.php:464 -#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 -#: ../../mod/removeme.php:60 ../../mod/settings.php:588 ../../mod/menu.php:96 -#: ../../mod/menu.php:153 ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1604 -msgid "No" +#: ../../Zotlabs/Module/Editblock.php:144 +#: ../../Zotlabs/Module/Editlayout.php:143 +#: ../../Zotlabs/Module/Editpost.php:122 +#: ../../Zotlabs/Module/Editwebpage.php:185 ../../include/ItemObject.php:707 +#: ../../include/conversation.php:1219 +msgid "Quote" msgstr "" -#: ../../include/dir_fns.php:141 ../../include/dir_fns.php:142 -#: ../../include/dir_fns.php:143 ../../mod/admin.php:427 ../../mod/api.php:101 -#: ../../mod/photos.php:661 ../../mod/mitem.php:154 ../../mod/mitem.php:155 -#: ../../mod/mitem.php:228 ../../mod/mitem.php:229 ../../mod/connedit.php:375 -#: ../../mod/profiles.php:647 ../../mod/events.php:454 -#: ../../mod/events.php:455 ../../mod/events.php:464 -#: ../../mod/filestorage.php:151 ../../mod/filestorage.php:159 -#: ../../mod/removeme.php:60 ../../mod/settings.php:588 ../../mod/menu.php:96 -#: ../../mod/menu.php:153 ../../view/theme/redbasic/php/config.php:105 -#: ../../view/theme/redbasic/php/config.php:130 ../../boot.php:1604 -msgid "Yes" +#: ../../Zotlabs/Module/Editblock.php:145 +#: ../../Zotlabs/Module/Editlayout.php:144 +#: ../../Zotlabs/Module/Editpost.php:123 +#: ../../Zotlabs/Module/Editwebpage.php:186 ../../include/ItemObject.php:708 +#: ../../include/conversation.php:1220 +msgid "Code" msgstr "" -#: ../../include/dir_fns.php:142 -msgid "Public Forums Only" +#: ../../Zotlabs/Module/Editblock.php:147 +#: ../../Zotlabs/Module/Editlayout.php:145 +#: ../../Zotlabs/Module/Editpost.php:124 +#: ../../Zotlabs/Module/Editwebpage.php:187 +#: ../../include/conversation.php:1221 +msgid "Upload photo" msgstr "" -#: ../../include/dir_fns.php:143 -msgid "This Website Only" +#: ../../Zotlabs/Module/Editblock.php:148 +#: ../../Zotlabs/Module/Editlayout.php:146 +#: ../../Zotlabs/Module/Editpost.php:125 +#: ../../Zotlabs/Module/Editwebpage.php:188 ../../Zotlabs/Module/Mail.php:252 +#: ../../Zotlabs/Module/Mail.php:382 ../../include/conversation.php:1223 +msgid "Attach file" msgstr "" -#: ../../include/enotify.php:96 -#, php-format -msgid "%s <!item_type!>" +#: ../../Zotlabs/Module/Editblock.php:150 +#: ../../Zotlabs/Module/Editlayout.php:148 +#: ../../Zotlabs/Module/Editpost.php:127 +#: ../../Zotlabs/Module/Editwebpage.php:190 +msgid "Insert YouTube video" msgstr "" -#: ../../include/enotify.php:100 -#, php-format -msgid "[Hubzilla:Notify] New mail received at %s" +#: ../../Zotlabs/Module/Editblock.php:151 +#: ../../Zotlabs/Module/Editlayout.php:149 +#: ../../Zotlabs/Module/Editpost.php:128 +#: ../../Zotlabs/Module/Editwebpage.php:191 +msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../include/enotify.php:102 -#, php-format -msgid "%1$s, %2$s sent you a new private message at %3$s." +#: ../../Zotlabs/Module/Editblock.php:152 +#: ../../Zotlabs/Module/Editlayout.php:150 +#: ../../Zotlabs/Module/Editpost.php:129 +#: ../../Zotlabs/Module/Editwebpage.php:192 +msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." +#: ../../Zotlabs/Module/Editblock.php:153 +#: ../../Zotlabs/Module/Editlayout.php:151 +#: ../../Zotlabs/Module/Editpost.php:130 +#: ../../Zotlabs/Module/Editwebpage.php:193 +#: ../../include/conversation.php:1231 +msgid "Set your location" msgstr "" -#: ../../include/enotify.php:103 -msgid "a private message" +#: ../../Zotlabs/Module/Editblock.php:154 +#: ../../Zotlabs/Module/Editlayout.php:152 +#: ../../Zotlabs/Module/Editpost.php:131 +#: ../../Zotlabs/Module/Editwebpage.php:194 +#: ../../include/conversation.php:1236 +msgid "Clear browser location" msgstr "" -#: ../../include/enotify.php:104 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." +#: ../../Zotlabs/Module/Editblock.php:155 +#: ../../Zotlabs/Module/Editlayout.php:153 +#: ../../Zotlabs/Module/Editpost.php:135 +#: ../../Zotlabs/Module/Editwebpage.php:195 +#: ../../Zotlabs/Module/Photos.php:1072 ../../include/ItemObject.php:389 +#: ../../include/conversation.php:740 ../../include/conversation.php:1244 +msgid "Please wait" msgstr "" -#: ../../include/enotify.php:160 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +#: ../../Zotlabs/Module/Editblock.php:156 +#: ../../Zotlabs/Module/Editlayout.php:154 +#: ../../Zotlabs/Module/Editpost.php:136 +#: ../../Zotlabs/Module/Editwebpage.php:196 +#: ../../Zotlabs/Module/Events.php:470 ../../include/conversation.php:1245 +msgid "Permission settings" msgstr "" -#: ../../include/enotify.php:168 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +#: ../../Zotlabs/Module/Editblock.php:164 +#: ../../Zotlabs/Module/Editlayout.php:161 +#: ../../Zotlabs/Module/Editpost.php:144 +#: ../../Zotlabs/Module/Editwebpage.php:205 +#: ../../include/conversation.php:1254 +msgid "Public post" msgstr "" -#: ../../include/enotify.php:177 -#, php-format -msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +#: ../../Zotlabs/Module/Editblock.php:167 +#: ../../Zotlabs/Module/Editpost.php:147 +#: ../../Zotlabs/Module/Editwebpage.php:210 +#: ../../include/conversation.php:1239 +msgid "Title (optional)" msgstr "" -#: ../../include/enotify.php:188 -#, php-format -msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" +#: ../../Zotlabs/Module/Editblock.php:170 +#: ../../Zotlabs/Module/Editlayout.php:168 +#: ../../Zotlabs/Module/Editpost.php:149 +#: ../../Zotlabs/Module/Editwebpage.php:212 +#: ../../include/conversation.php:1243 +msgid "Categories (optional, comma-separated list)" msgstr "" -#: ../../include/enotify.php:189 -#, php-format -msgid "%1$s, %2$s commented on an item/conversation you have been following." +#: ../../Zotlabs/Module/Editblock.php:171 +#: ../../Zotlabs/Module/Editlayout.php:169 +#: ../../Zotlabs/Module/Editpost.php:150 +#: ../../Zotlabs/Module/Editwebpage.php:213 +#: ../../include/conversation.php:1256 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/enotify.php:192 ../../include/enotify.php:207 -#: ../../include/enotify.php:233 ../../include/enotify.php:251 -#: ../../include/enotify.php:265 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." +#: ../../Zotlabs/Module/Editblock.php:176 +#: ../../Zotlabs/Module/Editpost.php:155 +#: ../../Zotlabs/Module/Editwebpage.php:217 +#: ../../Zotlabs/Module/Events.php:469 ../../Zotlabs/Module/Photos.php:1092 +#: ../../Zotlabs/Module/Webpages.php:196 ../../include/ItemObject.php:712 +#: ../../include/conversation.php:1186 ../../include/page_widgets.php:40 +msgid "Preview" msgstr "" -#: ../../include/enotify.php:198 -#, php-format -msgid "[Hubzilla:Notify] %s posted to your profile wall" +#: ../../Zotlabs/Module/Editblock.php:181 +#: ../../Zotlabs/Module/Editlayout.php:178 +#: ../../Zotlabs/Module/Editpost.php:161 +#: ../../Zotlabs/Module/Editwebpage.php:222 ../../Zotlabs/Module/Mail.php:257 +#: ../../Zotlabs/Module/Mail.php:387 ../../include/conversation.php:1269 +msgid "Set expiration date" msgstr "" -#: ../../include/enotify.php:200 -#, php-format -msgid "%1$s, %2$s posted to your profile wall at %3$s" +#: ../../Zotlabs/Module/Editblock.php:186 +msgid "Edit Block" msgstr "" -#: ../../include/enotify.php:202 -#, php-format -msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +#: ../../Zotlabs/Module/Editlayout.php:116 +msgid "Delete layout?" msgstr "" -#: ../../include/enotify.php:226 -#, php-format -msgid "[Hubzilla:Notify] %s tagged you" +#: ../../Zotlabs/Module/Editlayout.php:164 +#: ../../Zotlabs/Module/Layouts.php:128 +msgid "Layout Description (Optional)" msgstr "" -#: ../../include/enotify.php:227 -#, php-format -msgid "%1$s, %2$s tagged you at %3$s" +#: ../../Zotlabs/Module/Editlayout.php:166 +#: ../../Zotlabs/Module/Layouts.php:125 ../../Zotlabs/Module/Layouts.php:184 +msgid "Layout Name" msgstr "" -#: ../../include/enotify.php:228 -#, php-format -msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +#: ../../Zotlabs/Module/Editlayout.php:183 +msgid "Edit Layout" msgstr "" -#: ../../include/enotify.php:240 -#, php-format -msgid "[Hubzilla:Notify] %1$s poked you" +#: ../../Zotlabs/Module/Editpost.php:35 +msgid "Item is not editable" msgstr "" -#: ../../include/enotify.php:241 -#, php-format -msgid "%1$s, %2$s poked you at %3$s" +#: ../../Zotlabs/Module/Editpost.php:60 ../../Zotlabs/Module/Mail.php:207 +#: ../../Zotlabs/Module/Mail.php:321 ../../include/conversation.php:1176 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/enotify.php:242 -#, php-format -msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +#: ../../Zotlabs/Module/Editpost.php:61 +msgid "Delete item?" msgstr "" -#: ../../include/enotify.php:258 -#, php-format -msgid "[Hubzilla:Notify] %s tagged your post" +#: ../../Zotlabs/Module/Editpost.php:132 ../../include/conversation.php:1233 +msgid "Toggle voting" msgstr "" -#: ../../include/enotify.php:259 -#, php-format -msgid "%1$s, %2$s tagged your post at %3$s" +#: ../../Zotlabs/Module/Editpost.php:165 ../../include/conversation.php:1276 +msgid "OK" msgstr "" -#: ../../include/enotify.php:260 -#, php-format -msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +#: ../../Zotlabs/Module/Editpost.php:166 ../../Zotlabs/Module/Fbrowser.php:66 +#: ../../Zotlabs/Module/Fbrowser.php:88 ../../Zotlabs/Module/Settings.php:589 +#: ../../Zotlabs/Module/Settings.php:615 ../../Zotlabs/Module/Tagrm.php:15 +#: ../../Zotlabs/Module/Tagrm.php:138 ../../include/conversation.php:1277 +msgid "Cancel" msgstr "" -#: ../../include/enotify.php:272 -msgid "[Hubzilla:Notify] Introduction received" +#: ../../Zotlabs/Module/Editpost.php:171 ../../Zotlabs/Module/Rpost.php:134 +msgid "Edit post" msgstr "" -#: ../../include/enotify.php:273 -#, php-format -msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +#: ../../Zotlabs/Module/Editwebpage.php:157 +msgid "Delete webpage?" msgstr "" -#: ../../include/enotify.php:274 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +#: ../../Zotlabs/Module/Editwebpage.php:177 +msgid "Page link title" msgstr "" -#: ../../include/enotify.php:278 ../../include/enotify.php:297 -#, php-format -msgid "You may visit their profile at %s" +#: ../../Zotlabs/Module/Editwebpage.php:227 +msgid "Edit Webpage" msgstr "" -#: ../../include/enotify.php:280 -#, php-format -msgid "Please visit %s to approve or reject the connection request." +#: ../../Zotlabs/Module/Events.php:25 +msgid "Calendar entries imported." msgstr "" -#: ../../include/enotify.php:287 -msgid "[Hubzilla:Notify] Friend suggestion received" +#: ../../Zotlabs/Module/Events.php:27 +msgid "No calendar entries found." msgstr "" -#: ../../include/enotify.php:288 -#, php-format -msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +#: ../../Zotlabs/Module/Events.php:104 +msgid "Event can not end before it has started." msgstr "" -#: ../../include/enotify.php:289 -#, php-format -msgid "" -"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." +#: ../../Zotlabs/Module/Events.php:106 ../../Zotlabs/Module/Events.php:115 +#: ../../Zotlabs/Module/Events.php:135 +msgid "Unable to generate preview." msgstr "" -#: ../../include/enotify.php:295 -msgid "Name:" +#: ../../Zotlabs/Module/Events.php:113 +msgid "Event title and start time are required." msgstr "" -#: ../../include/enotify.php:296 -msgid "Photo:" +#: ../../Zotlabs/Module/Events.php:133 ../../Zotlabs/Module/Events.php:258 +msgid "Event not found." msgstr "" -#: ../../include/enotify.php:299 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." +#: ../../Zotlabs/Module/Events.php:253 ../../Zotlabs/Module/Like.php:373 +#: ../../Zotlabs/Module/Tagger.php:51 ../../include/conversation.php:123 +#: ../../include/event.php:915 ../../include/text.php:1970 +msgid "event" msgstr "" -#: ../../include/enotify.php:514 -msgid "[Hubzilla:Notify]" +#: ../../Zotlabs/Module/Events.php:448 +msgid "Edit event title" msgstr "" -#: ../../include/event.php:779 -msgid "This event has been added to your calendar." +#: ../../Zotlabs/Module/Events.php:448 +msgid "Event title" msgstr "" -#: ../../include/event.php:978 -msgid "Not specified" +#: ../../Zotlabs/Module/Events.php:450 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/event.php:979 -msgid "Needs Action" +#: ../../Zotlabs/Module/Events.php:451 +msgid "Edit Category" msgstr "" -#: ../../include/event.php:980 -msgid "Completed" +#: ../../Zotlabs/Module/Events.php:451 +msgid "Category" msgstr "" -#: ../../include/event.php:981 -msgid "In Process" +#: ../../Zotlabs/Module/Events.php:454 +msgid "Edit start date and time" msgstr "" -#: ../../include/event.php:982 -msgid "Cancelled" +#: ../../Zotlabs/Module/Events.php:454 +msgid "Start date and time" msgstr "" -#: ../../include/features.php:48 -msgid "General Features" +#: ../../Zotlabs/Module/Events.php:455 ../../Zotlabs/Module/Events.php:458 +msgid "Finish date and time are not known or not relevant" msgstr "" -#: ../../include/features.php:50 -msgid "Content Expiration" +#: ../../Zotlabs/Module/Events.php:457 +msgid "Edit finish date and time" msgstr "" -#: ../../include/features.php:50 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../Zotlabs/Module/Events.php:457 +msgid "Finish date and time" msgstr "" -#: ../../include/features.php:51 -msgid "Multiple Profiles" +#: ../../Zotlabs/Module/Events.php:459 ../../Zotlabs/Module/Events.php:460 +msgid "Adjust for viewer timezone" msgstr "" -#: ../../include/features.php:51 -msgid "Ability to create multiple profiles" +#: ../../Zotlabs/Module/Events.php:459 +msgid "" +"Important for events that happen in a particular place. Not practical for " +"global holidays." msgstr "" -#: ../../include/features.php:52 -msgid "Advanced Profiles" +#: ../../Zotlabs/Module/Events.php:461 +msgid "Edit Description" msgstr "" -#: ../../include/features.php:52 -msgid "Additional profile sections and selections" +#: ../../Zotlabs/Module/Events.php:463 +msgid "Edit Location" msgstr "" -#: ../../include/features.php:53 -msgid "Profile Import/Export" +#: ../../Zotlabs/Module/Events.php:463 ../../Zotlabs/Module/Locs.php:117 +#: ../../Zotlabs/Module/Profiles.php:476 ../../Zotlabs/Module/Profiles.php:701 +#: ../../Zotlabs/Module/Pubsites.php:40 ../../include/js_strings.php:25 +msgid "Location" msgstr "" -#: ../../include/features.php:53 -msgid "Save and load profile details across sites/channels" +#: ../../Zotlabs/Module/Events.php:466 ../../Zotlabs/Module/Events.php:468 +msgid "Share this event" msgstr "" -#: ../../include/features.php:54 -msgid "Web Pages" +#: ../../Zotlabs/Module/Events.php:473 +msgid "Advanced Options" msgstr "" -#: ../../include/features.php:54 -msgid "Provide managed web pages on your channel" +#: ../../Zotlabs/Module/Events.php:607 +msgid "Edit event" msgstr "" -#: ../../include/features.php:55 -msgid "Hide Rating" +#: ../../Zotlabs/Module/Events.php:609 +msgid "Delete event" msgstr "" -#: ../../include/features.php:55 -msgid "" -"Hide the rating buttons on your channel and profile pages. Note: People can " -"still rate you somewhere else." +#: ../../Zotlabs/Module/Events.php:643 +msgid "calendar" msgstr "" -#: ../../include/features.php:56 -msgid "Private Notes" +#: ../../Zotlabs/Module/Events.php:703 +msgid "Event removed" msgstr "" -#: ../../include/features.php:56 -msgid "Enables a tool to store notes and reminders (note: not encrypted)" +#: ../../Zotlabs/Module/Events.php:706 +msgid "Failed to remove event" msgstr "" -#: ../../include/features.php:57 -msgid "Navigation Channel Select" +#: ../../Zotlabs/Module/Fbrowser.php:29 ../../include/apps.php:139 +#: ../../include/conversation.php:1650 ../../include/nav.php:92 +msgid "Photos" msgstr "" -#: ../../include/features.php:57 -msgid "Change channels directly from within the navigation dropdown menu" +#: ../../Zotlabs/Module/Ffsapi.php:12 +msgid "Share content from Firefox to $Projectname" msgstr "" -#: ../../include/features.php:58 -msgid "Photo Location" +#: ../../Zotlabs/Module/Ffsapi.php:15 +msgid "Activate the Firefox $Projectname provider" msgstr "" -#: ../../include/features.php:58 -msgid "If location data is available on uploaded photos, link this to a map." +#: ../../Zotlabs/Module/Filer.php:52 ../../include/conversation.php:1174 +msgid "Save to Folder:" msgstr "" -#: ../../include/features.php:59 -msgid "Access Controlled Chatrooms" +#: ../../Zotlabs/Module/Filer.php:52 +msgid "- select -" msgstr "" -#: ../../include/features.php:59 -msgid "Provide chatrooms and chat services with access control." +#: ../../Zotlabs/Module/Filestorage.php:86 +msgid "Permission Denied." msgstr "" -#: ../../include/features.php:60 -msgid "Smart Birthdays" +#: ../../Zotlabs/Module/Filestorage.php:102 +msgid "File not found." msgstr "" -#: ../../include/features.php:60 -msgid "" -"Make birthday events timezone aware in case your friends are scattered " -"across the planet." +#: ../../Zotlabs/Module/Filestorage.php:145 +msgid "Edit file permissions" msgstr "" -#: ../../include/features.php:61 -msgid "Expert Mode" +#: ../../Zotlabs/Module/Filestorage.php:154 +msgid "Set/edit permissions" msgstr "" -#: ../../include/features.php:61 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../Zotlabs/Module/Filestorage.php:155 +msgid "Include all files and sub folders" msgstr "" -#: ../../include/features.php:62 -msgid "Premium Channel" +#: ../../Zotlabs/Module/Filestorage.php:156 +msgid "Return to file list" msgstr "" -#: ../../include/features.php:62 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../Zotlabs/Module/Filestorage.php:158 +msgid "Copy/paste this code to attach file to a post" msgstr "" -#: ../../include/features.php:67 -msgid "Post Composition Features" +#: ../../Zotlabs/Module/Filestorage.php:159 +msgid "Copy/paste this URL to link file from a web page" msgstr "" -#: ../../include/features.php:70 -msgid "Large Photos" +#: ../../Zotlabs/Module/Filestorage.php:161 +msgid "Share this file" msgstr "" -#: ../../include/features.php:70 -msgid "" -"Include large (1024px) photo thumbnails in posts. If not enabled, use small " -"(640px) photo thumbnails" +#: ../../Zotlabs/Module/Filestorage.php:162 +msgid "Show URL to this file" msgstr "" -#: ../../include/features.php:71 ../../include/widgets.php:581 -#: ../../mod/sources.php:88 -msgid "Channel Sources" +#: ../../Zotlabs/Module/Filestorage.php:163 +msgid "Notify your contacts about this file" msgstr "" -#: ../../include/features.php:71 -msgid "Automatically import channel content from other channels or feeds" +#: ../../Zotlabs/Module/Follow.php:31 +msgid "Channel added." msgstr "" -#: ../../include/features.php:72 -msgid "Even More Encryption" +#: ../../Zotlabs/Module/Fsuggest.php:24 ../../Zotlabs/Module/Fsuggest.php:96 +msgid "Contact not found." msgstr "" -#: ../../include/features.php:72 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../Zotlabs/Module/Fsuggest.php:67 +msgid "Friend suggestion sent." msgstr "" -#: ../../include/features.php:73 -msgid "Enable Voting Tools" +#: ../../Zotlabs/Module/Fsuggest.php:101 +msgid "Suggest Friends" msgstr "" -#: ../../include/features.php:73 -msgid "Provide a class of post which others can vote on" +#: ../../Zotlabs/Module/Fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" msgstr "" -#: ../../include/features.php:74 -msgid "Delayed Posting" +#: ../../Zotlabs/Module/Group.php:24 +msgid "Privacy group created." msgstr "" -#: ../../include/features.php:74 -msgid "Allow posts to be published at a later date" +#: ../../Zotlabs/Module/Group.php:30 +msgid "Could not create privacy group." msgstr "" -#: ../../include/features.php:75 -msgid "Suppress Duplicate Posts/Comments" +#: ../../Zotlabs/Module/Group.php:42 ../../Zotlabs/Module/Group.php:141 +#: ../../include/items.php:5126 +msgid "Privacy group not found." msgstr "" -#: ../../include/features.php:75 -msgid "" -"Prevent posts with identical content to be published with less than two " -"minutes in between submissions." +#: ../../Zotlabs/Module/Group.php:58 +msgid "Privacy group updated." msgstr "" -#: ../../include/features.php:81 -msgid "Network and Stream Filtering" +#: ../../Zotlabs/Module/Group.php:90 +msgid "Create a group of channels." msgstr "" -#: ../../include/features.php:82 -msgid "Search by Date" +#: ../../Zotlabs/Module/Group.php:91 ../../Zotlabs/Module/Group.php:184 +msgid "Privacy group name: " msgstr "" -#: ../../include/features.php:82 -msgid "Ability to select posts by date ranges" +#: ../../Zotlabs/Module/Group.php:93 ../../Zotlabs/Module/Group.php:187 +msgid "Members are visible to other channels" msgstr "" -#: ../../include/features.php:83 ../../include/group.php:311 -msgid "Privacy Groups" +#: ../../Zotlabs/Module/Group.php:111 +msgid "Privacy group removed." msgstr "" -#: ../../include/features.php:83 -msgid "Enable management and selection of privacy groups" +#: ../../Zotlabs/Module/Group.php:113 +msgid "Unable to remove privacy group." msgstr "" -#: ../../include/features.php:84 ../../include/widgets.php:281 -msgid "Saved Searches" +#: ../../Zotlabs/Module/Group.php:183 +msgid "Privacy group editor" msgstr "" -#: ../../include/features.php:84 -msgid "Save search terms for re-use" +#: ../../Zotlabs/Module/Group.php:197 +msgid "Members" msgstr "" -#: ../../include/features.php:85 -msgid "Network Personal Tab" +#: ../../Zotlabs/Module/Group.php:199 +msgid "All Connected Channels" msgstr "" -#: ../../include/features.php:85 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../Zotlabs/Module/Group.php:231 +msgid "Click on a channel to add or remove." msgstr "" -#: ../../include/features.php:86 -msgid "Network New Tab" +#: ../../Zotlabs/Module/Help.php:26 +msgid "Documentation Search" msgstr "" -#: ../../include/features.php:86 -msgid "Enable tab to display all new Network activity" +#: ../../Zotlabs/Module/Help.php:67 ../../Zotlabs/Module/Help.php:73 +#: ../../Zotlabs/Module/Help.php:79 +msgid "Help:" msgstr "" -#: ../../include/features.php:87 -msgid "Affinity Tool" +#: ../../Zotlabs/Module/Help.php:85 ../../Zotlabs/Module/Help.php:90 +#: ../../Zotlabs/Module/Layouts.php:181 ../../include/apps.php:142 +#: ../../include/nav.php:161 +msgid "Help" msgstr "" -#: ../../include/features.php:87 -msgid "Filter stream activity by depth of relationships" +#: ../../Zotlabs/Module/Help.php:120 +msgid "$Projectname Documentation" msgstr "" -#: ../../include/features.php:88 -msgid "Connection Filtering" +#: ../../Zotlabs/Module/Home.php:61 ../../Zotlabs/Module/Home.php:69 +#: ../../Zotlabs/Module/Siteinfo.php:65 +msgid "$Projectname" msgstr "" -#: ../../include/features.php:88 -msgid "Filter incoming posts from connections based on keywords/content" +#: ../../Zotlabs/Module/Home.php:79 +#, php-format +msgid "Welcome to %s" msgstr "" -#: ../../include/features.php:89 -msgid "Suggest Channels" +#: ../../Zotlabs/Module/Id.php:13 +msgid "First Name" msgstr "" -#: ../../include/features.php:89 -msgid "Show channel suggestions" +#: ../../Zotlabs/Module/Id.php:14 +msgid "Last Name" msgstr "" -#: ../../include/features.php:94 -msgid "Post/Comment Tools" +#: ../../Zotlabs/Module/Id.php:15 +msgid "Nickname" msgstr "" -#: ../../include/features.php:95 -msgid "Community Tagging" +#: ../../Zotlabs/Module/Id.php:16 +msgid "Full Name" msgstr "" -#: ../../include/features.php:95 -msgid "Ability to tag existing posts" +#: ../../Zotlabs/Module/Id.php:19 ../../Zotlabs/Module/Id.php:20 +#: ../../Zotlabs/Module/Id.php:21 ../../include/apps.php:155 +msgid "Profile Photo" msgstr "" -#: ../../include/features.php:96 -msgid "Post Categories" +#: ../../Zotlabs/Module/Id.php:22 +msgid "Profile Photo 16px" msgstr "" -#: ../../include/features.php:96 -msgid "Add categories to your posts" +#: ../../Zotlabs/Module/Id.php:23 +msgid "Profile Photo 32px" msgstr "" -#: ../../include/features.php:97 -msgid "Ability to file posts under folders" +#: ../../Zotlabs/Module/Id.php:24 +msgid "Profile Photo 48px" msgstr "" -#: ../../include/features.php:98 -msgid "Dislike Posts" +#: ../../Zotlabs/Module/Id.php:25 +msgid "Profile Photo 64px" msgstr "" -#: ../../include/features.php:98 -msgid "Ability to dislike posts/comments" +#: ../../Zotlabs/Module/Id.php:26 +msgid "Profile Photo 80px" msgstr "" -#: ../../include/features.php:99 -msgid "Star Posts" +#: ../../Zotlabs/Module/Id.php:27 +msgid "Profile Photo 128px" msgstr "" -#: ../../include/features.php:99 -msgid "Ability to mark special posts with a star indicator" +#: ../../Zotlabs/Module/Id.php:28 +msgid "Timezone" msgstr "" -#: ../../include/features.php:100 -msgid "Tag Cloud" +#: ../../Zotlabs/Module/Id.php:29 ../../Zotlabs/Module/Profiles.php:734 +msgid "Homepage URL" msgstr "" -#: ../../include/features.php:100 -msgid "Provide a personal tag cloud on your channel page" +#: ../../Zotlabs/Module/Id.php:30 ../../include/apps.php:153 +msgid "Language" msgstr "" -#: ../../include/follow.php:28 -msgid "Channel is blocked on this site." +#: ../../Zotlabs/Module/Id.php:31 +msgid "Birth Year" msgstr "" -#: ../../include/follow.php:33 -msgid "Channel location missing." +#: ../../Zotlabs/Module/Id.php:32 +msgid "Birth Month" msgstr "" -#: ../../include/follow.php:82 -msgid "Response from remote channel was incomplete." +#: ../../Zotlabs/Module/Id.php:33 +msgid "Birth Day" msgstr "" -#: ../../include/follow.php:99 -msgid "Channel was deleted and no longer exists." +#: ../../Zotlabs/Module/Id.php:34 +msgid "Birthdate" msgstr "" -#: ../../include/follow.php:155 ../../include/follow.php:191 -msgid "Protocol disabled." +#: ../../Zotlabs/Module/Id.php:35 ../../Zotlabs/Module/Profiles.php:453 +msgid "Gender" msgstr "" -#: ../../include/follow.php:179 -msgid "Channel discovery failed." +#: ../../Zotlabs/Module/Id.php:108 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Male" msgstr "" -#: ../../include/follow.php:217 -msgid "Cannot connect to yourself." +#: ../../Zotlabs/Module/Id.php:110 ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +msgid "Female" msgstr "" -#: ../../include/group.php:26 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"<strong>may</strong> apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." +#: ../../Zotlabs/Module/Impel.php:41 ../../include/bbcode.php:193 +msgid "webpage" msgstr "" -#: ../../include/group.php:248 -msgid "Add new connections to this privacy group" +#: ../../Zotlabs/Module/Impel.php:46 ../../include/bbcode.php:199 +msgid "block" msgstr "" -#: ../../include/group.php:267 ../../mod/admin.php:998 -msgid "All Channels" +#: ../../Zotlabs/Module/Impel.php:51 ../../include/bbcode.php:196 +msgid "layout" msgstr "" -#: ../../include/group.php:289 -msgid "edit" +#: ../../Zotlabs/Module/Impel.php:58 ../../include/bbcode.php:202 +msgid "menu" msgstr "" -#: ../../include/group.php:312 -msgid "Edit group" +#: ../../Zotlabs/Module/Impel.php:196 +#, php-format +msgid "%s element installed" msgstr "" -#: ../../include/group.php:313 -msgid "Add privacy group" +#: ../../Zotlabs/Module/Impel.php:199 +#, php-format +msgid "%s element installation failed" msgstr "" -#: ../../include/group.php:314 -msgid "Channels not in any privacy group" +#: ../../Zotlabs/Module/Import.php:32 +#, php-format +msgid "Your service plan only allows %d channels." msgstr "" -#: ../../include/group.php:316 ../../include/widgets.php:282 -msgid "add" +#: ../../Zotlabs/Module/Import.php:70 ../../Zotlabs/Module/Import_items.php:42 +msgid "Nothing to import." msgstr "" -#: ../../include/zot.php:680 -msgid "Invalid data packet" +#: ../../Zotlabs/Module/Import.php:94 ../../Zotlabs/Module/Import_items.php:66 +msgid "Unable to download data from old server" msgstr "" -#: ../../include/zot.php:696 -msgid "Unable to verify channel signature" +#: ../../Zotlabs/Module/Import.php:100 +#: ../../Zotlabs/Module/Import_items.php:72 +msgid "Imported file is empty." msgstr "" -#: ../../include/zot.php:2332 +#: ../../Zotlabs/Module/Import.php:122 +#: ../../Zotlabs/Module/Import_items.php:86 #, php-format -msgid "Unable to verify site signature for %s" +msgid "Warning: Database versions differ by %1$d updates." msgstr "" -#: ../../include/zot.php:3670 -msgid "invalid target signature" +#: ../../Zotlabs/Module/Import.php:150 ../../include/import.php:80 +msgid "Cloned channel not found. Import failed." msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:113 ../../boot.php:1599 -msgid "Logout" +#: ../../Zotlabs/Module/Import.php:160 +msgid "No channel. Import failed." msgstr "" -#: ../../include/nav.php:82 ../../include/nav.php:113 -msgid "End this session" +#: ../../Zotlabs/Module/Import.php:506 +#: ../../include/Import/import_diaspora.php:143 +msgid "Import completed." msgstr "" -#: ../../include/nav.php:85 ../../include/nav.php:144 -msgid "Home" +#: ../../Zotlabs/Module/Import.php:528 +msgid "You must be logged in to use this feature." msgstr "" -#: ../../include/nav.php:85 -msgid "Your posts and conversations" +#: ../../Zotlabs/Module/Import.php:533 +msgid "Import Channel" msgstr "" -#: ../../include/nav.php:86 -msgid "Your profile page" +#: ../../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 "" -#: ../../include/nav.php:88 -msgid "Manage/Edit profiles" +#: ../../Zotlabs/Module/Import.php:535 +#: ../../Zotlabs/Module/Import_items.php:119 +msgid "File to Upload" msgstr "" -#: ../../include/nav.php:90 -msgid "Edit your profile" +#: ../../Zotlabs/Module/Import.php:536 +msgid "Or provide the old server/hub details" msgstr "" -#: ../../include/nav.php:92 -msgid "Your photos" +#: ../../Zotlabs/Module/Import.php:537 +msgid "Your old identity address (xyz@example.com)" msgstr "" -#: ../../include/nav.php:93 -msgid "Your files" +#: ../../Zotlabs/Module/Import.php:538 +msgid "Your old login email address" msgstr "" -#: ../../include/nav.php:96 -msgid "Your chatrooms" +#: ../../Zotlabs/Module/Import.php:539 +msgid "Your old login password" msgstr "" -#: ../../include/nav.php:102 -msgid "Your bookmarks" +#: ../../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 " +"able to post from either location, but only one can be marked as the primary " +"location for files, photos, and media." msgstr "" -#: ../../include/nav.php:106 -msgid "Your webpages" +#: ../../Zotlabs/Module/Import.php:541 +msgid "Make this hub my primary location" msgstr "" -#: ../../include/nav.php:110 -msgid "Sign in" +#: ../../Zotlabs/Module/Import.php:542 +msgid "" +"Import existing posts if possible (experimental - limited by available memory" msgstr "" -#: ../../include/nav.php:127 -#, php-format -msgid "%s - click to logout" +#: ../../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." msgstr "" -#: ../../include/nav.php:130 -msgid "Remote authentication" +#: ../../Zotlabs/Module/Import_items.php:102 +msgid "Import completed" msgstr "" -#: ../../include/nav.php:130 -msgid "Click to authenticate to your home hub" +#: ../../Zotlabs/Module/Import_items.php:117 +msgid "Import Items" msgstr "" -#: ../../include/nav.php:144 -msgid "Home Page" +#: ../../Zotlabs/Module/Import_items.php:118 +msgid "Use this form to import existing posts and content from an export file." msgstr "" -#: ../../include/nav.php:148 ../../mod/register.php:258 ../../boot.php:1582 -msgid "Register" +#: ../../Zotlabs/Module/Invite.php:29 +msgid "Total invitation limit exceeded." msgstr "" -#: ../../include/nav.php:148 -msgid "Create an account" +#: ../../Zotlabs/Module/Invite.php:53 +#, php-format +msgid "%s : Not a valid email address." msgstr "" -#: ../../include/nav.php:155 -msgid "Help and documentation" +#: ../../Zotlabs/Module/Invite.php:63 +msgid "Please join us on $Projectname" msgstr "" -#: ../../include/nav.php:159 ../../include/widgets.php:102 -#: ../../mod/apps.php:36 -msgid "Apps" +#: ../../Zotlabs/Module/Invite.php:74 +msgid "Invitation limit exceeded. Please contact your site administrator." msgstr "" -#: ../../include/nav.php:159 -msgid "Applications, utilities, links, games" +#: ../../Zotlabs/Module/Invite.php:79 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../include/nav.php:161 -msgid "Search site @name, #tag, ?docs, content" +#: ../../Zotlabs/Module/Invite.php:83 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../Zotlabs/Module/Invite.php:102 +msgid "You have no more invitations available" msgstr "" -#: ../../include/nav.php:164 -msgid "Channel Directory" +#: ../../Zotlabs/Module/Invite.php:133 +msgid "Send invitations" msgstr "" -#: ../../include/nav.php:176 -msgid "Your grid" +#: ../../Zotlabs/Module/Invite.php:134 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../include/nav.php:177 -msgid "Mark all grid notifications seen" +#: ../../Zotlabs/Module/Invite.php:135 ../../Zotlabs/Module/Mail.php:250 +msgid "Your message:" msgstr "" -#: ../../include/nav.php:179 -msgid "Channel home" +#: ../../Zotlabs/Module/Invite.php:136 +msgid "Please join my community on $Projectname." msgstr "" -#: ../../include/nav.php:180 -msgid "Mark all channel notifications seen" +#: ../../Zotlabs/Module/Invite.php:138 +msgid "You will need to supply this invitation code:" msgstr "" -#: ../../include/nav.php:183 ../../include/text.php:834 -#: ../../mod/connections.php:298 -msgid "Connections" +#: ../../Zotlabs/Module/Invite.php:139 +msgid "1. Register at any $Projectname location (they are all inter-connected)" msgstr "" -#: ../../include/nav.php:186 -msgid "Notices" +#: ../../Zotlabs/Module/Invite.php:141 +msgid "2. Enter my $Projectname network address into the site searchbar." msgstr "" -#: ../../include/nav.php:186 -msgid "Notifications" +#: ../../Zotlabs/Module/Invite.php:142 +msgid "or visit" msgstr "" -#: ../../include/nav.php:187 -msgid "See all notifications" +#: ../../Zotlabs/Module/Invite.php:144 +msgid "3. Click [Connect]" msgstr "" -#: ../../include/nav.php:188 ../../mod/notifications.php:99 -msgid "Mark all system notifications seen" +#: ../../Zotlabs/Module/Item.php:178 +msgid "Unable to locate original post." msgstr "" -#: ../../include/nav.php:190 -msgid "Private mail" +#: ../../Zotlabs/Module/Item.php:427 +msgid "Empty post discarded." msgstr "" -#: ../../include/nav.php:191 -msgid "See all private messages" +#: ../../Zotlabs/Module/Item.php:467 +msgid "Executable content type not permitted to this channel." msgstr "" -#: ../../include/nav.php:192 -msgid "Mark all private messages seen" +#: ../../Zotlabs/Module/Item.php:847 +msgid "Duplicate post suppressed." msgstr "" -#: ../../include/nav.php:193 ../../include/widgets.php:609 -msgid "Inbox" +#: ../../Zotlabs/Module/Item.php:977 +msgid "System error. Post not saved." msgstr "" -#: ../../include/nav.php:194 ../../include/widgets.php:614 -msgid "Outbox" +#: ../../Zotlabs/Module/Item.php:1241 +msgid "Unable to obtain post information from database." msgstr "" -#: ../../include/nav.php:195 ../../include/widgets.php:619 -msgid "New Message" +#: ../../Zotlabs/Module/Item.php:1248 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." msgstr "" -#: ../../include/nav.php:198 -msgid "Event Calendar" +#: ../../Zotlabs/Module/Item.php:1255 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." msgstr "" -#: ../../include/nav.php:199 -msgid "See all events" +#: ../../Zotlabs/Module/Layouts.php:179 ../../include/text.php:2280 +msgid "Layouts" msgstr "" -#: ../../include/nav.php:200 -msgid "Mark all events seen" +#: ../../Zotlabs/Module/Layouts.php:181 +msgid "Comanche page description language help" msgstr "" -#: ../../include/nav.php:203 -msgid "Manage Your Channels" +#: ../../Zotlabs/Module/Layouts.php:185 +msgid "Layout Description" msgstr "" -#: ../../include/nav.php:205 -msgid "Account/Channel Settings" +#: ../../Zotlabs/Module/Layouts.php:190 +msgid "Download PDL file" msgstr "" -#: ../../include/nav.php:213 ../../include/widgets.php:1368 -msgid "Admin" +#: ../../Zotlabs/Module/Like.php:19 +msgid "Like/Dislike" msgstr "" -#: ../../include/nav.php:213 -msgid "Site Setup and Configuration" +#: ../../Zotlabs/Module/Like.php:24 +msgid "This action is restricted to members." msgstr "" -#: ../../include/nav.php:249 -msgid "@name, #tag, ?doc, content" +#: ../../Zotlabs/Module/Like.php:25 +msgid "" +"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a href=" +"\"register\">register as a new $Projectname member</a> to continue." msgstr "" -#: ../../include/nav.php:250 -msgid "Please wait..." +#: ../../Zotlabs/Module/Like.php:105 ../../Zotlabs/Module/Like.php:131 +#: ../../Zotlabs/Module/Like.php:169 +msgid "Invalid request." msgstr "" -#: ../../include/widgets.php:103 -msgid "System" +#: ../../Zotlabs/Module/Like.php:117 ../../include/conversation.php:126 +msgid "channel" msgstr "" -#: ../../include/widgets.php:106 -msgid "Create Personal App" +#: ../../Zotlabs/Module/Like.php:146 +msgid "thing" msgstr "" -#: ../../include/widgets.php:107 -msgid "Edit Personal App" +#: ../../Zotlabs/Module/Like.php:192 +msgid "Channel unavailable." msgstr "" -#: ../../include/widgets.php:149 ../../mod/suggest.php:54 -msgid "Ignore/Hide" +#: ../../Zotlabs/Module/Like.php:240 +msgid "Previous action reversed." msgstr "" -#: ../../include/widgets.php:154 -msgid "Suggestions" +#: ../../Zotlabs/Module/Like.php:371 ../../Zotlabs/Module/Subthread.php:87 +#: ../../Zotlabs/Module/Tagger.php:47 ../../include/conversation.php:120 +#: ../../include/text.php:1967 +msgid "photo" msgstr "" -#: ../../include/widgets.php:155 -msgid "See more..." +#: ../../Zotlabs/Module/Like.php:371 ../../Zotlabs/Module/Subthread.php:87 +#: ../../include/conversation.php:148 ../../include/text.php:1973 +msgid "status" msgstr "" -#: ../../include/widgets.php:175 +#: ../../Zotlabs/Module/Like.php:420 ../../include/conversation.php:164 #, php-format -msgid "You have %1$.0f of %2$.0f allowed connections." +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:181 -msgid "Add New Connection" +#: ../../Zotlabs/Module/Like.php:422 ../../include/conversation.php:167 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:182 -msgid "Enter channel address" +#: ../../Zotlabs/Module/Like.php:424 +#, php-format +msgid "%1$s agrees with %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:183 -msgid "Examples: bob@example.com, https://example.com/barbara" +#: ../../Zotlabs/Module/Like.php:426 +#, php-format +msgid "%1$s doesn't agree with %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:199 -msgid "Notes" +#: ../../Zotlabs/Module/Like.php:428 +#, php-format +msgid "%1$s abstains from a decision on %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:201 ../../include/text.php:905 -#: ../../include/text.php:917 ../../mod/admin.php:1687 -#: ../../mod/admin.php:1707 ../../mod/rbmark.php:28 ../../mod/rbmark.php:100 -#: ../../mod/filer.php:49 -msgid "Save" +#: ../../Zotlabs/Module/Like.php:430 +#, php-format +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:273 -msgid "Remove term" +#: ../../Zotlabs/Module/Like.php:432 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:354 -msgid "Archives" +#: ../../Zotlabs/Module/Like.php:434 +#, php-format +msgid "%1$s may attend %2$s's %3$s" msgstr "" -#: ../../include/widgets.php:444 ../../mod/connedit.php:589 -msgid "Me" +#: ../../Zotlabs/Module/Like.php:537 +msgid "Action completed." msgstr "" -#: ../../include/widgets.php:445 ../../mod/connedit.php:590 -msgid "Family" +#: ../../Zotlabs/Module/Like.php:538 +msgid "Thank you." msgstr "" -#: ../../include/widgets.php:447 ../../mod/connedit.php:592 -msgid "Acquaintances" +#: ../../Zotlabs/Module/Lockview.php:61 +msgid "Remote privacy information not available." msgstr "" -#: ../../include/widgets.php:448 ../../mod/connections.php:88 -#: ../../mod/connections.php:103 ../../mod/connedit.php:593 -msgid "All" +#: ../../Zotlabs/Module/Lockview.php:82 +msgid "Visible to:" msgstr "" -#: ../../include/widgets.php:467 -msgid "Refresh" +#: ../../Zotlabs/Module/Locs.php:25 ../../Zotlabs/Module/Locs.php:54 +msgid "Location not found." msgstr "" -#: ../../include/widgets.php:507 -msgid "Account settings" +#: ../../Zotlabs/Module/Locs.php:62 +msgid "Location lookup failed." msgstr "" -#: ../../include/widgets.php:513 -msgid "Channel settings" +#: ../../Zotlabs/Module/Locs.php:66 +msgid "" +"Please select another location to become primary before removing the primary " +"location." msgstr "" -#: ../../include/widgets.php:522 -msgid "Additional features" +#: ../../Zotlabs/Module/Locs.php:95 +msgid "Syncing locations" msgstr "" -#: ../../include/widgets.php:529 -msgid "Feature/Addon settings" +#: ../../Zotlabs/Module/Locs.php:105 +msgid "No locations found." msgstr "" -#: ../../include/widgets.php:535 -msgid "Display settings" +#: ../../Zotlabs/Module/Locs.php:116 +msgid "Manage Channel Locations" msgstr "" -#: ../../include/widgets.php:542 -msgid "Manage locations" +#: ../../Zotlabs/Module/Locs.php:119 +msgid "Primary" msgstr "" -#: ../../include/widgets.php:551 -msgid "Export channel" +#: ../../Zotlabs/Module/Locs.php:120 ../../Zotlabs/Module/Menu.php:113 +msgid "Drop" msgstr "" -#: ../../include/widgets.php:558 -msgid "Connected apps" +#: ../../Zotlabs/Module/Locs.php:122 +msgid "Sync Now" msgstr "" -#: ../../include/widgets.php:565 ../../mod/connedit.php:701 -msgid "Connection Default Permissions" +#: ../../Zotlabs/Module/Locs.php:123 +msgid "Please wait several minutes between consecutive operations." msgstr "" -#: ../../include/widgets.php:573 -msgid "Premium Channel Settings" +#: ../../Zotlabs/Module/Locs.php:124 +msgid "" +"When possible, drop a location by logging into that website/hub and removing " +"your channel." msgstr "" -#: ../../include/widgets.php:602 -msgid "Private Mail Menu" +#: ../../Zotlabs/Module/Locs.php:125 +msgid "Use this form to drop the location if the hub is no longer operating." msgstr "" -#: ../../include/widgets.php:604 -msgid "Combined View" +#: ../../Zotlabs/Module/Lostpass.php:19 +msgid "No valid account found." msgstr "" -#: ../../include/widgets.php:636 ../../include/widgets.php:648 -msgid "Conversations" +#: ../../Zotlabs/Module/Lostpass.php:33 +msgid "Password reset request issued. Check your email." msgstr "" -#: ../../include/widgets.php:640 -msgid "Received Messages" +#: ../../Zotlabs/Module/Lostpass.php:39 ../../Zotlabs/Module/Lostpass.php:107 +#, php-format +msgid "Site Member (%s)" msgstr "" -#: ../../include/widgets.php:644 -msgid "Sent Messages" +#: ../../Zotlabs/Module/Lostpass.php:44 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../include/widgets.php:658 -msgid "No messages." +#: ../../Zotlabs/Module/Lostpass.php:67 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." msgstr "" -#: ../../include/widgets.php:676 -msgid "Delete conversation" +#: ../../Zotlabs/Module/Lostpass.php:90 ../../boot.php:1610 +msgid "Password Reset" msgstr "" -#: ../../include/widgets.php:702 -msgid "Events Menu" +#: ../../Zotlabs/Module/Lostpass.php:91 +msgid "Your password has been reset as requested." msgstr "" -#: ../../include/widgets.php:703 -msgid "Day View" +#: ../../Zotlabs/Module/Lostpass.php:92 +msgid "Your new password is" msgstr "" -#: ../../include/widgets.php:704 -msgid "Week View" +#: ../../Zotlabs/Module/Lostpass.php:93 +msgid "Save or copy your new password - and then" msgstr "" -#: ../../include/widgets.php:705 -msgid "Month View" +#: ../../Zotlabs/Module/Lostpass.php:94 +msgid "click here to login" msgstr "" -#: ../../include/widgets.php:706 ../../mod/cal.php:333 -#: ../../mod/events.php:661 -msgid "Export" +#: ../../Zotlabs/Module/Lostpass.php:95 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." msgstr "" -#: ../../include/widgets.php:707 ../../mod/cal.php:336 -#: ../../mod/events.php:664 -msgid "Import" +#: ../../Zotlabs/Module/Lostpass.php:112 +#, php-format +msgid "Your password has changed at %s" msgstr "" -#: ../../include/widgets.php:717 -msgid "Events Tools" +#: ../../Zotlabs/Module/Lostpass.php:127 +msgid "Forgot your Password?" msgstr "" -#: ../../include/widgets.php:718 -msgid "Export Calendar" +#: ../../Zotlabs/Module/Lostpass.php:128 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." msgstr "" -#: ../../include/widgets.php:719 -msgid "Import Calendar" +#: ../../Zotlabs/Module/Lostpass.php:129 +msgid "Email Address" msgstr "" -#: ../../include/widgets.php:798 -msgid "Overview" +#: ../../Zotlabs/Module/Lostpass.php:130 +msgid "Reset" msgstr "" -#: ../../include/widgets.php:805 -msgid "Chat Members" +#: ../../Zotlabs/Module/Magic.php:73 +msgid "Hub not found." msgstr "" -#: ../../include/widgets.php:828 -msgid "Bookmarked Chatrooms" +#: ../../Zotlabs/Module/Mail.php:38 +msgid "Unable to lookup recipient." msgstr "" -#: ../../include/widgets.php:851 -msgid "Suggested Chatrooms" +#: ../../Zotlabs/Module/Mail.php:46 +msgid "Unable to communicate with requested channel." msgstr "" -#: ../../include/widgets.php:996 ../../include/widgets.php:1108 -msgid "photo/image" +#: ../../Zotlabs/Module/Mail.php:53 +msgid "Cannot verify requested channel." msgstr "" -#: ../../include/widgets.php:1051 -msgid "Click to show more" +#: ../../Zotlabs/Module/Mail.php:79 +msgid "Selected channel has private message restrictions. Send failed." msgstr "" -#: ../../include/widgets.php:1202 -msgid "Rating Tools" +#: ../../Zotlabs/Module/Mail.php:144 +msgid "Messages" msgstr "" -#: ../../include/widgets.php:1206 ../../include/widgets.php:1208 -msgid "Rate Me" +#: ../../Zotlabs/Module/Mail.php:179 +msgid "Message recalled." msgstr "" -#: ../../include/widgets.php:1211 -msgid "View Ratings" +#: ../../Zotlabs/Module/Mail.php:192 +msgid "Conversation removed." msgstr "" -#: ../../include/widgets.php:1222 ../../mod/pubsites.php:18 -msgid "Public Hubs" +#: ../../Zotlabs/Module/Mail.php:235 +msgid "Requested channel is not in this network" msgstr "" -#: ../../include/widgets.php:1268 -msgid "Forums" +#: ../../Zotlabs/Module/Mail.php:243 +msgid "Send Private Message" msgstr "" -#: ../../include/widgets.php:1297 -msgid "Tasks" +#: ../../Zotlabs/Module/Mail.php:244 ../../Zotlabs/Module/Mail.php:374 +msgid "To:" msgstr "" -#: ../../include/widgets.php:1306 -msgid "Documentation" +#: ../../Zotlabs/Module/Mail.php:247 ../../Zotlabs/Module/Mail.php:376 +msgid "Subject:" msgstr "" -#: ../../include/widgets.php:1308 -msgid "Project/Site Information" +#: ../../Zotlabs/Module/Mail.php:254 +msgid "Send" msgstr "" -#: ../../include/widgets.php:1309 -msgid "For Members" +#: ../../Zotlabs/Module/Mail.php:346 +msgid "Delete message" msgstr "" -#: ../../include/widgets.php:1310 -msgid "For Administrators" +#: ../../Zotlabs/Module/Mail.php:347 +msgid "Delivery report" msgstr "" -#: ../../include/widgets.php:1311 -msgid "For Developers" +#: ../../Zotlabs/Module/Mail.php:348 +msgid "Recall message" msgstr "" -#: ../../include/widgets.php:1334 ../../mod/admin.php:456 -msgid "Site" +#: ../../Zotlabs/Module/Mail.php:350 +msgid "Message has been recalled." msgstr "" -#: ../../include/widgets.php:1335 -msgid "Accounts" +#: ../../Zotlabs/Module/Mail.php:367 +msgid "Delete Conversation" msgstr "" -#: ../../include/widgets.php:1335 ../../include/widgets.php:1373 -msgid "Member registrations waiting for confirmation" +#: ../../Zotlabs/Module/Mail.php:369 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." msgstr "" -#: ../../include/widgets.php:1336 ../../mod/admin.php:1149 -msgid "Channels" +#: ../../Zotlabs/Module/Mail.php:373 +msgid "Send Reply" msgstr "" -#: ../../include/widgets.php:1337 ../../mod/admin.php:710 -msgid "Security" +#: ../../Zotlabs/Module/Mail.php:378 +#, php-format +msgid "Your message for %s (%s):" msgstr "" -#: ../../include/widgets.php:1339 ../../mod/admin.php:1264 -#: ../../mod/admin.php:1325 -msgid "Plugins" +#: ../../Zotlabs/Module/Manage.php:134 +#: ../../Zotlabs/Module/New_channel.php:121 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." msgstr "" -#: ../../include/widgets.php:1340 ../../mod/admin.php:1486 -#: ../../mod/admin.php:1520 -msgid "Themes" +#: ../../Zotlabs/Module/Manage.php:141 +msgid "Create a new channel" msgstr "" -#: ../../include/widgets.php:1341 -msgid "Inspect queue" +#: ../../Zotlabs/Module/Manage.php:162 ../../include/apps.php:132 +#: ../../include/nav.php:209 +msgid "Channel Manager" msgstr "" -#: ../../include/widgets.php:1342 ../../mod/admin.php:1760 -msgid "Profile Fields" +#: ../../Zotlabs/Module/Manage.php:163 +msgid "Current Channel" msgstr "" -#: ../../include/widgets.php:1343 -msgid "DB updates" +#: ../../Zotlabs/Module/Manage.php:165 +msgid "Switch to one of your channels by selecting it." msgstr "" -#: ../../include/widgets.php:1361 ../../include/widgets.php:1371 -#: ../../mod/admin.php:1605 -msgid "Logs" +#: ../../Zotlabs/Module/Manage.php:166 +msgid "Default Channel" msgstr "" -#: ../../include/widgets.php:1369 -msgid "Plugin Features" +#: ../../Zotlabs/Module/Manage.php:167 +msgid "Make Default" msgstr "" -#: ../../include/widgets.php:1451 ../../mod/photos.php:787 -#: ../../mod/photos.php:1328 -msgid "View Photo" +#: ../../Zotlabs/Module/Manage.php:170 +#, php-format +msgid "%d new messages" msgstr "" -#: ../../include/widgets.php:1468 ../../mod/photos.php:818 -msgid "Edit Album" +#: ../../Zotlabs/Module/Manage.php:171 +#, php-format +msgid "%d new introductions" msgstr "" -#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 -msgid "Tags" +#: ../../Zotlabs/Module/Manage.php:173 +msgid "Delegated Channel" msgstr "" -#: ../../include/taxonomy.php:305 -msgid "Keywords" +#: ../../Zotlabs/Module/Match.php:26 +msgid "Profile Match" msgstr "" -#: ../../include/taxonomy.php:326 -msgid "have" +#: ../../Zotlabs/Module/Match.php:35 +msgid "No keywords to match. Please add keywords to your default profile." msgstr "" -#: ../../include/taxonomy.php:326 -msgid "has" +#: ../../Zotlabs/Module/Match.php:67 +msgid "is interested in:" msgstr "" -#: ../../include/taxonomy.php:327 -msgid "want" +#: ../../Zotlabs/Module/Match.php:74 +msgid "No matches" msgstr "" -#: ../../include/taxonomy.php:327 -msgid "wants" +#: ../../Zotlabs/Module/Menu.php:49 +msgid "Unable to update menu." msgstr "" -#: ../../include/taxonomy.php:328 -msgid "likes" +#: ../../Zotlabs/Module/Menu.php:60 +msgid "Unable to create menu." msgstr "" -#: ../../include/taxonomy.php:329 -msgid "dislikes" +#: ../../Zotlabs/Module/Menu.php:98 ../../Zotlabs/Module/Menu.php:110 +msgid "Menu Name" msgstr "" -#: ../../include/js_strings.php:5 -msgid "Delete this item?" +#: ../../Zotlabs/Module/Menu.php:98 +msgid "Unique name (not visible on webpage) - required" msgstr "" -#: ../../include/js_strings.php:8 -msgid "[-] show less" +#: ../../Zotlabs/Module/Menu.php:99 ../../Zotlabs/Module/Menu.php:111 +msgid "Menu Title" msgstr "" -#: ../../include/js_strings.php:9 -msgid "[+] expand" +#: ../../Zotlabs/Module/Menu.php:99 +msgid "Visible on webpage - leave empty for no title" msgstr "" -#: ../../include/js_strings.php:10 -msgid "[-] collapse" +#: ../../Zotlabs/Module/Menu.php:100 +msgid "Allow Bookmarks" msgstr "" -#: ../../include/js_strings.php:11 -msgid "Password too short" +#: ../../Zotlabs/Module/Menu.php:100 ../../Zotlabs/Module/Menu.php:157 +msgid "Menu may be used to store saved bookmarks" msgstr "" -#: ../../include/js_strings.php:12 -msgid "Passwords do not match" +#: ../../Zotlabs/Module/Menu.php:101 ../../Zotlabs/Module/Menu.php:159 +msgid "Submit and proceed" msgstr "" -#: ../../include/js_strings.php:13 ../../mod/photos.php:41 -#: ../../mod/cal.php:37 -msgid "everybody" +#: ../../Zotlabs/Module/Menu.php:107 ../../include/text.php:2279 +msgid "Menus" msgstr "" -#: ../../include/js_strings.php:14 -msgid "Secret Passphrase" +#: ../../Zotlabs/Module/Menu.php:117 +msgid "Bookmarks allowed" msgstr "" -#: ../../include/js_strings.php:15 -msgid "Passphrase hint" +#: ../../Zotlabs/Module/Menu.php:119 +msgid "Delete this menu" msgstr "" -#: ../../include/js_strings.php:16 -msgid "Notice: Permissions have changed but have not yet been submitted." +#: ../../Zotlabs/Module/Menu.php:120 ../../Zotlabs/Module/Menu.php:154 +msgid "Edit menu contents" msgstr "" -#: ../../include/js_strings.php:17 -msgid "close all" +#: ../../Zotlabs/Module/Menu.php:121 +msgid "Edit this menu" msgstr "" -#: ../../include/js_strings.php:18 -msgid "Nothing new here" +#: ../../Zotlabs/Module/Menu.php:136 +msgid "Menu could not be deleted." msgstr "" -#: ../../include/js_strings.php:19 -msgid "Rate This Channel (this is public)" +#: ../../Zotlabs/Module/Menu.php:144 ../../Zotlabs/Module/Mitem.php:28 +msgid "Menu not found." msgstr "" -#: ../../include/js_strings.php:20 ../../mod/connedit.php:712 -#: ../../mod/rate.php:157 -msgid "Rating" +#: ../../Zotlabs/Module/Menu.php:149 +msgid "Edit Menu" msgstr "" -#: ../../include/js_strings.php:21 -msgid "Describe (optional)" +#: ../../Zotlabs/Module/Menu.php:153 +msgid "Add or remove entries to this menu" msgstr "" -#: ../../include/js_strings.php:23 -msgid "Please enter a link URL" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Menu name" msgstr "" -#: ../../include/js_strings.php:24 -msgid "Unsaved changes. Are you sure you wish to leave this page?" +#: ../../Zotlabs/Module/Menu.php:155 +msgid "Must be unique, only seen by you" msgstr "" -#: ../../include/js_strings.php:25 ../../mod/profiles.php:472 -#: ../../mod/profiles.php:697 ../../mod/pubsites.php:36 -#: ../../mod/events.php:459 ../../mod/locs.php:113 -msgid "Location" +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title" msgstr "" -#: ../../include/js_strings.php:27 -msgid "timeago.prefixAgo" +#: ../../Zotlabs/Module/Menu.php:156 +msgid "Menu title as seen by others" msgstr "" -#: ../../include/js_strings.php:28 -msgid "timeago.prefixFromNow" +#: ../../Zotlabs/Module/Menu.php:157 +msgid "Allow bookmarks" msgstr "" -#: ../../include/js_strings.php:29 -msgid "ago" +#: ../../Zotlabs/Module/Menu.php:166 ../../Zotlabs/Module/Mitem.php:120 +#: ../../Zotlabs/Module/Xchan.php:41 +msgid "Not found." msgstr "" -#: ../../include/js_strings.php:30 -msgid "from now" +#: ../../Zotlabs/Module/Mitem.php:52 +msgid "Unable to create element." msgstr "" -#: ../../include/js_strings.php:31 -msgid "less than a minute" +#: ../../Zotlabs/Module/Mitem.php:76 +msgid "Unable to update menu element." msgstr "" -#: ../../include/js_strings.php:32 -msgid "about a minute" +#: ../../Zotlabs/Module/Mitem.php:92 +msgid "Unable to add menu element." msgstr "" -#: ../../include/js_strings.php:33 -#, php-format -msgid "%d minutes" +#: ../../Zotlabs/Module/Mitem.php:153 ../../Zotlabs/Module/Mitem.php:226 +msgid "Menu Item Permissions" msgstr "" -#: ../../include/js_strings.php:34 -msgid "about an hour" +#: ../../Zotlabs/Module/Mitem.php:154 ../../Zotlabs/Module/Mitem.php:227 +#: ../../Zotlabs/Module/Settings.php:1066 +msgid "(click to open/close)" msgstr "" -#: ../../include/js_strings.php:35 -#, php-format -msgid "about %d hours" +#: ../../Zotlabs/Module/Mitem.php:156 ../../Zotlabs/Module/Mitem.php:172 +msgid "Link Name" msgstr "" -#: ../../include/js_strings.php:36 -msgid "a day" +#: ../../Zotlabs/Module/Mitem.php:157 ../../Zotlabs/Module/Mitem.php:231 +msgid "Link or Submenu Target" msgstr "" -#: ../../include/js_strings.php:37 -#, php-format -msgid "%d days" +#: ../../Zotlabs/Module/Mitem.php:157 +msgid "Enter URL of the link or select a menu name to create a submenu" msgstr "" -#: ../../include/js_strings.php:38 -msgid "about a month" +#: ../../Zotlabs/Module/Mitem.php:158 ../../Zotlabs/Module/Mitem.php:232 +msgid "Use magic-auth if available" msgstr "" -#: ../../include/js_strings.php:39 -#, php-format -msgid "%d months" +#: ../../Zotlabs/Module/Mitem.php:159 ../../Zotlabs/Module/Mitem.php:233 +msgid "Open link in new window" msgstr "" -#: ../../include/js_strings.php:40 -msgid "about a year" +#: ../../Zotlabs/Module/Mitem.php:160 ../../Zotlabs/Module/Mitem.php:234 +msgid "Order in list" msgstr "" -#: ../../include/js_strings.php:41 -#, php-format -msgid "%d years" +#: ../../Zotlabs/Module/Mitem.php:160 ../../Zotlabs/Module/Mitem.php:234 +msgid "Higher numbers will sink to bottom of listing" msgstr "" -#: ../../include/js_strings.php:42 -msgid " " +#: ../../Zotlabs/Module/Mitem.php:161 +msgid "Submit and finish" msgstr "" -#: ../../include/js_strings.php:43 -msgid "timeago.numbers" +#: ../../Zotlabs/Module/Mitem.php:162 +msgid "Submit and continue" msgstr "" -#: ../../include/js_strings.php:45 ../../include/text.php:1210 -msgid "January" +#: ../../Zotlabs/Module/Mitem.php:170 +msgid "Menu:" msgstr "" -#: ../../include/js_strings.php:46 ../../include/text.php:1210 -msgid "February" +#: ../../Zotlabs/Module/Mitem.php:173 +msgid "Link Target" msgstr "" -#: ../../include/js_strings.php:47 ../../include/text.php:1210 -msgid "March" +#: ../../Zotlabs/Module/Mitem.php:176 +msgid "Edit menu" msgstr "" -#: ../../include/js_strings.php:48 ../../include/text.php:1210 -msgid "April" +#: ../../Zotlabs/Module/Mitem.php:179 +msgid "Edit element" msgstr "" -#: ../../include/js_strings.php:49 -msgctxt "long" -msgid "May" +#: ../../Zotlabs/Module/Mitem.php:180 +msgid "Drop element" msgstr "" -#: ../../include/js_strings.php:50 ../../include/text.php:1210 -msgid "June" +#: ../../Zotlabs/Module/Mitem.php:181 +msgid "New element" msgstr "" -#: ../../include/js_strings.php:51 ../../include/text.php:1210 -msgid "July" +#: ../../Zotlabs/Module/Mitem.php:182 +msgid "Edit this menu container" msgstr "" -#: ../../include/js_strings.php:52 ../../include/text.php:1210 -msgid "August" +#: ../../Zotlabs/Module/Mitem.php:183 +msgid "Add menu element" msgstr "" -#: ../../include/js_strings.php:53 ../../include/text.php:1210 -msgid "September" +#: ../../Zotlabs/Module/Mitem.php:184 +msgid "Delete this menu item" msgstr "" -#: ../../include/js_strings.php:54 ../../include/text.php:1210 -msgid "October" +#: ../../Zotlabs/Module/Mitem.php:185 +msgid "Edit this menu item" msgstr "" -#: ../../include/js_strings.php:55 ../../include/text.php:1210 -msgid "November" +#: ../../Zotlabs/Module/Mitem.php:202 +msgid "Menu item not found." msgstr "" -#: ../../include/js_strings.php:56 ../../include/text.php:1210 -msgid "December" +#: ../../Zotlabs/Module/Mitem.php:215 +msgid "Menu item deleted." msgstr "" -#: ../../include/js_strings.php:57 -msgid "Jan" +#: ../../Zotlabs/Module/Mitem.php:217 +msgid "Menu item could not be deleted." msgstr "" -#: ../../include/js_strings.php:58 -msgid "Feb" +#: ../../Zotlabs/Module/Mitem.php:224 +msgid "Edit Menu Element" msgstr "" -#: ../../include/js_strings.php:59 -msgid "Mar" +#: ../../Zotlabs/Module/Mitem.php:230 +msgid "Link text" msgstr "" -#: ../../include/js_strings.php:60 -msgid "Apr" +#: ../../Zotlabs/Module/Mood.php:67 ../../include/conversation.php:260 +#, php-format +msgctxt "mood" +msgid "%1$s is %2$s" msgstr "" -#: ../../include/js_strings.php:61 -msgctxt "short" -msgid "May" +#: ../../Zotlabs/Module/Mood.php:135 ../../include/apps.php:144 +msgid "Mood" msgstr "" -#: ../../include/js_strings.php:62 -msgid "Jun" +#: ../../Zotlabs/Module/Mood.php:136 +msgid "Set your current mood and tell your friends" msgstr "" -#: ../../include/js_strings.php:63 -msgid "Jul" +#: ../../Zotlabs/Module/Network.php:95 +msgid "No such group" msgstr "" -#: ../../include/js_strings.php:64 -msgid "Aug" +#: ../../Zotlabs/Module/Network.php:135 +msgid "No such channel" msgstr "" -#: ../../include/js_strings.php:65 -msgid "Sep" +#: ../../Zotlabs/Module/Network.php:140 +msgid "forum" msgstr "" -#: ../../include/js_strings.php:66 -msgid "Oct" +#: ../../Zotlabs/Module/Network.php:152 +msgid "Search Results For:" msgstr "" -#: ../../include/js_strings.php:67 -msgid "Nov" +#: ../../Zotlabs/Module/Network.php:216 +msgid "Privacy group is empty" msgstr "" -#: ../../include/js_strings.php:68 -msgid "Dec" +#: ../../Zotlabs/Module/Network.php:225 +msgid "Privacy group: " msgstr "" -#: ../../include/js_strings.php:69 ../../include/text.php:1206 -msgid "Sunday" +#: ../../Zotlabs/Module/Network.php:251 +msgid "Invalid connection." msgstr "" -#: ../../include/js_strings.php:70 ../../include/text.php:1206 -msgid "Monday" +#: ../../Zotlabs/Module/New_channel.php:128 +#: ../../Zotlabs/Module/Register.php:231 +msgid "Name or caption" msgstr "" -#: ../../include/js_strings.php:71 ../../include/text.php:1206 -msgid "Tuesday" +#: ../../Zotlabs/Module/New_channel.php:128 +#: ../../Zotlabs/Module/Register.php:231 +msgid "" +"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " +"Group\"" msgstr "" -#: ../../include/js_strings.php:72 ../../include/text.php:1206 -msgid "Wednesday" +#: ../../Zotlabs/Module/New_channel.php:130 +#: ../../Zotlabs/Module/Register.php:233 +msgid "Choose a short nickname" msgstr "" -#: ../../include/js_strings.php:73 ../../include/text.php:1206 -msgid "Thursday" +#: ../../Zotlabs/Module/New_channel.php:130 +#: ../../Zotlabs/Module/Register.php:233 +#, php-format +msgid "" +"Your nickname will be used to create an easy to remember channel address e." +"g. nickname%s" msgstr "" -#: ../../include/js_strings.php:74 ../../include/text.php:1206 -msgid "Friday" +#: ../../Zotlabs/Module/New_channel.php:132 +#: ../../Zotlabs/Module/Register.php:235 +msgid "Channel role and privacy" msgstr "" -#: ../../include/js_strings.php:75 ../../include/text.php:1206 -msgid "Saturday" +#: ../../Zotlabs/Module/New_channel.php:132 +#: ../../Zotlabs/Module/Register.php:235 +msgid "Select a channel role with your privacy requirements." msgstr "" -#: ../../include/js_strings.php:76 -msgid "Sun" +#: ../../Zotlabs/Module/New_channel.php:132 +#: ../../Zotlabs/Module/Register.php:235 +msgid "Read more about roles" msgstr "" -#: ../../include/js_strings.php:77 -msgid "Mon" +#: ../../Zotlabs/Module/New_channel.php:135 +msgid "Create Channel" msgstr "" -#: ../../include/js_strings.php:78 -msgid "Tue" +#: ../../Zotlabs/Module/New_channel.php:136 +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 "" -#: ../../include/js_strings.php:79 -msgid "Wed" +#: ../../Zotlabs/Module/New_channel.php:137 +msgid "" +"or <a href=\"import\">import an existing channel</a> from another location." msgstr "" -#: ../../include/js_strings.php:80 -msgid "Thu" +#: ../../Zotlabs/Module/Notifications.php:30 +msgid "Invalid request identifier." msgstr "" -#: ../../include/js_strings.php:81 -msgid "Fri" +#: ../../Zotlabs/Module/Notifications.php:39 +msgid "Discard" msgstr "" -#: ../../include/js_strings.php:82 -msgid "Sat" +#: ../../Zotlabs/Module/Notifications.php:98 +#: ../../Zotlabs/Module/Notify.php:57 +msgid "No more system notifications." msgstr "" -#: ../../include/js_strings.php:83 -msgctxt "calendar" -msgid "today" +#: ../../Zotlabs/Module/Notifications.php:102 +#: ../../Zotlabs/Module/Notify.php:61 +msgid "System Notifications" msgstr "" -#: ../../include/js_strings.php:84 -msgctxt "calendar" -msgid "month" +#: ../../Zotlabs/Module/Notifications.php:103 ../../include/nav.php:194 +msgid "Mark all system notifications seen" msgstr "" -#: ../../include/js_strings.php:85 -msgctxt "calendar" -msgid "week" +#: ../../Zotlabs/Module/Oexchange.php:27 +msgid "Unable to find your hub." msgstr "" -#: ../../include/js_strings.php:86 -msgctxt "calendar" -msgid "day" +#: ../../Zotlabs/Module/Oexchange.php:41 +msgid "Post successful." msgstr "" -#: ../../include/js_strings.php:87 -msgctxt "calendar" -msgid "All day" +#: ../../Zotlabs/Module/Openid.php:30 +msgid "OpenID protocol error. No ID returned." msgstr "" -#: ../../include/message.php:20 -msgid "No recipient provided." +#: ../../Zotlabs/Module/Openid.php:193 ../../include/auth.php:226 +msgid "Login failed." msgstr "" -#: ../../include/message.php:25 -msgid "[no subject]" +#: ../../Zotlabs/Module/Page.php:133 +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 "" -#: ../../include/message.php:45 -msgid "Unable to determine sender." +#: ../../Zotlabs/Module/Pconfig.php:26 ../../Zotlabs/Module/Pconfig.php:59 +msgid "This setting requires special processing and editing has been blocked." msgstr "" -#: ../../include/message.php:222 -msgid "Stored post could not be verified." +#: ../../Zotlabs/Module/Pconfig.php:48 +msgid "Configuration Editor" msgstr "" -#: ../../include/import.php:23 +#: ../../Zotlabs/Module/Pconfig.php:49 msgid "" -"Cannot create a duplicate channel identifier on this system. Import failed." +"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 "" -#: ../../include/import.php:70 -msgid "Channel clone failed. Import failed." +#: ../../Zotlabs/Module/Pdledit.php:18 +msgid "Layout updated." msgstr "" -#: ../../include/import.php:80 ../../mod/import.php:146 -msgid "Cloned channel not found. Import failed." +#: ../../Zotlabs/Module/Pdledit.php:34 ../../Zotlabs/Module/Pdledit.php:61 +msgid "Edit System Page Description" msgstr "" -#: ../../include/oembed.php:267 -msgid "Embedded content" +#: ../../Zotlabs/Module/Pdledit.php:56 +msgid "Layout not found." msgstr "" -#: ../../include/oembed.php:276 -msgid "Embedding disabled" +#: ../../Zotlabs/Module/Pdledit.php:62 +msgid "Module Name:" msgstr "" -#: ../../include/page_widgets.php:6 -msgid "New Page" +#: ../../Zotlabs/Module/Pdledit.php:63 +msgid "Layout Help" msgstr "" -#: ../../include/page_widgets.php:39 ../../mod/pubsites.php:42 -#: ../../mod/webpages.php:191 ../../mod/blocks.php:161 -#: ../../mod/layouts.php:189 -msgid "View" +#: ../../Zotlabs/Module/Photos.php:83 +msgid "Page owner information could not be retrieved." msgstr "" -#: ../../include/page_widgets.php:41 ../../mod/webpages.php:193 -msgid "Actions" +#: ../../Zotlabs/Module/Photos.php:98 ../../Zotlabs/Module/Photos.php:742 +#: ../../Zotlabs/Module/Profile_photo.php:114 +#: ../../Zotlabs/Module/Profile_photo.php:206 +#: ../../Zotlabs/Module/Profile_photo.php:294 +#: ../../include/photo/photo_driver.php:722 +msgid "Profile Photos" msgstr "" -#: ../../include/page_widgets.php:42 ../../mod/webpages.php:194 -msgid "Page Link" +#: ../../Zotlabs/Module/Photos.php:104 ../../Zotlabs/Module/Photos.php:148 +msgid "Album not found." msgstr "" -#: ../../include/page_widgets.php:43 -msgid "Title" +#: ../../Zotlabs/Module/Photos.php:131 +msgid "Delete Album" msgstr "" -#: ../../include/page_widgets.php:44 ../../mod/webpages.php:196 -#: ../../mod/blocks.php:152 ../../mod/layouts.php:182 ../../mod/menu.php:110 -msgid "Created" +#: ../../Zotlabs/Module/Photos.php:152 +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 "" -#: ../../include/page_widgets.php:45 ../../mod/webpages.php:197 -#: ../../mod/blocks.php:153 ../../mod/layouts.php:183 ../../mod/menu.php:111 -msgid "Edited" +#: ../../Zotlabs/Module/Photos.php:209 ../../Zotlabs/Module/Photos.php:1052 +msgid "Delete Photo" msgstr "" -#: ../../include/permissions.php:26 -msgid "Can view my normal stream and posts" +#: ../../Zotlabs/Module/Photos.php:532 +msgid "No photos selected" msgstr "" -#: ../../include/permissions.php:27 -msgid "Can view my default channel profile" +#: ../../Zotlabs/Module/Photos.php:581 +msgid "Access to this item is restricted." msgstr "" -#: ../../include/permissions.php:28 -msgid "Can view my connections" +#: ../../Zotlabs/Module/Photos.php:620 +#, php-format +msgid "%1$.2f MB of %2$.2f MB photo storage used." msgstr "" -#: ../../include/permissions.php:29 -msgid "Can view my file storage and photos" +#: ../../Zotlabs/Module/Photos.php:623 +#, php-format +msgid "%1$.2f MB photo storage used." msgstr "" -#: ../../include/permissions.php:30 -msgid "Can view my webpages" +#: ../../Zotlabs/Module/Photos.php:659 +msgid "Upload Photos" msgstr "" -#: ../../include/permissions.php:33 -msgid "Can send me their channel stream and posts" +#: ../../Zotlabs/Module/Photos.php:663 +msgid "Enter an album name" msgstr "" -#: ../../include/permissions.php:34 -msgid "Can post on my channel page (\"wall\")" +#: ../../Zotlabs/Module/Photos.php:664 +msgid "or select an existing album (doubleclick)" msgstr "" -#: ../../include/permissions.php:35 -msgid "Can comment on or like my posts" +#: ../../Zotlabs/Module/Photos.php:665 +msgid "Create a status post for this upload" msgstr "" -#: ../../include/permissions.php:36 -msgid "Can send me private mail messages" +#: ../../Zotlabs/Module/Photos.php:666 +msgid "Caption (optional):" msgstr "" -#: ../../include/permissions.php:37 -msgid "Can like/dislike stuff" +#: ../../Zotlabs/Module/Photos.php:667 +msgid "Description (optional):" msgstr "" -#: ../../include/permissions.php:37 -msgid "Profiles and things other than posts/comments" +#: ../../Zotlabs/Module/Photos.php:694 +msgid "Album name could not be decoded" msgstr "" -#: ../../include/permissions.php:39 -msgid "Can forward to all my channel contacts via post @mentions" +#: ../../Zotlabs/Module/Photos.php:742 ../../Zotlabs/Module/Photos.php:1282 +#: ../../Zotlabs/Module/Photos.php:1299 +msgid "Contact Photos" msgstr "" -#: ../../include/permissions.php:39 -msgid "Advanced - useful for creating group forum channels" +#: ../../Zotlabs/Module/Photos.php:765 +msgid "Show Newest First" msgstr "" -#: ../../include/permissions.php:40 -msgid "Can chat with me (when available)" +#: ../../Zotlabs/Module/Photos.php:767 +msgid "Show Oldest First" msgstr "" -#: ../../include/permissions.php:41 -msgid "Can write to my file storage and photos" +#: ../../Zotlabs/Module/Photos.php:791 ../../Zotlabs/Module/Photos.php:1332 +#: ../../include/widgets.php:1451 +msgid "View Photo" msgstr "" -#: ../../include/permissions.php:42 -msgid "Can edit my webpages" +#: ../../Zotlabs/Module/Photos.php:822 ../../include/widgets.php:1468 +msgid "Edit Album" msgstr "" -#: ../../include/permissions.php:44 -msgid "Can source my public posts in derived channels" +#: ../../Zotlabs/Module/Photos.php:869 +msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../include/permissions.php:44 -msgid "Somewhat advanced - very useful in open communities" +#: ../../Zotlabs/Module/Photos.php:871 +msgid "Photo not available" msgstr "" -#: ../../include/permissions.php:46 -msgid "Can administer my channel resources" +#: ../../Zotlabs/Module/Photos.php:929 +msgid "Use as profile photo" msgstr "" -#: ../../include/permissions.php:46 -msgid "Extremely advanced. Leave this alone unless you know what you are doing" +#: ../../Zotlabs/Module/Photos.php:930 +msgid "Use as cover photo" msgstr "" -#: ../../include/permissions.php:877 -msgid "Social Networking" +#: ../../Zotlabs/Module/Photos.php:937 +msgid "Private Photo" msgstr "" -#: ../../include/permissions.php:877 -msgid "Social - Mostly Public" +#: ../../Zotlabs/Module/Photos.php:952 +msgid "View Full Size" msgstr "" -#: ../../include/permissions.php:877 -msgid "Social - Restricted" +#: ../../Zotlabs/Module/Photos.php:997 ../../Zotlabs/Module/Tagrm.php:137 +msgid "Remove" msgstr "" -#: ../../include/permissions.php:877 -msgid "Social - Private" +#: ../../Zotlabs/Module/Photos.php:1031 +msgid "Edit photo" msgstr "" -#: ../../include/permissions.php:878 -msgid "Community Forum" +#: ../../Zotlabs/Module/Photos.php:1033 +msgid "Rotate CW (right)" msgstr "" -#: ../../include/permissions.php:878 -msgid "Forum - Mostly Public" +#: ../../Zotlabs/Module/Photos.php:1034 +msgid "Rotate CCW (left)" msgstr "" -#: ../../include/permissions.php:878 -msgid "Forum - Restricted" +#: ../../Zotlabs/Module/Photos.php:1037 +msgid "Enter a new album name" msgstr "" -#: ../../include/permissions.php:878 -msgid "Forum - Private" +#: ../../Zotlabs/Module/Photos.php:1038 +msgid "or select an existing one (doubleclick)" msgstr "" -#: ../../include/permissions.php:879 -msgid "Feed Republish" +#: ../../Zotlabs/Module/Photos.php:1041 +msgid "Caption" msgstr "" -#: ../../include/permissions.php:879 -msgid "Feed - Mostly Public" +#: ../../Zotlabs/Module/Photos.php:1043 +msgid "Add a Tag" msgstr "" -#: ../../include/permissions.php:879 -msgid "Feed - Restricted" +#: ../../Zotlabs/Module/Photos.php:1047 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" msgstr "" -#: ../../include/permissions.php:880 -msgid "Special Purpose" +#: ../../Zotlabs/Module/Photos.php:1050 +msgid "Flag as adult in album view" msgstr "" -#: ../../include/permissions.php:880 -msgid "Special - Celebrity/Soapbox" +#: ../../Zotlabs/Module/Photos.php:1069 ../../include/ItemObject.php:254 +msgid "I like this (toggle)" msgstr "" -#: ../../include/permissions.php:880 -msgid "Special - Group Repository" +#: ../../Zotlabs/Module/Photos.php:1070 ../../include/ItemObject.php:255 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/permissions.php:881 -msgid "Custom/Expert Mode" +#: ../../Zotlabs/Module/Photos.php:1088 ../../Zotlabs/Module/Photos.php:1206 +#: ../../include/ItemObject.php:700 +msgid "This is you" msgstr "" -#: ../../include/text.php:394 -msgid "prev" +#: ../../Zotlabs/Module/Photos.php:1090 ../../Zotlabs/Module/Photos.php:1208 +#: ../../include/ItemObject.php:702 ../../include/js_strings.php:6 +msgid "Comment" msgstr "" -#: ../../include/text.php:396 -msgid "first" +#: ../../Zotlabs/Module/Photos.php:1106 ../../include/conversation.php:574 +msgctxt "title" +msgid "Likes" msgstr "" -#: ../../include/text.php:425 -msgid "last" +#: ../../Zotlabs/Module/Photos.php:1106 ../../include/conversation.php:574 +msgctxt "title" +msgid "Dislikes" msgstr "" -#: ../../include/text.php:428 -msgid "next" +#: ../../Zotlabs/Module/Photos.php:1107 ../../include/conversation.php:575 +msgctxt "title" +msgid "Agree" msgstr "" -#: ../../include/text.php:438 -msgid "older" +#: ../../Zotlabs/Module/Photos.php:1107 ../../include/conversation.php:575 +msgctxt "title" +msgid "Disagree" msgstr "" -#: ../../include/text.php:440 -msgid "newer" +#: ../../Zotlabs/Module/Photos.php:1107 ../../include/conversation.php:575 +msgctxt "title" +msgid "Abstain" msgstr "" -#: ../../include/text.php:822 -msgid "No connections" +#: ../../Zotlabs/Module/Photos.php:1108 ../../include/conversation.php:576 +msgctxt "title" +msgid "Attending" msgstr "" -#: ../../include/text.php:847 -#, php-format -msgid "View all %s connections" +#: ../../Zotlabs/Module/Photos.php:1108 ../../include/conversation.php:576 +msgctxt "title" +msgid "Not attending" msgstr "" -#: ../../include/text.php:992 ../../include/text.php:997 -msgid "poke" +#: ../../Zotlabs/Module/Photos.php:1108 ../../include/conversation.php:576 +msgctxt "title" +msgid "Might attend" msgstr "" -#: ../../include/text.php:998 -msgid "ping" +#: ../../Zotlabs/Module/Photos.php:1125 ../../Zotlabs/Module/Photos.php:1137 +#: ../../include/ItemObject.php:175 ../../include/ItemObject.php:187 +#: ../../include/conversation.php:1736 +msgid "View all" msgstr "" -#: ../../include/text.php:998 -msgid "pinged" -msgstr "" +#: ../../Zotlabs/Module/Photos.php:1129 ../../include/identity.php:1297 +#: ../../include/ItemObject.php:179 ../../include/conversation.php:1760 +#: ../../include/taxonomy.php:415 +msgctxt "noun" +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:999 -msgid "prod" -msgstr "" +#: ../../Zotlabs/Module/Photos.php:1134 ../../include/ItemObject.php:184 +#: ../../include/conversation.php:1763 +msgctxt "noun" +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" -#: ../../include/text.php:999 -msgid "prodded" +#: ../../Zotlabs/Module/Photos.php:1242 +msgid "In This Photo:" msgstr "" -#: ../../include/text.php:1000 -msgid "slap" +#: ../../Zotlabs/Module/Photos.php:1247 +msgid "Map" msgstr "" -#: ../../include/text.php:1000 -msgid "slapped" +#: ../../Zotlabs/Module/Photos.php:1255 ../../include/ItemObject.php:378 +msgctxt "noun" +msgid "Likes" msgstr "" -#: ../../include/text.php:1001 -msgid "finger" +#: ../../Zotlabs/Module/Photos.php:1256 ../../include/ItemObject.php:379 +msgctxt "noun" +msgid "Dislikes" msgstr "" -#: ../../include/text.php:1001 -msgid "fingered" +#: ../../Zotlabs/Module/Photos.php:1261 ../../include/ItemObject.php:384 +#: ../../include/acl_selectors.php:252 +msgid "Close" msgstr "" -#: ../../include/text.php:1002 -msgid "rebuff" +#: ../../Zotlabs/Module/Photos.php:1338 +msgid "View Album" msgstr "" -#: ../../include/text.php:1002 -msgid "rebuffed" +#: ../../Zotlabs/Module/Photos.php:1349 ../../Zotlabs/Module/Photos.php:1362 +#: ../../Zotlabs/Module/Photos.php:1363 +msgid "Recent Photos" msgstr "" -#: ../../include/text.php:1014 -msgid "happy" +#: ../../Zotlabs/Module/Ping.php:264 +msgid "sent you a private message" msgstr "" -#: ../../include/text.php:1015 -msgid "sad" +#: ../../Zotlabs/Module/Ping.php:312 +msgid "added your channel" msgstr "" -#: ../../include/text.php:1016 -msgid "mellow" +#: ../../Zotlabs/Module/Ping.php:322 ../../include/identity.php:1116 +#: ../../include/identity.php:1192 +msgid "g A l F d" msgstr "" -#: ../../include/text.php:1017 -msgid "tired" +#: ../../Zotlabs/Module/Ping.php:345 ../../include/identity.php:1162 +#: ../../include/identity.php:1232 +msgid "[today]" msgstr "" -#: ../../include/text.php:1018 -msgid "perky" +#: ../../Zotlabs/Module/Ping.php:354 +msgid "posted an event" msgstr "" -#: ../../include/text.php:1019 -msgid "angry" +#: ../../Zotlabs/Module/Poke.php:168 ../../include/apps.php:145 +#: ../../include/conversation.php:965 +msgid "Poke" msgstr "" -#: ../../include/text.php:1020 -msgid "stupefied" +#: ../../Zotlabs/Module/Poke.php:169 +msgid "Poke somebody" msgstr "" -#: ../../include/text.php:1021 -msgid "puzzled" +#: ../../Zotlabs/Module/Poke.php:172 +msgid "Poke/Prod" msgstr "" -#: ../../include/text.php:1022 -msgid "interested" +#: ../../Zotlabs/Module/Poke.php:173 +msgid "Poke, prod or do other things to somebody" msgstr "" -#: ../../include/text.php:1023 -msgid "bitter" +#: ../../Zotlabs/Module/Poke.php:180 +msgid "Recipient" msgstr "" -#: ../../include/text.php:1024 -msgid "cheerful" +#: ../../Zotlabs/Module/Poke.php:181 +msgid "Choose what you wish to do to recipient" msgstr "" -#: ../../include/text.php:1025 -msgid "alive" +#: ../../Zotlabs/Module/Poke.php:184 ../../Zotlabs/Module/Poke.php:185 +msgid "Make this post private" msgstr "" -#: ../../include/text.php:1026 -msgid "annoyed" +#: ../../Zotlabs/Module/Probe.php:28 ../../Zotlabs/Module/Probe.php:34 +#, php-format +msgid "Fetching URL returns error: %1$s" msgstr "" -#: ../../include/text.php:1027 -msgid "anxious" +#: ../../Zotlabs/Module/Profile_photo.php:179 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: ../../include/text.php:1028 -msgid "cranky" +#: ../../Zotlabs/Module/Profile_photo.php:367 +msgid "Upload Profile Photo" msgstr "" -#: ../../include/text.php:1029 -msgid "disturbed" +#: ../../Zotlabs/Module/Profiles.php:23 ../../Zotlabs/Module/Profiles.php:188 +#: ../../Zotlabs/Module/Profiles.php:245 ../../Zotlabs/Module/Profiles.php:624 +msgid "Profile not found." msgstr "" -#: ../../include/text.php:1030 -msgid "frustrated" +#: ../../Zotlabs/Module/Profiles.php:43 +msgid "Profile deleted." msgstr "" -#: ../../include/text.php:1031 -msgid "depressed" +#: ../../Zotlabs/Module/Profiles.php:67 ../../Zotlabs/Module/Profiles.php:103 +msgid "Profile-" msgstr "" -#: ../../include/text.php:1032 -msgid "motivated" +#: ../../Zotlabs/Module/Profiles.php:88 ../../Zotlabs/Module/Profiles.php:131 +msgid "New profile created." msgstr "" -#: ../../include/text.php:1033 -msgid "relaxed" +#: ../../Zotlabs/Module/Profiles.php:109 +msgid "Profile unavailable to clone." msgstr "" -#: ../../include/text.php:1034 -msgid "surprised" +#: ../../Zotlabs/Module/Profiles.php:150 +msgid "Profile unavailable to export." msgstr "" -#: ../../include/text.php:1210 -msgid "May" +#: ../../Zotlabs/Module/Profiles.php:255 +msgid "Profile Name is required." msgstr "" -#: ../../include/text.php:1287 ../../include/text.php:1291 -msgid "Unknown Attachment" +#: ../../Zotlabs/Module/Profiles.php:426 +msgid "Marital Status" msgstr "" -#: ../../include/text.php:1293 -msgid "unknown" +#: ../../Zotlabs/Module/Profiles.php:430 +msgid "Romantic Partner" msgstr "" -#: ../../include/text.php:1329 -msgid "remove category" +#: ../../Zotlabs/Module/Profiles.php:434 ../../Zotlabs/Module/Profiles.php:739 +msgid "Likes" msgstr "" -#: ../../include/text.php:1406 -msgid "remove from file" +#: ../../Zotlabs/Module/Profiles.php:438 ../../Zotlabs/Module/Profiles.php:740 +msgid "Dislikes" msgstr "" -#: ../../include/text.php:1548 ../../include/text.php:1559 -msgid "Click to open/close" +#: ../../Zotlabs/Module/Profiles.php:442 ../../Zotlabs/Module/Profiles.php:747 +msgid "Work/Employment" msgstr "" -#: ../../include/text.php:1743 ../../mod/cal.php:307 ../../mod/events.php:630 -msgid "Link to Source" +#: ../../Zotlabs/Module/Profiles.php:445 +msgid "Religion" msgstr "" -#: ../../include/text.php:1764 ../../include/text.php:1836 -msgid "default" +#: ../../Zotlabs/Module/Profiles.php:449 +msgid "Political Views" msgstr "" -#: ../../include/text.php:1772 -msgid "Page layout" +#: ../../Zotlabs/Module/Profiles.php:457 +msgid "Sexual Preference" msgstr "" -#: ../../include/text.php:1772 -msgid "You can create your own with the layouts tool" +#: ../../Zotlabs/Module/Profiles.php:461 +msgid "Homepage" msgstr "" -#: ../../include/text.php:1814 -msgid "Page content type" +#: ../../Zotlabs/Module/Profiles.php:465 +msgid "Interests" msgstr "" -#: ../../include/text.php:1848 -msgid "Select an alternate language" +#: ../../Zotlabs/Module/Profiles.php:559 +msgid "Profile updated." msgstr "" -#: ../../include/text.php:1980 -msgid "activity" +#: ../../Zotlabs/Module/Profiles.php:648 +msgid "Hide your connections list from viewers of this profile" msgstr "" -#: ../../include/text.php:2275 -msgid "Design Tools" +#: ../../Zotlabs/Module/Profiles.php:690 +msgid "Edit Profile Details" msgstr "" -#: ../../include/text.php:2278 ../../mod/blocks.php:149 -msgid "Blocks" +#: ../../Zotlabs/Module/Profiles.php:692 +msgid "View this profile" msgstr "" -#: ../../include/text.php:2279 ../../mod/menu.php:103 -msgid "Menus" +#: ../../Zotlabs/Module/Profiles.php:693 ../../Zotlabs/Module/Profiles.php:774 +#: ../../include/identity.php:952 +msgid "Edit visibility" msgstr "" -#: ../../include/text.php:2280 ../../mod/layouts.php:175 -msgid "Layouts" +#: ../../Zotlabs/Module/Profiles.php:694 +msgid "Change cover photo" msgstr "" -#: ../../include/text.php:2281 -msgid "Pages" +#: ../../Zotlabs/Module/Profiles.php:695 ../../include/identity.php:923 +msgid "Change profile photo" msgstr "" -#: ../../include/api.php:1336 -msgid "Public Timeline" +#: ../../Zotlabs/Module/Profiles.php:696 +msgid "Create a new profile using these settings" msgstr "" -#: ../../mod/lockview.php:57 -msgid "Remote privacy information not available." +#: ../../Zotlabs/Module/Profiles.php:697 +msgid "Clone this profile" msgstr "" -#: ../../mod/lockview.php:78 -msgid "Visible to:" +#: ../../Zotlabs/Module/Profiles.php:698 +msgid "Delete this profile" msgstr "" -#: ../../mod/achievements.php:34 -msgid "Some blurb about what to do when you're new here" +#: ../../Zotlabs/Module/Profiles.php:699 +msgid "Add profile things" msgstr "" -#: ../../mod/acl.php:221 -msgid "network" +#: ../../Zotlabs/Module/Profiles.php:700 ../../include/conversation.php:1544 +#: ../../include/widgets.php:105 +msgid "Personal" msgstr "" -#: ../../mod/acl.php:231 -msgid "RSS" +#: ../../Zotlabs/Module/Profiles.php:702 +msgid "Relation" msgstr "" -#: ../../mod/oexchange.php:23 -msgid "Unable to find your hub." +#: ../../Zotlabs/Module/Profiles.php:703 ../../include/datetime.php:48 +msgid "Miscellaneous" msgstr "" -#: ../../mod/oexchange.php:37 -msgid "Post successful." +#: ../../Zotlabs/Module/Profiles.php:705 +msgid "Import profile from file" msgstr "" -#: ../../mod/admin.php:54 -msgid "Theme settings updated." +#: ../../Zotlabs/Module/Profiles.php:706 +msgid "Export profile to file" msgstr "" -#: ../../mod/admin.php:174 -msgid "# Accounts" +#: ../../Zotlabs/Module/Profiles.php:707 +msgid "Your gender" msgstr "" -#: ../../mod/admin.php:175 -msgid "# blocked accounts" +#: ../../Zotlabs/Module/Profiles.php:708 +msgid "Marital status" msgstr "" -#: ../../mod/admin.php:176 -msgid "# expired accounts" +#: ../../Zotlabs/Module/Profiles.php:709 +msgid "Sexual preference" msgstr "" -#: ../../mod/admin.php:177 -msgid "# expiring accounts" +#: ../../Zotlabs/Module/Profiles.php:712 +msgid "Profile name" msgstr "" -#: ../../mod/admin.php:188 -msgid "# Channels" +#: ../../Zotlabs/Module/Profiles.php:714 +msgid "This is your default profile." msgstr "" -#: ../../mod/admin.php:189 -msgid "# primary" +#: ../../Zotlabs/Module/Profiles.php:716 +msgid "Your full name" msgstr "" -#: ../../mod/admin.php:190 -msgid "# clones" +#: ../../Zotlabs/Module/Profiles.php:717 +msgid "Title/Description" msgstr "" -#: ../../mod/admin.php:196 -msgid "Message queues" +#: ../../Zotlabs/Module/Profiles.php:720 +msgid "Street address" msgstr "" -#: ../../mod/admin.php:212 ../../mod/admin.php:455 ../../mod/admin.php:669 -#: ../../mod/admin.php:709 ../../mod/admin.php:984 ../../mod/admin.php:1148 -#: ../../mod/admin.php:1263 ../../mod/admin.php:1324 ../../mod/admin.php:1485 -#: ../../mod/admin.php:1519 ../../mod/admin.php:1604 -msgid "Administration" +#: ../../Zotlabs/Module/Profiles.php:721 +msgid "Locality/City" msgstr "" -#: ../../mod/admin.php:213 -msgid "Summary" +#: ../../Zotlabs/Module/Profiles.php:722 +msgid "Region/State" msgstr "" -#: ../../mod/admin.php:216 -msgid "Registered accounts" +#: ../../Zotlabs/Module/Profiles.php:723 +msgid "Postal/Zip code" msgstr "" -#: ../../mod/admin.php:217 ../../mod/admin.php:673 -msgid "Pending registrations" +#: ../../Zotlabs/Module/Profiles.php:724 +msgid "Country" msgstr "" -#: ../../mod/admin.php:218 -msgid "Registered channels" +#: ../../Zotlabs/Module/Profiles.php:729 +msgid "Who (if applicable)" msgstr "" -#: ../../mod/admin.php:219 ../../mod/admin.php:674 -msgid "Active plugins" +#: ../../Zotlabs/Module/Profiles.php:729 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "" -#: ../../mod/admin.php:220 -msgid "Version" +#: ../../Zotlabs/Module/Profiles.php:730 +msgid "Since (date)" msgstr "" -#: ../../mod/admin.php:339 -msgid "Site settings updated." +#: ../../Zotlabs/Module/Profiles.php:733 +msgid "Tell us about yourself" msgstr "" -#: ../../mod/admin.php:376 ../../mod/settings.php:805 -msgid "mobile" +#: ../../Zotlabs/Module/Profiles.php:735 +msgid "Hometown" msgstr "" -#: ../../mod/admin.php:378 -msgid "experimental" +#: ../../Zotlabs/Module/Profiles.php:736 +msgid "Political views" msgstr "" -#: ../../mod/admin.php:380 -msgid "unsupported" +#: ../../Zotlabs/Module/Profiles.php:737 +msgid "Religious views" msgstr "" -#: ../../mod/admin.php:426 -msgid "Yes - with approval" +#: ../../Zotlabs/Module/Profiles.php:738 +msgid "Keywords used in directory listings" msgstr "" -#: ../../mod/admin.php:432 -msgid "My site is not a public server" +#: ../../Zotlabs/Module/Profiles.php:738 +msgid "Example: fishing photography software" msgstr "" -#: ../../mod/admin.php:433 -msgid "My site has paid access only" +#: ../../Zotlabs/Module/Profiles.php:741 +msgid "Musical interests" msgstr "" -#: ../../mod/admin.php:434 -msgid "My site has free access only" +#: ../../Zotlabs/Module/Profiles.php:742 +msgid "Books, literature" msgstr "" -#: ../../mod/admin.php:435 -msgid "My site offers free accounts with optional paid upgrades" +#: ../../Zotlabs/Module/Profiles.php:743 +msgid "Television" msgstr "" -#: ../../mod/admin.php:458 ../../mod/register.php:241 -msgid "Registration" +#: ../../Zotlabs/Module/Profiles.php:744 +msgid "Film/Dance/Culture/Entertainment" msgstr "" -#: ../../mod/admin.php:459 -msgid "File upload" +#: ../../Zotlabs/Module/Profiles.php:745 +msgid "Hobbies/Interests" msgstr "" -#: ../../mod/admin.php:460 -msgid "Policies" +#: ../../Zotlabs/Module/Profiles.php:746 +msgid "Love/Romance" msgstr "" -#: ../../mod/admin.php:465 -msgid "Site name" +#: ../../Zotlabs/Module/Profiles.php:748 +msgid "School/Education" msgstr "" -#: ../../mod/admin.php:466 -msgid "Banner/Logo" +#: ../../Zotlabs/Module/Profiles.php:749 +msgid "Contact information and social networks" msgstr "" -#: ../../mod/admin.php:467 -msgid "Administrator Information" +#: ../../Zotlabs/Module/Profiles.php:750 +msgid "My other channels" msgstr "" -#: ../../mod/admin.php:467 -msgid "" -"Contact information for site administrators. Displayed on siteinfo page. " -"BBCode can be used here" +#: ../../Zotlabs/Module/Profiles.php:770 ../../include/identity.php:948 +msgid "Profile Image" msgstr "" -#: ../../mod/admin.php:468 -msgid "System language" +#: ../../Zotlabs/Module/Profiles.php:780 ../../include/identity.php:930 +#: ../../include/nav.php:88 +msgid "Edit Profiles" msgstr "" -#: ../../mod/admin.php:469 -msgid "System theme" +#: ../../Zotlabs/Module/Profperm.php:34 ../../Zotlabs/Module/Profperm.php:63 +msgid "Invalid profile identifier." msgstr "" -#: ../../mod/admin.php:469 -msgid "" -"Default system theme - may be over-ridden by user profiles - <a href='#' " -"id='cnftheme'>change theme settings</a>" +#: ../../Zotlabs/Module/Profperm.php:115 +msgid "Profile Visibility Editor" msgstr "" -#: ../../mod/admin.php:470 -msgid "Mobile system theme" +#: ../../Zotlabs/Module/Profperm.php:117 ../../include/identity.php:1388 +#: ../../include/apps.php:138 +msgid "Profile" msgstr "" -#: ../../mod/admin.php:470 -msgid "Theme for mobile devices" +#: ../../Zotlabs/Module/Profperm.php:119 +msgid "Click on a contact to add or remove." msgstr "" -#: ../../mod/admin.php:472 -msgid "Allow Feeds as Connections" +#: ../../Zotlabs/Module/Profperm.php:128 +msgid "Visible To" msgstr "" -#: ../../mod/admin.php:472 -msgid "(Heavy system resource usage)" +#: ../../Zotlabs/Module/Pubsites.php:22 ../../include/widgets.php:1222 +msgid "Public Hubs" msgstr "" -#: ../../mod/admin.php:473 -msgid "Maximum image size" +#: ../../Zotlabs/Module/Pubsites.php:25 +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 <strong>may</strong> provide " +"additional details." msgstr "" -#: ../../mod/admin.php:473 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." +#: ../../Zotlabs/Module/Pubsites.php:31 +msgid "Hub URL" msgstr "" -#: ../../mod/admin.php:474 -msgid "Does this site allow new member registration?" +#: ../../Zotlabs/Module/Pubsites.php:31 +msgid "Access Type" msgstr "" -#: ../../mod/admin.php:475 -msgid "Invitation only" +#: ../../Zotlabs/Module/Pubsites.php:31 +msgid "Registration Policy" msgstr "" -#: ../../mod/admin.php:475 -msgid "" -"Only allow new member registrations with an invitation code. Above register " -"policy must be set to Yes." +#: ../../Zotlabs/Module/Pubsites.php:31 ../../Zotlabs/Module/Ratings.php:103 +#: ../../include/conversation.php:964 +msgid "Ratings" msgstr "" -#: ../../mod/admin.php:476 -msgid "Which best describes the types of account offered by this hub?" +#: ../../Zotlabs/Module/Pubsites.php:37 +msgid "Rate" msgstr "" -#: ../../mod/admin.php:477 -msgid "Register text" +#: ../../Zotlabs/Module/Rate.php:162 +msgid "Website:" msgstr "" -#: ../../mod/admin.php:477 -msgid "Will be displayed prominently on the registration page." +#: ../../Zotlabs/Module/Rate.php:165 +#, php-format +msgid "Remote Channel [%s] (not yet known on this site)" msgstr "" -#: ../../mod/admin.php:478 -msgid "Site homepage to show visitors (default: login box)" +#: ../../Zotlabs/Module/Rate.php:166 +msgid "Rating (this information is public)" msgstr "" -#: ../../mod/admin.php:478 -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/Rate.php:167 +msgid "Optionally explain your rating (this information is public)" msgstr "" -#: ../../mod/admin.php:479 -msgid "Preserve site homepage URL" +#: ../../Zotlabs/Module/Ratings.php:73 +msgid "No ratings" msgstr "" -#: ../../mod/admin.php:479 -msgid "" -"Present the site homepage in a frame at the original location instead of " -"redirecting" +#: ../../Zotlabs/Module/Ratings.php:104 +msgid "Rating: " msgstr "" -#: ../../mod/admin.php:480 -msgid "Accounts abandoned after x days" +#: ../../Zotlabs/Module/Ratings.php:105 +msgid "Website: " msgstr "" -#: ../../mod/admin.php:480 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." +#: ../../Zotlabs/Module/Ratings.php:107 +msgid "Description: " msgstr "" -#: ../../mod/admin.php:481 -msgid "Allowed friend domains" +#: ../../Zotlabs/Module/Rbmark.php:94 +msgid "Select a bookmark folder" msgstr "" -#: ../../mod/admin.php:481 -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/Rbmark.php:99 +msgid "Save Bookmark" msgstr "" -#: ../../mod/admin.php:482 -msgid "Allowed email domains" +#: ../../Zotlabs/Module/Rbmark.php:100 +msgid "URL of bookmark" msgstr "" -#: ../../mod/admin.php:482 -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/Rbmark.php:105 +msgid "Or enter new bookmark folder name" msgstr "" -#: ../../mod/admin.php:483 -msgid "Not allowed email domains" +#: ../../Zotlabs/Module/Register.php:49 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." msgstr "" -#: ../../mod/admin.php:483 +#: ../../Zotlabs/Module/Register.php:55 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." +"Please indicate acceptance of the Terms of Service. Registration failed." msgstr "" -#: ../../mod/admin.php:484 -msgid "Verify Email Addresses" +#: ../../Zotlabs/Module/Register.php:89 +msgid "Passwords do not match." msgstr "" -#: ../../mod/admin.php:484 +#: ../../Zotlabs/Module/Register.php:131 msgid "" -"Check to verify email addresses used in account registration (recommended)." +"Registration successful. Please check your email for validation instructions." msgstr "" -#: ../../mod/admin.php:485 -msgid "Force publish" +#: ../../Zotlabs/Module/Register.php:137 +msgid "Your registration is pending approval by the site owner." msgstr "" -#: ../../mod/admin.php:485 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." +#: ../../Zotlabs/Module/Register.php:140 +msgid "Your registration can not be processed." msgstr "" -#: ../../mod/admin.php:486 -msgid "Import Public Streams" +#: ../../Zotlabs/Module/Register.php:184 +msgid "Registration on this hub is disabled." msgstr "" -#: ../../mod/admin.php:486 -msgid "" -"Import and allow access to public content pulled from other sites. Warning: " -"this content is unmoderated." +#: ../../Zotlabs/Module/Register.php:193 +msgid "Registration on this hub is by approval only." msgstr "" -#: ../../mod/admin.php:487 -msgid "login on Homepage" +#: ../../Zotlabs/Module/Register.php:194 +msgid "<a href=\"pubsites\">Register at another affiliated hub.</a>" msgstr "" -#: ../../mod/admin.php:487 +#: ../../Zotlabs/Module/Register.php:204 msgid "" -"Present a login box to visitors on the home page if no other content has " -"been configured." +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." msgstr "" -#: ../../mod/admin.php:489 -msgid "Directory Server URL" +#: ../../Zotlabs/Module/Register.php:215 +msgid "Terms of Service" msgstr "" -#: ../../mod/admin.php:489 -msgid "Default directory server" +#: ../../Zotlabs/Module/Register.php:221 +#, php-format +msgid "I accept the %s for this website" msgstr "" -#: ../../mod/admin.php:491 -msgid "Proxy user" +#: ../../Zotlabs/Module/Register.php:223 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" msgstr "" -#: ../../mod/admin.php:492 -msgid "Proxy URL" +#: ../../Zotlabs/Module/Register.php:227 +msgid "Your email address" msgstr "" -#: ../../mod/admin.php:493 -msgid "Network timeout" +#: ../../Zotlabs/Module/Register.php:228 +msgid "Choose a password" msgstr "" -#: ../../mod/admin.php:493 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +#: ../../Zotlabs/Module/Register.php:229 +msgid "Please re-enter your password" msgstr "" -#: ../../mod/admin.php:494 -msgid "Delivery interval" +#: ../../Zotlabs/Module/Register.php:230 +msgid "Please enter your invitation code" msgstr "" -#: ../../mod/admin.php:494 -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/Register.php:236 +msgid "no" msgstr "" -#: ../../mod/admin.php:495 -msgid "Deliveries per process" +#: ../../Zotlabs/Module/Register.php:236 +msgid "yes" msgstr "" -#: ../../mod/admin.php:495 -msgid "" -"Number of deliveries to attempt in a single operating system process. Adjust " -"if necessary to tune system performance. Recommend: 1-5." +#: ../../Zotlabs/Module/Register.php:250 +msgid "Membership on this site is by invitation only." msgstr "" -#: ../../mod/admin.php:496 -msgid "Poll interval" +#: ../../Zotlabs/Module/Register.php:262 ../../include/nav.php:148 +#: ../../boot.php:1584 +msgid "Register" msgstr "" -#: ../../mod/admin.php:496 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." +#: ../../Zotlabs/Module/Register.php:262 +msgid "Proceed to create your first channel" msgstr "" -#: ../../mod/admin.php:497 -msgid "Maximum Load Average" +#: ../../Zotlabs/Module/Regmod.php:15 +msgid "Please login." msgstr "" -#: ../../mod/admin.php:497 +#: ../../Zotlabs/Module/Removeaccount.php:34 msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:498 -msgid "Expiration period in days for imported (grid/network) content" +"Account removals are not allowed within 48 hours of changing the account " +"password." msgstr "" -#: ../../mod/admin.php:498 -msgid "0 for no expiration of imported content" +#: ../../Zotlabs/Module/Removeaccount.php:61 +msgid "Remove This Account" msgstr "" -#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:729 -msgid "Off" +#: ../../Zotlabs/Module/Removeaccount.php:62 +#: ../../Zotlabs/Module/Removeme.php:62 +msgid "WARNING: " msgstr "" -#: ../../mod/admin.php:635 ../../mod/admin.php:636 ../../mod/settings.php:729 -msgid "On" +#: ../../Zotlabs/Module/Removeaccount.php:62 +msgid "" +"This account and all its channels will be completely removed from the " +"network. " msgstr "" -#: ../../mod/admin.php:636 -#, php-format -msgid "Lock feature %s" +#: ../../Zotlabs/Module/Removeaccount.php:62 +#: ../../Zotlabs/Module/Removeme.php:62 +msgid "This action is permanent and can not be undone!" msgstr "" -#: ../../mod/admin.php:644 -msgid "Manage Additional Features" +#: ../../Zotlabs/Module/Removeaccount.php:63 +#: ../../Zotlabs/Module/Removeme.php:63 +msgid "Please enter your password for verification:" msgstr "" -#: ../../mod/admin.php:661 -msgid "No server found" +#: ../../Zotlabs/Module/Removeaccount.php:64 +msgid "" +"Remove this account, all its channels and all its channel clones from the " +"network" msgstr "" -#: ../../mod/admin.php:668 ../../mod/admin.php:998 -msgid "ID" +#: ../../Zotlabs/Module/Removeaccount.php:64 +msgid "" +"By default only the instances of the channels located on this hub will be " +"removed from the network" msgstr "" -#: ../../mod/admin.php:668 -msgid "for channel" +#: ../../Zotlabs/Module/Removeaccount.php:65 +#: ../../Zotlabs/Module/Settings.php:703 +msgid "Remove Account" msgstr "" -#: ../../mod/admin.php:668 -msgid "on server" +#: ../../Zotlabs/Module/Removeme.php:33 +msgid "" +"Channel removals are not allowed within 48 hours of changing the account " +"password." msgstr "" -#: ../../mod/admin.php:668 ../../mod/connections.php:266 -msgid "Status" +#: ../../Zotlabs/Module/Removeme.php:61 +msgid "Remove This Channel" msgstr "" -#: ../../mod/admin.php:670 -msgid "Server" +#: ../../Zotlabs/Module/Removeme.php:62 +msgid "This channel will be completely removed from the network. " msgstr "" -#: ../../mod/admin.php:712 -msgid "Block public" +#: ../../Zotlabs/Module/Removeme.php:64 +msgid "Remove this channel and all its clones from the network" msgstr "" -#: ../../mod/admin.php:712 +#: ../../Zotlabs/Module/Removeme.php:64 msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently authenticated." +"By default only the instance of the channel located on this hub will be " +"removed from the network" msgstr "" -#: ../../mod/admin.php:713 -msgid "Allow communications only from these sites" +#: ../../Zotlabs/Module/Removeme.php:65 ../../Zotlabs/Module/Settings.php:1122 +msgid "Remove Channel" msgstr "" -#: ../../mod/admin.php:713 +#: ../../Zotlabs/Module/Rmagic.php:44 msgid "" -"One site per line. Leave empty to allow communication from anywhere by " -"default" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." msgstr "" -#: ../../mod/admin.php:714 -msgid "Block communications from these sites" +#: ../../Zotlabs/Module/Rmagic.php:44 +msgid "The error message was:" msgstr "" -#: ../../mod/admin.php:715 -msgid "Allow communications only from these channels" +#: ../../Zotlabs/Module/Rmagic.php:48 +msgid "Authentication failed." msgstr "" -#: ../../mod/admin.php:715 -msgid "" -"One channel (hash) per line. Leave empty to allow from any channel by default" +#: ../../Zotlabs/Module/Rmagic.php:88 +msgid "Remote Authentication" msgstr "" -#: ../../mod/admin.php:716 -msgid "Block communications from these channels" +#: ../../Zotlabs/Module/Rmagic.php:89 +msgid "Enter your channel address (e.g. channel@example.com)" msgstr "" -#: ../../mod/admin.php:717 -msgid "Allow embedded HTML content only from these domains" +#: ../../Zotlabs/Module/Rmagic.php:90 +msgid "Authenticate" msgstr "" -#: ../../mod/admin.php:717 -msgid "One site per line. Leave empty to allow from any site by default" +#: ../../Zotlabs/Module/Search.php:216 +#, php-format +msgid "Items tagged with: %s" msgstr "" -#: ../../mod/admin.php:718 -msgid "Block embedded HTML from these domains" +#: ../../Zotlabs/Module/Search.php:218 +#, php-format +msgid "Search results for: %s" msgstr "" -#: ../../mod/admin.php:720 -msgid "Cooperative embed security" +#: ../../Zotlabs/Module/Service_limits.php:23 +msgid "No service class restrictions found." msgstr "" -#: ../../mod/admin.php:720 -msgid "Enable to share embed security with other compatible sites/hubs" +#: ../../Zotlabs/Module/Settings.php:67 +msgid "Name is required" msgstr "" -#: ../../mod/admin.php:735 -msgid "Update has been marked successful" +#: ../../Zotlabs/Module/Settings.php:71 +msgid "Key and Secret are required" msgstr "" -#: ../../mod/admin.php:745 -#, php-format -msgid "Executing %s failed. Check system logs." +#: ../../Zotlabs/Module/Settings.php:75 ../../Zotlabs/Module/Settings.php:614 +#: ../../include/apps.php:252 +msgid "Update" msgstr "" -#: ../../mod/admin.php:748 -#, php-format -msgid "Update %s was successfully applied." +#: ../../Zotlabs/Module/Settings.php:223 +msgid "Not valid email." msgstr "" -#: ../../mod/admin.php:752 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: ../../Zotlabs/Module/Settings.php:226 +msgid "Protected email address. Cannot change to that email." msgstr "" -#: ../../mod/admin.php:755 -#, php-format -msgid "Update function %s could not be found." +#: ../../Zotlabs/Module/Settings.php:235 +msgid "System failure storing new email. Please try again." msgstr "" -#: ../../mod/admin.php:771 -msgid "No failed updates." +#: ../../Zotlabs/Module/Settings.php:252 +msgid "Password verification failed." msgstr "" -#: ../../mod/admin.php:775 -msgid "Failed Updates" +#: ../../Zotlabs/Module/Settings.php:259 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/admin.php:777 -msgid "Mark success (if update was manually applied)" +#: ../../Zotlabs/Module/Settings.php:263 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/admin.php:778 -msgid "Attempt to execute this update step automatically" +#: ../../Zotlabs/Module/Settings.php:277 +msgid "Password changed." msgstr "" -#: ../../mod/admin.php:809 -msgid "Queue Statistics" +#: ../../Zotlabs/Module/Settings.php:279 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/admin.php:810 -msgid "Total Entries" +#: ../../Zotlabs/Module/Settings.php:523 +msgid "Settings updated." msgstr "" -#: ../../mod/admin.php:811 -msgid "Priority" +#: ../../Zotlabs/Module/Settings.php:587 ../../Zotlabs/Module/Settings.php:613 +#: ../../Zotlabs/Module/Settings.php:649 +msgid "Add application" msgstr "" -#: ../../mod/admin.php:812 -msgid "Destination URL" +#: ../../Zotlabs/Module/Settings.php:590 +msgid "Name of application" msgstr "" -#: ../../mod/admin.php:813 -msgid "Mark hub permanently offline" +#: ../../Zotlabs/Module/Settings.php:591 ../../Zotlabs/Module/Settings.php:617 +msgid "Consumer Key" msgstr "" -#: ../../mod/admin.php:814 -msgid "Empty queue for this hub" +#: ../../Zotlabs/Module/Settings.php:591 ../../Zotlabs/Module/Settings.php:592 +msgid "Automatically generated - change if desired. Max length 20" msgstr "" -#: ../../mod/admin.php:815 -msgid "Last known contact" +#: ../../Zotlabs/Module/Settings.php:592 ../../Zotlabs/Module/Settings.php:618 +msgid "Consumer Secret" msgstr "" -#: ../../mod/admin.php:851 -#, php-format -msgid "%s account blocked/unblocked" -msgid_plural "%s account blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:859 -#, php-format -msgid "%s account deleted" -msgid_plural "%s accounts deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:895 -msgid "Account not found" +#: ../../Zotlabs/Module/Settings.php:593 ../../Zotlabs/Module/Settings.php:619 +msgid "Redirect" msgstr "" -#: ../../mod/admin.php:907 -#, php-format -msgid "Account '%s' deleted" +#: ../../Zotlabs/Module/Settings.php:593 +msgid "" +"Redirect URI - leave blank unless your application specifically requires this" msgstr "" -#: ../../mod/admin.php:915 -#, php-format -msgid "Account '%s' blocked" +#: ../../Zotlabs/Module/Settings.php:594 ../../Zotlabs/Module/Settings.php:620 +msgid "Icon url" msgstr "" -#: ../../mod/admin.php:923 -#, php-format -msgid "Account '%s' unblocked" +#: ../../Zotlabs/Module/Settings.php:594 +msgid "Optional" msgstr "" -#: ../../mod/admin.php:985 ../../mod/admin.php:997 -msgid "Users" +#: ../../Zotlabs/Module/Settings.php:605 +msgid "Application not found." msgstr "" -#: ../../mod/admin.php:987 ../../mod/admin.php:1151 -msgid "select all" +#: ../../Zotlabs/Module/Settings.php:648 +msgid "Connected Apps" msgstr "" -#: ../../mod/admin.php:988 -msgid "User registrations waiting for confirm" +#: ../../Zotlabs/Module/Settings.php:652 +msgid "Client key starts with" msgstr "" -#: ../../mod/admin.php:989 -msgid "Request date" +#: ../../Zotlabs/Module/Settings.php:653 +msgid "No name" msgstr "" -#: ../../mod/admin.php:990 -msgid "No registrations." +#: ../../Zotlabs/Module/Settings.php:654 +msgid "Remove authorization" msgstr "" -#: ../../mod/admin.php:991 ../../mod/connections.php:271 -msgid "Approve" +#: ../../Zotlabs/Module/Settings.php:667 +msgid "No feature settings configured" msgstr "" -#: ../../mod/admin.php:992 -msgid "Deny" +#: ../../Zotlabs/Module/Settings.php:674 +msgid "Feature/Addon Settings" msgstr "" -#: ../../mod/admin.php:994 ../../mod/connedit.php:537 -msgid "Block" +#: ../../Zotlabs/Module/Settings.php:697 +msgid "Account Settings" msgstr "" -#: ../../mod/admin.php:995 ../../mod/connedit.php:537 -msgid "Unblock" +#: ../../Zotlabs/Module/Settings.php:698 +msgid "Current Password" msgstr "" -#: ../../mod/admin.php:998 -msgid "Register date" +#: ../../Zotlabs/Module/Settings.php:699 +msgid "Enter New Password" msgstr "" -#: ../../mod/admin.php:998 -msgid "Last login" +#: ../../Zotlabs/Module/Settings.php:700 +msgid "Confirm New Password" msgstr "" -#: ../../mod/admin.php:998 -msgid "Expires" +#: ../../Zotlabs/Module/Settings.php:700 +msgid "Leave password fields blank unless changing" msgstr "" -#: ../../mod/admin.php:998 -msgid "Service Class" +#: ../../Zotlabs/Module/Settings.php:702 +#: ../../Zotlabs/Module/Settings.php:1039 +msgid "Email Address:" msgstr "" -#: ../../mod/admin.php:1000 -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/Settings.php:704 +msgid "Remove this account including all its channels" msgstr "" -#: ../../mod/admin.php:1001 -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/Settings.php:727 +msgid "Additional Features" msgstr "" -#: ../../mod/admin.php:1037 -#, php-format -msgid "%s channel censored/uncensored" -msgid_plural "%s channels censored/uncensored" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:1046 -#, php-format -msgid "%s channel code allowed/disallowed" -msgid_plural "%s channels code allowed/disallowed" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:1053 -#, php-format -msgid "%s channel deleted" -msgid_plural "%s channels deleted" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/admin.php:1073 -msgid "Channel not found" +#: ../../Zotlabs/Module/Settings.php:751 +msgid "Connector Settings" msgstr "" -#: ../../mod/admin.php:1084 -#, php-format -msgid "Channel '%s' deleted" +#: ../../Zotlabs/Module/Settings.php:790 +msgid "No special theme for mobile devices" msgstr "" -#: ../../mod/admin.php:1096 +#: ../../Zotlabs/Module/Settings.php:793 #, php-format -msgid "Channel '%s' censored" +msgid "%s - (Experimental)" msgstr "" -#: ../../mod/admin.php:1096 -#, php-format -msgid "Channel '%s' uncensored" +#: ../../Zotlabs/Module/Settings.php:835 +msgid "Display Settings" msgstr "" -#: ../../mod/admin.php:1107 -#, php-format -msgid "Channel '%s' code allowed" +#: ../../Zotlabs/Module/Settings.php:836 +msgid "Theme Settings" msgstr "" -#: ../../mod/admin.php:1107 -#, php-format -msgid "Channel '%s' code disallowed" +#: ../../Zotlabs/Module/Settings.php:837 +msgid "Custom Theme Settings" msgstr "" -#: ../../mod/admin.php:1153 -msgid "Censor" +#: ../../Zotlabs/Module/Settings.php:838 +msgid "Content Settings" msgstr "" -#: ../../mod/admin.php:1154 -msgid "Uncensor" +#: ../../Zotlabs/Module/Settings.php:844 +msgid "Display Theme:" msgstr "" -#: ../../mod/admin.php:1155 -msgid "Allow Code" +#: ../../Zotlabs/Module/Settings.php:845 +msgid "Mobile Theme:" msgstr "" -#: ../../mod/admin.php:1156 -msgid "Disallow Code" +#: ../../Zotlabs/Module/Settings.php:846 +msgid "Preload images before rendering the page" msgstr "" -#: ../../mod/admin.php:1158 -msgid "UID" +#: ../../Zotlabs/Module/Settings.php:846 +msgid "" +"The subjective page load time will be longer but the page will be ready when " +"displayed" msgstr "" -#: ../../mod/admin.php:1158 ../../mod/profiles.php:465 ../../mod/locs.php:114 -msgid "Address" +#: ../../Zotlabs/Module/Settings.php:847 +msgid "Enable user zoom on mobile devices" msgstr "" -#: ../../mod/admin.php:1160 -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/Settings.php:848 +msgid "Update browser every xx seconds" msgstr "" -#: ../../mod/admin.php:1161 -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?" +#: ../../Zotlabs/Module/Settings.php:848 +msgid "Minimum of 10 seconds, no maximum" msgstr "" -#: ../../mod/admin.php:1218 -#, php-format -msgid "Plugin %s disabled." +#: ../../Zotlabs/Module/Settings.php:849 +msgid "Maximum number of conversations to load at any time:" msgstr "" -#: ../../mod/admin.php:1222 -#, php-format -msgid "Plugin %s enabled." +#: ../../Zotlabs/Module/Settings.php:849 +msgid "Maximum of 100 items" msgstr "" -#: ../../mod/admin.php:1232 ../../mod/admin.php:1458 -msgid "Disable" +#: ../../Zotlabs/Module/Settings.php:850 +msgid "Show emoticons (smilies) as images" msgstr "" -#: ../../mod/admin.php:1235 ../../mod/admin.php:1460 -msgid "Enable" +#: ../../Zotlabs/Module/Settings.php:851 +msgid "Link post titles to source" msgstr "" -#: ../../mod/admin.php:1265 ../../mod/admin.php:1487 -msgid "Toggle" +#: ../../Zotlabs/Module/Settings.php:852 +msgid "System Page Layout Editor - (advanced)" msgstr "" -#: ../../mod/admin.php:1273 ../../mod/admin.php:1497 -msgid "Author: " +#: ../../Zotlabs/Module/Settings.php:855 +msgid "Use blog/list mode on channel page" msgstr "" -#: ../../mod/admin.php:1274 ../../mod/admin.php:1498 -msgid "Maintainer: " +#: ../../Zotlabs/Module/Settings.php:855 ../../Zotlabs/Module/Settings.php:856 +msgid "(comments displayed separately)" msgstr "" -#: ../../mod/admin.php:1275 -msgid "Minimum project version: " +#: ../../Zotlabs/Module/Settings.php:856 +msgid "Use blog/list mode on grid page" msgstr "" -#: ../../mod/admin.php:1276 -msgid "Maximum project version: " +#: ../../Zotlabs/Module/Settings.php:857 +msgid "Channel page max height of content (in pixels)" msgstr "" -#: ../../mod/admin.php:1277 -msgid "Minimum PHP version: " +#: ../../Zotlabs/Module/Settings.php:857 ../../Zotlabs/Module/Settings.php:858 +msgid "click to expand content exceeding this height" msgstr "" -#: ../../mod/admin.php:1278 -msgid "Requires: " +#: ../../Zotlabs/Module/Settings.php:858 +msgid "Grid page max height of content (in pixels)" msgstr "" -#: ../../mod/admin.php:1279 ../../mod/admin.php:1330 -msgid "Disabled - version incompatibility" +#: ../../Zotlabs/Module/Settings.php:892 +msgid "Nobody except yourself" msgstr "" -#: ../../mod/admin.php:1423 -msgid "No themes found." +#: ../../Zotlabs/Module/Settings.php:893 +msgid "Only those you specifically allow" msgstr "" -#: ../../mod/admin.php:1479 -msgid "Screenshot" +#: ../../Zotlabs/Module/Settings.php:894 +msgid "Approved connections" msgstr "" -#: ../../mod/admin.php:1525 -msgid "[Experimental]" +#: ../../Zotlabs/Module/Settings.php:895 +msgid "Any connections" msgstr "" -#: ../../mod/admin.php:1526 -msgid "[Unsupported]" +#: ../../Zotlabs/Module/Settings.php:896 +msgid "Anybody on this website" msgstr "" -#: ../../mod/admin.php:1550 -msgid "Log settings updated." +#: ../../Zotlabs/Module/Settings.php:897 +msgid "Anybody in this network" msgstr "" -#: ../../mod/admin.php:1607 -msgid "Clear" +#: ../../Zotlabs/Module/Settings.php:898 +msgid "Anybody authenticated" msgstr "" -#: ../../mod/admin.php:1613 -msgid "Debugging" +#: ../../Zotlabs/Module/Settings.php:899 +msgid "Anybody on the internet" msgstr "" -#: ../../mod/admin.php:1614 -msgid "Log file" +#: ../../Zotlabs/Module/Settings.php:974 +msgid "Publish your default profile in the network directory" msgstr "" -#: ../../mod/admin.php:1614 -msgid "" -"Must be writable by web server. Relative to your Red top-level directory." +#: ../../Zotlabs/Module/Settings.php:979 +msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/admin.php:1615 -msgid "Log level" +#: ../../Zotlabs/Module/Settings.php:988 +msgid "Your channel address is" msgstr "" -#: ../../mod/admin.php:1682 -msgid "New Profile Field" +#: ../../Zotlabs/Module/Settings.php:1030 +msgid "Channel Settings" msgstr "" -#: ../../mod/admin.php:1683 ../../mod/admin.php:1703 -msgid "Field nickname" +#: ../../Zotlabs/Module/Settings.php:1037 +msgid "Basic Settings" msgstr "" -#: ../../mod/admin.php:1683 ../../mod/admin.php:1703 -msgid "System name of field" +#: ../../Zotlabs/Module/Settings.php:1038 ../../include/identity.php:1279 +msgid "Full Name:" msgstr "" -#: ../../mod/admin.php:1684 ../../mod/admin.php:1704 -msgid "Input type" +#: ../../Zotlabs/Module/Settings.php:1040 +msgid "Your Timezone:" msgstr "" -#: ../../mod/admin.php:1685 ../../mod/admin.php:1705 -msgid "Field Name" +#: ../../Zotlabs/Module/Settings.php:1041 +msgid "Default Post Location:" msgstr "" -#: ../../mod/admin.php:1685 ../../mod/admin.php:1705 -msgid "Label on profile pages" +#: ../../Zotlabs/Module/Settings.php:1041 +msgid "Geographical location to display on your posts" msgstr "" -#: ../../mod/admin.php:1686 ../../mod/admin.php:1706 -msgid "Help text" +#: ../../Zotlabs/Module/Settings.php:1042 +msgid "Use Browser Location:" msgstr "" -#: ../../mod/admin.php:1686 ../../mod/admin.php:1706 -msgid "Additional info (optional)" +#: ../../Zotlabs/Module/Settings.php:1044 +msgid "Adult Content" msgstr "" -#: ../../mod/admin.php:1696 -msgid "Field definition not found" +#: ../../Zotlabs/Module/Settings.php:1044 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" msgstr "" -#: ../../mod/admin.php:1702 -msgid "Edit Profile Field" +#: ../../Zotlabs/Module/Settings.php:1046 +msgid "Security and Privacy Settings" msgstr "" -#: ../../mod/admin.php:1761 -msgid "Basic Profile Fields" +#: ../../Zotlabs/Module/Settings.php:1049 +msgid "Your permissions are already configured. Click to view/adjust" msgstr "" -#: ../../mod/admin.php:1762 -msgid "Advanced Profile Fields" +#: ../../Zotlabs/Module/Settings.php:1051 +msgid "Hide my online presence" msgstr "" -#: ../../mod/admin.php:1762 -msgid "(In addition to basic fields)" +#: ../../Zotlabs/Module/Settings.php:1051 +msgid "Prevents displaying in your profile that you are online" msgstr "" -#: ../../mod/admin.php:1764 -msgid "All available fields" +#: ../../Zotlabs/Module/Settings.php:1053 +msgid "Simple Privacy Settings:" msgstr "" -#: ../../mod/admin.php:1765 -msgid "Custom Fields" +#: ../../Zotlabs/Module/Settings.php:1054 +msgid "" +"Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "" -#: ../../mod/admin.php:1769 -msgid "Create Custom Field" +#: ../../Zotlabs/Module/Settings.php:1055 +msgid "" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" msgstr "" -#: ../../mod/api.php:74 ../../mod/api.php:98 -msgid "Authorize application connection" +#: ../../Zotlabs/Module/Settings.php:1056 +msgid "Private - <em>default private, never open or public</em>" msgstr "" -#: ../../mod/api.php:75 -msgid "Return to your app and insert this Securty Code:" +#: ../../Zotlabs/Module/Settings.php:1057 +msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "" -#: ../../mod/api.php:85 -msgid "Please login to continue." +#: ../../Zotlabs/Module/Settings.php:1059 +msgid "Allow others to tag your posts" msgstr "" -#: ../../mod/api.php:100 +#: ../../Zotlabs/Module/Settings.php:1059 msgid "" -"Do you want to authorize this application to access your posts and contacts, " -"and/or create new posts for you?" +"Often used by the community to retro-actively flag inappropriate content" msgstr "" -#: ../../mod/openid.php:26 -msgid "OpenID protocol error. No ID returned." +#: ../../Zotlabs/Module/Settings.php:1061 +msgid "Advanced Privacy Settings" msgstr "" -#: ../../mod/appman.php:28 ../../mod/appman.php:44 -msgid "App installed." +#: ../../Zotlabs/Module/Settings.php:1063 +msgid "Expire other channel content after this many days" msgstr "" -#: ../../mod/appman.php:37 -msgid "Malformed app." +#: ../../Zotlabs/Module/Settings.php:1063 +#, php-format +msgid "0 or blank to use the website limit. The website expires after %d days." msgstr "" -#: ../../mod/appman.php:80 -msgid "Embed code" +#: ../../Zotlabs/Module/Settings.php:1064 +msgid "Maximum Friend Requests/Day:" msgstr "" -#: ../../mod/appman.php:86 -msgid "Edit App" +#: ../../Zotlabs/Module/Settings.php:1064 +msgid "May reduce spam activity" msgstr "" -#: ../../mod/appman.php:86 -msgid "Create App" +#: ../../Zotlabs/Module/Settings.php:1065 +msgid "Default Post Permissions" msgstr "" -#: ../../mod/appman.php:91 -msgid "Name of app" +#: ../../Zotlabs/Module/Settings.php:1070 +msgid "Channel permissions category:" msgstr "" -#: ../../mod/appman.php:92 -msgid "Location (URL) of app" +#: ../../Zotlabs/Module/Settings.php:1076 +msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/appman.php:93 ../../mod/events.php:457 ../../mod/rbmark.php:97 -msgid "Description" +#: ../../Zotlabs/Module/Settings.php:1076 +msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/appman.php:94 -msgid "Photo icon URL" +#: ../../Zotlabs/Module/Settings.php:1079 +msgid "Notification Settings" msgstr "" -#: ../../mod/appman.php:94 -msgid "80 x 80 pixels - optional" +#: ../../Zotlabs/Module/Settings.php:1080 +msgid "By default post a status message when:" msgstr "" -#: ../../mod/appman.php:95 -msgid "Version ID" +#: ../../Zotlabs/Module/Settings.php:1081 +msgid "accepting a friend request" msgstr "" -#: ../../mod/appman.php:96 -msgid "Price of app" +#: ../../Zotlabs/Module/Settings.php:1082 +msgid "joining a forum/community" msgstr "" -#: ../../mod/appman.php:97 -msgid "Location (URL) to purchase app" +#: ../../Zotlabs/Module/Settings.php:1083 +msgid "making an <em>interesting</em> profile change" msgstr "" -#: ../../mod/page.php:36 ../../mod/block.php:27 -msgid "Invalid item." +#: ../../Zotlabs/Module/Settings.php:1084 +msgid "Send a notification email when:" msgstr "" -#: ../../mod/page.php:52 ../../mod/block.php:39 ../../mod/cal.php:61 -#: ../../mod/wall_upload.php:29 -msgid "Channel not found." +#: ../../Zotlabs/Module/Settings.php:1085 +msgid "You receive a connection request" msgstr "" -#: ../../mod/page.php:129 -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/Settings.php:1086 +msgid "Your connections are confirmed" msgstr "" -#: ../../mod/attach.php:9 -msgid "Item not available." +#: ../../Zotlabs/Module/Settings.php:1087 +msgid "Someone writes on your profile wall" msgstr "" -#: ../../mod/pconfig.php:27 ../../mod/pconfig.php:60 -msgid "This setting requires special processing and editing has been blocked." +#: ../../Zotlabs/Module/Settings.php:1088 +msgid "Someone writes a followup comment" msgstr "" -#: ../../mod/pconfig.php:49 -msgid "Configuration Editor" +#: ../../Zotlabs/Module/Settings.php:1089 +msgid "You receive a private message" msgstr "" -#: ../../mod/pconfig.php:50 -msgid "" -"Warning: Changing some settings could render your channel inoperable. Please " -"leave this page unless you are comfortable with and knowledgeable about how " -"to correctly use this feature." +#: ../../Zotlabs/Module/Settings.php:1090 +msgid "You receive a friend suggestion" msgstr "" -#: ../../mod/pdledit.php:14 -msgid "Layout updated." +#: ../../Zotlabs/Module/Settings.php:1091 +msgid "You are tagged in a post" msgstr "" -#: ../../mod/pdledit.php:30 ../../mod/pdledit.php:57 -msgid "Edit System Page Description" +#: ../../Zotlabs/Module/Settings.php:1092 +msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/pdledit.php:52 -msgid "Layout not found." +#: ../../Zotlabs/Module/Settings.php:1095 +msgid "Show visual notifications including:" msgstr "" -#: ../../mod/pdledit.php:58 -msgid "Module Name:" +#: ../../Zotlabs/Module/Settings.php:1097 +msgid "Unseen grid activity" msgstr "" -#: ../../mod/pdledit.php:59 -msgid "Layout Help" +#: ../../Zotlabs/Module/Settings.php:1098 +msgid "Unseen channel activity" msgstr "" -#: ../../mod/editpost.php:20 ../../mod/editblock.php:78 -#: ../../mod/editblock.php:94 ../../mod/editlayout.php:76 -#: ../../mod/editwebpage.php:77 -msgid "Item not found" +#: ../../Zotlabs/Module/Settings.php:1099 +msgid "Unseen private messages" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../Zotlabs/Module/Settings.php:1099 +#: ../../Zotlabs/Module/Settings.php:1104 +#: ../../Zotlabs/Module/Settings.php:1105 +#: ../../Zotlabs/Module/Settings.php:1106 +msgid "Recommended" msgstr "" -#: ../../mod/editpost.php:57 -msgid "Delete item?" +#: ../../Zotlabs/Module/Settings.php:1100 +msgid "Upcoming events" msgstr "" -#: ../../mod/editpost.php:123 ../../mod/editblock.php:146 -#: ../../mod/editlayout.php:144 ../../mod/editwebpage.php:186 -msgid "Insert YouTube video" +#: ../../Zotlabs/Module/Settings.php:1101 +msgid "Events today" msgstr "" -#: ../../mod/editpost.php:124 ../../mod/editblock.php:147 -#: ../../mod/editlayout.php:145 ../../mod/editwebpage.php:187 -msgid "Insert Vorbis [.ogg] video" +#: ../../Zotlabs/Module/Settings.php:1102 +msgid "Upcoming birthdays" msgstr "" -#: ../../mod/editpost.php:125 ../../mod/editblock.php:148 -#: ../../mod/editlayout.php:146 ../../mod/editwebpage.php:188 -msgid "Insert Vorbis [.ogg] audio" +#: ../../Zotlabs/Module/Settings.php:1102 +msgid "Not available in all themes" msgstr "" -#: ../../mod/editpost.php:166 ../../mod/rpost.php:128 -msgid "Edit post" +#: ../../Zotlabs/Module/Settings.php:1103 +msgid "System (personal) notifications" msgstr "" -#: ../../mod/photos.php:79 -msgid "Page owner information could not be retrieved." +#: ../../Zotlabs/Module/Settings.php:1104 +msgid "System info messages" msgstr "" -#: ../../mod/photos.php:100 ../../mod/photos.php:144 -msgid "Album not found." +#: ../../Zotlabs/Module/Settings.php:1105 +msgid "System critical alerts" msgstr "" -#: ../../mod/photos.php:127 -msgid "Delete Album" +#: ../../Zotlabs/Module/Settings.php:1106 +msgid "New connections" msgstr "" -#: ../../mod/photos.php:148 -msgid "" -"Multiple storage folders exist with this album name, but within different " -"directories. Please remove the desired folder or folders using the Files " -"manager" +#: ../../Zotlabs/Module/Settings.php:1107 +msgid "System Registrations" msgstr "" -#: ../../mod/photos.php:205 ../../mod/photos.php:1048 -msgid "Delete Photo" +#: ../../Zotlabs/Module/Settings.php:1108 +msgid "" +"Also show new wall posts, private messages and connections under Notices" msgstr "" -#: ../../mod/photos.php:517 ../../mod/directory.php:59 -#: ../../mod/display.php:17 ../../mod/ratings.php:82 ../../mod/search.php:13 -#: ../../mod/viewconnections.php:17 -msgid "Public access denied." +#: ../../Zotlabs/Module/Settings.php:1110 +msgid "Notify me of events this many days in advance" msgstr "" -#: ../../mod/photos.php:528 -msgid "No photos selected" +#: ../../Zotlabs/Module/Settings.php:1110 +msgid "Must be greater than 0" msgstr "" -#: ../../mod/photos.php:577 -msgid "Access to this item is restricted." +#: ../../Zotlabs/Module/Settings.php:1112 +msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/photos.php:616 -#, php-format -msgid "%1$.2f MB of %2$.2f MB photo storage used." +#: ../../Zotlabs/Module/Settings.php:1113 +msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/photos.php:619 -#, php-format -msgid "%1$.2f MB photo storage used." +#: ../../Zotlabs/Module/Settings.php:1116 +msgid "" +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" msgstr "" -#: ../../mod/photos.php:655 -msgid "Upload Photos" +#: ../../Zotlabs/Module/Settings.php:1117 +msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/photos.php:659 -msgid "Enter an album name" +#: ../../Zotlabs/Module/Settings.php:1118 +msgid "Default photo upload folder" msgstr "" -#: ../../mod/photos.php:660 -msgid "or select an existing album (doubleclick)" +#: ../../Zotlabs/Module/Settings.php:1118 +#: ../../Zotlabs/Module/Settings.php:1119 +msgid "%Y - current year, %m - current month" msgstr "" -#: ../../mod/photos.php:661 -msgid "Create a status post for this upload" +#: ../../Zotlabs/Module/Settings.php:1119 +msgid "Default file upload folder" msgstr "" -#: ../../mod/photos.php:662 -msgid "Caption (optional):" +#: ../../Zotlabs/Module/Settings.php:1121 +msgid "Personal menu to display in your channel pages" msgstr "" -#: ../../mod/photos.php:663 -msgid "Description (optional):" +#: ../../Zotlabs/Module/Settings.php:1123 +msgid "Remove this channel." msgstr "" -#: ../../mod/photos.php:690 -msgid "Album name could not be decoded" +#: ../../Zotlabs/Module/Settings.php:1124 +msgid "Firefox Share $Projectname provider" msgstr "" -#: ../../mod/photos.php:738 ../../mod/photos.php:1278 -#: ../../mod/photos.php:1295 -msgid "Contact Photos" +#: ../../Zotlabs/Module/Settings.php:1125 +msgid "Start calendar week on monday" msgstr "" -#: ../../mod/photos.php:761 -msgid "Show Newest First" +#: ../../Zotlabs/Module/Setup.php:202 +msgid "$Projectname Server - Setup" msgstr "" -#: ../../mod/photos.php:763 -msgid "Show Oldest First" +#: ../../Zotlabs/Module/Setup.php:206 +msgid "Could not connect to database." msgstr "" -#: ../../mod/photos.php:865 -msgid "Permission denied. Access to this item may be restricted." +#: ../../Zotlabs/Module/Setup.php:210 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/photos.php:867 -msgid "Photo not available" +#: ../../Zotlabs/Module/Setup.php:217 +msgid "Could not create table." msgstr "" -#: ../../mod/photos.php:925 -msgid "Use as profile photo" +#: ../../Zotlabs/Module/Setup.php:222 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/photos.php:926 -msgid "Use as cover photo" +#: ../../Zotlabs/Module/Setup.php:226 +msgid "" +"You may need to import the file \"install/schema_xxx.sql\" manually using a " +"database client." msgstr "" -#: ../../mod/photos.php:933 -msgid "Private Photo" +#: ../../Zotlabs/Module/Setup.php:227 ../../Zotlabs/Module/Setup.php:289 +#: ../../Zotlabs/Module/Setup.php:739 +msgid "Please see the file \"install/INSTALL.txt\"." msgstr "" -#: ../../mod/photos.php:944 ../../mod/cal.php:331 ../../mod/cal.php:338 -#: ../../mod/events.php:659 ../../mod/events.php:666 -msgid "Previous" +#: ../../Zotlabs/Module/Setup.php:286 +msgid "System check" msgstr "" -#: ../../mod/photos.php:948 -msgid "View Full Size" +#: ../../Zotlabs/Module/Setup.php:291 +msgid "Check again" msgstr "" -#: ../../mod/photos.php:953 ../../mod/cal.php:332 ../../mod/cal.php:339 -#: ../../mod/events.php:660 ../../mod/events.php:667 ../../mod/setup.php:291 -msgid "Next" +#: ../../Zotlabs/Module/Setup.php:313 +msgid "Database connection" msgstr "" -#: ../../mod/photos.php:993 ../../mod/tagrm.php:133 -msgid "Remove" +#: ../../Zotlabs/Module/Setup.php:314 +msgid "" +"In order to install $Projectname we need to know how to connect to your " +"database." msgstr "" -#: ../../mod/photos.php:1027 -msgid "Edit photo" +#: ../../Zotlabs/Module/Setup.php:315 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: ../../mod/photos.php:1029 -msgid "Rotate CW (right)" +#: ../../Zotlabs/Module/Setup.php:316 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: ../../mod/photos.php:1030 -msgid "Rotate CCW (left)" +#: ../../Zotlabs/Module/Setup.php:320 +msgid "Database Server Name" msgstr "" -#: ../../mod/photos.php:1033 -msgid "Enter a new album name" +#: ../../Zotlabs/Module/Setup.php:320 +msgid "Default is 127.0.0.1" msgstr "" -#: ../../mod/photos.php:1034 -msgid "or select an existing one (doubleclick)" +#: ../../Zotlabs/Module/Setup.php:321 +msgid "Database Port" msgstr "" -#: ../../mod/photos.php:1037 -msgid "Caption" +#: ../../Zotlabs/Module/Setup.php:321 +msgid "Communication port number - use 0 for default" msgstr "" -#: ../../mod/photos.php:1039 -msgid "Add a Tag" +#: ../../Zotlabs/Module/Setup.php:322 +msgid "Database Login Name" msgstr "" -#: ../../mod/photos.php:1043 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com" +#: ../../Zotlabs/Module/Setup.php:323 +msgid "Database Login Password" msgstr "" -#: ../../mod/photos.php:1046 -msgid "Flag as adult in album view" +#: ../../Zotlabs/Module/Setup.php:324 +msgid "Database Name" msgstr "" -#: ../../mod/photos.php:1238 -msgid "In This Photo:" +#: ../../Zotlabs/Module/Setup.php:325 +msgid "Database Type" msgstr "" -#: ../../mod/photos.php:1243 -msgid "Map" +#: ../../Zotlabs/Module/Setup.php:327 ../../Zotlabs/Module/Setup.php:367 +msgid "Site administrator email address" msgstr "" -#: ../../mod/photos.php:1334 -msgid "View Album" +#: ../../Zotlabs/Module/Setup.php:327 ../../Zotlabs/Module/Setup.php:367 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." msgstr "" -#: ../../mod/photos.php:1345 ../../mod/photos.php:1358 -#: ../../mod/photos.php:1359 -msgid "Recent Photos" +#: ../../Zotlabs/Module/Setup.php:328 ../../Zotlabs/Module/Setup.php:369 +msgid "Website URL" msgstr "" -#: ../../mod/bookmarks.php:49 -msgid "Bookmark added" +#: ../../Zotlabs/Module/Setup.php:328 ../../Zotlabs/Module/Setup.php:369 +msgid "Please use SSL (https) URL if available." msgstr "" -#: ../../mod/bookmarks.php:71 -msgid "My Bookmarks" +#: ../../Zotlabs/Module/Setup.php:329 ../../Zotlabs/Module/Setup.php:372 +msgid "Please select a default timezone for your website" msgstr "" -#: ../../mod/bookmarks.php:82 -msgid "My Connections Bookmarks" +#: ../../Zotlabs/Module/Setup.php:356 +msgid "Site settings" msgstr "" -#: ../../mod/mitem.php:24 ../../mod/menu.php:140 -msgid "Menu not found." +#: ../../Zotlabs/Module/Setup.php:370 +msgid "Enable $Projectname <strong>advanced</strong> features?" msgstr "" -#: ../../mod/mitem.php:48 -msgid "Unable to create element." +#: ../../Zotlabs/Module/Setup.php:370 +msgid "" +"Some advanced features, while useful - may be best suited for technically " +"proficient audiences" msgstr "" -#: ../../mod/mitem.php:72 -msgid "Unable to update menu element." +#: ../../Zotlabs/Module/Setup.php:422 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/mitem.php:88 -msgid "Unable to add menu element." +#: ../../Zotlabs/Module/Setup.php:423 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." msgstr "" -#: ../../mod/mitem.php:116 ../../mod/menu.php:162 ../../mod/xchan.php:37 -msgid "Not found." +#: ../../Zotlabs/Module/Setup.php:427 +msgid "PHP executable path" msgstr "" -#: ../../mod/mitem.php:149 ../../mod/mitem.php:222 -msgid "Menu Item Permissions" +#: ../../Zotlabs/Module/Setup.php:427 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." msgstr "" -#: ../../mod/mitem.php:150 ../../mod/mitem.php:223 ../../mod/settings.php:1075 -msgid "(click to open/close)" +#: ../../Zotlabs/Module/Setup.php:432 +msgid "Command line PHP" msgstr "" -#: ../../mod/mitem.php:152 ../../mod/mitem.php:168 -msgid "Link Name" +#: ../../Zotlabs/Module/Setup.php:441 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/mitem.php:153 ../../mod/mitem.php:227 -msgid "Link or Submenu Target" +#: ../../Zotlabs/Module/Setup.php:442 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/mitem.php:153 -msgid "Enter URL of the link or select a menu name to create a submenu" +#: ../../Zotlabs/Module/Setup.php:445 +msgid "PHP register_argc_argv" msgstr "" -#: ../../mod/mitem.php:154 ../../mod/mitem.php:228 -msgid "Use magic-auth if available" +#: ../../Zotlabs/Module/Setup.php:463 +#, 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 "" -#: ../../mod/mitem.php:155 ../../mod/mitem.php:229 -msgid "Open link in new window" +#: ../../Zotlabs/Module/Setup.php:468 +msgid "You can adjust these settings in the servers php.ini." msgstr "" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Order in list" +#: ../../Zotlabs/Module/Setup.php:470 +msgid "PHP upload limits" msgstr "" -#: ../../mod/mitem.php:156 ../../mod/mitem.php:230 -msgid "Higher numbers will sink to bottom of listing" +#: ../../Zotlabs/Module/Setup.php:493 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/mitem.php:157 -msgid "Submit and finish" +#: ../../Zotlabs/Module/Setup.php:494 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/mitem.php:158 -msgid "Submit and continue" +#: ../../Zotlabs/Module/Setup.php:497 +msgid "Generate encryption keys" msgstr "" -#: ../../mod/mitem.php:166 -msgid "Menu:" +#: ../../Zotlabs/Module/Setup.php:509 +msgid "libCurl PHP module" msgstr "" -#: ../../mod/mitem.php:169 -msgid "Link Target" +#: ../../Zotlabs/Module/Setup.php:510 +msgid "GD graphics PHP module" msgstr "" -#: ../../mod/mitem.php:172 -msgid "Edit menu" +#: ../../Zotlabs/Module/Setup.php:511 +msgid "OpenSSL PHP module" msgstr "" -#: ../../mod/mitem.php:175 -msgid "Edit element" +#: ../../Zotlabs/Module/Setup.php:512 +msgid "mysqli or postgres PHP module" msgstr "" -#: ../../mod/mitem.php:176 -msgid "Drop element" +#: ../../Zotlabs/Module/Setup.php:513 +msgid "mb_string PHP module" msgstr "" -#: ../../mod/mitem.php:177 -msgid "New element" +#: ../../Zotlabs/Module/Setup.php:514 +msgid "mcrypt PHP module" msgstr "" -#: ../../mod/mitem.php:178 -msgid "Edit this menu container" +#: ../../Zotlabs/Module/Setup.php:515 +msgid "xml PHP module" msgstr "" -#: ../../mod/mitem.php:179 -msgid "Add menu element" +#: ../../Zotlabs/Module/Setup.php:519 ../../Zotlabs/Module/Setup.php:521 +msgid "Apache mod_rewrite module" msgstr "" -#: ../../mod/mitem.php:180 -msgid "Delete this menu item" +#: ../../Zotlabs/Module/Setup.php:519 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/mitem.php:181 -msgid "Edit this menu item" +#: ../../Zotlabs/Module/Setup.php:525 ../../Zotlabs/Module/Setup.php:528 +msgid "proc_open" msgstr "" -#: ../../mod/mitem.php:198 -msgid "Menu item not found." +#: ../../Zotlabs/Module/Setup.php:525 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" msgstr "" -#: ../../mod/mitem.php:211 -msgid "Menu item deleted." +#: ../../Zotlabs/Module/Setup.php:533 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/mitem.php:213 -msgid "Menu item could not be deleted." +#: ../../Zotlabs/Module/Setup.php:537 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/mitem.php:220 -msgid "Edit Menu Element" +#: ../../Zotlabs/Module/Setup.php:541 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/mitem.php:226 -msgid "Link text" +#: ../../Zotlabs/Module/Setup.php:545 +msgid "" +"Error: mysqli or postgres PHP module required but neither are installed." msgstr "" -#: ../../mod/ping.php:260 -msgid "sent you a private message" +#: ../../Zotlabs/Module/Setup.php:549 +msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: ../../mod/ping.php:308 -msgid "added your channel" +#: ../../Zotlabs/Module/Setup.php:553 +msgid "Error: mcrypt PHP module required but not installed." msgstr "" -#: ../../mod/ping.php:350 -msgid "posted an event" +#: ../../Zotlabs/Module/Setup.php:557 +msgid "Error: xml PHP module required for DAV but not installed." msgstr "" -#: ../../mod/cal.php:68 -msgid "Permissions denied." +#: ../../Zotlabs/Module/Setup.php:575 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/cal.php:258 ../../mod/events.php:581 -msgid "l, F j" +#: ../../Zotlabs/Module/Setup.php:576 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/cal.php:330 ../../mod/events.php:658 -msgid "Edit Event" +#: ../../Zotlabs/Module/Setup.php:577 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." msgstr "" -#: ../../mod/cal.php:330 ../../mod/events.php:658 -msgid "Create Event" +#: ../../Zotlabs/Module/Setup.php:578 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/cal.php:340 ../../mod/events.php:668 -msgid "Today" +#: ../../Zotlabs/Module/Setup.php:581 +msgid ".htconfig.php is writable" msgstr "" -#: ../../mod/channel.php:25 ../../mod/chat.php:19 -msgid "You must be logged in to see this page." +#: ../../Zotlabs/Module/Setup.php:595 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." msgstr "" -#: ../../mod/channel.php:37 -msgid "Posts and comments" +#: ../../Zotlabs/Module/Setup.php:596 +#, php-format +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory %s under the Red top level folder." msgstr "" -#: ../../mod/channel.php:38 -msgid "Only posts" +#: ../../Zotlabs/Module/Setup.php:597 ../../Zotlabs/Module/Setup.php:618 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." msgstr "" -#: ../../mod/channel.php:98 -msgid "Insufficient permissions. Request redirected to profile page." +#: ../../Zotlabs/Module/Setup.php:598 +#, php-format +msgid "" +"Note: as a security measure, you should give the web server write access to " +"%s only--not the template files (.tpl) that it contains." msgstr "" -#: ../../mod/channel.php:132 ../../mod/network.php:169 ../../mod/rpost.php:114 -msgid "Public" +#: ../../Zotlabs/Module/Setup.php:601 +#, php-format +msgid "%s is writable" msgstr "" -#: ../../mod/poke.php:165 -msgid "Poke somebody" +#: ../../Zotlabs/Module/Setup.php:617 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" msgstr "" -#: ../../mod/poke.php:168 -msgid "Poke/Prod" +#: ../../Zotlabs/Module/Setup.php:621 +msgid "store is writable" msgstr "" -#: ../../mod/poke.php:169 -msgid "Poke, prod or do other things to somebody" +#: ../../Zotlabs/Module/Setup.php:654 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." msgstr "" -#: ../../mod/poke.php:176 -msgid "Recipient" +#: ../../Zotlabs/Module/Setup.php:655 +msgid "" +"If you have https access to your website or allow connections to TCP port " +"443 (the https: port), you MUST use a browser-valid certificate. You MUST " +"NOT use self-signed certificates!" msgstr "" -#: ../../mod/poke.php:177 -msgid "Choose what you wish to do to recipient" +#: ../../Zotlabs/Module/Setup.php:656 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub." msgstr "" -#: ../../mod/poke.php:180 ../../mod/poke.php:181 -msgid "Make this post private" +#: ../../Zotlabs/Module/Setup.php:657 +msgid "" +"If your certificate is not recognized, members of other sites (who may " +"themselves have valid certificates) will get a warning message on their own " +"site complaining about security issues." msgstr "" -#: ../../mod/chat.php:175 -msgid "Room not found" +#: ../../Zotlabs/Module/Setup.php:658 +msgid "" +"This can cause usability issues elsewhere (not just on your own site) so we " +"must insist on this requirement." msgstr "" -#: ../../mod/chat.php:191 -msgid "Leave Room" +#: ../../Zotlabs/Module/Setup.php:659 +msgid "" +"Providers are available that issue free certificates which are browser-valid." msgstr "" -#: ../../mod/chat.php:192 -msgid "Delete Room" +#: ../../Zotlabs/Module/Setup.php:661 +msgid "SSL certificate validation" msgstr "" -#: ../../mod/chat.php:193 -msgid "I am away right now" +#: ../../Zotlabs/Module/Setup.php:667 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +"Test: " msgstr "" -#: ../../mod/chat.php:194 -msgid "I am online" +#: ../../Zotlabs/Module/Setup.php:670 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/chat.php:196 -msgid "Bookmark this room" +#: ../../Zotlabs/Module/Setup.php:679 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/chat.php:212 -msgid "Feature disabled." +#: ../../Zotlabs/Module/Setup.php:703 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/chat.php:226 -msgid "New Chatroom" +#: ../../Zotlabs/Module/Setup.php:737 +msgid "<h1>What next</h1>" msgstr "" -#: ../../mod/chat.php:227 -msgid "Chatroom name" +#: ../../Zotlabs/Module/Setup.php:738 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/chat.php:228 -msgid "Expiration of chats (minutes)" +#: ../../Zotlabs/Module/Sharedwithme.php:98 +msgid "Files: shared with me" msgstr "" -#: ../../mod/chat.php:240 -#, php-format -msgid "%1$s's Chatrooms" +#: ../../Zotlabs/Module/Sharedwithme.php:100 +msgid "NEW" msgstr "" -#: ../../mod/chat.php:245 -msgid "No chatrooms available" +#: ../../Zotlabs/Module/Sharedwithme.php:103 +msgid "Remove all files" msgstr "" -#: ../../mod/chat.php:246 ../../mod/profiles.php:777 ../../mod/manage.php:137 -msgid "Create New" +#: ../../Zotlabs/Module/Sharedwithme.php:104 +msgid "Remove this file" msgstr "" -#: ../../mod/chat.php:249 -msgid "Expiration" +#: ../../Zotlabs/Module/Siteinfo.php:19 +#, php-format +msgid "Version %s" msgstr "" -#: ../../mod/chat.php:250 -msgid "min" +#: ../../Zotlabs/Module/Siteinfo.php:40 +msgid "Installed plugins/addons/apps:" msgstr "" -#: ../../mod/chatsvc.php:111 -msgid "Away" +#: ../../Zotlabs/Module/Siteinfo.php:53 +msgid "No installed plugins/addons/apps" msgstr "" -#: ../../mod/chatsvc.php:116 -msgid "Online" +#: ../../Zotlabs/Module/Siteinfo.php:66 +msgid "" +"This is a hub of $Projectname - a global cooperative network of " +"decentralized privacy enhanced websites." msgstr "" -#: ../../mod/probe.php:24 ../../mod/probe.php:30 -#, php-format -msgid "Fetching URL returns error: %1$s" +#: ../../Zotlabs/Module/Siteinfo.php:68 +msgid "Tag: " msgstr "" -#: ../../mod/common.php:10 -msgid "No channel." +#: ../../Zotlabs/Module/Siteinfo.php:70 +msgid "Last background fetch: " msgstr "" -#: ../../mod/common.php:39 -msgid "Common connections" +#: ../../Zotlabs/Module/Siteinfo.php:72 +msgid "Current load average: " msgstr "" -#: ../../mod/common.php:44 -msgid "No connections in common." +#: ../../Zotlabs/Module/Siteinfo.php:75 +msgid "Running at web location" msgstr "" -#: ../../mod/connect.php:56 ../../mod/connect.php:104 -msgid "Continue" +#: ../../Zotlabs/Module/Siteinfo.php:76 +msgid "" +"Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more " +"about $Projectname." msgstr "" -#: ../../mod/connect.php:85 -msgid "Premium Channel Setup" +#: ../../Zotlabs/Module/Siteinfo.php:77 +msgid "Bug reports and issues: please visit" msgstr "" -#: ../../mod/connect.php:87 -msgid "Enable premium channel connection restrictions" +#: ../../Zotlabs/Module/Siteinfo.php:79 +msgid "$projectname issues" msgstr "" -#: ../../mod/connect.php:88 +#: ../../Zotlabs/Module/Siteinfo.php:80 msgid "" -"Please enter your restrictions or conditions, such as paypal receipt, usage " -"guidelines, etc." +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" msgstr "" -#: ../../mod/connect.php:90 ../../mod/connect.php:110 -msgid "" -"This channel may require additional steps or acknowledgement of the " -"following conditions prior to connecting:" +#: ../../Zotlabs/Module/Siteinfo.php:82 +msgid "Site Administrators" msgstr "" -#: ../../mod/connect.php:91 -msgid "" -"Potential connections will then see the following text before proceeding:" +#: ../../Zotlabs/Module/Sources.php:36 +msgid "Failed to create source. No channel selected." msgstr "" -#: ../../mod/connect.php:92 ../../mod/connect.php:113 -msgid "" -"By continuing, I certify that I have complied with any instructions provided " -"on this page." +#: ../../Zotlabs/Module/Sources.php:49 +msgid "Source created." msgstr "" -#: ../../mod/connect.php:101 -msgid "(No specific instructions have been provided by the channel owner.)" +#: ../../Zotlabs/Module/Sources.php:61 +msgid "Source updated." msgstr "" -#: ../../mod/connect.php:109 -msgid "Restricted or Premium Channel" +#: ../../Zotlabs/Module/Sources.php:86 +msgid "*" msgstr "" -#: ../../mod/mood.php:132 -msgid "Set your current mood and tell your friends" +#: ../../Zotlabs/Module/Sources.php:92 ../../include/features.php:71 +#: ../../include/widgets.php:581 +msgid "Channel Sources" msgstr "" -#: ../../mod/connections.php:52 ../../mod/connections.php:157 -#: ../../mod/connections.php:238 -msgid "Blocked" +#: ../../Zotlabs/Module/Sources.php:93 +msgid "Manage remote sources of content for your channel." msgstr "" -#: ../../mod/connections.php:57 ../../mod/connections.php:164 -#: ../../mod/connections.php:237 -msgid "Ignored" +#: ../../Zotlabs/Module/Sources.php:94 ../../Zotlabs/Module/Sources.php:104 +msgid "New Source" msgstr "" -#: ../../mod/connections.php:62 ../../mod/connections.php:178 -#: ../../mod/connections.php:236 -msgid "Hidden" +#: ../../Zotlabs/Module/Sources.php:105 ../../Zotlabs/Module/Sources.php:137 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." msgstr "" -#: ../../mod/connections.php:67 ../../mod/connections.php:171 -#: ../../mod/connections.php:235 -msgid "Archived" +#: ../../Zotlabs/Module/Sources.php:106 ../../Zotlabs/Module/Sources.php:138 +msgid "Only import content with these words (one per line)" msgstr "" -#: ../../mod/connections.php:134 -msgid "New Connections" +#: ../../Zotlabs/Module/Sources.php:106 ../../Zotlabs/Module/Sources.php:138 +msgid "Leave blank to import all public content" msgstr "" -#: ../../mod/connections.php:137 -msgid "Show pending (new) connections" +#: ../../Zotlabs/Module/Sources.php:107 ../../Zotlabs/Module/Sources.php:141 +msgid "Channel Name" msgstr "" -#: ../../mod/connections.php:141 ../../mod/profperm.php:139 -msgid "All Connections" +#: ../../Zotlabs/Module/Sources.php:127 ../../Zotlabs/Module/Sources.php:154 +msgid "Source not found." msgstr "" -#: ../../mod/connections.php:144 -msgid "Show all connections" +#: ../../Zotlabs/Module/Sources.php:134 +msgid "Edit Source" msgstr "" -#: ../../mod/connections.php:160 -msgid "Only show blocked connections" +#: ../../Zotlabs/Module/Sources.php:135 +msgid "Delete Source" msgstr "" -#: ../../mod/connections.php:167 -msgid "Only show ignored connections" +#: ../../Zotlabs/Module/Sources.php:162 +msgid "Source removed" msgstr "" -#: ../../mod/connections.php:174 -msgid "Only show archived connections" +#: ../../Zotlabs/Module/Sources.php:164 +msgid "Unable to remove source." msgstr "" -#: ../../mod/connections.php:181 -msgid "Only show hidden connections" +#: ../../Zotlabs/Module/Subthread.php:118 +#, php-format +msgid "%1$s is following %2$s's %3$s" msgstr "" -#: ../../mod/connections.php:234 -msgid "Pending approval" +#: ../../Zotlabs/Module/Subthread.php:120 +#, php-format +msgid "%1$s stopped following %2$s's %3$s" msgstr "" -#: ../../mod/connections.php:250 -#, php-format -msgid "%1$s [%2$s]" +#: ../../Zotlabs/Module/Suggest.php:39 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." msgstr "" -#: ../../mod/connections.php:251 -msgid "Edit connection" +#: ../../Zotlabs/Module/Suggest.php:58 ../../include/widgets.php:149 +msgid "Ignore/Hide" msgstr "" -#: ../../mod/connections.php:252 -msgid "Delete connection" +#: ../../Zotlabs/Module/Tagger.php:55 ../../include/bbcode.php:257 +msgid "post" msgstr "" -#: ../../mod/connections.php:261 -msgid "Channel address" +#: ../../Zotlabs/Module/Tagger.php:57 ../../include/conversation.php:150 +#: ../../include/text.php:1975 +msgid "comment" msgstr "" -#: ../../mod/connections.php:263 -msgid "Network" +#: ../../Zotlabs/Module/Tagger.php:100 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/connections.php:268 -msgid "Connected" +#: ../../Zotlabs/Module/Tagrm.php:48 ../../Zotlabs/Module/Tagrm.php:98 +msgid "Tag removed" msgstr "" -#: ../../mod/connections.php:270 -msgid "Approve connection" +#: ../../Zotlabs/Module/Tagrm.php:123 +msgid "Remove Item Tag" msgstr "" -#: ../../mod/connections.php:272 -msgid "Ignore connection" +#: ../../Zotlabs/Module/Tagrm.php:125 +msgid "Select a tag to remove: " msgstr "" -#: ../../mod/connections.php:273 ../../mod/connedit.php:545 -#: ../../mod/notifications.php:51 -msgid "Ignore" +#: ../../Zotlabs/Module/Thing.php:114 +msgid "Thing updated" msgstr "" -#: ../../mod/connections.php:274 -msgid "Recent activity" +#: ../../Zotlabs/Module/Thing.php:166 +msgid "Object store: failed" msgstr "" -#: ../../mod/connections.php:303 -msgid "Search your connections" +#: ../../Zotlabs/Module/Thing.php:170 +msgid "Thing added" msgstr "" -#: ../../mod/connections.php:304 -msgid "Connections search" +#: ../../Zotlabs/Module/Thing.php:196 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" msgstr "" -#: ../../mod/profile_photo.php:112 ../../mod/cover_photo.php:54 -msgid "Image uploaded but image cropping failed." +#: ../../Zotlabs/Module/Thing.php:259 +msgid "Show Thing" msgstr "" -#: ../../mod/profile_photo.php:166 ../../mod/cover_photo.php:150 -msgid "Image resize failed." +#: ../../Zotlabs/Module/Thing.php:266 +msgid "item not found." msgstr "" -#: ../../mod/profile_photo.php:212 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." +#: ../../Zotlabs/Module/Thing.php:299 +msgid "Edit Thing" msgstr "" -#: ../../mod/profile_photo.php:250 ../../mod/cover_photo.php:188 -msgid "Image upload failed." +#: ../../Zotlabs/Module/Thing.php:301 ../../Zotlabs/Module/Thing.php:351 +msgid "Select a profile" msgstr "" -#: ../../mod/profile_photo.php:269 ../../mod/cover_photo.php:206 -msgid "Unable to process image." +#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:354 +msgid "Post an activity" msgstr "" -#: ../../mod/profile_photo.php:316 ../../mod/profile_photo.php:357 -#: ../../mod/cover_photo.php:299 ../../mod/cover_photo.php:314 -msgid "Photo not available." +#: ../../Zotlabs/Module/Thing.php:305 ../../Zotlabs/Module/Thing.php:354 +msgid "Only sends to viewers of the applicable profile" msgstr "" -#: ../../mod/profile_photo.php:398 ../../mod/cover_photo.php:350 -msgid "Upload File:" +#: ../../Zotlabs/Module/Thing.php:307 ../../Zotlabs/Module/Thing.php:356 +msgid "Name of thing e.g. something" msgstr "" -#: ../../mod/profile_photo.php:399 ../../mod/cover_photo.php:351 -msgid "Select a profile:" +#: ../../Zotlabs/Module/Thing.php:309 ../../Zotlabs/Module/Thing.php:357 +msgid "URL of thing (optional)" msgstr "" -#: ../../mod/profile_photo.php:400 -msgid "Upload Profile Photo" +#: ../../Zotlabs/Module/Thing.php:311 ../../Zotlabs/Module/Thing.php:358 +msgid "URL for photo of thing (optional)" msgstr "" -#: ../../mod/profile_photo.php:407 ../../mod/cover_photo.php:357 -#: ../../mod/settings.php:992 -msgid "or" +#: ../../Zotlabs/Module/Thing.php:349 +msgid "Add Thing to your Profile" msgstr "" -#: ../../mod/profile_photo.php:407 ../../mod/cover_photo.php:357 -msgid "skip this step" +#: ../../Zotlabs/Module/Uexport.php:55 ../../Zotlabs/Module/Uexport.php:56 +msgid "Export Channel" msgstr "" -#: ../../mod/profile_photo.php:407 ../../mod/cover_photo.php:357 -msgid "select a photo from your photo albums" +#: ../../Zotlabs/Module/Uexport.php:57 +msgid "" +"Export your basic channel information to a file. This acts as a backup of " +"your connections, permissions, profile and basic data, which can be used to " +"import your data to a new server hub, but does not contain your content." msgstr "" -#: ../../mod/profile_photo.php:423 ../../mod/cover_photo.php:373 -msgid "Crop Image" +#: ../../Zotlabs/Module/Uexport.php:58 +msgid "Export Content" msgstr "" -#: ../../mod/profile_photo.php:424 ../../mod/cover_photo.php:374 -msgid "Please adjust the image cropping for optimum viewing." +#: ../../Zotlabs/Module/Uexport.php:59 +msgid "" +"Export your channel information and recent content to a JSON backup that can " +"be restored or imported to another server hub. This backs up all of your " +"connections, permissions, profile data and several months of posts. This " +"file may be VERY large. Please be patient - it may take several minutes for " +"this download to begin." msgstr "" -#: ../../mod/profile_photo.php:426 ../../mod/cover_photo.php:376 -msgid "Done Editing" +#: ../../Zotlabs/Module/Uexport.php:60 +msgid "Export your posts from a given year." msgstr "" -#: ../../mod/connedit.php:75 -msgid "Could not access contact record." +#: ../../Zotlabs/Module/Uexport.php:62 +msgid "" +"You may also export your posts and conversations for a particular year or " +"month. Adjust the date in your browser location bar to select other dates. " +"If the export fails (possibly due to memory exhaustion on your server hub), " +"please try again selecting a more limited date range." msgstr "" -#: ../../mod/connedit.php:99 -msgid "Could not locate selected profile." +#: ../../Zotlabs/Module/Uexport.php:63 +#, php-format +msgid "" +"To select all posts for a given year, such as this year, visit <a href=\"%1$s" +"\">%2$s</a>" msgstr "" -#: ../../mod/connedit.php:223 -msgid "Connection updated." +#: ../../Zotlabs/Module/Uexport.php:64 +#, php-format +msgid "" +"To select all posts for a given month, such as January of this year, visit " +"<a href=\"%1$s\">%2$s</a>" msgstr "" -#: ../../mod/connedit.php:225 -msgid "Failed to update connection record." +#: ../../Zotlabs/Module/Uexport.php:65 +#, php-format +msgid "" +"These content files may be imported or restored by visiting <a href=\"%1$s\">" +"%2$s</a> on any site containing your channel. For best results please import " +"or restore these in date order (oldest first)." msgstr "" -#: ../../mod/connedit.php:272 -msgid "is now connected to" +#: ../../Zotlabs/Module/Viewconnections.php:63 +msgid "No connections." msgstr "" -#: ../../mod/connedit.php:407 -msgid "Could not access address book record." +#: ../../Zotlabs/Module/Viewconnections.php:76 +#, php-format +msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/connedit.php:421 -msgid "Refresh failed - channel is currently unavailable." +#: ../../Zotlabs/Module/Viewconnections.php:105 +msgid "View Connections" msgstr "" -#: ../../mod/connedit.php:436 ../../mod/connedit.php:445 -#: ../../mod/connedit.php:454 ../../mod/connedit.php:463 -#: ../../mod/connedit.php:476 -msgid "Unable to set address book parameters." +#: ../../Zotlabs/Module/Viewsrc.php:44 +msgid "Source of Item" msgstr "" -#: ../../mod/connedit.php:500 -msgid "Connection has been removed." +#: ../../Zotlabs/Module/Webpages.php:186 ../../include/apps.php:136 +#: ../../include/conversation.php:1704 ../../include/nav.php:106 +msgid "Webpages" msgstr "" -#: ../../mod/connedit.php:519 -#, php-format -msgid "View %s's profile" +#: ../../Zotlabs/Module/Webpages.php:197 ../../include/page_widgets.php:41 +msgid "Actions" msgstr "" -#: ../../mod/connedit.php:523 -msgid "Refresh Permissions" +#: ../../Zotlabs/Module/Webpages.php:198 ../../include/page_widgets.php:42 +msgid "Page Link" msgstr "" -#: ../../mod/connedit.php:526 -msgid "Fetch updated permissions" +#: ../../Zotlabs/Module/Webpages.php:199 +msgid "Page Title" msgstr "" -#: ../../mod/connedit.php:530 -msgid "Recent Activity" +#: ../../Zotlabs/Module/Xchan.php:10 +msgid "Xchan Lookup" msgstr "" -#: ../../mod/connedit.php:533 -msgid "View recent posts and comments" +#: ../../Zotlabs/Module/Xchan.php:13 +msgid "Lookup xchan beginning with (or webbie): " msgstr "" -#: ../../mod/connedit.php:540 -msgid "Block (or Unblock) all communications with this connection" +#: ../../include/Import/import_diaspora.php:17 +msgid "No username found in import file." msgstr "" -#: ../../mod/connedit.php:541 -msgid "This connection is blocked!" +#: ../../include/Import/import_diaspora.php:42 ../../include/import.php:44 +msgid "Unable to create a unique channel address. Import failed." msgstr "" -#: ../../mod/connedit.php:545 -msgid "Unignore" +#: ../../include/dba/dba_driver.php:141 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../mod/connedit.php:548 -msgid "Ignore (or Unignore) all inbound communications from this connection" +#: ../../include/identity.php:32 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../mod/connedit.php:549 -msgid "This connection is ignored!" +#: ../../include/identity.php:66 +msgid "Empty name" msgstr "" -#: ../../mod/connedit.php:553 -msgid "Unarchive" +#: ../../include/identity.php:69 +msgid "Name too long" msgstr "" -#: ../../mod/connedit.php:553 -msgid "Archive" +#: ../../include/identity.php:180 +msgid "No account identifier" msgstr "" -#: ../../mod/connedit.php:556 +#: ../../include/identity.php:192 +msgid "Nickname is required." +msgstr "" + +#: ../../include/identity.php:206 +msgid "Reserved nickname. Please choose another." +msgstr "" + +#: ../../include/identity.php:211 msgid "" -"Archive (or Unarchive) this connection - mark channel dead but keep content" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../mod/connedit.php:557 -msgid "This connection is archived!" +#: ../../include/identity.php:287 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../mod/connedit.php:561 -msgid "Unhide" +#: ../../include/identity.php:345 +msgid "Default Profile" msgstr "" -#: ../../mod/connedit.php:561 -msgid "Hide" +#: ../../include/identity.php:784 +msgid "Requested channel is not available." msgstr "" -#: ../../mod/connedit.php:564 -msgid "Hide or Unhide this connection from your other connections" +#: ../../include/identity.php:931 +msgid "Create New Profile" msgstr "" -#: ../../mod/connedit.php:565 -msgid "This connection is hidden!" +#: ../../include/identity.php:934 ../../include/nav.php:90 +msgid "Edit Profile" msgstr "" -#: ../../mod/connedit.php:572 -msgid "Delete this connection" +#: ../../include/identity.php:951 +msgid "Visible to everybody" msgstr "" -#: ../../mod/connedit.php:653 -msgid "Approve this connection" +#: ../../include/identity.php:1026 ../../include/identity.php:1281 +msgid "Gender:" msgstr "" -#: ../../mod/connedit.php:653 -msgid "Accept connection to allow communication" +#: ../../include/identity.php:1027 ../../include/identity.php:1325 +msgid "Status:" msgstr "" -#: ../../mod/connedit.php:658 -msgid "Set Affinity" +#: ../../include/identity.php:1028 ../../include/identity.php:1336 +msgid "Homepage:" msgstr "" -#: ../../mod/connedit.php:661 -msgid "Set Profile" +#: ../../include/identity.php:1029 +msgid "Online Now" msgstr "" -#: ../../mod/connedit.php:664 -msgid "Set Affinity & Profile" +#: ../../include/identity.php:1117 ../../include/identity.php:1193 +msgid "F d" msgstr "" -#: ../../mod/connedit.php:697 -msgid "none" +#: ../../include/identity.php:1173 +msgid "Birthday Reminders" msgstr "" -#: ../../mod/connedit.php:702 -msgid "Apply these permissions automatically" +#: ../../include/identity.php:1174 +msgid "Birthdays this week:" msgstr "" -#: ../../mod/connedit.php:702 -msgid "Connection requests will be approved without your interaction" +#: ../../include/identity.php:1225 +msgid "[No description]" msgstr "" -#: ../../mod/connedit.php:704 -msgid "This connection's primary address is" +#: ../../include/identity.php:1243 +msgid "Event Reminders" msgstr "" -#: ../../mod/connedit.php:705 -msgid "Available locations:" +#: ../../include/identity.php:1244 +msgid "Events this week:" msgstr "" -#: ../../mod/connedit.php:709 -msgid "" -"The permissions indicated on this page will be applied to all new " -"connections." +#: ../../include/identity.php:1286 +msgid "Like this channel" msgstr "" -#: ../../mod/connedit.php:711 -msgid "Slide to adjust your degree of friendship" +#: ../../include/identity.php:1310 +msgid "j F, Y" msgstr "" -#: ../../mod/connedit.php:713 -msgid "Slide to adjust your rating" +#: ../../include/identity.php:1311 +msgid "j F" msgstr "" -#: ../../mod/connedit.php:714 ../../mod/connedit.php:719 -msgid "Optionally explain your rating" +#: ../../include/identity.php:1318 +msgid "Birthday:" msgstr "" -#: ../../mod/connedit.php:716 -msgid "Custom Filter" +#: ../../include/identity.php:1331 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../mod/connedit.php:717 -msgid "Only import posts with this text" +#: ../../include/identity.php:1334 +msgid "Sexual Preference:" msgstr "" -#: ../../mod/connedit.php:717 ../../mod/connedit.php:718 -msgid "" -"words one per line or #tags or /patterns/ or lang=xx, leave blank to import " -"all posts" +#: ../../include/identity.php:1340 +msgid "Tags:" msgstr "" -#: ../../mod/connedit.php:718 -msgid "Do not import posts with this text" +#: ../../include/identity.php:1342 +msgid "Political Views:" msgstr "" -#: ../../mod/connedit.php:720 -msgid "This information is public!" +#: ../../include/identity.php:1344 +msgid "Religion:" msgstr "" -#: ../../mod/connedit.php:725 -msgid "Connection Pending Approval" +#: ../../include/identity.php:1348 +msgid "Hobbies/Interests:" msgstr "" -#: ../../mod/connedit.php:728 -msgid "inherited" +#: ../../include/identity.php:1350 +msgid "Likes:" msgstr "" -#: ../../mod/connedit.php:730 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." +#: ../../include/identity.php:1352 +msgid "Dislikes:" msgstr "" -#: ../../mod/connedit.php:732 -msgid "Their Settings" +#: ../../include/identity.php:1354 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../mod/connedit.php:733 -msgid "My Settings" +#: ../../include/identity.php:1356 +msgid "My other channels:" msgstr "" -#: ../../mod/connedit.php:735 -msgid "Individual Permissions" +#: ../../include/identity.php:1358 +msgid "Musical interests:" msgstr "" -#: ../../mod/connedit.php:736 -msgid "" -"Some permissions may be inherited from your channel's <a href=\"settings" -"\"><strong>privacy settings</strong></a>, which have higher priority than " -"individual settings. You can <strong>not</strong> change those settings here." +#: ../../include/identity.php:1360 +msgid "Books, literature:" msgstr "" -#: ../../mod/connedit.php:737 -msgid "" -"Some permissions may be inherited from your channel's <a href=\"settings" -"\"><strong>privacy settings</strong></a>, which have higher priority than " -"individual settings. You can change those settings here but they wont have " -"any impact unless the inherited setting changes." +#: ../../include/identity.php:1362 +msgid "Television:" msgstr "" -#: ../../mod/connedit.php:738 -msgid "Last update:" +#: ../../include/identity.php:1364 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../mod/network.php:91 -msgid "No such group" +#: ../../include/identity.php:1366 +msgid "Love/Romance:" msgstr "" -#: ../../mod/network.php:131 -msgid "No such channel" +#: ../../include/identity.php:1368 +msgid "Work/employment:" msgstr "" -#: ../../mod/network.php:136 -msgid "forum" +#: ../../include/identity.php:1370 +msgid "School/education:" msgstr "" -#: ../../mod/network.php:148 -msgid "Search Results For:" +#: ../../include/identity.php:1390 +msgid "Like this thing" msgstr "" -#: ../../mod/network.php:212 -msgid "Privacy group is empty" +#: ../../include/notify.php:20 +msgid "created a new post" msgstr "" -#: ../../mod/network.php:221 -msgid "Privacy group: " +#: ../../include/notify.php:21 +#, php-format +msgid "commented on %s's post" msgstr "" -#: ../../mod/network.php:247 -msgid "Invalid connection." +#: ../../include/ItemObject.php:89 ../../include/conversation.php:664 +msgid "Private Message" msgstr "" -#: ../../mod/cover_photo.php:130 ../../mod/cover_photo.php:177 -msgid "Cover Photos" +#: ../../include/ItemObject.php:126 ../../include/conversation.php:656 +msgid "Select" msgstr "" -#: ../../mod/cover_photo.php:352 -msgid "Upload Cover Photo" +#: ../../include/ItemObject.php:130 +msgid "Save to Folder" msgstr "" -#: ../../mod/profiles.php:19 ../../mod/profiles.php:184 -#: ../../mod/profiles.php:241 ../../mod/profiles.php:620 -msgid "Profile not found." +#: ../../include/ItemObject.php:151 +msgid "I will attend" msgstr "" -#: ../../mod/profiles.php:39 -msgid "Profile deleted." +#: ../../include/ItemObject.php:151 +msgid "I will not attend" msgstr "" -#: ../../mod/profiles.php:63 ../../mod/profiles.php:99 -msgid "Profile-" +#: ../../include/ItemObject.php:151 +msgid "I might attend" msgstr "" -#: ../../mod/profiles.php:84 ../../mod/profiles.php:127 -msgid "New profile created." +#: ../../include/ItemObject.php:161 +msgid "I agree" msgstr "" -#: ../../mod/profiles.php:105 -msgid "Profile unavailable to clone." +#: ../../include/ItemObject.php:161 +msgid "I disagree" msgstr "" -#: ../../mod/profiles.php:146 -msgid "Profile unavailable to export." +#: ../../include/ItemObject.php:161 +msgid "I abstain" msgstr "" -#: ../../mod/profiles.php:251 -msgid "Profile Name is required." +#: ../../include/ItemObject.php:212 +msgid "Add Star" msgstr "" -#: ../../mod/profiles.php:422 -msgid "Marital Status" +#: ../../include/ItemObject.php:213 +msgid "Remove Star" msgstr "" -#: ../../mod/profiles.php:426 -msgid "Romantic Partner" +#: ../../include/ItemObject.php:214 +msgid "Toggle Star Status" msgstr "" -#: ../../mod/profiles.php:430 ../../mod/profiles.php:735 -msgid "Likes" +#: ../../include/ItemObject.php:218 +msgid "starred" msgstr "" -#: ../../mod/profiles.php:434 ../../mod/profiles.php:736 -msgid "Dislikes" +#: ../../include/ItemObject.php:227 ../../include/conversation.php:671 +msgid "Message signature validated" msgstr "" -#: ../../mod/profiles.php:438 ../../mod/profiles.php:743 -msgid "Work/Employment" +#: ../../include/ItemObject.php:228 ../../include/conversation.php:672 +msgid "Message signature incorrect" msgstr "" -#: ../../mod/profiles.php:441 -msgid "Religion" +#: ../../include/ItemObject.php:236 +msgid "Add Tag" msgstr "" -#: ../../mod/profiles.php:445 -msgid "Political Views" +#: ../../include/ItemObject.php:254 ../../include/taxonomy.php:328 +msgid "like" msgstr "" -#: ../../mod/profiles.php:449 ../../mod/id.php:33 -msgid "Gender" +#: ../../include/ItemObject.php:255 ../../include/taxonomy.php:329 +msgid "dislike" msgstr "" -#: ../../mod/profiles.php:453 -msgid "Sexual Preference" +#: ../../include/ItemObject.php:259 +msgid "Share This" msgstr "" -#: ../../mod/profiles.php:457 -msgid "Homepage" +#: ../../include/ItemObject.php:259 +msgid "share" msgstr "" -#: ../../mod/profiles.php:461 -msgid "Interests" +#: ../../include/ItemObject.php:268 +msgid "Delivery Report" msgstr "" -#: ../../mod/profiles.php:555 -msgid "Profile updated." +#: ../../include/ItemObject.php:286 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/ItemObject.php:315 ../../include/ItemObject.php:316 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../mod/profiles.php:644 -msgid "Hide your connections list from viewers of this profile" +#: ../../include/ItemObject.php:319 +msgid "to" msgstr "" -#: ../../mod/profiles.php:686 -msgid "Edit Profile Details" +#: ../../include/ItemObject.php:320 +msgid "via" msgstr "" -#: ../../mod/profiles.php:688 -msgid "View this profile" +#: ../../include/ItemObject.php:321 +msgid "Wall-to-Wall" msgstr "" -#: ../../mod/profiles.php:690 -msgid "Change cover photo" +#: ../../include/ItemObject.php:322 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../mod/profiles.php:692 -msgid "Create a new profile using these settings" +#: ../../include/ItemObject.php:334 ../../include/conversation.php:719 +#, php-format +msgid "from %s" msgstr "" -#: ../../mod/profiles.php:693 -msgid "Clone this profile" +#: ../../include/ItemObject.php:337 ../../include/conversation.php:722 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../mod/profiles.php:694 -msgid "Delete this profile" +#: ../../include/ItemObject.php:338 ../../include/conversation.php:723 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../mod/profiles.php:695 -msgid "Add profile things" +#: ../../include/ItemObject.php:362 ../../bookmarker/bookmarker.php:45 +msgid "Save Bookmarks" msgstr "" -#: ../../mod/profiles.php:698 -msgid "Relation" +#: ../../include/ItemObject.php:363 +msgid "Add to Calendar" msgstr "" -#: ../../mod/profiles.php:701 -msgid "Import profile from file" +#: ../../include/ItemObject.php:372 +msgid "Mark all seen" msgstr "" -#: ../../mod/profiles.php:702 -msgid "Export profile to file" +#: ../../include/ItemObject.php:413 ../../include/js_strings.php:7 +msgid "[+] show all" msgstr "" -#: ../../mod/profiles.php:703 -msgid "Your gender" +#: ../../include/ItemObject.php:709 +msgid "Image" msgstr "" -#: ../../mod/profiles.php:704 -msgid "Marital status" +#: ../../include/ItemObject.php:710 +msgid "Insert Link" msgstr "" -#: ../../mod/profiles.php:705 -msgid "Sexual preference" +#: ../../include/ItemObject.php:711 +msgid "Video" msgstr "" -#: ../../mod/profiles.php:708 -msgid "Profile name" +#: ../../include/account.php:28 +msgid "Not a valid email address" msgstr "" -#: ../../mod/profiles.php:710 -msgid "This is your default profile." +#: ../../include/account.php:30 +msgid "Your email domain is not among those allowed on this site" msgstr "" -#: ../../mod/profiles.php:712 -msgid "Your full name" +#: ../../include/account.php:36 +msgid "Your email address is already registered at this site." msgstr "" -#: ../../mod/profiles.php:713 -msgid "Title/Description" +#: ../../include/account.php:68 +msgid "An invitation is required." msgstr "" -#: ../../mod/profiles.php:716 -msgid "Street address" +#: ../../include/account.php:72 +msgid "Invitation could not be verified." msgstr "" -#: ../../mod/profiles.php:717 -msgid "Locality/City" +#: ../../include/account.php:122 +msgid "Please enter the required information." msgstr "" -#: ../../mod/profiles.php:718 -msgid "Region/State" +#: ../../include/account.php:189 +msgid "Failed to store account information." msgstr "" -#: ../../mod/profiles.php:719 -msgid "Postal/Zip code" +#: ../../include/account.php:249 +#, php-format +msgid "Registration confirmation for %s" msgstr "" -#: ../../mod/profiles.php:720 -msgid "Country" +#: ../../include/account.php:315 +#, php-format +msgid "Registration request at %s" msgstr "" -#: ../../mod/profiles.php:725 -msgid "Who (if applicable)" +#: ../../include/account.php:317 ../../include/account.php:344 +#: ../../include/account.php:404 ../../include/network.php:1875 +msgid "Administrator" msgstr "" -#: ../../mod/profiles.php:725 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +#: ../../include/account.php:339 +msgid "your registration password" msgstr "" -#: ../../mod/profiles.php:726 -msgid "Since (date)" +#: ../../include/account.php:342 ../../include/account.php:402 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../mod/profiles.php:729 -msgid "Tell us about yourself" +#: ../../include/account.php:414 +msgid "Account approved." msgstr "" -#: ../../mod/profiles.php:730 ../../mod/id.php:27 -msgid "Homepage URL" +#: ../../include/account.php:454 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../mod/profiles.php:731 -msgid "Hometown" +#: ../../include/account.php:506 +msgid "Account verified. Please login." msgstr "" -#: ../../mod/profiles.php:732 -msgid "Political views" +#: ../../include/account.php:719 ../../include/account.php:721 +msgid "Click here to upgrade." msgstr "" -#: ../../mod/profiles.php:733 -msgid "Religious views" +#: ../../include/account.php:727 +msgid "This action exceeds the limits set by your subscription plan." msgstr "" -#: ../../mod/profiles.php:734 -msgid "Keywords used in directory listings" +#: ../../include/account.php:732 +msgid "This action is not available under your subscription plan." msgstr "" -#: ../../mod/profiles.php:734 -msgid "Example: fishing photography software" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../mod/profiles.php:737 -msgid "Musical interests" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../mod/profiles.php:738 -msgid "Books, literature" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../mod/profiles.php:739 -msgid "Television" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../mod/profiles.php:740 -msgid "Film/Dance/Culture/Entertainment" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../mod/profiles.php:741 -msgid "Hobbies/Interests" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../mod/profiles.php:742 -msgid "Love/Romance" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../mod/profiles.php:744 -msgid "School/Education" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../mod/profiles.php:745 -msgid "Contact information and social networks" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../mod/profiles.php:746 -msgid "My other channels" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" msgstr "" -#: ../../mod/dav.php:121 -msgid "$Projectname channel" +#: ../../include/profile_selectors.php:6 +#: ../../include/profile_selectors.php:23 +#: ../../include/profile_selectors.php:61 +#: ../../include/profile_selectors.php:97 ../../include/permissions.php:881 +msgid "Other" msgstr "" -#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 -msgid "Invalid profile identifier." +#: ../../include/profile_selectors.php:6 +msgid "Undecided" msgstr "" -#: ../../mod/profperm.php:110 -msgid "Profile Visibility Editor" +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Males" msgstr "" -#: ../../mod/profperm.php:114 -msgid "Click on a contact to add or remove." +#: ../../include/profile_selectors.php:42 +#: ../../include/profile_selectors.php:61 +msgid "Females" msgstr "" -#: ../../mod/profperm.php:123 -msgid "Visible To" +#: ../../include/profile_selectors.php:42 +msgid "Gay" msgstr "" -#: ../../mod/directory.php:239 -#, php-format -msgid "%d rating" -msgid_plural "%d ratings" -msgstr[0] "" -msgstr[1] "" +#: ../../include/profile_selectors.php:42 +msgid "Lesbian" +msgstr "" -#: ../../mod/directory.php:250 -msgid "Gender: " +#: ../../include/profile_selectors.php:42 +msgid "No Preference" msgstr "" -#: ../../mod/directory.php:252 -msgid "Status: " +#: ../../include/profile_selectors.php:42 +msgid "Bisexual" msgstr "" -#: ../../mod/directory.php:254 -msgid "Homepage: " +#: ../../include/profile_selectors.php:42 +msgid "Autosexual" msgstr "" -#: ../../mod/directory.php:313 -msgid "Description:" +#: ../../include/profile_selectors.php:42 +msgid "Abstinent" msgstr "" -#: ../../mod/directory.php:322 -msgid "Public Forum:" +#: ../../include/profile_selectors.php:42 +msgid "Virgin" msgstr "" -#: ../../mod/directory.php:325 -msgid "Keywords: " +#: ../../include/profile_selectors.php:42 +msgid "Deviant" msgstr "" -#: ../../mod/directory.php:328 -msgid "Don't suggest" +#: ../../include/profile_selectors.php:42 +msgid "Fetish" msgstr "" -#: ../../mod/directory.php:330 -msgid "Common connections:" +#: ../../include/profile_selectors.php:42 +msgid "Oodles" msgstr "" -#: ../../mod/directory.php:379 -msgid "Global Directory" +#: ../../include/profile_selectors.php:42 +msgid "Nonsexual" msgstr "" -#: ../../mod/directory.php:379 -msgid "Local Directory" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Single" msgstr "" -#: ../../mod/directory.php:385 -msgid "Finding:" +#: ../../include/profile_selectors.php:80 +msgid "Lonely" msgstr "" -#: ../../mod/directory.php:390 -msgid "next page" +#: ../../include/profile_selectors.php:80 +msgid "Available" msgstr "" -#: ../../mod/directory.php:390 -msgid "previous page" +#: ../../include/profile_selectors.php:80 +msgid "Unavailable" msgstr "" -#: ../../mod/directory.php:391 -msgid "Sort options" +#: ../../include/profile_selectors.php:80 +msgid "Has crush" msgstr "" -#: ../../mod/directory.php:392 -msgid "Alphabetic" +#: ../../include/profile_selectors.php:80 +msgid "Infatuated" msgstr "" -#: ../../mod/directory.php:393 -msgid "Reverse Alphabetic" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Dating" msgstr "" -#: ../../mod/directory.php:394 -msgid "Newest to Oldest" +#: ../../include/profile_selectors.php:80 +msgid "Unfaithful" msgstr "" -#: ../../mod/directory.php:395 -msgid "Oldest to Newest" +#: ../../include/profile_selectors.php:80 +msgid "Sex Addict" msgstr "" -#: ../../mod/directory.php:412 -msgid "No entries (some entries may be hidden)." +#: ../../include/profile_selectors.php:80 +msgid "Friends/Benefits" msgstr "" -#: ../../mod/dirsearch.php:21 ../../mod/regdir.php:45 -msgid "This site is not a directory server" +#: ../../include/profile_selectors.php:80 +msgid "Casual" msgstr "" -#: ../../mod/dirsearch.php:29 -msgid "This directory server requires an access token" +#: ../../include/profile_selectors.php:80 +msgid "Engaged" msgstr "" -#: ../../mod/pubsites.php:21 -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 <strong>may</strong> provide " -"additional details." +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Married" msgstr "" -#: ../../mod/pubsites.php:27 -msgid "Hub URL" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily married" msgstr "" -#: ../../mod/pubsites.php:27 -msgid "Access Type" +#: ../../include/profile_selectors.php:80 +msgid "Partners" msgstr "" -#: ../../mod/pubsites.php:27 -msgid "Registration Policy" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Cohabiting" msgstr "" -#: ../../mod/pubsites.php:33 -msgid "Rate" +#: ../../include/profile_selectors.php:80 +msgid "Common law" msgstr "" -#: ../../mod/dreport.php:23 -msgid "Invalid message" +#: ../../include/profile_selectors.php:80 +msgid "Happy" msgstr "" -#: ../../mod/dreport.php:55 -msgid "no results" +#: ../../include/profile_selectors.php:80 +msgid "Not looking" msgstr "" -#: ../../mod/dreport.php:60 -#, php-format -msgid "Delivery report for %1$s" +#: ../../include/profile_selectors.php:80 +msgid "Swinger" msgstr "" -#: ../../mod/dreport.php:74 -msgid "channel sync processed" +#: ../../include/profile_selectors.php:80 +msgid "Betrayed" msgstr "" -#: ../../mod/dreport.php:78 -msgid "queued" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Separated" msgstr "" -#: ../../mod/dreport.php:82 -msgid "posted" +#: ../../include/profile_selectors.php:80 +msgid "Unstable" msgstr "" -#: ../../mod/dreport.php:86 -msgid "accepted for delivery" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Divorced" msgstr "" -#: ../../mod/dreport.php:90 -msgid "updated" +#: ../../include/profile_selectors.php:80 +msgid "Imaginarily divorced" msgstr "" -#: ../../mod/dreport.php:93 -msgid "update ignored" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "Widowed" msgstr "" -#: ../../mod/dreport.php:96 -msgid "permission denied" +#: ../../include/profile_selectors.php:80 +msgid "Uncertain" msgstr "" -#: ../../mod/dreport.php:100 -msgid "recipient not found" +#: ../../include/profile_selectors.php:80 +#: ../../include/profile_selectors.php:97 +msgid "It's complicated" msgstr "" -#: ../../mod/dreport.php:103 -msgid "mail recalled" +#: ../../include/profile_selectors.php:80 +msgid "Don't care" msgstr "" -#: ../../mod/dreport.php:106 -msgid "duplicate mail received" +#: ../../include/profile_selectors.php:80 +msgid "Ask me" msgstr "" -#: ../../mod/dreport.php:109 -msgid "mail delivered" +#: ../../include/acl_selectors.php:218 +msgid "Visible to your default audience" msgstr "" -#: ../../mod/editblock.php:118 -msgid "Delete block?" +#: ../../include/acl_selectors.php:243 +msgid "Show" msgstr "" -#: ../../mod/editblock.php:182 -msgid "Edit Block" +#: ../../include/acl_selectors.php:244 +msgid "Don't show" msgstr "" -#: ../../mod/new_channel.php:117 ../../mod/manage.php:130 -#, php-format -msgid "You have created %1$.0f of %2$.0f allowed channels." +#: ../../include/acl_selectors.php:249 +msgid "Other networks and post services" msgstr "" -#: ../../mod/new_channel.php:124 ../../mod/register.php:227 -msgid "Name or caption" +#: ../../include/activities.php:42 +msgid " and " msgstr "" -#: ../../mod/new_channel.php:124 ../../mod/register.php:227 -msgid "" -"Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation " -"Group\"" +#: ../../include/activities.php:50 +msgid "public profile" msgstr "" -#: ../../mod/new_channel.php:126 ../../mod/register.php:229 -msgid "Choose a short nickname" +#: ../../include/activities.php:59 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../mod/new_channel.php:126 ../../mod/register.php:229 +#: ../../include/activities.php:60 #, php-format -msgid "" -"Your nickname will be used to create an easy to remember channel address e." -"g. nickname%s" +msgid "Visit %1$s's %2$s" msgstr "" -#: ../../mod/new_channel.php:128 ../../mod/register.php:231 -msgid "Channel role and privacy" +#: ../../include/activities.php:63 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../mod/new_channel.php:128 ../../mod/register.php:231 -msgid "Select a channel role with your privacy requirements." +#: ../../include/api.php:1338 +msgid "Public Timeline" msgstr "" -#: ../../mod/new_channel.php:128 ../../mod/register.php:231 -msgid "Read more about roles" +#: ../../include/apps.php:128 +msgid "Site Admin" msgstr "" -#: ../../mod/new_channel.php:131 -msgid "Create Channel" +#: ../../include/apps.php:129 ../../include/conversation.php:1694 +#: ../../include/nav.php:102 +msgid "Bookmarks" msgstr "" -#: ../../mod/new_channel.php:132 -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." +#: ../../include/apps.php:130 +msgid "Address Book" msgstr "" -#: ../../mod/new_channel.php:133 -msgid "" -"or <a href=\"import\">import an existing channel</a> from another location." +#: ../../include/apps.php:131 ../../include/nav.php:110 ../../boot.php:1602 +msgid "Login" msgstr "" -#: ../../mod/editlayout.php:112 -msgid "Delete layout?" +#: ../../include/apps.php:133 ../../include/nav.php:182 +msgid "Grid" msgstr "" -#: ../../mod/editlayout.php:160 ../../mod/layouts.php:124 -msgid "Layout Description (Optional)" +#: ../../include/apps.php:137 ../../include/nav.php:185 +msgid "Channel Home" msgstr "" -#: ../../mod/editlayout.php:162 ../../mod/layouts.php:121 -#: ../../mod/layouts.php:180 -msgid "Layout Name" +#: ../../include/apps.php:140 ../../include/conversation.php:1667 +#: ../../include/conversation.php:1670 ../../include/nav.php:204 +msgid "Events" msgstr "" -#: ../../mod/editlayout.php:179 -msgid "Edit Layout" +#: ../../include/apps.php:141 ../../include/nav.php:170 +msgid "Directory" msgstr "" -#: ../../mod/rate.php:158 -msgid "Website:" +#: ../../include/apps.php:143 ../../include/nav.php:196 +msgid "Mail" msgstr "" -#: ../../mod/rate.php:161 -#, php-format -msgid "Remote Channel [%s] (not yet known on this site)" +#: ../../include/apps.php:146 ../../include/nav.php:96 +msgid "Chat" msgstr "" -#: ../../mod/rate.php:162 -msgid "Rating (this information is public)" +#: ../../include/apps.php:148 +msgid "Probe" msgstr "" -#: ../../mod/rate.php:163 -msgid "Optionally explain your rating (this information is public)" +#: ../../include/apps.php:149 +msgid "Suggest" msgstr "" -#: ../../mod/webpages.php:195 -msgid "Page Title" +#: ../../include/apps.php:150 +msgid "Random Channel" msgstr "" -#: ../../mod/editwebpage.php:153 -msgid "Delete webpage?" +#: ../../include/apps.php:151 +msgid "Invite" msgstr "" -#: ../../mod/editwebpage.php:173 -msgid "Page link title" +#: ../../include/apps.php:152 ../../include/widgets.php:1338 +msgid "Features" msgstr "" -#: ../../mod/editwebpage.php:223 -msgid "Edit Webpage" +#: ../../include/apps.php:154 +msgid "Post" msgstr "" -#: ../../mod/blocks.php:95 ../../mod/blocks.php:150 -msgid "Block Name" +#: ../../include/apps.php:252 +msgid "Install" msgstr "" -#: ../../mod/blocks.php:151 -msgid "Block Title" +#: ../../include/apps.php:257 +msgid "Purchase" msgstr "" -#: ../../mod/ratings.php:69 -msgid "No ratings" +#: ../../include/network.php:659 +msgid "view full size" msgstr "" -#: ../../mod/ratings.php:100 -msgid "Rating: " +#: ../../include/network.php:1827 ../../include/enotify.php:57 +msgid "$Projectname Notification" msgstr "" -#: ../../mod/ratings.php:101 -msgid "Website: " +#: ../../include/network.php:1828 ../../include/enotify.php:58 +msgid "$projectname" msgstr "" -#: ../../mod/ratings.php:103 -msgid "Description: " +#: ../../include/network.php:1830 ../../include/enotify.php:60 +msgid "Thank You," msgstr "" -#: ../../mod/events.php:21 -msgid "Calendar entries imported." +#: ../../include/network.php:1832 ../../include/enotify.php:62 +#, php-format +msgid "%s Administrator" msgstr "" -#: ../../mod/events.php:23 -msgid "No calendar entries found." +#: ../../include/network.php:1889 +msgid "No Subject" msgstr "" -#: ../../mod/events.php:100 -msgid "Event can not end before it has started." +#: ../../include/bb2diaspora.php:398 +msgid "Attachments:" msgstr "" -#: ../../mod/events.php:102 ../../mod/events.php:111 ../../mod/events.php:131 -msgid "Unable to generate preview." +#: ../../include/bb2diaspora.php:487 ../../include/event.php:22 +#: ../../include/text.php:1437 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../mod/events.php:109 -msgid "Event title and start time are required." +#: ../../include/bb2diaspora.php:489 +msgid "$Projectname event notification:" msgstr "" -#: ../../mod/events.php:129 ../../mod/events.php:254 -msgid "Event not found." +#: ../../include/bb2diaspora.php:493 ../../include/event.php:30 +#: ../../include/text.php:1441 +msgid "Starts:" msgstr "" -#: ../../mod/events.php:444 -msgid "Edit event title" +#: ../../include/bb2diaspora.php:501 ../../include/event.php:40 +#: ../../include/text.php:1445 +msgid "Finishes:" msgstr "" -#: ../../mod/events.php:444 -msgid "Event title" +#: ../../include/bbcode.php:123 ../../include/bbcode.php:801 +#: ../../include/bbcode.php:804 ../../include/bbcode.php:809 +#: ../../include/bbcode.php:812 ../../include/bbcode.php:815 +#: ../../include/bbcode.php:818 ../../include/bbcode.php:823 +#: ../../include/bbcode.php:826 ../../include/bbcode.php:831 +#: ../../include/bbcode.php:834 ../../include/bbcode.php:837 +#: ../../include/bbcode.php:840 +msgid "Image/photo" msgstr "" -#: ../../mod/events.php:446 -msgid "Categories (comma-separated list)" +#: ../../include/bbcode.php:162 ../../include/bbcode.php:851 +msgid "Encrypted content" msgstr "" -#: ../../mod/events.php:447 -msgid "Edit Category" +#: ../../include/bbcode.php:179 +#, php-format +msgid "Install %s element: " msgstr "" -#: ../../mod/events.php:447 -msgid "Category" +#: ../../include/bbcode.php:183 +#, php-format +msgid "" +"This post contains an installable %s element, however you lack permissions " +"to install it on this site." msgstr "" -#: ../../mod/events.php:450 -msgid "Edit start date and time" +#: ../../include/bbcode.php:255 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" msgstr "" -#: ../../mod/events.php:450 -msgid "Start date and time" +#: ../../include/bbcode.php:545 +msgid "Different viewers will see this text differently" msgstr "" -#: ../../mod/events.php:451 ../../mod/events.php:454 -msgid "Finish date and time are not known or not relevant" +#: ../../include/bbcode.php:762 +msgid "$1 spoiler" msgstr "" -#: ../../mod/events.php:453 -msgid "Edit finish date and time" +#: ../../include/bbcode.php:789 +msgid "$1 wrote:" msgstr "" -#: ../../mod/events.php:453 -msgid "Finish date and time" +#: ../../include/conversation.php:204 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../mod/events.php:455 ../../mod/events.php:456 -msgid "Adjust for viewer timezone" +#: ../../include/conversation.php:239 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../mod/events.php:455 -msgid "" -"Important for events that happen in a particular place. Not practical for " -"global holidays." +#: ../../include/conversation.php:243 ../../include/text.php:992 +#: ../../include/text.php:997 +msgid "poked" msgstr "" -#: ../../mod/events.php:457 -msgid "Edit Description" +#: ../../include/conversation.php:691 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: ../../mod/events.php:459 -msgid "Edit Location" +#: ../../include/conversation.php:710 +msgid "Categories:" msgstr "" -#: ../../mod/events.php:462 ../../mod/events.php:464 -msgid "Share this event" +#: ../../include/conversation.php:711 +msgid "Filed under:" msgstr "" -#: ../../mod/events.php:469 -msgid "Advanced Options" +#: ../../include/conversation.php:738 +msgid "View in context" msgstr "" -#: ../../mod/events.php:603 -msgid "Edit event" +#: ../../include/conversation.php:850 +msgid "remove" msgstr "" -#: ../../mod/events.php:605 -msgid "Delete event" +#: ../../include/conversation.php:854 ../../include/nav.php:256 +msgid "Loading..." msgstr "" -#: ../../mod/events.php:639 -msgid "calendar" +#: ../../include/conversation.php:855 +msgid "Delete Selected Items" msgstr "" -#: ../../mod/events.php:699 -msgid "Event removed" +#: ../../include/conversation.php:953 +msgid "View Source" msgstr "" -#: ../../mod/events.php:702 -msgid "Failed to remove event" +#: ../../include/conversation.php:954 +msgid "Follow Thread" msgstr "" -#: ../../mod/rbmark.php:90 -msgid "Select a bookmark folder" +#: ../../include/conversation.php:955 +msgid "Unfollow Thread" msgstr "" -#: ../../mod/rbmark.php:95 -msgid "Save Bookmark" +#: ../../include/conversation.php:960 +msgid "Activity/Posts" msgstr "" -#: ../../mod/rbmark.php:96 -msgid "URL of bookmark" +#: ../../include/conversation.php:962 +msgid "Edit Connection" msgstr "" -#: ../../mod/rbmark.php:101 -msgid "Or enter new bookmark folder name" +#: ../../include/conversation.php:963 +msgid "Message" msgstr "" -#: ../../mod/ffsapi.php:8 -msgid "Share content from Firefox to $Projectname" +#: ../../include/conversation.php:1080 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../mod/ffsapi.php:11 -msgid "Activate the Firefox $Projectname provider" +#: ../../include/conversation.php:1080 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../mod/register.php:45 -msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +#: ../../include/conversation.php:1084 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1086 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1092 +msgid "and" msgstr "" -#: ../../mod/register.php:51 -msgid "" -"Please indicate acceptance of the Terms of Service. Registration failed." +#: ../../include/conversation.php:1095 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1096 +#, php-format +msgid "%s like this." msgstr "" -#: ../../mod/register.php:85 -msgid "Passwords do not match." +#: ../../include/conversation.php:1096 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../mod/register.php:127 -msgid "" -"Registration successful. Please check your email for validation instructions." +#: ../../include/conversation.php:1169 +msgid "Visible to <strong>everybody</strong>" msgstr "" -#: ../../mod/register.php:133 -msgid "Your registration is pending approval by the site owner." +#: ../../include/conversation.php:1171 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../mod/register.php:136 -msgid "Your registration can not be processed." +#: ../../include/conversation.php:1172 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../mod/register.php:180 -msgid "Registration on this hub is disabled." +#: ../../include/conversation.php:1173 +msgid "Tag term:" msgstr "" -#: ../../mod/register.php:189 -msgid "Registration on this hub is by approval only." +#: ../../include/conversation.php:1175 +msgid "Where are you right now?" msgstr "" -#: ../../mod/register.php:190 -msgid "<a href=\"pubsites\">Register at another affiliated hub.</a>" +#: ../../include/conversation.php:1211 +msgid "Page link name" msgstr "" -#: ../../mod/register.php:200 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." +#: ../../include/conversation.php:1214 +msgid "Post as" msgstr "" -#: ../../mod/register.php:211 -msgid "Terms of Service" +#: ../../include/conversation.php:1222 +msgid "upload photo" msgstr "" -#: ../../mod/register.php:217 -#, php-format -msgid "I accept the %s for this website" +#: ../../include/conversation.php:1224 +msgid "attach file" msgstr "" -#: ../../mod/register.php:219 -#, php-format -msgid "I am over 13 years of age and accept the %s for this website" +#: ../../include/conversation.php:1226 +msgid "web link" msgstr "" -#: ../../mod/register.php:223 -msgid "Your email address" +#: ../../include/conversation.php:1227 +msgid "Insert video link" msgstr "" -#: ../../mod/register.php:224 -msgid "Choose a password" +#: ../../include/conversation.php:1228 +msgid "video link" msgstr "" -#: ../../mod/register.php:225 -msgid "Please re-enter your password" +#: ../../include/conversation.php:1229 +msgid "Insert audio link" msgstr "" -#: ../../mod/register.php:226 -msgid "Please enter your invitation code" +#: ../../include/conversation.php:1230 +msgid "audio link" msgstr "" -#: ../../mod/register.php:232 -msgid "no" +#: ../../include/conversation.php:1232 +msgid "set location" msgstr "" -#: ../../mod/register.php:232 -msgid "yes" +#: ../../include/conversation.php:1237 +msgid "clear location" msgstr "" -#: ../../mod/register.php:246 -msgid "Membership on this site is by invitation only." +#: ../../include/conversation.php:1246 +msgid "permissions" msgstr "" -#: ../../mod/register.php:258 -msgid "Proceed to create your first channel" +#: ../../include/conversation.php:1272 +msgid "Set publish date" msgstr "" -#: ../../mod/regmod.php:11 -msgid "Please login." +#: ../../include/conversation.php:1521 +msgid "Discover" msgstr "" -#: ../../mod/filer.php:48 -msgid "- select -" +#: ../../include/conversation.php:1524 +msgid "Imported public streams" msgstr "" -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." +#: ../../include/conversation.php:1529 +msgid "Commented Order" msgstr "" -#: ../../mod/notifications.php:35 -msgid "Discard" +#: ../../include/conversation.php:1532 +msgid "Sort by Comment Date" msgstr "" -#: ../../mod/notifications.php:94 ../../mod/notify.php:53 -msgid "No more system notifications." +#: ../../include/conversation.php:1536 +msgid "Posted Order" msgstr "" -#: ../../mod/notifications.php:98 ../../mod/notify.php:57 -msgid "System Notifications" +#: ../../include/conversation.php:1539 +msgid "Sort by Post Date" msgstr "" -#: ../../mod/filestorage.php:82 -msgid "Permission Denied." +#: ../../include/conversation.php:1547 +msgid "Posts that mention or involve you" msgstr "" -#: ../../mod/filestorage.php:98 -msgid "File not found." +#: ../../include/conversation.php:1556 +msgid "Activity Stream - by date" msgstr "" -#: ../../mod/filestorage.php:141 -msgid "Edit file permissions" +#: ../../include/conversation.php:1562 +msgid "Starred" msgstr "" -#: ../../mod/filestorage.php:150 -msgid "Set/edit permissions" +#: ../../include/conversation.php:1565 +msgid "Favourite Posts" msgstr "" -#: ../../mod/filestorage.php:151 -msgid "Include all files and sub folders" +#: ../../include/conversation.php:1572 +msgid "Spam" msgstr "" -#: ../../mod/filestorage.php:152 -msgid "Return to file list" +#: ../../include/conversation.php:1575 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../mod/filestorage.php:154 -msgid "Copy/paste this code to attach file to a post" +#: ../../include/conversation.php:1632 +msgid "Status Messages and Posts" msgstr "" -#: ../../mod/filestorage.php:155 -msgid "Copy/paste this URL to link file from a web page" +#: ../../include/conversation.php:1641 +msgid "About" msgstr "" -#: ../../mod/filestorage.php:157 -msgid "Share this file" +#: ../../include/conversation.php:1644 +msgid "Profile Details" msgstr "" -#: ../../mod/filestorage.php:158 -msgid "Show URL to this file" +#: ../../include/conversation.php:1653 ../../include/photos.php:506 +msgid "Photo Albums" msgstr "" -#: ../../mod/filestorage.php:159 -msgid "Notify your contacts about this file" +#: ../../include/conversation.php:1660 +msgid "Files and Storage" msgstr "" -#: ../../mod/removeaccount.php:30 -msgid "" -"Account removals are not allowed within 48 hours of changing the account " -"password." +#: ../../include/conversation.php:1681 ../../include/conversation.php:1684 +#: ../../include/widgets.php:794 +msgid "Chatrooms" msgstr "" -#: ../../mod/removeaccount.php:57 -msgid "Remove This Account" +#: ../../include/conversation.php:1697 +msgid "Saved Bookmarks" msgstr "" -#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 -msgid "WARNING: " +#: ../../include/conversation.php:1707 +msgid "Manage Webpages" msgstr "" -#: ../../mod/removeaccount.php:58 -msgid "" -"This account and all its channels will be completely removed from the " -"network. " +#: ../../include/conversation.php:1766 +msgctxt "noun" +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1769 +msgctxt "noun" +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1772 +msgctxt "noun" +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1775 +msgctxt "noun" +msgid "Agree" +msgid_plural "Agrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1778 +msgctxt "noun" +msgid "Disagree" +msgid_plural "Disagrees" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1781 +msgctxt "noun" +msgid "Abstain" +msgid_plural "Abstains" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/bookmarks.php:35 +#, php-format +msgid "%1$s's bookmarks" msgstr "" -#: ../../mod/removeaccount.php:58 ../../mod/removeme.php:58 -msgid "This action is permanent and can not be undone!" +#: ../../include/chat.php:23 +msgid "Missing room name" msgstr "" -#: ../../mod/removeaccount.php:59 ../../mod/removeme.php:59 -msgid "Please enter your password for verification:" +#: ../../include/chat.php:32 +msgid "Duplicate room name" msgstr "" -#: ../../mod/removeaccount.php:60 -msgid "" -"Remove this account, all its channels and all its channel clones from the " -"network" +#: ../../include/chat.php:82 ../../include/chat.php:90 +msgid "Invalid room specifier." msgstr "" -#: ../../mod/removeaccount.php:60 -msgid "" -"By default only the instances of the channels located on this hub will be " -"removed from the network" +#: ../../include/chat.php:122 +msgid "Room not found." msgstr "" -#: ../../mod/removeaccount.php:61 ../../mod/settings.php:712 -msgid "Remove Account" +#: ../../include/chat.php:143 +msgid "Room is full" msgstr "" -#: ../../mod/follow.php:27 -msgid "Channel added." +#: ../../include/Contact.php:118 +msgid "New window" msgstr "" -#: ../../mod/removeme.php:29 -msgid "" -"Channel removals are not allowed within 48 hours of changing the account " -"password." +#: ../../include/Contact.php:119 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../mod/removeme.php:57 -msgid "Remove This Channel" +#: ../../include/Contact.php:237 +#, php-format +msgid "User '%s' deleted" msgstr "" -#: ../../mod/removeme.php:58 -msgid "This channel will be completely removed from the network. " +#: ../../include/auth.php:105 +msgid "Logged out." msgstr "" -#: ../../mod/removeme.php:60 -msgid "Remove this channel and all its clones from the network" +#: ../../include/auth.php:212 +msgid "Failed authentication" msgstr "" -#: ../../mod/removeme.php:60 +#: ../../include/security.php:383 msgid "" -"By default only the instance of the channel located on this hub will be " -"removed from the network" +"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 "" -#: ../../mod/removeme.php:61 ../../mod/settings.php:1131 -msgid "Remove Channel" +#: ../../include/contact_selectors.php:56 +msgid "Frequently" msgstr "" -#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 -msgid "Contact not found." +#: ../../include/contact_selectors.php:57 +msgid "Hourly" msgstr "" -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." +#: ../../include/contact_selectors.php:58 +msgid "Twice daily" msgstr "" -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" +#: ../../include/contact_selectors.php:59 +msgid "Daily" msgstr "" -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" msgstr "" -#: ../../mod/rmagic.php:40 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." +#: ../../include/contact_selectors.php:61 +msgid "Monthly" msgstr "" -#: ../../mod/rmagic.php:40 -msgid "The error message was:" +#: ../../include/contact_selectors.php:76 +#: ../../include/contact_selectors.php:77 +msgid "Friendica" msgstr "" -#: ../../mod/rmagic.php:44 -msgid "Authentication failed." +#: ../../include/contact_selectors.php:78 +msgid "OStatus" msgstr "" -#: ../../mod/rmagic.php:84 -msgid "Remote Authentication" +#: ../../include/contact_selectors.php:79 +msgid "GNU-Social" msgstr "" -#: ../../mod/rmagic.php:85 -msgid "Enter your channel address (e.g. channel@example.com)" +#: ../../include/contact_selectors.php:80 +msgid "RSS/Atom" msgstr "" -#: ../../mod/rmagic.php:86 -msgid "Authenticate" +#: ../../include/contact_selectors.php:82 +msgid "Diaspora" msgstr "" -#: ../../mod/help.php:163 -msgid "Documentation Search" +#: ../../include/contact_selectors.php:83 +msgid "Facebook" msgstr "" -#: ../../mod/help.php:204 ../../mod/help.php:210 ../../mod/help.php:216 -msgid "Help:" +#: ../../include/contact_selectors.php:84 +msgid "Zot" msgstr "" -#: ../../mod/help.php:257 -msgid "$Projectname Documentation" +#: ../../include/contact_selectors.php:85 +msgid "LinkedIn" msgstr "" -#: ../../mod/group.php:20 -msgid "Privacy group created." +#: ../../include/contact_selectors.php:86 +msgid "XMPP/IM" msgstr "" -#: ../../mod/group.php:26 -msgid "Could not create privacy group." +#: ../../include/contact_selectors.php:87 +msgid "MySpace" msgstr "" -#: ../../mod/group.php:54 -msgid "Privacy group updated." -msgstr "" +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/group.php:86 -msgid "Create a group of channels." +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" msgstr "" -#: ../../mod/group.php:87 ../../mod/group.php:180 -msgid "Privacy group name: " +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" msgstr "" -#: ../../mod/group.php:89 ../../mod/group.php:183 -msgid "Members are visible to other channels" +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" msgstr "" -#: ../../mod/group.php:107 -msgid "Privacy group removed." +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove privacy group." +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" msgstr "" -#: ../../mod/group.php:179 -msgid "Privacy group editor" +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" msgstr "" -#: ../../mod/group.php:193 -msgid "Members" +#: ../../include/contact_widgets.php:32 +msgid "Advanced example: name=fred and country=iceland" msgstr "" -#: ../../mod/group.php:195 -msgid "All Connected Channels" +#: ../../include/contact_widgets.php:57 ../../include/features.php:97 +#: ../../include/widgets.php:310 +msgid "Saved Folders" msgstr "" -#: ../../mod/group.php:227 -msgid "Click on a channel to add or remove." +#: ../../include/contact_widgets.php:60 ../../include/contact_widgets.php:98 +#: ../../include/widgets.php:313 +msgid "Everything" msgstr "" -#: ../../mod/search.php:212 -#, php-format -msgid "Items tagged with: %s" +#: ../../include/contact_widgets.php:95 ../../include/widgets.php:46 +#: ../../include/taxonomy.php:282 +msgid "Categories" msgstr "" -#: ../../mod/search.php:214 +#: ../../include/contact_widgets.php:128 #, php-format -msgid "Search results for: %s" -msgstr "" +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/home.php:57 ../../mod/home.php:65 ../../mod/siteinfo.php:61 -msgid "$Projectname" +#: ../../include/contact_widgets.php:133 +msgid "show more" msgstr "" -#: ../../mod/home.php:75 -#, php-format -msgid "Welcome to %s" +#: ../../include/attach.php:247 ../../include/attach.php:333 +msgid "Item was not found." msgstr "" -#: ../../mod/service_limits.php:19 -msgid "No service class restrictions found." +#: ../../include/attach.php:497 +msgid "No source file." msgstr "" -#: ../../mod/settings.php:76 -msgid "Name is required" +#: ../../include/attach.php:519 +msgid "Cannot locate file to replace" msgstr "" -#: ../../mod/settings.php:80 -msgid "Key and Secret are required" +#: ../../include/attach.php:537 +msgid "Cannot locate file to revise/update" msgstr "" -#: ../../mod/settings.php:232 -msgid "Not valid email." +#: ../../include/attach.php:672 +#, php-format +msgid "File exceeds size limit of %d" msgstr "" -#: ../../mod/settings.php:235 -msgid "Protected email address. Cannot change to that email." +#: ../../include/attach.php:686 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." msgstr "" -#: ../../mod/settings.php:244 -msgid "System failure storing new email. Please try again." +#: ../../include/attach.php:842 +msgid "File upload failed. Possible system limit or action terminated." msgstr "" -#: ../../mod/settings.php:261 -msgid "Password verification failed." +#: ../../include/attach.php:855 +msgid "Stored file could not be verified. Upload failed." msgstr "" -#: ../../mod/settings.php:268 -msgid "Passwords do not match. Password unchanged." +#: ../../include/attach.php:909 ../../include/attach.php:925 +msgid "Path not available." msgstr "" -#: ../../mod/settings.php:272 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../include/attach.php:971 ../../include/attach.php:1123 +msgid "Empty pathname" msgstr "" -#: ../../mod/settings.php:286 -msgid "Password changed." +#: ../../include/attach.php:997 +msgid "duplicate filename or path" msgstr "" -#: ../../mod/settings.php:288 -msgid "Password update failed. Please try again." +#: ../../include/attach.php:1019 +msgid "Path not found." msgstr "" -#: ../../mod/settings.php:532 -msgid "Settings updated." +#: ../../include/attach.php:1077 +msgid "mkdir failed." msgstr "" -#: ../../mod/settings.php:596 ../../mod/settings.php:622 -#: ../../mod/settings.php:658 -msgid "Add application" +#: ../../include/attach.php:1081 +msgid "database storage failed." msgstr "" -#: ../../mod/settings.php:599 -msgid "Name of application" +#: ../../include/attach.php:1129 +msgid "Empty path" msgstr "" -#: ../../mod/settings.php:600 ../../mod/settings.php:626 -msgid "Consumer Key" +#: ../../include/datetime.php:136 +msgid "Birthday" msgstr "" -#: ../../mod/settings.php:600 ../../mod/settings.php:601 -msgid "Automatically generated - change if desired. Max length 20" +#: ../../include/datetime.php:138 +msgid "Age: " msgstr "" -#: ../../mod/settings.php:601 ../../mod/settings.php:627 -msgid "Consumer Secret" +#: ../../include/datetime.php:140 +msgid "YYYY-MM-DD or MM-DD" msgstr "" -#: ../../mod/settings.php:602 ../../mod/settings.php:628 -msgid "Redirect" +#: ../../include/datetime.php:273 ../../boot.php:2432 +msgid "never" msgstr "" -#: ../../mod/settings.php:602 -msgid "" -"Redirect URI - leave blank unless your application specifically requires this" +#: ../../include/datetime.php:279 +msgid "less than a second ago" msgstr "" -#: ../../mod/settings.php:603 ../../mod/settings.php:629 -msgid "Icon url" +#: ../../include/datetime.php:297 +#, php-format +msgctxt "e.g. 22 hours ago, 1 minute ago" +msgid "%1$d %2$s ago" msgstr "" -#: ../../mod/settings.php:603 -msgid "Optional" -msgstr "" +#: ../../include/datetime.php:308 +msgctxt "relative_date" +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:614 -msgid "Application not found." -msgstr "" +#: ../../include/datetime.php:311 +msgctxt "relative_date" +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:657 -msgid "Connected Apps" -msgstr "" +#: ../../include/datetime.php:314 +msgctxt "relative_date" +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:661 -msgid "Client key starts with" -msgstr "" +#: ../../include/datetime.php:317 +msgctxt "relative_date" +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:662 -msgid "No name" -msgstr "" +#: ../../include/datetime.php:320 +msgctxt "relative_date" +msgid "hour" +msgid_plural "hours" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/settings.php:663 -msgid "Remove authorization" +#: ../../include/datetime.php:323 +msgctxt "relative_date" +msgid "minute" +msgid_plural "minutes" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:326 +msgctxt "relative_date" +msgid "second" +msgid_plural "seconds" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/datetime.php:563 +#, php-format +msgid "%1$s's birthday" msgstr "" -#: ../../mod/settings.php:676 -msgid "No feature settings configured" +#: ../../include/datetime.php:564 +#, php-format +msgid "Happy Birthday %1$s" msgstr "" -#: ../../mod/settings.php:683 -msgid "Feature/Addon Settings" +#: ../../include/dir_fns.php:139 +msgid "Directory Options" msgstr "" -#: ../../mod/settings.php:706 -msgid "Account Settings" +#: ../../include/dir_fns.php:141 +msgid "Safe Mode" msgstr "" -#: ../../mod/settings.php:707 -msgid "Current Password" +#: ../../include/dir_fns.php:142 +msgid "Public Forums Only" msgstr "" -#: ../../mod/settings.php:708 -msgid "Enter New Password" +#: ../../include/dir_fns.php:143 +msgid "This Website Only" msgstr "" -#: ../../mod/settings.php:709 -msgid "Confirm New Password" +#: ../../include/enotify.php:96 +#, php-format +msgid "%s <!item_type!>" msgstr "" -#: ../../mod/settings.php:709 -msgid "Leave password fields blank unless changing" +#: ../../include/enotify.php:100 +#, php-format +msgid "[Hubzilla:Notify] New mail received at %s" msgstr "" -#: ../../mod/settings.php:711 ../../mod/settings.php:1048 -msgid "Email Address:" +#: ../../include/enotify.php:102 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../mod/settings.php:713 -msgid "Remove this account including all its channels" +#: ../../include/enotify.php:103 +#, php-format +msgid "%1$s sent you %2$s." msgstr "" -#: ../../mod/settings.php:736 -msgid "Additional Features" +#: ../../include/enotify.php:103 +msgid "a private message" msgstr "" -#: ../../mod/settings.php:760 -msgid "Connector Settings" +#: ../../include/enotify.php:104 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../mod/settings.php:799 -msgid "No special theme for mobile devices" +#: ../../include/enotify.php:160 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../mod/settings.php:802 +#: ../../include/enotify.php:168 #, php-format -msgid "%s - (Experimental)" +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../mod/settings.php:844 -msgid "Display Settings" +#: ../../include/enotify.php:177 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../mod/settings.php:845 -msgid "Theme Settings" +#: ../../include/enotify.php:188 +#, php-format +msgid "[Hubzilla:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../mod/settings.php:846 -msgid "Custom Theme Settings" +#: ../../include/enotify.php:189 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../mod/settings.php:847 -msgid "Content Settings" +#: ../../include/enotify.php:192 ../../include/enotify.php:207 +#: ../../include/enotify.php:233 ../../include/enotify.php:251 +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../mod/settings.php:853 -msgid "Display Theme:" +#: ../../include/enotify.php:198 +#, php-format +msgid "[Hubzilla:Notify] %s posted to your profile wall" msgstr "" -#: ../../mod/settings.php:854 -msgid "Mobile Theme:" +#: ../../include/enotify.php:200 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../mod/settings.php:855 -msgid "Preload images before rendering the page" +#: ../../include/enotify.php:202 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../mod/settings.php:855 -msgid "" -"The subjective page load time will be longer but the page will be ready when " -"displayed" +#: ../../include/enotify.php:226 +#, php-format +msgid "[Hubzilla:Notify] %s tagged you" msgstr "" -#: ../../mod/settings.php:856 -msgid "Enable user zoom on mobile devices" +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../mod/settings.php:857 -msgid "Update browser every xx seconds" +#: ../../include/enotify.php:228 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../mod/settings.php:857 -msgid "Minimum of 10 seconds, no maximum" +#: ../../include/enotify.php:240 +#, php-format +msgid "[Hubzilla:Notify] %1$s poked you" msgstr "" -#: ../../mod/settings.php:858 -msgid "Maximum number of conversations to load at any time:" +#: ../../include/enotify.php:241 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../mod/settings.php:858 -msgid "Maximum of 100 items" +#: ../../include/enotify.php:242 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../mod/settings.php:859 -msgid "Show emoticons (smilies) as images" +#: ../../include/enotify.php:258 +#, php-format +msgid "[Hubzilla:Notify] %s tagged your post" msgstr "" -#: ../../mod/settings.php:860 -msgid "Link post titles to source" +#: ../../include/enotify.php:259 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../mod/settings.php:861 -msgid "System Page Layout Editor - (advanced)" +#: ../../include/enotify.php:260 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../mod/settings.php:864 -msgid "Use blog/list mode on channel page" +#: ../../include/enotify.php:272 +msgid "[Hubzilla:Notify] Introduction received" msgstr "" -#: ../../mod/settings.php:864 ../../mod/settings.php:865 -msgid "(comments displayed separately)" +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../mod/settings.php:865 -msgid "Use blog/list mode on grid page" +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../mod/settings.php:866 -msgid "Channel page max height of content (in pixels)" +#: ../../include/enotify.php:278 ../../include/enotify.php:297 +#, php-format +msgid "You may visit their profile at %s" msgstr "" -#: ../../mod/settings.php:866 ../../mod/settings.php:867 -msgid "click to expand content exceeding this height" +#: ../../include/enotify.php:280 +#, php-format +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../mod/settings.php:867 -msgid "Grid page max height of content (in pixels)" +#: ../../include/enotify.php:287 +msgid "[Hubzilla:Notify] Friend suggestion received" msgstr "" -#: ../../mod/settings.php:901 -msgid "Nobody except yourself" +#: ../../include/enotify.php:288 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../mod/settings.php:902 -msgid "Only those you specifically allow" +#: ../../include/enotify.php:289 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../mod/settings.php:903 -msgid "Approved connections" +#: ../../include/enotify.php:295 +msgid "Name:" msgstr "" -#: ../../mod/settings.php:904 -msgid "Any connections" +#: ../../include/enotify.php:296 +msgid "Photo:" msgstr "" -#: ../../mod/settings.php:905 -msgid "Anybody on this website" +#: ../../include/enotify.php:299 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: ../../mod/settings.php:906 -msgid "Anybody in this network" +#: ../../include/enotify.php:514 +msgid "[Hubzilla:Notify]" msgstr "" -#: ../../mod/settings.php:907 -msgid "Anybody authenticated" +#: ../../include/event.php:779 +msgid "This event has been added to your calendar." msgstr "" -#: ../../mod/settings.php:908 -msgid "Anybody on the internet" +#: ../../include/event.php:978 +msgid "Not specified" msgstr "" -#: ../../mod/settings.php:983 -msgid "Publish your default profile in the network directory" +#: ../../include/event.php:979 +msgid "Needs Action" msgstr "" -#: ../../mod/settings.php:988 -msgid "Allow us to suggest you as a potential friend to new members?" +#: ../../include/event.php:980 +msgid "Completed" msgstr "" -#: ../../mod/settings.php:997 -msgid "Your channel address is" +#: ../../include/event.php:981 +msgid "In Process" msgstr "" -#: ../../mod/settings.php:1039 -msgid "Channel Settings" +#: ../../include/event.php:982 +msgid "Cancelled" msgstr "" -#: ../../mod/settings.php:1046 -msgid "Basic Settings" +#: ../../include/features.php:48 +msgid "General Features" msgstr "" -#: ../../mod/settings.php:1049 -msgid "Your Timezone:" +#: ../../include/features.php:50 +msgid "Content Expiration" msgstr "" -#: ../../mod/settings.php:1050 -msgid "Default Post Location:" +#: ../../include/features.php:50 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../mod/settings.php:1050 -msgid "Geographical location to display on your posts" +#: ../../include/features.php:51 +msgid "Multiple Profiles" msgstr "" -#: ../../mod/settings.php:1051 -msgid "Use Browser Location:" +#: ../../include/features.php:51 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../mod/settings.php:1053 -msgid "Adult Content" +#: ../../include/features.php:52 +msgid "Advanced Profiles" msgstr "" -#: ../../mod/settings.php:1053 -msgid "" -"This channel frequently or regularly publishes adult content. (Please tag " -"any adult material and/or nudity with #NSFW)" +#: ../../include/features.php:52 +msgid "Additional profile sections and selections" msgstr "" -#: ../../mod/settings.php:1055 -msgid "Security and Privacy Settings" +#: ../../include/features.php:53 +msgid "Profile Import/Export" msgstr "" -#: ../../mod/settings.php:1058 -msgid "Your permissions are already configured. Click to view/adjust" +#: ../../include/features.php:53 +msgid "Save and load profile details across sites/channels" msgstr "" -#: ../../mod/settings.php:1060 -msgid "Hide my online presence" +#: ../../include/features.php:54 +msgid "Web Pages" msgstr "" -#: ../../mod/settings.php:1060 -msgid "Prevents displaying in your profile that you are online" +#: ../../include/features.php:54 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../mod/settings.php:1062 -msgid "Simple Privacy Settings:" +#: ../../include/features.php:55 +msgid "Hide Rating" msgstr "" -#: ../../mod/settings.php:1063 +#: ../../include/features.php:55 msgid "" -"Very Public - <em>extremely permissive (should be used with caution)</em>" +"Hide the rating buttons on your channel and profile pages. Note: People can " +"still rate you somewhere else." msgstr "" -#: ../../mod/settings.php:1064 -msgid "" -"Typical - <em>default public, privacy when desired (similar to social " -"network permissions but with improved privacy)</em>" +#: ../../include/features.php:56 +msgid "Private Notes" msgstr "" -#: ../../mod/settings.php:1065 -msgid "Private - <em>default private, never open or public</em>" +#: ../../include/features.php:56 +msgid "Enables a tool to store notes and reminders (note: not encrypted)" msgstr "" -#: ../../mod/settings.php:1066 -msgid "Blocked - <em>default blocked to/from everybody</em>" +#: ../../include/features.php:57 +msgid "Navigation Channel Select" msgstr "" -#: ../../mod/settings.php:1068 -msgid "Allow others to tag your posts" +#: ../../include/features.php:57 +msgid "Change channels directly from within the navigation dropdown menu" msgstr "" -#: ../../mod/settings.php:1068 -msgid "" -"Often used by the community to retro-actively flag inappropriate content" +#: ../../include/features.php:58 +msgid "Photo Location" msgstr "" -#: ../../mod/settings.php:1070 -msgid "Advanced Privacy Settings" +#: ../../include/features.php:58 +msgid "If location data is available on uploaded photos, link this to a map." msgstr "" -#: ../../mod/settings.php:1072 -msgid "Expire other channel content after this many days" +#: ../../include/features.php:59 +msgid "Access Controlled Chatrooms" msgstr "" -#: ../../mod/settings.php:1072 -#, php-format -msgid "0 or blank to use the website limit. The website expires after %d days." +#: ../../include/features.php:59 +msgid "Provide chatrooms and chat services with access control." msgstr "" -#: ../../mod/settings.php:1073 -msgid "Maximum Friend Requests/Day:" +#: ../../include/features.php:60 +msgid "Smart Birthdays" msgstr "" -#: ../../mod/settings.php:1073 -msgid "May reduce spam activity" +#: ../../include/features.php:60 +msgid "" +"Make birthday events timezone aware in case your friends are scattered " +"across the planet." msgstr "" -#: ../../mod/settings.php:1074 -msgid "Default Post Permissions" +#: ../../include/features.php:61 +msgid "Expert Mode" msgstr "" -#: ../../mod/settings.php:1079 -msgid "Channel permissions category:" +#: ../../include/features.php:61 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../mod/settings.php:1085 -msgid "Maximum private messages per day from unknown people:" +#: ../../include/features.php:62 +msgid "Premium Channel" msgstr "" -#: ../../mod/settings.php:1085 -msgid "Useful to reduce spamming" +#: ../../include/features.php:62 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../mod/settings.php:1088 -msgid "Notification Settings" +#: ../../include/features.php:67 +msgid "Post Composition Features" msgstr "" -#: ../../mod/settings.php:1089 -msgid "By default post a status message when:" +#: ../../include/features.php:70 +msgid "Large Photos" msgstr "" -#: ../../mod/settings.php:1090 -msgid "accepting a friend request" +#: ../../include/features.php:70 +msgid "" +"Include large (1024px) photo thumbnails in posts. If not enabled, use small " +"(640px) photo thumbnails" msgstr "" -#: ../../mod/settings.php:1091 -msgid "joining a forum/community" +#: ../../include/features.php:71 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../mod/settings.php:1092 -msgid "making an <em>interesting</em> profile change" +#: ../../include/features.php:72 +msgid "Even More Encryption" msgstr "" -#: ../../mod/settings.php:1093 -msgid "Send a notification email when:" +#: ../../include/features.php:72 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../mod/settings.php:1094 -msgid "You receive a connection request" +#: ../../include/features.php:73 +msgid "Enable Voting Tools" msgstr "" -#: ../../mod/settings.php:1095 -msgid "Your connections are confirmed" +#: ../../include/features.php:73 +msgid "Provide a class of post which others can vote on" msgstr "" -#: ../../mod/settings.php:1096 -msgid "Someone writes on your profile wall" +#: ../../include/features.php:74 +msgid "Delayed Posting" msgstr "" -#: ../../mod/settings.php:1097 -msgid "Someone writes a followup comment" +#: ../../include/features.php:74 +msgid "Allow posts to be published at a later date" msgstr "" -#: ../../mod/settings.php:1098 -msgid "You receive a private message" +#: ../../include/features.php:75 +msgid "Suppress Duplicate Posts/Comments" msgstr "" -#: ../../mod/settings.php:1099 -msgid "You receive a friend suggestion" +#: ../../include/features.php:75 +msgid "" +"Prevent posts with identical content to be published with less than two " +"minutes in between submissions." msgstr "" -#: ../../mod/settings.php:1100 -msgid "You are tagged in a post" +#: ../../include/features.php:81 +msgid "Network and Stream Filtering" msgstr "" -#: ../../mod/settings.php:1101 -msgid "You are poked/prodded/etc. in a post" +#: ../../include/features.php:82 +msgid "Search by Date" msgstr "" -#: ../../mod/settings.php:1104 -msgid "Show visual notifications including:" +#: ../../include/features.php:82 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../mod/settings.php:1106 -msgid "Unseen grid activity" +#: ../../include/features.php:83 ../../include/group.php:311 +msgid "Privacy Groups" msgstr "" -#: ../../mod/settings.php:1107 -msgid "Unseen channel activity" +#: ../../include/features.php:83 +msgid "Enable management and selection of privacy groups" msgstr "" -#: ../../mod/settings.php:1108 -msgid "Unseen private messages" +#: ../../include/features.php:84 ../../include/widgets.php:281 +msgid "Saved Searches" msgstr "" -#: ../../mod/settings.php:1108 ../../mod/settings.php:1113 -#: ../../mod/settings.php:1114 ../../mod/settings.php:1115 -msgid "Recommended" +#: ../../include/features.php:84 +msgid "Save search terms for re-use" msgstr "" -#: ../../mod/settings.php:1109 -msgid "Upcoming events" +#: ../../include/features.php:85 +msgid "Network Personal Tab" msgstr "" -#: ../../mod/settings.php:1110 -msgid "Events today" +#: ../../include/features.php:85 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../mod/settings.php:1111 -msgid "Upcoming birthdays" +#: ../../include/features.php:86 +msgid "Network New Tab" msgstr "" -#: ../../mod/settings.php:1111 -msgid "Not available in all themes" +#: ../../include/features.php:86 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../mod/settings.php:1112 -msgid "System (personal) notifications" +#: ../../include/features.php:87 +msgid "Affinity Tool" msgstr "" -#: ../../mod/settings.php:1113 -msgid "System info messages" +#: ../../include/features.php:87 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../mod/settings.php:1114 -msgid "System critical alerts" +#: ../../include/features.php:88 +msgid "Connection Filtering" msgstr "" -#: ../../mod/settings.php:1115 -msgid "New connections" +#: ../../include/features.php:88 +msgid "Filter incoming posts from connections based on keywords/content" msgstr "" -#: ../../mod/settings.php:1116 -msgid "System Registrations" +#: ../../include/features.php:89 +msgid "Suggest Channels" msgstr "" -#: ../../mod/settings.php:1117 -msgid "" -"Also show new wall posts, private messages and connections under Notices" +#: ../../include/features.php:89 +msgid "Show channel suggestions" msgstr "" -#: ../../mod/settings.php:1119 -msgid "Notify me of events this many days in advance" +#: ../../include/features.php:94 +msgid "Post/Comment Tools" msgstr "" -#: ../../mod/settings.php:1119 -msgid "Must be greater than 0" +#: ../../include/features.php:95 +msgid "Community Tagging" msgstr "" -#: ../../mod/settings.php:1121 -msgid "Advanced Account/Page Type Settings" +#: ../../include/features.php:95 +msgid "Ability to tag existing posts" msgstr "" -#: ../../mod/settings.php:1122 -msgid "Change the behaviour of this account for special situations" +#: ../../include/features.php:96 +msgid "Post Categories" msgstr "" -#: ../../mod/settings.php:1125 -msgid "" -"Please enable expert mode (in <a href=\"settings/features\">Settings > " -"Additional features</a>) to adjust!" +#: ../../include/features.php:96 +msgid "Add categories to your posts" msgstr "" -#: ../../mod/settings.php:1126 -msgid "Miscellaneous Settings" +#: ../../include/features.php:97 +msgid "Ability to file posts under folders" msgstr "" -#: ../../mod/settings.php:1127 -msgid "Default photo upload folder" +#: ../../include/features.php:98 +msgid "Dislike Posts" msgstr "" -#: ../../mod/settings.php:1127 ../../mod/settings.php:1128 -msgid "%Y - current year, %m - current month" +#: ../../include/features.php:98 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../mod/settings.php:1128 -msgid "Default file upload folder" +#: ../../include/features.php:99 +msgid "Star Posts" msgstr "" -#: ../../mod/settings.php:1130 -msgid "Personal menu to display in your channel pages" +#: ../../include/features.php:99 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../mod/settings.php:1132 -msgid "Remove this channel." +#: ../../include/features.php:100 +msgid "Tag Cloud" msgstr "" -#: ../../mod/settings.php:1133 -msgid "Firefox Share $Projectname provider" +#: ../../include/features.php:100 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../mod/settings.php:1134 -msgid "Start calendar week on monday" +#: ../../include/follow.php:28 +msgid "Channel is blocked on this site." msgstr "" -#: ../../mod/id.php:11 -msgid "First Name" +#: ../../include/follow.php:33 +msgid "Channel location missing." msgstr "" -#: ../../mod/id.php:12 -msgid "Last Name" +#: ../../include/follow.php:82 +msgid "Response from remote channel was incomplete." msgstr "" -#: ../../mod/id.php:13 -msgid "Nickname" +#: ../../include/follow.php:99 +msgid "Channel was deleted and no longer exists." msgstr "" -#: ../../mod/id.php:14 -msgid "Full Name" +#: ../../include/follow.php:155 ../../include/follow.php:191 +msgid "Protocol disabled." msgstr "" -#: ../../mod/id.php:20 -msgid "Profile Photo 16px" +#: ../../include/follow.php:179 +msgid "Channel discovery failed." msgstr "" -#: ../../mod/id.php:21 -msgid "Profile Photo 32px" +#: ../../include/follow.php:217 +msgid "Cannot connect to yourself." msgstr "" -#: ../../mod/id.php:22 -msgid "Profile Photo 48px" +#: ../../include/group.php:26 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." msgstr "" -#: ../../mod/id.php:23 -msgid "Profile Photo 64px" +#: ../../include/group.php:248 +msgid "Add new connections to this privacy group" msgstr "" -#: ../../mod/id.php:24 -msgid "Profile Photo 80px" +#: ../../include/group.php:289 +msgid "edit" msgstr "" -#: ../../mod/id.php:25 -msgid "Profile Photo 128px" +#: ../../include/group.php:312 +msgid "Edit group" msgstr "" -#: ../../mod/id.php:26 -msgid "Timezone" +#: ../../include/group.php:313 +msgid "Add privacy group" msgstr "" -#: ../../mod/id.php:29 -msgid "Birth Year" +#: ../../include/group.php:314 +msgid "Channels not in any privacy group" msgstr "" -#: ../../mod/id.php:30 -msgid "Birth Month" +#: ../../include/group.php:316 ../../include/widgets.php:282 +msgid "add" msgstr "" -#: ../../mod/id.php:31 -msgid "Birth Day" +#: ../../include/items.php:1138 ../../include/items.php:1183 +msgid "(Unknown)" msgstr "" -#: ../../mod/id.php:32 -msgid "Birthdate" +#: ../../include/items.php:1382 +msgid "Visible to anybody on the internet." msgstr "" -#: ../../mod/setup.php:197 -msgid "$Projectname Server - Setup" +#: ../../include/items.php:1384 +msgid "Visible to you only." msgstr "" -#: ../../mod/setup.php:201 -msgid "Could not connect to database." +#: ../../include/items.php:1386 +msgid "Visible to anybody in this network." msgstr "" -#: ../../mod/setup.php:205 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." +#: ../../include/items.php:1388 +msgid "Visible to anybody authenticated." msgstr "" -#: ../../mod/setup.php:212 -msgid "Could not create table." +#: ../../include/items.php:1390 +#, php-format +msgid "Visible to anybody on %s." msgstr "" -#: ../../mod/setup.php:217 -msgid "Your site database has been installed." +#: ../../include/items.php:1392 +msgid "Visible to all connections." msgstr "" -#: ../../mod/setup.php:221 -msgid "" -"You may need to import the file \"install/schema_xxx.sql\" manually using a " -"database client." +#: ../../include/items.php:1394 +msgid "Visible to approved connections." msgstr "" -#: ../../mod/setup.php:222 ../../mod/setup.php:290 ../../mod/setup.php:740 -msgid "Please see the file \"install/INSTALL.txt\"." +#: ../../include/items.php:1396 +msgid "Visible to specific connections." msgstr "" -#: ../../mod/setup.php:287 -msgid "System check" +#: ../../include/items.php:5142 +msgid "Privacy group is empty." msgstr "" -#: ../../mod/setup.php:292 -msgid "Check again" +#: ../../include/items.php:5149 +#, php-format +msgid "Privacy group: %s" msgstr "" -#: ../../mod/setup.php:314 -msgid "Database connection" +#: ../../include/items.php:5161 +msgid "Connection not found." msgstr "" -#: ../../mod/setup.php:315 -msgid "" -"In order to install $Projectname we need to know how to connect to your " -"database." +#: ../../include/items.php:5594 +msgid "profile photo" msgstr "" -#: ../../mod/setup.php:316 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." +#: ../../include/photos.php:112 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" msgstr "" -#: ../../mod/setup.php:317 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." +#: ../../include/photos.php:119 +msgid "Image file is empty." msgstr "" -#: ../../mod/setup.php:321 -msgid "Database Server Name" +#: ../../include/photos.php:257 +msgid "Photo storage failed." msgstr "" -#: ../../mod/setup.php:321 -msgid "Default is 127.0.0.1" +#: ../../include/photos.php:297 +msgid "a new photo" msgstr "" -#: ../../mod/setup.php:322 -msgid "Database Port" +#: ../../include/photos.php:301 +#, php-format +msgctxt "photo_upload" +msgid "%1$s posted %2$s to %3$s" msgstr "" -#: ../../mod/setup.php:322 -msgid "Communication port number - use 0 for default" +#: ../../include/photos.php:510 +msgid "Upload New Photos" msgstr "" -#: ../../mod/setup.php:323 -msgid "Database Login Name" +#: ../../include/widgets.php:103 +msgid "System" msgstr "" -#: ../../mod/setup.php:324 -msgid "Database Login Password" +#: ../../include/widgets.php:106 +msgid "Create Personal App" msgstr "" -#: ../../mod/setup.php:325 -msgid "Database Name" +#: ../../include/widgets.php:107 +msgid "Edit Personal App" msgstr "" -#: ../../mod/setup.php:326 -msgid "Database Type" +#: ../../include/widgets.php:154 +msgid "Suggestions" msgstr "" -#: ../../mod/setup.php:328 ../../mod/setup.php:368 -msgid "Site administrator email address" +#: ../../include/widgets.php:155 +msgid "See more..." msgstr "" -#: ../../mod/setup.php:328 ../../mod/setup.php:368 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." +#: ../../include/widgets.php:175 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." msgstr "" -#: ../../mod/setup.php:329 ../../mod/setup.php:370 -msgid "Website URL" +#: ../../include/widgets.php:181 +msgid "Add New Connection" msgstr "" -#: ../../mod/setup.php:329 ../../mod/setup.php:370 -msgid "Please use SSL (https) URL if available." +#: ../../include/widgets.php:182 +msgid "Enter channel address" msgstr "" -#: ../../mod/setup.php:330 ../../mod/setup.php:373 -msgid "Please select a default timezone for your website" +#: ../../include/widgets.php:183 +msgid "Examples: bob@example.com, https://example.com/barbara" msgstr "" -#: ../../mod/setup.php:357 -msgid "Site settings" +#: ../../include/widgets.php:199 +msgid "Notes" msgstr "" -#: ../../mod/setup.php:371 -msgid "Enable $Projectname <strong>advanced</strong> features?" +#: ../../include/widgets.php:273 +msgid "Remove term" msgstr "" -#: ../../mod/setup.php:371 -msgid "" -"Some advanced features, while useful - may be best suited for technically " -"proficient audiences" +#: ../../include/widgets.php:354 +msgid "Archives" msgstr "" -#: ../../mod/setup.php:423 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../include/widgets.php:467 +msgid "Refresh" msgstr "" -#: ../../mod/setup.php:424 -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." +#: ../../include/widgets.php:507 +msgid "Account settings" msgstr "" -#: ../../mod/setup.php:428 -msgid "PHP executable path" +#: ../../include/widgets.php:513 +msgid "Channel settings" msgstr "" -#: ../../mod/setup.php:428 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." +#: ../../include/widgets.php:522 +msgid "Additional features" msgstr "" -#: ../../mod/setup.php:433 -msgid "Command line PHP" +#: ../../include/widgets.php:529 +msgid "Feature/Addon settings" msgstr "" -#: ../../mod/setup.php:442 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../include/widgets.php:535 +msgid "Display settings" msgstr "" -#: ../../mod/setup.php:443 -msgid "This is required for message delivery to work." +#: ../../include/widgets.php:542 +msgid "Manage locations" msgstr "" -#: ../../mod/setup.php:446 -msgid "PHP register_argc_argv" +#: ../../include/widgets.php:551 +msgid "Export channel" msgstr "" -#: ../../mod/setup.php:464 -#, 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." +#: ../../include/widgets.php:558 +msgid "Connected apps" msgstr "" -#: ../../mod/setup.php:469 -msgid "You can adjust these settings in the servers php.ini." +#: ../../include/widgets.php:573 +msgid "Premium Channel Settings" msgstr "" -#: ../../mod/setup.php:471 -msgid "PHP upload limits" +#: ../../include/widgets.php:602 +msgid "Private Mail Menu" msgstr "" -#: ../../mod/setup.php:494 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../include/widgets.php:604 +msgid "Combined View" msgstr "" -#: ../../mod/setup.php:495 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../include/widgets.php:609 ../../include/nav.php:199 +msgid "Inbox" msgstr "" -#: ../../mod/setup.php:498 -msgid "Generate encryption keys" +#: ../../include/widgets.php:614 ../../include/nav.php:200 +msgid "Outbox" msgstr "" -#: ../../mod/setup.php:510 -msgid "libCurl PHP module" +#: ../../include/widgets.php:619 ../../include/nav.php:201 +msgid "New Message" msgstr "" -#: ../../mod/setup.php:511 -msgid "GD graphics PHP module" +#: ../../include/widgets.php:636 ../../include/widgets.php:648 +msgid "Conversations" msgstr "" -#: ../../mod/setup.php:512 -msgid "OpenSSL PHP module" +#: ../../include/widgets.php:640 +msgid "Received Messages" msgstr "" -#: ../../mod/setup.php:513 -msgid "mysqli or postgres PHP module" +#: ../../include/widgets.php:644 +msgid "Sent Messages" msgstr "" -#: ../../mod/setup.php:514 -msgid "mb_string PHP module" +#: ../../include/widgets.php:658 +msgid "No messages." msgstr "" -#: ../../mod/setup.php:515 -msgid "mcrypt PHP module" +#: ../../include/widgets.php:676 +msgid "Delete conversation" msgstr "" -#: ../../mod/setup.php:516 -msgid "xml PHP module" +#: ../../include/widgets.php:702 +msgid "Events Menu" msgstr "" -#: ../../mod/setup.php:520 ../../mod/setup.php:522 -msgid "Apache mod_rewrite module" +#: ../../include/widgets.php:703 +msgid "Day View" msgstr "" -#: ../../mod/setup.php:520 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../include/widgets.php:704 +msgid "Week View" msgstr "" -#: ../../mod/setup.php:526 ../../mod/setup.php:529 -msgid "proc_open" +#: ../../include/widgets.php:705 +msgid "Month View" msgstr "" -#: ../../mod/setup.php:526 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" +#: ../../include/widgets.php:717 +msgid "Events Tools" msgstr "" -#: ../../mod/setup.php:534 -msgid "Error: libCURL PHP module required but not installed." +#: ../../include/widgets.php:718 +msgid "Export Calendar" msgstr "" -#: ../../mod/setup.php:538 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../include/widgets.php:719 +msgid "Import Calendar" msgstr "" -#: ../../mod/setup.php:542 -msgid "Error: openssl PHP module required but not installed." +#: ../../include/widgets.php:798 +msgid "Overview" msgstr "" -#: ../../mod/setup.php:546 -msgid "" -"Error: mysqli or postgres PHP module required but neither are installed." +#: ../../include/widgets.php:805 +msgid "Chat Members" msgstr "" -#: ../../mod/setup.php:550 -msgid "Error: mb_string PHP module required but not installed." +#: ../../include/widgets.php:828 +msgid "Bookmarked Chatrooms" msgstr "" -#: ../../mod/setup.php:554 -msgid "Error: mcrypt PHP module required but not installed." +#: ../../include/widgets.php:851 +msgid "Suggested Chatrooms" msgstr "" -#: ../../mod/setup.php:558 -msgid "Error: xml PHP module required for DAV but not installed." +#: ../../include/widgets.php:996 ../../include/widgets.php:1108 +msgid "photo/image" msgstr "" -#: ../../mod/setup.php:576 -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." +#: ../../include/widgets.php:1051 +msgid "Click to show more" msgstr "" -#: ../../mod/setup.php:577 -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." +#: ../../include/widgets.php:1202 +msgid "Rating Tools" msgstr "" -#: ../../mod/setup.php:578 -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." +#: ../../include/widgets.php:1206 ../../include/widgets.php:1208 +msgid "Rate Me" msgstr "" -#: ../../mod/setup.php:579 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." +#: ../../include/widgets.php:1211 +msgid "View Ratings" msgstr "" -#: ../../mod/setup.php:582 -msgid ".htconfig.php is writable" +#: ../../include/widgets.php:1268 +msgid "Forums" msgstr "" -#: ../../mod/setup.php:596 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." +#: ../../include/widgets.php:1297 +msgid "Tasks" msgstr "" -#: ../../mod/setup.php:597 -#, php-format -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory %s under the Red top level folder." +#: ../../include/widgets.php:1306 +msgid "Documentation" msgstr "" -#: ../../mod/setup.php:598 ../../mod/setup.php:619 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." +#: ../../include/widgets.php:1308 +msgid "Project/Site Information" msgstr "" -#: ../../mod/setup.php:599 -#, 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." +#: ../../include/widgets.php:1309 +msgid "For Members" msgstr "" -#: ../../mod/setup.php:602 -#, php-format -msgid "%s is writable" +#: ../../include/widgets.php:1310 +msgid "For Administrators" msgstr "" -#: ../../mod/setup.php:618 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" +#: ../../include/widgets.php:1311 +msgid "For Developers" msgstr "" -#: ../../mod/setup.php:622 -msgid "store is writable" +#: ../../include/widgets.php:1335 +msgid "Accounts" msgstr "" -#: ../../mod/setup.php:655 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../include/widgets.php:1335 ../../include/widgets.php:1373 +msgid "Member registrations waiting for confirmation" msgstr "" -#: ../../mod/setup.php:656 -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!" +#: ../../include/widgets.php:1341 +msgid "Inspect queue" msgstr "" -#: ../../mod/setup.php:657 -msgid "" -"This restriction is incorporated because public posts from you may for " -"example contain references to images on your own hub." +#: ../../include/widgets.php:1343 +msgid "DB updates" msgstr "" -#: ../../mod/setup.php:658 -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." +#: ../../include/widgets.php:1368 ../../include/nav.php:219 +msgid "Admin" msgstr "" -#: ../../mod/setup.php:659 -msgid "" -"This can cause usability issues elsewhere (not just on your own site) so we " -"must insist on this requirement." +#: ../../include/widgets.php:1369 +msgid "Plugin Features" msgstr "" -#: ../../mod/setup.php:660 -msgid "" -"Providers are available that issue free certificates which are browser-valid." +#: ../../include/taxonomy.php:240 ../../include/taxonomy.php:261 +msgid "Tags" msgstr "" -#: ../../mod/setup.php:662 -msgid "SSL certificate validation" +#: ../../include/taxonomy.php:305 +msgid "Keywords" msgstr "" -#: ../../mod/setup.php:668 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -"Test: " +#: ../../include/taxonomy.php:326 +msgid "have" msgstr "" -#: ../../mod/setup.php:671 -msgid "Url rewrite is working" +#: ../../include/taxonomy.php:326 +msgid "has" msgstr "" -#: ../../mod/setup.php:680 -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." +#: ../../include/taxonomy.php:327 +msgid "want" msgstr "" -#: ../../mod/setup.php:704 -msgid "Errors encountered creating database tables." +#: ../../include/taxonomy.php:327 +msgid "wants" msgstr "" -#: ../../mod/setup.php:738 -msgid "<h1>What next</h1>" +#: ../../include/taxonomy.php:328 +msgid "likes" msgstr "" -#: ../../mod/setup.php:739 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../include/taxonomy.php:329 +msgid "dislikes" msgstr "" -#: ../../mod/impel.php:192 -#, php-format -msgid "%s element installed" +#: ../../include/js_strings.php:5 +msgid "Delete this item?" msgstr "" -#: ../../mod/impel.php:195 -#, php-format -msgid "%s element installation failed" +#: ../../include/js_strings.php:8 +msgid "[-] show less" msgstr "" -#: ../../mod/import.php:28 -#, php-format -msgid "Your service plan only allows %d channels." +#: ../../include/js_strings.php:9 +msgid "[+] expand" msgstr "" -#: ../../mod/import.php:66 ../../mod/import_items.php:38 -msgid "Nothing to import." +#: ../../include/js_strings.php:10 +msgid "[-] collapse" msgstr "" -#: ../../mod/import.php:90 ../../mod/import_items.php:62 -msgid "Unable to download data from old server" +#: ../../include/js_strings.php:11 +msgid "Password too short" msgstr "" -#: ../../mod/import.php:96 ../../mod/import_items.php:68 -msgid "Imported file is empty." +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" msgstr "" -#: ../../mod/import.php:118 ../../mod/import_items.php:82 -#, php-format -msgid "Warning: Database versions differ by %1$d updates." +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" msgstr "" -#: ../../mod/import.php:156 -msgid "No channel. Import failed." +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" msgstr "" -#: ../../mod/import.php:524 -msgid "You must be logged in to use this feature." +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" -#: ../../mod/import.php:529 -msgid "Import Channel" +#: ../../include/js_strings.php:17 +msgid "close all" msgstr "" -#: ../../mod/import.php:530 -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." +#: ../../include/js_strings.php:18 +msgid "Nothing new here" msgstr "" -#: ../../mod/import.php:531 ../../mod/import_items.php:115 -msgid "File to Upload" +#: ../../include/js_strings.php:19 +msgid "Rate This Channel (this is public)" msgstr "" -#: ../../mod/import.php:532 -msgid "Or provide the old server/hub details" +#: ../../include/js_strings.php:21 +msgid "Describe (optional)" msgstr "" -#: ../../mod/import.php:533 -msgid "Your old identity address (xyz@example.com)" +#: ../../include/js_strings.php:23 +msgid "Please enter a link URL" msgstr "" -#: ../../mod/import.php:534 -msgid "Your old login email address" +#: ../../include/js_strings.php:24 +msgid "Unsaved changes. Are you sure you wish to leave this page?" msgstr "" -#: ../../mod/import.php:535 -msgid "Your old login password" +#: ../../include/js_strings.php:27 +msgid "timeago.prefixAgo" msgstr "" -#: ../../mod/import.php:536 -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." +#: ../../include/js_strings.php:28 +msgid "timeago.prefixFromNow" msgstr "" -#: ../../mod/import.php:537 -msgid "Make this hub my primary location" +#: ../../include/js_strings.php:29 +msgid "ago" msgstr "" -#: ../../mod/import.php:538 -msgid "" -"Import existing posts if possible (experimental - limited by available memory" +#: ../../include/js_strings.php:30 +msgid "from now" msgstr "" -#: ../../mod/import.php:539 -msgid "" -"This process may take several minutes to complete. Please submit the form " -"only once and leave this page open until finished." +#: ../../include/js_strings.php:31 +msgid "less than a minute" msgstr "" -#: ../../mod/import_items.php:98 -msgid "Import completed" +#: ../../include/js_strings.php:32 +msgid "about a minute" msgstr "" -#: ../../mod/import_items.php:113 -msgid "Import Items" +#: ../../include/js_strings.php:33 +#, php-format +msgid "%d minutes" msgstr "" -#: ../../mod/import_items.php:114 -msgid "Use this form to import existing posts and content from an export file." +#: ../../include/js_strings.php:34 +msgid "about an hour" msgstr "" -#: ../../mod/sharedwithme.php:94 -msgid "Files: shared with me" +#: ../../include/js_strings.php:35 +#, php-format +msgid "about %d hours" msgstr "" -#: ../../mod/sharedwithme.php:96 -msgid "NEW" +#: ../../include/js_strings.php:36 +msgid "a day" msgstr "" -#: ../../mod/sharedwithme.php:99 -msgid "Remove all files" +#: ../../include/js_strings.php:37 +#, php-format +msgid "%d days" msgstr "" -#: ../../mod/sharedwithme.php:100 -msgid "Remove this file" +#: ../../include/js_strings.php:38 +msgid "about a month" msgstr "" -#: ../../mod/invite.php:25 -msgid "Total invitation limit exceeded." +#: ../../include/js_strings.php:39 +#, php-format +msgid "%d months" msgstr "" -#: ../../mod/invite.php:49 +#: ../../include/js_strings.php:40 +msgid "about a year" +msgstr "" + +#: ../../include/js_strings.php:41 #, php-format -msgid "%s : Not a valid email address." +msgid "%d years" msgstr "" -#: ../../mod/invite.php:59 -msgid "Please join us on $Projectname" +#: ../../include/js_strings.php:42 +msgid " " msgstr "" -#: ../../mod/invite.php:70 -msgid "Invitation limit exceeded. Please contact your site administrator." +#: ../../include/js_strings.php:43 +msgid "timeago.numbers" msgstr "" -#: ../../mod/invite.php:75 -#, php-format -msgid "%s : Message delivery failed." +#: ../../include/js_strings.php:45 ../../include/text.php:1210 +msgid "January" msgstr "" -#: ../../mod/invite.php:79 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" +#: ../../include/js_strings.php:46 ../../include/text.php:1210 +msgid "February" +msgstr "" -#: ../../mod/invite.php:98 -msgid "You have no more invitations available" +#: ../../include/js_strings.php:47 ../../include/text.php:1210 +msgid "March" msgstr "" -#: ../../mod/invite.php:129 -msgid "Send invitations" +#: ../../include/js_strings.php:48 ../../include/text.php:1210 +msgid "April" msgstr "" -#: ../../mod/invite.php:130 -msgid "Enter email addresses, one per line:" +#: ../../include/js_strings.php:49 +msgctxt "long" +msgid "May" msgstr "" -#: ../../mod/invite.php:131 ../../mod/mail.php:246 -msgid "Your message:" +#: ../../include/js_strings.php:50 ../../include/text.php:1210 +msgid "June" msgstr "" -#: ../../mod/invite.php:132 -msgid "Please join my community on $Projectname." +#: ../../include/js_strings.php:51 ../../include/text.php:1210 +msgid "July" msgstr "" -#: ../../mod/invite.php:134 -msgid "You will need to supply this invitation code:" +#: ../../include/js_strings.php:52 ../../include/text.php:1210 +msgid "August" msgstr "" -#: ../../mod/invite.php:135 -msgid "1. Register at any $Projectname location (they are all inter-connected)" +#: ../../include/js_strings.php:53 ../../include/text.php:1210 +msgid "September" msgstr "" -#: ../../mod/invite.php:137 -msgid "2. Enter my $Projectname network address into the site searchbar." +#: ../../include/js_strings.php:54 ../../include/text.php:1210 +msgid "October" msgstr "" -#: ../../mod/invite.php:138 -msgid "or visit" +#: ../../include/js_strings.php:55 ../../include/text.php:1210 +msgid "November" msgstr "" -#: ../../mod/invite.php:140 -msgid "3. Click [Connect]" +#: ../../include/js_strings.php:56 ../../include/text.php:1210 +msgid "December" msgstr "" -#: ../../mod/siteinfo.php:15 -#, php-format -msgid "Version %s" +#: ../../include/js_strings.php:57 +msgid "Jan" msgstr "" -#: ../../mod/siteinfo.php:36 -msgid "Installed plugins/addons/apps:" +#: ../../include/js_strings.php:58 +msgid "Feb" msgstr "" -#: ../../mod/siteinfo.php:49 -msgid "No installed plugins/addons/apps" +#: ../../include/js_strings.php:59 +msgid "Mar" msgstr "" -#: ../../mod/siteinfo.php:62 -msgid "" -"This is a hub of $Projectname - a global cooperative network of " -"decentralized privacy enhanced websites." +#: ../../include/js_strings.php:60 +msgid "Apr" msgstr "" -#: ../../mod/siteinfo.php:64 -msgid "Tag: " +#: ../../include/js_strings.php:61 +msgctxt "short" +msgid "May" msgstr "" -#: ../../mod/siteinfo.php:66 -msgid "Last background fetch: " +#: ../../include/js_strings.php:62 +msgid "Jun" msgstr "" -#: ../../mod/siteinfo.php:68 -msgid "Current load average: " +#: ../../include/js_strings.php:63 +msgid "Jul" msgstr "" -#: ../../mod/siteinfo.php:71 -msgid "Running at web location" +#: ../../include/js_strings.php:64 +msgid "Aug" msgstr "" -#: ../../mod/siteinfo.php:72 -msgid "" -"Please visit <a href=\"http://hubzilla.org\">hubzilla.org</a> to learn more " -"about $Projectname." +#: ../../include/js_strings.php:65 +msgid "Sep" msgstr "" -#: ../../mod/siteinfo.php:73 -msgid "Bug reports and issues: please visit" +#: ../../include/js_strings.php:66 +msgid "Oct" msgstr "" -#: ../../mod/siteinfo.php:75 -msgid "$projectname issues" +#: ../../include/js_strings.php:67 +msgid "Nov" msgstr "" -#: ../../mod/siteinfo.php:76 -msgid "" -"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com" +#: ../../include/js_strings.php:68 +msgid "Dec" msgstr "" -#: ../../mod/siteinfo.php:78 -msgid "Site Administrators" +#: ../../include/js_strings.php:69 ../../include/text.php:1206 +msgid "Sunday" msgstr "" -#: ../../mod/item.php:174 -msgid "Unable to locate original post." +#: ../../include/js_strings.php:70 ../../include/text.php:1206 +msgid "Monday" msgstr "" -#: ../../mod/item.php:423 -msgid "Empty post discarded." +#: ../../include/js_strings.php:71 ../../include/text.php:1206 +msgid "Tuesday" msgstr "" -#: ../../mod/item.php:463 -msgid "Executable content type not permitted to this channel." +#: ../../include/js_strings.php:72 ../../include/text.php:1206 +msgid "Wednesday" msgstr "" -#: ../../mod/item.php:843 -msgid "Duplicate post suppressed." +#: ../../include/js_strings.php:73 ../../include/text.php:1206 +msgid "Thursday" msgstr "" -#: ../../mod/item.php:973 -msgid "System error. Post not saved." +#: ../../include/js_strings.php:74 ../../include/text.php:1206 +msgid "Friday" msgstr "" -#: ../../mod/item.php:1240 -msgid "Unable to obtain post information from database." +#: ../../include/js_strings.php:75 ../../include/text.php:1206 +msgid "Saturday" msgstr "" -#: ../../mod/item.php:1247 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." +#: ../../include/js_strings.php:76 +msgid "Sun" msgstr "" -#: ../../mod/item.php:1254 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../include/js_strings.php:77 +msgid "Mon" msgstr "" -#: ../../mod/layouts.php:177 -msgid "Comanche page description language help" +#: ../../include/js_strings.php:78 +msgid "Tue" msgstr "" -#: ../../mod/layouts.php:181 -msgid "Layout Description" +#: ../../include/js_strings.php:79 +msgid "Wed" msgstr "" -#: ../../mod/layouts.php:186 -msgid "Download PDL file" +#: ../../include/js_strings.php:80 +msgid "Thu" msgstr "" -#: ../../mod/like.php:15 -msgid "Like/Dislike" +#: ../../include/js_strings.php:81 +msgid "Fri" msgstr "" -#: ../../mod/like.php:20 -msgid "This action is restricted to members." +#: ../../include/js_strings.php:82 +msgid "Sat" msgstr "" -#: ../../mod/like.php:21 -msgid "" -"Please <a href=\"rmagic\">login with your $Projectname ID</a> or <a href=" -"\"register\">register as a new $Projectname member</a> to continue." +#: ../../include/js_strings.php:83 +msgctxt "calendar" +msgid "today" msgstr "" -#: ../../mod/like.php:101 ../../mod/like.php:127 ../../mod/like.php:165 -msgid "Invalid request." +#: ../../include/js_strings.php:84 +msgctxt "calendar" +msgid "month" msgstr "" -#: ../../mod/like.php:142 -msgid "thing" +#: ../../include/js_strings.php:85 +msgctxt "calendar" +msgid "week" msgstr "" -#: ../../mod/like.php:188 -msgid "Channel unavailable." +#: ../../include/js_strings.php:86 +msgctxt "calendar" +msgid "day" msgstr "" -#: ../../mod/like.php:236 -msgid "Previous action reversed." +#: ../../include/js_strings.php:87 +msgctxt "calendar" +msgid "All day" msgstr "" -#: ../../mod/like.php:420 -#, php-format -msgid "%1$s agrees with %2$s's %3$s" +#: ../../include/message.php:20 +msgid "No recipient provided." msgstr "" -#: ../../mod/like.php:422 -#, php-format -msgid "%1$s doesn't agree with %2$s's %3$s" +#: ../../include/message.php:25 +msgid "[no subject]" msgstr "" -#: ../../mod/like.php:424 -#, php-format -msgid "%1$s abstains from a decision on %2$s's %3$s" +#: ../../include/message.php:45 +msgid "Unable to determine sender." msgstr "" -#: ../../mod/like.php:426 -#, php-format -msgid "%1$s is attending %2$s's %3$s" +#: ../../include/message.php:222 +msgid "Stored post could not be verified." msgstr "" -#: ../../mod/like.php:428 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" +#: ../../include/import.php:23 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." msgstr "" -#: ../../mod/like.php:430 -#, php-format -msgid "%1$s may attend %2$s's %3$s" +#: ../../include/import.php:70 +msgid "Channel clone failed. Import failed." msgstr "" -#: ../../mod/like.php:533 -msgid "Action completed." +#: ../../include/oembed.php:267 +msgid "Embedded content" msgstr "" -#: ../../mod/like.php:534 -msgid "Thank you." +#: ../../include/oembed.php:276 +msgid "Embedding disabled" msgstr "" -#: ../../mod/locs.php:21 ../../mod/locs.php:50 -msgid "Location not found." +#: ../../include/page_widgets.php:6 +msgid "New Page" msgstr "" -#: ../../mod/locs.php:58 -msgid "Location lookup failed." +#: ../../include/page_widgets.php:43 +msgid "Title" msgstr "" -#: ../../mod/locs.php:62 -msgid "" -"Please select another location to become primary before removing the primary " -"location." +#: ../../include/permissions.php:26 +msgid "Can view my normal stream and posts" msgstr "" -#: ../../mod/locs.php:91 -msgid "Syncing locations" +#: ../../include/permissions.php:27 +msgid "Can view my default channel profile" msgstr "" -#: ../../mod/locs.php:101 -msgid "No locations found." +#: ../../include/permissions.php:28 +msgid "Can view my connections" msgstr "" -#: ../../mod/locs.php:112 -msgid "Manage Channel Locations" +#: ../../include/permissions.php:29 +msgid "Can view my file storage and photos" msgstr "" -#: ../../mod/locs.php:115 -msgid "Primary" +#: ../../include/permissions.php:30 +msgid "Can view my webpages" msgstr "" -#: ../../mod/locs.php:116 ../../mod/menu.php:109 -msgid "Drop" +#: ../../include/permissions.php:33 +msgid "Can send me their channel stream and posts" msgstr "" -#: ../../mod/locs.php:118 -msgid "Sync Now" +#: ../../include/permissions.php:34 +msgid "Can post on my channel page (\"wall\")" msgstr "" -#: ../../mod/locs.php:119 -msgid "Please wait several minutes between consecutive operations." +#: ../../include/permissions.php:35 +msgid "Can comment on or like my posts" msgstr "" -#: ../../mod/locs.php:120 -msgid "" -"When possible, drop a location by logging into that website/hub and removing " -"your channel." +#: ../../include/permissions.php:36 +msgid "Can send me private mail messages" msgstr "" -#: ../../mod/locs.php:121 -msgid "Use this form to drop the location if the hub is no longer operating." +#: ../../include/permissions.php:37 +msgid "Can like/dislike stuff" msgstr "" -#: ../../mod/sources.php:32 -msgid "Failed to create source. No channel selected." +#: ../../include/permissions.php:37 +msgid "Profiles and things other than posts/comments" msgstr "" -#: ../../mod/sources.php:45 -msgid "Source created." +#: ../../include/permissions.php:39 +msgid "Can forward to all my channel contacts via post @mentions" msgstr "" -#: ../../mod/sources.php:57 -msgid "Source updated." +#: ../../include/permissions.php:39 +msgid "Advanced - useful for creating group forum channels" msgstr "" -#: ../../mod/sources.php:82 -msgid "*" +#: ../../include/permissions.php:40 +msgid "Can chat with me (when available)" msgstr "" -#: ../../mod/sources.php:89 -msgid "Manage remote sources of content for your channel." +#: ../../include/permissions.php:41 +msgid "Can write to my file storage and photos" msgstr "" -#: ../../mod/sources.php:90 ../../mod/sources.php:100 -msgid "New Source" +#: ../../include/permissions.php:42 +msgid "Can edit my webpages" msgstr "" -#: ../../mod/sources.php:101 ../../mod/sources.php:133 -msgid "" -"Import all or selected content from the following channel into this channel " -"and distribute it according to your channel settings." +#: ../../include/permissions.php:44 +msgid "Can source my public posts in derived channels" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Only import content with these words (one per line)" +#: ../../include/permissions.php:44 +msgid "Somewhat advanced - very useful in open communities" msgstr "" -#: ../../mod/sources.php:102 ../../mod/sources.php:134 -msgid "Leave blank to import all public content" +#: ../../include/permissions.php:46 +msgid "Can administer my channel resources" msgstr "" -#: ../../mod/sources.php:103 ../../mod/sources.php:137 -msgid "Channel Name" +#: ../../include/permissions.php:46 +msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../mod/sources.php:123 ../../mod/sources.php:150 -msgid "Source not found." +#: ../../include/permissions.php:877 +msgid "Social Networking" msgstr "" -#: ../../mod/sources.php:130 -msgid "Edit Source" +#: ../../include/permissions.php:877 +msgid "Social - Mostly Public" msgstr "" -#: ../../mod/sources.php:131 -msgid "Delete Source" +#: ../../include/permissions.php:877 +msgid "Social - Restricted" msgstr "" -#: ../../mod/sources.php:158 -msgid "Source removed" +#: ../../include/permissions.php:877 +msgid "Social - Private" msgstr "" -#: ../../mod/sources.php:160 -msgid "Unable to remove source." +#: ../../include/permissions.php:878 +msgid "Community Forum" msgstr "" -#: ../../mod/lostpass.php:15 -msgid "No valid account found." +#: ../../include/permissions.php:878 +msgid "Forum - Mostly Public" msgstr "" -#: ../../mod/lostpass.php:29 -msgid "Password reset request issued. Check your email." +#: ../../include/permissions.php:878 +msgid "Forum - Restricted" msgstr "" -#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:103 -#, php-format -msgid "Site Member (%s)" +#: ../../include/permissions.php:878 +msgid "Forum - Private" msgstr "" -#: ../../mod/lostpass.php:40 -#, php-format -msgid "Password reset requested at %s" +#: ../../include/permissions.php:879 +msgid "Feed Republish" msgstr "" -#: ../../mod/lostpass.php:63 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." +#: ../../include/permissions.php:879 +msgid "Feed - Mostly Public" msgstr "" -#: ../../mod/lostpass.php:86 ../../boot.php:1608 -msgid "Password Reset" +#: ../../include/permissions.php:879 +msgid "Feed - Restricted" msgstr "" -#: ../../mod/lostpass.php:87 -msgid "Your password has been reset as requested." +#: ../../include/permissions.php:880 +msgid "Special Purpose" msgstr "" -#: ../../mod/lostpass.php:88 -msgid "Your new password is" +#: ../../include/permissions.php:880 +msgid "Special - Celebrity/Soapbox" msgstr "" -#: ../../mod/lostpass.php:89 -msgid "Save or copy your new password - and then" +#: ../../include/permissions.php:880 +msgid "Special - Group Repository" msgstr "" -#: ../../mod/lostpass.php:90 -msgid "click here to login" +#: ../../include/permissions.php:881 +msgid "Custom/Expert Mode" msgstr "" -#: ../../mod/lostpass.php:91 -msgid "" -"Your password may be changed from the <em>Settings</em> page after " -"successful login." +#: ../../include/text.php:394 +msgid "prev" msgstr "" -#: ../../mod/lostpass.php:108 -#, php-format -msgid "Your password has changed at %s" +#: ../../include/text.php:396 +msgid "first" msgstr "" -#: ../../mod/lostpass.php:123 -msgid "Forgot your Password?" +#: ../../include/text.php:425 +msgid "last" msgstr "" -#: ../../mod/lostpass.php:124 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." +#: ../../include/text.php:428 +msgid "next" msgstr "" -#: ../../mod/lostpass.php:125 -msgid "Email Address" +#: ../../include/text.php:438 +msgid "older" msgstr "" -#: ../../mod/lostpass.php:126 -msgid "Reset" +#: ../../include/text.php:440 +msgid "newer" msgstr "" -#: ../../mod/magic.php:69 -msgid "Hub not found." +#: ../../include/text.php:822 +msgid "No connections" msgstr "" -#: ../../mod/subthread.php:114 +#: ../../include/text.php:847 #, php-format -msgid "%1$s is following %2$s's %3$s" +msgid "View all %s connections" msgstr "" -#: ../../mod/subthread.php:116 -#, php-format -msgid "%1$s stopped following %2$s's %3$s" +#: ../../include/text.php:992 ../../include/text.php:997 +msgid "poke" msgstr "" -#: ../../mod/mail.php:34 -msgid "Unable to lookup recipient." +#: ../../include/text.php:998 +msgid "ping" msgstr "" -#: ../../mod/mail.php:42 -msgid "Unable to communicate with requested channel." +#: ../../include/text.php:998 +msgid "pinged" msgstr "" -#: ../../mod/mail.php:49 -msgid "Cannot verify requested channel." +#: ../../include/text.php:999 +msgid "prod" msgstr "" -#: ../../mod/mail.php:75 -msgid "Selected channel has private message restrictions. Send failed." +#: ../../include/text.php:999 +msgid "prodded" msgstr "" -#: ../../mod/mail.php:140 -msgid "Messages" +#: ../../include/text.php:1000 +msgid "slap" msgstr "" -#: ../../mod/mail.php:175 -msgid "Message recalled." +#: ../../include/text.php:1000 +msgid "slapped" msgstr "" -#: ../../mod/mail.php:188 -msgid "Conversation removed." +#: ../../include/text.php:1001 +msgid "finger" msgstr "" -#: ../../mod/mail.php:231 -msgid "Requested channel is not in this network" +#: ../../include/text.php:1001 +msgid "fingered" msgstr "" -#: ../../mod/mail.php:239 -msgid "Send Private Message" +#: ../../include/text.php:1002 +msgid "rebuff" msgstr "" -#: ../../mod/mail.php:240 ../../mod/mail.php:370 -msgid "To:" +#: ../../include/text.php:1002 +msgid "rebuffed" msgstr "" -#: ../../mod/mail.php:243 ../../mod/mail.php:372 -msgid "Subject:" +#: ../../include/text.php:1014 +msgid "happy" msgstr "" -#: ../../mod/mail.php:250 -msgid "Send" +#: ../../include/text.php:1015 +msgid "sad" msgstr "" -#: ../../mod/mail.php:342 -msgid "Delete message" +#: ../../include/text.php:1016 +msgid "mellow" msgstr "" -#: ../../mod/mail.php:343 -msgid "Delivery report" +#: ../../include/text.php:1017 +msgid "tired" msgstr "" -#: ../../mod/mail.php:344 -msgid "Recall message" +#: ../../include/text.php:1018 +msgid "perky" msgstr "" -#: ../../mod/mail.php:346 -msgid "Message has been recalled." +#: ../../include/text.php:1019 +msgid "angry" msgstr "" -#: ../../mod/mail.php:363 -msgid "Delete Conversation" +#: ../../include/text.php:1020 +msgid "stupefied" msgstr "" -#: ../../mod/mail.php:365 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." +#: ../../include/text.php:1021 +msgid "puzzled" msgstr "" -#: ../../mod/mail.php:369 -msgid "Send Reply" +#: ../../include/text.php:1022 +msgid "interested" msgstr "" -#: ../../mod/mail.php:374 -#, php-format -msgid "Your message for %s (%s):" +#: ../../include/text.php:1023 +msgid "bitter" msgstr "" -#: ../../mod/suggest.php:35 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +#: ../../include/text.php:1024 +msgid "cheerful" msgstr "" -#: ../../mod/manage.php:137 -msgid "Create a new channel" +#: ../../include/text.php:1025 +msgid "alive" msgstr "" -#: ../../mod/manage.php:159 -msgid "Current Channel" +#: ../../include/text.php:1026 +msgid "annoyed" msgstr "" -#: ../../mod/manage.php:161 -msgid "Switch to one of your channels by selecting it." +#: ../../include/text.php:1027 +msgid "anxious" msgstr "" -#: ../../mod/manage.php:162 -msgid "Default Channel" +#: ../../include/text.php:1028 +msgid "cranky" msgstr "" -#: ../../mod/manage.php:163 -msgid "Make Default" +#: ../../include/text.php:1029 +msgid "disturbed" msgstr "" -#: ../../mod/manage.php:166 -#, php-format -msgid "%d new messages" +#: ../../include/text.php:1030 +msgid "frustrated" msgstr "" -#: ../../mod/manage.php:167 -#, php-format -msgid "%d new introductions" +#: ../../include/text.php:1031 +msgid "depressed" msgstr "" -#: ../../mod/manage.php:169 -msgid "Delegated Channel" +#: ../../include/text.php:1032 +msgid "motivated" msgstr "" -#: ../../mod/tagger.php:96 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" +#: ../../include/text.php:1033 +msgid "relaxed" msgstr "" -#: ../../mod/match.php:22 -msgid "Profile Match" +#: ../../include/text.php:1034 +msgid "surprised" msgstr "" -#: ../../mod/match.php:31 -msgid "No keywords to match. Please add keywords to your default profile." +#: ../../include/text.php:1210 +msgid "May" msgstr "" -#: ../../mod/match.php:63 -msgid "is interested in:" +#: ../../include/text.php:1287 ../../include/text.php:1291 +msgid "Unknown Attachment" msgstr "" -#: ../../mod/match.php:70 -msgid "No matches" +#: ../../include/text.php:1293 +msgid "unknown" msgstr "" -#: ../../mod/tagrm.php:44 ../../mod/tagrm.php:94 -msgid "Tag removed" +#: ../../include/text.php:1329 +msgid "remove category" msgstr "" -#: ../../mod/tagrm.php:119 -msgid "Remove Item Tag" +#: ../../include/text.php:1406 +msgid "remove from file" msgstr "" -#: ../../mod/tagrm.php:121 -msgid "Select a tag to remove: " +#: ../../include/text.php:1548 ../../include/text.php:1559 +msgid "Click to open/close" msgstr "" -#: ../../mod/menu.php:45 -msgid "Unable to update menu." +#: ../../include/text.php:1764 ../../include/text.php:1836 +msgid "default" msgstr "" -#: ../../mod/menu.php:56 -msgid "Unable to create menu." +#: ../../include/text.php:1772 +msgid "Page layout" msgstr "" -#: ../../mod/menu.php:94 ../../mod/menu.php:106 -msgid "Menu Name" +#: ../../include/text.php:1772 +msgid "You can create your own with the layouts tool" msgstr "" -#: ../../mod/menu.php:94 -msgid "Unique name (not visible on webpage) - required" +#: ../../include/text.php:1814 +msgid "Page content type" msgstr "" -#: ../../mod/menu.php:95 ../../mod/menu.php:107 -msgid "Menu Title" +#: ../../include/text.php:1848 +msgid "Select an alternate language" msgstr "" -#: ../../mod/menu.php:95 -msgid "Visible on webpage - leave empty for no title" +#: ../../include/text.php:1980 +msgid "activity" msgstr "" -#: ../../mod/menu.php:96 -msgid "Allow Bookmarks" +#: ../../include/text.php:2275 +msgid "Design Tools" msgstr "" -#: ../../mod/menu.php:96 ../../mod/menu.php:153 -msgid "Menu may be used to store saved bookmarks" +#: ../../include/text.php:2281 +msgid "Pages" msgstr "" -#: ../../mod/menu.php:97 ../../mod/menu.php:155 -msgid "Submit and proceed" +#: ../../include/nav.php:82 ../../include/nav.php:113 ../../boot.php:1601 +msgid "Logout" msgstr "" -#: ../../mod/menu.php:113 -msgid "Bookmarks allowed" +#: ../../include/nav.php:82 ../../include/nav.php:113 +msgid "End this session" msgstr "" -#: ../../mod/menu.php:115 -msgid "Delete this menu" +#: ../../include/nav.php:85 ../../include/nav.php:144 +msgid "Home" msgstr "" -#: ../../mod/menu.php:116 ../../mod/menu.php:150 -msgid "Edit menu contents" +#: ../../include/nav.php:85 +msgid "Your posts and conversations" msgstr "" -#: ../../mod/menu.php:117 -msgid "Edit this menu" +#: ../../include/nav.php:86 +msgid "Your profile page" msgstr "" -#: ../../mod/menu.php:132 -msgid "Menu could not be deleted." +#: ../../include/nav.php:88 +msgid "Manage/Edit profiles" msgstr "" -#: ../../mod/menu.php:145 -msgid "Edit Menu" +#: ../../include/nav.php:90 +msgid "Edit your profile" msgstr "" -#: ../../mod/menu.php:149 -msgid "Add or remove entries to this menu" +#: ../../include/nav.php:92 +msgid "Your photos" msgstr "" -#: ../../mod/menu.php:151 -msgid "Menu name" +#: ../../include/nav.php:93 +msgid "Your files" msgstr "" -#: ../../mod/menu.php:151 -msgid "Must be unique, only seen by you" +#: ../../include/nav.php:96 +msgid "Your chatrooms" msgstr "" -#: ../../mod/menu.php:152 -msgid "Menu title" +#: ../../include/nav.php:102 +msgid "Your bookmarks" msgstr "" -#: ../../mod/menu.php:152 -msgid "Menu title as seen by others" +#: ../../include/nav.php:106 +msgid "Your webpages" msgstr "" -#: ../../mod/menu.php:153 -msgid "Allow bookmarks" +#: ../../include/nav.php:110 +msgid "Sign in" msgstr "" -#: ../../mod/thing.php:110 -msgid "Thing updated" +#: ../../include/nav.php:127 +#, php-format +msgid "%s - click to logout" msgstr "" -#: ../../mod/thing.php:162 -msgid "Object store: failed" +#: ../../include/nav.php:130 +msgid "Remote authentication" msgstr "" -#: ../../mod/thing.php:166 -msgid "Thing added" +#: ../../include/nav.php:130 +msgid "Click to authenticate to your home hub" msgstr "" -#: ../../mod/thing.php:192 -#, php-format -msgid "OBJ: %1$s %2$s %3$s" +#: ../../include/nav.php:144 +msgid "Home Page" msgstr "" -#: ../../mod/thing.php:255 -msgid "Show Thing" +#: ../../include/nav.php:148 +msgid "Create an account" msgstr "" -#: ../../mod/thing.php:262 -msgid "item not found." +#: ../../include/nav.php:161 +msgid "Help and documentation" msgstr "" -#: ../../mod/thing.php:295 -msgid "Edit Thing" +#: ../../include/nav.php:165 +msgid "Applications, utilities, links, games" msgstr "" -#: ../../mod/thing.php:297 ../../mod/thing.php:347 -msgid "Select a profile" +#: ../../include/nav.php:167 +msgid "Search site @name, #tag, ?docs, content" msgstr "" -#: ../../mod/thing.php:301 ../../mod/thing.php:350 -msgid "Post an activity" +#: ../../include/nav.php:170 +msgid "Channel Directory" msgstr "" -#: ../../mod/thing.php:301 ../../mod/thing.php:350 -msgid "Only sends to viewers of the applicable profile" +#: ../../include/nav.php:182 +msgid "Your grid" msgstr "" -#: ../../mod/thing.php:303 ../../mod/thing.php:352 -msgid "Name of thing e.g. something" +#: ../../include/nav.php:183 +msgid "Mark all grid notifications seen" msgstr "" -#: ../../mod/thing.php:305 ../../mod/thing.php:353 -msgid "URL of thing (optional)" +#: ../../include/nav.php:185 +msgid "Channel home" msgstr "" -#: ../../mod/thing.php:307 ../../mod/thing.php:354 -msgid "URL for photo of thing (optional)" +#: ../../include/nav.php:186 +msgid "Mark all channel notifications seen" msgstr "" -#: ../../mod/thing.php:345 -msgid "Add Thing to your Profile" +#: ../../include/nav.php:192 +msgid "Notices" msgstr "" -#: ../../mod/uexport.php:51 ../../mod/uexport.php:52 -msgid "Export Channel" +#: ../../include/nav.php:192 +msgid "Notifications" msgstr "" -#: ../../mod/uexport.php:53 -msgid "" -"Export your basic channel information to a file. This acts as a backup of " -"your connections, permissions, profile and basic data, which can be used to " -"import your data to a new server hub, but does not contain your content." +#: ../../include/nav.php:193 +msgid "See all notifications" msgstr "" -#: ../../mod/uexport.php:54 -msgid "Export Content" +#: ../../include/nav.php:196 +msgid "Private mail" msgstr "" -#: ../../mod/uexport.php:55 -msgid "" -"Export your channel information and recent content to a JSON backup that can " -"be restored or imported to another server hub. This backs up all of your " -"connections, permissions, profile data and several months of posts. This " -"file may be VERY large. Please be patient - it may take several minutes for " -"this download to begin." +#: ../../include/nav.php:197 +msgid "See all private messages" msgstr "" -#: ../../mod/uexport.php:56 -msgid "Export your posts from a given year." +#: ../../include/nav.php:198 +msgid "Mark all private messages seen" msgstr "" -#: ../../mod/uexport.php:58 -msgid "" -"You may also export your posts and conversations for a particular year or " -"month. Adjust the date in your browser location bar to select other dates. " -"If the export fails (possibly due to memory exhaustion on your server hub), " -"please try again selecting a more limited date range." +#: ../../include/nav.php:204 +msgid "Event Calendar" msgstr "" -#: ../../mod/uexport.php:59 -#, php-format -msgid "" -"To select all posts for a given year, such as this year, visit <a href=\"%1$s" -"\">%2$s</a>" +#: ../../include/nav.php:205 +msgid "See all events" msgstr "" -#: ../../mod/uexport.php:60 -#, php-format -msgid "" -"To select all posts for a given month, such as January of this year, visit " -"<a href=\"%1$s\">%2$s</a>" +#: ../../include/nav.php:206 +msgid "Mark all events seen" msgstr "" -#: ../../mod/uexport.php:61 -#, php-format -msgid "" -"These content files may be imported or restored by visiting <a href=\"%1$s\">" -"%2$s</a> on any site containing your channel. For best results please import " -"or restore these in date order (oldest first)." +#: ../../include/nav.php:209 +msgid "Manage Your Channels" msgstr "" -#: ../../mod/viewconnections.php:59 -msgid "No connections." +#: ../../include/nav.php:211 +msgid "Account/Channel Settings" msgstr "" -#: ../../mod/viewconnections.php:72 -#, php-format -msgid "Visit %s's profile [%s]" +#: ../../include/nav.php:219 +msgid "Site Setup and Configuration" msgstr "" -#: ../../mod/viewconnections.php:101 -msgid "View Connections" +#: ../../include/nav.php:261 +msgid "@name, #tag, ?doc, content" msgstr "" -#: ../../mod/viewsrc.php:40 -msgid "Source of Item" +#: ../../include/nav.php:262 +msgid "Please wait..." msgstr "" -#: ../../mod/xchan.php:6 -msgid "Xchan Lookup" +#: ../../include/zot.php:680 +msgid "Invalid data packet" msgstr "" -#: ../../mod/xchan.php:9 -msgid "Lookup xchan beginning with (or webbie): " +#: ../../include/zot.php:696 +msgid "Unable to verify channel signature" +msgstr "" + +#: ../../include/zot.php:2332 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "" + +#: ../../include/zot.php:3670 +msgid "invalid target signature" msgstr "" #: ../../view/theme/redbasic/php/config.php:82 @@ -9585,62 +9755,62 @@ msgstr "" msgid "Set size of followup author photos" msgstr "" -#: ../../boot.php:1073 +#: ../../boot.php:1075 #, php-format msgctxt "opensearch" msgid "Search %1$s (%2$s)" msgstr "" -#: ../../boot.php:1073 +#: ../../boot.php:1075 msgctxt "opensearch" msgid "$Projectname" msgstr "" -#: ../../boot.php:1390 +#: ../../boot.php:1392 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1393 +#: ../../boot.php:1395 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1581 +#: ../../boot.php:1583 msgid "" "Create an account to access services and applications within the Hubzilla" msgstr "" -#: ../../boot.php:1603 +#: ../../boot.php:1605 msgid "Password" msgstr "" -#: ../../boot.php:1604 +#: ../../boot.php:1606 msgid "Remember me" msgstr "" -#: ../../boot.php:1607 +#: ../../boot.php:1609 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:2236 +#: ../../boot.php:2238 msgid "toggle mobile" msgstr "" -#: ../../boot.php:2389 +#: ../../boot.php:2391 msgid "Website SSL certificate is not valid. Please correct." msgstr "" -#: ../../boot.php:2392 +#: ../../boot.php:2394 #, php-format msgid "[hubzilla] Website SSL error for %s" msgstr "" -#: ../../boot.php:2429 +#: ../../boot.php:2431 msgid "Cron/Scheduled tasks not running." msgstr "" -#: ../../boot.php:2433 +#: ../../boot.php:2435 #, php-format msgid "[hubzilla] Cron tasks not running on %s" msgstr "" diff --git a/version.inc b/version.inc index 70f35be4a..2d87081d2 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2016-04-21.1373H +2016-04-22.1374H |